/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */

:root {
    font-size: 1em;
}

html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  

img {
    display: block;
    max-width: 100%;
}

body {
    color: #000;
    font-family: 'Petrona';
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 200;
}

a {
    color: inherit
}

p {
    margin: 0;
}

p + p {
    margin-top: 0.5rem;
}

p + .subtitle {
    margin-top: 1rem;
}

picture {
    display: block;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.separator {
    position: relative;
}

.separator:after {
    content: "";
    display: block;
    height: 1px;
    width: 250px;
    background-color: #000;
    margin: 50px auto 0 auto;
}

.relative {
    position: relative !important;
}

.static {
    position: static !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.button {
    display: inline-flex;
    border: 1px solid #999;
    padding: 10px 15px;
    text-decoration: none;
}

.button--secondary {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
}

.menu-open {
    overflow: hidden;
}

.title {
    font-weight: 200;
    text-align: center;
    font-size: clamp(36px, 3.4725vw, 50px);
    margin: 0 0 1.2em 0;
    line-height: 1.1;
}

.subtitle {
    font-weight: 200;
    /*text-align: center;*/
    font-size: clamp(24px, 1.945vw, 28px);
    margin: 0 0 0.5em 0;
    line-height: 1.1;
}

.title--secondary {
    font-weight: 200;
    /*font-size: 36px;*/
    font-size: clamp(24px, 2.5vw, 36px);
    margin: 0 0 20px 0;
}

.excerpt {
    /*font-size: 22px;*/
    font-size: clamp(20px, 1.5285vw, 22px);
    text-align: center;
    margin: 0 0 75px 0;
    font-weight: 200;
}

.featured {
    background-color: #ECECEC;
    margin-bottom: 100px;
    position: relative;
}
.featured__inner {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-direction: column-reverse;
    gap: 64px;
}

@media (min-width: 760px){
    .featured__inner {
        flex-direction: row;
    }
}

.featured__image {
    flex: 1 0 40%;
    overflow: hidden;
    position: relative;
    /*aspect-ratio: 440/660;*/
}

.featured__image--secondary {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 760px){
    .featured__image--secondary {
        position: absolute;
        width: 40%;
        height: 100%;
    }
}

.featured__content {
    padding-top: 60px;
    flex: 0 1 60%;

    padding-left: 24px;
    padding-right: 24px;
}

.featured__content--secondary {
    padding-top: 110px;
}

@media (min-width: 760px){
    .featured__content {
        padding-left: 0;
        padding-right: 0;
    }
}

.featured__image__img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

@media (min-width: 760px){
    .featured__image__img {
        position: absolute;
    } 
}

.featured__ctas {
    display: flex;
    gap: 24px;
    margin-top: 125px;
    margin-bottom: 75px;
}

.featured__ctas p + p {
    margin-top: 0;
}

.container {
    padding: 0 24px;
}
.wrapper {
    max-width: 1440px;
    margin: auto;
}

.wrapper--secondary {
    max-width: 1100px;
    margin: 0 auto;
}

.wrapper--terciary {
    max-width: 915px;
    margin: 0 auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.header__logo {
    position: relative;
    z-index: 11;
}

.menu-main {
    display: none;
}

@media (min-width: 1300px){
    .menu-main {
        display: block;
    }
}

.menu-main--open {
    display: block;
    position: absolute;
    top: -45px;
    left: -24px;
    z-index: 10;
    background-color: #fff;
    height: 100vh;
    width: calc(100% + 48px);
    padding-top: 130px;
}

.menu-main__items {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-main__items--open {
    flex-direction: column;
    align-items: center;
}

.menu-main__link {
    text-decoration: none;
    display: inline-flex;
    padding: 10px 15px;
    border: 1px solid transparent;
}

.menu-main__link--active {
    border: 1px solid #999;
}


.menu-footer__items {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media (min-width: 900px){
    .menu-footer__items {
        flex-direction: row;
        gap: 32px;
    }
}

.menu-main-trigger {
    position: absolute;
    z-index: 11;
    top: 50%;
    right: 24px;
    width: 30px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    transform: translateY(-50%);
}

.menu-main-trigger.active:before {
    transform: rotate(45deg);
    position: relative;
    top: 7px;
}

.menu-main-trigger.active:after {
    transform: rotate(-45deg);
    position: relative;
    top: -7px;
}

.menu-main-trigger.active .menu-main-trigger__inner {
    opacity: 0;
}

@media (min-width: 1300px){
    .menu-main-trigger {
        display: none;
    }
}

.menu-main-trigger__inner {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000;
}

.menu-main-trigger:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000;
}

.menu-main-trigger:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000;
}



.menu-footer__link {
    text-decoration: none;
    display: inline-flex;
    transition: opacity ease-out .4s;
}

.menu-footer__link:hover {
    opacity: 0.4;
}

.menu-footer_link--active {
}

/* HOME */

.home__hero {
    margin: 0 auto 24px auto;
    /*aspect-ratio: 1440/730;*/
    /*aspect-ratio: 1440/620;*/
    aspect-ratio: 1920/1080;
    max-height: 75vh;
   
}

.home__hero .swiper-wrapper {
   

}

.home__action {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 100px;
}

.home__action p + p {
    margin-top: 0;
}

.home__text {
    margin: 0 auto;
    max-width: 950px;
    color: #898989;
}

/* PROYECTOS */

.grid {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.grid__item {
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 520/640;
    background-color: #f0f0f0;
}

@media (min-width: 760px){
    .grid__item {
        flex: 0 1 calc((100% - 70px) / 3);
    }
}

.grid__item__link {
    position: relative;
    display: block;
    height: 100%;
}

.grid__item__link img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.grid__item__link:hover:after {
    opacity: 1;
}

.grid__item__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity ease-in 0.4s;
}

.grid__item__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    pointer-events: none;
    text-align: center;
    opacity: 0;
    transition: opacity ease-in 0.2s 0;
}

.grid__item__link:hover .grid__item__caption {
    opacity: 1;
    transition: opacity ease-out 0.8s 0.3s;
}

.grid__item__title {
    /*font-size: 50px;*/
    /*font-size: clamp(32px, 3.4725vw, 50px);*/
    font-size: clamp(32px, 3.4725vw, 42px);
    font-weight: 200;
    display: block;
    white-space: nowrap;
}

.grid__item__subtitle {
    font-weight: 200;
    display: block;
}

/* PROYECTO */

.hero--single {
    margin-bottom: 85px;
}

.hero--single__image {
    display: block;
    width: 100%;
}

/* ABOUT */

.about-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 100px 0;
    padding: 0;
    list-style-type: none;
}

@media (min-width: 760px){
    .about-index {
        flex-direction: row;
        align-items: stretch;
    }
}

.about-index__item {
    border: 1px solid #D7D7D7;
    padding: 35px;
    text-align: center;
    max-width: 335px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 760px){
    .about-index__item {
        aspect-ratio: 335/355;
    }
}

.project__hero {
    max-width: 1440px;
}

.project-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.project-nav__link {
    text-decoration: none;
}

.project-gallery {
    aspect-ratio: 1100/1610;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 20% 42%;
    margin-bottom: 90px;
}

.project-gallery__item {
    overflow: hidden;
}

.project-gallery__item--1 {
    grid-column: 1;
    grid-row: 1/3;
}

.project-gallery__item--2 {
    grid-column: 2/3;
    grid-row: 1;
}

.project-gallery__item--3 {
    grid-column: 2/3;
    grid-row: 2/3;
}

.project-gallery__item--4 {
    grid-column: 1/3;
    grid-row: 3/4;
}

.project-gallery img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;    
}

.footer {
    margin-top: 120px;
}

.footer__logo {
    margin: 24px auto 40px auto;
    display: block;
    width: 90px;
    height: auto;
}

.accordion {
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-height: 475px;
}


.accordion__trigger {
    padding: 24px 24px 24px 0;
    font-size: 22px;
    font-weight: 200;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.accordion__trigger:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-image: url('img/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.accordion__trigger.active:after {
    background-image: url('img/close.svg'); 
}

.accordion__content {
    display: none;
    padding-top: 24px;
    padding-bottom: 56px;
}

.accordion__content.active {
    display: block;
}

.address__logo {
    margin: 0 0 20px 0;
}

.address__text {
    font-weight: 200;
    line-height: 1.4;
}

/* CONTACT */

.contact__content {
    display: flex;
    align-items: center;
    gap: 64px;
    margin: 0 0 60px 0;
}

@media (max-width: 760px){
    .contact__content {
        flex-direction: column;
    }
}

.contact__content__cover {
    flex: 0 1 60%;
}

.menu-legal {
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 0.875rem;

}

.menu-legal__item {

}

.menu-legal__link {
    text-decoration: none;
}


::placeholder {
    color: #B1B1B1;
    font-style: italic;
  }

  
form {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
}

.form__row--label {
    margin: 0 0 20px 0;
}

.form__row--input {
    margin: 0 0 20px 0;
}

input[type=text],
textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 8px 0;
}

textarea {
    resize: vertical;
}

textarea:focus, input:focus{
    outline: none;
}

input.error,
textarea.error {
    border-bottom: 1px solid #FF3333;
}


.reformas-integrales__hero {
    display: block;
    margin-bottom: 40px;
}

.reformas-integrales__text {
    max-width: 620px;
    margin: 0 auto 40px auto;
}

.reformas-integrales__gallery {
    display: flex;
    gap: 35px;
    margin-bottom: 40px;
}