*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
    /* background: #fff7ef; */
    background: #FFF;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #222;
}
.social-medias{
    display: flex;
    justify-content: flex-end;
    margin-left: 10px;
    width: 90%;
}
.social-medias p{
    text-align: center;
    width: 15vw;
}
.social-medias img{
    margin-top: 5px;
}
.container {
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    margin: 0 auto;
}
header{
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
    /* background: #44866b; */
    background: #715f58;
    color: #f2f2f2;
}
footer{
    background: #715f58;
    color: #f2f2f2;
    padding: 1rem 0;
    width: 100%;
}
footer p{
    text-align: center;
}
.logotipo{
    text-align: left;
    margin: auto;
    width: 100%;
}
.logotipo img{
    border-radius: 5px;
    width: 90vw;
}
nav{
    display: none;
}
/* Menu hamburger */
#menu-toggle {
  display: none;
}
.menu-icon {
  width: 30px;
  cursor: pointer;
  margin: 20px;
}
.menu-icon span {
  display: block;
  height: 4px;
  background: #000;
  margin: 6px 0;
  transition: 0.3s;
}
.menu {
  display: none;
  position: absolute;
  top: 250px; /* distância abaixo do ícone */
  left: 20px;
  width: 70vw;
  background: #333;
}
.menu-icon span {
  background: #715f58;
  display: block;
  margin-left: 20px;
  width: 10vw;
  height: 4px;
  margin-bottom: 6px;
  transition: 0.3s;
}
.menu a {
  display: block;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}
.menu a:hover {
  background: #444;
}
#menu-toggle:checked ~ .menu {
  display: block;
}

/* Fim menu hamburger */
.titulo{
    font-size: 25px;
    font-weight: bold;
    padding: 1.5rem;
}
.btn-agendar{
    background: #004170;
    color: #FFF;
    text-align: center;
    width: 18vw;
}
.btn-agendar-hamburger{
    background: green;
    color: #FFF;
    text-align: center;
    width: 18vw;
}

.wrap{
    height: 24.6vh;
}
/* Mobile */
.main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.banner{
    /* background: #fff7ef; */
    background: #FFF;
    border: 1px solid #715f58;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: auto;
    padding: 1rem;
    text-align: center;
    width: 100%;
}
.texto-banner{
    color: #715f58;
    margin: auto;
    width: 100%;
}
.texto-banner p{
    padding: 1rem;
    text-align: justify;
}
.texto-banner h2{
    margin-left: 16px;
    text-align: left;
    width: 100%;
}
.agendamento{
    margin-bottom: 5px;
    padding: 1rem;
    text-align: left;
    width: 100%;
}
.agendamento a{
    background: #004170;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    padding: 1rem;
    text-decoration: none;
}
.foto-banner{
    margin: auto;
    width: 100%;
}
.foto-banner img{
    border-radius: 4px;
    width: 85vw;
}
.l1-col3{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}
.l1-col3-item{
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    box-shadow: 0 8px 12px 0 #c0c0c0;
    margin: auto;
    padding: 1rem;
    text-align: center;
    width: 90%;
}
.l1-col3-item h2{
    color: #004170;
}
.l1-col3-item img{
    margin-top: 10px;
}
/* Cards */
.sections{
    /* background: #44866b; */
    background: #715f58;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 1rem;
    width: 100%;
}
.cards {
  display: grid;
  grid-template-columns: 93vw;
  gap: 1rem;
  margin: auto;
}
.card {
  padding: 1rem;
  border: 1px solid #00312c;
  border-radius: 8px;
  background: #fff;
}
.card h1{
    background: #004170;
    border-radius: 5px;
    color: #F2F2F2;
    font-size: 1rem;
    padding: 1rem;
}
.card img{
    margin-top: 10px;
    width: 85vw;
}
.card p{
    color: #00312c;
    margin-top: 10px;
    text-align: justify;
}
.card ul li{
    margin-left: 20px;
}
.faqs details{
    /* background: #a3abbd; */
    /* background: #824f44; */
    background: #4d8076;
    border: 1px solid #715f58;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 1rem;
}
.faqs details p{
    margin-top: 10px;
}
.contatos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
    margin: 10px center;
    width: 100%;
}
.formulario-contato{
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 1rem;
    width: 93vw;
}
.formulario-contato label{
    color: #004170;
    font-weight: bold;
    display: block;
}
.formulario-contato input{
    padding: 0.8rem;
    width: 85vw;
}
.formulario-contato textarea{
    height: 10vh;
    padding: 0.7rem;
    resize: none;
    width: 85vw;
}
.formulario-contato button{
    /* background: #004170; */
    /* background: #824f44; */
    background: #4d8076;
    border: none;
    color: #FFF;
    font-weight: bold;
    padding: 1rem;
    width: 85vw;
}
.mapa{
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 1rem;
    width: 93vw;
}
.box-btn-comoChegar{
    margin-top: 15px;
}
.btn-comoChegar{
    background: #004170;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    margin: 0px auto;
    padding: 0.8rem;
    text-decoration: none;  
}
@media only screen and (min-width: 480px) {
    .container{
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .container{
        max-width: 100%;
    }
    .card{
        width: 97vw;
    }
    .formulario-contato{
        width: 97vw;
    }
    .formulario-contato input{
        width: 93vw;
    }
    .formulario-contato textarea{
        width: 93vw;
    }
    .formulario-contato button{
        width: 93vw;
    }
    .mapa{
        width: 93vw;
    }
}
@media only screen and (min-width: 1280px) {
    header{
        height: 20vh;
    }
    .social-medias p{
        width: 3vw;
    }
    .container{
        max-width: 100%;
    }
    .logotipo{
        text-align: left;
    }
    .logotipo img{
        width: 25vw;
    } 
    .titulo{
        font-size: 2rem;
        padding: 2rem;
    }
    .texto-banner{
        width: 40vw;
    }
    .foto-banner{
        width: 40vw;
    }
    .foto-banner img{
        width: 40vw;
    }
    .menu, #menu-toggle, .menu-icon{
        display: none;
    }
    nav{
        display: block;
        width: 100%;
    }
    nav ul{
        display: flex;
        list-style: none;
        width: 100%;
    }
    nav ul li{
        background: #715f58;
        border-radius: 5px;
        padding: 1rem;
        margin: 5px;
        width: 10vw;
    }
    nav a{
        color: #FFF;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }
    .btn-agendar{
        width: auto;
    }
    .l1-col3{
        margin: auto;
        width: 50%;
    }
    .l1-col3-item{
        width: 25%;
    }
    .l1-col3-item h2{
        font-size: 20px;
    }
    .cards{
        gap: 2.5rem;
        grid-template-columns: 31vw 31vw 31vw;
    }
    .card{
        gap: 1rem;
        width: 30vw;
    }
    .card img{
        margin-top: 10px;
        width: 28vw;
    }
    .faqs{
        display: grid;
        gap: 0.5rem;
        grid-template-columns: 48vw 49vw;
    }
    .formulario-contato{
        width: 42vw;
    }
    .formulario-contato label{
        width: 40vw;
    }
    .formulario-contato input{
        width: 40vw;
    }
    .formulario-contato textarea{
        width: 40vw;
    }
    .formulario-contato button{
        width: 40vw;
    }
    .mapa{
        width: 42vw;
    }
    .btn-comoChegar{
        width: 10vw;
    }
}
@media only screen and (min-width: 1536px) {

}
