<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.carousel-caption {
text-shadow: 0 1px 2px rgba(0,0,0,.1)!important;
}

h5.fs-xl.f-montserrat-sb.c-white.pb-4 {
    text-shadow: 2px 2px rgba(0,0,0,0.4);
}

.texto-slider{
  text-align: start;  
  margin-top: -27rem; 
  position: absolute; 
  width: 50%; 
}
.texto-slider1{
  text-align: start;  
  margin-top: -19rem; 
  position: absolute; 
  width: 50%;
}
.texto-slider2{
  text-align: start;  
  margin-top: -25rem; 
  position: absolute; 
  width: 100%;  
 }

.texto-slider-program{
  text-align: start; 
  margin-top: -23rem; 
  position: absolute; 
  width: 65%;
}

.buttom-programa a{
      color: #E86726 !important;
      font-size: var(--size-s-font) !important;
}


.bi-desktop{
  display:block;
}
.bi-mobile{
  display:none;
}

/*RESPONSIVE CSS*/
@media (max-width:475px){

  .texto-slider{
  text-align: start;  
  margin-top: -32rem; 
  position: absolute; 
  width: 100%;  
 }
  .texto-slider1{
  text-align: start;  
  margin-top: -22rem; 
  position: absolute; 
  width: 50%;
} 
  .centrador-wrapper h5{
    font-size: var(--size-l-font) !important;
}
  .texto-slider2{
  text-align: start;  
  margin-top: -34rem; 
  position: absolute; 
  width: 100%;  
 }
  
  .texto-slider-program{
  text-align: start; 
  margin-top: -25rem; 
  position: absolute; 
  width: 65%;
}
  
  .bi-mobile{
  display:block !important;
}
  .bi-desktop{
  display:none;
}
  
}
@media (max-width:1024px){
  
  .wrapper-contenido {
    display: flex;
    width: 100% !important;
    height: auto;
}
  
  .lista-horizontal-plana{
      padding: 0px 14% !important;
}

}

/*Resoluciones Grandes*/

@media (min-width:1680px)and (max-width:1800px){
/*Testimonios*/
  .texto-slider{
  text-align: start;  
  margin-top: -30rem; 
  position: absolute; 
  width: 50%; 
 }
  /*Principal*/
  .texto-slider1{
  text-align: start;  
  margin-top: -20rem; 
  position: absolute; 
  width: 50%;
} 
  /*Noticias*/
  .texto-slider2{
  text-align: start;  
  margin-top: -27rem; 
  position: absolute; 
  width: 100%;  
} 
  /*Programas*/
  .texto-slider-program{
  text-align: start; 
  margin-top: -27rem; 
  position: absolute; 
  width: 65%;
}
  
}

@media (min-width:1801px)and (max-width:2000px){
/*Testimonios*/
  .texto-slider{
  text-align: start;  
  margin-top: -35rem; 
  position: absolute; 
  width: 50%; 
 }
  /*Principal*/
  .texto-slider1{
  text-align: start;  
  margin-top: -20rem; 
  position: absolute; 
  width: 50%;
} 
  /*Noticias*/
  .texto-slider2{
  text-align: start;  
  margin-top: -34rem; 
  position: absolute; 
  width: 100%;  
} 
  /*Programas*/
  .texto-slider-program{
  text-align: start; 
  margin-top: -30rem; 
  position: absolute; 
  width: 65%;
}
  
}

@media (min-width:2024px){
/*Testimonios*/
  .texto-slider{
  text-align: start;  
  margin-top: -45rem; 
  position: absolute; 
  width: 50%; 
 }
  /*Principal*/
  .texto-slider1{
  text-align: start;  
  margin-top: -30rem; 
  position: absolute; 
  width: 50%;
} 
  /*Noticias*/
  .texto-slider2{
  text-align: start;  
  margin-top: -41rem; 
  position: absolute; 
  width: 100%;  
} 
  /*Programas*/
  .texto-slider-program{
  text-align: start; 
  margin-top: -40rem; 
  position: absolute; 
  width: 65%;
}
  
}</pre></body></html>