@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;
    --secondary-color: #896a3e;
    --secondary-color-opacity: #896a3e9a;
    --bg-color: #000000;
    --background-cookies-color: rgba(0, 0, 0, 0.788);
    --whatsapp-color: #25d366;
    --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;
}

.nayara img {
    max-width: 900px;
}

.hyara img {
    max-width: 900px;
}

.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(--secondary-color);
    color: var(--bg-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 {
    transform: scale(1.1);
}
  
#voltarAoTopo.show {
    display: block;
}
  
.icone_whatsapp {
    position: fixed;
    bottom: 60px;
    left: 30px;
    font-size: 30px;
    color: var(--white-color);
    border-radius: 50%;
    padding: 1px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 10002;
    background-color: var(--whatsapp-color);
    transition: all .35s ease;
}

.icone_whatsapp .fab {
    padding-top: 9px;
}

.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.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 {
    opacity: 0.9;
    transform: scale(1.08);
    cursor: pointer;
}

.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;
    transform: scale(1.08);
    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%;
}

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

.master_quemsomos {
    width: 100%;
    margin-top: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: var(--white-color);
    overflow: hidden;
}

header {
    background-color: var(--red-color) !important;
}

#voltarAoTopo {
    position: fixed;
    bottom: 60px;
    right: 30px;
    background-color: var(--secondary-color);
    color: var(--bg-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 {
    transform: scale(1.1);
}
  
#voltarAoTopo.show {
    display: block;
}

.quemsomos h1 {
    font-family: 'bodidota', sans-serif;
    font-weight: 400;
    font-size: 44pt;
    border-bottom: 3px solid var(--secondary-color);
    margin-top: 5rem;
    color: var(--red-color);
}

.quemsomos h3 {
    margin-top: 0.5rem;
    font-family: 'bodidota', sans-serif;
    font-weight: 300;
    font-size: 22pt;
    color: var(--red-color);
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
}

.textocorpoquemsomos {
    background-color: var(--white-color);
    align-items: center;
    height: auto !important;
    margin: 0 auto;
    padding-bottom: 3rem;
    text-align: center;
    justify-content: center;
}

.textocorpoquemsomos .texto {
    width: 70%;
    text-align: justify;
    margin: 0 auto;
}

.textocorpoquemsomos p {
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 16pt;
    line-height: 1.5;
    color: var(--text-grey);
}

.divisoria {
    height: 350px;
    background-image: url(../img/recepcao.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.mastermissao {
    background-color: var(--white-color);
}

.missaovisaoevalores {
    margin-top: -5rem !important;
    min-height: 130px;
    min-width: 35%;
    max-height: 130px;
    max-width: 35%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    background-color: var(--red-color);
}

.missaovisaoevalores h1 {
    font-size: 54px !important;
    font-weight: 400;
    font-family: 'bodidota', sans-serif;
    letter-spacing: 1px;
    color: var(--white-color);
}

.fotos {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.visao {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    margin-top: 4rem !important;
    height: auto;
    background-color: var(--white-color);
    margin-bottom: 4rem;
}

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

.nayara img {
    justify-content: start;
    width: 65%;;
    max-width: 450px;
    object-fit: fill;
}

.oab_nayara{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: var(--text-grey);
}

.oab_nayara h3 {
    color: var(--red-color);
}

.oab_nayara a {
    margin-top: 2rem;
    border: 2px solid var(--red-color);
    background-color: transparent;
    color: var(--red-color);
    padding: 1rem;
    transition: all .3s ease;
    font-size: 14pt;
}

.oab_nayara a:hover {
    background-color: var(--red-color);
    color: var(--white-color);
    transform: scale(1);
    left: 0;
}

.oab_nayara button a {
    text-decoration: none;
    color: var(--red-color);
}

.oab_nayara button a:hover {
    text-decoration: none;
    color: var(--white-color);
}

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

.hyara img {
    justify-content: start;
    width: 65%;
    max-width: 450px;
    object-fit: fill;
}

.oab_hyara{
    color: var(--text-grey);
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.oab_hyara h3 {
    color: var(--red-color);
}

.oab_hyara a {
    margin-top: 2rem;
    border: 2px solid var(--red-color);
    background-color: transparent;
    color: var(--red-color);
    padding: 1rem;
    transition: all .3s ease;
    font-size: 14pt;
}

.oab_hyara a:hover {
    background-color: var(--red-color);
    color: var(--white-color);
    transform: scale(1);
    left: 0;
}

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

.nossoproposito {
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    border-top: 2px solid var(--secondary-color);
    background-color: gainsboro;
    border-bottom: 2px solid var(--secondary-color);
}

.nossoproposito h1 {
    font-size: 28pt;
    margin-bottom: 4rem;
    color: var(--text-grey);
}

.nossoproposito a {
    padding: 1rem;
    text-decoration: none;
    color: var(--red-color);
    margin-top: 4rem;
    font-size: 14pt;
    font-weight: 200 !important;
    background-color: transparent;
    transition: all .30s ease;
    border: 2px solid var(--red-color);
}

.nossoproposito a:hover {
    color: var(--white-color);
    background-color: var(--red-color);
}

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

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

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

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

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

}

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

    header {
        position: fixed;
        z-index: 1009;
        background-color: var(--red-color);
    }

    .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;
    }

    .navbar.open {
        transition: all .50s ease;
        left: 0;
        opacity: 1;
        z-index: 10009;
        box-shadow: 4px 0px 10px var(--border-black);
    }

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

    header.scrolled .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;
    }

    header.scrolled .navbar.open {
        transition: all .50s ease;
        left: 0;
        opacity: 1;
        z-index: 10009;
        box-shadow: 4px 0px 10px var(--border-black);
        background-color: var(--red-color);
    }

    header.scrolled .navbar a:hover {
        color: var(--bg-color);
        background-color: var(--main-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: 1;
    }

}

@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 {
        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: 950px) {
    .master_quemsomos {
        height: 120vh;
    }

}

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

    #footer_social_media {
        padding-top: 0rem;
    }

    #home {
        height: 100vh;
    }

    .box_home {
        display: none;
    }

}

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

    #footer_social_media {
        padding-top: 0rem;
    }

    .box_home {
        display: none;
    }

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

}

@media (max-width: 768px) {
    .master_quemsomos {
        height: 150vh;
    }

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

    .nayara img {
        margin-bottom: 1rem;
    }

    .nayara button {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

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

    .hyara img {
        margin-bottom: 1rem;
    }

    .hyara button {
        margin-top: 1rem;
    }

}

@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) {

    .master_quemsomos {
        width: 100%;
    }

    .nayara,
    .hyara {
        width: 130vw;
    }

}

@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;
    }

    .master_quemsomos {
        width: 100vw;
        height: 170vh;
        padding-top: 1rem;
    }

    .master_quemsomos h1 {
        font-size: 20pt;
        margin-bottom: 2rem;
    }

    .nayara,
    .hyara {
        width: 100vw;
        
    }

    .nayara img,
    .hyara img {
        width: 100%;
    }


}

@media (max-width: 431px) {

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

@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;
    }

}