.elementor-7123 .elementor-element.elementor-element-e64d18f{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-7123 .elementor-element.elementor-element-93cbb3e{--display:flex;--background-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-7e6242f *//* Estilo base - aplica en todos los dispositivos */
.elementor-widget-shortcode {
    position: relative;
    width: 100%; /* Ancho completo siempre */
}

.elementor-widget-shortcode iframe {
    width: 100%; /* Siempre al 100% de ancho */
    border: none; /* Sin bordes */
}

/* Altura para pantallas grandes (desktop/laptops) */
@media (min-width: 1025px) {
    .elementor-widget-shortcode {
        height: 1250px; /* Altura fija para desktop */
    }
    .elementor-widget-shortcode iframe {
        height: 1250px; /* El iframe ocupa toda la caja */
    }
}

/* Altura para tablets */
@media (min-width: 768px) and (max-width: 1024px) {
   
    .elementor-widget-shortcode iframe {
        height: 1250px;
    }
}

/* Altura para móviles */
@media (max-width: 767px) {
    .elementor-widget-shortcode {
        height: 1500px; /* Más altura para móviles */
    }
    .elementor-widget-shortcode iframe {
        height: 1500px;
    }
}/* End custom CSS */