@font-face {
    font-family: Samantha;
    src: url("../samantha.ttf");
}
*{
    font-family: Poppins;
}

a:hover{
    text-decoration: none;
}
.container{
    max-width: 100%;
}
.row{
    display: flex;
    align-items: center;
    margin: 0px!important;
}

.grid{
    display: grid;
    padding: 0px;
}
.bg-header{
    width: 100%;
    height: 100px;
    background-color: #fff;
    list-style-type: none;
    z-index: 10;
    justify-content: flex-start!important;
    padding-top: 40px;
}

.ultima-img{
    max-width: 90%;
    max-height: 90%;
}

.img-trabalhe{
    height: 600px;
    background-image: url(..//img/trabalhe-conosco.jpeg);
    background-size: cover;
    background-position: right;
}

.header-mobile{
    display: none;
}

.mobile{
    display: none!important;
}

.btn-baixe-agora{
    border: none; 
    color: #1a174f ; 
    background-color: white; 
    border-radius: 20px;
    padding: 5px 10px;
    font-family: Poppins;
    outline: none;
    text-decoration: none;
}
.item-list-li{
    list-style-type: none;
    margin-right: 15px;
}
.item-list-a{
    list-style-type: none;
    text-decoration: none;
    outline: none;
    color: #1a174f   !important;
}
.nos-acompanhe{
    font-size: 22px;
    font-weight: 500;
    color: #1a174f;
    font-family: Poppins;
}
.d-flex-a-center{
    display: flex;
    align-items: center;
}
.d-flex-j-center{
    display: flex;
    justify-content: center;
}
.d-flex-a-center-j-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-contato{
    font-size: 30px;
    color: #1a174f ;
    margin: 70px 0px 14px 0px;
    position: relative;
    top: 10px;
    padding-left: 15px;
    font-family: Poppins;
}
.title-area{
    font-size: 30px;
    color: #1a174f;
    margin: 70px 0px 0px 0px;
    position: relative;
    top: 10px;
    padding-left: 15px;
    font-family: Poppins;
}
.txt-esq-contato{
    color: #1a174f !important;
    font-family: Poppins;
}
.poppins{
    font-family: Poppins;
}
.rede-social{
    margin-left: 10px;
    text-decoration: none;
    color: #1a174f;
    font-family: Poppins;
}
.img-rede-social{
    width: 22px;
}
.rede-social:hover{
    text-decoration: none;
}
.div-rede-social{
    margin-bottom: 15px;
}
.mb0{
    margin-bottom: 0px !important;
}
.bg-topo{
    background-image: url("../img/c1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    padding-left: 5%;
}
.bg-topo2{
    background-image: url("../img/c2.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    padding-left: 5%;
}

.bg-topo3{
    background-image: url("../img/c3.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    padding-left: 5%;
}

.bg-topo4{
    background-image: url("../img/c4.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    padding-left: 5%;
}

.bg-topo5{
    background-image: url("../img/banner1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    padding-left: 5%;
}

.bg-topo6{
    background-image: url("../img/banner2.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    padding-left: 5%;
}

.bg-topo7{
    background-image: url("../img/banner3.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    padding-left: 5%;
}

.bg-topo8{
    background-image: url("../img/banner5.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    padding-left: 5%;
}

.bg-topo9{
    background-image: url("../img/banner7.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    padding-left: 5%;
}

.carousel-control-prev-icon{
    background-color: #1a174f ;
    background-size: 16px;
    border-radius: 20px;
    background-position-x: 6px;
    height: 30px;
    width: 30px;    
}
.carousel-control-next-icon{
    background-color: #1a174f ;
    background-size: 16px;
    border-radius: 20px;
    background-position-x: 8px;
    height: 30px;
    width: 30px;    
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
.bg-menu-mobile{
    display: none;
}
.logo{
    width: 200px;
}

.logo-footer{
    width: 280px;
}

.logo2{
    display: none;
}
.img-card{
    height: 300px;
    /* background-image: url(../img/img-insta.jpeg); */
    background-position: center;
    background-position-x: 60%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}
.div-endereco-entrega{
    border: 2px solid #1a174f ;
    width: 100%;
    height: 125px;
    border-radius: 75px;
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.carousel-item{
    width: 100%;
    height: 600px;
}
.endereco{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.d-flex-a-fs{
    display: flex;
    align-items: flex-start;
}
.d-flex-a-fs-column{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.img-card2{
    height: 300px;
    background-image: url(../img/img-card2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.img-card3{
    height: 300px;
    background-image: url(../img/img-card3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.img-card4{
    height: 300px;
    background-image: url(../img/img-card4.png);
    background-position: center;
    background-position-x: 55%;
    background-repeat: no-repeat;
    background-color: #fff
}

.img-card5{
    height: 300px;
    background-image: url(../img/img-card5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.img-card6{
    height: 300px;
    background-image: url(../img/img-card6.png);
    background-position: center;
    background-position-x: 55%;
    background-repeat: no-repeat;
    background-color: #fff;
}

.cilindro{
    height: 220px;
    width: 100%;
    border: 2px solid #DE6B00;
    border-radius: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec-2{
    padding: 5%;
    background-color: #fff;
}
.btn-faca-pedido{
    background-color: #DE6B00 ;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 15px;
    padding: 8px 50px 5px 50px;
    text-decoration: none;
    border: none;
    border-radius: 20px;
    font-family: Poppins;
    transition: 0.3s ease-in-out;
    margin-right: 20px;
    position: relative;
    bottom: 2px;
}
.btn-faca-pedido:hover{
    cursor: pointer;
    text-decoration: none;
    background-color: #E8E6DF;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
    color: #1a174f;
}
.seta-faca-pedido{
    transition: 0.3s ease-in-out;
}
.btn-faca-pedido:hover .seta-faca-pedido{
    margin-left: 5px;
    transition: 0.3s ease-in-out;
}
.tag-fotos{
    background-color: #DE6B00 ;
    width: 100px;
    color: #E8E6DF;
    position: relative;
    top: 15px;
    left: 15px;
    text-decoration: none;
    border: none;
    border-radius: 20px;
    padding: 2px 4px;
    display: flex;
    font-size: 13px;
    justify-content: center;
}
.sec-3{
    background-color: #1a174f  ;
    width: 100%;
    padding:5%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sec-4{
    background-color: #f5f5f5;
    width: 100%;
    padding:5%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
}

.titulo-sec-3{
    font-size: 40px;
    line-height: 45px;
    color: #1a174f;
    font-family: Poppins;
    font-weight: 600;
}
.txt-sec-3{
    font-size: 18px;
    color: #1a174f;
    font-family: Poppins;
}
.txt-sec-4{
    font-size: 14px;
    margin-bottom: 10px;
    color: white;
    font-family: Poppins;
}
.div-esq-contato{
    background-color: #E8E6DF;
    padding: 15px;
    height: 190px;
}
.div-dir-contato{
    background-color: #E8E6DF;
    padding: 15px;
    height: 190px;
}
.bg-img{
    max-width: 100%; 
    max-height: 1010px;
    background-image: url("../img/trabalhe-conosco.png");
}
.bg-img2{
    max-width: 100%; 
    max-height: 1010px;
    background-image: url("../img/quem-somos2.jpg");
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}
.btn-email{
    background-color: #1a174f;
    color: #E8E6DF;
    border-radius: 20px;
    padding: 5px 10px;
    position: relative;
    top: 10px;
}
.btn-email:hover{
    cursor: pointer;
}
.bg-quem-somos{
    background-image: url("../img/quem-somos.png");
    background-position-x: -450px;
}
.btn-enviar{
    background-color: #1a174f ;
    width: 100px;
    border: none;
    color: white;
    border-radius: 20px;
    padding: 5px 10px;
    font-family: Poppins;
}
.send-file{
    cursor: pointer;
}
.input{
    border: 2px solid #1a174f ;
    outline: none;
    width: 85%;
    height: 50px;
    resize: none;
    margin-bottom: 15px;
    border-radius: 10px;
    padding-left: 10px;
    font-family: Poppins;
}
.clique-aqui{
    margin-left: 8px;
}
.trabalhe-conosco{
    margin-top: 2vh;
    font-size: 45px;
    color: #1a174f ;
    font-family: Poppins;
}
.div-enviar{
    width: 85%;
    justify-content: space-between;
}
.form{
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.txt-form{
    text-align: justify;
    max-width: 85%;
    font-size: 17px;
    margin-bottom: 15px;
    font-family: Poppins;
}
.item-sec{
    width: 370px;
    margin-right: 5%;
}
.titulo-sec-2{
    font-size: 25px;
    margin-top: 18px;
    font-family: Poppins;
    font-weight: 600;
}
.txt-sec-2{
    margin-top: 5px;
}
.h100{
    height: 100%;
}

.w100{
    width: 100%;
}
.w50{
    width: 50%;
}
.bg-footer{
    width: 100%;
    height: 40px;;
    text-align: center;
}
.title-quem-somos{
    font-size: 40px;
    color: #1a174f ;
    font-family: Poppins;
}
.txt-imagem-quem-somos{
    font-size: 20px;
    color: #1a174f ;
    font-family: Poppins;
}
.hide{
    display: none !important;
}
.bg-foto-home{
    background-image: url("../img/section3.png");
    background-size: cover;
    background-position-y: -50px;
    height: 340px;
}
.sec-quem-somos{
    background-color: #1a174f ;
}
.footer-mobile{
    display: none;
}

.footer-new{
    height: 300px!important;
    background-color: white;
    padding-left: 5%;
    padding-top: 5%;
    color: #1a174f  ;
}

.video-bg{
    width: 102.2%;
    height: auto;
}
.sec-azul{
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-bg2{
    width: 100%;
    height: auto;
    
}

.degrade{
    padding: 0px;
    align-items: center;
    flex-direction: row-reverse;
    background-color: #E8E6DF;
}

.title-app{
    color: #DE6B00;
    width: 80%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.font-new{
    font-family: Samantha;
    font-size: 80px;
}

@media screen and (max-width:540px){
    .mobile{
        display: block;
    }
    .desktop{
        display: none!important;
    }
    .fdc-mobile{
        flex-direction: column;
    }
    .enviar_mobile{
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 20px;
    }
    .title-app{
        font-size: 24px;
    }
    .div-endereco-entrega{
        height: auto;
        border-radius: 15px;
        padding: 0 5px;
    }
    .bg-foto-home{
        height: 190px;
        background-position-y: -30px;
        margin-top: 20px;
    }

    .degrade{
        align-items: center;
        flex-direction: row-reverse;
        background-color: #E8E6DF !important;
    }

    .sec-azul{
        padding-left: 5%;
        padding-right: 5%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
    }

    .font-new{
        font-family: Samantha;
        font-size: 50px;
    }

    .sec-3{
        background-color: #1a174f ;
        width: 100%;
        padding: 5%;
        display: grid;
        align-items: flex-start;
        justify-content: space-between;
    }

    .video-bg{
        width: 100%;
        height: auto;
    }
    .endereco{
        padding-left: 10px;
    }
    .grid{
        display: grid;
        padding: 0px;
    }
    .titulo-sec-3{
        font-size: 32px;
    }
    .ultima-img{
        background-position: 0px;
        background-position-x: -10px;
        width: 100%;
    }
    .footer-new{
        flex-direction: column;
        height: auto;
    }
    .newsletter{
        margin: 1rem 0;
    }
    .div-esq-contato{
        height: 215px;
    }
    .cilindro{
        height: auto;
        border-radius: 15px;
        padding-top: 1rem;
    }
    .title-contato{
        margin: 20px 0px 25px 0px;
    }
    .title-area{
        margin: 20px 0px 0px 0px;
    }
    .bg-img2{
        background-position-y: 0px;
        height: 550px;
    }
    .margin-div-dir{
        margin: 5px 0 20px 0 !important;
    }
    .p5{
        padding: 5% !important;
    }
    .pb0-mobile{
        padding-bottom: 0 !important;
    }
    .lista{
        display: none;
    }
    .sec-2{
        margin: 0 !important;
    }
    .center-mobile{
        justify-content: center;
    }
    .txt-sec-2{
        margin-bottom: 20px;
    }
    .p0-mobile{
        padding: 0 !important;
    }
    .sec-3{
        flex-direction: column;
    }
    .header-mobile{
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .linha-header{
        width: 20px;
        height: 2px;
        background-color: #1a174f ;
        margin: 6px 0;
    }
    .bg-menu-mobile{
        background-color: #fff;
        width: 100%;
        height: 10000px;
        overflow: hidden;
        position: fixed;
    }
    .menu-mobile{
        width: 22px;
        height: fit-content;
        position: absolute;
        right: 5%;
    }
    .fechar-menu{
        display: none;
        width: 22px;
        height: fit-content;
        position: absolute;
        right: 5%;
    }
    .item-list-a{
        font-size: 20px;
    }
    .show{
        display: block;
    }
    .hide{
        display: none;
    }
    .logo{
        display: none;
    }
    .logo2{
        display: block;
        width: 180px;
        padding: 5%;
    }
    .m0-mobile{
        margin: 0 !important;
    }
    .footer-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
    }
    .mb60-mobile{
        margin-bottom: 60px !important;
    }
    .item-list-li{
        margin-bottom: 15px;
    }
    .input{
        width: 100%;
    }
    .trabalhe-conosco{
        font-size: 37px;
        margin-top: 20px;
    }
    .form{
        align-items: flex-start;
    }
    .txt-form{
        max-width: fit-content;
        margin-top: 15px;
    }
    .div-enviar{
        width: 100%;
        margin-bottom: 25px;
    }
    .hauto-mobile{
        height: auto !important;
    }
    .img-card{
        background-position-x: 60%;
        background-position-y: 45%;
    }
    .img-card2{
        background-position-x: 45%;
    }
    .img-card4{
        background-position-x: 55%;
    }
    .img-card5{
        background-position-x: 55%;
    }
    .img-card6{
        background-position-x: 55%;
    }

    .bg-header{
        width: 100%;
        height: 80px;
        background-color: #fff;
        list-style-type: none;
        z-index: 10;
        justify-content: flex-start!important;
        padding-top: 0px!important;
    }
    
    .bg-topo3{
        background-image: url("../img/c3.jpg");
        height: 200px;
        background-size: cover;
        background-position: center;
        width: 100%;
    }
    .bg-topo{
        height: 200px;
        /* background-image: url("../img/bg-topo-mobile.png"); */
    }
    .bg-topo2{
        height: 200px;
        /* background-image: url("../img/bg-topo2-mobile.png"); */
    }
    .bg-topo4{
        background-image: url("../img/c4.jpg");
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 200px;
        padding-left: 5%;
    }
    .bg-topo5{
        background-image: url("../img/banner1.jpg");
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 200px;
        padding-left: 5%;
    }
    .bg-topo6{
        background-image: url("../img/banner2.jpg");
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 200px;
        padding-left: 5%;
    }
    .bg-topo7{
        background-image: url("../img/banner3.jpg");
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 200px;
        padding-left: 5%;
    }
    .bg-topo8{
        background-image: url("../img/banner5.jpg");
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 200px;
        padding-left: 5%;
    }
    .bg-topo9{
        background-image: url("../img/banner7.jpg");
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 200px;
        padding-left: 5%;
    }
    .carousel-item{
        height: 200px;
    }

    .mb50mobile{
        padding-bottom: 10%;
    }

    .logo-footer{
        width: 220px!important;
    }

    .brmobile{
        display: block!important;
    }

    .line-mobile{
        line-height: 40px;
    }
    
    .brdesktop{
        display: none;
    }

    .coluna{
        display: flex;
        flex-direction: column;
    }

    .w100mobile{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .card-blue{
        background-image: url(../img/img01.jpg);
        background-position: center;
        background-size: contain;
        background-color: #fff;
        background-repeat: no-repeat;
        height: 200px!important;
        width: 100%;
    }
    
    .card-blue2{
        background-image: url(../img/img02.jpg);
        background-position: center;
        background-size: contain;
        background-color: #fff;
        background-repeat: no-repeat;
        height: 200px!important;
        width: 100%;
    }
    
    .card-blue3{
        background-image: url(../img/img03.png);
        background-position: center;
        background-size: contain;
        background-color: #fff;
        background-repeat: no-repeat;
        height: 200px!important;
        width: 100%;
    }

    .mobile{
        display: block!important;
    }

    .img-cardl{
        height: 130px;
        width: 50%;
        margin: 5% 5% 5% 10%;
        background-position: center;
        background-size: contain;
        background-position-x: 60%;
        background-repeat: no-repeat;
        background-color: #fff;
    }
    .img-cardr{
        height: 130px;
        width: 50%;
        margin: 5% 10% 5% 5%;
        background-position: center;
        background-position-x: 60%;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #fff;
    }

    
    .div50l{
        height: auto;
        width: 100%!important;
        padding-right: 0px!important;
    }

    .div50r{
        height: auto;
        width: 100%!important;
        padding-right: 0px!important;
        padding-top: 30px;
    }

    .estrutura-news{
        margin-top: 80px;
        padding-left: 5%;
        padding-right: 5%;
        display: flex;
        flex-direction: column!important;
    }

}

.w100mobile{
    width: 100%;
}

.mb-50{
    height: 230px;
}

.brmobile{
    display: none;
}

.email{
    color: #1a174f;
    font-family: 'aleo';
    font-size: 18px;
}

.email:hover{
    text-decoration: underline;
}

.btn-inscreva{
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #1a174f;
    background-color: #fff;
    color: #1a174f;
    font-weight: 600;
    transition: all ease 0.5s;
    font-family: aleo;
}

.btn-inscreva:hover{
    color: #fff;
    background-color: #1a174f;
}

.card-blue{
    background-image: url(../img/img01.jpg);
    background-position: center;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
}

.card-blue2{
    background-image: url(../img/img02.jpg);
    background-position: center;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
}

.card-blue3{
    background-image: url(../img/img03.png);
    background-position: center;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
}

.div50l{
    height: auto;
    width: 50%;
    padding-right: 30px;
}

.div50r{
    height: auto;
    width: 50%;
    padding-right: 30px;
}

.apear {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    color: #1a174f!important;
    font-weight: 600;
    z-index: 100000000;
    padding: 10px;
    position: relative;
    left: -10px;
}

.maozinha:hover{
    cursor: pointer;
}

.letra-h{
    color: #1a174f;
    font-family: 'aleo';
    font-weight: 300;
}

.letra-h:hover{
    color: #1a174f;
    text-decoration: underline;
}

.bg-news{
    background-image: url(../img/new.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-news{
    width: 100%;
    height: 200px;
    background-image: url(../img/pie.jpg);
    background-size: cover;
    background-position: center;
}

.text-news{
    padding: 100px;
}

.titulo-news{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.title-news{
    font-size: 20px;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 10px;
    color: #212529;

}

.estrutura-news{
    margin-top: 80px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.data-news{
    width: 50px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #dee2e6!important;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
