/* Botón de reserva fijo - estilos en header-mobile.php */

@media (min-width: 768px) {
     #carousel-iconos .titulo-objetivos {
         text-align: center;
     }
 }


 /* TAILOR MADE RESTYLING */
 body.programas-tailor-made-program {
   /*  background: #DCE6F3; */  background: #F5F6F9;
 }

 .programas-tailor-made-program h2,
 .programas-tailor-made-program .headline-M {
     color: #333;
 }
 
 /* Asegurar que el preefooter mantenga el color blanco en tailor made */
 .programas-tailor-made-program #pre-footer .headline-S,
 .programas-tailor-made-program #pre-footer .headline-M,
 .programas-tailor-made-program #pre-footer .headline-L,
 .programas-tailor-made-program #pre-footer .headline-XL {
     color: var(--brand-text-dark) !important;
 }

 .programas-tailor-made-program .intro-programas .parrafo-intro {
     color: #07345D;
 }

 .programas-tailor-made-program .modulo-reasons .label-S {
     color: #07345D !important;
 }

 .programas-tailor-made-program .modulo-reasons .body-text-S {
     color: #07345D;
 }

 .programas-tailor-made-program .modulo-reasons .simple-card {
     border-left: solid 4px #07345D;
     color: #07345D;
 }