/* --- Fontes --- */
@font-face {
    font-family: "arco";
    src: url(../font/ARCO.ttf);
    src: url(../font/ARCO.otf);
}

@font-face {
    font-family: "FSAldrin";
    src: url(../font/FSAldrin-Regular.ttf);
}

@font-face {
    font-family: "FSAldrin";
    src: url(../font/FSAldrin-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: "FSAldrin-bold";
    src: url(../font/FSAldrin-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "FSAldrin";
    src: url(../font/FSAldrin-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "FSAldrin-Heavy";
    src: url(../font/FSAldrin-Heavy.ttf);
    font-weight: FSAldrin-Heavy;
}

@font-face {
    font-family: "FSAldrin-Heavy";
    src: url(../font/FSAldrin-HeavyItalic.ttf);
    font-style: italic;
}

@font-face {
    font-family: "FSAldrin-Light";
    src: url(../font/FSAldrin-Light.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: "FSAldrin-Light";
    src: url(../font/FSAldrin-LightItalic.ttf);
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: "FSAldrin-Medium";
    src: url(../font/FSAldrin-Medium.ttf);
}

@font-face {
    font-family: "FSAldrin-Medium";
    src: url(../font/FSAldrin-MediumItalic.ttf);
    font-style: italic;
}

@font-face {
    font-family: "FSAldrin-Thin";
    src: url(../font/FSAldrin-Thin.ttf);
}

@font-face {
    font-family: "FSAldrin-Thin";
    src: url(../font/FSAldrin-ThinItalic.ttf);
    font-style: italic;
}


/* --- Nav --- */
#img-logo {
    width: 20.2ex;
    margin-top: -30%;
}

.navigation-clean {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

#navcol-1 {
    margin-top: -85px;
    font-family: "FSAldrin-Light";
}

#img-bkg-menu {
    background-image: url(../images/site/bkg-menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
}

.navigation-clean .navbar-brand {
    font-weight: bold;
    color: inherit;
}

.navigation-clean .navbar-brand:hover {
    color: #222;
}

.navigation-clean .navbar-toggler {
    border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover,
.navigation-clean .navbar-toggler:focus {
    background: none;
}

.navigation-clean .navbar-toggler {
    color: #888;
}

.navigation-clean .navbar-collapse,
.navigation-clean .form-inline {
    border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: none;
    pointer-events: none;
}

.page-title {
    color: #fff !important;
    display: inline-block;
    margin: 0;
}

.page-title:hover {
    color: #5b6893 !important;
}

.ativo {
    border-bottom: solid 3px #e51b23;
    color: #5b6893 !important;
}

.page-title:hover:after {
    transform: scaleX(1);
}

.navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
    color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
    color: #5b6893 !important;
    background-color: transparent;
}

.navigation-clean .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 2px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/site/Menu-Icon.png) !important;
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item {
    line-height: 2;
    color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item:hover {
    background: #eee;
    color: inherit;
}

.nav-item a {
    color: #fff !important;
}

.nav-item a:after {
    display: block;
    content: '';
    border-bottom: solid 3px #e51b23;
    border-radius: 1px;
    transform: scaleX(0);
    transition: transform 350ms ease-in-out;
    -webkit-transition: transform 350ms ease-in-out;
    -moz-transition: transform 350ms ease-in-out;
    -ms-transition: transform 350ms ease-in-out;
    -o-transition: transform 350ms ease-in-out;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}
.nav-item a:hover:after {
    transform: scaleX(1);
}

.nav-item a.ativo {
    color: #5b6893 !important;
}

.nav-item a.ativo:after {
    display: block;
    content: '';
    border-bottom: solid 3px #e51b23;
    border-radius: 1px;
    transform: scaleX(1);
    transition: transform 350ms ease-in-out;
    -webkit-transition: transform 350ms ease-in-out;
    -moz-transition: transform 350ms ease-in-out;
    -ms-transition: transform 350ms ease-in-out;
    -o-transition: transform 350ms ease-in-out;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.nav-link {
    border-bottom: solid transparent 3px;
}


/* --- Slider --- */
.simple-slider {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: -30;
}

.simple-slider .swiper-slide {
    height: 660px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.simple-slider .swiper-button-next,
.simple-slider .swiper-button-prev {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.carrosel {
    z-index: -20;
    position: fixed;
    top: 0;
    width: 100%;
}

.carousel-item img {
    width: 100%;
}

#slide-pc {
    display: block !important;
}

#slide-mobile {
    display: none !important;
}


/* --- Body --- */

/* index */

#body-color-index {
    background-color: #5DAADE;
}

#body-index-mobile {
    display: none !important;
}

#body-index-pc {
    display: block !important;
    overflow: hidden;
    margin-top: -2px;
}

.body-index {
    margin-top: -2px;
    font-family: "FSAldrin";
    font-size: 19px;
}

#img-bkg-index-003 {
    margin-top: -740px;
    padding-top: 95px;
    font-family: "FSAldrin";
    font-size: 1.5rem;
}

#img-bkg-index-004 {
    background-image: url("../images/site/img-bkg-index-004.png");
    background-color: #232f5f;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    font-family: "FSAldrin";
    font-size: 1.5ex;
}

.posicao0 {
    background-position-x: 0px;
}

.posicao60 {
    background-position-x: -40px;
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
}


.body-index .hero h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.4;
}

.body-index .hero p {
    color: #fff;
    font-size: 1.5ex;
    margin-bottom: 30px;
    font-weight: 300;
}

.linha-produtos {
    margin-top: 15px;
    margin-bottom: 70px;
}

.linha-produtos .item {
    padding-left: 15px;
}

.linha-produtos .item img {
    margin-top: 15px;
}

.ico-segmento-index {
    /* width: 50%; */
    margin-top: 0px !important;
}

.ico-img-segmento-index {
    /* width: 50%; */
    margin-top: 10px;
}

/* historia */
.posicao-aviao1 {
    margin-left: -15% !important;
    margin-top: -17% !important;
}


.posicao-aviao3 {
    margin-left: 12% !important;
    margin-top: 2% !important;
}

.posicao-aviao4 {
    margin-left: -20% !important;
    margin-top: 2% !important;
}

.body-historia {
    /*background-image: url("../images/site/img-bk-body-1.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;*/
    font-family: "FSAldrin";
    margin-top: -120px;
}

.body-historia .container {
    padding-top: 150px;
}

.body-historia .hero h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.4;
}

.body-historia .hero p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 300;
}


.texto-ano {
    font-family: "arco";
    color: #fff;
    font-size: 3.5ex;
}

.conteudo-historia {
    margin-top: 20px;
    display: flex;
}

.footer-nossa-historia {
    background-color: transparent !important;
    margin-top: -75px;
}


/* produtos */
.body-produtos {
    background-color: #fff;
    font-family: "FSAldrin";
}

.body-produtos .hero h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.4;
}

.body-produtos .hero h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
}

.link-produto:hover {
    text-decoration: none;
}

.texto-ref {
    font-family: "FSAldrin";
    font-weight: bold !important;
    font-size: 1rem !important;
    color: #1b2c61 !important;
}

.texto-descricao-azul {
    font-family: "FSAldrin";
    color: #1b2c61 !important;
    font-size: 1.5ex !important;
}

.texto-descricao-azul:hover {
    text-decoration: underline;
}

.ico-segmento {
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
}


.ico-segmento img {
    width: 80%;
}

.divider {
    width: 20%;
    border-top: 1px solid #ccc;
    height: 1px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0 40px;
}

.row-produtos .produto-item {
    display: inline-block;
}


/* detalhes */
.body-detalhes {
    background-color: #fff;
    font-family: "FSAldrin";
}

.body-detalhes .hero h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.4;
}

.body-detalhes .hero p {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
}

.texto-titulo {
    font-family: "FSAldrin";
    color: #c3c3c3 !important;
    font-size: 1rem !important;
}

.tx-dt-azul {
    font-family: "FSAldrin-bold";
    font-weight: bold;
    color: #1b2c61 !important;
    font-size: 1rem !important;
}

.tx-descr-azul {
    font-family: "FSAldrin";
    color: #1b2c61 !important;
    font-size: 1.5ex !important;
}

.erro-texto {
    text-align: left;
    display: block;
    margin-top: 5px;
    color: #b12f27;
}


/* DICAS */

/* BODY */
.box-dica {
    background-color: #f2f2f2;
    position: relative;
    height: 350px;
    margin-bottom: 25px;
    overflow: hidden;
}

.box-dica .foto-dica {
    width: 105%;
    position: absolute;
    margin-left: -4px;
    margin-top: -4px;
}

.box-dica .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(10, 19, 47, 0.62);
    padding: 4px;
    z-index: 99;
}

.box-dica svg {
    position: absolute;
    bottom: 0;
}

.stored {
    display: none;
}

.st0 {
    fill: #232F5F;
}

.st1 {
    fill: #00a7e1;
}

.st2 {
    fill: #e51b23;
}

.img-post {
    width: 100%;
}

.sobre {
    position: absolute;
    z-index: 100;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px !important;
    width: 75%;
    margin-top: 205px;
}

.sobre h6 {
    color: #fff;
    font-size: 13px;
    font-family: FSAldrin-bold;
}

.sobre p {
    color: #fff;
    font-size: 9px !important;
    font-family: FSAldrin;
    margin: 0 !important;
    margin-bottom: 8px !important;
}

.sobre span {
    color: #c2c2c2;
    font-size: 9px !important;
    font-family: FSAldrin;
}

.sobre:hover p {
    color: #00a7e1;
}

/* encontrar */
.form-control::placeholder {
    color: #c2c2c2;
    font-size: 1.5ex;
}

.form-control:option {
    color: #c2c2c2;
    font-size: 1.5ex;
}

.button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: FSAldrin;
    font-size: 16px !important;
    color: #c2c2c2 !important;
}

#encontrar {
    background-image: url("../images/site/Liquid_wave.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    font-family: "FSAldrin";
}

.body-encontrar .hero h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.4;
}

.body-encontrar .hero p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 300;
}

.texto-ano {
    font-family: "arco";
    color: #fff;
    font-size: 3.5ex;
}

#conteudo-produtos,
#conteudo-dicas {
    padding-top: 150px;
}

#img-photo {
    display: none !important;
}

.oculta {
    display: none !important;
}

.texto-padrao {
    font-family: "FSAldrin";
    color: #fff;
    font-size: 1.8ex;
}

.texto-padrao-azul {
    font-family: "FSAldrin";
    color: #1b2c61 !important;
    font-size: 1rem !important;
}

.texto-padrao-branco {
    font-family: "FSAldrin";
    color: #fff !important;
    font-size: 1rem !important;
}

.texto-arco {
    font-family: "arco";
    color: #1b2c61 !important;
}


/* --- Footer --- */
.footer-clean {
    background-color: #25ace1;
    background-image: url("../images/site/footer-01.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    width: 100%;
    padding: 50px 0;
    color: #fff;
    text-decoration: none;
}

.footer-home {
    background-color: #5caadf;
}

.footer-clean .container {
    margin-top: 80px;
}

.footer-clean h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
    font-family: "arco";
}

.footer-clean ul {
    text-align: left;
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 15px;
}

.footer-clean ul a {
    color: #fff;
    text-decoration: none;
    font-family: "FSAldrin";
}

.footer-clean ul li {
    margin-bottom: 15px;
}

.footer-clean ul a:hover {
    opacity: 1;
}

.footer-clean .item.social {
    text-align: right;
}

.footer-clean .item.social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

.footer-clean .item.social>a:hover {
    opacity: 0.9;
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.6;
}

.footer-contato,
.footer-dicas,
.footer-produto-detalhe,
.footer-produtos {
    background-color: #fff;
}

#direitos-footer-mobile {
    display: none;
}

.direitos-font {
    color: #fff;
    margin-top: 30px;
    font-family: 'FSAldrin-Light';
    font-size: 12px;
}

/* .content-images {
    width: 100%;
    position: absolute;
    overflow: hidden;
} */
.content-images {
    width: 100%;
    overflow: hidden;
    margin-top: 35%;
}

#img-home-topo {
    z-index: -10;
    position: relative;
    width: 130%;
    left: -60%;
    margin-left: 40%;
}

.img-home-index {
    z-index: -10;
    position: relative;
    width: 100%;
    /* left: -60%; */
    /* margin-left: 40%; */
}

#img-home-centro {
    display: block !important;
    z-index: -10;
    position: relative;
    width: 130%;
    margin-left: -120px;
    margin-top: -250px;
}

#img-home-centro-mobile {
    display: none !important;
}

.mobile {
    display: none;
}

.desk {
    display: block;
}

.bg-imagens-historia,
.bg-imagens-home {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
}

.ilustracao-3 {
    width: 120%;
    margin-top: 5%;
    margin-left: -15%;
}

.ilustracao-4 {
    width: 90%;
}


#img-historia-azul {
    z-index: -10;
    position: relative;
    width: 100%;
    margin-top: 690px;
    height: 1255px;
    background-image: url(../images/site/azul-historia-4000.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

#img-historia-vermelho {
    z-index: -10;
    position: relative;
    width: 100%;
    height: 2500px;
    margin-top: -115px;
    margin-left: 0%;
    background-image: url(../images/site/vermelho-historia-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.conteudo-historia {
    margin-top: 45px;
    display: flex;
}

.ilustracao-2 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.aviao3 {
    width: 235px;
    margin-top: 15px;
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
}

.cloud-2 {
    margin-top: -55px;
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 2ex;
    }

    /* NAV */
    #img-bkg-menu {
        background-image: url(../images/site/Wave_Header.png);
        background-repeat: no-repeat;
        background-size: auto;
        height: 120px;
        z-index: 99999;
    }

    .navbar-light .navbar-toggler {
        margin-top: -70px;
        border-color: transparent !important;
    }

    #img-logo {
        width: 15.2ex;
        margin-top: -45%;
    }

    #navcol-1 {
        margin-top: 0px;
        background-color: #1b2c61;
        font-family: "FSAldrin-Light";
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
    }

    #navcol-1 .navbar-nav {
        margin-top: 150px;
        flex-direction: column;
    }

    #navcol-1 .btn-close {
        width: 30px;
        position: fixed;
        right: 30px;
        top: 15px;
    }


    /* SLIDER */
    .carrosel {
        z-index: -20;
        position: absolute;
        top: 0;
    }

    .carousel-item img {
        height: auto;
        width: auto;
        /* margin-left: -100%; */
    }

    #slide-pc {
        display: none !important;
    }

    #slide-mobile {
        display: block !important;
    }

    /* BODY */
    .content-images {
        width: 100%;
        overflow: hidden;
        margin-top: 335px;
    }

    .index-mobile {
        /* margin-top: -2px;
        background-image: url(../images/site/img-bkg-index-002.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-x: center; */
        background-color: #e51324;
        font-family: "FSAldrin";
        font-size: 15px;
    }

    .index-mobile .hero p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 20px;
        font-weight: 300;
    }

    #body-index-mobile {
        display: block !important;
    }

    #img-bkg-index-mobile-003 {
        margin-top: -2px;
        background-image: url(../images/site/img-bkg-index-mobile-003.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        padding-bottom: 30px;
    }

    #img-bkg-index-004 {
        background-image: url(../images/site/img-bkg-footer-004.png);
        background-color: #062863;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-x: center;
        font-family: "FSAldrin";
        font-size: 1.5ex;
        margin-top: -27%;
    }

    #body-index-pc {
        display: none !important;
    }

    .body-index .hero p {
        font-size: 1ex;
    }

    #img-home-topo {
        z-index: -10;
        position: relative;
        width: 152%;
        left: -90%;
        margin-left: 40%;
    }

    #img-home-centro {
        display: none !important;
    }

    #img-home-centro-mobile {
        z-index: -10;
        position: relative;
        width: 140%;
        margin-left: -120px;
        display: block !important;
        height: 1511px;
        margin-top: -10px;
    }

    #conteudo {
        margin-top: -2px;
        padding-top: 100px;
    }

    .img-oculta {
        display: none !important;
    }

    .container {
        padding: 0 60px;
    }

    #conteudo-index {
        margin-top: -110px;
    }

    #uma-linha {
        margin-top: 60px !important;
        margin-left: 60px;
        margin-right: 60px;
        text-align: center;
    }

    .ico-segmento-index {
        width: 50%;
        margin-top: 0px !important;
    }

    .ico-img-segmento-index {
        width: 100%;
        margin-top: 10px;
    }

    .margin-top-icone {
        margin-top: 15px;
    }

    /* FOOTER */
    .footer-clean {

        /* background-image: url("../images/site/footer-mb-01.png"); */
        background-repeat: no-repeat;
        background-position-x: center;
    }

    .footer-clean footer {
        background-color: #062863;
        padding-bottom: 15px;
    }

    #direitos-footer {
        display: none;
    }

    #direitos-footer-mobile {
        display: block;
        font-size: 11px;
    }

    .footer-clean .item {
        padding-bottom: 20px;
    }

    /* ENCONTAR */
    #encontrar {
        background-image: url(../images/site/Liquid_wave_mobile.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: cover;
        padding: 0 20px;
    }

    .footer-onde-encontrar,
    .footer-home {
        background-color: #5caadf !important;
    }

    .ico-onde-encontrar {
        /* width: 50%; */
        margin-top: 35px;
        text-align: center;
        /* max-height: 60px; */
    }

    #onde-encontrar {
        margin-top: 40% !important;
    }

    /* --- DICAS --- */
    .box-dica {
        height: 320px;
    }

    .sobre {
        margin-top: 185px;
    }

    .sobre h6 {
        font-size: 12px;
    }

    .sobre p {
        font-size: 8px !important;
        margin-bottom: 0 !important;
    }

    .sobre span {
        font-size: 7px !important;
    }
}

@media only screen and (min-width:360px) {

    /* --- DICAS --- */
    .box-dica {
        height: 384px;
    }

    .sobre {
        margin-top: 220px;
    }

    .sobre h6 {
        font-size: 14px;
    }

    .sobre p {
        font-size: 10px !important;
        margin-bottom: 0 !important;
    }

    .sobre span {
        font-size: 7px !important;
    }
}

@media only screen and (min-width:400px) {

    /* FOOTER */
    #img-bkg-index-004 {
        margin-top: -32%;
    }

    h4 {
        padding-top: 20%;
        font-size: 26px;
    }
}

@media only screen and (min-width:478px) {
    #slide-mobile {
        width: 100%;
    }
}

@media only screen and (min-width:480px) {
    h4 {
        padding-top: 20%;
        font-size: 26px;
    }

    /* BODY */
    #img-home-centro-mobile {
        height: 1511px;
    }
}

@media only screen and (min-width:320px) and (max-width: 575px) {
    .mobile {
        display: block;
    }

    .desk {
        display: none;
    }

    h4 {
        font-size: 2ex;
    }

    /* NAV */
    #img-bkg-menu {
        background-image: url(../images/site/Wave_Header.png);
        background-repeat: no-repeat;
        background-size: auto;
        height: 120px;

    }

    .navbar-light .navbar-toggler {
        margin-top: -70px;
        border-color: transparent !important;
    }

    #img-logo {
        width: 15.2ex;
        margin-top: -45%;
    }


    #navcol-1 {
        margin-top: 0px;
        background-color: #1b2c61;
        font-family: "FSAldrin-Light";
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
    }

    #navcol-1 .navbar-nav {
        margin-top: 150px;
        flex-direction: column;
    }

    #navcol-1 .btn-close {
        width: 30px;
        position: fixed;
        right: 30px;
        top: 15px;
    }


    /* SLIDER */
    .carrosel {
        z-index: -20;
        position: absolute;
        top: 0;
    }

    .carousel-item img {
        height: auto;
        width: auto;
        /* margin-left: -100%; */
    }

    #slide-pc {
        display: none !important;
    }

    #slide-mobile {
        display: block !important;
    }



    /* BODY */
    .content-images {
        width: 100%;
        overflow: hidden;
        margin-top: 335px;
    }

    .index-mobile {
        /* margin-top: -2px;
        background-image: url(../images/site/img-bkg-index-002.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-x: center; */
        background-color: #e51324;
        font-family: "FSAldrin";
        font-size: 15px;
    }

    .index-mobile .hero p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 20px;
        font-weight: 300;
    }

    #body-index-mobile {
        display: block !important;
    }

    #img-bkg-index-mobile-003 {
        margin-top: -2px;
        background-image: url(../images/site/img-bkg-index-mobile-003.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        padding-bottom: 30px;
    }

    #img-bkg-index-004 {
        background-image: url(../images/site/img-bkg-footer-004.png);
        background-color: #062863;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-x: center;
        font-family: "FSAldrin";
        font-size: 1.5ex;
        margin-top: -27%;
    }

    #body-index-pc {
        display: none !important;
    }

    .body-index .hero p {
        font-size: 1ex;
    }

    #img-home-topo {
        z-index: -10;
        position: relative;
        width: 152%;
        left: -90%;
        margin-left: 40%;
    }

    #img-home-centro {
        display: none !important;
    }

    #img-home-centro-mobile {
        z-index: -10;
        position: relative;
        width: 140%;
        margin-left: -120px;
        display: block !important;
        height: 1511px;
        margin-top: -10px;
    }

    #conteudo {
        margin-top: -2px;
        padding-top: 100px;
    }

    .img-oculta {
        display: none !important;
    }

    .container {
        padding: 0 30px;
    }

    #conteudo-index {
        margin-top: -110px;
    }

    #uma-linha {
        margin-top: 60px !important;
        margin-left: 60px;
        margin-right: 60px;
    }

    .ico-segmento-index {
        width: 50%;
        margin-top: 0px !important;
    }

    .ico-img-segmento-index {
        width: 100%;
        margin-top: 10px;
    }


    /*HIST�RIA*/
    .azul-historia {
        background-color: #5DAADE;
        z-index: 5;
    }

    .vermelho-historia {
        background-color: #E41D24;
        z-index: 10;
    }

    .body-historia .container {
        padding-top: 0;
        margin-top: -2px;
        padding-bottom: 15px;
    }

    #img-historia-azul {
        z-index: -10;
        position: relative;
        width: 100%;
        height: 100px;
        margin-top: 60px;
        background-image: url(../images/site/azul-historia-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    #img-historia-vermelho {
        z-index: 0;
        width: 100%;
        height: 100px;
        margin-top: -100px;
        background-image: url(../images/site/vermelho-historia-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .container-historia-mobile {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    /*PRODUTOS*/

    .row-produtos {
        margin-top: 20px;
    }

    .container-produtos .row-produtos img {
        width: 100%;
    }

    /* FOOTER */
    .footer-clean {
        background-image: url("../images/site/footer-mb-01.png");
        background-repeat: no-repeat;
        background-position-x: center;
        background-color:transparent;
    }

    .footer-home {
        background-color: #5caadf;
    }

    .footer-clean footer {
        background-color: #062863;
        padding-bottom: 15px;
    }

    #direitos-footer {
        display: none;
    }


    .footer-clean .item {
        padding-bottom: 20px;
    }

}

@media only screen and (min-width:400px) {

    /* FOOTER */
    #img-bkg-index-004 {
        margin-top: -32%;
    }

    h4 {
        padding-top: 20%;
        font-size: 26px;
    }


}

@media only screen and (min-width:478px) {
    #slide-mobile {
        width: 100%;
    }
}

@media only screen and (min-width:480px) {
    h4 {
        padding-top: 20%;
        font-size: 26px;
    }

    /* BODY */
    #img-home-centro-mobile {
        height: 1511px;
    }
}




@media only screen and (min-width:576px) {

    /*Home*/
    .texto-linha {
        position: relative;
    }

    .texto-linha img {
        width: 100%;
    }

    /* --- DICAS --- */
    .box-dica {
        height: 430px;
    }

    .sobre {
        margin-top: 245px;
    }

    .sobre h6 {
        font-size: 15px;
    }

    .sobre p {
        font-size: 11px !important;
    }

    .sobre span {
        font-size: 7px !important;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    #img-bkg-menu {
        background-image: url(../images/site/bkg-menu.png);
        background-repeat: no-repeat;
        background-size: 150%;
        z-index: 99999;
        /*background-position-x: -145px;*/
    }

    .navigation-clean.navbar .navbar-nav .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bloco-1991 {
        margin-top: -75px;
    }

    #img-bkg-index-004 {
        margin-top: -1% !important;
    }

    .ilustracao-4 {
        width: 80%;
    }


    #img-historia-azul {
        z-index: -10;
        position: relative;
        width: 100%;
        margin-top: 420px;
        height: 1160px;
        background-image: url(../images/site/azul-historia-4000.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    #img-historia-vermelho {
        z-index: -10;
        position: relative;
        width: 110%;
        height: 1500px;
        margin-top: -580px;
        margin-left: -10%;
        background-image: url(../images/site/vermelho-historia-4000.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .conteudo-historia {
        margin-top: 45px;
        display: flex !important;
    }

    /*PRODUTOS*/
    .img-produto {
        min-height: 90px;
    }

    /*Detalhe Produto*/
    .linha-info {
        margin-top: 170px;
    }

    #img-bkg-index-003 {
        margin-top: -740px;
        padding-top: 95px;
        font-family: "FSAldrin";
        font-size: 1.5rem;
    }


    .img-home-azul {
        /*z-index: -10;
        position: relative;
        width: 110%;
        margin-top: -400px;
        margin-left: -7%;
        height: 760px;*/
        background-image: url(../images/site/azul-home.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .img-home-vermelho {
        background-image: url(../images/site/vermelho-home.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        padding-bottom: 280px;
    }

    .path-1 {
        width: 60%;
        transform: rotate(3deg);
        margin-left: 144px;
        position: absolute;
        margin-top: -215px;
    }

    .posicao-aviao1 {
        transform: rotate(12deg);
        width: 21%;
        margin-left: 10px;
        margin-top: -30px;
    }

    .cloud-1 {
        width: 15%;
        margin-top: -15%;
        margin-left: 10%;
    }

    .posicao-aviao2 {
        margin-left: 25px;
        width: 40%;
    }

    .cloud-2 {
        margin-top: -25%;
        width: 15%;
    }

    .path-2 {
        margin-top: -170px;
        margin-left: 110px;
        width: 80%;
    }

    .aviao-4 {
        margin-left: 27px;
        margin-top: -60px;
        width: 36%;
    }

    .cloud-4 {
        margin-left: -80px;
        margin-top: 100px;
        width: 30%;
    }
}

@media only screen and (min-width:768px) {
    .navigation-clean.navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }

    #img-bkg-menu {
        background-image: url(../images/site/bkg-menu.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 99999;
        /*background-position-x: -145px;*/
    }

    #img-bkg-index-004 {
        margin-top: -1% !important;
    }

    #img-historia-azul {
        width: 100%;
        margin-top: 460px;
        height: 1160px;
    }

    #img-historia-vermelho {
        width: 110%;
        height: 1500px;
        margin-top: -700px;
        margin-left: -10%;
    }

    .conteudo-historia {
        margin-top: 70px;
        display: flex !important;
    }

    .bloco-1991 {
        margin-top: 0px;
    }

    /* --- DICAS --- */
    .box-dica {
        height: 335px;
    }

    .sobre {
        margin-top: 200px;
    }

    .sobre h6 {
        font-size: 12px;
    }

    .sobre p {
        font-size: 8px !important;
    }

    .sobre span {
        font-size: 7px !important;
    }

    #img-bkg-index-004 {
        margin-top: -1% !important;
    }

    #img-bkg-index-003 {
        margin-top: -290px;
    }

    .linha-produtos img {
        width: 100%;
    }

    .path-1 {
        margin-left: 225px;
        position: absolute;
        margin-top: -182px;
        width: 60%;
    }

    .posicao-aviao1 {
        transform: rotate(12deg);
        width: 21%;
        margin-left: 10px;
        margin-top: -30px;
    }

    .cloud-1 {
        width: 15%;
        margin-top: -15%;
        margin-left: 10%;
    }

    .cloud-2 {
        margin-top: -25%;
        width: 15%;
    }

    .posicao-aviao2 {
        margin-left: 0px;
        margin-top: 5px;
        width: 35%;
    }

    .path-2 {
        margin-top: -225px;
        margin-left: 50px;
        width: 100%;
    }

    .aviao-4 {
        margin-left: 60px;
        margin-top: -50px;
        width: 40%;
    }

    .cloud-4 {
        margin-left: -80px;
        margin-top: 100px;
        width: 30%;
    }
}

@media only screen and (min-width:800px) {

    /* --- DICAS --- */
    .box-dica {
        height: 335px;
    }

    .sobre {
        margin-top: 200px;
    }

    .sobre h6 {
        font-size: 12px;
    }

    .sobre p {
        font-size: 8px !important;
    }

    .sobre span {
        font-size: 7px !important;
    }
}

@media only screen and (min-width:992px) {

    /* --- DICAS --- */
    .box-dica {
        height: 292px;
    }

    .sobre {
        margin-top: 170px;
    }

    .sobre h6 {
        font-size: 11px;
    }

    .sobre p {
        font-size: 7px !important;
    }

    .sobre span {
        font-size: 7px !important;
    }

    #ano-1991 {
        margin-bottom: 80px !important;
    }

    #img-historia-azul {
        width: 100%;
        margin-top: 480px;
        height: 1160px;
    }

    #img-historia-vermelho {
        width: 100%;
        height: 1500px;
        margin-top: -690px;
        margin-left: 0;
    }


    .ilustracao-4 {
        width: 90%;
    }

    .conteudo-historia {
        margin-top: 20px;
        display: flex !important;
    }

    /* --- DICAS --- */
    .box-dica {
        height: 292px;
    }

    .sobre {
        margin-top: 170px;
    }

    .sobre h6 {
        font-size: 11px;
    }

    .sobre p {
        font-size: 7px !important;
    }

    .sobre span {
        font-size: 7px !important;
    }

    .img-home-vermelho {
        height: 800px;
    }

    #img-bkg-index-003 {
        margin-top: -240px;
    }

    .path-1 {
        margin-left: 278px;
        position: absolute;
        margin-top: -175px;
    }

    .posicao-aviao1 {
        transform: rotate(12deg);
        width: 21%;
        margin-left: 10px;
        margin-top: -30px;
    }

    .cloud-1 {
        width: 15%;
        margin-top: -15%;
        margin-left: 10%;
    }

    .posicao-aviao2 {
        margin-left: -15px;
        width: 40%;
    }

    .cloud-2 {
        margin-top: -25%;
        width: 15%;
    }

    .path-2 {
        margin-top: -225px;
        margin-left: 50px;
    }

    .aviao-4 {
        margin-left: 60px;
        margin-top: -50px;
        width: 40%;
    }

    .cloud-4 {
        margin-left: -80px;
        margin-top: 100px;
        width: 30%;
    }
}

@media only screen and (min-width:1025px) {
    #ano-1991 {
        margin-bottom: 80px !important;
    }

    /* --- DICAS --- */
    .sobre {
        margin-top: 168px;
    }

    .sobre h6 {
        font-size: 11px;
    }

    .sobre p {
        font-size: 7px !important;
    }

    .sobre span {
        font-size: 7px !important;
    }

    .box-dica {
        height: 290px;
    }
}

@media only screen and (min-width:1200px) {

    /* --- DICAS --- */
    .box-dica {
        height: 355px;
    }

    .sobre {
        margin-top: 205px;
    }

    .sobre h6 {
        font-size: 13px;
    }

    .sobre p {
        font-size: 9px !important;
    }

    .sobre span {
        font-size: 8px !important;
    }

    .body-historia {
        --widthBody: 100vw;
        --newWidth: calc(100% * 1.1);
        background-size: calc(100% * 1);
    }

    #img-historia-azul {
        width: 100%;
        margin-top: 480px;
        height: 1160px;
    }

    #img-historia-vermelho {
        width: 100%;
        height: 1500px;
        margin-top: -730px;
    }

    #img-home-vermelho {
        width: 100%;
        height: 1280px;
        margin-top: 1045px;
    }

    #img-home-azul {
        width: 110%;
        margin-top: -8600px;
        margin-left: -7%;
        height: 760px;
    }

    .img-home-vermelho {
        height: 800px;
    }

    #img-bkg-index-003 {
        margin-top: -310px;
        height: 370px;
    }

    .path-1 {
        width: 50%;
        transform: rotate(3deg);
        margin-left: 337px;
        position: absolute;
        margin-top: -180px;
    }

    .posicao-aviao1 {
        transform: rotate(12deg);
        width: 21%;
        margin-left: 10px;
        margin-top: -30px;
    }

    .cloud-1 {
        width: 15%;
        margin-top: -15%;
        margin-left: 10%;
    }

    .posicao-aviao2 {
        margin-left: -15px;
        width: 40%;
    }

    .cloud-2 {
        margin-top: -25%;
        width: 15%;
    }

    .path-2 {
        margin-top: -225px;
        margin-left: 125px;
    }

    .aviao-4 {
        margin-left: 60px;
        margin-top: -50px;
        width: 40%;
    }

    .cloud-4 {
        margin-left: -80px;
        margin-top: 100px;
        width: 30%;
    }
}

@media only screen and (min-width:1281px) {}

a.link-whatsapp:hover {
    text-decoration: underline;
}
