/* --------- CONFIGURAÇÕES GERAIS --------- */


@charset "UTF-8";

:root {
    --cor_principal: rgb(255, 106, 0);
    --cor_secundaria:#FFF7ED;
    --cor_terciaria: #E5E7EB;
    --cor_quartenaria: #FFEDD5;
    --cor_quinaria: #92400E;
    --cor_senaria: #FFF2DB;
    --cor_setenaria: #FDEDD5;
    --cor_octonaria: #F9FAFB;
    --fonte_principal: 'Poppins', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    background-color: white;
    max-width: 100vw;
    overflow-x: hidden;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: var(--fonte_principal);
}

header {
    background-color: white;
    display: flex;
    font-family: var(--fonte_principal);
    font-size: 8px;
    justify-content: space-between;
    padding: 1.7em 0px 3em 0px;
}

#ftlogo {
    margin: 10px 0px 0px 10px;
} 

#logo {
    display: flex;
    align-items: center;
    color: rgb(255, 106, 0);
    font-size: x-small;
}

header > nav {
    display: none;
}

#linhadenav {
    display: flex;
    align-items: center;
    display: none;
}

#linhadenav > .sublinhado {
    padding: 16px 12px 0px 12px;
    text-decoration: none;
    color: black;
}

#linhadenav > a {
    display: inline;
    float: right;
    cursor: pointer;
}

#linhadenav > a {
    text-decoration: none;
    color: #1F2937;
}

#linhadenav > a:active{
    color: #f97316;
}

#linhadenav > .sublinhado {
    display: inline-block;
    position: relative;
    color: #1F2937;
    cursor: pointer;
    transition: 0.45s all ease;
}

#linhadenav > .sublinhado:hover {
    color: #f97316;
    transition: 0.45s all ease;
}

#linhadenav > .sublinhado::after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #f97316;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
}

#linhadenav > .sublinhado:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#fimheader {
    margin: 9px 40px 0px 9px;
    color: white;
    background-color: rgb(255, 106, 0);
    border-radius: 2em;
    border: 8px solid rgb(255, 106, 0);
    font-weight: 390;
}

#fimheader:hover {
    transform: scale(1.1);
    transition: 0.45s ease;
}

#startheader {
    padding: 16px 0px 0px 6px;
}

footer {
    background-color: #1F2937;
    color: rgb(241, 243, 245);
    font-family: var(--fonte_principal);
    text-align: center;
    max-width: 100%;
}

.logorodape {
    padding-right: 6px;
}

.colunasrodape {
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
    padding: 2rem 0rem 2rem 0rem;
    font-size: large;
}

#coluna1, #coluna3 {
    margin-bottom: 4em;
}

#coluna1 {
    width: 10rem;
}

#coluna3 {
    display: flex;
    flex-wrap: nowrap;
}

.colunas {
    display: flex;
    flex-direction: column;
}

.colunas > h3 {
    padding-bottom: 8px;
}

.colunas > p, a {
    color: #9CA3AF;
    text-decoration: none;
}

.colunas > p, a {
    padding: 0px 0px 14px 0px;
}

.colunas > a:hover {
    color: #f97316;
    text-decoration: underline;
}

.colunas > a > img {
    padding-right: 6px;
}

.colunas > p > img {
    padding-right: 6px;
}


/* --------- INDEX --------- */


#banner {
    background-color: var(--cor_setenaria);
    font-family: var(--fonte_principal);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-height: 60%;
    width: 100%;
    max-width: 100%;
    padding: 0rem 0rem 3.5rem 0rem;
    gap: 2rem;
}

.adotar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13rem;
    border-radius: 2rem;
    padding: 1rem;
    margin: auto;
    height: 0.7rem;
    font-size: large;
    color: white;
    background-color: var(--cor_principal);
}

.adotar:hover {
    text-decoration: underline;
    transition: 0.5s ease-out;
    transform: scale(1.05);
}

#conteudo {
    text-align: center;
}

#conteudo > p {
    padding: 2rem 0rem 2rem 0rem;
    width: 50vw;
    margin: auto;
}

#conteudo > h2 {
    font-size: xx-large;
}

#ftbanner {
    border-radius: 2em;
}

main {
    font-family: var(--fonte_principal);
    text-align: center;
}

#funcionamento {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    align-items: center;
}

#encontre > p {
    padding-top: 12px;
    font-size: medium;
}


#entrectt > p {
    padding-top: 12px;
    font-size: medium;

}


#adocao > p {
    padding-top: 12px;
    font-size: medium;
}

main > p {
    padding-top: 36px;
    font-size: medium;
}

main > h3 {
    padding-top: 36px;
}

.pets {
    border-radius: 8px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.233);
    padding-bottom: 1.75rem;
    width: 20rem;
    height: 19rem;
    background-color: white;
}

.pets > img, h4, p, a {
    max-width: 100%;
}

.pets:hover {
    transform: scale(1.05);
    transition: 0.5s ease-out;    
}

.pets > h4, p {
    padding: 0px 0px 0px 1em;
}

.icons {
    padding: 0px 6px 0px 0px;
}

.background {
    background-color: #FFEDD5;
    border-radius: 100%;
    border: 1em solid #FFEDD5;
}

#disponiveis {
    padding: 2.5em 0px 4em 0px;
    background-color: var(--cor_terciaria);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2em;
    margin: 1rem 0rem 2rem 0rem;
}

.justify {
    text-align: justify;
}

#data {
    padding-bottom: 1.5em;
}

.conhecer {
    color: white;
    background-color: #f97316;
    padding: 4px 6.6rem 4px 6.6rem;
    border-radius: 0.3em;
}

.conhecer:hover {
    text-decoration: underline;
}

main > a {
    background-color: white;
    color: #f97316;
    border: 2.6px solid #f97316;
    border-radius: 3em;
    padding: 0.5em 2em 0.5em 2em;
    width: 7em;
    text-decoration: none;
}

main > a:hover {
    text-decoration: underline;
    transition: 0.5s ease-out;
    transform: scale(1.05);
}

#novoamigo {
    background-color: #f97316;
    margin-top: 5em;
    height: 12rem;
    padding-top: 3.75rem;
    width: 100vw;
}

#novoamigo > a {
    text-decoration: none;
    color: #f97316;
    background-color: #F9FAFB;
    padding: 0.9em 2em 0.9em 2em;
    border-radius: 2em;
    font-size: small;
}

#novoamigo > a:hover {
    text-decoration: underline;
    transition: 0.5s ease-out;
    transform: scale(1.05);
}

#novoamigo > h3 {
    color: white;
}

#novoamigo > p {
    padding: 1.3em 0px 2.4em 0px;
    font-size: small;
    color: rgba(255, 255, 255, 0.945);
    font-weight: 100;
}

#iconesredes {
    display: flex;
    justify-content: center; 
    gap: 12px;
}

#iconesredes > a > img {
    width: 2.25rem;
    height: 2.25rem;
}

#direitos {
    padding-bottom: 2.8em;
}

#regua {
    display: block; 
    padding: 0; 
    margin: 10px auto; 
    width: 86vw; 
    height: 1px; 
    background-color: #9ca3af3d;
}

#direitos > p {
    text-align: center;
    color: #9CA3AF;
    padding-top: 12px;
}

#contribuicao {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin-top: 6rem;
}

#imagem > img {
    border-radius: 2em;
    text-align: center;
}

#texto {
    font-size: small;
}

#texto > p {
    color: black;
    padding: 4px 0px 1.5em 0px;
    width: 20rem;
    margin: auto;
}

#texto > h3 {
    padding-bottom: 20px;
}

#boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    gap: 2rem;
    border-radius: 2em;
    padding-bottom: 2em;
}

#vejamais {
    display: flex;
    justify-content: center;
    gap: 8em;
    padding-bottom: 2em;
    margin-top: 6em;
}

#vejamais > a {
    color: #f97316;
    text-decoration: none;
}

#vejamais > a:hover {
    text-decoration: underline;
}

.boxlink {
    text-decoration: none;
    color: black;
}

.pets2 {
    border-radius: 8px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.233);
    padding-bottom: 1.75em;
    width: 20rem;
    height: 20rem;
}

.pets2 > h6, h5 {
    text-align: left;
    margin-left: 0.7em;
}

.pets2 > p {
    text-align: left;
    font-size: x-small;
    color: #1F2937;
}

.pets2:hover {
    transform: scale(1.05);
    transition: 0.65s ease;
}

#ultimosposts {
    display: flex;
    margin-bottom: 6em;
    flex-direction: column;
    justify-content: center;
}

.auxilio {
    background-color: rgba(79, 79, 255, 0.438);
    width: 4em;
    color: blue;
    border-radius: 2em;
    padding: 0.5em;
    margin: 1em 0em 1em 0em;
}

.nutricao {
    background-color: #FEF3C7;
    width: 4.5em;
    color: #D97706;
    border-radius: 2em;
    padding: 0.5em;
    margin: 1em 0em 1em 0em;
}

#historias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 2em;
}

.familia {
    display: flex;
    align-items: center;
    padding-right: 1em;
}

.familia > img {
    border-radius: 3em;
}

.feedback {
    display: flex;
    text-align: start;
    align-items: flex-start;
    width: 20rem;
    max-width: 90%;
    height: 11rem;
    padding: 2rem 1rem 0rem 1rem;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.233);
    border-radius: 1em;
}

.avaliacao {
    display: flex;
    flex-flow: wrap;
}

.avaliacao > h3 {
    padding-left: 0.7em;
}

.avaliacao > p {
    color: #1F2937;
    font-size: normal;
}

.primeiraestrela {
    padding-left: 1em;
}


/* --------- SUPORTE --------- */


#comoajudar {
    background-image: linear-gradient(to right, #FFF7ED, #FFFFFF);
    padding: 80px;
}

#comoajudar > p {
    font-weight: 300;
    color: black;
}

#observacao {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 0rem 2rem 0rem;
}

.obs {
    background-color: var(--cor_secundaria);
    width: 20rem;
    padding: 2rem 1rem 2rem 0rem;
    border-radius: 1rem;
}

.obs > img {
    margin-bottom: 0.5rem;
}   

.obs > p {
    font-size: small;
    color: black;
    font-weight: 100;
    padding-top: 0.5rem;
    line-height: 1.25rem;
}

#perguntasfreq {
    background-color: #F9FAFB;
    padding-top: 3rem;

}

#todas_perguntas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: justify;
    justify-content: center;
    gap: 3rem;
    padding: 2em 0em 2em 0em;
}

.perguntas {
    width: 22rem;
    padding: 1em;
    height: 6rem;
    border-radius: 1em;
    background-color: white;
}

.perguntas > p {
    font-size: small;
    color: black;
    font-weight: 100;
    margin-top: 12px;
}

.subtitulos {
    display: flex;
    justify-content: space-between;
}

#duvidas {
    text-align: justify;
    padding: 2em 0em 2em 0em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
    justify-content: center;
}

#canais > p {
    font-size: small;
    color: black;
    font-weight: 100;
    width: 300px;
    margin-bottom: 3rem;
}

.meios {
    display: flex;
    align-items: center;
    margin: 1em 0em 1em 0em;
}

.quebradelinha > p {
    font-size: small;
    color: black;
    font-weight: 100;
    width: 300px;
}

#enviodemsg {
    display: flex;
    flex-direction: column;
    background-color: #F9FAFB;
    width: 20em;
    padding: 3rem;
    border-radius: 0.7em;
    align-items: center;
}

form > div > h6 {
    height: 2.5em;
    margin: 8px 0px 0px 0px;
}

form > div > input {
    width: 21.75rem;
    height: 2rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.171);
}

form > div > select {
    height: 2.5rem;
    width: 22rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.171);
}

textarea {
    border: 1px solid rgba(0, 0, 0, 0.171);
    border-radius: 0.25rem;
    width: 22rem;
}

#enviamsg {
    background-color: #f97316;
    border-color: #f97316;
    width: 22rem;
    height: 2.5rem;
    color: white;
    font-weight: 100;
    border-radius: 0.25rem;
    border: 0;
    margin-top: 1rem;
}

#enviamsg:hover {
    cursor: pointer;
}


/* --------- SOBRE NÓS --------- */


#transformando_vidas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #FFF7ED;
    align-items: center;
    min-height: 100%;
    padding-bottom: 2rem;
}

#img_pets {
    width: 100%;
    height: 100%;
    max-width: 90%;
    padding: 2rem 5rem 0rem 1.6rem;
}

#uma_por_vez > h1 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: xx-large;
}

#uma_por_vez > p {
    font-size: small;
    width: 20rem;
    margin: auto;
}

#nossa_missao > h2 {
    margin: 2rem 0rem 1rem 0rem;
}

#nossa_missao > p {
    line-height: 1.5rem;
    width: 20rem;
    margin: auto;
    padding-left: 0px;
    font-size: small;
}

#como_nasceu {
    line-height: 1.5rem;
    padding-left: 0px;
    margin-left: 0px;
}

#como_nasceu > h2 {
    margin: 1rem 0rem 1rem 0rem;
}

#como_comecou {
    background-color: var(--cor_secundaria);
    padding: 1rem 0rem 1rem 0rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

#como_comecou_1 {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#como_nasceu > p {
    width: 22rem;
    padding: 0.5rem 0rem 0.5rem 0rem;
    margin: auto;
}

#valores {
    margin: 2rem 0rem 2rem 0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.estatisticas {
    background-color: white;
    width: 10.5rem;
    padding: 1rem 1rem 1rem 0rem;
    margin: auto;
    border-radius: 1rem;
}

.estatisticas > h2 {
    color: var(--cor_principal);
    padding-left: 1.25rem;
}

#equipe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

#equipe > div {
    width: 10rem;
}

.pfp {
    border-radius: 5rem;
}

#nossos_valores {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #FFF7ED;
    padding: 2rem 0rem 2rem 0rem;
    margin: 2rem 0rem 2rem 0rem;
}

.card_valores {
    background-color: white;
    width: 11.065rem;
    padding: 1rem 1rem 1rem 0rem;
    border-radius: 1rem;

}

.card_valores > h4 {
    padding: 0.5rem 0rem 0.5rem 0rem;
}

#cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}


#faca_parte {
    display: flex;
    flex-direction: column;
}

#faca_parte > p {
    width: 23rem;
    margin: auto;
    margin-top: 1rem;
}

#adotar_colaborar {
    display: flex;
    justify-content: center;
    gap: 4.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

#adotar_pet {
    background-color: var(--cor_principal);
    color: white;
    padding: 1rem;
    border-radius: 3rem;
}

#seja_colaborador {
    color: var(--cor_principal);
    border: 2.25px solid var(--cor_principal);
    padding: 1rem;
    border-radius: 3rem;
}

#adotar_pet:hover, #seja_colaborador:hover {
    text-decoration: underline;
}


/* --------- ADOTE PETS --------- */

#main_adote_pets {
    background-color: var(--cor_octonaria);
    padding-top: 2rem;
}

#img_principal_carrossel > img {
    width: 23rem;
}

#img_principal_carrossel {
    width: 80rem;
}

#carrossel_galeria {
    display: flex;
    background-color: white;
    width: 50%;
    height: 37rem;
    max-width: 70%;
    border-radius: 0.75em;
    align-items: center;
    justify-content: center;
    background-color: white;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.279);
    flex-direction: column;
}

#adote_pet_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    align-items: center;
}

#thor {
    border-radius: 0.75rem;
}

#imagens_carrossel {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
}

.imagem_carrossel {
    width: 6rem;
}

#caracteristicas_pet {
    background-color: white;
    padding: 1rem 0rem 1rem 0rem;
    border-radius: 0.75rem;
    max-width: 70%;
    width: 30rem;
    height: 35rem;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.279);
}

#caracteristicas_pet > div >  h3{
    font-weight: normal;
}

.dados_pet {
    box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.185);
    padding: 1rem 6rem 1rem 1rem;
    border-radius: 1rem;
    text-align: left;
}

#disponibilidade_local {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
}

#disponibilidade {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cor_quartenaria);
    width: 10rem;
    height: 0.25rem;
    border-radius: 2.5rem;
}

#disponibilidade > h3 {
    color: #EA580C;
}

#disponibilidade, #local {
    display: flex;
    padding: 1rem 0rem 1rem 0rem;
}

#disponibilidade > img, #local > img {
    margin-right: 0.5rem;
}

#idade_porte, #sexo_vacina {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0rem 1rem 0rem;
}

#idade_porte > div > h4, #sexo_vacina > div> h4 {
    font-weight: normal;
}

#adotar_contato {
    margin: 2rem 0rem 1rem 0rem;
}

#quero_adotar {
    display: flex;
    color: white;
    font-size: larger;
    background-color: var(--cor_principal);
    width: 16rem;
    border-radius: 0.5rem;
    height: 2rem;
    justify-content: center;
    margin: auto;
    align-items: end;
    margin-bottom: 1rem;
}

#ligar_ong {
    display: flex;
    color: var(--cor_principal);
    font-size: larger;
    background-color: white;
    width: 16rem;
    border-radius: 0.5rem;
    height: 2rem;
    justify-content: center;
    margin: auto;
    align-items: end;
    border: 1px solid var(--cor_principal);
}

#ligar_ong > img {
    margin-right: 0.4rem;
    padding-bottom: 0.15rem;
}

#quero_adotar:hover, #ligar_ong:hover {
    text-decoration: underline;
    transition: 0.5s ease-out;
    transform: scale(1.05);
} 

#sobre_thor {
    text-align: left;
    background-color: white;
    width: 87.5vw;
    padding: 2rem 0rem 2rem 0rem;
    margin: auto;
    border-radius: 0.75rem;
}

#descricao_thor > h3 {
    margin: 0rem 0rem 1rem 1rem;
}

#adjetivos {
    display: flex;
    margin: 1rem 0rem 0rem 1rem;
    gap: 0.5rem;
}

.adjetivo > p {
    background-color: var(--cor_terciaria);
    border-radius: 2rem;
    width: 4.65rem;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: small;
}

#ong {
    margin: 3rem 0rem 3rem 0rem;
}

#info_ong {
    display: flex;
    justify-content: center;
    align-items: center;
}

#img_ong > img {
    border-radius: 2rem;
}

#nome_ong {
    display: flex;
    flex-direction: column;
}

#dados_ong {
    margin: 1rem 0rem 1rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#dados_ong > div > p > img {
    padding-right: 0.25rem;
}

#requisitos {
    display: flex;
    flex-direction: column;
    text-align: justify;
    width: 11rem;
    max-width: 90%;
    margin: auto;
    background-color: var(--cor_quartenaria);
    border: 1px solid var(--cor_principal);
    padding: 1rem 8rem 2rem 1rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
}

#requisitos > div > p {
    color: var(--cor_quinaria);
    padding: 0.25rem 0rem 0.25rem 0rem;
    width: 16rem;
}

#requisitos > h3 {
    padding: 0.25rem 0rem 2rem 0rem;
    width: 14rem;
}

#requisitos > div > p > img {
    padding-right: 0.5rem;
}

#localizacao_ong {
    display: flex;
    justify-content: center;
    width: 20rem;
    height: 18rem;
    margin: auto;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.329);
    padding-top: 1rem;
    border-radius: 1rem;
}

#disponiveis_2 {
    padding: 2.5em 0px 4em 0px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 3rem 0rem 2rem 0rem;
}


/* --------- SEJA COLABORADOR --------- */

#seja_colaborador_2 {
    background-color: var(--cor_senaria);
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    border: 0px;
    color: black;
    gap: 2rem;
    padding: 0rem 0rem 2rem 0rem;
    margin-bottom: 3rem;
}

#seja_colaborador_2 > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13rem;
    border-radius: 2rem;
    padding: 1rem;
    margin: auto;
    height: 0.7rem;
    font-size: large;
    color: white;
    background-color: var(--cor_principal);
}

#seja_colaborador_2 > div > img {
    border-radius: 2rem;
}

#seja_colaborador_2 > div > a:hover {
    text-decoration: underline;
    transition: 0.5s ease-out;
    transform: scale(1.05);
}

#junte-se > p {
    padding: 2rem 0rem 2rem 0rem;
    width: 64vw;
    margin: auto;
}

#observacoes {
    background-color: var(--cor_secundaria);
    padding-top: 2rem;
    margin-top: 3rem;
}

#observacao_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0rem 0rem 0rem 0rem;
    background-color: var(--cor_secundaria);
}

.numeracao {
    background-color: var(--cor_principal);
    width: 1rem;
    height: 1rem;
    margin: auto;
    padding: 1rem;
    border-radius: 3rem;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
}


/* --------- DETALHES ONG --------- */


#imagens_ong {
    position: relative;
}

#logo_ong {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%); 
    border-radius: 3rem;
    width: 5rem; 
    border: 3px solid white;
}

#bio_ong {
    background-color: white;
    padding: 4rem 0rem 2rem 0rem;
}

#nome_avaliacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    gap: 1rem;   
}

#nome_avaliacao > div > h2 {
    font-size: xx-large;
}

#nome_avaliacao > div > p > img {
    margin-right: 0.3rem;
}

#descricao {
    width: 80vw;
    line-height: 1.5rem;
    margin: 1rem 0.5rem 1rem 0rem;
}

#local_ong {
    padding: 1rem 0rem 1rem 0rem;
}

#local_ong > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

#local_ong > div > p > img {
    padding-right: 0.3rem;
}

#conteineres_estatisticos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    background-color: var(--cor_secundaria);
    padding: 2rem 0rem 2rem 0rem;
    margin-bottom: 3rem;
}

.estatistica_ong {
    background-color: var(--cor_principal);
    height: 6rem;
    width: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 1rem;
    gap: 0.3rem;
}

.estatistica_ong:hover {
    transform: scale(1.1);
    transition: 0.5s ease-out;
}

#info_contatos {
    background-color: var(--cor_principal);
    width: 15rem;
    height: 2.5rem;
    border: 0px;
    border-radius: 2rem;
    color: white;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

#info_contatos:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.5s ease-out;
}

#disponiveis_3 {
    padding: 2.5em 0px 0em 0px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 1rem 0rem 2rem 0rem;
}

#avaliacoes_ong_details {
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.19);
    max-width: 90%;
    margin: auto;
    border-radius: 0.5rem;
    padding: 2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; 
    gap: 1.5rem; 
}

.feedback2 {
    display: flex;
    align-items: flex-start;
    min-width: 300px;
    max-width: 500px; 
    padding: 1.5rem;
    background-color: var(--cor_secundaria);
    border-radius: 1rem;
}


.familia > img {
    width: 50px;
    height: 50px;
    border-radius: 100%; 
}

.avaliacao2 {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.avaliacao2 > h4 {
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    color: #222;
}

.estrelas {
    display: flex;
    gap: 0.2rem;
}

.estrelas > img {
    width: 14px;
    height: 14px;
}

.avaliacao2 > p {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #444;
    text-align: left;
    padding: 1rem 0rem 0rem 0rem;
}

/* --------- BLOG --------- */


#titulo_blog {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    background-color: var(--cor_secundaria);
}

#titulo_blog > h1 {
    font-size: 2.5rem;
    padding-top: 2rem;
}

#titulo_blog > p {
    padding: 2rem 0rem 2rem 0rem;
    width: 23rem;
    margin: auto;
}

#form_blog > input {
    border-radius: 4rem;
    border: 1px solid rgba(0, 0, 0, 0.205);
    width: 21rem;
    padding: 0rem 1rem 0rem 1.25rem;
    height: 3rem;
}

#form_blog > button {
    background-color: var(--cor_principal);
    border-radius: 4rem;
    border: 0px;
    margin-left: 0.5rem;
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
}

#form_blog > button:hover {
    transform: scale(1.1);
    transition: 0.5s ease-out;
    cursor: pointer;
}

#be_inside {
    padding-bottom: 2rem;
    background-color: var(--cor_principal);
    margin-top: 3rem;
}

#be_inside > h1 {
    font-size: 2.5rem;
    color: white;
    padding-top: 2rem;
}

#be_inside > p {
    padding: 2rem 0rem 2rem 0rem;
    width: 23rem;
    color: white;
    margin: auto;
}

#melhor_email_pesquisa > input {
    border-radius: 4rem;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 16rem;
    padding: 0rem 1rem 0rem 1.25rem;
    height: 3rem;
}

#melhor_email_pesquisa > button {
    background-color: black;
    color: white;
    border-radius: 4rem;
    border: 0px;
    margin-left: 0.5rem;
    padding: 0.7rem 0.75rem 0.7rem 0rem;
}

#melhor_email_pesquisa > button:hover {
    transform: scale(1.1);
    transition: 0.5s ease-out;
    cursor: pointer;
}

#load_more {
    background-color: var(--cor_principal);
    color: white;
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 3rem;
}

#load_more:hover {
    transition: 0.75s ease-out;
    background-color: black;
    color: var(--cor_principal);
}

#p_treinamento {
    position: absolute;
    top: 5%;
    left: 3%;
    background-color: #d1fae5;
    z-index: 1;
    padding: 0.25rem 0.8rem 0.25rem 0rem;
    color: #059669;
    border-radius: 1rem;
    font-size: small;
}

#p_adocao {
    position: absolute;
    top: 5%;
    left: 3%;
    background-color: #fee2e2;
    z-index: 1;
    padding: 0.25rem 0.8rem 0.25rem 0rem;
    color: #dc2626;
    border-radius: 1rem;
    font-size: small;
}

#p_nutricao {
    position: absolute;
    top: 5%;
    left: 3%;
    background-color: #fef3c7;
    z-index: 1;
    padding: 0.25rem 0.8rem 0.25rem 0rem;
    color: #d97706;
    border-radius: 1rem;
    font-size: small;
}


/* --------- Cadastro --------- */


#body_cadastro {
    background-color: var(--cor_terciaria);
}

#main_cadastro {
    padding: 1rem 0rem 1rem 0rem;
}

#conteiner_cadastro {
    width: 40.5rem;
    max-width: 80%;
    margin: auto;
    padding: 3rem 0rem 1rem 0rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.226);
}

#criar_conta {
    padding: 1rem 0rem 4rem 0rem;
    width: 12rem;
    margin: auto;
}

#conteiner_cadastro > form > div > input {
    margin: 1rem 0rem 3rem 0rem;
    max-width: 30%;
    height: 2.5rem;
    border-radius: 0.5rem;
    padding-left: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.212);
}

#conteiner_cadastro > form > #linha_1 > div, #linha_2 > div, #linha_3 > div, #linha_4 > div, #linha_5 > div, #linha_6 > div {
    max-width: 500%;
}

#linha_1, #linha_2, #linha_4, #linha_5, #linha_6 {
    max-width: 10%;
    display: flex;
}

#conteiner_cadastro > form > #linha_1 > div > input, #linha_2 > div > input, #linha_4 > div > input, #linha_5 > div > input, #linha_6 > div > input {
    margin: 1rem 0rem 3rem 0rem;
    width: 20rem;
    max-width: 80%;
    height: 2.5rem;
    border-radius: 0.5rem;
    padding-left: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.212);
}

#informacoes_pessoais, #info_pessoal_endereco {
    padding-bottom: 1rem;
    font-size: x-large;
}

#prosseguir {
    color: white;
    background-color: var(--cor_principal);
    text-align: center;
}

#prosseguir:hover {
    cursor: pointer;
    transition: 0.3s ease-out;
    transform: scale(0.95);
}


/* --------- Defina Senha --------- */


#main_dfn_senha {
    background-color: var(--cor_quartenaria);
    padding: 8rem 0rem 8rem 0rem;
}

#container_dfn_senha {
    background-color: white;
    max-width: 80%;
    width: 30rem;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 1rem;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.212);
    padding: 1rem 0.75rem 1rem 0rem;
}

#container_dfn_senha > div > h3 {
    padding: 0.5rem 0rem 0.5rem 0rem;
}

#container_dfn_senha > div > p {
    padding-bottom: 1rem;
}

#requisitos_senha {
    background-color: var(--cor_octonaria);
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;   
    margin: auto;
    padding: 2rem 1rem 2rem 1rem;
    border-radius: 1rem;
    max-width: 80%;
}

#requisitos_senha > div {
    display: flex;
    margin: auto;
    text-align: center;
    width: 18rem;
    padding: 0.75rem 0rem 0rem 0rem;
}

#campo_senha > div > input {
    height: 3rem;
    border: 2px solid rgba(0, 0, 0, 0.11);
    width: 27rem;
    padding-left: 0.75rem;
    margin: 0rem 0rem 2rem 0rem;
    max-width: 90%;
}

#campo_senha > div > p {
    padding: 0.5rem 0rem 0.75rem 1rem;
    text-align: start;
}

#caixa_de_marcacao:hover {
    cursor: pointer;
}

.li_e_aceito {
    color: var(--cor_principal);
}

#criar_senha:hover {
    cursor: pointer;
    transform: scale(1.05);
    transition: 1s ease-out;
}

#criar_senha {
    background-color: var(--cor_principal);
    border: 0px;
    height: 2.5rem;
    width: 16rem;
    max-width: 85%;
    color: white;
    border-radius: 0.5rem;
    font-size: medium;
    margin: 2rem 0rem 1rem 0rem
}

#caixa_li_e_aceito {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    justify-content: center;
}

#caixa_li_e_aceito > p {
    width: 16rem;
    text-align: center;
}

#caixa_li_e_aceito > input {
    width: 1.5rem;
}


/* --------- Login --------- */


#main_login {
    background-color: var(--cor_secundaria);
    padding: 8rem 0rem 8rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#conteiner_login {
    background-color: white;
    max-width: 850px; 
    width: 90%;
    border-radius: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 0rem;
}

#conteiner_login > div > img {
    margin: 0.75rem;
    border-radius: 0.75rem;
    max-width: 350px; 
    width: 100%;
    height: auto;
}

#form_login {
    padding: 0rem 2rem;
    max-width: 400px;
}

#main_login > section > div > h1,
#form_login > h1 {
    color: var(--cor_principal);
    font-weight: 100;
    font-size: 1.8rem; 
}

#welcome_login {
    padding: 0.75rem 0rem 1.5rem 0rem;
    font-size: 0.95rem;
    font-weight: lighter;
}

#main_login > section > div > form > div > h4,
#form_login > form > div > h4 {
    padding: 0rem 20rem 0.4rem 0rem;
    font-size: 0.9rem;
    font-weight: 500;
}

#form_login > form > div > input {
    border: 1px solid #3373F2;
    padding: 0.6rem 0rem 0.6rem 0.8rem;
    border-radius: 0.4rem;
    width: 22rem;
    font-size: 0.9rem;
    max-width: 95%;
}

#senha_login, #email_login {
    padding-top: 1.25rem;
}

#lembrar_esquecer {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-top: 1rem;
    justify-content: space-between;
    font-size: 0.85rem;
}

#lembrar_esquecer > div {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

#lembrar_esquecer > div > input {
    margin: 0px;
    width: 16px;
    height: 16px;
}

#lembrar_esquecer > div > a {
    color: var(--cor_principal);
    text-decoration: none;
    padding-top: 0.75rem;
}

#lembrar_esquecer > div > a:hover {
    text-decoration: underline;
}

.linha_azul {
    height: 0.05rem;
    width: 4rem;
    background-color: #3373F2;
}

#continue_com {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 0rem;
    gap: 0.8rem;
}

#continue_com_p {
    color: #666;
    font-size: 0.85rem;
}

#continue_com_google {
    border: 1px solid #3373F2;
    width: 100%;
    max-width: 200px;
    border-radius: 0.4rem;
    height: 2.5rem;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

#continue_com_google:hover {
    background-color: #f0f2f5;
}

#continue_com_google > img {
    width: 18px;
    height: 18px;
}

#continue_com_google > a {
    padding: 0.08rem 0rem 0rem 0.5rem;
    color: black;
    font-weight: 550;
    text-decoration: none;
    font-size: 0.9rem;
}

#form_login > p {
    text-align: center;
    font-size: 0.85rem;
}

#form_login > p > a {
    color: var(--cor_principal);
    text-decoration: none;
}

#form_login > p > a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #main_login {
        padding: 10rem 0rem 10rem 0rem;
    }

    #conteiner_login {
        width: 100%;
        max-width: 400px;
        padding: 1.5rem 0.5rem;
    }

    #conteiner_login > div:first-child {
        display: none;
    }

    #form_login {
        padding: 0rem 1.5rem;
        max-width: 100%;
    }

    #form_login > h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    #welcome_login {
        text-align: center;
        padding: 0.5rem 0rem 1rem 0rem;
    }

    #senha_login, #email_login {
        padding-top: 1rem;
    }

    .linha_azul {
        width: 3rem;
    }

    #continue_com {
        padding: 1rem 0rem;
    }

    #continue_com_p {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 480px) {
    #conteiner_login {
        max-width: 350px;
        border-radius: 0.5rem;
    }

    #form_login {
        padding: 0rem 1rem;
    }

    #form_login > h1 {
        font-size: 1.3rem;
    }

    #form_login > form > div > input {
        padding: 0.5rem 0rem 0.5rem 0.6rem;
        font-size: 0.85rem;
    }

    #continue_com_google {
        height: 2.2rem;
    }

    #continue_com_google > a {
        font-size: 0.85rem;
    }
}