* {
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    
}

.body-2 {
    margin: auto;
    width: 98%;
    font-family: Arial, sans-serif;
    background: #FFF;
    padding-top: 1px;
    padding-bottom: 20px;
}

/* ===== Contenedor general ===== */
.iframe-container {
     margin: auto;
    width: 98%;
    margin-top: 0%;
   padding-top: 20px;
    padding-bottom: 20px;
/*
    border: 2px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
*/
}

.iframe-container h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
}

/* ===== iFrames ===== */
iframe {
       margin: auto;
    width: 98%;
    height: 900px; /* Ajusta según el contenido */
    border: none;
    overflow: hidden;
    display: block;
}

.iframe-slider iframe { height: 800px; }
.iframe-pro iframe { height: 900px; }
.iframe-showcase iframe { height: 1200px; }
.iframe-passion iframe { height: 1200px; }

/* ===== Responsivo ===== */

@media (max-width: 2000px) {
    
iframe {
       margin: auto;
    width: 92%;
   height: 700px;
    border: none;
    overflow: hidden;
    display: block;
}    
    
.iframe-slider iframe { height: 800px; }
.iframe-pro iframe { height: 900px; }
.iframe-showcase iframe { height: 1000px; }
.iframe-passion iframe { height: 1000px; }
}


@media (max-width: 1300px) {
/*
  .container_slider_jersey {
    width: min(87.5vw, 1120px);
    aspect-ratio: 1.8666666667;
    margin-block: min(5.6v,5px);
    margin-inline: auto;
    z-index: 3;
}   
*/

.iframe-slider iframe { height: 600px; }
.iframe-pro iframe { height: 700px; }
.iframe-showcase iframe { height: 800px; }
.iframe-passion iframe { height: 800px; }
}


@media (max-width: 1000px) {

/*
    .showcase_jersey .wrapper_showcase_jersey .bg_visor_showcase_jersey {
    position: relative;
    top: 0;
    left: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    grid-gap: 05px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    pointer-events: none;
    margin-inline: auto;
    max-width: 1450px;
    z-index: 1;
}
    
*/
  .iframe-slider iframe { height: 600px; }
.iframe-pro iframe { height: 700px; }
.iframe-showcase iframe { height: 700px; }
.iframe-passion iframe { height: 1000px; }  
}

@media (max-width: 870px) {
    
  .iframe-slider iframe { height: 1000px; }
.iframe-pro iframe { height: 700px; }
.iframe-showcase iframe { height: 700px; }
.iframe-passion iframe { height: 1000px; }  
    
    
}

@media (max-width: 768px) {
    iframe {
        height: 700px;
    }
}


@media (max-width: 600px) {
    
  .iframe-slider iframe { height: 500px; }
.iframe-pro iframe { height: 700px; }
.iframe-showcase iframe { height: 700px; }
.iframe-passion iframe { height: 800px; }  
    
    
}

@media (max-width: 480px) {
    iframe {
        height: 550px;
    }
    
/*
    .main_container .header_slider {
    position: relative;
    top: 0;
    left: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    width: 95vw;
    height: auto;
    margin-inline: auto;
    z-index: 4;
}
*/
    
    .iframe-container h2 {
   display: none;
}

    
iframe-slider iframe { height: 730px; }
.iframe-pro iframe { height: 780px; }
.iframe-showcase iframe { height: 700px; }
.iframe-passion iframe { height: 750px; }    
    
    
}