@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
/*================================Inicio Header=============================== */

#cabecalho{
    position: fixed;
    width: 100%;
    height: 12%;
    background-color: #403f40;  
}

header img{
    position: absolute;
    margin-top: 0.4%;
    margin-left: 2%;
    width: 20%;
    border-radius: 5px;
}

.btnConfirma{
    right: 1%;
    top: 29%;
    position: absolute;
    width: 25%;
    padding: 10px 20px;
    font-size: 20px;
    background-color: #1493ff ;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fbf3f3;
    margin-right: 0.5%;
    font-weight: bolder;
}

@media (max-width:2450px) {
    header img{
        margin-top: 0.8%;
    }
}

@media (max-width:2000px) {
    #cabecalho{
        height: 12%;
    }
}

@media (max-width:2000px) {
    #cabecalho{
        height: 12%;
    }
    .btnConfirma{
        right: 1%;
        top: 29%;
        position: absolute;
        width: 25%;
        padding: 10px 20px;
        font-size: 20px;
    }
}

@media (max-width:2000px) {
    .btnConfirma{
        top: 23%;
    }
}

@media (max-width:1500px) {
    header img{
       width: 26%;
    }
    .btnConfirma{
        top: 21%;
    }
}

@media (max-width:1317px) {
    header img{
        width: 30%;
     }
     .btnConfirma{
         top: 23%;
         font-size: 17px;
     }
     
}

@media (max-width:1150px) {
    #cabecalho{
        height: 8%;
    }

    .btnConfirma{
        top: 24%;
        font-size: 15px;
        width: 30%;
    }
}

@media (max-width:1000px) {
    #cabecalho{
        height: 7%;
    }

    .btnConfirma{
        top: 20%;
        font-size: 13px;
    }
}

@media (max-width:900px) {

    header img{
        width: 35%;
     }

     .btnConfirma{
        width: 35%;
    }
}

@media (max-width:800px) {

     .btnConfirma{
        display: none;
    }
}

@media (max-width:800px) {
    #cabecalho{
        height: 6%;
        width: 91%;
    }
}


@media (max-width:650px) {
    #cabecalho{
        height: 6%;
    }
}

@media (max-width:500px) {
    header img{
        width: 44%;
     }
}

@media (max-width:360px) {
    header img{
        width: 60%;
     }
}


/*=================================Fim Header================================= */
/*==============================Inicio Menu Modal============================= */
.menuModal{
    position: fixed;
    width: 91%;
    height: 100%;
    display: flex;
    justify-content: right;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.menuPrincipalModal{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    height: auto;
}

.show-menuModal{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.menuBotaoModal{
    width: 9%;
    margin-top: 1.3%;
    right: 3%;
}

.btnConfirmaModal{
    margin-top: 30%;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    background-color: #1493ff ;
    border: none;
    outline: none;
    border-radius: 15px;
    cursor: pointer;
    color: #fbf3f3;
    margin-right: 1%;
    font-weight: bolder;
}

.listaModal{
    margin-top: 40%;
}

.itemModal{
    color: #403f40;
    text-decoration: none;
    font-size: 17px;
    font-weight: bolder;
}

@media (max-width:755px) {

    .btnConfirmaModal{
        font-size: 13px;
    }
}

@media (max-width:755px) {

    .menuBotaoModal{
        width: 11%;
        margin-top: 1%;
    }
    
    .itemModal{
        font-size: 13px;
    }

    .btnConfirmaModal{
        font-size: 10px;
    }
}



/*===============================Fim Menu Modal=============================== */
/*================================Somente Menu================================ */
.menuBotao{
    width: 7%;
    position: absolute;
    display: none;
    margin-top: 1.3%;
    right: 3%;
}

.menuLista{
    padding: 0;
    list-style: none;
    transition: margin 200ms ease-out;
}

header ul{
    margin-top: 1.8%;
    margin-left: 40%;
}

header li{
    display: inline-block;
    margin-right: 3%;
}

.menuItem{
    text-decoration: none;
    font-weight: bold;
    color: lightgrey;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    height: 20px;
    transition: all 200ms ease-out;
}

.menuItem:hover{
    color: #1493ff;
}

@media (max-width:2234px) {
    header ul{
        margin-top: 2.3%;
    }
    
}

@media (max-width:2000px) {

    header ul{
        margin-top: 2%;
        margin-left: 35%;
    }
}

@media (max-width:1500px) {

    header ul{
        margin-top: 2.3%;
        margin-left: 35%;
    }
}

@media (max-width:1317px) {
    header ul{
        margin-top: 2.8%;
        margin-left: 33%;
    }

    .menuItem{
        font-size: 17px;
    }
}


@media (max-width:1150px) {

    header ul{
        margin-top: 2.9%;
        margin-left: 31%;
    }

    .menuItem{
        font-size: 15px;
    }
}

@media (max-width:1000px) {

    header ul{
        margin-top: 2.6%;
        margin-left: 30%;
    }

    .menuItem{
        font-size: 13px;
    }
}

@media (max-width:900px) {

    header ul{
        margin-top: 2.8%;
        margin-left: 30%;
    }

    .menuItem{
        font-size: 13px;
    }
}

@media (max-width:800px) {

    header ul{
        display: none;
    }

    .menuBotao{
        display: block;
        margin-top: 0.8%;
    }
}

@media (max-width:500px) {

    .menuBotao{
        width: 10%;
    }
}

@media (max-width:360px) {

    .menuBotao{
        width: 13%;
    }
}
/*==============================Fim Somente Menu=============================== */





/*================================Inicio Modal================================= */
.modalBandeira{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
    background-color: rgba(0, 0, 0, 0.8);
}

.modalBandeira-content{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    border-radius: 0.5rem;
    height: auto;
    
}

.bandeira{

    width: 100%;
}

span{
    float: right;
    width: 7%;
    height: 5%;
    cursor: pointer;
    background-color: lightgrey;
    text-align: center;
    line-height: 24px;
    font-size: 50px;
    color: #ef9a26; 
    margin-top: -5%;
    margin-right: -8%;
    margin-bottom: 1%;


}

span:hover{
    background-color: darkgray;
}


.show-modalBandeira{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

@media (max-width:1200px) {

    span{

        margin-top: -5%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    

}



/*==================================Fim Modal================================== */









/*================================Inicio Modal================================= */
.modal{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: right;
    justify-content: right;
    background-image: url(../img/ImagemModal.jpg);
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-content{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 40%;
    border-radius: 0.5rem;
    height: auto;
    
}

span{
    float: right;
    width: 7%;
    height: 5%;
    cursor: pointer;
    background-color: lightgrey;
    text-align: center;
    line-height: 24px;
    font-size: 50px;
    color: #ef9a26; 
    padding-top: 2%;
    padding-bottom: 2%;

}

span:hover{
    background-color: darkgray;
}


.show-modal{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}



.modalTitulo{
    margin-top: 7%;
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 2%;
}

.modalTexto{
    font-size: 20px;
    text-align: center;
    padding-bottom: 2%;
}


.modal label{
    margin-left: 1%;
    font-size: 17px;
    text-align: justify;
}

.modal input{
    width: 100%;
    border-radius: 15px;
    border-color: lightgrey;
    height: 35px;
    margin-top: 1%;
    margin-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
}

.modal textarea{
    width: 100%;
    border-radius: 15px;
    margin-top: 1%;
    margin-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
}

.formulariomodalbotao{
    color: #fbf3f3;
    margin-top: 2%;
    background-color: #1493ff;
    border-color: #1493ff;
    border-radius: 1rem;
    font-size: 17px;
    font-weight: bolder;
}

@media (max-width:1000px) {
    .modal-content{
        width: 60%;
    }
    .modal p{
        font-size: 15px;
    }

    .modal label{
        font-size: 13px;
    }
}

/*==================================Fim Modal================================== */
/*=================================Inicio CAPA================================ */


.parte1{
    display: flex;
    background-image: url("../img/Imagem1.jpg");
    background-size: 100%;
    height: 1300px;
}

.parte1 img{
    margin-top: 15%;
    width: 100%;
}

.parte1 p{
    width: 18%;
    padding-top: 9%;
    margin-left: 80%;
    font-size: 45px;
    color: white;
    text-align: center;
    font-weight: bolder;
}

@media (max-width:2311px) {
    .parte1{
        height: 1000px;
    }
    .inicio{
        padding-top: 3.8%;
    }
    .parte1 p{
        font-size: 32px;
    }
}

@media (max-width:1800px) {
    .parte1{
        height: 700px;
    }
    .parte1 p{
        font-size: 25px;
    }
}

@media (max-width:1400px) {
    .parte1{
        height: 500px;
    }

    .parte1 p{
        font-size: 20px;
    }
}

@media (max-width:1300px) {
    .parte1{
        height: 500px;
    }

    .parte1 p{
        font-size: 20px;
    }
}

@media (max-width:900px) {
    .parte1{
        height: 350px;
    }

    .parte1 p{
        font-size: 15px;
    }
}
@media (max-width:700px) {
    .inicio{
        padding-top: 8%;
    }
    .parte1{
        height: 250px;
    }

    .parte1 p{
        font-size: 11px;
    }
}
@media (max-width:600px) {

    .parte1 p{
        font-size: 10px;
    }
    
}

@media (max-width:450px) {
    .inicio{
        padding-top: 10%;
    }
    .parte1{
        height: 190px;
    }

    .parte1 p{
        font-size: 8px;
    }
    
}
/*==================================Fim CAPA================================== */
/*===============================Inicio parte2================================ */

.parte2{
    display: flex;
    background-color: lightgrey;
    width: 100%;
    justify-content: center;
}

.margem{
    width: 2%;
    background-color: #403f40;
    height: 540%;
    position: absolute;
}

.margem2{
    right: 0%;
    width: 1.5%;
    background-color: #403f40;
    height: 495%;
    position: absolute;
}

.textoEmpresa{
    padding-top: 5%;
    padding-bottom: 5%;
    margin-right: 7%;
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
    width: 15%;
}

.subtextoEmpresa{
    padding-top: 6%;
    font-size: 30px;
}

.poupe{
    background-color: #403f40;
    display: flex;
    padding-top: 2%;
}

.imagemPoupe{
    width: 30%; 
    margin-left: 55%;
}

.poupeTitulo{
    color: white;
    margin-left: 0%;
    margin-bottom: 1%;
    font-size: 25px;
    font-weight: bolder;
}

.poupeTexto{
    color: white;
    font-size: 20px;
    margin-bottom: 15%;
    margin-left: 1%;
    width: 80%;
    text-align: justify;

}

.imagemTempo{
    width: 40%; 
    margin-left: 60%;
}

.tempoTitulo{
    color: white;
    margin-left: 0%;
    margin-bottom: 1%;
    font-size: 25px;
    font-weight: bolder;
}

.tempoTexto{
    color: white;
    font-size: 20px;
    padding-bottom: 8%;
    margin-left: 1%;
    width: 80%;
    text-align: justify;

}

.imagemMeta{
    width: 45%; 
    margin-left: 60%;
}

.metaTitulo{
    color: white;
    margin-left: 0%;
    margin-bottom: 1%;
    font-size: 25px;
    font-weight: bolder;
}

.metaTexto{
    color: white;
    font-size: 20px;
    padding-bottom: 8%;
    margin-left: 1%;
    width: 80%;
    text-align: justify;

}

@media (max-width:2865px) {
    .subtextoEmpresa{
        padding-top: 8%;
    }
}

@media (max-width:1800px) {
    .textoEmpresa{
        font-size: 30px;
        width: 15%;
    }
    
    .subtextoEmpresa{
        padding-top: 7%;
        font-size: 25px;
    }
}

@media (max-width:1510px) {
    .textoEmpresa{
        font-size: 25px;
        width: 25%;
    }
    
    .subtextoEmpresa{
        padding-top: 7%;
        font-size: 20px;
        width: 50%;
    }   
    .imagemPoupe{
        width: 50%; 
        margin-left: 40%;
    }

    .imagemTempo{
        width: 50%; 
        margin-left: 50%;
    }
    
    .imagemMeta{
        width: 55%; 
        margin-left: 50%;
    }
    
    .poupeTitulo, .tempoTitulo, .metaTitulo{
        font-size: 20px;
    }
    
    .poupeTexto, .tempoTexto, .metaTexto{
        font-size: 15px;
    }
   
}

@media (max-width:1200px) {
    .textoEmpresa{
        font-size: 20px;
        width: 15%;
    }
    
    .subtextoEmpresa{
        padding-top: 7%;
        font-size: 15px;
    }
}

@media (max-width:1000px) {
  
    .imagemPoupe{
        width: 50%; 
        margin-left: 30%;
    }

    .imagemTempo{
        width: 50%; 
        margin-left: 40%;
    }
    
    .imagemMeta{
        width: 55%; 
        margin-left: 40%;
    }
    
    .poupeTitulo, .tempoTitulo, .metaTitulo{
        font-size: 15px;
    }
    
    .poupeTexto, .tempoTexto, .metaTexto{
        font-size: 13px;
    }
   
}

@media (max-width:800px) {
    .parte2{
        display: grid;
    }

    .textoEmpresa{
        font-size: 25px;
        width: 100%;
        padding-bottom: 0%;
    }
    
    .subtextoEmpresa{
        width: 100%;
        padding-top: 2%;
        padding-bottom: 5%;
        font-size: 20px;
        text-align: center;
    }

    .poupe{
        display: grid;
    }
  
    .imagemPoupe{
        margin-top: 3%;
        width: 13%; 
        margin-left: 40%;
    }

    .imagemTempo{
        width: 20%; 
        margin-left: 40%;
    }
    
    .imagemMeta{
        width: 25%; 
        margin-left: 38%;
    }
    
    .poupeTitulo, .tempoTitulo, .metaTitulo{
        font-size: 25px;
        width: 100%;
        text-align: center;
    }
    
    .poupeTexto, .tempoTexto, .metaTexto{
        margin-left: 10%;
        margin-right: 10%;
        font-size: 20px;
        width: 80%;
    }
   
}

/*==================================Fim parte2================================== */
/*============================Inicio Modal Concreteira========================== */
.modalconcreteira{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/Segmentos/concreteira.jpg);
    background-size: 100%;
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentconcreteira{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 80%;
    border-radius: 0.5rem;
    height: auto;
}



.show-modalconcreteira{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.segmentoConcreteira{
    display: flex;
}

.segmentoCards{
    width: 50%;
    padding: 2%
}

.segmentoCocreteira1{
    width: 40%;
    margin-left: 28%;
}

.segmentoCocreteira2{
    width: 22%;
    margin-left: 36%;
}

.segmentoCocreteira3{
    width: 37%;
    margin-left: 28%;
}

.tituloCocreteira{
    font-size: 17px;
    font-weight: bolder;
    margin-bottom: 2%;
    text-align: center;
}

.textoCocreteira{
    font-size: 15px;
    text-align: center;
}

.modalFimConcreteira{
    width: 100%;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
}

.btnConfirmaModalConcreteira{
    margin-top: 2%;
    width: 100%;
    padding: 20px 20px;
    font-size: 15px;
    background-color: #1493ff ;
    border: none;
    outline: none;
    border-radius: 15px;
    cursor: pointer;
    color: #fbf3f3;
    margin-right: 1%;
    font-weight: bolder;
}

@media (max-width:800px) {
    .segmentoConcreteira{
        display: grid;
    }

    .segmentoCards{
        width: 100%;
    }

    .segmentoCocreteira1{
        width: 20%;
        margin-left: 38%;
    }
    
    .segmentoCocreteira2{
        width: 12%;
        margin-left: 42%;
    }
    
    .segmentoCocreteira3{
        width: 22%;
        margin-left: 37%;
    }

    .tituloCocreteira{
        font-size: 15px;
    }
    
    .textoCocreteira{
        font-size: 13px;
        text-align: center;
    }
    
    .modalFimConcreteira{
        width: 100%;
        font-size: 15px;
        font-weight: bolder;
        text-align: center;
    }
    
}

@media (max-width:400px) {

    .modal-contentconcreteira{
        width: 100%;
    }

}
/*=============================Fim Modal Concreteira============================ */
/*============================Inicio Modal Metalurgica========================== */
.modalmetalurgica{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/Segmentos/Metalurgica.jpg);
    background-size: 100%;
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentmetalurgica{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 60%;
    border-radius: 0.5rem;
    height: auto;
}



.show-modalmetalurgica{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.segmentoMetalurgica{
    display: flex;
}

.segmentoCards{
    width: 50%;
    padding: 2%
}

.segmentoMetalurgica1{
    width: 40%;
    margin-left: 28%;
}

.segmentoMetalurgica2{
    width: 22%;
    margin-left: 36%;
}

.segmentoMetalurgica3{
    width: 37%;
    margin-left: 28%;
}

.tituloMetalurgica{
    font-size: 17px;
    font-weight: bolder;
    margin-bottom: 2%;
    text-align: center;
}

.textoMetalurgica{
    font-size: 15px;
    text-align: center;
}

.modalFimMetalurgica{
    width: 100%;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
}

.btnConfirmaModalMetalurgica{
    margin-top: 2%;
    width: 100%;
    padding: 20px 20px;
    font-size: 15px;
    background-color: #1493ff ;
    border: none;
    outline: none;
    border-radius: 15px;
    cursor: pointer;
    color: #fbf3f3;
    margin-right: 1%;
    font-weight: bolder;
}

@media (max-width:800px) {
    .segmentoMetalurgica{
        display: grid;
    }

    .segmentoCards{
        width: 100%;
    }

    .segmentoMetalurgica1{
        width: 20%;
        margin-left: 38%;
    }
    
    .segmentoMetalurgica2{
        width: 12%;
        margin-left: 42%;
    }
    
    .segmentoMetalurgica3{
        width: 22%;
        margin-left: 37%;
    }

    .tituloMetalurgica{
        font-size: 15px;
    }
    
    .textoMetalurgica{
        font-size: 13px;
        text-align: center;
    }
    
    .modalFimMetalurgica{
        width: 100%;
        font-size: 15px;
        font-weight: bolder;
        text-align: center;
    }
    
}

@media (max-width:400px) {

    .modal-contentmetalurgica{
        width: 100%;
    }

}
/*=============================Fim Modal Metalurgica============================ */
/*============================Inicio Modal plastico========================== */
.modalplastico{
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/Segmentos/Plastico.jpg);
    background-size: 100%;
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out ;
}

.modal-contentplastico{
    background-color: lightgrey;
    padding: 2% 3%;
    width: 60%;
    border-radius: 0.5rem;
    height: auto;
}



.show-modalplastico{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

.segmentoPlastico{
    display: flex;
}

.segmentoCards{
    width: 50%;
    padding: 2%
}

.segmentoPlastico1{
    width: 40%;
    margin-left: 28%;
}

.segmentoPlastico2{
    width: 22%;
    margin-left: 36%;
}

.segmentoPlastico3{
    width: 20%;
    margin-left: 42%;
}

.tituloPlastico{
    font-size: 17px;
    font-weight: bolder;
    margin-bottom: 2%;
    text-align: center;
}

.textoPlastico{
    font-size: 15px;
    text-align: center;
}

.modalFimPlastico{
    width: 100%;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
}

.btnConfirmaModalPlastico{
    margin-top: 2%;
    width: 100%;
    padding: 20px 20px;
    font-size: 15px;
    background-color: #1493ff ;
    border: none;
    outline: none;
    border-radius: 15px;
    cursor: pointer;
    color: #fbf3f3;
    margin-right: 1%;
    font-weight: bolder;
}

@media (max-width:800px) {
    .segmentoPlastico{
        display: grid;
    }

    .segmentoCards{
        width: 100%;
    }

    .segmentoPlastico1{
        width: 20%;
        margin-left: 38%;
    }
    
    .segmentoPlastico2{
        width: 12%;
        margin-left: 42%;
    }
    
    .segmentoPlastico3{
        width: 22%;
        margin-left: 37%;
    }

    .tituloPlastico{
        font-size: 15px;
    }
    
    .textoPlastico{
        font-size: 13px;
        text-align: center;
    }
    
    .modalFimPlastico{
        width: 100%;
        font-size: 15px;
        font-weight: bolder;
        text-align: center;
    }
    
}

@media (max-width:500px) {

    .modal-contentplastico{
        width: 100%;
    }

}
/*==============================Fim Modal Plastico============================== */
/*===============================Inicio segmentos=============================== */
.segmentos{
    background-color: #403f40;
}

.segmentosParte1{
    display: grid;
    background-color: lightgrey;
    width: 100%;
    justify-content: center;
}

.segmentosTitulo{
    padding-top: 5%;
    margin-right: 7%;
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
}

.segmentosTexto{
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 30px;
}

.segmentosImagens{
    display: flex;
    background-color: #403f40;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 1%;
    padding-bottom: 2%;
}

.segmentosImagem1{
    width: 98%;
    cursor: pointer;
    border-radius: 10px;
}

.segmentosImagem2{
    width: 98%; 
    cursor: pointer;
    border-radius: 10px;

}

.segmentosImagem3{
    width: 98%;
    cursor: pointer;  
    border-radius: 10px;

}


.segmentosImagens p{
    color: white;
    font-size: 40px;
    font-weight: bolder;

}

.segmentosTexto1{
    margin-top: 2%;
    margin-left: 30%;
}

.segmentosTexto2{
    margin-top: 2%;
    margin-left: 35%;
}

.segmentosTexto3{
    margin-top: 2%;
    margin-left: 20%;
}

.segmentosFim{
    width: 100%;
    text-align: center;
    background-color: #403f40;
    color: white;
    font-size: 30px;
    padding-bottom: 2%;
}

.segmentosFim button{
    width: 35%;
    margin-top: 1%;
    padding: 1%;
    border-radius: 10px;
    background-color:#1493ff;
    color: #fbf3f3;
    font-size: 30px;
    font-weight: bolder;
    cursor: pointer;
    border: none;
}

@media (max-width:2100px) {
    .segmentosTitulo{
        font-size: 30px;
    }
    
    .segmentosTexto{
        font-size: 20px;
    }

    .segmentosImagens p{
        color: white;
        font-size: 20px;
        font-weight: bolder;
    
    }

    .segmentosTexto3{
        margin-left: 25%;
    }
    
    .segmentosFim{
        font-size: 20px;
    }   
    
    .segmentosFim button{
        width: 45%;
        font-size: 20px;
    }
    
}

@media (max-width:1200px) {
    .segmentosTitulo{
        font-size: 25px;
    }
    
    .segmentosTexto{
        font-size: 15px;
    }

    .segmentosImagens p{
        font-size: 15px;
    
    }
    
    .segmentosFim{
        font-size: 15px;
    }   
    
    .segmentosFim button{
        font-size: 15px;
    }
    
}

@media (max-width:800px) {
    .segmentosTitulo{
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        font-size: 25px;
    }
    
    .segmentosTexto{
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        font-size: 20px;
        text-align: center;
    }

    .segmentosImagens{
        display: grid;
    }

    .segmentosImagens p{
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        font-size: 25px;
        text-align: center;
    
    }
    
    .segmentosFim{
        font-size: 20px;
    }   
    
    .segmentosFim button{
        font-size: 15px;
        width: 80%;
    }
    
}

/*================================Fim segmentos================================= */
/*================================Inicio Gestão================================= */

.gestao{
    padding-top: 3%;
    background-color: lightgrey;
    display: grid;
}

.titulo p{
    width: 100%;
    justify-content: center;
}

.gestaoTitulo{
    font-size: 40px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 2%;
}

.gestaoSubtitulo{
    font-size: 30px;
    text-align: center;
    margin-bottom: 2%;
}

.gestaoParte2{
    padding-top: 2%;
    background-color: #403f40;
    display: flex;
    justify-content: center;
}

.gestaoParte3{
    padding-top: 2%;
    background-color: #403f40;
    display: flex;
    justify-content: center;
    padding-bottom: 5%;
}

.gestaoCards{
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 20%;
    height: 100%;
    background-color: #303030;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    justify-content: center;
    border-radius: 10px;
}

.gestaoCards:hover {
    background-color: lightgrey;
    transition: 1s;
    color: black;
    
 }

 .gestaoCards:hover .tituloGestao{
    color: black;
    font-weight: bolder;
    transition: 1s;
    
}

.gestaoCards:hover .textoGestao{
    color: black;
    font-weight: bolder;
    transition: 1s;
}

 .gestaoNfe1{
    padding-top: 15%;
    display: flex;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 3%;
     
 }

 .gestaoNfe2{
    padding-top: 15%;
    display: none;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 3%;
    
}

.gestaoSped1{
    padding-top: 12%;
    display: flex;
    width: 35%;
    margin-left: 35%;
    margin-bottom: 1%;
     
 }

 .gestaoSped2{
    padding-top: 12%;
    display: none;
    width: 35%;
    margin-left: 35%;
    margin-bottom: 1%;
    
}

.gestaoEst1{
    padding-top: 17%;
    display: flex;
    width: 25%;
    margin-left: 40%;
    margin-bottom: 2%;
     
 }

 .gestaoEst2{
    padding-top: 17%;
    display: none;
    width: 25%;
    margin-left: 40%;
    margin-bottom: 2%;
    
}

.gestaoPcp1{
    padding-top: 13%;
    display: flex;
    width: 55%;
    margin-left: 18%;
    margin-bottom: 3%;
     
 }

 .gestaoPcp2{
    padding-top: 13%;
    display: none;
    width: 55%;
    margin-left: 18%;
    margin-bottom: 3%;
    
}

.gestaoCfi1{
    padding-top: 13%;
    display: flex;
    width: 45%;
    margin-left: 26%;
    margin-bottom: 6%;
     
 }

 .gestaoCfi2{
    padding-top: 13%;
    display: none;
    width: 45%;
    margin-left: 26%;
    margin-bottom: 6%;
    
}

.gestaoOrc1{
    padding-top: 9%;
    display: flex;
    width: 38%;
    margin-left: 32%;
    margin-bottom: 0%;
     
 }

 .gestaoOrc2{
    padding-top: 9%;
    display: none;
    width: 38%;
    margin-left: 32%;
    margin-bottom: 0%;
    
}

.tituloGestao{
    font-size: 25px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 2%;
    color: lightgrey;
}

.textoGestao{
    font-size: 20px;
    text-align: justify;
    color: lightgrey;
}

@media (max-width:1700px) {
  
    .gestaoTitulo{
        font-size: 30px;
    }

    .gestaoSubtitulo{
        font-size: 20px;
    }

    .gestaoCards{
        width: 25%;
        border-radius: 10px;
    }

    .tituloGestao{
        font-size: 20px;
    }
    
    .textoGestao{
        font-size: 15px;

    }
    
}

@media (max-width:800px) {
    
    .gestaoTitulo{
        font-size: 25px;
        width: 80%;
    }

    .gestaoSubtitulo{
        font-size: 20px;
        width: 80%;
    }

    .gestaoParte2{
        display: grid;
        margin-bottom: 0%;
        padding-bottom: 0%;
    }

    .gestaoParte3{
        margin-top: 0%;
        padding-top: 0%;
        display: grid;
        height: auto;
    }

    .gestaoCards{
        height: auto;
        width: 80%;
        margin-top: 4%;
        margin-left: 10%;
        margin-right: 10%;
        padding-bottom: 10%;
        border-radius: 10px;
    }

    .tituloGestao{
        font-size: 20px;
    }
    
    .textoGestao{
        font-size: 15px;

    }
    
}

/*================================Fim Gestão==================================== */
/*==============================Inicio Segmentos================================ */

.especificoParte1{
    width: 100%;
    padding-top: 3%;
    background-color: lightgrey;
    display: flex;
}

.especificoParte1 img{
    border-radius: 10px;
    width: 50%;
    margin-left: 2%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.especificoTitulo{
    margin-top: 15%;
    font-size: 35px;
    margin-right: 5%;
    text-align: center;
    font-weight: bolder;
}

.especificoTexto{
    margin-top: 6%;
    font-size: 27px;
    margin-right: 5%;
    text-align: center;
}

@media (max-width:1800px) {
  
    .especificoTitulo{
        margin-top: 12%;
        font-size: 25px;
    }

    .especificoTexto{
        font-size: 22px;
    }
}

@media (max-width:1300px) {

    .especificoTitulo{
        margin-top: 9%;
        font-size: 20px;
    }

    .especificoTexto{
        font-size: 17px;
    }
}

@media (max-width:1000px) {
  
    .especificoTitulo{
        margin-top: 8%;
        font-size: 15px;
    }

    .especificoTexto{
        font-size: 13px;
    }
}

@media (max-width:800px) {

    .especificoParte1{
        display: grid;
    }

    .especificoParte1 img{
        width: 96%;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .especificoTitulo{
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        margin-top: 3%;
        font-size: 25px;
    }

    .especificoTexto{
        margin-left: 10%;
        margin-right: 2%;
        margin-top: 2%;
        margin-bottom: 5%;
        width: 80%;
        font-size: 20px;
    }
}
/*===============================Fim Segmentos================================== */
/*===============================Inicio Agende================================== */
.agende{
    display: flex;
    width: 100%;
}

.imagemReuniao{
    display: none;
}

.textoAgende{
    width: 70%;
    margin-left: 3%;
    margin-right: 5%;
}

.agendeTitulo{
    margin-top: 15%;
    font-size: 35px;
    text-align: center;
    font-weight: bolder;
}
.agendeTexto{
    margin-top: 6%;
    font-size: 27px;
    text-align: center;
}

.textoAgende button{
    width: 100%;
    margin-top: 10%;
    padding: 3%;
    border-radius: 10px;
    background-color:#1493ff;
    border: none;
    color: #fbf3f3;
    font-size: 25px;
    font-weight: bolder;
    cursor: pointer;
}

.imagemAgende img{
    width: 97%;
    border-radius: 10px;
    margin-bottom: 3%;
}

@media (max-width:1800px) {
  
    .agendeTitulo{
        margin-top: 8%;
        font-size: 25px;
    }
    .agendeTexto{
        margin-top: 4%;
        font-size: 22px;
    }
    
    .textoAgende button{
        font-size: 20px;
    }
    
}

@media (max-width:1500px) {

    .textoAgende{
        margin-top: 3%;
    }
  
    .agendeTitulo{
        margin-top: 8%;
        font-size: 23px;
    }
    .agendeTexto{
        margin-top: 4%;
        font-size: 20px;
    }
    
    .textoAgende button{
        font-size: 17px;
    }
}

@media (max-width:1300px) {
  
    .textoAgende{
        width: 70%;
    }
    .agendeTitulo{
        margin-top: 8%;
        font-size: 20px;
    }
    .agendeTexto{
        margin-top: 4%;
        font-size: 17px;
    }
    
    .textoAgende button{
        font-size: 15px;
    }
}

@media (max-width:1000px) {
  
    .textoAgende{
        width: 100%;
    }
        .agendeTitulo{
        margin-top: 8%;
        font-size: 15px;
    }
    .agendeTexto{
        margin-top: 4%;
        font-size: 13px;
    }
    
    .textoAgende button{
        font-size: 10px;
    }
}

@media (max-width:800px) {

    .agende{
        display: grid;
    }
  
    .textoAgende{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .agendeTitulo{
        margin-top: 3%;
        font-size: 25px;
    }

    .agendeTexto{
        margin-top: 4%;
        font-size: 20px;
    }
    
    .textoAgende button{
        margin-top: 2%;
        margin-bottom: 5%;
        font-size: 15px;
    }

    .agendeImagem img{
        display: flex;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        border-radius: 10px;
    }

    .imagemAgende img{
        display: none;
    }
}
/*=================================Fim Agende=================================== */
/*===============================Inicio Rodape================================== */

.rodape{
    display: flex;
    width: 100%;
    background-color: #403f40;
}

.rodapeLogo{
    width: 30%;
    margin-top: 2%;
    margin-left: 10%;

}

.rodapeLogo img{
    margin-top: 2%;
    width: 80%;
    border-radius: 5px;
}

.rodapeLogoTitulo{
    margin-top: 1%;
    font-size: 30px;
    color: white;
}

.rodapeLogoTexto{
    margin-top: 1%;
    margin-bottom: 3%;
    font-size: 30px;
    color: white;
    font-weight: bolder;   
}


.menuRodape{
    width: 200%;
    padding-top: 30%;
}

.menuTitulo{
    margin-bottom: 2%;
    color: white;
    font-size: 25px;
    font-weight: bold;
}

.menuItemRodape{
    width: 100%;
    text-decoration: none;
    padding-bottom: 3%;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    height: 20px;
    transition: all 200ms ease-out;
}


.redesSociais{
    margin-left: 30%;
}


.redesSociais img{
    margin-left: 2%;
    width: 7%;
    margin-top: 39%;
    cursor: pointer;
}

@media (max-width:2000px) {

    .rodapeLogo{
        width: 50%;
        margin-top: 2%;
        margin-left: 10%;
    
    }

    .rodapeLogoTitulo{
        font-size: 20px;
    }
    
    .rodapeLogoTexto{
        font-size: 15px;  
    }
    
    .redesSociais img{
        margin-left: 2%;
        width: 8%;
        margin-top: 45%;
    }
    
}

@media (max-width:1500px) {
    
    .redesSociais img{
        margin-left: 2%;
        width: 8%;
        margin-top: 50%;
    }
    
    .menuRodape{
        width: 200%;
        padding-top: 30%;
    }
}

@media (max-width:1200px) {
    
    .rodapeLogo{
        width: 100%;
        margin-top: 2%;
        margin-left: 10%;
    
    }

    
    .redesSociais img{
        margin-left: 2%;
        width: 10%;
        margin-top: 53%;
    }
    
}

@media (max-width:1265px) {
  
    .rodapeLogo{
        width: 100%;
        margin-top: 2%;
        margin-left: 10%;
    }

    .rodapeLogo img{
        width: 82%;
    }
    
    .rodapeLogoTitulo{
        font-size: 15px;
    }
    
    .rodapeLogoTexto{
        font-size: 15px;  
    }

    .menuRodape{
        width: 300%;
        padding-top: 30%;
    }    

    .menuTitulo{
        font-size: 20px;
    }
    
    .menuItemRodape{
        font-size: 15px;
    }
    
    .redesSociais img{
        margin-left: 2%;
        width: 10%;
        margin-top: 53%;
    }
    
}

@media (max-width:1000px) {
  
    .rodapeLogo{
        margin-top: 2%;
        margin-left: 10%;
    }

    .rodapeLogo img{
        width: 100%;
    }
    
    .rodapeLogoTitulo{
        font-size: 15px;
    }
    
    .rodapeLogoTexto{
        font-size: 15px;  
    }

    .menuRodape{
        width: 300%;
        padding-top: 30%;
        padding-left: 60%;
    }

    .menuTitulo{
        font-size: 17px;
    }
    
    .menuItemRodape{
        font-size: 13px;
    }
    
    .redesSociais img{
        margin-left: 2%;
        width: 10%;
        margin-top: 53%;
    }
    
}

@media (max-width:800px) {
    
    .rodape{
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .rodapeLogo{
        margin-top: 2%;
        margin-left: 10%;
    }

    .rodapeLogo img{
        width: 80%;
    }
    
    .rodapeLogoTitulo{
        font-size: 20px;
    }
    
    .rodapeLogoTexto{
        font-size: 20px;  
    }

    .menuRodape{
        width: 100%;
        padding-top: 10%;
        padding-left: 10%;
    }

    .menuTitulo{
        font-size: 25px;
    }
    
    .menuItemRodape{
        font-size: 20px;
    }
    
    .redesSociais img{
        margin-left: 2%;
        width: 10%;
        margin-top: 23%;
    }
}
