iframe {    
    height: 100%;
    width: 100%;
    height: 100%;
    border: none;
}
.contenedoriframe{
    width: 100vw; /* 100% del ancho de la ventana */
    height: 100vh; /* 100% de la altura de la ventana */
    border: 20px solid #ccc; /* Ajusta el tamaño y color del borde según tus preferencias */
    box-sizing: border-box; /* Asegura que el borde se incluya en el tamaño total */
    padding-top: 60px;
}
.hero_fullscreen{
    padding-top: 130px !important;
}