/*
font-family: "Inter", sans-serif;
font-family: "Playfair Display", serif;
*/

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #F7F0EE;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    scroll-behavior: smooth;
}

.container{
    padding-right: 10%!important;
    padding-left: 10%!important;
}

nav img{
    height: 35px;
    object-fit: contain;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
transition: all .3s;
}
nav svg {
    width: 140px;
    fill: #fff;
}
nav.blackNav svg {
    fill: #000;
}
nav.scrolling {
    background: #fff;
}
nav ul{
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
}


nav ul li a{
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
a.default {
    text-decoration: none;
}
a.default:hover {
    text-decoration: underline;
}
a.default.white {
    color: #fff;
}
.blackNav ul li a{
    text-decoration: none;
    color: #121212;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

nav ul li a:hover{
    color: #AC636F;
    transition: all 0.5s;
}

.header{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10% 0%;
}

.header h2{
    font-family: "Playfair Display", serif;
    font-size: 8rem;
    font-weight: 500;
    line-height: 1.15em;
    text-align: center;
    padding-top: 50px;
}

.header button{
    margin-top: 50px;
    background-color: white;
    border-radius: 30px;
    padding: 10px 40px 10px 40px;
    border: none;
}
.containerFiltros {
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
    overflow: scroll;
}
.containerFiltros .filtro-categoria {
    background: #fff;
    background-color: white;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    border: none;
    cursor: pointer;
    border: 1px solid #fff;
}
.containerFiltros .filtro-categoria.active {
    color: #AC636F;
    border-color: #AC636F;
}
@media screen and (max-width: 960px){
    .header button{
        margin-bottom: 50px;
    }
    .containerFiltros .filtro-categoria {
        font-size: .75rem;
        line-height: 1em;
        padding: 10px 21px 10px 20px;
        flex: none;

    }
}

.header button a{
    color: #AC636F;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.proyectsHomeContainer{
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
}

.proyectsHomeContainer h3{
    margin-bottom: 20px;
    font-size: 72px;
    font-weight: 500;
    line-height: 83px;
    color: black;
}

.proyectsColumnsHome{
    display: flex;
}

.proyectsColumnOneHome{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
    width: 50%;
}

.proyectsColumnOneHome img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.proyectsColumnOneHome .imgSmall{
    width: 70%;
}

.buttonArrow{
    display: flex;
    color: white;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-top: 15px;
}

.buttonArrow a{
    text-decoration: none;
    color: white;
}
.buttonArrow a:hover {
    text-decoration: underline;
}



.buttonArrow .icon{
    width: min-content;
    height: 10px;
    object-fit: contain;
    margin-top: 0px;
}



.proyectsColumnTwoHome{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 20px;
}

.proyectsColumnTwoHome p{
    color: #121212;
    font-weight: 400;
    font-size: 20px;
}

.proyectsColumnTwoHome img{
    width: 100%;
    object-fit: contain;
    margin-top: 20px;
}

.titleWithButton{
    display: flex;
    align-items: center;

}

.proyectsCatalogoContainer{
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}

.proyectsCatalogoContainer h3{
    color: #121212;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 72px;
    margin-right: 20px;
}

.proyectsCatalogoHome{
    display: flex;
    width: max-content;
    margin-top: 40px;
    gap: 40px;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}

.cardProyectHome{
    display: flex;
    flex-direction: column;
    gap: 15px; 
    width: 400px;
}

.cardProyectHome img{
    width: 100%;
    object-fit: contain;
    
}

.cardProyectHomeInfo{
    display: flex;
    align-items: center;
    gap: 10px;

}

.cardProyectHomeInfoDescription{
    display: flex;
    flex-direction: column;
}

.cardProyectHomeInfo img{
    object-fit: contain;
    height: 100%;
    width: 30%;
}

.cardProyectHomeInfoDescription h4{
    font-size: 40px;
    font-weight: 500;
    color: #121212;
    line-height: 46px;
}

.cardProyectHomeInfoDescription .buttonArrow{
    margin-top: 0px;
}

.containerScroll{
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
    padding-bottom: 40px;
}

.containerScroll::-webkit-scrollbar {
    display: none;
}

.active{
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.homeGallery{
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    gap: 10px;
}

.imggalleryone{
    width: 50%;
    height: auto;
    object-fit: cover;
}

.galleryColumnTwo{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.galleryColumnTwoOne{
    display: flex;
    gap: 10px;
    height: 70%;
}

.galleryColumnTwoTwo{
    display: flex;
    gap: 10px;
    height: 30%;
}

.boxRealEstate{
    width: 60%;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: white;
    background-color: #121212;
    justify-content: end;
}

.boxRealEstate h3{
    font-family: "Playfair Display", serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 66px;
}

.boxRealEstate strong{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.boxRealEstate p{
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.galleryColumnTwoOne img{
    height: 100%;
    width: 40%;
    object-fit: cover;
}

.galleryColumnTwoTwo img{
    height: 100%;
    object-fit: cover;
    width: 33%;
}

.boxPortfalio{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #AC636F;
    color: white;
    width: 33%;
}

.boxPortfalio .buttonArrow small{
    color: white;
}

.containerSocios{
    padding-top: 100px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.containerSocios h3{
    font-size: 72px;
    font-weight: 500px;
    line-height: 66px;
    color: #121212;
    text-align: center;
}

.containerSocios p{
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    color: #121212;
    text-align: center;
}

.socios{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 80%;
    align-items: center;
    justify-content: center;
}

.socios img{
    height: 40px;
    object-fit: contain;
}

footer{
    display: flex;
    flex-direction: column;
}

.newsletter{
    display: flex;
    align-items: center;
    background-color: #121212E5;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
    justify-content: space-between;
}

.newsletterTitle{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.newsletterTitle strong{
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
}

.newsletterTitle small{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    font-family: "Inter", sans-serif;
}

footer form{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 50%;
}

footer form input[type="text"], footer form input[type="email"]{
    width: 70%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px white;
    background-color: transparent;
    color: white;
    padding: 5px 0px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

footer form input[type="text"]:hover, footer form input[type="email"]:hover {
    border-bottom: solid 1px #AC636F;
    color: #AC636F;
    transition: all 0.5s;
}

footer form input[type="submit"]{
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background-color: #FFFFFF40;
}


footer form input[type="text"]::placeholder, footer form input[type="email"]::placeholder{
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

footer form input[type="text"]::placeholder:hover, footer form input[type="email"]::placeholder:hover{
    color: #AC636F;
    transition: all 0.5s;
}

.footerTwo{
    background-color: #121212;
    display: flex;
    padding-top: 90px;
    padding-bottom: 60px;
    gap: 20px;
}

.footerTwo img{
    height: 50px;
    object-fit: contain;

}

.columnFooter{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 20%;
    padding: 0px 20px;
}

.columnForm{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 20%;
}

.columnFooter strong{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.columnFooter small{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.columnFooter ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.columnFooter ul li{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.socialContainer{
    display: flex;
    gap: 10px;
}

.socialContainer i {
    background-color: white;
    color: #121212;
    padding: 5px;
    font-size: 20px;
    border-radius: 50%;
}

.columnForm .formularioFooter{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: start;
}

.columnForm .formularioFooter input[type="text"]{
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px white;
    background-color: transparent;
    color: white;
    padding: 5px 0px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.columnForm .formularioFooter input[type="text"]:focus{
    border: solid 0px white ;
}

.columnForm .formularioFooter input[type="text"]:active{
    border: solid 0px white ;
}

.columnForm .formularioFooter input[type="text"]:hover{
    border-bottom: solid 1px #AC636F;
    color: #AC636F;
    transition: all 0.5s;
}

.columnForm .formularioFooter textarea{
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px white;
    background-color: transparent;
    color: white;
    padding: 5px 0px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    resize: none;
    height: 150px;
}

.columnForm .formularioFooter textarea:hover{
    border-bottom: solid 1px #AC636F;
    color: #AC636F;
    
    transition: all 0.5s;
}

.columnForm .formularioFooter input[type="submit"]{
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    color: #121212;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background-color: #FFFFFF;
}

.columnForm .formularioFooter input[type="text"]::placeholder{
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.columnForm .formularioFooter textarea::placeholder{
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.columnForm .formularioFooter input[type="text"]::placeholder:hover{
    color: #AC636F;
    transition: all 0.5s;
}

.columnForm .formularioFooter textarea::placeholder:hover{
    color: #AC636F;
    transition: all 0.5s;
}

.navMobile{
    transform: translateX(200vw);
    position: fixed;
    transition: all 0.5s;
    display: flex!important;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    z-index: 99;
    height: 100%;
    align-items: flex-end;
}
.navMobile.active{
    display: flex!important;
    justify-content: space-between;
    width: 70%;
    position: fixed;
    transform: translateX(30vw);
    z-index: 99;
    background-color: rgb(255 255 255);
    height: 100%;
    transition: all 0.5s;
    align-items: flex-end;
}
#closeOverlay {
    width: 100%;
    height: 100%;
    background-color: #000000a1;
    position: fixed;
    top: 0;
    left: 0;  
    opacity: 0;
    visibility: hidden; 
    transition: all .3s;
    z-index: 9;
}
#closeOverlay.active {
    opacity: 1;
    visibility: visible;
}

.navContainer{
    width: 50%;
    background-color: white;
    height: 100%;
}

.containerCerrar{
    width: 50%;
    height: 100%;
}

.closeContainer{
    padding-right: 20px;
    position: fixed;
    top: 1rem;
    right: 0;
}

.closeContainer i{
    font-size: 30px;
    color: #121212;
}

.navMobile ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: start;
    padding-left: 20px;
    gap: 20px;
    list-style: none;
    padding-top: 5rem;}


.navMobile ul li a{
    text-decoration: none;
    color: black;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.buttonNav{
    display: none;
}
#logo {
    transition: all .3s;
}

@media screen and (max-width: 960px){
    .navDesktop{
        display: none;
    }
    nav.scrolling .buttonNav rect,
    nav.blackNav .buttonNav rect {
        fill: #000;
    }
    nav.scrolling #logo,
    nav.blackNav #logo {
        fill: #000;
    }
    .buttonNav{
        display: unset;
        height: 16px!important;
        width: 16px;
        fill: #fff; 
        transition: all .3s;
    }
    .buttonNav rect {
        fill: #fff; 
        transition: all .3s;
    }
    nav {
        position: fixed;
        padding: 4% 8%!important;
    }
    nav svg {
        width: 75px;
    }
    .homeGallery {
        flex-direction: column;
    }
    .footerTwo {
        flex-direction: column;
        align-items: flex-start;
    }
    .columnFooter {
        width: 100%;
        padding: 0px 0px;
    }
    .columnForm {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .newsletter {
        flex-direction: column;
    }
    footer form {
        justify-content: space-between;
        width: 100%;
    }
    .imggalleryone {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
    .boxRealEstate h3 {
        font-family: "Playfair Display", serif;
        font-size: 36px;
        font-weight: 400;
        line-height: 66px;
    }
    .boxRealEstate {
        width: 60%;
        padding: 32px 20px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        color: white;
        background-color: #121212;
        justify-content: end;
    }
    .galleryColumnTwoOne {
        display: flex;
        gap: 10px;
        height: 70%;
        flex-direction: column-reverse;
    }
    .galleryColumnTwoOne img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .boxRealEstate {
        width: 100%;
    }
    .boxPortfalio {
        height: auto;
    }
    .galleryColumnTwoTwo img {
     
        height: auto;
    }
    .header h2 {
        font-size: 55px;
        line-height: 54px;
        padding-top: 8rem;
        padding-bottom: 5rem;
        }
    .proyectsHomeContainer h3 {
        font-size: 36px;
        line-height: 41px;
    }
    .proyectsColumnsHome {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }
    .proyectsColumnTwoHome {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0px;
    }
    .proyectsColumnTwoHome img {
        width: 80%;
        object-fit: contain;
        margin-top: 20px;
    }
    .proyectsCatalogoContainer {
        display: flex;
        flex-direction: column;
        gap: 0px;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .proyectsColumnOneHome {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .proyectsCatalogoHome {
        display: flex;
        width: max-content;
        margin-top: 20px;
        gap: 40px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .cardProyectHomeInfo img {
        object-fit: cover;
        height: 100%;
        width: 40%;
    }
    .proyectsColumnOneHome .imgSmall {
        width: 40%;
    }
    .proyectsColumnOneHome img {
        width: 50%;
        height: 100%;
        object-fit: contain;
    }
    .proyectsCatalogoContainer h3 {
        font-size: 36px;
    }
    .galleryColumnTwoTwo .buttonArrow {
        align-items: flex-start;
        flex-direction: column;
    }
    .container {
        padding-right: 5%!important;
        padding-left: 5%!important;
    }
    .galleryColumnTwoTwo img {
        height: auto;
        object-fit: cover;
        width: 30%;
    }
    .buttonArrow a {
        text-decoration: none;
        color: white;
        font-size: 12px;
    }
    .containerSocios h3 {
        font-size: 36px;
        line-height: 33px;
    }
    .containerSocios p {
        font-size: 15px;
        line-height: 26px;
    }
    .socios img {
        height: 20px;
        object-fit: contain;
    } 
    .socios {
        width: 100%;
    }
    .cardProyectHomeInfoDescription h4 {
        font-size: 30px;
    }
    .cardProyectHome {
        width: 300px;
    }
}

@media screen and (max-width: 400px){
    .boxPortfalio .buttonArrow small {
        color: white;
        font-size: 10px;
    }
    .boxPortfalio {
        padding: 10px;
    }
}

.headerNosotros{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 40px;
    padding: 10% 0%;
}

.headerNosotros h3{
    font-size: 36px;
    font-weight: 500;
    line-height: 54px;
    width: 65%;
    color: black;
}

.headerNosotros button{
    margin-top: 10px;
    background-color: white;
    border-radius: 30px;
    padding: 10px 40px 10px 40px;
    border: none;
}

.headerNosotros button a{
    color: #AC636F;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.containerNosotros{
    padding-left: 20%;
    display: flex;
    flex-direction: column;
}

.imgNosotrosOne{
    width: 100%;
    object-fit: contain;
}

.containerNosotros p{
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    width: 50%;
    color: #121212;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

.valoresContainer{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 10%;
}

.valorContainer{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 50px;
}

.valorContainer strong{
    color: #121212;
    font-size: 24px;
    font-weight: 700;
}

.valorContainer small{
    font-family: "Inter", sans-serif;
    color: #121212;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.containerReviews{
    display: flex;
    gap: 10px;
    padding-right: 50px;
    padding-left: 20%;
    margin-top: 60px;
    margin-bottom: 100px;
}

.imageRewiews{
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 30px;
}

.reviewsListContainer{
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 40%;
}

.review{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stars{
    display: flex;
    gap: 5px;
}

.stars i{
    font-size: 15px;
    color: #AC636F;
}

.review strong{
    color: #121212;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 600;
}

.review p{
    color: #121212;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

@media screen and (max-width: 800px){
    .headerNosotros h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        width: 100%;
        color: black;
        padding-top: 63px;
    }
}

@media screen and (max-width: 600px){
    .containerNosotros p {
        font-family: "Inter", sans-serif;
        font-size: 20px;
        font-weight: 400;
        width: 100%;
        color: #121212;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 30px;
        padding-right: 10px;
    }
    .imgNosotrosOne {
        width: 100%;
        height: 413px;
        object-fit: cover;
    }
    .valoresContainer {
        display: flex;
        gap: 50px;
        align-items: center;
        justify-content: space-around;
        margin-top: 60px;
        margin-bottom: 60px;
        padding-right: 10%;
        flex-direction: column;
    }
    .imageRewiews {
        width: 100%;
        height: 500px;
    }
    .containerReviews {
        flex-direction: column;
    }
    .reviewsListContainer {
        display: flex;
        flex-direction: column;
        gap: 50px;
        width: 100%;
        margin-top: 60px;
        
    }
    .containerReviews {
        padding-right: 20px;
    }
}

.headerRealestate{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.headerRealestate h3{
    font-size: 72px;
    font-weight: 500;
    line-height: 83px;
}

.containerInfoRealEstate{
    padding-top: 60px;
    padding-bottom: 60px;
}

.containerInfoRealEstate p{
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #121212;
    width: 60%;
}

.containerProyectos{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 100px;
}

.containerProyectos h3{
    color: #121212;
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 20px;
}

.gallery{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.item-gallery{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}

.xs{
    width: 100%;
    height: 100%;
    grid-row: span 1;
}

.small{
    width: 100%;
    height: 100%;
    
    grid-row: span 2;
}

.medium{
    width: 100%;
    height: 100%;
    
    grid-column: span 2;
    grid-row: span 1;
}

.large{
    width: 100%;
    height: 100%;
    grid-column: span 1;
    grid-row: span 3;
}

.big{
    width: 100%;
    height: 100%;
    grid-column: span 1;
    grid-row: span 3;
}


.item-name{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    color: #121212;
    padding: 5px;
}

.item-name strong{
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

@media screen and (max-width: 1068px){
    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media screen and (max-width: 800px){
    .headerRealestate {
        padding: 20% 0%;
    }
    .headerRealestate h3 {
        font-size: 64px;
        font-weight: 500;
        line-height: 74px;
    }
}

@media screen and (max-width: 768px){
    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }
}

@media screen and (max-width: 600px){
    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(152px, 1fr));
    }
    .item-name {
        margin-left: 5px;
        margin-bottom: 5px;
        background-color: #FFFFFF;
    }
    .item-name strong {
        font-size: 10px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
    }
    .small {
        width: 100%;
        height: 100%;
        grid-row: span 1;
    }
    .big {
        width: 100%;
        height: 100%;
        grid-column: span 2;
        grid-row: span 2;
    }
    .containerInfoRealEstate p {
        width: 100%;
        font-size: 18px;
        line-height: 27px;
    }
    .containerProyectos h3 {
        font-size: 36px;
        font-weight: 500;
        line-height: 46px;
        margin-bottom: 10px;
    }
    .containerProyectos {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 100px;
    }
}


@media screen and (max-width: 508px){
    .headerRealestate h3 {
        width: 50%;
        text-align: center;
        margin-top: 50px;
    }
}

@media screen and (max-width: 400px){
     .gallery {
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
    .headerRealestate h3 {
        width: 80%;
        text-align: center;
        margin-top: 50px;
    }
}

.headerInterioresMobiliario, 
.headerRealestate{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.headerInterioresMobiliario h3,
.headerRealestate h3{
    font-size: 72px;
    font-weight: 500;
    line-height: 83px;
    text-align: center;
}
.headerInterioresMobiliario::before, 
.headerRealestate::before {
    content: '';
    position: absolute; /* Posiciona el pseudo-elemento sobre el fondo */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); /* Oscurecimiento: negro con 50% de transparencia */
    /* Ajusta el nivel de transparencia según sea necesario. 0.5 es solo un ejemplo. */
}

/* Asegúrate de ajustar el z-index de los elementos dentro de .headerInterioresMobiliario si es necesario */
.headerInterioresMobiliario > *,
.headerRealestate > * {
    position: relative;
    z-index: 1; /* Esto asegura que el contenido esté por encima de la capa oscurecida */
}


.containerInfoInterioresMobiliario{
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
}

.containerInfoInterioresMobiliario p{
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #121212;
    width: 60%;
}

.containerInfoInterioresMobiliario button{
    margin-top: 50px;
    background-color: white;
    border-radius: 30px;
    padding: 10px 40px 10px 40px;
    border: none;
    width: max-content;
}

.containerInfoInterioresMobiliario button a{
    color: #AC636F;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.containerCatalogo{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 100px;
}

.containerCatalogo h3{
    color: #121212;
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 20px;
}

.containerCategorias{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap;
}

.categoria{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
    background-color: white;
    color: #121212;
    font-family: "Inter", sans-serif;
    cursor: pointer;
}

.categoria strong{
    font-size: 15px;
    font-weight: 500;
}

.categoria i{
    display: none;
}

.activeCategoria i{
    display: unset!important;
    font-size: 15px;
}

.activeCategoria{
    background-color: #AC636F;
    color: #121212;
}

.activeCategoria i{
    color: #121212;
}

.listaCategorias{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.categoriaBox{
    width: 350px;
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.infoCategoriaBox{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #121212;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.infoCategoriaBox small{
    font-size: 15px;
    font-weight: 400;
    margin-right: 5px;
}

.infoCategoriaBox strong{
    font-size: 15px;
    font-weight: 600;
}


.paginacion-container {
    display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
}

.paginacion-container .paginacion-current-page {
    margin: 0 10px;
    font-family: "Inter", sans-serif;

    font-size: .8rem;
}

@media screen and (max-width: 1360px){
    .categoriaBox {
        width: 300px;
    }
}

@media screen and (max-width: 1169px){
    .categoriaBox {
        width: 270px;
    }
}


@media screen and (max-width: 700px){
    .categoriaBox {
        width: 100%;
    }
}

.paginationContainer{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: "Inter", sans-serif;
    padding-bottom: 60px;
}

.previousPage{
    background-color: #FFFFFF;
    color: #121212;
    padding: 10px;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
}

.nextPage{
    background-color: #FFFFFF;
    color: #121212;
    padding: 10px;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
}

.numberPage{
    background-color: #FFFFFF;
    color: #121212;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
}

.pageActive{
    background-color: #AC636F!important;
}

.modalGallery{
    position: fixed;
    z-index: -999;
    background-color: #121212e7;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    transition: all 0.5s;
}

.modalActive{
    z-index: 999!important;
    opacity: 1!important;
}



.modalGallery img{
    width: 40%;
    object-fit: contain;
}

.modalGallery .paginationContainer{
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
}

.paginationModal{
    margin-right: 10px;
    margin-left: 10px;
}

.nombreProyectoGallery{
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #121212;
    font-family: "Inter", sans-serif;
    padding: 5px 10px;
    margin-top: 50px;
}

.closeGallery{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 50px;
    margin-top: 50px;
}

.closeGallery i{
    color: white;
    font-size: 50px;
    cursor: pointer;
}


@media screen and (max-width: 1000px){
    .modalGallery img {
        width: 60%;
    }
}

@media screen and (max-width: 800px){
    .headerInterioresMobiliario h3,
    .headerRealestate h3 {
        font-size: 42px;
        font-weight: 500;
        line-height: 43px;
            text-align: center;
        margin-top: 60px;
    }
    .containerInfoInterioresMobiliario p {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #121212;
        width: 100%;
    }
    .containerInfoInterioresMobiliario button {
        margin-top: 20px;
        background-color: white;
        border-radius: 30px;
        padding: 10px 40px 10px 40px;
        border: none;
        width: max-content;
    }
    .containerProyectos h3 {
        color: #121212;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .containerCatalogo h3 {
        color: #121212;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .containerCatalogo {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 100px;
    }
    .containerCategorias {
        margin-top: 0px;
    }
    .closeGallery {
        margin-right: 10px;
        margin-top: 10px;
    }
    .closeGallery i {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px){
    .modalGallery img {
        width: 90%;
    }
}


@media screen and (max-width: 1328px){
    .boxPortfalio {
        padding: 15px;
    }

    .boxPortfalio .buttonArrow a {
        font-size: 12px;
        line-height: 1.2rem;
    }
    .boxRealEstate p {
        font-size: 13px;
    }
    .boxRealEstate h3 {
        font-size: 52px; 
    }
    .galleryColumnTwoTwo img {
        width: 30%;
    }
    .galleryColumnTwoTwo {
        justify-content: space-around;
    }
}