/* Add your custom css styles */

/* Slider del home: subtítulo (hero_subtitulo) + botón-caja con fecha/duración/CTA */
.slide-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin: 14px auto 0;
    line-height: 1.4;
}

.slide-cta-box {
    display: inline-block;
    margin-top: 24px;
    padding: 13px 27px;
    border: 1.5px solid #fff;
    border-radius: 6px;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.slide-cta-box:hover,
.text-light .slide-cta-box:hover {
    background: #fff;
    color: #111 !important;
}

/* Solo borde/esquinas tipo hero, sin tocar posición/centrado del botón */
.button.hero-style-border {
    border-width: 1.5px;
    border-radius: 6px;
}

/* Evita el "flash" del carrusel de testimonios: mismo truco anti-FOUC que
   Owl Carousel aplica a .owl-carousel, pero este contenedor solo tiene la
   clase .carousel hasta que el JS lo inicializa en window.load */
.carousel[data-carousel-col]:not(.owl-loaded) {
    display: none;
    width: 100%;
}

.carousel[data-carousel-col].owl-loaded {
    animation: carouselFadeIn 0.6s ease both;
}

@keyframes carouselFadeIn {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Testimonios: esquinas más redondeadas en los thumbnails */
.carousel-description-clients .img-thumbnail {
    border-radius: 10px;
}

/* Centrar el ícono de flecha dentro de su propio botón azul (sin mover el botón) */
.carousel-description-style .owl-theme .owl-controls .owl-nav .owl-next,
.carousel-description-style .owl-theme .owl-controls .owl-nav .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sube el párrafo gris de Testimonios, sin tocar el título ni las flechas */
.carousel-description-style .description p {
    margin-top: -20px;
}

/* Título "Áreas Temáticas que Ofrecemos" más delgado, sin afectar otros .heading h2 */
#areas-tematicas-heading,
#programas-tematica-heading,
.tematica-heading-style {
    font-family: "Titillium Web", sans-serif !important;
    font-weight: 600 !important;
}

/* Subtítulos tipo "lead" (van justo debajo de un h2/h1 de sección) en todo
   el sitio: Roboto y más chicos que el default del tema (que cae en 20px). */
.lead {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

/* Las tarjetas col-md-6 flotan libres: si la de la izquierda es más alta
   que la de la derecha (o viceversa), se desalinean fila tras fila.
   Forzamos que cada tarjeta impar inicie una fila nueva. */
@media (min-width: 992px) {
    #areas-tematicas-list > [class*="col-"]:nth-child(odd) {
        clear: left;
    }
}

/* Numeración "01. 02. 03." de la sección de proceso */
.text-large {
    font-family: "Titillium Web", sans-serif;
}

/* Teléfonos del footer (sedes) en Roboto 15px, a juego con las imágenes de correo */
.widget-contact-us .list-icons li {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
}

.widget-contact-us .list-icons li i {
    display: inline-block;
    width: 16px;
    text-align: center;
}

.widget-contact-us .list-icons li a {
    color: #d7d7d7;
}

.copyright-text {
    font-family: "Roboto", sans-serif;
}

/* Logo/isotipo del footer alineado al centro del texto, sin importar su tamaño */
.footer-brand-row {
    display: flex;
    align-items: center;
}

.footer-brand-row .footer-logo {
    flex: 0 0 auto;
    margin-top: 10px;
}

.footer-brand-row p {
    margin: 0;
}

.widget-contact-us {
    margin-bottom: 34px;
}

/* Baja el título "Testimonios" un poco, sin tocar párrafo ni flechas */
.carousel-description-style .description h2 {
    margin-top: 5px;
}

.background-Sombra:before {
    background: url("https://creative.auladiser.com/overlay-pattern/bg.webp");
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
}


.background-Sombra-home:before {
    background: url("https://creative.auladiser.com/overlay-pattern/bgHome.webp");
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
}


.background-Sombra-Counters:before {
    background: url("https://creative.auladiser.com/overlay-pattern/bgConuters.webp");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   content: " ";
 
    z-index: 0;
    opacity: 0.1;
}


.background-Sombra-Certificaciones:before {
    background: url("https://creative.auladiser.com/overlay-pattern/bgHomeCert.webp");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}



.background-overlay-home:before {
    background: url("https://creative.auladiser.com/overlay-pattern/overlay-pattern-1.webp");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7; /* origina 0.8*/
}



.background-overlay-landing:before {
    background: url("https://creative.auladiser.com/overlay-pattern/overlay-pattern-1.webp");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: -12;
    opacity: 0.9; /* origina 0.8*/
}


.background-Sombra-landing:before {
    background: url("https://creative.auladiser.com/overlay-pattern/sombraLanding.webp");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.4;
}



.background-ThumbMenu:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
}




.link-ThumbMenu a{
    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 30;
    z-index: 2;
    opacity: 1;
}

#background-video {
  height: 200;
  width: 100%;
  object-fit: cover;

  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.video-container{
  width: 120vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
 object-fit: cover;
  transform: translate(-50%, -50%);
   z-index: -20;
}
    

.texto-h2-producto{
    color:#337ab7;
    font-size: 16px;
}


.texto-h2-modulos{
    font-size:15px;line-height:18px;font-style:normal;font-weight:600;letter-spacing:1px;
}


.texto-h3-producto{
    font-size:15px;line-height:18px;font-style:normal;font-weight:600;letter-spacing:1px;
}

.texto-h3-objetivos{
    font-size:14px;line-height:18px;font-style:normal;font-weight:500;letter-spacing:0px;color: #8d8d8d;
}


.texto-h4-unidades{
    font-size:12px;line-height:18px;font-style:normal;font-weight:400;letter-spacing:0px;color: #111;
}


.texto-h2-sidebar{
    font-size:18px;font-style:normal;font-weight:600;letter-spacing:0px;color: #111;
}

.texto-h1-home{
    font-size:18px;font-style:normal;font-weight:600;letter-spacing:0px;color: #111;
}


.listaCursosFooter {
    border-top: 1px solid rgba(255,255,255,0.15); /* Borde superior en color #ccc */
    text-align: left; /* Centrado a la izquierda */
    margin-top: 10px; /* Margen superior de 30px */
    padding-top: 10px; /* Espacio interno superior para mejorar la separación */
    line-height:1.2em;
    font-family: "Roboto", sans-serif;
}

/* Contenido de los dropdowns del menú (Info-Box, mega-menu de programas):
   heredan de body pero, igual que nav.main-menu, no lo reciben confiablemente. */
nav.main-menu .dropdown-menu,
nav.main-menu .dropdown-menu a,
.mega-menu-title,
#header #top-search form input {
    font-family: "Roboto", sans-serif;
}

.upper{

font-weight: 700;
    font-size: 40px;

}
.titulosCursosCalendario{
    font-weight: 600;
}


.heroSub{

 font-size: 20px;
 font-weight: 600;
 margin-bottom: 4px;


}


.seperatorList{color:#ccc;width:100%;margin:30px auto;overflow:hidden;text-align:left;line-height:1.2em;}
.seperator-simpleList{margin:10px auto;}
.seperator-simple-footerList{margin:3px auto;}
.seperatorList::before,
.seperatorList::after{border-bottom:1px solid #eee;content:"";display:inline-block;height:0.65em;margin:0 -4px 0 -100%;vertical-align:top;width:50%;}
.seperatorList.seperator-dark::before,
.seperatorList.seperator-dark::after{border-bottom:1px solid #333 !important;}
.seperatorList.seperator-grey::before,
.seperatorList.seperator-grey::after{border-bottom:1px solid #ccc;}
.seperatorList.seperator-light::before,
.seperatorList.seperator-light::after{border-bottom:1px solid rgba(255, 255, 255, 0.2);}
.seperatorList::after{margin:0 -100% 0 0;}
.seperatorList i{font-size:18px;}
.seperatorList i,
.seperatorList span,
.seperatorList a{margin:0 20px 0 24px;display:inline-block;}
.seperatorList.dotted:before,
.seperatorList.dotted:after{border-bottom:2px dotted #ccc;}
.seperatorList.seperator-left{float:left;margin:2px 36px 0 0;}
.seperatorList.left i{float:left;margin:2px 36px 0 0;}
.seperatorList.right i{float:right;margin:0 0 2px 36px;}
.seperatorList.seperator-bold:before,
.seperatorList.seperator-bold:after{border-bottom-width:6px;}
.seperatorList.seperator-small{width:10%;margin:5px auto;}
.seperatorList.seperator-medium{width:20%;margin:10px auto;}
.text-seperatorList{background-color:#111;display:block;height:4px;margin:20px 0;}
.text-seperatorList-small{width:10%;}
.text-seperatorList-medium{width:30%;}
.text-seperatorList-large{width:60%;}
.seperatorList.seperator-dark:before,
.seperatorList.seperator-dark:after{border-bottom:1px solid #111;}
.seperatorList.seperator-image:before,
.seperatorList.seperator-image:after{border:0;}
.seperatorList.seperator-image{background-position:center center;background-repeat:repeat-x;margin:0;padding:0;}
.seperatorList.seperator-over-top{margin-bottom:-17px;position:relative;top:-13px !important;}





.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    padding-right: 15px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    background-color: #25D366;
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    font-family: Arial;
    font-size: 17px;
    animation: bounce 2s ease-in-out infinite;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-out;
    display: flex; /* Para alinear verticalmente el ícono y el texto */
    align-items: center; /* Asegura que el texto esté centrado verticalmente */
}

.fontChat {
    font-size: 24px !important; /* Aumenta el tamaño del ícono */
    padding-right: 5px;
    padding-left: 5px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-7px);
    }
}

.float-button:hover {
    background-color: #128C7E;
    color: #fff;
}

@media screen and (max-width: 545px) {
    span {
        display: none;
    }

    .float-button {
        bottom: 15px;
        right: 15px;
        width: 20px;
        border-radius: 20px 20px 5px 20px;
    }

    .fontChat {
        font-size: 22px !important;
        padding: 4px;
    }
}


.h3VideoTestimonios {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
  margin: 0 0 0px 0;
  text-rendering: optimizeLegibility;
}

.parrafoTestimiosHome{
  font-size: 16px;
  line-height: 1.2;
  color: #8d8d8d;
  text-rendering: optimizeLegibility;
}



.titulosProcesos {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
}

.texto-roboto {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-top: -20px;
    color: #111;
}

/* Contenedor de cada tarjeta del calendario */
.calendario-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    height: 550px;
}

/* La tarjeta interior */
.calendario-card .text-content {
    background: #fff;
    border-radius: 0px;
    padding: 5px 5px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
        justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
}

/* Imagen fija arriba */
.calendario-card .portfolio-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}

/* Botón siempre abajo */
.boton-calendario {
    margin-top: auto !important;
    width: 100%;
    text-align: center;
}

/* Botón de las tarjetas de temática: mismo efecto/color que .boton-calendario,
   mismo ancho completo, pero más bajito y esquinas redondeadas tipo home. */
.boton-tematica-card {
    padding: 12px 28px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
}

.tematica-card .portfolio-image img {
    border-radius: 6px;
}

/* Imágenes de los menús desplegables (Masters, Masterys, Calendario de Inicios)
   y reutilizada directo en <img> sueltas (ej. thumbnail del temario en cProducto)
   -- por eso lleva !important, para ganarle a .img-thumbnail de Bootstrap. */
.menu-img-rounded {
    position: relative;
    border-radius: 6px !important;
    overflow: hidden;
}

.menu-img-rounded img {
    border-radius: 6px !important;
}

/* Fecha como barra del ancho de la imagen, debajo (no encimada) */
.menu-fecha-pill {
    display: block;
    margin-top: 4px;
    padding: 5px 8px;
    background: #26B8F3;
    color: #fff !important;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
}




/* ================================================
   AULADISER 2025 – SISTEMA GLOBAL DE TEXTO
   ================================================ */

.ad-text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    color: #6E6E6E;
}

.ad-text p {
    margin-bottom: 18px;
    color: inherit;
}

.ad-text ol,
.ad-text ul {
    margin-left: 18px;
    padding-left: 10px;
}

.ad-text li {
    margin-bottom: 4px;   /* antes 10px */
    line-height: 1.3;     /* más apretado */
    color: inherit;
}


.ad-txt-spacing {
    letter-spacing: -2px;
}

.ad-txt-spacing-less {
    letter-spacing: -1px;
    line-height: 1.0 !important;   /* .5 es DEMASIADO bajo */
}

.ad-bold {
    font-weight: 600;
}

.ad-bold-less {
    font-weight: 500;
}

.ad-mbottom-15 {
    margin-bottom: 15px !important;   /* Ajusta al gusto */
}

.ad-mbottom-10 {
    margin-bottom: 10px !important;   /* Ajusta al gusto */
}

.countdown.countdown-pill .countdown-container {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 2px;
    margin: 4px 0 16px;
}
.countdown.countdown-pill .countdown-box {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    flex: 1 1 0;
    padding: 8px 2px !important;
    background: #26B8F3;
    border-radius: 6px;
    text-align: center;
}
.countdown.countdown-pill .countdown-box .number {
    font-size: 17px !important;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 2px !important;
}
.countdown.countdown-pill .countdown-box span {
    font-size: 9px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #fff !important;
    padding-top: 0 !important;
}
.countdown.countdown-pill .countdown-box span::before {
    display: none;
}

.widget-instructor {
    margin-top: 16px;
}
.widget-instructor .widget-instructor-info {
    margin-top: 14px;
}
.widget-instructor-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.widget-instructor-foto {
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
}
.widget-instructor-foto-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef2f5;
    color: #9aa5ad;
    font-size: 44px;
}
.widget-instructor-text {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}
.widget-instructor-text strong {
    display: block;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    margin-bottom: 6px;
}
.widget-instructor-text p {
    margin: 0;
    color: #6a6a6a;
    line-height: 1.4;
}

.widget-tags .tags a {
    border-radius: 6px !important;
    font-family: "Roboto", sans-serif !important;
}

.texto-temario-lista {
    clear: left;
    margin-top: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

nav .main-menu .dropdown-menu {
    border-radius: 0 0 6px 6px !important;
    overflow: hidden;
}

.page-error-404 {
    font-family: "Titillium Web", sans-serif !important;
}

.search-form .input-group-lg .form-control {
    border-radius: 6px 0 0 6px !important;
    border: none !important;
}
.search-form .input-group-btn .btn {
    border-radius: 0 6px 6px 0 !important;
    padding: 0 22px !important;
}

.button.rounded {
    border-radius: 6px !important;
}

#page-title.error-page-hero {
    border-bottom: none !important;
}

/* Boton flotante de WhatsApp, mismo estilo que usamos en AdsLAB pero con el
   verde oficial de WhatsApp en vez del azul de marca de ese proyecto. */
.wa-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
    text-decoration: none !important;
}
.wa-float i {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.wa-float::before,
.wa-float::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25d366;
    z-index: 1;
    animation: wa-pulse 2.2s ease-out infinite;
}
.wa-float::after {
    animation-delay: 1.1s;
}
.wa-float-label {
    position: absolute;
    right: calc(100% + 16px);
    top: 50%;
    transform: translateY(-50%);
    white-space: normal;
    max-width: 200px;
    width: max-content;
    text-align: center;
    line-height: 1.35;
    background: #000;
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 18px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    animation: wa-label-bounce 2.5s ease-in-out infinite;
}

@keyframes wa-pulse {
    0% { transform: scale(1); opacity: .55; }
    100% { transform: scale(1.8); opacity: 0; }
}
@keyframes wa-label-bounce {
    0%, 100% { transform: translateY(-50%); }
    50% { transform: translateY(calc(-50% - 5px)); }
}

@media (max-width: 767px) {
    .wa-float-label { display: none; }
}

/* El boton "INICIA: ... HORAS - CONOCE MAS" del hero (home) se desbordaba y
   se veia cortado en pantallas angostas -- se fuerza a ancho completo del
   contenedor en vez de shrink-to-fit, para que el texto haga wrap real. */
@media (max-width: 767px) {
    .slide-cta-box {
        display: block !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 340px !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        margin-left: auto !important;
        margin-right: auto !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
        padding: 12px 16px !important;
    }
}

/* Salto de linea explicito dentro del boton del hero -- en vez de confiar en
   que el navegador haga wrap solo (en algunos Safari no lo hacia bien y el
   texto se cortaba), se fuerza el corte a mano. Oculto en desktop (una sola
   linea, como siempre fue). */
.cta-mobile-break {
    display: none;
}
@media (max-width: 767px) {
    .cta-mobile-break {
        display: block !important;
        content: "";
    }
}

/* El boton de "subir" se encima con el flotante de WhatsApp: lo mandamos
   al lado izquierdo de la pantalla. */
.gototop-button {
    right: auto !important;
    left: 0 !important;
    border-radius: 0 4px 4px 0 !important;
}

/* Tooltips (Bootstrap) en azul de marca, igual que los pills de fecha del
   menu de Calendario, en vez del negro por default. */
.tooltip.in {
    opacity: 1 !important;
    filter: none !important;
}
.tooltip-inner {
    background-color: #26b8f3;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    border-radius: 6px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #26b8f3;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #26b8f3;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #26b8f3;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #26b8f3;
}

/* Chips de oferta en cPromocion.php (descuento, MSI, cupón, vigencia) --
   el tema no trae un componente de pill/badge listo. */
.promo-chip {
    display: inline-block;
    background-color: #26b8f3;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 30px;
    margin: 0 6px 8px 0;
}

/* Pill "Temario actualizado" en cProducto.php -- ver mcTemarioActualizado() */
.badge-temario-reciente {
    display: inline-block;
    background-color: #28c76f;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 30px;
    margin-left: 8px;
    vertical-align: middle;
}

/* Badge "actualizado" pegado a la miniatura del programa en el mega-menú
   (Masters/Masterys) -- ver mcTemarioActualizado(). El wrapper necesita su
   propio position:relative porque no sabemos si .portfolio-image ya lo trae. */
.thumb-badge-wrap {
    position: relative;
    display: inline-block;
}
.thumb-badge-actualizado {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 5;
    background-color: #28c76f;
    color: #ffffff;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 0.5px;
    padding: 3px 7px;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

/* Badge "actualizado" del hero del slider -- arriba y centrado con el
   título, en vez de flotar en la esquina del slide. */
.hero-badge-actualizado {
    display: inline-block;
    background-color: #28c76f;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 8px 22px;
    border-radius: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(40, 199, 111, 0.65);
}


