*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    text-decoration: none;
    outline:none;
}
/*cabeçalho*/
.containerheader{
    max-width: 1280px;
    margin: 0 auto;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
header button{
    margin-top: 5px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
header{
    background-color: white;
    width: 100%;
    box-shadow: 0px 3px 10px #464646;
    font-family: 'FonteTexto', sans-serif;
    position: relative;
    transition: 0.4s;
    z-index: 20;
}

header.rolagem{
    position: fixed;
    color: rgb(175,145,88);
    background-color: white;
    box-shadow: 0px 3px 10px #464646;

}
header img{
    width: 10%;
}

/*rolagem dourada
header.rolagem ul ul{
    border-radius: 25px;
    background-color: white;
    box-shadow: 0px 3px 10px #464646;
}

header.rolagem ul li a{
    color: rgb(175,145,88);
}*/

header ul{
    list-style-type: none;
}
header ul li{
    display: block;
    margin: 0 40px;
}

#banner-pc {
    display: block;
    height: 500px ;
    width: 100%;
}
#banner-mobile{
    display: none;
}
header ul li a{
    color: rgb(123,55,46);
    font-size: 80%;
    transition: 0.2s;
    font-family: 'FonteTexto', sans-serif;

}
header ul li a strong{
    font-size: 115%;
}
header ul li a:hover{
    font-weight: bolder;
    transition: 0.2s;
}
header ul li a:after{
    content:"";
    background-color: rgb(175,145,88);
    height: 3px;
    font-weight: bold;
    width: 0%;
    display: block;
    margin: 0 auto;
    transition: 0.5s;
}
.cabecalho_midias{
    margin-left: 70%;

}
.cabecalho_midias img{
    margin-top: 8px;
    margin-left: 8px;
    width: 17%;
}

header ul li a:hover::after{
    width: 100%;
}
.menu-submenu ul{
    list-style-type: none;

}
.menu-submenu ul li{
    
    display: inline;
    position: relative;
}
.menu-submenu ul li a{
    display: inline-block;
    margin: 10px 0;
}
.botaomenu{
    border: 3px solid rgb(123,55,46); /* Cor marrom (#8B4513) e largura de 5px */
    border-radius: 40px; /* Borda arredondada de 20px */
    padding: 1px 5px; 
    transition: 0.4s;
}
header.rolagem .botaomenu{
    border: 3px solid rgb(175,145,88);
}
.menu-submenu ul ul a{
    font-family: 'FonteTexto', sans-serif;
    padding: 5px;
    justify-content:center ;
    white-space: nowrap;
}
.menu-submenu ul ul{
    background-color: white;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 3px 10px #464646;
    transition: 0.5s;
    display: none;
    position: absolute;
}

.menu-submenu ul li:hover ul{
    display: block;
    position: absolute;
}

.ul-cbc{
    display: flex;
    align-items: center;
    justify-content: space-around; 
}
.mobile-menu-icon{
    display: none;

}
.ul-cbc li{
    margin-left: -10px;
}
.mobile-menu{
    display: none;
}
@media screen and (max-width: 2800px) {
    #banner-pc {
        display: block;
        height: 800px ;
        width: 100%;
    }
    header ul li a{
        color: rgb(123,55,46);
        font-size: 110%;
        transition: 0.2s;
        font-family: 'FonteTexto', sans-serif;
    }
    .menu-submenu{
        margin-left: 100px;
    }
    header img{
        margin: 2px;
        width: 15%;
    }
}
@media screen and (max-width: 2100px) {
    #banner-pc {
        display: block;
        height: 550px;
        width: 100%;
    }
}
@media screen and (max-width: 1366px) {
    #banner-pc {
        display: block;
        height: 400px;
        width: 100%;
    }

    header ul li a {
        color: rgb(123, 55, 46);
        font-size: 80%;
        transition: 0.2s;
        font-family: 'FonteTexto', sans-serif;
    }

    .menu-submenu {
        margin-left: 80px;
    }

    header img {
        margin: 2px;
        width: 10%;
    }
}
/*mudando a responsividade do cabeçlalho*/
@media screen and (max-width: 800px){
    header i{
        color:rgb(123,55,46);
        font-size: 250%;
    }
    header img{
        margin: 2px;
        width: 22%;
    }

    .ul-cbc{
        display: none;
    }
    .cabecalho_midias{
        display: none;
    }
    .mobile-menu-icon{
        display: block;
    }
    #banner-mobile {
        display: block;
        width: 100%;
        height: 375px; /* Define a altura máxima desejada */
    }
    
    #banner-pc{
        display: none;
    }
    .mobile-menu ul{
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        text-align: left;
        padding-bottom: 1rem;
        transition: 1s;
    }
    .open{
        display: block;
        background-color: white;
        box-shadow: 0px 3px 10px #464646;
    }

    .mobile-menu ul{
        list-style-type: none;
    
    }
    .mobile-menu ul li{
        display: inline;

    }
    .mobile-menu ul li a{
        display: inline-block;
        color:rgb(175,145,88);
        margin: 10px 0;
    }
    .mobile-menu ul ul{
        background-color: white;
        box-shadow: 0px 3px 10px #464646;
        font-weight: normal;
        font-family: 'FonteTexto', sans-serif;
        border-radius: 25px;
        display: none;
  
    }
    .mobile-menu ul ul a{
        padding: 5px;
    }
    .botaomenu{
        border: 3px solid rgb(175,145,88); 
    }
    .mobile-menu ul li:hover ul{
        display: flex;
        text-align: left;
        position: absolute;
    }
}
/*fim do cabeçalho*/

/*fontes da about para o site*/
@font-face {
    font-family: 'FonteTexto';
    src: url('Montserrat-Regular.ttf') format('truetype');
    /* Outros estilos de fonte, como peso e estilo, podem ser definidos aqui */
}

@font-face {
    font-family: 'FonteTitulo';
    src: url('Montserrat-Bold.ttf') format('truetype');
    /* Outros estilos de fonte, como peso e estilo, podem ser definidos aqui */
}

/*SOLUÇÕES */
#solucoes-mobile{
    display: none;
}
.solucoes-banner {
    position: relative;
}
/* Estilize a classe solucoes */
.solucoes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ocupa toda a largura da solucoes-banner */
    padding: 30px 80px 0 80px; /* Adicione um preenchimento para melhor legibilidade, ajuste conforme necessário */
    box-sizing: border-box; /* Inclui a borda e o preenchimento no cálculo total da largura e altura */
}
/* Estilize a classe solucoes-img */
.solucoes-img {
    text-align: center;
    margin-right: 20px; /* Adiciona espaçamento lateral entre as imagens */
}
.solucoes img{
    width: 90%;
    text-align: center;
    transition: 0.5s;
    margin-top: 10%;
}
/* Estilize a classe imgsolucoes */


#containersolucoes{
    display: flex;
    justify-content: center;
}
#banner-solucoes {
    display: block;
    height: 400px ;
    width: 100%;
}
.solucoes .container h6 {
    color: white;
    font-size: 100%;
    margin-top: 10px;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
    font-family: 'FonteTexto', sans-serif;
    
}
.titulosolucoes {
    font-weight: bold;
    color: white; 
    padding: 1%;
    font-size: 200%;
    display: flex;
    justify-content: center; 
    font-family: 'FonteTexto', sans-serif;
    word-spacing: 10px; /* Ajuste conforme necessário para espaçamento entre as palavras */
}

.imgsolucoes:hover{
   margin-top: -1px;
}
@media screen and (max-width: 2800px) {
    #banner-solucoes {
        height: 550px;
    }
}
@media screen and (max-width: 2100px){
    #banner-solucoes {
        height: 450px;
    }
}

@media screen and (max-width: 1500px){
    #banner-solucoes {
        height: 330px;
    }
}
@media screen and (max-width: 760px) and (orientation: portrait){
    .solucoes .container h6 {
        color: white;
        font-size: 80%;
        margin-top: 10px;
        text-align: center;
        transition: 0.5s;
        cursor: pointer;
        font-family: 'FonteTexto', sans-serif;
        
    }
    .solucoes{
        padding: 5% 10% 0  10%;
    }
    #solucoes-mobile{
        width: 100%;
        display: block;
        height: 1150px;
    }
    .solucoes img{
        width: 75%;
        text-align: center;
        margin-top: 10%;
    }
    .titulosolucoes{
        font-size: 180%;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }
    #banner-solucoes {
        display: none;
    }
    #containersolucoes {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Dois itens por linha */
        justify-content: center; /* Centraliza os itens horizontalmente */
    }
}

@media screen and (max-width: 560px) and (orientation: portrait){
    .solucoes .container h6 {
        color: white;
        font-size: 80%;
        margin-top: 10px;
        text-align: center;
        transition: 0.5s;
        cursor: pointer;
        font-family: 'FonteTexto', sans-serif;
        
    }
    .solucoes{
        padding: 5% 10% 0  10%;
    }
    #solucoes-mobile{
        width: 100%;
        display: block;
        height: 800px;
    }
    .solucoes img{
        width: 85%;
        text-align: center;
        margin-top: 10%;
    }
    .titulosolucoes{
        font-size: 180%;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }
    #banner-solucoes {
        display: none;
    }
    #containersolucoes {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Dois itens por linha */
        justify-content: center; /* Centraliza os itens horizontalmente */
    }
}


/*carrossel
.titulocarrossel{
    color: rgb(123,55,46); 
    padding: 1%;
    font-size: 200%;
    display: flex;
    justify-content: space-around;
    font-family: 'FonteTitulo', sans-serif;
}
.carousel .card{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wrapper{
    padding: 5px 5% 5px 5%;
    /*margin-bottom: 20PX; espaçamento entre rodape e carrossel
}

.wrapper .carousel{
    margin: 200px;
    margin: 10px 0 10px 0;
    display: grid;
    overflow: hidden;
    grid-auto-flow: column;
    grid-auto-columns: calc((100%/3)-12px);
    scroll-behavior: smooth;
    gap: 3%;

}

.carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.no-transition {
    scroll-behavior: auto;
  }
  .carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carousel.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.card .img-carousel img{
    margin: 30px 0 30px 0;
    width: 140px;
    height: 50px;
}
.wrapper i{
    color: rgb(36,112,39);
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    line-height: 40px;
    box-shadow: 0px 3px 5px #464646;
    border-radius: 1000px;
    transform: translateY(-50%);
}

.wrapper i:first-child{
    left: 30px;
}
.wrapper i:last-child{
    right: 30px;
}
@media screen and (max-width: 2800px){
    .titulocarrossel{
        color: rgb(123,55,46); 
        padding: 1%;
        font-size: 250%;
        display: flex;
        justify-content: space-around;
        font-family: 'FonteTitulo', sans-serif;
    }
    .card .img-carousel img{
        margin-left: 50px;
        width: 220px;
        height: 100px;
    }
}
@media screen and (max-width: 1080px){
    .wrapper i{
        color: rgb(36,112,39);
        font-size: 20px;
        height: 40px;
        width: 40px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        line-height: 40px;
        box-shadow: 0px 3px 5px #464646;
        border-radius: 1000px;
        transform: translateY(-50%);
    }
    .wrapper .carousel{
        grid-auto-columns: calc((100%/2)-6px);
    }
    .card .img-carousel img{
        margin-left: 50px;
        width: 220px;
        height: 100px;
    }
    .titulocarrossel{
        font-size: 170%;
    }

    .wrapper .carousel{
        grid-auto-columns: calc(1);
    }
}
@media screen and (max-width: 600px){

    .card .img-carousel img{
        margin-left: 50px;
        width: 220px;
        height: 100px;
    }
    .titulocarrossel{
        font-size: 170%;
    }

    .wrapper .carousel{
        grid-auto-columns: calc(1);
    }
}*/
.titulocarrossel{
    color: rgb(123,55,46); 
    padding: 1%;
    font-size: 200%;
    display: flex;
    justify-content: space-around;
    font-family: 'FonteTitulo', sans-serif;
}
.owl-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;

}

.owl-carousel .owl-stage {
    display: flex;
    transition: transform 0.5s ease;
}

.owl-carousel .owl-item {
    width: 100%;
    flex: 0 0 auto;
    margin-right: 100px; /* Adiciona 100px de margem direita para criar o espaço desejado entre as imagens */
}

.owl-carousel .owl-item:last-child {
    margin-right: 0; /* Remove a margem direita do último item para evitar espaço extra */
}

.owl-carousel .owl-item .img-carousel img {
    margin: 30px 0 30px 0;
    width: 200px; /* Largura horizontal desejada */
    height: 100px; /* Altura vertical desejada */
}

/* Ajuste a largura e altura conforme necessário */

/* Remove a navegação padrão do Owl Carousel */
.owl-nav {
    display: none;
}

@media screen and (max-width: 600px) {
    .owl-carousel {
        padding-left: 0px;
        padding-right: 0px;
    }

    .owl-carousel .owl-item .img-carousel img {
        margin: 30px 0 30px 0;
        width: 125px; /* Largura horizontal desejada */
        height: 75px; /* Altura vertical desejada */
    }
}

/*rodape*/
footer{
    height: 240px;
    background-color: rgb(123,55,46);
    position: relative;
    bottom: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
    width: 100%;
    color: white;
    box-shadow: 0px -1px 3px  #464646; /*sombreamento superior do rodapé*/
}

#footer_content {
    background-color: rgb(123,55,46) ;
    display: grid;
    grid-template-columns: repeat(4, 3fr);
    padding: 2.2rem 0rem 0rem 03rem;
}

#imglogo {
    width: 50%;
}
#rodape_midias {
    display: flex;
    gap: 1rem;
}
#rodape_midias img{
    width: 70%;
    border-radius: 20px;
    transition: 0.2s;
}
#rodape_midias img:hover{
    width: 80%;

}
footer h3{
    font-family: 'FonteTitulo', sans-serif;
    font-size: 110%;
}
footer a{
    font-family: 'FonteTexto', sans-serif;
    font-size: 80%;
    color: white;
    transition: all 0.2s;
}
footer a:hover{
    font-size: 80%;
    color: rgb(175,145,88);
}
.footer_list{

    display: flex;
    flex-direction: column;
    gap: 0.50rem;
    list-style: none;

    font-family: 'FonteTexto', sans-serif;
}
.footer_list p{
    font-size: 75%;
    max-width: 250px; 
    text-align: justify;
}
.footer_list .footer_link{

    transition: 0.4s;
}
#rodape_endereco{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#rodape_endereco p{
    font-size: 80%;
    color: white;
    font-family: 'FonteTexto', sans-serif;
    transition: all 0.2s;
}


#footer_copyright{
    display: flex;
    justify-content: center;
    background: linear-gradient(to right, rgb(36,112,39) 80%, rgb(175,145,88) 20%);
    font-size: 0.6rem;
    padding: 0.5rem;
    font-weight: 100;
    font-family: 'FonteTitulo', serif;
}
/* mudança na resolução torna o conteudo abaixo responsivo*/
@media screen and (max-width: 800px) {
    #footer_content{
        grid-template-columns: repeat(1,1fr);
        gap: 2rem;
    }
    #imglogo {
        border-radius: 1px;
        margin-bottom: 10px;
        width: 50%;
        position: relative;
    }


}