:root{
    --brand: #01278c;
    --brand-dark: #001859;
    --brand-light: #89BAFB;

    --brand-red: #F53437;
    --brand-dark-r: #751819;
    --brand-light-r: #FB8989;

    --text: #666666;
    --text-dark: #333333;
    --rounded: 10px;
}

body{
    margin: 0;
    font-family: "Poppins", sans-serif;    
}

h1,h2,h3,h4 {
    margin: 0;
}

h2 {
    color: var(--text-dark);
    font-size: 40px;
    line-height: 100%;
}

p {
    color: var(--text);
    line-height: 150%;
}

img{
    display: block;
}

html{
    scroll-behavior: smooth;
}

#quemsomos{
    scroll-margin-top: 200px;
}

#servicos{
    scroll-margin-top: 120px;
}

.header{
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 5px 1px #EEE;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #fff;

    /* posição fixa a partir do scroll do mouse */
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header img {
    width: 80px;
    height: 80px;
}

.container{
    /* width: 100%;  */
    max-width: 1140px;
    padding-left: 12px;
    padding-right: 12px;

    margin-left: auto;
    margin-right: auto; 
}

/* Formatando o conteiner que está dentro do header */
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu a{
    text-decoration: none;
    color: var(--text-dark);
    margin-left: 40px;
}

.menu a:hover {
    color: var(--brand);
}

.btn {
    background-color: var(--brand);
    color: #fff !important;
    padding: 12px 30px;
    /* border-radius: 10px; */
    border-radius: var(--rounded);
    text-decoration: none;
    display: inline-block;
}

.btn:hover {
    background-color: var(--brand-dark);
}

.hero {
    display: flex;
    flex-direction: row; /*Isso é uma redundançia o display flex já vem como Default flex-direction - row*/
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 100px;
}

.hero h1 {
    color: var(--text-dark);
    font-size: 60px;
    line-height: 100%; /* same as 60px */
}

.hero p{
    font-size: 20px;
}

.content-hero {
    max-width: 560px;
}

span {
    color: var(--brand-red);
}

.etiqueta {
    background-color: var(--brand-light);
    color: var(--brand);
    width: 270px;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 20px;
    border: 1px solid var(--brand);
    border-radius: 30px;
    text-align: center;
}

.apresentacao {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.image-apresentacao img {
    border-radius: 10px;
}

.content-apresentacao p {
    color: var(--text);
    font-size: 16px;
}

.servico {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.servico p{
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
}

.flex-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.card {
    width: 364px;
    height: 200px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: var(--rounded);
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box; /* Faz com que as dimensoes sejam respeitadas (por padding e borda) */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    transition: 0.3s; 
}

.card img{
    color: var(--brand); /* Não está funcionando */
    width: 69px;
    height: 62px;
}

.card a{
    text-decoration: none;
    align-items: center;
}
.card:hover {
    /* background-color: yellow;  */
    background: linear-gradient(90deg, #89BAFB 0%, #01278C 40%, #001859 80%);
    transform: translateY(-5px);
}


.card:hover h3{
    color: #EEE;
}

.card:hover p{
    color: #EEE;
}

.card h3{
    color: var(--brand);
    font-size: 24px;
}


.bg-agende{
    background-image: url(../img/Background-V2.png);
    background-size: cover; /* Imagem irá cobrir toda a DIV  */

}

.content-agende{
    max-width: 850px;
    width: calc(100% - 270px);

}

.content-agende h2{
    color: #fff;
}

.content-agende p{
    color: #fff;
}

.btn-outline{
    background-color: transparent;
    border: solid 2px #fff;
}

.bg-agende .container{
   position: relative;  /* para servir de referência para o position para o position absolute do filho */
   padding-bottom: 50px;
   padding-top: 50px;
}

.image-agende{
    position: absolute;
    right: 0;
    bottom: 0;
}

.depoimentos{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.depoimentos p{
    font-size: 20px;
    font-style: italic;
    padding-left: 50px;
    padding-right: 50px;
}

.swiper-button-next, .swiper-button-prev{
    color: var(--brand);
}

.depoimentos span{
    font-weight: 700;
}


.content-contato{
    display: flex;
    flex-direction: column;
}

.content-contato h2{
    padding-top: 40px;
    padding-bottom: 20px;
    width: 558px;
    height: 92px;
}

.content-contato h4{
    color: var(--brand);
    font-size: 24px;
    font-weight: 600;
}

.contato{
    display: flex;
    align-items: center;
}

.content-contato ul{
    color: var(--text);
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
    list-style-position: inside;
}

.mapa{
    padding-bottom: 1px;
}

.footer{
    background: linear-gradient(90deg, #89BAFB 0%, #01278C 40%, #001859 80%);
    margin-top: 20px;
}

.footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-text p{
    color: #fff;
}

.footer-img{
    display: flex;
    column-gap: 20px;
}

@media (max-width: 1200px){
    
    .bar{
        transition: 0.5s;
    }
    
    .x .bar:first-child{
        transform: rotate(45deg) translate(5px, 5px);
    }

    .x .bar:nth-child(2){
        opacity: 0;
        transform: translateX(-110px);
    }

    .x .bar:last-child{
        transform: rotate(-45deg) translate(4px, -3px);
    }

    .menu{
        /* display: none; */
        position: absolute;
        left: 0;
        top: 100px;
        width: 100%;
        transform: translateX(-100%);
        transition: 1s;
    }

    .show{
        /* display: block; */
        transform: translateX(0);
    }

    .menu a{
        display: block;
        margin: 0;
        background-color: var(--brand-dark);
        color: #fff;
        text-align: center;
        padding-top: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid var(--brand);
    }

    .menu .btn{
        border-radius: 0;
        color: var(--brand) !important;
        background-color: var(--brand-light);
    }

    .btn-menu{
        display: flex;
        flex-direction: column;
        row-gap: 3px;
    }

    .bar{
        width: 40px;
        height: 3px;
        background-color: var(--brand);
    }
}

@media (max-width: 1023px){

    h2{
        font-size: 28px;
    }

    img{
        max-width: 100%;
    }

    .hero{
        flex-direction: column-reverse;
        margin-top: 24px;
        margin-bottom: 60px;
        row-gap: 36px;
    }

    .hero h1{
        font-size: 36px;
    }
    
    .hero p{
        font-size: 16px;
    }

    .apresentacao{
        flex-direction: column;
        row-gap: 36px;
    }
    
    .depoimentos p{
        font-size: 16px;
    }
    
    .contato{
        flex-direction: column;
        row-gap: 36px;
    }

    .contato iframe{
        width: 100% 
    }
}

@media (max-width: 767px){
    .image-agende{
        display: none;
    }

    .content-agende{
        width: 100%;
    }

    .footer .container{
        flex-direction: column;
        row-gap: 10px;
        text-align: center;
    }

    .footer-img{
        margin-bottom: 20px;
    }
}

@media (max-width: 430px) and (max-height: 932px){
    .header{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header img{
        width: 64px;
        height: 64px;
    }

    .menu{
        top: 88px;
    }

    h2{
        font-size: 24px;
    }

    .hero{
        margin-top: 16px;
        margin-bottom: 48px;
        row-gap: 24px;
    }

    .hero h1{
        font-size: 30px;
    }

    .hero p{
        font-size: 15px;
    }

    .etiqueta{
        width: 100%;
        max-width: 270px;
        font-size: 13px;
    }

    .btn{
        padding: 10px 18px;
        font-size: 14px;
    }

    .card{
        width: 100%;
        max-width: 360px;
        height: auto;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .card h3{
        font-size: 20px;
    }

    .content-contato h2{
        width: auto;
        height: auto;
        padding-top: 0;
    }

    .content-contato h4{
        font-size: 20px;
    }

    .contato{
        row-gap: 20px;
    }

    .mapa iframe{
        width: 100%;
        height: 260px;
    }
}










/* ##### Logística Pessoal #### */

.container-LP{
    /* width: 100%;  */
    max-width: 1140px;
    padding-left: 12px;
    padding-right: 12px;

    margin-left: auto;
    margin-right: auto; 
}

.hero-LP {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 100px;
}

.container-LP h1{
    font-size: 50px;
    color: #333333;
    padding-bottom: 30px;
}

.container-LP h2{
    font-size: 30px;
    color: #333333;
}

.container-LP span{
    color: #F53437;
}

.alinhamentoTexto {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.descricao-LP {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.descricao-LP li{
    margin-bottom: 25px;
    color: #666666;
}


@media (max-width: 1023px){

   .hero-LP{
        flex-direction: column-reverse;
        margin-top: 24px;
        margin-bottom: 60px;
        row-gap: 36px;
    }
   
   .hero-LP h1{
        font-size: 35px;
    }
    
    .hero-LP h2{
        font-size: 22px;
    }

    img{
        max-width: 100%;
    }

    .descricao-LP li{
        font-size: 18px;
    }

    .alinhamentoTexto{
        flex-direction: column;
    }
    
}

/* ##### FIM Logística Pessoal #### */



/* ##### Material e AOG #### */

.container-AOG {
    /* width: 100%;  */
    max-width: 1140px;
    padding-left: 12px;
    padding-right: 12px;

    margin-left: auto;
    margin-right: auto; 
}

.hero-AOG {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 100px;
}

.container-AOG h1{
    font-size: 60px;
    color: #333333;
    padding-bottom: 30px;
}

.container-AOG h2{
    font-size: 35px;
    padding-bottom: 10px;
    color: #F53437;
}

.container-AOG p{
    padding-bottom: 20px;
    
}

.alinhamentoTexto {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.descricao-AOG {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.descricao-AOG li{
    margin-bottom: 25px;
    color: #666666;
}

@media (max-width: 1023px){

   .hero-AOG{
        flex-direction: column-reverse;
        margin-top: 24px;
        margin-bottom: 60px;
        row-gap: 36px;
    }
   
   .hero-AOG h1{
        font-size: 40px;
    }
    
    .hero-AOG h2{
        font-size: 20px;
    }

    img{
        max-width: 100%;
    }

    .descricao-AOG li{
        font-size: 18px;
    }

    .alinhamentoTexto{
        flex-direction: column;
    }
    
}

/* ##### FIM Material e AOG #### */


/* ##### MEDVAC #### */

.container-MED{
    max-width: 1140px;
    padding-left: 12px;
    padding-right: 12px;

    margin-left: auto;
    margin-right: auto; 
}

.hero-MED {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 100px;
}

.container-MED h1{
    font-size: 60px;
    color: #333333;
    padding-bottom: 30px;
}

.container-MED h2{
    font-size: 35px;
    color: #F53437;
    padding-top: 15px;
    padding-bottom: 15px;
}


.descricao-MED {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column; 
}

.descricao-MED li{
    margin-bottom: 25px;
    color: #666666;
}

.centraliza-btn{
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 1023px){

   .hero-MED{
        flex-direction: column-reverse;
        margin-top: 24px;
        margin-bottom: 60px;
        row-gap: 36px;
    }
   
   .hero-MED h1{
        font-size: 40px;
    }
    
    .hero-MED h2{
        font-size: 20px;
    }

    .descricao-MED li{
        font-size: 18px;
    }

    
}

/* ##### FIM MEDVAC #### */

/* ##### Hangaragem e Handeling #### */

.container-HAN{
    max-width: 1140px;
    padding-left: 12px;
    padding-right: 12px;

    margin-left: auto;
    margin-right: auto; 
}

.hero-HAN {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.container-HAN h1{
    font-size: 60px;
    color: #333333;
    padding-bottom: 30px;
}

.container-HAN h2{
    font-size: 35px;
    color: #F53437;
    padding-top: 15px;
    padding-bottom: 15px;
}

.descricao-HAN {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column; 
}

.descricao-HAN li{
    margin-bottom: 25px;
    color: #666666;
}

@media (max-width: 1023px){

   .hero-HAN{
        flex-direction: column-reverse;
        margin-top: 20px;
        margin-bottom: 30px;
        row-gap: 36px;
    }
   
   .hero-HAN h1{
        font-size: 40px;
    }
    
    .hero-HAN h2{
        font-size: 20px;
    }

    .descricao-HAN li{
        font-size: 18px;
    }
  
}

/* #####  FIM Hangaragem e Handeling #### */


/* ##### Inicio APAC #### */

.container-APA{
    max-width: 1140px;
    padding-left: 12px;
    padding-right: 12px;

    margin-left: auto;
    margin-right: auto; 
}

.hero-APA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.container-APA h1{
    font-size: 60px;
    color: #333333;
    padding-bottom: 30px;
}

.container-APA h2{
    font-size: 35px;
    color: #F53437;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-APA h4{
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 1px;
    
}

.container-APA p{
    margin-top: 0px;
    margin-bottom: 10px;
}

.descricao-APA {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column; 
}

.descricao-2-APA {
     display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column; 
}

.descricao-2-APA h2 {
    font-size: 35px;
    color: #F53437;
    padding-top: 50px;
    padding-bottom: 15px;
}

.descricao-APA li{
    margin-bottom: 25px;
    color: #666666;
}

@media (max-width: 1023px){

   .hero-APA{
        flex-direction: column-reverse;
        margin-top: 20px;
        margin-bottom: 30px;
        row-gap: 36px;
    }
   
   .hero-APA h1{
        font-size: 40px;
    }
    
    .hero-APA h2{
        font-size: 20px;
    }

    .descricao-APA li{
        font-size: 18px;
    }
  
}

/* #####  FIM APAC #### */





