*{
    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: 1500px) {
    #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*/
h1 {
    color: white;
    background-color: rgb(123, 55, 46); 
    text-align: center;
    font-size: 150%;
    padding: 5PX;
    border-radius: 50px;
    margin-left: 15%;
    margin-right: 15%;
    font-family: 'FonteTitulo', sans-serif;
}

/* Estilos para o formulário de contato */
.contato form {
    width: 400px;
    background-color: rgb(123, 55, 46);
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}


.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 18px;
    color: white;
    font-family: 'FonteTitulo', sans-serif;
}

.form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

textarea.form-control {
    resize: vertical;
}


.formulario button{
    font-family: 'FonteTitulo', sans-serif;
    background-color: rgb(161, 56, 42);
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn-secondary:hover {
    background-color: #672722;
}
/* Estilos para o conteúdo */
.content {
    
    display: block;
    background: 
    linear-gradient(to right, transparent 25%, rgb(210, 210, 210) 20%),
    repeating-linear-gradient(45deg, rgb(161, 56, 42), rgb(161, 56, 42) 19px, rgb(123, 55, 46) 0px, rgb(87, 44, 39) 20.5px);
}
.formulario{
    
    margin-right: 100px;
}
/* Estilos para os títulos das seções */
.content h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 40px;
    color: rgb(123, 55, 46);
    font-family: 'FonteTitulo', sans-serif;
}
.contato{
    margin-left: 20%;
    padding: 15px;
    width: 50%;
}
.informacoes p {
    font-family: 'FonteTexto', sans-serif;
    color: rgb(123, 55, 46); /* Cor marrom para o texto do parágrafo */
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.informacoes{
    align-items: top;
}
.titulo-item {
    display: flex;
    align-items: center; /* Alinha os itens verticalmente ao centro */
  }
.informacoes img {
    width: 20px; /* Ajuste conforme necessário */
    margin-right: 10px; /* Adiciona margem à direita para espaçamento entre a imagem e o texto */
}

.itens h3{
    font-family: 'FonteTitulo', sans-serif;
    color: rgb(123, 55, 46);
}
.itens img{
    width: 25px;
}
.itens{
    width: 800px;
    margin-top: 40px;
    margin-bottom: 25px;
    display: flex;
  align-items: flex-start;
}


/* Estilos para as seções de serviço */
.service-section {
    margin-bottom: 20px;
}


/* Estilos para as listas e itens de lista */
.content ul {
    list-style-type: disc;
    font-family: 'FonteTexto', sans-serif;
    color: rgb(112, 112, 112);
    margin-left: 20px;
}

.content li {
    font-family: 'FonteTexto', sans-serif;
    color: rgb(112, 112, 112);

}
@media screen and (max-width: 2800px){
    .contato form {
        width: 500px;
        background-color: rgb(123, 55, 46);
        padding: 20px;
        border-radius: 25px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }
    .informacoes p {
        font-family: 'FonteTexto', sans-serif;
        color: rgb(123, 55, 46); /* Cor marrom para o texto do parágrafo */
        font-size: 27px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .itens{
        width: 1100px;
        margin-top: 40px;
        margin-bottom: 25px;
        display: flex;
      align-items: flex-start;
    }

}

@media screen and (max-width: 2100px){
    .contato form {
        width: 500px;
        background-color: rgb(123, 55, 46);
        padding: 20px;
        border-radius: 25px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }
    .informacoes p {
        font-family: 'FonteTexto', sans-serif;
        color: rgb(123, 55, 46); /* Cor marrom para o texto do parágrafo */
        font-size: 27px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .itens{
        width: 1100px;
        margin-top: 40px;
        margin-bottom: 25px;
        display: flex;
      align-items: flex-start;
    }

}
@media screen and (max-width: 1500px) {
    .contato form {
        width: 350px;
        background-color: rgb(123, 55, 46);
        padding: 20px;
        border-radius: 25px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }
    .informacoes p {
        font-family: 'FonteTexto', sans-serif;
        color: rgb(123, 55, 46); /* Cor marrom para o texto do parágrafo */
        font-size: 27px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .informacoes p{
        font-size: 20px;
    }
    .itens{
        width: 1000px;
        margin-top: 40px;
        margin-bottom: 25px;
        display: flex;
      align-items: flex-start;
    }

}
@media screen and (max-width: 800px) {
    
    .contato form {
        width: 330px;
        background-color: rgb(123, 55, 46);
        padding: 20px;
        border-radius: 25px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }
    
    .contato{
        margin-left: 14%;
        padding: 15px;
        width: 40%;
    }
    .itens{
        width: 350px;
        margin-top: 40px;
        margin-bottom: 25px;
        display: block;
    }
    .informacoes{
        margin-top: 20px;
    }
    .informacoes p{
        font-size: 100%;
    }
    .content {
        margin-left: -20px;
        display: block;
        background: 
        linear-gradient(to right, transparent 15%, rgb(210, 210, 210) 10%),
        repeating-linear-gradient(45deg, rgb(161, 56, 42), rgb(161, 56, 42) 19px, rgb(123, 55, 46) 0px, rgb(87, 44, 39) 20.5px);
    }
}
/*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 */
}

/* Estilos para o mapa do Google */
iframe {
    width: 100%;
    height: 400px;
}


/*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;
    }


}