:root {
    --montserrat: "Montserrat", sans-serif;
    --italiana: "Italiana", sans-serif;

    --cor-1: #006990;
    --cor-2: #c4b37c;
    --cor-3: #fcf9f3;
    --cor-4: #84827b;
    --cor-5: #eaf6fc;
}

body {
    --bs-font-sans-serif: var(--montserrat), system-ui, -apple-system,
        "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans",
        Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
}
.site {
    padding-top: 15px;
    overflow-x: hidden;
}
.area-topo {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 185px;
    padding-top: 10px;
    z-index: 2;
    background-color: transparent;
    transition: 0.3s;
}
header {
    height: 150px;
    transition: 0.3s;
}
h1 {
    margin-bottom: 0;
    transition: 0.3s;
    height: 150px;
    left: 50%;
    top: 50;
    transform: translateX(-50%);
}
h1 a {
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}
h1 img {
    width: 168px;
    transition: 0.3s;
}
h1 span {
    color: var(--cor-1);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--italiana);
    margin-top: 5px;
    letter-spacing: 1px;
    transform: translateY(10px);
}
#link-instagram {
    right: 10px;
    top: 12px;
}
.area-topo.scroll {
    background-color: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    height: 84px;
}
.area-topo.scroll header {
    height: 63px;
}
.area-topo.scroll h1 {
    height: 63px;
    left: 0%;
    transform: translateX(0%);
}
.area-topo.scroll h1 img {
    width: 100px;
}

.area-topo.scroll h1 span {
    display: none;
}

.area-topo #menu {
    position: fixed;
    width: 100%;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}
.area-topo #menu ul {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    transition: 0.3s;
}
.area-topo #menu a {
    font-size: 18px;
    font-weight: 300;
    color: var(--cor-1);
    transition: 0.2s;
    text-decoration: none;
    transition: 0.3s;
}
.area-topo #menu a:hover,
.area-topo #menu a.active {
    font-weight: 700;
    color: var(--cor-2);
}
.area-topo #menu a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}
.area-topo.scroll #menu {
    width: 54%;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.area-topo.scroll #menu ul {
    height: 30px;
}

#banner {
    padding-top: 200px;
}
#banner .slide {
    overflow: hidden;
    position: relative;
}
#banner .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner .faixa {
    height: 100px;
    width: 100%;
    background-color: var(--cor-3);
    bottom: 0;
    left: 0;
}

.quem-somos {
    background-color: var(--cor-3);
    padding: 80px 0;
}
.quem-somos .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.quem-somos .info .descricao {
    width: 60%;
    min-height: 500px;
    border: 2px solid var(--cor-2);
    border-right: 0;
    padding: 0 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}
.quem-somos .info .imagem {
    width: 40%;
}
.quem-somos .info img {
    max-width: 100%;
}

.nosso-proposito {
    padding-top: 120px;
}
.nosso-proposito .imagem {
    overflow-x: hidden;
    position: relative;
}
.nosso-proposito .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nosso-proposito .faixa {
    height: 100px;
    width: 100%;
    background-color: var(--cor-5);
    bottom: 0;
    left: 0;
}

.onde-estamos {
    background-color: var(--cor-5);
    padding: 100px 0;
}
.onde-estamos .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.onde-estamos .info .descricao {
    width: 50%;
    min-height: 500px;
    border: 2px solid white;
    border-right: 0;
    padding: 0 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}
.onde-estamos .info .imagem {
    width: 50%;
}
.onde-estamos .info img {
    max-width: 100%;
}

.nossos-diferenciais {
    padding: 40px 0 85px 0;
}
.nossos-diferenciais .galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}
.mockup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 395px;
    width: 178px;
}
.mockup .imagem {
    width: 178px;
    height: 265px;
    border-radius: 90px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
}
.mockup .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mockup .nome {
    height: 92px;
}

.hr {
    border: 0;
    border-top: 6px solid var(--cor-2);
    margin: 50px 0;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
}

.contato {
    background-color: var(--cor-3);
    padding: 80px 0;
}
.contato .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contato .info .descricao {
    width: 60%;
    min-height: 500px;
    border: 2px solid var(--cor-2);
    border-right: 0;
    padding: 0 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}
.contato .info form {
    width: 40%;
    min-height: 710px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    background-color: white;
}
.contato .info form input,
.contato .info form textarea {
    height: 42px;
    border-radius: 21px;
    border: none;
    line-height: 42px;
    background-color: var(--cor-3);
    color: var(--cor-2);
    font-size: 18px;
    margin-bottom: 14px;
    padding-left: 32px;
}
.contato .info form textarea {
    padding-top: 21px;
    line-height: normal;
    height: 135px;
}

footer {
    background-color: var(--cor-3);
    padding: 30px 0 60px 0;
}
footer .logo-rodape img {
    width: 200px;
    height: auto;
}
footer .localizacao strong {
    font-size: 18px;
    font-weight: 700;
    color: var(--cor-4);
}
footer .localizacao {
    line-height: 30px;
}
footer .localizacao a {
    font-size: 18px;
    font-weight: 400;
    color: var(--cor-4);
    text-decoration: none;
}
footer .localizacao a:hover {
    color: var(--cor-1);
}
footer .area-whatsapp a {
    display: inline-block;
    background-color: var(--cor-2);
    color: white;
    font-weight: 700;
    font-size: 18px;
    min-width: 160px;
    padding: 5px 20px;
    border: none;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}
footer .area-whatsapp a i {
    top: -3px;
    right: -26px;
}

h2 {
    font-size: 43.84px;
    color: var(--cor-1);
    font-family: var(--italiana);
}
.texto {
    font-size: 18px;
    font-weight: 400;
    color: var(--cor-4);
    line-height: 34px;
}
.botao {
    background-color: var(--cor-2);
    color: white;
    font-weight: 700;
    font-size: 18px;
    min-width: 160px;
    padding: 7px 20px;
    text-align: center;
    border: none;
    border-radius: 22px;
}

.modal {
    --bs-modal-width: auto !important;
    --bs-modal-border-radius: 0;
    text-align: center;
}
.modal-header {
    padding: 0;
}
.modal-content {
    width: auto;
    display: inline-block;
    background: none;
    position: relative;
}
.modal .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--cor-1);
    color: white;
    font-weight: 700;
    background-image: none;
    border-radius: 0;
    padding: 0;
    width: 30px;
    height: 30px;
}

#exampleModal .modal-body {
    overflow: hidden;
    text-align: center;
    padding: 0;
}
#exampleModal .modal-body img {
    max-width: 82vw;
    max-height: 82vh;
}
.chevron {
    position: absolute;
    top: 50%;
    font-size: 25px;
    color: white;
    width: 37px;
    height: 37px;
    background: var(--cor-1);
    border-radius: 50%;
    z-index: 2000;
    cursor: pointer;
    transition: 0.2s;
}
.anterior.chevron {
    left: 10px;
}
.proxima.chevron {
    right: 10px;
}
.chevron:hover {
    background: var(--cor-2);
}

/*-xl*/
@media (max-width: 1399.98px) {
    .area-topo.scroll #menu {
        width: 66%;
        left: 52%;
    }
    .area-topo.scroll #menu a {
        font-size: 16px;
    }
}

/*-lg*/
@media (max-width: 1199.98px) {
    .area-topo #menu a {
        font-size: 14px;
    }
    .area-topo.scroll #menu a {
        font-size: 14px;
    }
}

/*-md*/
@media (max-width: 991.98px) {
    .area-topo #menu a {
        font-size: 12px;
    }
    .area-topo.scroll #menu {
        width: 56%;
    }
    .area-topo.scroll #menu ul {
        gap: 20px;
    }
    .area-topo.scroll #menu a {
        font-size: 12px;
    }
    .quem-somos .info .descricao {
        width: 100%;
        border-right: 2px solid var(--cor-2);
        margin-bottom: 50px;
    }
    .quem-somos .info .imagem {
        width: 100%;
        text-align: center;
    }

    .onde-estamos .info .descricao {
        width: 100%;
        border-right: 2px solid white;
        margin-bottom: 50px;
    }
    .onde-estamos .info .imagem {
        width: 100%;
        text-align: center;
    }

    .contato .info .descricao {
        width: 100%;
        margin-bottom: 50px;
        border-right: 2px solid var(--cor-2);
    }

    .contato .info form {
        width: 100%;
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    footer {
        text-align: center;
    }
    footer .logo-rodape {
        margin-bottom: 50px;
    }

    footer .area-whatsapp {
        margin-top: 50px;
    }
}

/*-sm*/
@media (max-width: 767.98px) {
    body.active {
        overflow-y: hidden;
    }

    .area-topo {
        height: 110px;
    }
    h1 {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }
    h1 a {
        text-align: center;
    }
    h1 img {
        height: 90px;
        width: auto;
    }
    h1 span {
        font-size: 12px;
        transform: none;
    }
    #link-instagram {
        right: auto;
        left: 10px;
        top: 0px;
    }

    .area-topo #menu {
        position: fixed;
        top: 0;
        left: -101%;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: var(--cor-3);
        transform: none;
    }
    .area-topo #menu ul {
        flex-direction: column;
        justify-content: center;
        height: 100vh;
        gap: 40px;
    }
    .area-topo #menu a {
        font-size: 22px;
    }

    .area-topo.scroll #menu a {
        font-size: 22px;
    }

    #bt-menu {
        border: none;
        background-color: var(--cor-1);
        color: white;
        font-weight: 700;
        position: fixed;
        z-index: 10;
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        border-radius: 3px;
    }
    #bt-menu .bi-x-lg {
        display: none;
    }

    .area-topo #menu.active {
        left: 0;
    }
    #bt-menu.active .bi-x-lg {
        display: inline;
    }
    #bt-menu.active .bi-list {
        display: none;
    }

    #banner {
        padding-top: 130px;
    }

    .quem-somos .info .descricao {
        padding: 40px 25px;
        min-height: auto;
        margin-bottom: 0;
        border-bottom: none;
    }
    .onde-estamos .info .descricao {
        padding: 40px 25px;
        min-height: auto;
        margin-bottom: 0;
        border-bottom: none;
    }
    .contato .info .descricao {
        padding: 40px 25px;
        min-height: auto;
        margin-bottom: 0;
        border-bottom: none;
    }
    .contato .area-botao {
        text-align: center;
    }

    .area-topo.scroll {
        background-color: white;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
        height: auto;
    }
    .area-topo.scroll header {
        height: 120px;
    }
    .area-topo.scroll h1 {
        height: 105px;
        left: 50%;
        transform: translateX(-50%);
    }
    .area-topo.scroll h1 img {
        width: auto;
    }
    .area-topo.scroll #menu {
        width: 100vw;
        top: 0;
        left: -102%;
        transform: none;
    }
    .area-topo.scroll #menu.active {
        left: 0;
    }
    .area-topo.scroll #menu ul {
        height: 100vh;
    }
    .area-topo.scroll h1 span {
        display: inline;
    }
    .modal.show .modal-dialog {
        transform: none;
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .chevron {
        top: auto;
        bottom: 20vh;
    }
}

/*-xs*/
@media (max-width: 575.98px) {
    h1 img {
        height: 70px;
    }
    .area-topo.scroll header {
        height: 110px;
    }
}
