@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --cor-de-fundo-header: #efe8e8;
    --cor-de-fundo-corpo: #DCD7C9;
    --cor-fonte-principal: black;
}

* {
    margin: 0;
    padding: 0;
}

.redes__link img {
    max-height: 25px;
    width: auto;
    text-decoration: none;
}

.dropdown img {
    max-height: 25px;
    width: auto;
    text-decoration: none;
}

.cabecalho {
    display: flex;
    align-content: stretch;
    padding: 1%;
    gap: 80px;
    align-items: center;
    height: 100%;
    width: 98%;
    text-decoration: none;
    background-color: var(--cor-de-fundo-header);
    justify-content: space-between;
}

.cabecalho__n2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.cabecalho__menu {
    display: flex;
    gap: 30px;
}

.cabecalho__menu__link {
    text-decoration: none;
    color: var(--cor-fonte-principal);
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.lista__redes_cabecalho {
    display: flex;
    gap: 30px;
    height: 10%;
    align-items: right;
    justify-items: right;
    list-style-type: none;
    text-decoration: none;
}

.lista__redes{
 display: flex;
    gap: 30px;
    height: 10%;
    align-items: right;
    justify-items: right;
    list-style-type: none;
    text-decoration: none;
}


.nome__carol {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 110%;

}

.imagem__mulher {
    background-image: url(./logo-mulher-ao-fundo.webp);
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.corpo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-top: 40px;
    background-color: var(--cor-de-fundo-corpo);
    color: var(--cor-fonte-principal);
}

.recursos{
    display: flex;
    gap: 40px;
    align-items: center;
    flex-direction: column;
    width: 85%;
}

.recursos__lista{
    display: flex;
    gap: 40px;
    list-style-type: none;
    align-content: center;
    align-items: flex-start
}

.recursos__lista_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: larger;
    text-wrap: 40px;
}

.link__docontato{
    text-decoration: none;
    list-style-type: none;
    color: var(--cor-fonte-principal);
}

.recurso_item_text{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: large;
    width: 300px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}

.recursos__lista_item img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.titulo__sobre{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: large;
    font-size: 32px;
    font-weight: bold;
}

.sobre{
    display: flex;
    align-content: center;
    justify-content: center;
    padding-left: 15%;
    padding-right: 10%;
    gap: 40px;
}

.sobre__carol{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 40px;
}

.sobre img{
    height: 600px;
    width: 500px;
    border-radius: 3%;
    object-fit: cover;
}

.texto__sobrecarol{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 20px;
    text-justify: distribute-all-lines;
}

.galeria{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.fotos__linhaum {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 1%;
    max-width: 100%;
}

.fotos__linhaum img {
    max-width: 20%;
    height: auto;
    border-radius: 5%;
    object-fit: cover;
}

.fotos__linhadois {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 1%;
    max-width: 100%;
}

.fotos__linhadois img {
    max-width: 30%;
    height: auto;
    border-radius: 5%;
    object-fit: cover;

}

.titulos {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-weight: bold;
    font-size: 36px;
}

.contato{
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 40px;
}

.lista__redes_contato{
    gap: 30px;
    display: flex;
    padding-top: 30px;
    align-items: center;
    justify-content: center;
    max-height: 25px;
    width: auto;
    text-decoration: none;
}

.lista__redes_contato img{
    display: flex;
    max-height: 40px;
    width: auto;
    text-decoration: none;
    border-radius: 0;
}

.recursos__lista_item_Whats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    max-height: 40px;
    gap: 40px;
    text-decoration: none;
}

.recursos__lista_item_Whats img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   height: 70px;
    width: 70px;
    object-fit: cover;
}

.rodape {
    background-color: var(--cor-de-fundo-header);
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    align-items: center;
    gap: 40px;
}

.lista__contatos {
    display: flex;
    padding-top: 40px;
    gap: 40px;
    height: 10%;
    width: 50%;
    align-items: right;
    justify-items: right;
    list-style-type: none;
    text-decoration: none;
}

.contatos__link {
    text-decoration: none;
    color: var(--cor-fonte-principal);
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.contatos__link{
    max-height: 25px;
    width: auto;
    text-decoration: none;
}

.rodape__AL {
    text-decoration: none;
    color: var(--cor-fonte-principal);
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.mapa{
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: larger;
    text-wrap: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

@media(max-width: 1100px){
    .cabecalho__menu {
    display: none
}
    
    .sobre {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .recursos__lista {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mapa{
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sobre img{
        width: 90%;
    }

}

@media(max-width: 769px){
    .nome__carol {
    display: none;

}

.lista__redes_cabecalho{
    display: none;
}

}

@media(min-width: 769px){
    .dropbtn {
    display: none;
}
}

/* Dropdown Button */
.dropbtn {
  background-color: var(--cor-de-fundo-header);
  color:var(--cor-fonte-principal);
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: var(--cor-de-fundo-header);}