*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Scout';
    src: url(font/Scout-Black.otf);
}
.desktop{
    display: none !important;
}
.w-100{
    width: 100%;
}
a{
    text-decoration: none;
}
.home{
    height: 100vh;
    width: 100%;
    position: relative;
}
li{
    text-decoration: none;
}
.hr{
    width: 100%;
    height: 1px;
    background-color: #0000001f;
}
nav.active{
    position: fixed;
    top: 0;
    background: white;
    height: 88px;
    padding-top: 1rem;
}
.home .contenedor{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flecha-arriba{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
#map{
    width: 100%;
    height: 450px;
}
#header{
    background-color: white;
    position: fixed;
    box-shadow: 2px 5px 8px #0000000d;
}
/*Hamburguesa*/
.nav-mobile{
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
}
.logo{
    margin-left: 20px;
}
.cont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}
.hamburger {
    width: 30px;
    right: 0;
    z-index: 1002;
    cursor: pointer;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column; 
    margin-right: 0px;
    padding: 5px;
}

._layer {
    background-color: #C6B197;
    margin-bottom: 6px;
    border-radius: 2px;
    width: 20px;
    height: 2px;
    opacity: 1;
  }
._layer:last-child {
    margin-bottom: 0;
}
.hamburger:hover ._layer{
    background-color: white;
}
.hamburger:hover{
    background-color: #CDBAA1;
    padding: 5px;
}
.hamburger.is-active:hover{
    background-color: transparent;
}
.nav-mobile > .hamburger.is-active {
    justify-content: flex-start;
}
.hamburger.is-active .-top {
    -webkit-transform: translateY(200%) rotate(45deg) !important;
    -ms-transform: translateY(200%) rotate(45deg) !important;
    transform: translate(-2px, 14px) rotate(45deg) !important;

}
.hamburger.is-active .-mid {
    opacity: 0;
}
.hamburger.is-active .-bottom {
    -webkit-transform: translateY(-200%) rotate(135deg) !important;
    -ms-transform: translateY(-200%) rotate(135deg) !important;
    transform: translate(-2px, -2px) rotate(135deg) !important;
}
.hamburger.is-active ._layer{
    background-color: #C6B197 !important;
    color: #C6B197;
}
.menuppal.is_active {
    transform: translate3d(0px, 0px, 0px);
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}
.menuppal {
    background-color: #F2F0F0;
    bottom: 0;
    height: 522px;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translate3d(0px, -100%, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1001;
}
.menuppal ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 0;
    width: 100%;
}
.menuppal ul .hr{
    width: 100%;
}
.menuppal ul li {
    list-style: none;
}
.menuppal ul img {
    margin: 3rem;
    width: 50%;
}
.menuppal ul li a{
    display: flex;
    justify-content: center;
}
.contenido{
    width: 260px;
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    position: relative;
}
.boton{
    border: #C6B197 1px solid;
    color: #C6B197;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    
}
.contenido .boton{
    padding: 10px 35px;
}
.contenido h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #707070;
    margin: 15px 0 20px;
}
.residence-home .nav-mobile .menuppal ul li .item {
    height: 20px;
}

.cont-img-info{
    width: 50px;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    height: 60px;
}
.residence-home .nav-mobile .contenedor{
    margin: 0;
    position: relative;
}
.residence-home .nav-mobile .menuppal ul li .item{
    margin-right: 0;
}
.residence-home ._layer{
    background-color: #978C7B;
}
.item{
    font-family: 'Montserrat' , sans-serif;
    font-size: 14px;
    font-weight: 500px;
    color: #978c7b;
    margin-right: 30px;
}
.residence-home .menuppal{
    height: 100%;
}
.residence-home .nav-mobile{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 12332;
}
.residence-home .nav-mobile #logo{
  
    position: absolute;
    width: 40%;
    top: 0px;
}

.menuppal ul li .item{
    margin-right: 85px;
}
.intro{
    background-image: url('img/img-home-residence-pilara-mobile.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 75vh;
    z-index: 1;
    display: flex;
    justify-content: center;
    text-align: center;
}
.residence-pilara .intro{
    background-position: top;
}
.residence-pilara .intro{
    background-position: bottom;
}
.residence-home .contenido{
    margin: 0;
    padding-top: 105px;
    width: 240px;
    height: 100%;
}
.residence-home .contenido img{
    width: 250px;
}
.residence-pilara .contenido img{
    width: 140px;
}
.residence-home .contenido h2{
    margin-top: 30px;
    line-height: 20px;
}
.items-residence li a{
    margin-right:0;
    margin:8px 0;
    color: #707070;
}
.residence-home .menuppal .hr{
    margin-top: 25px;
    color: #0000001f;
    background-color: #0000001f;
}
.residence-home .contenido .flecha img{
    width: 53px;
    height: 53px;
}
.residence-home .seccion-uno{
    flex-direction: column;
    align-items: center;
    margin: 33px 0 43px;
}
.residence-home .seccion-uno .bloque{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.residence-home .seccion-uno .info{
    margin-bottom: 20px;
    width: 150px;
}
.residence-home .info h3{
    color: #C6B197;
    font-family: 'Scout' , sans-serif;
}
.residence-home .seccion-uno .info h3{
    font-size: 26px;
    font-weight: 900;
}
.residence-home .seccion-tres .info h3{
    font-size: 16px;
    font-weight: 700;
}
p{
    font-family: 'Montserrat' , sans-serif;
    font-size: 14px;
    color: black;
    line-height: 20px;
}
.residence-home .seccion-dos{
    background-color: #EDEAEA;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.residence-home h2{
    color: #C6B197;
    font-family: 'Scout', sans-serif;
    font-size: 24px;
    font-weight: 900;
}
.residence-home .hr{
    color: #C6B197;
    background-color: #C6B197;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.residence-home .seccion-dos img{
    height: auto;
    width: 100%;
    object-fit: contain;
}
.residence-home .contenedor{
    margin: 0px 20px;
    width: 90%;
}
.residence-home .titulo{
    display: flex;
    flex-direction: column;
}
.residence-home .titulo h2{
    padding-bottom: 10px;
}
.residence-home .seccion-tres{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;

}
.residence-pilara .seccion-tres{
    margin-top: 30px;
}
.residence-home .seccion-tres .intro p{
    font-size: 12px;
}
.residence-home .seccion-tres .bloque{
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
}
.residence-home .seccion-tres .info{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}
.residence-home .seccion-tres .info img{
    margin-bottom: 10px;
    object-fit: contain;
}
.residence-home .seccion-tres .info p{
    font-size: 12px;
}
/* Slideshow container */
.slideshow-container {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.residence-home .seccion-cuatro .slideshow-container .contenedor{
    position: relative;
    width: 90%
}
.mySlides{
    height: 100%;
    width: 100%;
}
.mySlides img{
    height: 100%;
    object-fit: cover;
}

  
  /* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 0%;
    width: auto;
    user-select: none;
}
.prev{
    right: 45px;
}
  /* Position the "next button" to the right */
.next {
    right: 0px;
    border-radius: 0;
}
.residence-home .seccion-cuatro{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.residence-home .slidedos{
    position: relative;
}
.residence-home .epigrafe{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2px 0px;
    color: white;
    background-color: #00000099;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.residence-home .epigrafe .contenedor p{
    color: white;
    width: 180px;
}
.residence-home .seccion-cinco{
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    overflow: hidden;
    align-items: center;
}
.residence-home .seccion-cinco .titulo-plantas p{
    margin-bottom: 15px;
}
.residence-home .seccion-cinco select{
    width: 100%;
    height: 50px;
    border: 1px solid #C6B197;
    color: #C6B197;
    appearance: none;
    position: relative;
}
i{
	position: absolute;
	right: 20px;
    top: calc(50% - 12px);
    width: 10px;
    height: 10px;
	display: block;
	border-left:2px solid #C6B197;
	border-bottom:2px solid #C6B197;
	transform: rotate(-45deg); /* Giramos el cuadrado */
	transition: all 0.25s ease;
}
.residence-home .seccion-cinco img{
    width: 500px;
    height: auto;
    object-fit: contain;
    -o-object-fit: contain;
}
.residence-home .seccion-cinco .cont-contenidos{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.residence-home .seccion-seis{
    background-color: #EDEAEA;
    padding: 45px 0px 0px;
}
.residence-home .seccion-cinco .contenedor{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}
.residence-home .seccion-cinco .titulo-plantas{
    width: 100%;
}
.residence-home .tabcontent{
    flex-direction: column;
    align-items: center;
}
.dropbtn {
    background-color: white;
    color: #C6B197;
    border: 2px solid #C6B197;
    padding: 11px;
    font-size: 16px;
    width: 100%;
    text-align: start;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown:hover .dropbtn {
    border-bottom: none;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content .tablinks{
    width: 100%;
    height: 40px;
    border: none;
    color: black;
    text-align: start;
    padding-left: 20px;
    background-color: white;
}  
.dropdown-content a:hover {
    background-color: #ddd;
    text-align: center;
}
  
.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: 2px solid #C6B197;
    border-top: none;
}

.residence-home .seccion-siete{
    background-color: #C6B197;
    padding: 45px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.residence-home .seccion-siete .cont-contenedor{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.residence-home .seccion-siete .contenedor{
    position: relative;
}
.residence-home .seccion-siete h2{
    color: white;
}
.residence-home .seccion-siete .hr{
    color: white;
    background-color: white;
}
.residence-home .seccion-siete .bloque{
    display: flex;
    align-items: flex-end;
}
.residence-home .seccion-siete .info{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50%;
    margin-bottom: 17px;
}
.residence-home .seccion-siete .info img{
    margin-bottom: 10px;
}
.residence-home .seccion-siete .info .textos h3{
    color: white !important;
}
.residence-home .seccion-siete .info p{
    color:white;
}
.residence-home .seccion-ocho{
    background-color: #F2F0F0;
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.residence-home .seccion-ocho .numeros{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    text-align: center;
    gap: 20px;
}
.residence-home .seccion-ocho .cont-beige{
    background-color: #C6B197;
    padding: 30px ;
    width: 100%;
    margin-bottom: 20px;
}
.residence-home .seccion-ocho .cont-beige p{
    margin-bottom: 0;
    width: 100%;

}
.boton-borde{
    color: #C6B197;
    border: 1px solid #C6B197;
    background-color: transparent;
    margin: 25px 0px;
    cursor: pointer;
}
.residence-home .seccion-ocho .cont-imagen img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-top: 40px;
}
.residence-home .seccion-country .cont-titulo{
    width: 90%;
}
.residence-home .seccion-country .cont-contenido{
    width: 100%;
    flex-direction: column-reverse;
    display: flex;
}
.residence-home .seccion-country .contenedor img{
    width: 100%;
}
.residence-home .seccion-ocho h2{
    margin-bottom: 15px;
}
.residence-home .seccion-ocho p{
    margin-bottom: 20px;
}
.residence-home .seccion-ocho .p-dos{
    margin-bottom: 40px;
}
.residence-home .seccion-ocho .contenedor{
    margin-bottom: 25px;
}
.residence-home .seccion-ocho .cont-imagen{
    width: 100%;
}
.residence-home .seccion-nueve{
    margin-top: 45px;
}
.residence-home .seccion-diez{
    margin: 45px 0px 25px;
}
.residence-home .seccion-once{
    background-color: #F2F0F0;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.residence-home .seccion-once p{
    margin-bottom: 5px;
}
.residence-home .seccion-once h2{
    margin-bottom: 15px;
}
.residence-home input[type=text], select, textarea {
    width: 100%;
    padding: 16px;
    margin-top: 16px;
    border: none;
    border-bottom:1px solid #C6B197;
    background-color: transparent;
    margin-top: 6px;
    margin-bottom: 16px;
}
.boton-borde{
    padding: 10px 30px;
}
.residence-pilara .seccion-inicio h2{
   font-size: 24px;
}

/*TOOL*/
.con-numeros:hover .etapa-1-2{
    background-color: white;
    border: 1px solid #A5773B;
}
.con-numeros:hover .etapa-1-2 p {
    color: #A5773B;
}
.con-numeros:hover .etapa-3{
    background-color: white;
    border: 1px solid #788F6B;
}
.con-numeros:hover .etapa-3 p{
    color: #788F6B;
}
#a-2{
    top: 168px;
    left: 97px;
}
#b-2{
    top: 152px;
    left: 152px;
}
#d-2{
    top: 115px;
    left: 310px;
}
#f-1{
    top: 258px;
    left: 213px;
}
#g-1{
    top: 249px;
    left: 271px;
}
#b-1{
    top: 160px;
    left: 124px;
}
#c-1{
    top: 145px;
    left: 180px;
}
#e-1{
    top: 107px;
    left: 340px;
}
#g-2{
    top: 255px;
    left: 242px;
}
#h-2{
    top: 246px;
    left: 300px;
}
#c-2{
    top: 140px;
    left: 210px;
}
#f-2{
    top: 263px;
    left: 180px;
}
#e-2{
    top: 100px;
    left: 370px;
}
#d-1{
    top: 125px;
    left: 275px;
}
#a-1{
    top: 177px;
    left: 64px;
}
#h-1{
    top: 240px;
    left: 332px;
}
#a-11{
    top: 186px;
    left: 62px;
}
#a-12{
    top: 159px;
    left: 62px;
}
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 65px;
}
footer .insta{
    position: absolute;
    top: -35px;
}
footer .contenedor{
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}
footer .mobile{
    display: flex;
}
footer .img-lebris{
    width: 70px;
    height: 70px;
    margin: 35px 0px;
}
footer .img-durbansa{
    width: 147px;
    height: 47px;
    object-fit: contain;
    -o-object-fit: contain;
}
footer .img-residence{
    width: 118px;
    height: 67px;
    
}

/*Tools*/
.modal {
    display: none; /* Hidden by default */
    justify-content: center;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    margin-top: 60px;

}
.contenedor-texto{
    width: 90%;
}
.contenido-modal{
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
  /* Modal Content */
.modal-content {
    background-color: white;
    border: none;
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 30px;
}
  
/* The Close Button */
.close {
    color: #C6B197;
    float: right;
    font-size: 38px;
    font-weight: 400;
    position: absolute;
    top: 16px;
   right: 35px;
}
  
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.contenedor-imagenes img{
    width: 100% !important;
    height: 100% !important;
}
#plantabaja , #subsuelo , #pisos1, #pisos2, #tercerPiso{
    width: 100%;
    display: none;
    overflow: hidden;
}
.residence-pilara .seccion-cinco .cont-mapa{
    position: relative;
    justify-content: center;
    left: 12px;
}
.cont-btn-modal{
    position: absolute;
    background: transparent;
    padding: 8px 25px;
    border: none;
}
.costado{
    padding: 20px 7px;
}
.btn-modal{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    border: none;
    border-radius: 100px;
    color: white;
    width: 27px;
    height: 27px;
    cursor: pointer;
    position: absolute;
}
.btn-modal p{
    font-size: 12px;
    color: white;
}
.etapa-1-2{
    background-color: #A5773B;
}
.etapa-3{
    background-color: #788F6B;
}
.residence-pilara #masterplan .circulo{
    width: 10px ;
    height: 10px;
    border-radius: 100px;
}
.residence-pilara #masterplan .cont-circulo{
    display: flex;
    align-items: center;
    gap: 5px;
}
.residence-pilara #masterplan .cont-etapas{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
    margin-bottom: 40px;
    margin-top: 15px;
}

.btn-negro{
    border: 1px solid black;
    color: black;
}
.item-modal{
    display: flex;
    align-items: center;
}
.item-modal hr{
    width: 1px;
    height: 19px;
    margin: 0 11px;
    color: #000;
    background-color: #000;
    border: none;
}
.modal h2{
    font-size: 24px !important;
}
.modal p{
    font-size: 14px !important;
}
.modal h4{
    color: #CDBAA1;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}
.contenedor-imagenes{
    margin-top:25px;
    margin-bottom: 30px;
}
.epigrafe-modal{
    font-size: 14px;
    margin-left: 12px;
}
sup{
    font-size: 10px;
}
.metro-cuadrado{
    width: 70px;
}
.seccion-diez .cont-mapa{
    display: flex;
    flex-direction: column-reverse;
}
.conte-imagen{
    height: 200px;
}
.conte-imagen img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.div-img{
    width: 100%;
}

@media (max-width: 400px) {
    .residence-pilara .seccion-cinco img {
        width: 400px;
        height: auto;
    }
    .residence-pilara .btn-modal{
        width: 20px;
        height: 20px;
    }
    .residence-pilara .btn-modal p{
        font-size: 10px;
    }
    #a-2{
        top: 134px;
        left: 79px;
    }
    #b-2{
        top: 124px;
        left: 123px;
    }
    #d-2{
        top: 94px;
        left: 248px;
    }
    #f-1{
        top: 207px;
        left: 174px;
    }
    #g-1{
        top: 199px;
        left: 218px;
    }
    #b-1{
        top: 129px;
        left: 102px;
    }
    #c-1{
        top: 118px;
        left: 143px;
    }
    #e-1{
        top: 89px;
        left: 271px;
    }
    #g-2{
        top: 203px;
        left: 195px;
    }
    #h-2{
        top: 197px;
        left: 238px;
    }
    #c-2{
        top: 113px;
        left: 170px;
    }
    #f-2{
        top: 212px;
        left: 147px;
    }
    #e-2{
        top: 85px;
        left: 295px;
    }
    #d-1{
        top: 101px;
        left: 221px;
    }
    #a-1{
        top: 139px;
        left: 53px;
    }
    #h-1{
        top: 193px;
        left: 262px;
    }
    #a-11{
        top: 149px;
        left: 50px;
    }
    #a-12{
        top: 123px;
        left: 50px;
    }
    
}
@media (min-width: 500px) {
    .mobile{
        display: none !important;
    }
    .desktop{
        display: flex !important;
    }
    .residence-home .seccion-uno.desktop, .residence-home .seccion-cinco .mobile, .residence-home .seccion-once .mobile, footer .mobile{
        display: flex !important;
    }
    .residence-home .seccion-uno.mobile, .residence-home .seccion-cinco .desktop , .residence-home .seccion-once .desktop, footer .desktop{
        display: none !important;
    }
    .residence-home .seccion-tres .desktop{
        display: flex;
    }
    .residence-home .seccion-tres .mobile{
        display: none;
    }
    .nav-mobile{
        height: 80px;
    }
    .residence-home .hr {
        color: #C6B197;
        background-color: #C6B197;
        width: 100%;
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .hamburger.is-active{
        background-color: transparent;
        position: fixed;
    }
    .residence{
        background-image: url('img/durbansa/index-dos.png');
        height: 45%;
    }
    .contenido{
        width: 100%;
        margin-top: 60px;
    }
    .contenido h2{
        color: white;
        font-size: 14px;
        z-index: 1;
        margin: 60px 0 35px;
    }
    .boton{
        border: 1px solid white;
        color: white;
        box-shadow: 2px 2px 5px #00000045;
        background-color: #0000000a;
        text-shadow: 5px 8px 9px black;
    }
    .blureado {
        filter: blur(7px);
        position: absolute;
        z-index: 0 !important;
        top: 45px;
        color: black !important;
    }
    /* residence */
    .residence-home .nav-mobile #logo{
        position: absolute;
        width: 160px;
        top: 8px;
    }
    .intro{
        background-image: url('img/img-home-residence-pilara.jpg');
        height: 100vh;
    }
    .residence-home .contenido h2{
        color: #707070;
    }


}
@media (min-width: 600px) {
    .residence-home .epigrafe .contenedor p{
        color: white;
        width: auto;
    }
}
@media (min-width: 1100px) {
    i{
        display: none;
    }
    .contenedor{
        width: 1200px;
    }
    .residence-home .seccion-siete .slideshow-container .contenedor {
        position: relative;
        width: 700px;
    }
    .contacto-item{
        padding: 10px;
    }
    .contenido-modal sup{
        font-size: 12px;
    }
    sup{
        font-size: 10px;
    }
    .residence-home .seccion-tres sup{
        font-size: 10px;
    }
    .residence-home .seccion-uno .mobile, .residence-home .seccion-cinco .mobile, .residence-home .seccion-once .mobile , footer .mobile{
        display: none !important;
    }
    .residence-home .seccion-uno .desktop, .residence-home .seccion-cinco .desktop, .residence-home .seccion-once .desktop , footer .desktop{
        display: flex !important;
    }
    .residence-pilara .contenido img{
        width: 250px;
    }
    .hamburger.is-active{
        background-color: transparent;
        position: fixed;
        margin-right: 75px;
    }
    .logo{
        margin-left: 77px;
    }
    .hamburger{
        margin-right: 0px;
    }
    .menuppal{
        background-color: #F2F0F0;
        width: 350px;
        top: 0;
        right: 0;
        height: 100%;
    }
    .residence-home .menuppal{
        height: 100%;
    }
    .item{
        margin-right: 40px;
    }
    .residence-home .menuppal ul{
        align-items: flex-end;
    }
    .residence-home .nav-mobile .menuppal ul li .item{
        margin-right: 85px;
    }
    .residence-home .contenido .flecha img{    
        margin-top: 100px;
    }

    p{
        font-size: 16px;
    }
    .residence-home .seccion-uno .info h3 {
        font-size: 32px;
        font-weight: 900;
    }
    .residence-home .seccion-uno .info{
        width: auto;
        text-align: center;
    }
    .residence-home .seccion-uno{
        flex-direction: row;
        justify-content: center;
        margin: 43px 0px;
    }
    .residence-home .seccion-uno .contenedor{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 983px;
    }
    .residence-home .contenedor{
        width: 1200px;
        margin: 0%;
    }
    .residence-home .seccion-dos{
        padding-top: 80px;
        padding-bottom: 50px;
        margin-bottom: 70px;
    }
    .residence-home h2{
        margin-left: 0%;
        margin-right: 0%;
        font-size: 46px;
    }
    .residence-home .seccion-dos img{
        width: 100%;
        height: 585px;
    }
    .lebris-home .seccion-tres .desktop{
        display: flex !important;
    }
    .lebris-home .seccion-tres .mobile{
        display: none !important;
    }
    .residence-home .seccion-tres .titulo{
        flex-direction: row;
        align-items: center;
    }
    .residence-home .titulo h2{
        margin-right: 35px;
    }
    .residence-home .titulo p{
        width: 710px;
        padding-top: 7px;
    }
    .residence-home .titulo h2 {
        padding-bottom: 0%;
    }
    .residence-home .seccion-tres .intro p{
        font-size: 12px;
    }
    .residence-home .seccion-tres{
        flex-direction: column;
        margin-bottom: 120px;
        margin-top: 60px;
    }
    .residence-home .seccion-tres .contenedor{
        display: flex;
        flex-direction: column;
        
    }
    .residence-home .seccion-tres .cont-bloques{
        display: flex;
        justify-content: center;
        margin-top: 45px;
        align-items: center;
    }
    .residence-home .seccion-tres .hr{
        margin-bottom: 0%;
    }
    .residence-home .seccion-tres .bloque{
        width: 50%;
        justify-content: flex-start;
        align-items: center;
    }
    .residence-home .seccion-tres .distinto{
        flex-direction: row-reverse;
    }
    .cont-img-info{
        width: 50px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        height: auto;
    }
    .residence-home .seccion-tres .info{
        display: flex;
        flex-direction: row;
        text-align: start;
        justify-content: flex-start;
    }
    .residence-home .seccion-tres .info img{
        margin-right: 0px;
        margin-bottom: 0%;
    }
    .residence-home .seccion-tres .info h3{
        font-size: 20px;
    }
    .residence-home .seccion-tres .info p{
        font-size: 14px;
    }
    .residence-home .seccion-cuatro{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .slideshow-container {
        width: 100%;
        height: 80vh;
        overflow: hidden;
        position: relative;
        margin: auto;
    }
    .prev{
        right: 43px;
    }
      /* Position the "next button" to the right */
    .next {
        right: 0px;
        border-radius: 0;
    }
    .residence-home .seccion-cuatro .slideshow-container .contenedor{
        width: 1200px;
    }
    .residence-home .seccion-cinco{
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 70px
    }
    .residence-home .seccion-cinco .contenedor{
        width: 55%;
        margin-right: 95px;
    }
    .residence-home .seccion-cinco .modal .contenedor{
        width: 100%;
    }
    .residence-home .seccion-cinco .cont-contenidos{
        display: flex;
        flex-direction: row !important;
        width: 1200px !important;
        align-items: flex-start;
    }
    .residence-home .seccion-cinco img{
        width: 100%;
        height: auto;
        max-height: 90vh;
    }
    #plantabaja , #subsuelo , #pisos1, #pisos2,  #tercerPiso{
        width: 100%;
    }

    .tab {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .residence-home .tabcontent{
        align-items: flex-start;
    }   
      /* Style the buttons inside the tab */
    .tab button {
        margin: 5px 0px 5px;
        width: 100%;
        height: 40px;
        border: 1px solid #C6B197;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-subsuelo, .btn-pisos1 ,.btn-pisos2, .btn-tercer{
        color: #C6B197;
        background-color: white;
    }
    .btn-plantabaja{
        background-color: #C6B197;
        color: white;
    }

    .tab button:hover {
        background-color: #C6B197;
        color: white;
    }

    .tabcontent {
        width: 50%;
    }
    .modal{
        width: 100%;
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    .residence-home .seccion-seis {
        background-color: #EDEAEA;
        padding: 55px 0px 0px;
    }
    .residence-home .titulo {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .residence-home .seccion-siete {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-end;
        padding: 70px 0px 90px;
        margin-bottom: 60px;
    }
    .residence-home .seccion-siete .slideshow-container{
        align-items: flex-start;
        width: 57%;
    }
    .residence-home .seccion-siete .cont-contenedor{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-end;
        width: 44%;
    }
    .residence-home .seccion-siete .cont-contenedor .contenedor{
        width: 495px;
    }
    .residence-home .seccion-siete .flechas{
        width: 640px;
        margin-right: 95px;
        position: relative;
    }
    .residence-home .seccion-siete .cont-contenedor .flechas .next{
        right: 60px;
    }
    .residence-home .seccion-siete .cont-contenedor .flechas .prev{
        right: 103px;
    }
    .residence-home .seccion-siete .bloque {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .residence-home .seccion-siete .info{
        display: flex;
        flex-direction: row;
        width: auto;
        margin-top: 30px;
        margin-bottom: 0;
        text-align: start;
    }
    .residence-home .seccion-siete .hr{
        margin-bottom: 0;
    }
    .residence-home .seccion-siete .info img{
        margin-right: 0px;
        margin-bottom: 0;
    }
    .residence-home .seccion-siete .info .cont-img{
        margin-right: 35px;
        width: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .residence-home .seccion-siete .info .textos h3 {
        font-size: 20px;
    }
    .residence-home .seccion-siete .info .textos p {
        font-size: 16px;
    }
    .residence-home .seccion-ocho {
        display: flex;
        flex-direction: row-reverse;
        padding: 0%;
    }
    .residence-home .seccion-ocho .contenedor{
        width: 45%;
        margin-left: 95px;
    }
    .residence-home .seccion-ocho .cont-imagen{
        width: calc(100vw - 50%);
    }
    .residence-home .seccion-ocho .cont-imagen img{
        margin-top: 0%;
        height: 80vh;
    }
    .residence-home .seccion-ocho p{
        width: 400px;
        line-height: 25px;
        color: #707070;
    }
    .residence-home .seccion-ocho p:nth-child(1){
        color: #000;
        font-size: 20px;
        width: 405px !important;
    }
    .residence-home .seccion-ocho .p-dos{
        margin-bottom: 60px;
    }
    .residence-home .seccion-ocho .numeros{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 500px;
    }
    .residence-home .seccion-ocho .numeros p{
        width: 100%;
    }
    .residence-home .seccion-ocho .numeros .info h3{
        font-size: 32px;
        font-weight: 900;
    }
    .residence-home .seccion-ocho .numeros .info{
        width: auto;
        text-align: center;
    }
    .residence-home .seccion-ocho .cont-beige{
        background-color: #C6B197;
        padding: 30px ;
        width: 500px;
        margin-bottom: 30px;
    }
    .residence-home .seccion-ocho .cont-beige p{
        margin-bottom: 0;
        width: 100%;

    }
    .residence-home .seccion-inicio p{
        color: #000;
        margin-bottom: 30px;
    }
    .residence-pilara .seccion-inicio h2{
        font-size: 40px;
    }

    .residence-home .seccion-nueve {
        margin-top: 70px;
    }
    .residence-home .seccion-diez{
        margin: 60px 0px 90px;
    }
    .residence-home .seccion-diez .titulo p{
        width: 870px;
    }
    .residence-home .seccion-once .contenedor{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .residence-home .seccion-once .cont-info{
        margin-left: 60px;
        width: 50%;
    }
    .residence-home .seccion-country{
        display: flex;
        flex-direction: column;
        margin-bottom: 55px;
        padding-top: 60px;
        padding-bottom: 70px;
        overflow: hidden;
    }
    .residence-home .seccion-country .contenedor{
        width: 477px;
        margin-left: 0;
    }
    .residence-home .seccion-country .contenedor p, .residence-home .seccion-country .contenedor img{
        width: 100%;
    }
    .residence-home .seccion-country .cont-imagen{
        width: calc(100vw - 45%);
    }
    .residence-home .seccion-country .cont-imagen img{
        height: 100%;
    }
    .residence-home .seccion-country .cont-contenido{
        display: flex;
        flex-direction: row-reverse;
        width: 100vw;
        gap: 50px;
    }
    .residence-home .seccion-country .cont-titulo{
        width: 1200px;
    }
    footer .contenedor{
        flex-direction: row;
    }
    footer .mobile{
        display: none;
    }
    .residence-pilara .seccion-cinco .cont-mapa{
       
        left: 0;
    }
    /*TOOL*/
    .residence-pilara .btn-modal{
        width: 27px;
        height: 27px;
    }
    .residence-pilara .btn-modal{
        font-size: 16px;
    }
    .con-numeros:hover .etapa-1-2{
        background-color: black;
       border-color: #000;
       scale: 1.1;
    }
    .con-numeros:hover .etapa-1-2 p {
        color: white;
    }
    .con-numeros:hover .etapa-3{
        background-color: black;
       border-color: #000;
       scale: 1.05;
    }
    .con-numeros:hover .etapa-3 p{
        color: white;
    }
    #a-2{
        top: 249px;
        left: 150px;
    }
    #b-2{
        top: 231px;
        left: 225px;
    }
    #d-2{
        top: 178px;
        left: 450px;
    }
  
    #f-1{
        top: 374px;
        left: 315px;
    }
    #g-1{
        top: 363px;
        left: 392px;
    }
    #b-1{
        top: 241px;
        left: 180px;
    }
    #c-1{
        top: 224px;
        left: 255px;
    }
    #e-1{
        top: 170px;
        left: 485px;
    }
    #g-2{
        top: 369px;
        left: 350px;
    }
    #h-2{
        top: 357px;
        left: 430px;
    }
    #c-2{
        top: 214px;
        left: 305px;
    }
    #f-2{
        top: 381px;
        left: 270px;
    }
    #e-2{
        top: 160px;
        left: 530px;
    }
    #d-1{
        top: 190px;
        left: 400px;
    }
    #a-1{
        top: 260px;
        left: 100px;
    }
    #h-1{
        top: 351px;
        left: 475px;
    }
    #a-11{
        top: 265px;
        left: 100px;
    }
    #a-12{
        top: 230px;
        left: 105px;
    }
    /*
    #pisos .dos-pisos #c-p1{
        top: 210px;
        left: 75px;
    }
    .tres-pisos #d-p1{
        top: 182px;
        left: 80px;
    }
    .tres-pisos #e-p1{
        top: 165px;
        left: 315px;
    }
    .tres-pisos #f-p1{
        top: 342px;
        left: 500px;
    }
    #tercerPiso .uno-tercer #a-t1{
        top: 120px;
        left: 420px;
    }
*/

    /*modal*/
    .modal{
        position: fixed;
        margin-top: 80px;
    }
    .modal h2{
        margin-bottom: 30px;
    }
    .modal #hr-uno{
        margin-bottom: 0;
    }
    .modal #hr{
        margin-bottom: 30px;
        width: 300px;
    }
    .modal h4{
        margin-top: 40px;
    }
    .contenido-modal{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
   
        width: 1200px;
        position: relative;
    }
    .contenedor-imagenes{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 0;
        height: 100%;
    }
    .contenedor-imagenes img{
        width: 100% !important;
       
    }
    .contenedor-texto{
        width: 40%;
    }
    .modal h2{
        font-size: 36px !important;
    }
    .residence-home .epigrafe{
        padding: 12px;
    }
    .epigrafe-modal{
        font-size: 14px !important;
        margin-left: 12px;
    }
    .modal p{
        font-size: 16px !important;
    }

    .modal h4{
        color: #CDBAA1;
        font-size: 20px;
        font-weight: bold;
    }
    .cont-btn-modal{

        position: absolute;
        background: transparent;
        padding: 8px 37px;
        border: none;
    }
    .costado{
        padding: 37px 8px;
    }
    .close {
        color: #C6B197;
        float: right;
        font-size: 38px;
        font-weight: 400;
        position: absolute;
        top: 16px;
        right: 0px;

    }
    .modal-content {
        background-color: white;
        padding: 60px;
        border: none;
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        height: fit-content;
    }
    .metro-cuadrado{
        width: 80px;
    }
    .seccion-diez .cont-mapa{
        display: flex;
        flex-direction: row;
        justify-content: center;
       
    }
    .conte-imagen{
        display: flex;
        width: 50%;
        height:450px;

    }
    #map{
        width: 100%;
    }
    .div-img{
        width: 50%;
    }
    .residence-pilara .div-img{
        width: 100%;
        height: 100%;
    }

}
.boton:hover{
    background-color: #C6B197;
    border-color: #C6B197;
    color: white;
    box-shadow: none;
    text-shadow: none;
}
.boton-lebris.hover .desktop-logo{
    width: 10%;
}
.boton-borde:hover{
    background-color: #C6B197;
    color: white;
}
.btn-negro:hover{
    border-color: #C6B197;
}
.item:hover{
    border-bottom: 1px solid #707070;
}
.cont-btn-modal:hover{
    background-color: #c6b1978e;
}
.btn-modal:hover{
    color: #000;
    background-color: white;
}
.contacto-item:hover{
    background-color: #C6B197;
    padding: 10px;
    color: white;
    border-bottom: none;
}



/*Pagina de error*/
.error{
    display: flex;
        flex-direction: column;
        align-items: center;
        height: 90vh;
        justify-content: center;
        text-align: center;
}
.error .container{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 30px;
}
.error h1{
    color: #C6B197;
    text-align: center;
    width: auto;
}
.error p{
    margin-bottom: 30px;
}
