/* Xanh Mono */
@font-face {
  font-family: "XanhMono";
  src: url("FONTS/XanhMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "XanhMono";
  src: url("FONTS/XanhMono-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Almoneda */
@font-face {
  font-family: "Almoneda";
  src: url("FONTS/FONT Almoneda-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Zalando Sans — fuente variable (cubre todos los pesos y anchos) */
@font-face {
  font-family: "ZalandoSans";
  src: url("FONTS/ZalandoSans/ZalandoSans-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZalandoSans";
  src: url("FONTS/ZalandoSans/ZalandoSans-Italic-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "ZalandoSans", sans-serif;
  font-stretch: expanded;
  scroll-behavior: smooth;
}

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;
}
/*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;
}
.lebris-home ._layer {
  background-color: #c36116 !important;
}
.lebris-home .contacto-item {
  color: #c36116 !important;
}
.lebris-home .hamburger.is-active ._layer {
  background-color: #fff !important;
}
.lebris-home .contacto-item:hover {
  color: white !important;
}
.lebris-home .hamburger:hover ._layer {
  background-color: white !important;
}
._layer {
  background-color: #4c652c;
  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: #fff !important;
  color: #fff;
}
.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: flex-start;
  align-items: center;
  overflow-y: hidden;
}
.menuppal {
  background-color: #4c652c;
  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;
  margin-top: 95px;
  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;
  color: #fff;
  justify-content: center;
}
.residence-home .nav-mobile .menuppal ul li .item {
  height: 20px;
}

/*Durbansa Home*/

.mobile {
  display: flex !important;
}
.desktop {
  display: none !important;
}
.desktop-logo {
  width: 210px;
  height: 50px;
  object-fit: contain;
}
.logo-residence {
  width: 210px;
  height: 40px;
  object-fit: contain;
}
.lebris {
  background-image: url(img/durbansa/index-uno-mobile.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  float: top;
  padding: 0 10% 0 10%;
  position: relative;
  text-align: center;
  justify-content: center;
  height: 45%;
  width: 100%;
}
.contenido {
  width: 260px;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  position: relative;
}
.boton {
  border: #4c652c 1px solid;
  color: #4c652c;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}
.contenido .boton {
  padding: 10px 35px;
}
.contenido h1 {
  font-family: "Almoneda", sans-serif;
  font-size: 40px;
    font-weight: normal;
    color: #f2f0f0;
    line-height: 1;
    z-index: 2;
    /*background-color: #4c652c;
    padding: 30px;*/
}
.residence {
  background-image: url("img/durbansa/index-dos-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  float: top;
  padding: 0 10% 0 10%;
  position: relative;
  text-align: center;
  justify-content: center;
  height: 45%;
  width: 100%;
}
.blureado {
  filter: blur(15px);
  position: absolute;
  z-index: 0;
  top: 85px;
}

/*Residence*/
.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: "ZalandoSans", 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 {
  display: none;
  position: absolute;
  width: 40%;
  top: 0px;
}
.lebris-home .nav-mobile #logo {
  display: none;
  position: absolute;
  width: 140px;
  top: -15px !important;
}
.menuppal ul li .item {
  margin-right: 85px;
}
.intro {
  background-image: url("img/residence/intro-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;
}
.intro::after{
  content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.intro .contenedor{
    position: absolute;
    bottom: 2rem;
    display: flex;
    justify-content: flex-start;
}
.lebris-home .intro {
  background-image: url("img/lebris/intro-mobile.png") !important;
  background-position: bottom;
}
.residence-home .contenido {
  margin: 0;
  padding-top: 105px;
  width: 240px;
  height: 100%;
}
.lebris-home .contenido {
  width: 260px;
  height: 100%;
}
.residence-home .contenido img {
  width: 250px;
}
.lebris-home .contenido img {
  max-width: 230px;
}
@media (max-width: 768px) {
.lebris-home .contenido img {
  max-width: 150px;
}}
.residence-home .contenido h2 {
  margin-top: 30px;
  line-height: 20px;
}
.items-residence li a {
  margin-right: 0;
  margin: 8px 0;
  color: #4c652c;
}
.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 20px;
}
.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: #4c652c;
  font-family: "Almoneda", sans-serif;
}
.residence-home .seccion-uno .info h3 {
  font-size: 20px;
  font-weight: 900;
}
.residence-home .seccion-uno .info p {
  font-size: 12px;
}
.residence-home .seccion-tres .info h3 {
  font-size: 16px;
  font-weight: 700;
}
p {
  font-family: "ZalandoSans", sans-serif;
  font-size: 14px;
  color: black;
  line-height: 20px;
}
.residence-home .seccion-dos {
  background-color: #f2f2f2;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.residence-home h2 {
  color: #4c652c;
  font-family: "Almoneda", sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.residence-home .hr {
  color: #4c652c;
  background-color: #4c652c;

  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;
  padding-top: 40px;
}
.lebris-home .seccion-tres .desktop {
  display: none !important;
}
.lebris-home .seccion-tres .mobile {
  display: flex !important;
}
@media (max-width: 1000px) {
  .seccion-tres .cont-bloques{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
}

.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;
  line-height: 1.1;
}
/* 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%;
  position: relative;
}
.mySlides img {
  height: 100%;
  object-fit: cover;
}
.label-galeria {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-family: "Almoneda", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  color: #f2f0f0;
  line-height: 1;
  z-index: 2;
}

/* 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: 30px;
}
.residence-home .seccion-cinco select {
  width: 100%;
  height: 50px;
  border: 1px solid #4c652c;
  color: #4c652c;
  appearance: none;
  position: relative;
}
i {
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  width: 10px;
  height: 10px;
  display: block;
  border-left: 2px solid #4c652c;
  border-bottom: 2px solid #4c652c;
  transform: rotate(-45deg); /* Giramos el cuadrado */
  transition: all 0.25s ease;
}
.residence-home .seccion-cinco img {
  width: 550px;
  height: 550px;
}
.lebris-home .seccion-cinco img {
  width: 450px;
  height: auto;
}
.residence-home .seccion-cinco .cont-contenidos {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.residence-home .seccion-seis {
  background-color: #f2f2f2;
  padding: 45px 0px 0px;
}
.residence-home .seccion-cinco .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.residence-home .seccion-cinco .titulo-plantas {
  width: 100%;
}
.residence-home .tabcontent {
  flex-direction: column;
  align-items: center;
}
.dropbtn {
  background-color: white;
  color: #4c652c;
  border: 2px solid #4c652c;
  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 #4c652c;
  border-top: none;
}

.residence-home .seccion-siete {
  background-color: #4c652c;
  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 .boton-borde {
  display: inline-block;
}
.boton-borde {
  color: #4c652c;
  border: 1px solid #4c652c;
  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-ocho h2 {
  margin-bottom: 15px;
}
.residence-home .seccion-ocho p {
  width: 280px;
}
.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;
}
.cont-form {
  margin: 1rem auto 0 auto;
}
.residence-home input[type="text"],
select,
textarea {
  width: 100%;
  padding: 1rem 1rem 1rem 0;
  margin-top: 16px;
  border: none;
  border-bottom: 1px solid #4c652c;
  background-color: transparent;
  margin-top: 6px;
  margin-bottom: 16px;
}
.boton-borde {
  padding: 10px 30px;
}
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;
}
footer .img-lebris {
  width: 70px;
  height: 70px;
  margin: 35px 0px;
}
footer .img-durbansa {
  width: 147px;
  height: 47px;
}
footer .img-residence {
  width: 118px;
  height: 67px;
}

/*Tools*/
.modal {
  display: none; /* Hidden by default */
  justify-content: center;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow-y: scroll; /* Enable scroll if needed */
}
.contenedor-texto {
  width: 100%;
}

/* Modal Content */
.modal-content {
  background-color: white;
  border: none;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 30px;
}

/* The Close Button */
.close {
  color: #4c652c;
  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: auto !important;
}
#plantabaja,
#plantaalta {
  width: 100%;
  display: none;
  overflow: hidden;
}

.cont-mapa {
  position: relative;
  justify-content: center;
  display: flex;
  width: 450px;
}
.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;
}
#plantabaja .uno-arriba {
  top: 166px;
  left: 114px;
}
#plantabaja .dos-arriba {
  left: 114px;
  top: 132px;
}
#plantabaja .tres-arriba {
  top: 132px;
  left: 219px;
}
#plantabaja .cuatro-arriba {
  left: 219px;
  top: 166px;
}
#plantabaja .uno-abajo {
  top: 387px;
  left: 219px;
}
#plantabaja .cuatro-abajo {
  left: 114px;
  top: 387px;
}
#plantabaja .tres-abajo {
  left: 114px;
  top: 422px;
}
#plantabaja .dos-abajo {
  left: 219px;
  top: 422px;
}
#plantabaja .dos-costado {
  top: 367px;
  right: 137px;
}
#plantabaja .uno-costado {
  top: 125px;
  right: 137px;
}
#pisos .a-11 {
  top: 145px;
  left: 68px;
  padding: 3px 48px 3px 6px;
}

#pisos .a-12 {
  top: 99px;
  left: 70px;
  padding: 5px 17px 5px 70px;
}
#pisos .a-13 {
  top: 99px;
  left: 184px;
  padding: 5px 67px 5px 17px;
}
#pisos .a-14 {
  top: 137px;
  left: 220px;
  padding: 7px 7px 7px 45px;
}
#pisos .a-15 {
  top: 146px;
  left: 150px;
  padding: 3px 38px 3px 5px;
}
#pisos .b-14 {
  top: 385px;
  left: 69px;
  padding: 7px 40px 7px 5px;
}
#pisos .b-13 {
  top: 429px;
  left: 70px;
  padding: 5px 17px 5px 70px;
}
#pisos .b-12 {
  top: 429px;
  left: 185px;
  padding: 5px 70px 5px 17px;
}
#pisos .b-11 {
  top: 385px;
  left: 219px;
  padding: 7px 7px 7px 45px;
}
#pisos .b-15 {
  top: 385px;
  left: 147px;
  padding: 5px 5px 3px 38px;
}
#pisos .c-11 {
  top: 103px;
  left: 382px;
  padding: 2px 7px 27px;
}
#pisos .d-11 {
  left: 382px;
  top: 408px;
  padding: 27px 7px 2px;
}
#pisos .c-12 {
  top: 103px;
  left: 442px;
  padding: 2px 7px 27px;
}
#pisos .d-12 {
  top: 408px;
  left: 442px;
  padding: 27px 7px 2px;
}
#pisos .c-13 {
  top: 158px;
  left: 434px;
  padding: 43px 17px 2px 5px;
}
#pisos .d-13 {
  top: 337px;
  left: 434px;
  padding: 2px 17px 43px 5px;
}
#pisos .c-14 {
  top: 230px;
  left: 382px;
  padding: 13px 28px;
}
#pisos .d-14 {
  top: 283px;
  left: 382px;
  padding: 13px 28px;
}
#pisos .c-15 {
  top: 158px;
  left: 382px;
  padding: 43px 5px 2px 9px;
}
#pisos .d-15 {
  top: 337px;
  left: 382px;
  padding: 2px 5px 43px 9px;
}
.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 h3 {
  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;
}

.lebris-home .uno-lebris {
  top: 51px;
  left: 93px;
  padding: 20px 10px;
}
.lebris-home .dos-lebris {
  top: 51px;
  left: 151px;
  padding: 20px 10px;
}
.lebris-home .tres-lebris {
  top: 51px;
  left: 205px;
  padding: 20px 10px;
}
.lebris-home .cuatro-lebris {
  top: 51px;
  left: 258px;
  padding: 20px 10px;
}
.lebris-home .cinco-lebris {
  top: 51px;
  left: 307px;
  padding: 20px 10px;
}
.lebris-home .seis-lebris {
  top: 36px;
  left: 364px;
  padding: 35px 10px 10px;
}
.lebris-home .siete-lebris {
  top: 196px;
  left: 94px;
  padding: 20px 10px;
}
.lebris-home .ocho-lebris {
  top: 196px;
  left: 147px;
  padding: 20px 10px;
}
.lebris-home .nueve-lebris {
  top: 196px;
  left: 203px;
  padding: 20px 10px;
}
.lebris-home .diez-lebris {
  top: 196px;
  left: 256px;
  padding: 20px 10px;
}
.lebris-home .once-lebris {
  top: 196px;
  left: 311px;
  padding: 20px 10px;
}
.lebris-home .doce-lebris {
  top: 193px;
  left: 363px;
  padding: 23px 10px 26px;
}
.lebris-home .trece-lebris {
  top: 17px;
  left: 38px;
  padding: 20px 10px 0;
}
.lebris-home .catorce-lebris {
  top: 67px;
  left: 38px;
  padding: 0px 10px 10px;
}
.lebris-home .quince-lebris {
  top: 122px;
  left: 38px;
  padding: 20px 10px;
}
.lebris-home .dieciseis-lebris {
  top: 197px;
  left: 38px;
  padding: 20px 10px 0;
}
.lebris-home .diecisiete-lebris {
  top: 251px;
  left: 38px;
  padding: 5px 10px 20px;
}
.lebris-home .seccion-seis .seccion-tres {
  margin-bottom: 0;
}
.lebris-home .seccion-seis .contenedor {
  position: relative;
}
.lebris-home .seccion-seis .titulo {
  position: relative;
}
.lebris-home .seccion-seis .titulo img {
  position: absolute;
  top: 0;
  right: 0;
}
.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;
  gap: 20px;
}
.conte-imagen {
  height: 200px;
  position: relative;
}
.conte-imagen h3 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-family: "Almoneda", sans-serif;
  font-size: 70px;
  font-weight: normal;
  color: #f2f0f0;
  line-height: 1;
}
@media (max-width: 768px) {

.conte-imagen h3 {
  bottom: 1rem;
  left: 1rem;
  font-size: 24px;
}}
.conte-imagen h3.green {
  color: #4c652c;
}
.conte-imagen h3.green u {
    font-family: "Almoneda", sans-serif;
}
.conte-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.div-img {
  width: 100%;
}
@media (max-width: 400px) {
  #plantabaja .dos-arriba {
    left: 103px;
    top: 120px;
    padding: 3px 24px;
  }
  #plantabaja .uno-arriba {
    left: 103px;
    top: 152px;
    padding: 3px 24px;
  }
  #plantabaja .tres-arriba {
    top: 120px;
    left: 196px;
    padding: 3px 24px;
  }
  #plantabaja .cuatro-arriba {
    top: 152px;
    left: 196px;
    padding: 3px 24px;
  }
  #plantabaja .cuatro-abajo {
    top: 354px;
    left: 103px;
    padding: 3px 24px;
  }
  #plantabaja .tres-abajo {
    top: 387px;
    left: 103px;
    padding: 3px 24px;
  }
  #plantabaja .uno-abajo {
    top: 354px;
    left: 196px;
    padding: 3px 24px;
  }
  #plantabaja .dos-abajo {
    top: 387px;
    left: 196px;
    padding: 3px 24px;
  }
  .costado {
    padding: 26px 5px;
  }
  #plantabaja .uno-costado {
    top: 120px;
    right: 121px;
  }
  #plantabaja .dos-costado {
    top: 343px;
    right: 121px;
  }
  #pisos .a-11 {
    top: 130px;
    left: 62px;
    padding: 3px 40px 3px 5px;
  }
  #pisos .b-14 {
    top: 354px;
    left: 62px;
    padding: 3px 40px 3px 5px;
  }
  #pisos .a-12 {
    top: 90px;
    left: 62px;
    padding: 3px 5px 3px 59px;
  }
  #pisos .b-13 {
    top: 390px;
    left: 62px;
    padding: 3px 5px 3px 59px;
  }
  #pisos .a-13 {
    top: 90px;
    left: 178px;
    padding: 2px 59px 5px 5px;
  }
  #pisos .b-12 {
    top: 391px;
    left: 180px;
    padding: 3px 58px 3px 5px;
  }
  #pisos .a-14 {
    left: 198px;
    top: 130px;
    padding: 3px 5px 3px 40px;
  }
  #pisos .b-11 {
    left: 198px;
    top: 354px;
    padding: 2px 2px 2px 42px;
  }
  #pisos .a-15 {
    top: 130px;
    left: 136px;
    padding: 2px 33px 2px 2px;
  }
  #pisos .b-15 {
    top: 354px;
    left: 136px;
    padding: 2px 2px 2px 33px;
  }
  #pisos .c-11 {
    top: 95px;
    left: 346px;
    padding: 2px 5px 22px;
  }
  #pisos .d-11 {
    top: 371px;
    left: 346px;
    padding: 22px 5px 2px;
  }
  #pisos .c-12 {
    top: 95px;
    left: 400px;
    padding: 2px 5px 22px;
  }
  #pisos .d-12 {
    top: 371px;
    left: 400px;
    padding: 22px 5px 2px;
  }
  #pisos .c-13 {
    top: 147px;
    left: 393px;
    padding: 35px 0px 0px;
  }
  #pisos .c-13::before {
    content: "";
    width: 20px;
    height: 5px;
    padding: 12px 12px;
    position: absolute;
    top: 33px;
    left: 0px;
  }
  #pisos .d-13 {
    top: 307px;
    left: 393px;
    padding: 0px 0px 35px;
  }
  #pisos .d-13::before {
    content: "";
    width: 20px;
    height: 5px;
    padding: 12px 12px;
    position: absolute;
    top: 33px;
    left: 0px;
  }
  #pisos .c-14 {
    top: 210px;
    left: 348px;
    padding: 11px 20px 11px 27px;
  }
  #pisos .d-14 {
    top: 258px;
    left: 348px;
    padding: 11px 20px 11px 27px;
  }
  #pisos .c-15 {
    top: 147px;
    left: 360px;
    padding: 35px 0px 0px;
  }
  #pisos .c-15::before {
    content: "";
    width: 20px;
    height: 5px;
    padding: 12px 8px;
    position: absolute;
    top: 0px;
    left: -12px;
  }
  #pisos .d-15 {
    top: 307px;
    left: 360px;
    padding: 0px 0px 35px;
  }
  #pisos .d-15::before {
    content: "";
    width: 20px;
    height: 5px;
    padding: 12px 8px;
    position: absolute;
    top: 33px;
    left: -12px;
  }
}

@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;
  }
  .lebris-home .intro {
    background-image: url("img/lebris/intro-desktop.jpg") !important;
    background-position: center;
  }
  .residence-home .hr {
    color: #4c652c;
    background-color: #4c652c;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .hamburger.is-active {
    background-color: transparent;
    position: fixed;
  }
  .lebris {
    background-image: url("img/durbansa/index-uno.png");
    height: 45%;
  }
  .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 {
    display: none;
    position: absolute;
    width: 160px;
    top: 8px;
  }
  .intro {
    background-image: url("img/residence/intro.png");
    height: 100vh;
  }
  .residence-home .contenido h2 {
    color: #4c652c;
  }
  .lebris-home .contenido h2 {
    width: 285px;
  }
}
@media (min-width: 600px) {
  .residence-home .epigrafe .contenedor p {
    color: white;
    width: auto;
  }
}
@media (min-width: 1100px) {
  .contenido h1{
    font-size: 50px;
    width: 36%;
    text-align: left;
  }
  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: 15px;
  }
  .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;
  }
  .hamburger.is-active {
    background-color: transparent;
    position: fixed;
    margin-right: 75px;
  }
  .logo {
    margin-left: 77px;
  }
  .hamburger {
    margin-right: 0px;
  }
  .menuppal {
    background-color: #4c652c;
    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;
  }
  .residence-home .seccion-uno .bloque .info h3 {
    font-size: 32px;
  }
  .residence-home .seccion-uno .bloque .info h3 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .residence-home .seccion-uno .info h3 {
    font-size: 36px;
    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: 0px;
  }
  .residence-home h2 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 46px;
  }
  .residence-home .seccion-dos img {
    width: 100%;
    height: 585px;
  }
  .residence-home .seccion-tres {
    padding-top: 70px;
  }
  .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 {
    max-width: 750px;
    padding-top: 2px;
  }
  .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;
  }
  .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: center;
    align-items: center;
    gap: 20px;
  }
  .residence-home .seccion-tres .distinto {
    flex-direction: row-reverse;
  }
  .cont-img-info {
    width: 50px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    height: auto;
  }
  .residence-home .seccion-tres .info {
    display: flex;
    flex-direction: row;
    text-align: start;
    justify-content: center;
    width: 100%;
  }
  .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: 12px;
    vertical-align: middle;
  }
  .residence-home .seccion-tres .info .textos {
    display: flex;
    flex-direction: column;

    min-height: 50px;
    justify-content: space-between;
  }

  .residence-home .seccion-cuatro {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slideshow-container {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    margin: auto;
  }
  .label-galeria {
    bottom: 40px;
    left: calc((100% - 1200px) / 2);
    font-size: 70px;
  }
  .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;
    padding: 70px 0;
    margin-top: 0;
  }
  .residence-home .seccion-cinco .contenedor {
    width: 55%;
    margin-right: 95px;
  }
  .residence-home .seccion-cinco .modal .contenedor {
    width: 100%;
    height: 100vh;
  }
  .residence-home .seccion-cinco .cont-contenidos {
    display: flex;
    flex-direction: row !important;
    width: 1200px !important;
    align-items: flex-start;
  }
  .residence-home .seccion-cinco .cont-mapa {
    height: 650px;
    width: auto;
  }
  .residence-home .seccion-cinco img {
    width: 100%;
    height: 100%;
  }
  #plantabaja,
  #subsuelo,
  #pisos {
    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 #4c652c;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-subsuelo {
    color: #4c652c;
    background-color: white;
  }
  .btn-plantabaja {
    background-color: #4c652c;
    color: white;
  }
  .btn-pisos {
    color: #4c652c;
    background-color: white;
  }
  .tab button:hover {
    background-color: #4c652c;
    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: #f2f2f2;
    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: 40%;
    margin-left: 95px;
  }
  .residence-home .seccion-ocho .cont-imagen {
    width: 60%;
  }
  .residence-home .seccion-ocho .cont-imagen img {
    margin-top: 0%;
    height: 80vh;
  }
  .residence-home .seccion-ocho p {
    width: 230px;
    line-height: 1.4;
    margin: 0 0 1rem 0;
  }
  .residence-home .seccion-ocho .boton-borde {
    display: inline-block;
    margin: 1rem auto 0 auto;
  }
  .residence-home .seccion-ocho .p-dos {
    margin-bottom: 60px;
  }
  .residence-home .seccion-nueve {
    margin-top: 70px;
  }
  .residence-home .seccion-diez {
    padding: 60px 0px 90px;
    margin: 0;
  }
  .residence-home .seccion-diez .titulo p {
    max-width: 100%;
    width: 100%;
  }
  .residence-home .seccion-plaza .titulo p {
    width: 785px;
  }
  .residence-home .seccion-once .contenedor {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .residence-home .seccion-once .cont-info {
    margin-left: 60px;
    width: 50%;
  }
  footer .contenedor {
    flex-direction: row;
  }
  /*TOOL*/
  #plantabaja .uno-arriba {
    left: 146px;
    top: 213px;
  }
  #plantabaja .dos-arriba {
    left: 147px;
    top: 167px;
  }
  #plantabaja .tres-arriba {
    top: 167px;
    left: 283px;
  }
  #plantabaja .cuatro-arriba {
    left: 283px;
    top: 217px;
  }
  #plantabaja .uno-abajo {
    left: 283px;
    top: 496px;
  }
  #plantabaja .cuatro-abajo {
    top: 496px;
    left: 146px;
  }
  #plantabaja .tres-abajo {
    top: 540px;
    left: 146px;
  }
  #plantabaja .dos-abajo {
    left: 283px;
    top: 540px;
  }
  #plantabaja .uno-costado {
    top: 167px;
    right: 185px;
  }
  #plantabaja .dos-costado {
    top: 480px;
    right: 185px;
  }
  #pisos .a-11 {
    padding: 10px 67px 10px 5px;
    top: 200px;
    left: 90px;
  }
  #pisos .b-14 {
    padding: 10px 67px 10px 5px;
    top: 538px;
    left: 90px;
  }
  #pisos .a-12 {
    padding: 8px 5px 18px 92px;
    left: 90px;
    top: 138px;
  }
  #pisos .b-13 {
    left: 90px;
    top: 595px;
    padding: 18px 5px 8px 92px;
  }
  #pisos .a-13 {
    top: 138px;
    left: 260px;
    padding: 8px 92px 18px 5px;
  }
  #pisos .b-12 {
    top: 595px;
    left: 260px;
    padding: 18px 92px 8px 5px;
  }
  #pisos .a-14 {
    top: 202px;
    left: 280px;
    padding: 7px 4px 11px 71px;
  }
  #pisos .b-11 {
    top: 538px;
    left: 280px;
    padding: 7px 4px 11px 71px;
  }
  #pisos .a-15 {
    top: 201px;
    left: 191px;
    padding: 8px 45px 11px 17px;
  }
  #pisos .b-15 {
    top: 538px;
    left: 191px;
    padding: 8px 17px 11px 45px;
  }
  #pisos .c-11 {
    top: 142px;
    left: 488px;
    padding: 2px 13px 50px;
  }
  #pisos .d-11 {
    top: 566px;
    left: 488px;
    padding: 50px 13px 2px;
  }
  #pisos .c-12 {
    top: 142px;
    left: 568px;
    padding: 2px 13px 50px;
  }
  #pisos .d-12 {
    top: 566px;
    left: 568px;
    padding: 50px 13px 2px;
  }
  #pisos .c-13 {
    top: 223px;
    left: 555px;
    padding: 60px 30px 10px 7px;
  }
  #pisos .d-13 {
    top: 467px;
    left: 555px;
    padding: 10px 30px 60px 7px;
  }
  #pisos .c-15 {
    top: 223px;
    left: 490px;
    padding: 60px 3px 10px 23px;
  }
  #pisos .d-15 {
    top: 467px;
    left: 490px;
    padding: 10px 3px 60px 23px;
  }
  #pisos .c-14 {
    top: 319px;
    left: 490px;
    padding: 15px 34px 30px 44px;
  }
  #pisos .d-14 {
    top: 394px;
    left: 490px;
    padding: 30px 34px 15px 44px;
  }
  /*modal*/
  .modal {
    position: fixed;
    margin-top: 80px;
  }
  .modal h3 {
    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;
    padding: 25px;
    width: 1200px;
    position: relative;
  }
  .contenedor-imagenes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
  }
  .contenedor-imagenes img {
    width: 100% !important;
  }
  .contenedor-texto {
    width: 40%;
  }
  .modal h3 {
    color: #4c652c;
    font-size: 32px !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;
  }
  /**/
  .lebris-home .seccion-seis .slideshow-container {
    margin-top: 30px;
  }
  .lebris-home .uno-lebris {
        top: 74px;
        left: 151px;
        padding: 42px 20px;
  }
  .lebris-home .dos-lebris {
top: 74px;
        left: 237px;
        padding: 42px 20px;
  }
  .lebris-home .tres-lebris {
    top: 74px;
    left: 324px;
    padding: 42px 20px;
  }
  .lebris-home .cuatro-lebris {
    top: 74px;
    left: 410px;
    padding: 42px 20px;
  }
  .lebris-home .cinco-lebris {
    top: 74px;
    left: 496px;
    padding: 42px 20px;
  }
  .lebris-home .seis-lebris {
        top: 66px;
        left: 584px;
        padding: 35px 16px 47px;
  }
  .lebris-home .siete-lebris {
        top: 311px;
        left: 152px;
        padding: 42px 19px;
  }
  .lebris-home .ocho-lebris {

        top: 311px;
        left: 239px;
        padding: 42px 19px;
  }
  .lebris-home .nueve-lebris {
    top: 311px;
    left: 323px;
    padding: 42px 20px;
  }
  .lebris-home .diez-lebris {
    top: 311px;
    left: 410px;
    padding: 42px 20px;
  }
  .lebris-home .once-lebris {
    top: 311px;
        left: 496px;
        padding: 42px 20px;
  }
  .lebris-home .doce-lebris {
top: 322px;
        left: 584px;
        padding: 37px 16px 44px;
  }
  .lebris-home .trece-lebris {
        top: 33px;
        left: 68px;
        padding: 17px 13px 19px 12px;
  }
  .lebris-home .catorce-lebris {
        top: 100px;
        left: 67px;
        padding: 30px 8px 38px 6px;
  }
  .lebris-home .quince-lebris {
        top: 195px;
        left: 68px;
        padding: 36px 6px 40px;
  }
  .lebris-home .dieciseis-lebris {
        top: 298px;
        left: 68px;
        padding: 37px 6px 36px;
  }
  .lebris-home .diecisiete-lebris {
      top: 399px;
        left: 68px;
        padding: 22px 13px 15px;
  }
  .close {
    color: #4c652c;
    float: right;
    font-size: 38px;
    font-weight: 400;
    position: absolute;
    top: 16px;
    right: 0px;
  }
  .lebris-home .contenido-modal {
    justify-content: space-between;
    height: 100%;
  }
  .modal-content {
    background-color: white;
    padding: 60px;
    border: none;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    height: fit-content;
  }
  .lebris-home .contenido-modal .contenedor-texto {
    width: 25%;
  }
  .lebris-home .contenido-modal .contenedor-imagenes {
    width: 65%;
    align-items: center;
    height: 100%;
    gap: 20px;
  }
  .lebris-home .contenido-modal .contenedor-imagenes img {
    height: 100% !important;
    object-fit: contain;
  }
  .lebris-home .contenido-modal .contenedor-info {
    width: 23%;
    display: flex;
    flex-direction: column;
  }
  .metro-cuadrado {
    width: 80px;
  }
  .seccion-diez .cont-mapa {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
  .conte-imagen {
    display: flex;
    width: 50%;
    height: 450px;
  }
  .seccion-plaza .conte-imagen {
    width: 100%;
  }
  #map {
    width: 60%;
  }
  .div-img {
    width: 50%;
  }
}
.boton:hover {
  background-color: #4c652c;
  border-color: #4c652c;
  color: white;
  box-shadow: none;
  text-shadow: none;
}
.boton-lebris.hover .desktop-logo {
  width: 10%;
}
.boton-borde:hover {
  background-color: #4c652c;
  color: white;
}
.btn-negro:hover {
  border-color: #4c652c;
}
.item:hover {
  border-bottom: 1px solid #4c652c;
}
.cont-btn-modal:hover {
  background-color: #4c652c8e;
}
.btn-modal:hover {
  color: #000;
  background-color: white;
}
.contacto-item:hover {
  background-color: #4c652c;
  padding: 10px;
  color: white;
  border-bottom: none;
}
.uno:hover .cont-btn-modal {
  background-color: #4c652c8e;
}
.uno:hover .btn-modal {
  background-color: white;
  color: black;
}
.dos:hover .cont-btn-modal {
  background-color: #4c652c8e;
}
.dos:hover .btn-modal {
  background-color: white;
  color: black;
}
.tres:hover .cont-btn-modal {
  background-color: #4c652c8e;
}
.tres:hover .btn-modal {
  background-color: white;
  color: black;
}
.cuatro:hover .cont-btn-modal {
  background-color: #4c652c8e;
}
.cuatro:hover .btn-modal {
  background-color: white;
  color: black;
}
.cinco:hover .cont-btn-modal {
  background-color: #4c652c8e;
}
.cinco:hover .btn-modal {
  background-color: white;
  color: black;
}
