/*ZERANDO TODAS A BORDAS E PONTAS DA PÁGINA*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Black Han Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
}

/*Mudar cor da barra de rolagem*/
.fixed-top.scrolled {
    background-color:  rgba(28,28, 28, 0.6)!important;
    transition: background-color 200ms linear;
     
  }
  
.fixed-top.scrolled {
    color:#555;
}

 
/*--------------------------------------------*/
.header{
    height: 100vh;
    width: 100%;
    padding: 0 8%;
    background: rgba(255,165, 0, 0.4); 
    position: relative;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.navbar-nav{
    font-family: 'Roboto', sans-serif;
}

.logo{
    width: 250px;
}

.content{
    position: absolute;
    left: 50%;
    top: 40%;
    width: 90%;
    max-width: 900px;
    transform: translate(-50%, -50%);
    text-align: start;
    color:rgba(0, 0, 0, 1); 
    padding-top: 150px;
    font-family: 'Black Han Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
}

.card-menu{
    margin-top: -147px;
}

.content h1{
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 40px;
}

.content form{
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
}

.content form input{
    flex: 1;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 18px;
}

 

.category-list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.category{
    width: 250px;
    height: 100px;
    /*background: rgba(0, 0, 0, 0.7);*/
    margin: 0 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.category img{
    width: 25px;
    margin-bottom: 5px;
}

.back-video{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*width: auto;*/
    /*height: auto;*/
    z-index: -100; 
    display: block;
}

@media (max-aspect-ratio: 16/9) {
    .back-video{
        width: auto;
        height: 100%;
    }
}

.ship{
    background: rgba(124, 84, 84, 0.4);
    color: rgba(0, 0, 0, 1);;
    text-align: center;
}

.ship:hover  {
    background-color:rgba(255, 255, 0, 1);
    transition: 0.8s;
    box-shadow: 0 0 1em #000;
    color: #000!important;
}

.project{
    background-size: cover;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url("../img/mario-14.jpeg");
    background-position: center;
    background-attachment: fixed;
    /*overflow-x: hidden;*/
    position: relative;
}

.nav-links:hover{
    color: rgba(0, 0, 0, 1)!important;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
}

.nav-links ul a{
    color: red;
    text-decoration: none;
    font-size: 13px;
}

.nav-links ul li::after{
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    display: block;
    margin: auto;
    transition: .5s;
}

.nav-links ul li:hover::after{
    width: 100%;
    
}

.rod{
    color:rgba(255, 255, 0, 0.9);
}

/*Fonte do titulo da 1° Seção*/
.home{
    text-align: justify;
    font-size: 40px;   
}
 
/*Imagem do Home 1° Section*/
.imgHome{
    text-align: center;
}

.title-quem-somos{
    color: rgba(255, 185, 0, 1);
}

/*Footer*/
.todos{
    font-family: 'Qahiri', sans-serif!important;
    font-family: 'Roboto', sans-serif;
}

.fa-globe{
    font-size: 40px;
    color: rgba(0, 0, 128, 1);
}

.fa-globe-americas{
    font-size: 40px;
    color: rgba(0, 0, 128, 1);
}

.title-home{
   color: rgba(0, 0, 0, 1);
}

.texto-home{
    color: rgba(0, 0, 0, 0.7);
    text-align: justify;
}

.text-somos{
    color: rgba(255, 185, 0, 1);
}

 .prev-carosel{
     margin-left: 160px;
     color: gray;
 }

 .prev-carosel:hover{
    margin-left: 160px;
    color: rgba(0, 0, 128, 1);
    transition: 0.5s;
}

.valores{
    background: rgba(211, 211, 211, 0.3);
    text-align: center;
}
 
.heading{
    font-size: 50px;
    padding-bottom: 10px;
    color: rgba(255, 185, 0, 1);
}

/*Galeria de Fotos*/
.item{
    transition: .5s ease-in-out;
}

.item:hover{
    filter: brightness(80%);
}   
/*Fim*/

.back-equipo{
    background: rgba(211, 211, 211, 0.3);
}

.back-container{
    background: #fff;
}

.title-equipo{
    font-size: 50px;
    text-align: center;
}

.equipo{
    text-align: center;
    color: #000;
}

.servico{
    background-size: cover;
    color: #000;
    background-image: url("../img/backgroud-equipo.png");
    background-position: center;
    height: 120vh;
    position: relative;
}

.card-servico{
    text-align: start;
    text-align: justify;
    background: rgba(0, 0, 0, 0);
    margin-top: 10px;
    border-bottom-width: 5px;

}

.title-servico{
    font-size: 20px;
    color: rgba(1, 50, 67, 0.5);
    text-align: end;
}

.text-servico{
    font-size: 20px;
    text-align: justify;
}

.title-frota{
    color: rgba(1, 50, 67, 1);
    text-align: start;
}

.text-frota{
    text-align: end;
    text-align: justify;
}

.whatsapp{
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 40px;
    right: 40px;
    text-align: center;
    font-size: 50px;
    z-index: 1000;
}

.webmail{
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 100px;
    right: 40px;
    text-align: center;
    font-size: 20px;
    z-index: 1000;
}

.fa-whatsapp:hover{
    color: #fff;
}

.fazemos{
    color: #000;
    font-family: 'Qahiri', sans-serif!important;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
} 

.fa-instagram-square{
    font-size: 40px;
    color: #1C1C1C;
}

.fa-instagram-square:hover{
    color: rgba(1, 50, 67, 1);
  
}

.fa-facebook-square{
    font-size: 40px;
    color: #1C1C1C;
}

.fa-facebook-square:hover{
    color: rgba(1, 50, 67, 1);
    
}

@media screen and (max-width: 1650px) {
    .servico{
        height: 110vh;
    }
}

@media screen and (max-width: 660px) {
    .servico{
        height: 272vh;
    }

    .card-menu{
        display: none;
    }

    .trans-border{
        font-size: 9vh!important;
    }

    .logo{
        width: 20vh!important;
    }
}

@media screen and (max-width: 411px) {
    .trans-border{
        font-size: 8vh!important;
    }
}

@media screen and (max-width: 320px) {
    .servico{
        height: 290vh;
    }
}

@media screen and (max-width: 375px) {
    .trans-border{
        font-size: 7vh!important;
    }
    .servico{
        height: 220vh!important;
    }  
}

@media screen and (max-width: 768px) {
    .servico{
        height: 75vh;
    }  
}

@media screen and (max-width: 1024px) {
    .servico{
        height: 50vh;
    }  
    .trans-border{
        font-size: 8vh!important;
    }
    .text-banner{
        font-size: 2vh!important;
    }
    .card-menu{
        display: none;
    }
}
 
@media screen and (max-width: 540px) {
    .servico{
        height: 320vh;
    }  
}
 
@media screen and (max-width: 280px) {
    .servico{
        height: 245vh;
    }  
    .trans-border{
        font-size: 7vh!important;
    }
}

@media screen and (min-width: 1255px) {
    .servico{
        height: 130vh;
    }  
    .logo{
        width: 25vh!important;
    }
     
}