@import url('https://fonts.cdnfonts.com/css/bodidota');

* {
    font-family: 'Creato Display', sans-serif;
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --white-color: #fff;
    --main-color: #5d050ca8;
    --red-color: #5D050C;
    --red-color-brighter: #79282e;
    --secondary-color: #896a3e;
    --secondary-color-opacity: #896a3e9a;
    --bg-color: #000000;
    --background-cookies-color: rgba(0, 0, 0, 0.788);
    --whatsapp-color: #25d366;
    --whatsapp-color-hover: #1ca14d;
    --border-black:  rgba(0, 0, 0, 0.425);
    --border-black-shadow:  rgba(0, 0, 0, 0.171);
    --border-white: rgba(255, 255, 255, 0.404);
    --text-grey:  rgb(61, 61, 61);
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.wrapper_init {
    scroll-margin-top: 100px;
}

.porque {
    scroll-margin-top: 100px;
}

.profissionais {
    scroll-margin-top: 200px;
}

.wrapper.dimmed,
.footer_content.dimmed {
    opacity: 0.8;
    transition: all .50s ease;
}

@keyframes flutuar {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#voltarAoTopo {
    position: fixed;
    bottom: 60px;
    right: 30px;
    background-color: var(--red-color);
    color: var(--white-color);
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all .50s ease;
    z-index: 100001;
}
  
#voltarAoTopo:hover {
    background-color: var(--red-color-brighter);
}
  
#voltarAoTopo.show {
    display: block;
}
  
.icone_whatsapp {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 60px;
    left: 30px;
    font-size: 35px;
    color: var(--white-color);
    border-radius: 50%;
    padding: 1px;
    width: 65px;
    height: 65px;
    text-align: center;
    text-decoration: none;
    z-index: 102;
    background-color: var(--whatsapp-color);
    transition: all .35s ease;
}

.icone_whatsapp:hover {
    font-weight: 900;
    opacity: 0.8;
}

.cookies_msg {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.938);
    position: fixed;
    color: var(--red-color);
    bottom: 0;
    height: 180px;
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    z-index: 100009;
    box-shadow: 0px 0px 25px 0px var(--border-black);
}

.cookies_msg a {
    text-decoration: none;
    color: var(--red-color);
    transition: all .5s ease;
}

.cookies_msg a:hover {
    border-bottom: 1px solid var(--red-color);
}

.cookies_msg.exibir {
    transition: all 0.5s;
    display: block;
}

.cookies_msg .cookies_txt {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 3rem;
    justify-content: center;
}

button {
    background-color: var(--red-color);
    color: var(--white-color);
    border: none;
    padding: 0.5rem 1rem;
    transition: all 0.35s;
    display: block; 
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 14pt;
}

button:hover {
    cursor: pointer;
    background-color: var(--red-color-brighter);
}

.cookies_msg .cookies_reject_btn {
    margin-left: 20px;
    width: 250px;
}

.cookies_msg .cookies_reject_btn button {
    background-color: var(--main-color);
    color: var(--text-color);
    border: none;
    padding: 0.3rem;
    border-radius: 10px;
    transition: all .35s;
}

.cookies_msg .cookies_reject_btn button:hover {
    opacity: 0.9;
    cursor: pointer;
}

body {
    background: var(--bg-color);
    color: var(--text-color);
    min-height: 100vh;
}

body::-webkit-scrollbar {
    display: none;
}

.main {
    display: flex;
    align-items: center;
}

.wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wrapper_init {
    padding-top: 4rem;
    background-color: white;
    align-items: center;
    justify-content: center;
    text-align: justify;
    width: 100%;
    color: var(--text-grey);
    border-bottom: 1px solid var(--secondary-color);
}

.master_quemsomos {
    text-align: center;
}

.quemsomos h1 {
    font-family: 'bodidota', sans-serif;
    font-size: 2.4rem;
    color: var(--secondary-color);
}

.textocorpoquemsomos {
    text-align: justify;
    padding: 4rem;
    font-size: 16pt;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    box-sizing: border-box;

}

.equipe {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.equipe img {
    height: 300px;
    width: 100%;
    display: block;
    object-fit: cover;
    background-size: cover;
    background-repeat: repeat;
    background-position: center top;
}

.header-equipe {
    position: absolute;
    top: 29.5%;
    left: 50%;
    align-items: center;
    width: 50%;
    transform: translateY(100%);
    transform: translateX(-50%);
    color: var(--white-color);
    background-color: var(--red-color);
    padding: 1rem 0;
    text-align: center;
}

.profissionais {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    margin-top: 3rem;
}

.profissionais img {
    min-height: 300px;
    max-width: 300px;
    padding-bottom: 1rem;
    object-fit: cover;
    margin: 0 auto;
}

.profissionais .membro {
    padding: 1rem;
    min-width: 350px;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 5px var(--border-black-shadow);
    transition: all 0.3s ease;
}

.membro:hover {
    scale: 1.03;
}

.membro h4 {
    padding: 0.3rem;
    font-size: 12pt;
}

.membro p{
    font-size: 11pt;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    max-width: 75%;
    padding-bottom: 1rem;
}

.membro a {
    padding: 0.4rem;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    background-color: var(--whatsapp-color);
    transition: all 0.5s ease;
}

.membro a:hover {
    background-color: var(--whatsapp-color-hover);
}

.proposito {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    margin-bottom: 3rem;
}

.proposito h1 {
    margin-bottom: 2rem;
    align-items: center;
    font-size: 1.25rem;
}

.proposito a {
    background-color: var(--red-color);
    padding: 1rem;
    text-decoration: none;
    color: white;
    font-size: 12pt;
    transition: all .5s ease;
}

.proposito a:hover {
    opacity: 0.9;
}

.container {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    color: var(--main-color);
    align-items: center;
}

.containerbody {
    color: var(--text-grey);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-left: auto; 
    margin-right: auto; 
    padding: 0 20px; 
    box-sizing: border-box;
}

.containerbody h1 {
    font-size: 24pt;
    border-bottom: 3px solid var(--secondary-color);
    padding-bottom: 0.4rem;
    padding-top: 0.8rem;
    width: 90%; 
    max-width: 300px; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto; 
}

.containerbody h3 {
    font-size: 10pt;
    text-align: center;
    width: 100%; 
}

.containerbox {
    display: flex;
    flex-direction: row;     
    flex-wrap: wrap;         
    justify-content: center; 
    gap: 2rem;               
    margin-top: 3rem;
    width: 100%;             
}

.box {
    border: 2px solid var(--secondary-color);
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    height: 150px;
    transition: all .3s ease;
    flex-shrink: 0; 
}

@media (max-width: 768px) { 
    .porque {
        height: auto; 
        padding: 3rem 0;
    }

    .header-equipe {
        top: 19%;
    }

    .containerbody {
        padding: 0 15px; 
    }

    .containerbody h1 {
        font-size: 20pt; 
        width: 80%; 
    }
    
    #contato {
        height: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .containerbox {
        align-items: center;   
        gap: 1.5rem;
        display: flex;
        grid-template-columns: repeat(2, 1fr);  
    }

    .box {
        width: 80%;       
        max-width: 300px; 
    }

    #footer_content {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 3rem !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .logo_footer img {
        padding-right: 0 !important;
    }

    #footer_social_media {
        padding-right: 0 !important;
    }

    #footer_links {
        gap: 0.5rem !important;
    }

}

@media (max-width: 480px) { 
     .containerbody {
        padding: 0 10px; 
    }
     .containerbody h1 {
        font-size: 18pt;
        width: 90%;
     }
     .box {
        width: 90%;
        height: 130px; 
     }
      .box i {
        font-size: 30pt; 
     }
     .box h2 {
        font-size: 1rem; 
     }
}

.contentbox {
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contentbox h2 {
    font-weight: 200;
}

.box h2 {
    color: var(--text-grey);
}

.box i {
    font-size: 34pt;
    color: var(--secondary-color);
}

.g-recaptcha {
    margin-top: 2rem;
}

.box:hover {
    cursor: pointer;
    background-color: var(--red-color);
    color: var(--secondary-color) !important;
}

.box:hover h2 {
    color: var(--secondary-color);
}

#input_group {
    display: flex;
    flex-direction: column;
    background-color: var(--bg-color);
    border: 5px;
}

#input_group input {
    padding: 0.75rem;
    width: 100%;
    border: 1px solid var(--main-color);
}

#input_group button {
    background-color: var(--bg-color);
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 0px 1.25rem;
    font-size: 1.125rem;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s;
}

#input_group button:hover {
    cursor: pointer;
    background-color: var(--red-color-brighter);
}

#home {
    background-image: url(../img/Nay\ e\ Hyara\ -\ Header.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 150vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 2rem;
    z-index: 100;
    align-items: start;
    scale: 1;
}

.box_home {
    border-image: linear-gradient(to right, #C3A789 00%, #806952 50%, #C3A789 100%) 1;
    border-width: 5px;
    border-style: solid;
    animation: flutuar 2s ease;
    padding: 5rem;
    margin-left: 15rem;
    text-align: center !important;
}

#home h6{
    font-family: 'bodidota', sans-serif;
    font-weight: 200;
    letter-spacing: 0.25rem;
    text-align: center !important;
    font-size: 26pt;
}

#home h4 {
    font-size: 18pt;
    font-family: 'bodidota', sans-serif;
    font-weight: 200;
    letter-spacing: 0.25rem;
    text-align: center !important;
}

#home h2 {
    font-size: 25pt;
    font-weight: 300;
}

.porque {
    height: auto;
    background-color: var(--white-color);
    color: var(--red-color);
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.porque .foto_cartao img {
    width: 250px;
    object-fit: cover;
}

.porque .foto_cartao {
    width: 100%;
    object-fit: fill;
    overflow: hidden;
    display: flex;
    left: 0;
    justify-content: center;
    align-items: center;
}

.o_porque {
    height: 40vh;
    width: 100%;
    background-color: var(--white-color);
    color: var(--red-color);
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.o_porque h1 {
    font-family: 'bodidota', sans-serif;
    font-size: 22pt;
}

.o_porque p {
    margin-top: 2rem;
    width: 50%;
    font-size: 15pt;
}

.o_porque button {
    margin-top: 3rem;
    font-size: 14pt;
    background-color: transparent;
    border:2px solid var(--red-color);
    color: var(--red-color);
}

.o_porque button:hover {
    transform: scale(1);
    background-color: var(--red-color);
    color: var(--white-color);
}

.containerbox a {
    color: var(--red-color);
}

.contato {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto !important;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}

#contato {
    background-color: var(--white-color);
    z-index: 2;
    border-top: 1px solid var(--secondary-color);
    width: 100%;
}

.contato_titulo {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.formulario {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    color: var(--text-grey) !important;
    width: 50%;
    align-items: center;
    justify-content: center;
}

.formulario h2 {
    font-size: 1.2rem;
}

.foto_cartao {
    width: 50%;
    height: 100%;
    object-fit: cover;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 0;
}

.foto_cartao img {
    height: auto;
    width: auto;
    margin-left: 12rem;
}

.contato h2 {
    width: 350px;
    align-items: center;
    text-align: center;
}

.contato p {
    margin-bottom: 3.5rem;
}

.contato form {
    max-width: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
}

.contato form input::after {
    border: none;
}

.contato form label,
.contato .form input,
.contato .form textarea,
.contato .form button {
    display: block;
    text-align: center;
}

.contato form label {
    margin-bottom: 0.4rem;
    width: 100%;
    padding: 0.2rem;
    font-weight: bold;
}

#loadingIcon {
    margin-top: 2rem;
    font-size: 14pt;
    font-weight: 400;
    transition: all .50s ease;
}

#successMessage {
    margin-top: 2rem;
    font-size: 14pt;
    font-weight: bold;
    color: #066b2b;
    transition: all .50s ease;
}

.contato form input {
    margin-bottom: 1.2rem;
    width: 100%;
    padding: 0.2rem;
    border-style: solid;
    border: 1px solid var(--secondary-color);
    height: 35px;
    font-size: 14pt;
    transition: all .50s ease;
    color: var(--text-grey);
    background-color: rgb(238, 238, 238);
}

.contato form input:focus {
    outline: none !important;
    border: 1px solid var(--text-grey);
}

.contato form textarea {
    width: 100%;
    padding: 0.2rem;
    border-style: solid;
    border: 1px solid var(--secondary-color);
    height: 70px;
    transition: all .50s ease;
    color: var(--text-grey);
    font-size: 14pt;
    background-color: rgb(238, 238, 238);
    resize: none;
}

.contato form textarea:focus {
    outline: none !important;
    border: 1px solid var(--text-grey);
}

.contato form button {
    margin-top: 2rem;
    width: 100%;
    transition: all .50s ease;
}

.contato form button:hover {
    cursor: pointer;
    background-color: var(--red-color-brighter);
}

.contato span {
    right: 0;
    max-width: 100px;
    z-index: -100;
}

#menu-icon {
    font-size: 35px;
    color: var(--white-color);
    cursor: pointer;
    z-index: 10001;
    display: none;
    transition: all .50s ease;
}

@media (max-width: 1890px) {
    #footer_about p {
        width: 300px;
    }
}

@media (max-width: 1810px) {
    #home {
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ PC.jpg);
        width: 100vw;
    }

    .box_home {
        margin-left: 2rem;
        padding: 4rem;
    }
}

@media (max-width: 1490px) {
    #footer_about p {
        width: 200px;
    }
}

@media (max-width: 1280px) {
    header {
        padding: 14px 2%;
        transition: .3s;
        position: fixed;
        z-index: 1009;
    }

    #home {
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ TAB.jpg);
        width: 100vw;
    }

    .navbar a {
        padding: 5px 0;
        margin: 0px 20px;
    }

    header.scrolled {
        position: fixed;
        z-index: 1009;
    }

    .box_home {
        padding: 1rem;
        margin-left: 1rem;
    }

    .contato h2 {
        margin-bottom: 0.5rem;
    }

    .contato form input {
        margin-bottom: 1rem;
    }

    .contato form button {
        margin-top: 1rem;
    }

}

@media (max-width: 1090px) {
    #menu-icon {
        display: block;
        transition: all .50s ease;
    }

    header {
        background-color: transparent;
        position: fixed;
        z-index: 1009;
    }

    .navbar {
        position: absolute;
        display: flex;
        top: 0%;
        left: -100%;
        z-index: -10009;
        width: 70vw;
        height: 100vh;
        background: var(--red-color);
        flex-direction: column;
        justify-content: flex-start;
        transition: all 0.5s;
    }

    .navbar a {
        display: block;
        border-bottom: 1px solid var(--border-white);
        transition: all .50s;
        color: var(--white-color);
        background-color: transparent;
        padding: 0 25px;
        margin: 0 auto;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .navbar a:hover {
        color: var(--main-color);
        background-color: gainsboro;
        padding: 0;
        border-radius: 0;
        padding: 0 25px;
        margin: 0 auto;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .navbar a.active {
        color: var(--red-color);
        background-color: var(--white-color);
        padding: 0;
        border-radius: 0;
        padding: 0 25px;
        margin: 0 auto;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    header.scrolled .navbar a.active {
        color: var(--red-color);
        background-color: var(--white-color);
        padding: 0;
        border-radius: 0;
        padding: 0 25px;
        margin: 0 auto;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    header.scrolled {
        position: fixed;
        border: none;
        z-index: 1009;
    }

    header.scrolled .navbar.open header {
        z-index: 10001;
    }

    #portfolio {
        background-color: white;
        margin-top: -5%;
        z-index: 2;
        border-radius: 50px 50px 0px 0px;
        box-shadow: 0px 0px 15px 0px var(--border-black);
    }

    .contato {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contato form {
        padding-left: 0;
        align-items: center;
    }

    #home {
        height: 85vh;
    }

    .foto_cartao {
        display: none;
    }

}

@media (max-width: 1024px) and (max-height: 1366px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    #footer_social_media {
        padding-top: 0rem;
    }

    #home {
        height: 100vh;
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ IPAD.jpg);
    }

    .contato form input,
    .contato form textarea {
    width: 500px;
    }

    .box_home {
        margin-top: 20rem;
    }

    .contato h2 {
        width: 350px;
        align-items: center;
        text-align: center;
        color: var(--red-color);
    }

    .logo_footer img {
        max-width: 400px;
        padding: 0;
    }
    
    .contato p {
        margin-bottom: 3.5rem;
    }

    .contato {
        height: 50vh;
    }

    .contato form button {
        margin-top: 3rem;
    }
}

@media (max-width: 1024px) and (max-height: 768px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    #footer_social_media {
        padding-top: 0rem;
    }

    #home {
        height: 100vh;
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ HORIZ.jpg);
    }
}

@media (max-width: 1024px) and (max-height: 600px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    #footer_social_media {
        padding-top: 0rem;
    }

    #home {
        height: 100vh;
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ nest.jpg);
    }

    .contato form input,
    .contato form textarea {
    width: 500px;
    }

    .box_home {
        margin-top: 20rem;
    }

    .contato h2 {
        margin-bottom: 3.5rem;
    }

    .contato {
        height: 110vh;
    }

    .contato form button {
        margin-top: 3rem;
    }
}

@media (max-width: 912px) {
    #home {
        height: 100vh;
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ IPAD.jpg);
    }

    .contato form input,
    .contato form textarea {
        width: 540px;
    }

    .box_home {
        margin-top: 30rem;
    }

    #footer_social_media {
        display: none;
    }

    #footer_links h2 {
        font-size: 12pt;
    }

    #footer_links {
        gap: 0;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #footer_links h4 {
        margin-bottom: 1.5rem;
    }

    .logo_footer img {
        padding-right: 0;
    }

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

    #footer_about {
        align-items: center;
        justify-content: center;
        text-align: center;    
}

.localizacao {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.localizacao h4 {
    border-bottom: 2px solid var(--white-color);
    margin-bottom: 1.5rem;
    width: 100px;
}

.localizacao h2 {
    font-size: 12pt;
    font-weight: 400;
}

.horario {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.horario h4 {
    margin-bottom: 1.5rem;
    width: 200px;
}

.horario h2 {
    font-weight: 400;
    font-size: 12pt;
}

}

@media (max-width: 890px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    #footer_social_media {
        padding-top: 0rem;
    }

    #home {
        height: 100vh;
    }

    .box_home {
        margin-left: 0;
    }

}

@media (max-width: 820px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    #footer_social_media {
        padding-top: 0rem;
    }

    #home {
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ IPAD.jpg);
        height: 100vh;
    }

    .o_porque p {
        width: 80%;
    }

}

@media (max-width: 768px) {
    #home {
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ IPAD.jpg);
        height: 100vh;
    }

    .contato form input,
    .contato form textarea {
        width: 540px;
    }

    .contato {
        height: auto;
    }

    .box_home {
        margin-top: 20rem;
    }


    .textocorpoquemsomos {
        font-size: 1.1rem;
        line-height: 1.6;
        padding: 1.8rem;
        text-align: center;
    }

}

@media (max-width: 720px) {
    #home {
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ SURFACE.jpg);
        height: 100vh;
    }

    .contato form input,
    .contato form textarea {
        width: 540px;
    }

    .contato {
        height: 80vh;
    }

    .box_home {
        margin-top: 20rem;
    }

}

@media (max-width: 690px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #footer_social_media {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #footer_copyright {
        text-align: center;
    }

    #footer_about {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #footer_about p {
        width: 100%;
    }

    #footer_about {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #footer_subscribe {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    #footer_links {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #cookies_msg {
        display: none;
    }

    #home {
        height: 60vh;
    }

    #footer_contacts img {
        padding-right: 0;
    }

}

@media (max-width: 610px) {

    #home {
        height: 70vh;
    }

    .contato form input,
    .contato form textarea {
        width: 340px;
    };

}

@media (max-width: 540px) {

    #home {
        height: 100vh;
    }

    .contato {
        height: 80vh;
    }

    .contato form button {
        margin-top: 1rem;
    }

    .contato h2 {
        margin-bottom: 0.5rem;
    }

    
}

@media (max-width: 500px) {

    #home {
        height: 70vh;
        width: -200vw;
    }
}

@media (max-width: 430px) {

    #home {
        height: 100vh;
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ IPXR.jpg);
    }

    .o_porque p {
        width: 90%;
    }

    .header-equipe {
        font-size: 11pt;
        text-align: center;
    }
}

@media (max-width: 414px) {

    #home {
        height: 100vh;
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ IPXR.jpg);
    }
}

@media (max-width: 400px) {

    #home {
        height: 100vh;
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ IPSE.jpg);
    }

    #footer_contacts img {
        max-width: 300px;
    }

    .contato {
        height: 90vh;
    }

    .contato form label {
        width: 250px;
    }

}

@media (max-width: 390px) {

    #home {
        height: 100vh;
        background-image: url(../img/Nay\ e\ Hyara\ -\ Header\ Resized\ IPXR.jpg);
    }

    #footer_contacts img {
        max-width: 300px;
    }

    .contato {
        height: 90vh;
    }

    .contato form label {
        width: 250px;
    }

}

@media (max-width: 300px) {

    #home {
        height: 40vh;
    }

    #footer_contacts img {
        max-width: 200px;
    }

}