:root {
    --lightGrey: #F1F3F4;
    --blueGrey: #647c87;
    --c-primary: #ef7e21;
    --c-primary-dark: #D7711E;
    --colorBoton: #ef7e21;
    /* Colores Textos */
    --titleOrange: #f47115;
}

.text-primary-orange {
    color: var(--c-primary);
}

.bg-primary-orange {
    background-color: var(--c-primary);
}

.text-balance p,
p.text-balance {
    text-wrap: balance;
}

.footer {
    background-color: var(--blueGrey);
}

.footer .row03 .redesSociales li a {
    color: var(--blueGrey);
}

/* Clase global fade-in-out */
.fade-in-out {
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 1;
    /* Inicialmente visible */
    visibility: visible;
    /* Asegurarse de que sea visible */
}

/* Cuando el elemento se oculta (display: none) */
.fade-in-out.hidden {
    opacity: 0;
    visibility: hidden;
}

/* NEWSLETTER */
#mc_embed_signup .mc-field-group input {
    border: none;
    background-color: var(--lightGrey);
}

#mc_embed_signup .mc-field-group .form-label {
    display: none;
}

#mc_embed_signup .indicates-required {
    display: none;
}

#mc_embed_signup .button {
    background-color: var(--c-primary) !important;
    text-transform: capitalize !important;
    padding: 11px 22px !important;
    height: 42px !important;
    line-height: unset !important;
}

#mc_embed_signup input:focus {
    outline: auto;
}

#mc_embed_signup select:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus {
    outline-color: var(--blueGrey) !important;
}

@media(min-with: 991px) {
    #newsletter-footer .col-logo {
        padding-left: 141px;
    }
}

.newsletter .col-logo .logo-caption {
    font-size: 24px;
}

.newsletter .col-formulario {
    padding-top: 102px;
}

#newsletter>.row {
    padding-left: 58px;
}

.newsletter .col-logo {
    padding-left: 75px;
}

/* RESPONSIVE NEWSLETTER*/
@media(max-width:740px) {

    #newsletter-footer .col-logo {
        padding-top: 29px;
        padding-bottom: 0px;
        flex-direction: row;
        gap: 22px;
    }

    #newsletter-footer .col-formulario {
        padding-top: 29px !important;
    }

    .newsletter .col-logo .logo-caption {
        font-size: 18px;
    }

    .newsletter .col-logo .img-wrapper {
        display: flex;
        justify-content: center;
    }

    .newsletter .col-logo .img-wrapper img {
        object-fit: contain;
    }

    .newsletter .row {
        padding-inline: 22px;
    }

    .newsletter-block>.row>.col {
        padding-right: 0px;
    }

    .footer .row01 {
        margin-inline: 0px;
    }

    #newsletter>.row {
        padding-left: 0px;
    }
}


.colorNaranjaCE {
    font-weight: inherit;
    color: #f47115 !important;
}

.page .bloqueTitulo,
.page .bloqueTitulo span {
    height: auto;
    line-height: auto;
}

.page .bloqueTitulo span {
    font-size: 24px;
    font-weight: 600;
    color: #2d2d2d;
    border: 0;
    text-transform: none;
    padding: 0;
}

.page .bloqueTitulo,
.page .bloqueTitulo span {
    min-height: 29px;
}

/* .page #contenidosPrograma .bloqueTitulo,
.page #contenidosPrograma .bloqueTitulo span {
    height: 39px !important;
}

.page #contenidosPrograma .bloqueTitulo span {
    padding: 5px !important;
}

.page #contenidosPrograma .bloqueTitulo .linea {
    margin-top: -20px !important;
} */

.page .sliderPrincipal .owl-carousel .owl-stage {
    display: block;
}

.page .sliderPrincipal.sliderGenerico .backgroundItem {
    padding: 50px 0;
}

.page .nav-tabs {
    gap: 35px;
    border-bottom: 3px solid #f2f2f2;
}

.page .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.page .nav-tabs .nav-link {
    font-size: 19px;
    font-weight: 600;
    color: #2d2d2d;
    background-color: transparent;
    border: 0;
    outline: none;
    padding: 0;
    padding-bottom: 8px;
    cursor: pointer;
    text-align: left;
}

.page .nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--c-primary);
}

.page .tab-content ul {
    display: flex;
    flex-wrap: wrap;
    width: 768px;
    margin: 0 auto;
    gap: 40px 20px;
    padding-block: 60px;
}

.page .tab-content ul li {
    flex: 1 1 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .tab-content ul li span img {
    width: 115px;
    transition: 0.3s;
}

.page .tab-content ul li span img.original {
    display: none;
}

.page .tab-content ul li span:hover img {
    mix-blend-mode: luminosity;
    opacity: 0.5;
}

@media (max-width: 1199px) {

    /* .page .bloqueTitulo,
    .page .bloqueTitulo span {
        color: #f47115;
        text-align: center;
        margin-bottom: 58px;
    } */

    .page .tab-content ul {
        width: 100% !important;
    }
}

@media (max-width: 767px) {

    .page .bloqueTitulo,
    .page .bloqueTitulo span {
        margin-bottom: 30px;
    }
}

/* PLAN */

.plan {
    border: 2px solid #f5f5f5;
    box-shadow: 6px 6px 10px 0 rgba(151, 163, 165, 0.2);
}

.plan .title {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #f47115;
    margin-bottom: 22px;
}

.plan .descripcion {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #2d2d2d;
}

.plan .btn {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f47115;
    text-transform: none;
    width: 100%;
    border-radius: 5px;
    height: 47px;
}

.plan ul {
    margin-top: 18px;
    margin-bottom: 25px;
}

.plan ul li {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 0;
    line-height: 21px;
    letter-spacing: 0.15px;
}

/* Panel idioma */

.panel-idioma {
    padding-top: 30px;
}

/* PAGINA NOTICIAS */

.listadoNoticias .banner.banner-pages .container h1 {

    margin-bottom: 32px !important;
}

/* lupa */
.listadoNoticias #formCajaBusqueda .finderUtils .finderSection .findAction,
.finderSection.col .findAction {

    color: #2d9bdd;
}

.listadoNoticias .container[role="main"] {
    padding-top: 0;
}

/*  END PAGINA NOTICIAS */