@font-face {
    font-family: hoefler regular;
    src: url('../assets/tipografia/HoeflerText/HoeflerTextRegular.ttf');
}

@font-face {
    font-family: hoeflerBlack;
    src: url('../assets/tipografia/HoeflerText/HoeflerTextBlack.ttf');
}

@font-face {
    font-family: hoeflerBlackItalic;
    src: url('../assets/tipografia/HoeflerText/HoeflerTextBlackItalic.ttf');
}

@font-face {
    font-family: hoeflerItalic;
    src: url('../assets/tipografia/HoeflerText/HoeflerTextItalic.ttf');
}

:root {
    --main-bg-color: white;
    --main-text-color: rgb(43, 43, 43);
    --main-text-color_hover: rgb(126, 123, 123);
    --row-height: 60svh;
    --row-description-height: 5svh;
    --mainPage-Image_height: 60svh;
    --bold: hoeflerBlack;
    --italic: hoeflerItalic;
    --boldItalic: hoeflerBlackItalic;
    --regular: hoefler regular;
    --row-marginBottom: 15svh;
    --plus-hamburger: 35px;
    --header-height: 10svh;
    --fondo-azul: rgb(6, 90, 110);
}

.italic {
    font-family: var(--italic);
}

body {
    background-color: var(--main-bg-color);
    font-family: var(--regular);
}

header {
    position: relative;
    z-index: 1;
}

.container {
    min-height: 100svh;
}

.container .row {
    padding-top: 2rem;
}

.navbar,
footer {
    min-height: var(--header-height);
    font-family: hoefler regular;
    background: var(--main-bg-color);
}

.navbar i {
    font-size: var(--plus-hamburger);
    cursor: pointer;
    color: var(--main-text-color);
}
.insta{
    right: 2rem;
}
.hamburger::before {
    transition: rotate 0.5s;
}

.open::before {
    rotate: 45deg;
}

.navbar .col-auto {
    z-index: 2;
}

.logo,
footer img {
    max-width: 150px;
}

.menu.d-none {
    transition: height 2s;
}

.menu {
    position: fixed;
    display: grid;
    height: 100svh;
    min-width: 100vw;
    background: var(--main-bg-color);
    top: 0;
    padding: 6rem;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.menu a,
footer a {
    font-size: 4ch;
    cursor: pointer;
    color: var(--main-text-color);
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .menu a {
        font-size: 3ch;
    }

    .menu {
        text-align: center;
    }
}

.menu a:hover {
    color: var(--main-text-color_hover) !important;
}

main {
    padding-top: calc(4rem + var(--header-height));
}

@media screen and (max-width: 1024px) {
    main {
        padding-top: calc(2rem + var(--header-height));
    }
}

.index .row {
    min-height: var(--row-height);
    cursor: pointer;
    margin-bottom: var(--row-marginBottom);
}

.indexProject {
    color: var(--main-text-color);
    text-decoration: none;
}

.indexProject:hover {
    color: var(--main-text-color);
    text-decoration: none;
}

.mainPage__projectImage {
    height: var(--mainPage-Image_height);
    object-fit: contain;
}

.mainPage__projectDescription {
    min-height: var(--row-description-height);
    height: var(--row-description-height);
}

.mainPage__projectDescription p {
    line-height: var(--row-description-height);
    width: 100%;
}

.mainPage__projectDescription-title {
    font-family: var(--bold);
}

.mainPage__projectDescription-title span {
    margin-left: 0.5rem;
}

.fondoAzul,
.fondoAzul .navbar,
.fondoAzul footer,
.fondoAzul .footer a {
    background: var(--fondo-azul);
    color: var(--main-bg-color);
}

.fondoAzul .hamburger:not(.open) {
    color: var(--main-bg-color);
}

.fondoAzul .logo.blanco,
.fondoAzul .footerImage.blanco {
    display: block;
}

.fondoAzul .logo.negro,
.fondoAzul .footerImage.negro {
    display: none;
}

.logo.blanco,
.footerImage.blanco {
    display: none;
}

.logo.negro,
.footerImage.negro {
    display: block;
}

.contact {
    min-height: 100svh;
    z-index: 0;
    text-align: center;
}

.contact-information {
    min-height: 45svh;
    display: grid;
    place-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 4rem;
}

.contact p,
.contact a {
    font-family: hoefler regular;
    color: var(--main-text-color);
    text-decoration: none;
    font-size: 3ch;
}

@media screen and (max-width: 1024px) {

    .contact p,
    .contact a {
        font-size: 2ch;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .contactNumber {
        font-size: 2ch !important;
    }
}

.studio .row,
.project .row,
.maquetas .row {
    min-height: 70svh;
}

.text-container {
    align-items: center;
    line-height: 1.8rem;
    text-wrap: pretty;
    max-height: 55svh;
    overflow-y: scroll;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.text-container::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.text-wrapper {
    z-index: 0;
    height: 65svh;
}

@media screen and (max-width: 1024px) {
    .text-wrapper {
        height: 50svh;
        margin-bottom: 3rem;
    }

    .image-wrapper {
        margin-bottom: 3rem;
    }

    .maquetas .image-wrapper {
        margin-bottom: 8rem;
    }

    .project .image-wrapper {
        height: 70svh;
    }

    .maquetas .mySlides img,
    .maquetas .leftCursor,
    .maquetas .rightCursor {
        height: 50svh !important;
    }
}

.image-wrapper img {
    object-fit: contain;
}

.project .image-wrapper {
    max-height: 70svh;
    z-index: 0;
}

.slideshow-container {
    height: 100%;
}

.right-0 {
    right: 0;
}

.rightCursor:hover {
    cursor: url('../assets/arrow.ico') 70 30, auto;
}

.leftCursor:hover {
    cursor: url('../assets/arrowLeft.png') 70 30, auto;
}

@media screen and (max-width: 1024px) {
    .rightCursor {
        background-image: url(../assets/arrow.ico);
        background-repeat: no-repeat;
        padding-right: 0rem;
        background-position: 90% 50%;
        background-size: 40px;
    }

    .leftCursor {
        background-image: url(../assets/arrowLeft.png);
        background-repeat: no-repeat;
        padding-right: 0rem;
        background-position: 5% 50%;
        background-size: 40px;
    }

    .imageTitle {
        font-size: 2.5ch;
    }
}

.maquetas .slideshow-container {
    height: 70svh;
}

.imageTitle {
    font-family: hoefler regular;
    font-size: 3ch;
}

.project-wrapper {
    display: grid;
    grid-column: 3;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    width: fit-content;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .project-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .imageContainer {
        margin-bottom: 10%;
    }
}

.imageContainer {
    height: var(--mainPage-Image_height);
}

@media screen and (max-width: 1024px) {}

.imageContainer a {
    height: 85%;
    color: black;
    text-decoration: none;
    width: 100%;
    display: block;
}

.projectImage {
    object-fit: contain;
}
.projectTitleAlign{
    padding-top:11px;
}
.news .wp-block-group {
    width: 50svw;
    margin: auto;
    margin-bottom: 10rem;
}

.news .wp-block-group p:nth-child(2) {
    width: 60%;
    text-wrap: pretty;
    margin: auto;
}

.news .wp-block-group a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.news .wp-block-group a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .news .wp-block-group p:nth-child(2) {
        width: 100%;
    }

    .news .wp-block-group p:nth-child(1) {
        margin-bottom: 0;
    }

    .news img {
        max-height: 250px !important;
    }

    .news .wp-block-group {
        width: 85svw;
    }
}

.news img {
    width: 100% !important;
    max-height: 450px;
    object-fit: contain;
    margin-bottom: 2rem;

}

.footer {
    padding: 1rem 2rem;
}

@media screen and (max-width: 1024px) {
    .footer {
        padding: 1rem;
        border-top: 0.5px solid black;
    }
}

.footer a {
    font-size: 1.5ch !important;
}

.policies {
    display: grid;
    text-align: right;
    line-height: 1.5rem;
}

footer img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
    footer img {
        left: 0;
    }

    .policies {
        margin-top: 2rem;
    }
}

.policiesText {
    width: 50vw;
    text-wrap: pretty;
    line-height: 30px;
}
@media screen and (max-width: 1024px) {
    .policiesText {
        width: 90vw;
    }
}

.arrow-down {
    position: absolute;
    bottom: 7%;
    right: 0;
    width: 15px;
    animation-name: bounce;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;

}
@media screen and (max-width: 1024px) {
    .arrow-down{
        bottom: 0;
        right: 5%;
    }
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}