/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




/*====================================================================
======================================================================
======================================================================
GENERALES
======================================================================
======================================================================
====================================================================*/
strong{
    font-weight: 600 !important;
}
.text-min, .font-min{
    font-size: 12px;
}
.error{
    color: red;
}
body{
    font-family: 'Poppins';
}
body, button, input, select, textarea {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}
h1,h2,h3{
    font-family: 'BOOWIE';
}
.link{
    color: #101010;
    text-decoration: none;
}
.bold{
    font-weight: bold;
}
/* HTML: <div class="loader"></div> */
.btn{
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.btn.loader {
  background-image: url(img/loader.gif) !important;
  background-repeat: no-repeat !important;
  background-position: 95% center !important;
  background-size: 40px !important;
  padding-right: 50px;
}
.btn {
  background: #101010 !important;
  color: #fff !important;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #101010;
}
.text-center{
    text-align: center;
}
.bold{
    font-weight: bold;
}
/*====================================================================
======================================================================
======================================================================
HEADER
======================================================================
======================================================================
====================================================================*/
.main-navigation, .main-navigation ul ul{
    background: transparent;
}
.main-navigation .main-nav ul li a{
    color: #fff;
    text-transform: uppercase;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
    color: #fff;
    border-bottom: 1px solid #fff;
}
body .site-header{
  background: rgba(16, 16, 16, 0.65);
  position: absolute;
  width: 100%;
  margin: 0 auto;
  max-width: none;
  z-index: 10;
}
.single-post .site-header{
  background: rgba(16, 16, 16, 1);
}
.single-post .site{
    padding-top: 170px;
}
/*body:not(.home) .site-header {
  background: #101010;
  position: relative;
  max-width: 100%;
}*/
.one-container .site-content{
    padding-top: 0 !important;
    padding-bottom: 0;
}
.home-formulario {
  padding-top: 200px;
  color: #fff;
  padding-bottom: 80px;
}
.form-inicio {
  display: flex;
  justify-content: stretch;
  gap: 10px;
}
.form-inicio input[type="text"],
.form-inicio input[type="email"]{
    width: 100%;
  background: transparent;
  color: #fff;
}
.form-inicio input[type="submit"]{
    width: 200px;
  background: #fff;
  font-weight: bold;
  color: #000;
}
.form-inicio-b .wpcf7-acceptance{
    color: #fff;
    margin-top: 15px;
    display: block;
}
.form-inicio-b a{
    color: #fff;
}
.form-inicio-b .wpcf7-list-item{
    margin-left: 0;
}
.que-es-ivin-sec .vc_column-inner{
    padding: 0 !important;
}
.que-es-ivin-sec-txt > div > div {
  padding: 20px 5% 20px 5% !important;
  min-height: 120px;
  max-width: 700px;
}
.que-es-ivin-sec .vc_row:nth-child(1) figure {
  margin-bottom: 10px !important;
}
.que-es-ivin-sec .wpb_single_image .vc_figure{
    padding-right: 10px;
}

/*====================================================================
======================================================================
======================================================================
CONTENIDO
======================================================================
======================================================================
====================================================================*/
.btn-eliminar {
  border: 1px solid #101010;
  color: #101010;
  text-decoration: none;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}
.vc-woo-product-list {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.vc-woo-product-list .product-item a{
    display: block;
    aspect-ratio: 520 / 600;
    background-size: cover;
    position: relative;
}
.product-item {
  width: 33%;
}
.product-info{
    position: absolute;
    color: #fff;
    width: 170px;
    text-transform: uppercase;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #fff;
    justify-content: center;
}
.apto-contenido {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.apto-contenido .imagen {
  width: 49%;
  border: 1px solid #101010;
  padding: 20px;
  display: flex;
  align-items: center;
  order: 10;
}
.apto-contenido .detalle-inmueble {
  width: 100%;
  border: 1px solid #101010;
  padding: 20px;
  position: relative;
  order: 1;
}
.apto-contenido .detalle-inmueble .titulo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EAEBEC;
}
.apto-contenido .detalle-inmueble .titulo h4,
.apto-contenido .detalle-inmueble .titulo h5{
    margin-bottom: 10px;
}
.apto-contenido .detalle-inmueble .titulo h4{
    font-size: 20px;
    font-weight: bold;
}
.titulo-apto {
  background: #EAEBEC;
  font-family: 'Poppins';
  padding: 5px 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.titulo-apto .big {
  font-size: 35px;
  line-height: 25px;
  letter-spacing: 20%;
}
.apto-contenido .contenido ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.apto-contenido .contenido ul li {
  margin-bottom: 10px;
  width: 50%;
}
.apto-contenido .contenido ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(img/ico-list.svg) no-repeat center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.simulador{
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.simulador > div{
    background: #EAEBEC;

    padding: 20px;
}
.monto-reserva{
    position: relative;
    /*height: 100px;*/
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.reserva-hoy .rango-texto {
  padding: 10px 0;
}
.monto-reserva > div{
    /*margin-top: 55px;*/
}
.monto-reserva > div .monto {
  /*margin-top: -60px;
  border: 1px solid #333;*/
  gap: 10px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 14px;
  align-items: center;
}
.monto-reserva > div .rango-texto {
  line-height: 20px;
  font-size: 26px;
}
.slider-cuota-inicial input,
.monto-reserva input{
    text-align: right;
    font-weight: bold;
    font-size: 26px;
    width: 100%;
}
.slider .ui-slider .ui-slider-handle{
    width: 20px;
    height: 20px;
}
.slider .ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  transform: translateY(-50%);
}
.monto-label {
  width: 300px;
}
.campo-resumen {
  padding: 10px 0;
  border-bottom: 1px solid #d7d9da;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
}
.valor-titulo-resumen{
    margin-top: 15px;
    margin-bottom: 5px;
}
.t-r{
    text-align: right;
}
.table-inputs td{
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
.table-inputs th{       
    font-size: 14px;
}
.table-inputs td:nth-child(1){
    width: 25%;
}
.table-inputs input{
    width: 165px;
    text-align: center;  
}
.table-inputs input[readonly] {
  background: transparent;
}
.pagos_total {
  font-weight: bold;
  font-size: 20px;
}
.error {
  color: red;
}
.wc-block-cart-items .wc-block-components-product-metadata__description {
  display: none;
}
.carrito-form .woocommerce{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
.carrito-form .woocommerce-notices-wrapper{
    width: 100%;
}
.carrito-form .woocommerce-cart-form {
  width: 70%;
  border: 1px solid #101010;
  padding: 20px;
}
.carrito-form .cart-collaterals{
    width: 30%;
}
.carrito-form .cart-collaterals .cart_totals {
  padding: 20px;
  float: none;
  width: 90%;
  border: 1px solid #101010;
  margin: 0 0 0 auto;
}
.carrito-form .product-thumbnail{
    width: 20%;
}
.carrito-form .product-thumbnail img{
    width: 100% !important;
}
.carrito-form .woocommerce table.shop_table th{
    border: none;
    border-bottom: 1px solid #101010;
}
.carrito-form .woocommerce table.shop_table td{
    vertical-align: top !important;
    border: none;
}
.carrito-form table.shop_table{
    border: none;
}
.cart-reserva {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cart-reserva .numero {
  font-size: 40px;
  display: block;
  line-height: 100%;
}
.cart-reserva div {
  padding: 0px 10px 0px 0;
}
.cart-reserva div:nth-child(2) {
  border-left: 1px solid #101010;
  padding-left: 10px;
}
.car-valor-reserva{
    margin-top: 20px;
}
.car-valor-reserva h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.car-valor-reserva h2 {
  font-size: 40px;
  font-family: 'Poppins';
}
.numero{
  font-family: 'Poppins';    
}
.woocommerce-cart-form .product-name a{
    text-transform: uppercase;
    text-decoration: none;
    color: #101010;
}
.product-price{
    text-align: right;
}
.sep {
  border-bottom: 1px solid #101010;
}
.cart_totals h2{
    font-family: 'Poppins'; 
    font-size: 16px;
}
.woocommerce .cart_totals .checkout-button {
  background: #101010 !important;
  padding: 10px 20px !important;
  font-size: 18px !important;
}
.checkout.woocommerce-checkout {
  display: flex;
  gap: 20px;
}
/*#customer_details {
  width: 60%;
}*/
#order_review {
  width: 40%;
}
.producto-brochure{
    text-align: right;
    padding: 20px 0;
    border-top: 1px solid #dedede;
}

.producto-filtro-maqueta{
    display: flex;
    gap: 20px;
}
.filtros {
  width: 300px;
}
.filtros .header {
  border-bottom: 1px solid #E1E8EF;
  padding: 20px 0;
}
.filtros .titulo{
    font-size: 22px;
    margin-bottom: 15px;
}
.filtros h5{
    font-weight: 500;
    margin-bottom: 5px;
}
.filtros .controles a{
    display: inline-block;
    min-width: 25px;
    height: 25px;
    border: 1px solid #101010;
    text-align: center;
    text-decoration: none;
    color: #101010;
    box-sizing: border-box;
    padding: 0 5px;
    margin-right: 2px;
    cursor: pointer;
    font-weight: 500;
}
.filtros .controles a:hover,
.filtros .controles a.current{
    background: #c4c6c7;
}
.filtros .selector{
    padding: 10px 0;
    border-bottom: 1px solid #E1E8EF;
}
.selector p {
  margin: 0;
}
.product-simulador {
  margin-bottom: 30px;
  width: 100%;
}
.product-simulador{
    width: 100%;
}
.banner-producto {
  width: 100%;
  padding: 140px 0 140px !important;
  top:0;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.banner-producto .proyecto-nombre{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-producto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
    /*background: linear-gradient(90deg,rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(214, 9, 9, 0) 100%);*/
  top: 0;
  left: 0;
}
.single-product .inside-article {
    background: #fff;
  z-index: 100;
  position: relative;
  box-shadow: 0 0 60px rgba(255, 255, 255, 0.57);
  padding: 20px;
}
.single-product .inside-article .entry-content{
    margin-top: 0 !important;
}
.banner-producto .logo-proyecto {
  text-align: center;
  position: relative;
  z-index: 100;
}
.woocommerce-breadcrumb{
    display: none;
}
.product .filtros{
    background: #F5F7F9;
    padding: 20px;
}

.resultados{

}
.resultados a {
  background: #101010;
  display: inline-block;
  padding: 5px 5px;
  margin-right: 3px;
  color: #fff !important;
  margin-bottom: 5px;
  min-width: 85px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  border: 1px solid #101010;
  cursor: pointer;
}
.resultados a:hover,
.resultados a.current {
    background: #fff;
    color: #101010 !important;
}
#resultado {
  overflow-y: scroll;
  height: 544px;
  text-align: center;
}




/*#producto-filtro-select {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  
  margin: 50px auto ;
}*/
#producto-filtro-select {
}
#producto-filtro-select select {
  background: #fff;
  border-radius: 50px;
  text-align: center;

}
#producto-filtro-select > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
#producto-filtro-select div.datos {
  width: 90%;
  display: flex;
  align-items: center;
  border: 1px solid #101010;
  height: 65px;
  box-sizing: border-box;
}
#producto-filtro-select div.datos > div {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
#producto-filtro-select div.datos > div:nth-child(1){
    background: #EAEBEC;
}
#producto-filtro-select .apto-valores{
    justify-content: space-between;
}
.apto-caracteristicas {
  justify-content: space-around;
  height: 60px;
}
#reservar {
  background: #101010;
  color: #fff;
  font-weight: bold;
  height: 65px;
  width: 200px;
  border: 1px solid #101010;
}
.woocommerce-product-gallery{
    display: none;
}
.summary.entry-summary{
    display: none;
}
.tabs.wc-tabs{
    display: none;
}
#tab-description > h2{
    display: none !important;
}

.help {
  position: relative;
  text-decoration: navajowhite;
  font-size: 18px;
  color: #101010;
  cursor: pointer;
}
.help:hover .tooltip {
    display: block;
}
.tooltip {
  background: #333;
  color: #fff;
  font-size: 13px;
  display: block;
  width: 200px;
  border-radius: 10px 10px 10px 0;
  padding: 5px 10px;
  position: absolute;
  left: 100%;
  bottom: 16px;
  display: none;
}
.descargar-plan{
    text-align: center;
    padding: 30px 0;
}
.btn.btn-azul {
  background: #173D60 !important;
}
.form-plan-pagos .wpcf7-acceptance a{
    color: #333;
}
.vendido {
  position: absolute;
  bottom: 0;
  width: 200px;
  right: 0;
}
/*.form-plan-pagos label{
    display-block
    width: 100%;
}
.form-plan-pagos input{
    width: 100%;
    margin-bottom: 10px;
}*/
/*.woocommerce-tabs ul.tabs { 
    display: none !important;
}
#tab-description > h2{
    display: none;
}
.entry-summary p.price{
    display: none;
}
.single-product{
    background: url(https://pruebas.egt.com.co/indealinversionistas/wp-content/uploads/2024/11/Banner-fondo-indeal-1.jpg) no-repeat center top;
    background-size: 100% auto;
}
.single-product .site-header{
    background: transparent;
}


*/
/*====================================================================
======================================================================
======================================================================
FOOTER
======================================================================
======================================================================
====================================================================*/

.site-footer, .footer-widgets{
    background:#101010;
}
.widget_block.widget_text{
    color: #fff;
}
.wp-block-social-links{
    justify-content: end;
}
.widget1{
    display: flex;
  align-items: center;
  gap: 10px;
}
.site-info{
    display: none;
}

.reserva-confirmacion {
  text-align: center;
  padding: 30px 0;
}

#toast {
  position: fixed;
  top: 50%;
  right: -300px;
  background-color: #333;
  color: white;
  padding: 16px 24px;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  z-index: 9999;
  transition: right 0.5s ease;
  max-width: 300px;
}
#toast.show {
  right: 0%;

}
.banner-boton .wpb_wrapper {
  display: flex;
  align-items: center;
}
.banner-boton .wpb_wrapper h2 {
  font-size: 30px;
  width: 70%;
  text-align: left !important;
}
body .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
  background-color: #101010 !important;
  border-color: #2a2a2a !important;
  color: #fff;
  background-image: none;
}

.banner-footer > div {
  margin: 20px 0;
  border: 1px solid #fff;
  padding: 20px 0;
}
.home-logos h6{
    color: #A3A3A3;
}

.custom-single-article h1{
    text-align: center;
}
.custom-single-article  .meta-line{
    text-align: center;
    padding: 30px 0;
}
.blog-list-grid{
    display: flex;
    gap: 40px;
}
.blog-list-grid a {
  display: block;
  aspect-ratio: 470 / 470;
  width: 100%;
  background-size: cover;
  position: relative;
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}
.blog-list-grid .cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.blog-list-grid .title-child{
    position: absolute;
    z-index: 10;
    bottom: 0;
    padding: 40px 20px 60px;
    width: 100%;
    min-height: 180px;
}
.blog-list-grid .leer-mas{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.articulos-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.articulos-grid a{
    display: block;
}
.articulos-grid .link-imagen {
  display: block;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.articulos-grid .articulo-item{
    width: 33%;
    padding: 0 20px;
}
.articulos-grid h3 {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  margin-bottom: 10px;
}
.articulos-grid p {
  min-height: 100px;
  margin-bottom: 10px;
}
.articulos-grid .leer-mas {
  font-size: 15px;
  color: #101010;
  text-decoration: none;
  font-weight: bold;
}

.single-post .inside-article{
    padding-bottom: 80px;
}
.form-contactanos{
    max-width: 400px;
    margin: 0 auto;
}
.form-contactanos input,
.form-contactanos textarea{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    margin-bottom: 10px;
}
.form-contactanos input[type="submit"]{
    background: #fff;
}
.wpcf7-acceptance{
    display: block;
    margin: 0 0 10px;
}
.wpcf7-acceptance label {
  display: flex;
  vertical-align: middle;
}
.wpcf7-acceptance a {
  color: #fff;
  font-size: 14px;
  line-height: 100%;
}
.wpcf7-acceptance input{
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
}
.wpcf7-acceptance .wpcf7-list-item{
    margin: 0;
}

.barra-pasos{
  position: absolute;
  width: 100%;
  bottom: 0;   
  background: RGBA(23, 61, 96, 0.67);
}

.barra-pasos-reserva {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1366px;
  margin: auto;
  padding: 50px 30px;
  color: #fff;
  gap: 20px;

}

.barra-pasos-reserva .paso {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
    gap: 10px;
}

.barra-pasos-reserva .circulo {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    position: relative;
}
.barra-pasos-reserva p{
    margin-bottom: 0;
}
.barra-pasos-reserva p span{
    display: none;
}
.barra-pasos-reserva .paso.activo .circulo:before {
    background: #fff;
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50px;
}

.barra-pasos-reserva .linea {
    flex: 1;
    height: 2px;
    background: #ccc;
    opacity: 0.5;
}
.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #000;
  background: #000 !important;
  font-weight: 400;
  color: #454545;
  border-radius: 50px;
}
.ui-widget-header {
  border: 1px solid #000 !important;
  background: #000 !important;
}
.ui-slider-horizontal {
  height: 0.5em !important;
}
.menu-toggle, .main-navigation .menu-bar-items {
  color: #fff !important;
}
.product-slider-slick a{
    display: block;
    padding: 0 5px;
    position: relative;
}
.product-slider-slick img{
    margin: 0 auto;
    display: block;
}
.product-slider-slick .fecha-entrega {
  position: absolute;
  bottom: 17px;
  color: #fff;
  font-size: 14px;
  right: 27px;
}
.product-slider-slick .estado {
  position: absolute;
  bottom: 100px;
  text-align: center;
  width: 200px;
  margin: auto;
  left: 0;
  right: 0;
  background: #ffffffa6;
  color: #000;
  border-radius: 20px;
}
.proyecto-datos-gen .proyecto-datos .wpb_column{

}
.vc-icono-titulo-cifra{
    text-align: center;
}
.vc-icono-titulo-cifra h3{
    font-size: 20px;
}
.vc-icono-titulo-cifra h4{
    font-size: 16px;
}
/*.proyecto-datos .vc_column-inner{
    padding: 10px;
}
*/
.product-simulador iframe{
  aspect-ratio: 914 / 454;
  width: 100%;
  height: auto;
}



.producto-filtro-maqueta{
    position: relative;
}
.openfilter{
    display: none;
}
.form-reserva{
    margin-bottom: 50px !important;
    /*display: flex;*/
    flex-wrap: wrap;
    align-items: start;
}
/*.apto-contenido{
    width: 50%;
}
.simulador{
    width: 50%;
}*/

.cuotas select {
  width: 100px;
  background: #fff;
}



.product-simulador iframe[src*="youtube"] {
  aspect-ratio: 16 / 9 !important;
}


@media only screen and (min-width: 1200px){
.filter-body {
      display: block;
    }
}

@media only screen and (max-width: 1199px){
    #resultado{
        height: auto;
    }
    .banner-producto .banner-content {
      width: 100%;
      padding: 80px 20px !important;

    }
    .producto-filtro-maqueta {
      flex-direction: column;
    }
    .filtros {
        width: 100%;
    }
       .openfilter {
            display: block;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 30px;
            text-align: center;
            color: #101010;
          }
      .filtros .header{
        padding: 0;
      }
        .filter-body {
          display: none;
        }
    .barra-pasos-reserva .paso {
      flex-direction: column;
    }
    #producto-filtro-select .apto-valores {
      justify-content: space-between;
      flex-direction: column;
      margin-bottom: 30px;
    }
    #producto-filtro-select div.datos {
      width: 100%;
    }








}


@media only screen and (max-width: 1024px){

}
@media only screen and (max-width: 900px){
    .site-header .header-image {
         width: 170px;
    }
    #producto-filtro-select .apto-valores {
      justify-content: space-between;
      flex-direction: column;
    }

    .apto-contenido{
        flex-wrap: wrap;
        gap: 0;
    }
    .apto-contenido .imagen {
      width: 50%;
      display: flex;
        align-items: center;
    }
    .apto-contenido .imagen img{
        max-width: 200px;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .apto-contenido .detalle-inmueble {
      width: 100%;
    }
    .simulador {
        display: block;
    }
    .simulador > div {
      width: 100%;
    }










}



@media only screen and (max-width: 767px){
    .form-inicio{
        flex-direction: column;
    }
    .home-ivin-sec1 > div:nth-child(2) > div {
      width: 90%;
      margin: 0 auto;
      aspect-ratio: 814 / 480;
      max-width: 500px;
      background-size: contain;
      display: none !important;
    }
    .que-es-ivin-sec .vc_row figure {
        margin-bottom: 10px !important;
    }
    .blog-list-grid a {
      margin: 0 auto;
      max-width: 450px;
    }
    .banner-footer > div:first-child {
        display: none !important;
    }
    .banner-footer .vc_parallax-inner {
        background-size: auto 200% !important;
        background-position: right center;
    }
    .banner-producto .proyecto-nombre {
      position: relative;
      top: 0;
      transform: translateY(0%);
      text-align: center;
    }
    /*.woocommerce img, .woocommerce-page img {
      height: auto;
      max-width: 180px;
    }*/

    .barra-pasos-reserva .paso {
      flex-direction: column;
    }

    #producto-filtro-select div.datos {
      height: auto;
      flex-direction: column;
    }

    #producto-filtro-select div.datos > div {
      width: 100%;
      min-height: 50px;
      padding: 10px;
    }

    .product-simulador iframe {
      aspect-ratio: 1080 / 1920;
      width: 100%;
      height: auto;
    }
    .apto-caracteristicas > div{
        width: 45%;
    }
    .apto-caracteristicas {
      height: auto;
    }
    body .producto-banner-logo {
        position: relative !important;
        top: 0;
        left: 0 !important;
        transform: translateX(0) translateY(0) !important;
    }


    .menu-lateral .elementor-nav-menu--main .elementor-nav-menu ul {
      display: block;
      position: relative;
      background: transparent;
    }
    .menu-lateral .elementor-nav-menu--main .elementor-nav-menu ul a{
        color: #fff;
    }
    .menu-lateral .sub-arrow{
        display: none;
    }
    #producto-filtro-select > div {
      flex-wrap: wrap;
      justify-content: start;
    }

}

@media only screen and (max-width: 630px){
    .apto-contenido .contenido ul li{
        width: 100%;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 550px){
  .barra-pasos-reserva{
    flex-direction: column;
    padding: 10px;
    gap: 5px;
  }
    .barra-pasos-reserva .paso {
      flex-direction: row;
      width: 250px;
    }
    .barra-pasos-reserva .circulo{
        display: none;
    }
    .barra-pasos-reserva p span {
      display: inline-block;
      font-size: 25px;
      vertical-align: middle;
      margin-left: 20px;
      color: #fff6;
    }
    .barra-pasos-reserva .paso.activo p span {
      color: #fff;
    }
    .reserva-confirmacion a{
        margin-bottom: 10px;
    }


}


.tachado {
  font-size: 80%;
  text-decoration: line-through;
  color: #930303;
}