/* GENERALES 
---------------------------------*/
body{
    color: #252525;
    font-family: "Cabin", sans-serif;
}

.h100{
    height: 100vh;
}

.ls-none{
    list-style: none;
}

.visible-line{
  display: flex;
}

#gridDesk{
  display: flex;
}

#gridIpads{
  display: none;
}

a{
  cursor: pointer;
}

/* Fonts */
h1{
    font-size: 70px;
    font-weight: 500;
}

h2{
    font-size: 50px;
    font-weight: 500;
}

h3{
    font-size: 30px;
    font-weight: 500;
}

h4{
    font-size: 25px;
    font-weight: 500;
}

.p-txt{
    font-size: 22px;
    font-weight: 300;
}

.p-text{
    font-size: 22px;
}

.p-slider{
    font-size: 20px;
    width: 41%;
    margin: auto;
}

.fs-12{
    font-size: 12px;
}

.fs-15{
    font-size: 15px;
}

.fs-18{
    font-size: 18px !important;
}

.fs-20{
    font-size: 20px;
}

.fs-25{
    font-size: 25px;
}

.fs-40{
    font-size: 40px;
}

.fs-50{
    font-size: 50px;
}

.bold{
    font-weight: 700;
}

.medium{
    font-weight: 500;
}

.ls-5{
    letter-spacing: 5px;
}

.ls-2{
    letter-spacing: 2px;
}


/* Color */
.yellow{
    color: #FFA50F;
}

.white{
    color: white;
}


/* Margin Padding Gap */
.mt-100{
    margin-top: 100px;
}

.pd-0{
    padding: 0;
}

.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.px-10{
    padding-left: 6rem;
    padding-right: 6rem;
}

.gp-1{
    gap: 1vw;
}

.gp-2{
    gap: 2vw;
}

.gp-3{
    gap: 3vw;
}

.gp-4{
    gap: 4vw;
}

.gp-5{
    gap: 5px;
}

.gp-10{
    gap: 10px;
}


/* Buttons */
.btn-primary {
    color: white;
    background-color: #FFA50F;
    border: none;
    padding: 10px 40px;
    border-radius: 5px;
}

.btn-primary:hover {
    color: white;
    background-color: #000;
    border: none;
    padding: 10px 40px;
    border-radius: 5px;
}

.btn-outline-secondary{
    color: black;
    padding: 10px 20px;
    border: 1px solid #FFA50F;
    background-color: white;
    box-shadow: 2px 5px 10px 0px #0000001a;
}

.btn-outline-secondary:hover{
    color: white;
    padding: 10px 20px;
    border: 1px solid #FFA50F;
    background-color: #FFA50F;
    box-shadow: 2px 5px 10px 0px #0000001a;
}


/* NAV
---------------------------------*/
.logo{
  width: 10vw;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FFA50F;
}

.navbar-toggler {
  border-radius: none;
  border: none;
  text-decoration: none !important;
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}


/* FOOTER 
---------------------------------*/
.bg-footer{
    background-color: #0A172E;
}

.w-footer{
    width: 7vw;
}

.social{
    width: 1.5vw;
}

.br-1{
    border-right: 1px solid white;
}

.ir-arriba {
  /* display: none; */
  padding: 30px;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #ffa50f;
  cursor: pointer;
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 2;
}


/* HOME 
---------------------------------*/
.isotipo{
    width: 80%;
}

.br-25{
    border-radius: 25px;
}

.h-slider{
    height: 650px;
}

.carousel-caption{
    position: absolute;
    right: 15%;
    bottom: 50%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.px-propiedades{
    padding-left: 3rem;
    padding-right: 0;
}

.slider{
    position: relative;
    width: 100%;
    overflow: hidden;
}
  
.slider-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    right: 0%;
    transition: right .5s;
    padding: 10px 0px;
}
  
.slider-item{
    flex-basis: 33.33%;
    flex-shrink: 0;
    display: block;
}

@media (max-width: 768px) {
    .slider-item {
      flex-basis: 50%;
    }
}

@media (max-width: 567px) {
    .slider-item {
      flex-basis: 100%;
    }
}
  
.propiedad-1{
  color: white;
  width: 500px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(./../../assets/images/home/propiedad-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
}

.propiedad-2{
  color: white;
  width: 500px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(./../../assets/images/home/propiedad-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
}

.propiedad-3{
  color: white;
  width: 500px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(./../../assets/images/home/propiedad-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
}

.control{
    display: flex;
    position: absolute;
    justify-content: space-between;
    left: 5px;
    right: 5px;
    top: 50%;
}

#next,#prev{
    outline: none;
    background-color: transparent;
    font-size: 30px;
    border: 0px;
}

button:hover{
    cursor: pointer;
}

#next span, #prev span{
    color: white;
    background-color: #FFA50F;
    padding: 10px 25px;
    border-radius: 0px;
}

#next span{
    position: relative;
    top: -60%;
    left: 10px;
}

#prev span{
    position: relative;
    top: -60%;
    left: -11px;
}

.header {
	background-image: url(./../../assets/images/home/parallax.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
  height: 300px;
}

.parallax {
	display: flex;
	text-align: center;
	height: 100vh;
	color: #fff;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.img-acerca-tres{
    height: -webkit-fill-available;
}

.box-color1{
    color: #fff;
    background-color: #FFA50F;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}


.box-color2{
    color: #fff;
    background-color: #0B172F;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}

.box-color3{
    color: #fff;
    background-color: #03A8FF;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}

.box-color4{
    color: #fff;
    background-color: #F88DBA;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}

.box{
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.box:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    background: transparent;
    border-top: none;
    border-bottom: none;
}
  
.box:before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    background: transparent;
    border-left: none;
    border-right: none;
}
  
.h4{
    position: absolute;
    transition: top 0.2s linear;
}

.box p{
    opacity: 0;
    transition: opacity 0.2s linear;
}
  
.box:hover p{
    opacity: 1;
}

.box:hover .h4{
    top: -100px;
}

.bg-textura{
    background-image: url(./../../assets/images/textura.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-beneficios{
    background-color: white;
    border-radius: 20px;
    padding: 5vw;
}

.w-beneficios{
    width: 4vw;
}

.card-contact{
    background-color: white;
    border-radius: 20px;
    padding: 5vw;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.109);
}

.justify-content-contact{
  justify-content: space-between;
}

.p-text-lg{
  font-size: 15px;
  font-weight: 300;
}


/* NOSOTROS 
---------------------------------*/
.separador{
    border: 5px solid #FFE212;
    opacity: 100%;
}

.valor-one{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 165, 15, 10%);
    border-radius: 10px;
    padding: 10vw 1vw;
}

.valor-two{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(172, 148, 207, 20%);
    border-radius: 10px;
    padding: 10vw 1vw;
}

.valor-three{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(240, 133, 178, 10%);
    border-radius: 10px;
    padding: 10vw 1vw;
}

.valor-four{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(3, 168, 255, 10%);
    border-radius: 10px;
    padding: 10vw 1vw;
}

.valor-five{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(251, 1, 2, 10%);
    border-radius: 10px;
    padding: 10vw 1vw;
}


/* NUESTRAS CASAS 
---------------------------------*/
.etiquetas{
    color: white;
    border-radius: 5px;
    background-color: #000;
    padding: 10px 0px;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.color-grey{
    color: #C7C6C6;
}

.color-hr{
    border: 1px solid #D9D9D9;
}

.card-casas{
    border-radius: 0;
    border: none;
    box-shadow: 0 5px 10px 0 #00000017;
}

.slick-dots{
    display: none !important;
}

.slick-next, .slick-prev{
    top: 45% !important;
    height: 75px !important;
    width: 110px !important;
    background-color: #FFA50F !important;
    z-index: 10 !important;
}

.slick-next:before, .slick-prev:before{
    font-size: 40px !important;
    opacity: 100% !important;
    color: transparent !important;
    -webkit-font-smoothing: none !important;
}

.slick-initialized .slick-slide{
    margin-bottom: 20px;
}

.slick-next:before{
    background-image: url(./../../assets/images/casas/arrow-next.png);
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: center;
}

.slick-prev:before{
    background-image: url(./../../assets/images/casas/arrow-prev.png);
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: center;
}

.card-form{
    border-radius: 10px;
    background-color: white;
    border: 1px solid #E4E4E4;
    padding: 20px;
    box-shadow: 0px 10px 10px 5px #00000005;
}

.modal-dialog{
  max-width: 1000px;
}

/* Formulario */
.bb-none{
    border-bottom: none;
}

.btl{
    border-top-left-radius: 30px;
}

.btr{
    border-top-right-radius: 30px;
}

.bbl{
    border-bottom-left-radius: 30px;
}

.bbr{
    border-bottom-right-radius: 30px;
}

.icon-lg{
    width:70px;
    height:70px;
    font-size:13px;
}

.icon-sm{
    width: 45px;
    height: 45px;
    font-size: 12px;
}

.circle,.circle-hover:hover{
    border-radius:100%;
}

.b-gray2,.b-gray2-hover:hover,.b-gray2-active.active{
    border-color:#e1e1e1;
}

.border-solid,.b-solid,.solid{
    border-style:solid;
}

.bt-1,.b-1{
    border-top-width:1px;
}

.br-1,.b-1{
    border-right-width:1px;
}

.bb-1,.b-1{
    border-bottom-width:1px;
}

.bl-1,.b-1{
    border-left-width:1px;
}

.slow-sm{
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
}

.bg-white,.bg-white-hover:hover,.bg-white-focus:focus,.bg-white-active.active{
    background-color:white;
}

.bg-gray2,.bg-gray2-hover:hover,.bg-gray2-active.active{
    background-color:#f4f4f4;
}

.bg-cream{
    color: #E0B773;
    background-color: #FFF6E7;
    border: 1px solid #FFF6E7;
}

.underline-gradient:not(.active-inview):after, .underline-gradient.active-inview.inview:after{
    background:linear-gradient(90deg,transparent,#D54949,#C95EA1,#bc6f6f,transparent);
    animation:underlineanimation 1.2s linear infinite;
}

.bs-none,.bs-none-hover:hover,.bs-none-focus:focus{
    box-shadow:none;
}

.zi-1{
    z-index:1;
}

.width-percent-50{
    width:50%;
}

.right-0{
    right:0px;
}

.top-22{
    top:22px;
}

.height-0{
    height:0px;
}

.border-dashed,.b-dashed{
    border-style:dashed;
}

.b-gray3,.b-gray3-hover:hover,.b-gray3-active.active{
    border-color:#dadada;
}

.zi-0{
    z-index:0;
}

.mt-30,.my-30{
    margin-top:30px;
}

.bg-gray8,.bg-gray8-hover:hover,.bg-gray8-active.active{
    background-color:#454545;
}

.lh-25{
    line-height:25px;
}

.light{
    font-weight:300;
}

.bg-colored-active.active{
    color: white;
    background-color: #FFA50F !important;
}

.tab-container{
    border: 2px solid #C8B27C;
    border-radius: 10px;
    padding: 0px 20px;
}

.form-check-input:checked {
    background-color: #C8B27C;
    border-color: #C8B27C;
}

.br-golden{
    border-right: 1px solid #C8B27C;
}

.p-relative{
    position: relative;
}

.absolute{
    position:absolute;
}

*{
    border:0;
    vertical-align:baseline; 
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/* End Formulario */


/* MANTENIMIENTO
---------------------------------*/
.ls-10{
    letter-spacing: 10px;
}

.carousel-caption-mantenimiento{
    bottom: 40%;
}

.plomeria{
    background-image: url(./../../assets/images/mantenimiento/plomeria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 403px;
    height: 423px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.electricidad{
    background-image: url(./../../assets/images/mantenimiento/electricidad.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 403px;
    height: 423px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.albanileria{
    background-image: url(./../../assets/images/mantenimiento/albanileria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 403px;
    height: 423px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pintura{
    background-image: url(./../../assets/images/mantenimiento/pintura.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 403px;
    height: 423px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-mantenimiento{
    width: 90%;
    font-weight: 100 !important;
}


/* INTERIORES 
---------------------------------*/
.container-txt{
    top: 50%;
    z-index: 1;
    display: flex;
    text-align: center;
    position: absolute;
    flex-direction: column;
    justify-content: center;
}

.recorridos{
    position: relative;
}

.li-marker::marker{
    color: #FFA50F;
}

/* Casas */
* {
  box-sizing: border-box;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.content {
  height: 600px;
  width: 100%;
  max-width: 1050px;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .content {
    max-width: 920px;
  }
}

@media screen and (max-width: 992px) {
  .content {
    max-width: 920px;
    margin-top: 100px;
    height: auto;
    min-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .content {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.bg-shape {
  height: 100%;
  background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
  box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26);
  border-radius: 30px;
  padding: 45px 40px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .bg-shape {
    width: 45%;
  }
}

@media screen and (max-width: 992px) {
  .bg-shape {
    width: 90%;
    height: 290px;
    align-items: flex-start;
    padding: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .bg-shape {
    padding: 30px;
    width: 95%;
    border-radius: 20px;
  }
}

@media screen and (max-width: 576px) {
  .bg-shape {
    height: 200px;
    padding: 30px;
  }
}

.bg-shape img {
  object-fit: contain;
  width: 510px;
  display: block;
  object-position: left center;
  opacity: 0.2;
  transform: rotate(-90deg) translateY(-50%);
  max-width: inherit;
  left: 10px;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .bg-shape img {
    width: 430px;
    left: 10px;
  }
}

@media screen and (max-width: 992px) {
  .bg-shape img {
    transform: none;
    width: 100%;
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 100%;
    object-position: top center;
  }
}

.next, .prev {
  z-index: 22;
  display: inline-flex;
  border: none;
  width: 80px;
  height: 61px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  position: absolute;
  bottom: -4vw;
  left: 17vw;
  outline: none;
  cursor: pointer;
  color: white;
  background-color: #000;
}

.next.disabled, .prev.disabled {
  cursor: not-allowed;
}

.next:focus, .prev:focus {
  outline: none;
}

@media screen and (max-width: 992px) {
  .next, .prev {
    top: auto;
  }
}

.prev {
  right: 0;
  transform: translate(-100%, -50%);
  display: flow !important;
}

@media screen and (max-width: 1200px) {
  .prev {
    left: -21%;
  }
}

@media screen and (max-width: 992px) {
  .prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 576px) {
  .prev {
    display: flow !important;
    transform: translate(-90%, -50%);
  }
}

.next {
  right: 0;
  transform: translate(50%, -50%);
  display: flow !important;
}

@media screen and (max-width: 576px) {
  .next {
    display: flow !important;
    transform: translate(50%, -50%);
  }
}

.product-slider {
  width: 75%;
  height: 85%;
  border-radius: 30px;
  position: absolute;
  top: 45%;
  right: -280px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .product-slider {
    width: 80%;
  }
}

@media screen and (max-width: 992px) {
  .product-slider {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    position: relative;
    top: 0;
    margin-top: 170px;
    margin-bottom: 100px;
  }
  
  .product-slider br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .product-slider {
    border-radius: 20px;
  }
}

@media screen and (max-width: 576px) {
  .product-slider {
    width: 85%;
    margin-top: 130px;
  }
}

.product-slider__wrp {
  height: 100%;
}

.product-slider__item {
  position: relative;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .product-slider__item {
    height: auto;
  }
}

.product-slider__item.swiper-slide-active .product-slider__content > * {
  opacity: 1;
  transform: none;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(1) {
  transition-delay: 0s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(2) {
  transition-delay: 0.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(3) {
  transition-delay: 0.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(5) {
  transition-delay: 0.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(6) {
  transition-delay: 1s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(7) {
  transition-delay: 1.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(8) {
  transition-delay: 1.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(9) {
  transition-delay: 1.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(10) {
  transition-delay: 1.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(11) {
  transition-delay: 2s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(12) {
  transition-delay: 2.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(13) {
  transition-delay: 2.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(14) {
  transition-delay: 2.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(15) {
  transition-delay: 2.8s;
}

.product-slider__item.swiper-slide-active circle {
  animation: progress 1s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0.75;
}

.product-slider__card {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 992px) {
  .product-slider__card {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .product-slider__card {
    border-radius: 20px;
  }
}

.product-slider__cover {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .product-slider__cover {
    border-radius: 20px;
  }
}

.product-slider__content {
  padding-top: 1px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 250px;
  padding-right: 0;
}

@media screen and (max-width: 1200px) {
  .product-slider__content {
    padding-left: 220px;
  }
}

@media screen and (max-width: 992px) {
  .product-slider__content {
    padding: 20px 60px 100px;
    padding-top: 280px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .product-slider__content {
    padding: 20px 30px 50px;
    padding-top: 300px;
  }
}

@media screen and (max-width: 576px) {
  .product-slider__content {
    padding-top: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-slider__title {
  margin: 0;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

.product-slider__price {
  display: block;
  font-size: 30px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

@media screen and (max-width: 1200px) {
  .product-slider__price {
    font-size: 36px;
  }
}

@media screen and (max-width: 576px) {
  .product-slider__price {
    font-size: 30px;
  }
}

.product-slider__price sup {
  top: -20px;
  font-size: 65%;
}

.product-slider__cart {
  box-shadow: 0 7px 99px 0 rgba(204, 51, 66, 0.6);
  background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
  border: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  min-height: 50px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .product-slider__cart {
    margin-right: 30px;
  }
}

@media screen and (max-width: 576px) {
  .product-slider__cart {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

.product-slider__fav {
  color: #888e94;
  background: none;
  border: none;
  position: relative;
  padding-left: 25px;
  outline: none;
  cursor: pointer;
}

.product-slider__fav:focus {
  outline: none;
}

.product-slider__fav .heart {
  display: block;
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%) scale(0.7);
  top: 50%;
  pointer-events: none;
  width: 100px;
  height: 100px;
  background: url("https://res.cloudinary.com/muhammederdem/image/upload/v1536405215/starwars/heart.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
}

.product-slider__fav .heart.is-active {
  transition-duration: 1s;
  background-position: -2800px 0;
}

.product-slider__bottom {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

.product-ctr {
  display: flex;
  align-items: center;
  min-height: 150px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

@media screen and (max-width: 992px) {
  .product-ctr {
    justify-content: center;
  }
}

.product-ctr .hr-vertical {
  width: 1px;
  background: #9fa3a7;
  align-self: stretch;
  margin: 0 35px;
  flex-shrink: 0;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .product-ctr {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .product-ctr .hr-vertical {
    width: 100%;
    margin: 35px 0;
    height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .product-labels {
    width: 100%;
  }
}

.product-labels__checkbox {
  display: none;
}

.product-labels__checkbox:checked + .product-labels__txt {
  border-color: #cc3743;
  padding: 10px 13px;
}

.product-labels__title {
  font-size: 25px;
  margin-top: 30px;
}

.product-labels__group {
  display: flex;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .product-labels__group {
    justify-content: center;
  }
}

.product-labels__group:last-child {
  margin-bottom: 0;
}

.product-labels__item {
  margin: 5px;
  cursor: pointer;
}

.product-labels__item:first-child {
  margin-left: 0;
}

.product-labels__txt {
  display: block;
  border: 2px solid transparent;
  font-size: 14px;
  padding: 10px 20px;
  padding-left: 0;
  border-radius: 50px;
  transition: all 0.3s;
  letter-spacing: 2px;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.product-inf {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-inf {
    width: 100%;
  }
}

.product-inf__percent {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-family: "Dosis", sans-serif;
  position: relative;
}

.product-inf__percent circle {
  transform: rotate(180deg) scaleY(-1);
  transform-origin: 50%;
}

.product-inf__percent-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-inf__title {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
}

.product-img {
  position: absolute;
  z-index: 2;
  width: 570px;
  left: 24%;
  transform: translateX(-45%);
  max-height: 500px;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .product-img {
    width: 430px;
    left: 20%;
  }
}

@media screen and (max-width: 992px) {
  .product-img {
    width: 430px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .product-img {
    width: 100%;
    max-width: 400px;
    top: 30px;
    height: 390px;
  }
}

.product-img__item {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  user-select: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-130px);
  opacity: 0;
  transition: all 0.3s;
}

.product-img__item.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition-delay: 0.3s;
}

.product-img__item img {
  object-fit: contain;
  object-position: center right;
}

.img-casas {
    max-width: 100%;
}
/* End Casas */


/* Testimoniales */
.bg-testimoniales{
  background-image: url(./../../assets/images/testimoniales/bg-faqs.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}

.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.cards{
  border-radius: 20px;
  background-color: #FFF;
}

.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}

.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #FFA50F;
}

.name{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.description{
  font-size: 15px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover{
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 20px;
}

.swiper-button-next{
  right: 0;
}

.swiper-button-prev{
  left: 0;
}

.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
  background-color: white;
  border-radius: 100px;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px #0000004a;
}

.swiper-button-next, .swiper-button-prev{
  background-color: white;
  border-radius: 100px;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px #0000004a;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../../assets/images/testimoniales/next.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(./../../assets/images/testimoniales/prev.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  display: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  display: none !important;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}
/* End Testimoniales */


/* CONTACTO
---------------------------------*/
.bg-contact{
    background-image: url(./../../assets/images/contacto/bg-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.w-contact{
    width: 90%;
}


/*  WHATS
------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Anton&display=swap);

.sbuttons {
  bottom: 15%;
  position: fixed;
  right: 40px;
  z-index: 100;
}

.sbutton {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}

.sbutton > i {
  font-size: 32px;
  line-height: 60px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}

.sbutton:active,
.sbutton:focus,
.sbutton:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.sbutton:not(:last-child) {
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
  opacity: 0;
}

.sbutton:not(:last-child) > i {
  font-size: 25px;
  line-height: 60px;
  transition: all .3s ease-in-out;
}

.sbuttons:hover .sbutton:not(:last-child) {
  opacity: 1;
  width: 60px;
  height: 60px;
  margin: 15px auto 0;
}

.sbutton:not(:last-child):nth-last-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  border-radius: 10px;
  background-color: #33D26B;
  color: #fff;
  content: attr(tooltip);
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  padding: 10px 20px;
  margin-left: 10px;
  position: absolute;
  right: 45px;
  bottom: 5px;
  white-space: nowrap;
  z-index: -1;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 100;
}

.sbutton.mainsbutton {
  background: #2ab1ce;
}

.sbutton.whatsapp {
    color: white;
    background: #33D26B;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
    z-index:100;
}

.my-float{
	margin-top:16px;
}


/* THANKS YOU PAGE 
---------------------------------*/
.w-tnks{
  width: 60%;
}

#lineDesk{
  display: flex;
}

#lineMob{
  display: none;
}




/*------------------------------------------------------------------------------------------------ 
M E D I A - Q U E R Y
------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1px) and (max-width: 600px){
  .visible-lg{
    display: none;
  }

  .visible-sm{
    display: flex;
  }

  .lh-normal{
    line-height: normal;
  }

  .px-3-sm{
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .px-5-sm{
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-10 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .mt-20-sm {
    margin-top: 20px;
  }

  .mt-100-sm{
    margin-top: 120px;
  }

  .py-0-sm{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /* Fonts */
  h1 {
    font-size: 25px;
    font-weight: 500;
  }

  h2 {
    font-size: 30px;
    font-weight: 500;
  }

  h4 {
    font-size: 20px;
    font-weight: 500;
  }

  .p-txt {
    font-size: 15px;
    font-weight: 300;
  }

  .p-text {
    font-size: 15px;
  }

  .fs-16-sm{
    font-size: 16px !important;
  }

  .ls-10 {
    letter-spacing: 5px;
  }
  /* End Fonts */

  .w-100-sm{
    width: 100%;
  }

  /* NAV
  ---------------------------------*/
  .logo{
    width: 30vw;
  }

  .navbar-toggler {
    border-radius: none;
    border: none;
    text-decoration: none !important;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }

  .nav-sm{
    z-index: 20;
    background-color: white;
    position: fixed;
    margin-top: 0px;
    width: 100%;
    top: 0px;
    left: 0px;
  }

  .mt-sm{
    margin-top: 25vw !important;
  }

  /* HOME
  ---------------------------------*/
  .h-slider {
    height: auto;
  }

  .px-propiedades {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .propiedad-1{
    color: white;
    width: auto;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(./../../assets/images/home/propiedad-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
  }
  
  .propiedad-2{
    color: white;
    width: auto;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(./../../assets/images/home/propiedad-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
  }
  
  .propiedad-3{
    color: white;
    width: auto;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(./../../assets/images/home/propiedad-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
  }

  #prev span {
    position: relative;
    top: inherit;
    bottom: -40vw;
    right: -40vw;
    left: inherit;
  }

  #next span {
    position: relative;
    top: 40vw;
    left: -1vw;
  }

  .pb-60-sm{
    padding-bottom: 60px;
  }

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

  .w-beneficios {
    width: 17vw;
  }

  .justify-content-contact{
    justify-content: center;
  }

  .isotipo{
    display: none;
  }

  .slider{
    position: relative;
    width: 100%;
    overflow: visible;
  }

  .slick-next, .slick-prev {
    top: 33% !important;
    height: 75px !important;
    width: 110px !important;
    background-color: #FFA50F !important;
    z-index: 10 !important;
  }


  /* NOSOTROS 
  ---------------------------------*/
  .mt-100 {
    margin-top: 10px;
  }

  .ls-5 {
    letter-spacing: 2px;
  }


  /* MANTENIMIENTO
  ---------------------------------*/
  .carousel-caption {
    position: absolute;
    right: 0;
    top: 40%;
    bottom: 0;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }

  .img-sm{
    object-fit: cover;
    height: 300px;
  }

  .plomeria{
    background-image: url(./../../assets/images/mantenimiento/plomeria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 325px;
    height: 423px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40vw;
    margin: auto;
  }

.electricidad{
    background-image: url(./../../assets/images/mantenimiento/electricidad.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 325px;
    height: 423px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40vw;
    margin: auto;
  }

.albanileria{
    background-image: url(./../../assets/images/mantenimiento/albanileria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 325px;
    height: 423px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40vw;
    margin: auto;
  }

.pintura{
    background-image: url(./../../assets/images/mantenimiento/pintura.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 325px;
    height: 423px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40vw;
    margin: auto;
  }

  .flex-column-reverse-sm{
    flex-direction: column-reverse;
  }


  /* INTERIORES 
  ---------------------------------*/
  .container-txt {
    top: 55vw;
    z-index: 1;
    display: flex;
    text-align: center;
    position: absolute;
    flex-direction: column;
    justify-content: center;
  }

  .recorridos{
    position: relative;
    object-fit: cover;
    padding: 2px;
    width: 100%;
    height: 400px;
    border-radius: 20px;
  }

  .product-img {
    max-width: 100%;
    height: 300px;
  }

  .swiper-slide {
    /* width: 369px !important; */
    opacity: 100 !important;
  }

  .next, .prev {
    z-index: 22;
    display: inline-flex;
    border: none;
    width: 80px;
    height: 61px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    bottom: -20vw;
    left: 30vw;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: #000;
  }

  .product-labels__title {
    font-size: 16px;
    margin-top: 30px;
  }

  /* Testimoniales */
  .cards{
    width: 100% !important;
    border-radius: 20px;
    background-color: #FFF;
  }
  /* End Testimoniales */


  /* FOOTER 
  ---------------------------------*/
  .w-footer {
    width: 30vw;
  }

  .social {
    width: 6vw;
  }

  .br-1 {
    border-right: none;
  }

  .ir-arriba {
    /* display: none; */
    padding: 30px;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #ffa50f;
    cursor: pointer;
    position: fixed;
    bottom: 85px;
    right: -5px;
    z-index: 2;
  }


  /*  WHATS
  ------------------------------*/
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
    z-index: 100;
  }

  .sbuttons {
    bottom: 15%;
    position: fixed;
    right: 15px;
    z-index: 100;
  }


  /* THANKS YOU PAGE 
  ---------------------------------*/
  .w-tnks{
    margin-top: 50px;
    width: 60%;
  }

  #lineDesk{
    display: none;
  }
  
  #lineMob{
    display: flex;
  }

  .mb-4-sm{
    margin-bottom: 1rem !important;
  }

  .txt-center-sm{
    text-align: center;
  }

}

@media (max-width: 360px) {
}

@media only screen and (min-width: 820px) and (max-width: 825px) {
  #gridDesk{
    display: none;
  }

  #gridIpads{
    display: flex;
  }

  /* Fonts */
  h1 {
    font-size: 40px;
    font-weight: 500;
  }

  h2 {
    font-size: 40px;
    font-weight: 500;
  }

  h3 {
    font-size: 25px;
    font-weight: 500;
  }

  h4 {
      font-size: 20px;
      font-weight: 500;
  }

  .ls-5 {
    letter-spacing: 1px;
  }

  .p-txt {
    font-size: 18px;
    font-weight: 300;
  }

  .fs-14-md{
    font-size: 14px !important;
  }
  /* End Fonts */
  

  .mt-20-sm {
    margin-top: 20px;
  }

  .mt-100 {
    margin-top: 50px; 
  }

  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }


  /* NAV
  ---------------------------------*/
  .logo{
    width: 15vw;
  }


  /*  HOME
  ------------------------------*/
  .h-slider {
    height: auto;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 25%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }

  .p-slider {
    font-size: 20px;
    width: 90%;
    margin: auto;
  }

  .img-acerca-tres{
    width: 100%;
    object-fit: cover;
  }

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

  .img-acerca-lg{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .col {
    height: 255px;
    width: 0;
  }

  .w-beneficios {
    width: 7vw;
  }

  .lh-normal{
    line-height: normal;
  }

  .isotipo{
    display: none;
  }

  .justify-content-contact {
    justify-content: center;
  }


  /* COLIVING
  ---------------------------------*/
  .col-h-md{
    height: auto !important;
  }


  /* MANTENIMIENTO
  ---------------------------------*/
  .flex-column-reverse-sm{
    flex-direction: column-reverse;
  }


  /* INTERIOR PROPIEDAD
  ---------------------------------*/
  .w-100-sm{
    width: 100%;
  }

  .product-slider {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    position: relative;
    top: 0;
    margin-top: 170px;
    margin-bottom: 100px;
  }

  .swiper-slide-md{
    width: 670px !important;
  }

  .next, .prev {
    z-index: 22;
    display: inline-flex;
    border: none;
    width: 80px;
    height: 61px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    bottom: -4vw;
    left: 40vw;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: #000;
  }

  .prev {
    left: 37vw !important;
  }


  /* FOOTER 
  ---------------------------------*/
  .w-footer {
    width: 15vw;
  }

  .social {
    width: 3vw;
  }

  .br-1 {
    border-right: none;
  }

  .ps-0-sm{
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 770px) {
  #gridDesk{
    display: none;
  }

  #gridIpads{
    display: flex;
  }

  /* Fonts */
  h1 {
    font-size: 40px;
    font-weight: 500;
  }

  h2 {
    font-size: 40px;
    font-weight: 500;
  }

  h3 {
    font-size: 25px;
    font-weight: 500;
  }

  h4 {
    font-size: 20px;
    font-weight: 500;
  }

  .ls-5 {
    letter-spacing: 1px;
  }

  .p-txt {
    font-size: 18px;
    font-weight: 300;
  }

  .fs-14-md{
    font-size: 14px !important;
  }
  /* End Fonts */

  .mt-20-sm {
    margin-top: 20px;
  }

  .mt-100 {
    margin-top: 50px; 
  }

  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }


  /* NAV
  ---------------------------------*/
  .logo{
    width: 15vw;
  }


  /*  HOME
  ------------------------------*/
  .h-slider {
    height: auto;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 25%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }

  .p-slider {
    font-size: 20px;
    width: 90%;
    margin: auto;
  }

  .img-acerca-tres{
    width: 100%;
    object-fit: cover;
  }

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

  .img-acerca-lg{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .col {
    height: 255px;
    width: 0;
  }

  .w-beneficios {
    width: 7vw;
  }

  .lh-normal{
    line-height: normal;
  }

  .isotipo{
    display: none;
  }

  .justify-content-contact {
    justify-content: center;
  }


  /* COLIVING
  ---------------------------------*/
  .col-h-md{
    height: auto !important;
  }


  /* MANTENIMIENTO
  ---------------------------------*/
  .flex-column-reverse-sm{
    flex-direction: column-reverse;
  }


  /* INTERIOR PROPIEDAD
  ---------------------------------*/
  .w-100-sm{
    width: 100%;
  }

  .product-slider {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    position: relative;
    top: 0;
    margin-top: 170px;
    margin-bottom: 100px;
  }

  .swiper-slide-md{
    width: 670px !important;
  }

  .next, .prev {
    z-index: 22;
    display: inline-flex;
    border: none;
    width: 80px;
    height: 61px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    bottom: -4vw;
    left: 40vw;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: #000;
  }

  .prev {
    left: 37vw !important;
  }


  /* FOOTER 
  ---------------------------------*/
  .w-footer {
    width: 15vw;
  }

  .social {
    width: 3vw;
  }

  .br-1 {
    border-right: none;
  }

  .ps-0-sm{
    padding-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
  /* Fonts */
  h1 {
    font-size: 45px;
    font-weight: 500;
  }

  h4 {
    font-size: 20px;
    font-weight: 500;
  }

  .p-txt {
    font-size: 15px;
    font-weight: 300;
  }

  .p-text {
    font-size: 16px;
  }
  /* End Fonts */

  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h-slider {
    height: auto !important;
  }

  .p-slider {
    font-size: 20px;
    width: 55% !important;
    margin: auto;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 30%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }

  .fs-20 {
    font-size: 16px;
  }

  .img-acerca-tres{
    width: 100%;
    object-fit: cover;
  }

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

  .img-acerca-lg{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .col{
    width: 20px;
  }

  .w-beneficios {
    width: 5vw;
  }

  .pintura {
    background-image: url(./../../assets/images/mantenimiento/pintura.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 403px;
    height: 325px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .albanileria {
    background-image: url(./../../assets/images/mantenimiento/albanileria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 403px;
    height: 325px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .electricidad {
    background-image: url(./../../assets/images/mantenimiento/electricidad.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 403px;
    height: 325px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .plomeria {
    background-image: url(./../../assets/images/mantenimiento/plomeria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 403px;
    height: 325px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slick-next, .slick-prev {
    top: 30% !important;
    height: 75px !important;
    width: 110px !important;
    background-color: #FFA50F !important;
    z-index: 10 !important;
  }

  .product-labels__title {
    font-size: 18px;
    margin-top: 30px;
  }

  .product-slider {
    width: 75%;
    height: 85%;
    border-radius: 30px;
    position: absolute;
    top: 57%;
    right: -160px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }

  .next, .prev {
    z-index: 22;
    display: inline-flex;
    border: none;
    width: 80px;
    height: 61px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    bottom: 1vw;
    left: 25vw !important;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: #000;
  }

}

@media only screen and (min-width: 1400px) and (max-width: 1900px) {
  /* Fonts */
  h1{
    font-size: 50px;
    font-weight: 500;
  }

  .p-txt {
    font-size: 18px;
    font-weight: 300;
  }

  .p-text {
    font-size: 18px;
    font-weight: 300;
  }

  .p-text-lg{
    font-size: 15px;
    font-weight: 300;
  }
  /* End Fonts */

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 40%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }

  .p-slider{
    font-size: 20px;
    width: 45%;
    margin: auto;
  }

  .img-acerca-tres{
    width: 100%;
    object-fit: cover;
  }

  .img-acerca{
    width: 100%;
    object-fit: cover;
  }

  .img-acerca-lg{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .col{
    width: 20px;
  }

  .next, .prev {
    z-index: 22;
    display: inline-flex;
    border: none;
    width: 80px;
    height: 61px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    bottom: -4vw;
    left: 23vw;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: #000;
  }

}

/* @media (max-width: 1440px) {
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 40%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }

  .p-slider{
    font-size: 20px;
    width: 45%;
    margin: auto;
  }

} */

