/**
 * estiloobsgen.css
 * Observatorio de Género - hoja consolidada y depurada
 * Origen: general.css + observatorio_principal.css
 * Objetivo: Joomla 5.x / 6.x, navegadores modernos, responsive y WCAG 2.1 AA.
 */


:root {
    --obsgen-primary: #e9611c;
    --obsgen-primary-dark: #be4c12;
    --obsgen-text: #222222;
    --obsgen-bg: #ffffff;
    --obsgen-muted-bg: #efedec;
    --obsgen-focus: #005fcc;
}


/* ==========================================================================
   01. FUENTES Y TIPOGRAFÍAS LOCALES
   ========================================================================== */

@font-face {
    font-family: "Helvetica Neue Bold";
    src: url("../fonts/HelveticaNeueBold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans Bold";
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans Condensed";
    src: url("../fonts/OpenSansCondensed-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans Condensed Bold";
    src: url("../fonts/OpenSansCondensed-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   BASE, NORMALIZACIÓN Y TIPOGRAFÍA
   ========================================================================== */

body {
    background: #FFFFFF;
    color: #222222;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: normal !important;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
}

a {
    color: #e9611c !important;
}

a:hover {
    color: #cd5214 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "OpenSans Condensed Bold",sans-serif;
    color: #e9611c;
}

h1 {
    font-size: 2.25rem;
    line-height: 1.2;
}

h2 {
    font-size: 1.875rem;
    line-height: 1.25;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.35;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.4;
}

h6 {
    font-size: 1rem;
    line-height: 1.5;
}

.sppb-addon-text-block h2 {
    font-size: 21.9px;
    color: #222222 !important;
    font-weight: bold;
}

h5.sppb-addon-title {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

h6.sppb-addon-title {
    color: #000;
    text-align: left;
    font-size: 1.3rem;
    font-style: italic;
    background: #fff;
    padding: 10px 0 !important;
    font-weight: bold;
   
}

.titulo-sondeo h4 {
    font-size: 20px;
    font-family: "Helvetica Neue" !important;
    color: #000;
    font-weight: 600;
}

h3.sppb-addon-title {
    margin-top: 0;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
    border: 0;
}

.titulo-menu-left {
	font-family: "OpenSans Condensed Bold",sans-serif;
    color: #e9611c;
	font-size: 14pt !important;
}

p, div.catItemHeader span.catItemDateCreated {
    font-family: Arial,sans-serif;
    color: #000;
    text-align: justify;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
}

/* ==========================================================================
   ESTRUCTURA GENERAL Y CONTENEDORES
   ========================================================================== */

#sp-left .sp-module {
    padding: 20px 10px 10px;
    border: none;
}

aside#sp-left, aside#sp-right {
    padding-right: 15px !important;
    padding-left: 5px;
}

#sp-left .sp-module .sp-module-title {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 0;
}

#sp-left .sp-module ul > li {
    border: none;
    display: list-item;
}

#sp-left .sp-module ul > li > a {
    display: initial !important;
    line-height: 22px;
}

#sp-left .sp-module ul > li > a:hover {
    border-bottom: 1px solid #e9611c;
}

#sp-left .current a {
    font-weight: bold;
    border-bottom: 1px solid #e9611c;
}

#sp-left .current ul li a {
    border-bottom: none;
    font-weight: 100;
}

#sp-right .sp-module {
    padding: 20px !important;
}

#sp-right .sp-module .sp-module-title {
    border-bottom: 1px solid #abb2b6;
    font-size: 23px;
    color: #000000;
    margin: 0 0 5px;
    padding-bottom: 8px;
    text-align: center;
}

#sp-right p {
    text-align: left;
}

#sp-main-body {
    padding: 0 0 80px !important;
    padding: 0 !important;
}

#sp-main-body > .row {
    margin: 0 auto;
    max-width: 80rem;
    width: 100%;
}


#sp-main-body > .row:has(#sp-page-builder.inicio) {
    max-width: none;
    width: 100%;
}

div#sp-page-builder.sp-page-builder.inicio.page-81 {
	max-width:none !important;
}

#sp-main-body > .row:before, #sp-main-body > .row:after {
    content: " ";
    display: table;
}

#sp-component {
    padding-top: 80px;
    padding: 0 !important;
}

#column-wrap-id-1570547671458, #column-wrap-id-1584984049731 {
    border-bottom: 2px solid #ccc;
}

div#column-id-1585155887014:before {
    content: "";
    width: 1px;
    height: 200%;
    background: #E6E6E6;
    position: absolute;
    margin-top: 35px;
    left: -12px;
    top: -82px;
}

div#column-id-1585155887014:after {
    content: "";
    width: 1px;
    height: 200%;
    background: #E6E6E6;
    position: absolute;
    margin-top: 35px;
    top: -82px;
    right: -24px;
}

.gp-gallery {
margin-top: 20px !important;
}

.grey-box-qs {
    background: #efedec;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    color: #000000 !important;
	font-size: 23px !important;
}

.chk-mkr-qs {
	margin-bottom: 16px;
    background: url(/images/Iconos/img-check-1.jpg) 0px 50% / auto no-repeat scroll padding-box border-box transparent;
    box-sizing: border-box;
    min-height: 35px;
    padding-left: 60px;
	text-align: justify;
}

.mision-vision-titulo {
    background: #efedec;
    padding: 15px 25px;
    position: relative;
    z-index: 2;
    display: inline-block;
	font-weight: 700;
}

.mision-vision-parrafo {
    position: relative;
    border: 1px solid #edccbb;
    background: #fcfbfb;
    padding: 25px;
    margin-top: -25px;
    margin-left: 60px;
}

.contactosprensa {
    background: #efedec !important;
    border-radius: 20px !important;
}

#sp-right .item-siguenos {
    display: inline-block;
    background: #efedec;
    border-radius: 10px;
    color: #000 !important;
    text-align: center;
    padding: 5px;
}

#acciones-lista .item-acciones.left-circle {
    padding-left: 60px;
    padding-right: 20px;
    margin-left: 30px;
    text-align: left;
}
#acciones-lista .item-acciones {
    position: relative;
    border-radius: 15px;
    display: block;
    background: #efedec;
    padding: 10px;
    margin: 3rem 0;
}

/* ==========================================================================
   ENCABEZADO, LOGOS Y TÍTULOS
   ========================================================================== */

#sp-top {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    background: #222128;
    color: #fff;
    padding: 1rem 0 1rem;
    font-size: 14.4px;
}

#sp-top2 a {
    color: #fff !important;
}

#sp-header {
    height: 80px;
    position: relative;
    width: 100%;
    z-index: 99;
    box-shadow: none !important;
    font-family: "OpenSans Condensed" !important;
    margin-bottom: 50px !important;
    margin-bottom: 0px !important;
}

.sp-page-title {
    background-color: #fff;
    padding-bottom: 0px;
}

.sp-page-title h1 {
    color: #000 !important;
    font-size: 32px !important;
    padding-left: 175px !important;
    margin-top: -15px !important;
}

.sp-page-title-heading:after {
    position: absolute !important;
    width: 830px !important;
    height: 40px;
    bottom: -60px;
    left: 36%;
    content: "";
}


/* =========================================================
   ENCABEZADO DE ARTÍCULOS - OBSERVATORIO
   Joomla 5/6 + Helix Ultimate
   ========================================================= */

/* Contenedor principal del título */
.article-header  {
    position: relative;
    margin: 45px 0 55px;
	width: 100%;
    padding: 0 20px 0 190px;
    height: 70px;
    display: flex;
    align-items: center;
     background: transparent;
    box-sizing: border-box;
}

/* Imagen decorativa */
.article-header::before {
    content: "";
    position: absolute;
    left: 35px;
    top: -30px;
    width: 130px;
    height: 82px;
    /*background-image: url("/images/cabeceras/quienes-somos.jpg");*/
	z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	 z-index: 3;
}


.article-header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 40px;
    background-color: #f15a16;
    z-index: 1;
}

/* Título del artículo */
.article-header h1,
.article-header h2 {
    position: relative;
    z-index: 2;
    margin-top: -60px;
    padding: 0;
    color: #111111;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

/* QUIÉNES SOMOS */
.seccion-quienes .article-header::before {
    background-image: url("/images/cabeceras/quienes-somos.jpg");
}

/* TRANSPARENCIA */
.menu-transparencia .article-header::before {
    background-image: url("/images/cabeceras/transparencia.jpg");
}

/* SERVICIOS */
.menu-servicios .article-header::before {
    background-image: url("/images/cabeceras/servicios.jpg");
}

/* NOTICIAS */
.menu-noticias .article-header::before {
    background-image: url("/images/cabeceras/noticias.jpg");
}

/* CONTACTO */
.menu-contacto .article-header::before {
    background-image: url("/images/cabeceras/contacto.jpg");
}


.contentheading {
	position: relative;
    margin: 45px 0 55px;
	width: 100%;
    padding: 0 20px 0 190px;
   /* height: 70px; */
    display: flex;
    align-items: center;
     background: transparent;
    box-sizing: border-box;
	color:#111111 !important;
}


/* Imagen decorativa */
.contentheading::before {
    content: "";
    position: absolute;
    left: 35px;
    top: -30px;
    width: 130px;
    height: 82px;
   background-image: url("/images/cabeceras/quienes-somos.jpg");
	z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	 z-index: 3;
}


.contentheading::after {
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    height: 40px;
    background-color: #f15a16;
    z-index: 1;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .article-header {
        padding-left: 165px;
    }

    .article-header::before {
        left: 25px;
        width: 120px;
        height: 80px;
    }

    .article-header h1,
    .article-header h2 {
        font-size: 28px;
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

    .article-header {
        margin: 55px 0 50px;
        padding: 55px 20px 18px;
        min-height: auto;
        display: block;
    }

    .article-header::before {
        left: 20px;
        top: -35px;
        width: 105px;
        height: 70px;
    }

    .article-header h1,
    .article-header h2 {
        font-size: 25px;
        line-height: 1.25;
    }
}


/* ==========================================================================
   MENÚS, NAVEGACIÓN Y OFFCANVAS
   ========================================================================== */

nav.sp-megamenu-wrapper.d-flex {
    display: block !important;
}

.menu-separator {
    color: #e9611c !important;
}

.sp-megamenu-parent {
    float: left !important;
    font-size: 1.1rem;
    color: #b7b7b7;
    text-align: center;
    padding: 0 !important;
    font-family: "OpenSans Condensed" !important;
    font-weight: normal;
    background-color: #fff;
}

.sp-megamenu-parent > li:before {
    border-left: solid 1px #b7b7b7b7 !important;
    content: "";
}

.sp-megamenu-parent > li:first-child:before {
    border-left: solid 1px #ffffff !important;
}

.sp-megamenu-parent > li > a {
    padding: 0 30px !important;
    font-family: "OpenSans Condensed" !important;
    font-size: 1.1rem !important;
    color: #3e3e3e !important;
}

.sp-megamenu-parent > li.active > a {
    color: #e9611c !important;
}

.sp-megamenu-wrapper > ul li > a {
    font-size: 17.6px !important;
    font-weight: 200;
}

#sp-menu-separator {
    font-size: 17.6px !important;
    font-weight: 200;
}

.sp-megamenu-parent > li.sp-menu-item.current-item.active > a {
    background-color: #fff !important;
}

.sp-dropdown.sp-dropdown-sub.sp-menu-right {
    box-shadow: 0 0 8px rgba(0,0,0,0.7);
    min-width: 50% !important;
    width: max-content !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 2px !important;
    background: #e9611c;
    box-shadow: 0 0 8px rgba(0,0,0,0.7);
}

.sp-megamenu-parent > li:first-child > a {
    padding: 0 30px 0 15px !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: initial;
    padding: 0 30px !important;
    line-height: 80px !important;
}

li.sp-menu-item.current-item.active > a {
    background-color: rgba(0,0,0,0.25) !important;
}

.sp-menu-right div ul li.active {
    background-color: rgba(0,0,0,0.25) !important;
}

.sp-menu-right div ul li.active a {
    background-color: rgba(0,0,0,0.25) !important;
}

.sp-menu-right div ul li .sp-menu-right div ul li a {
    background-color: #ffffff00 !important;
}

.sp-menu-left div ul li.active a {
    background-color: rgba(0,0,0,0.25) !important;
}

.sp-menu-left div ul li .sp-menu-right div ul li a {
    background-color: #ffffff !important;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: max-content !important;
    min-width: 100% !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    margin-top: 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    color: #ffffff !important;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-family: OpenSans;
    font-size: 14px !important;
    font-weight: 100;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:not(.sp-group-title):hover {
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.sp-megamenu-parent > li.sp-has-child > a:after {
    display: none;
}

ol.breadcrumb {
    display: none;
}

#sp-left ul.menumenu-lateral {
    list-style: disc !important;
    list-style-position: outside !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
}

.active.menu-deeper > a {
    font-weight: bold;
    border-bottom: 1px solid #e9611c;
}

.active.menu-deeper span {
    font-weight: bold;
    border-bottom: 1px solid #e9611c;
}

.menu-deeper:hover > a, .menu-deeper:hover > span {
    border-bottom: 1px solid #e9611c;
}

ul.menu-child > li {
    list-style: circle;
}

ul.menu-child {
    margin-left: 10px !important;
    margin-bottom: 0 !important;
}

span.nav-header {
    color: #e9611c;
}

.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
    border-radius: 4px;
}


/* ==========================================================================
   ENLACES, BOTONES Y PAGINACIÓN
   ========================================================================== */

.sppb-btn:focus {
    box-shadow: none !important;
}

.sppb-btn, .btn-primary, .sppb-btn-primary  .sppb-magnific-popup .sppb-modal-selector, .comunicado-button {
    font-family: "OpenSans Condensed Bold",sans-serif;
    border-radius: 50px !important;
    padding: 0.6rem 2rem 0.7rem 2rem;
    background-color: #e9611c !important;
    color: #ffffff !important;
    border: none !important;
    transition: ease-out .5s all;
}

.sppb-btn:hover, .btn-primary:hover, .sppb-btn-primary:hover .sppb-magnific-popup:hover .sppb-modal-selector:hover, .comunicado-button:hover {
    background-color: #be4c12 !important;
    color: #fff !important;
}

.sppb-btn-primary.focus, .sppb-btn-primary:focus .sppb-magnific-popup:focus .sppb-modal-selector:focus {
    box-shadow: none;
}

.FondoNaranja .sppb-btn {
    background-color: rgba(255,255,255,0.2) !important;
}

#cvd a {
    margin: 0px !important;
}


/* ==========================================================================
   FORMULARIOS, BÚSQUEDA Y ENCUESTAS
   ========================================================================== */

#sp-search {
    margin: auto;
}

.search {
    top: 15px !important;
    right: 15px !important;
    border-radius: 0 !important;
    border: 1px solid #808080;
}

.search .form-control {
    background-color: #f1f1f1;
    border: 0;
    margin-bottom: 0;
    width: -webkit-fill-available;
}

#searchForm fieldset {
    display: none;
}

#search-searchword {
    padding: 5px;
    margin: 5px;
    border: 1px solid;
    border-radius: 5px;
}

#searchForm .btn-secondary, #searchForm .form-inline {
    margin: 5px;
    border-radius: 5px;
}

#searchForm hr {
    display: none;
}

#searchForm select#limit {
    width: unset;
}

dl.search-results {
    margin: 20px;
}

.view-search .alert-danger {
    display: none;
}

#sp-component .search {
    margin-bottom: 30px;
}

.sppb-form-group {
    margin-bottom: 10px !important;
}

.sppb-form-control:focus {
    border-color: #999999 !important;
}

form {
    margin: 0;
}

.form-control {
    width: 90%;
}

input[type="search"] {
    height: 27px;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}

.btn-success:hover {
    background-color: #be4c12 !important;
    color: #fff !important;
}

.mod-sppoll > strong {
    font-size: 18px;
    font-weight: lighter;
}

.progress {
    margin-bottom: 10px;
}

.sp-poll-resul-item {
    width: 95% !important;
}

form.form-sppoll {
    text-align: center;
}

.form-sppoll .radio {
    text-align: left;
}


/* ==========================================================================
   PESTAÑAS, ACORDEONES Y PANELES
   ========================================================================== */

.sppb-panel-default > .sppb-panel-heading {
    background: #ffffff;
}

.sppb-panel-default > .sppb-panel-heading.active {
    background: rgba(0,0,0,0.03);
}

.sppb-panel-heading:hover {
    background: #f9f9f9;
}

.sppb-panel-heading {
    transition: ease-out all .3s;
    padding: 10px 30px 10px 40px !important;
}

.sppb-panel-title {
    font-size: 16px;
    font-weight: 100;
}

.sppb-nav-tabs {
    border-bottom: 0;
    display: table;
    width: 100%;
}

.sppb-tab-content {
    margin-top: 0px;
    border-top: none;
    border: 1px solid #e1e1e1;
    border-color: rgba(0,0,0,0.1);
    padding: 20px;
}

ul.sppb-nav.sppb-nav-tabs {
    padding: 0px;
}

.sppb-nav-tabs > li {
    float: none !important;
    display: table-cell;
}

.sppb-nav-tabs > li > a {
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: 100;
    color: #000 !important;
    padding: 10px;
}

.sppb-nav-tabs > li.active > a {
    background-color: #e9611c !important;
    color: #fff !important;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: bold;
}

span.sppb-toggle-direction {
    right: inherit !important;
    left: 10px !important;
}

.fa-chevron-right:before {
    content: "" !important;
    color: #000 !important;
}


/* ==========================================================================
   K2, NOTICIAS Y CAMPOS EXTRA
   ========================================================================== */

.catItemTitle {
    font-size: 1.5rem;
    font-family: "OpenSans Condensed Bold",sans-serif;
    color: #e9611c;
    padding: 35px 0px 5px !important;
    padding: 10px 0px 10px 0px !important;
}

div.catItemHeader span.catItemDateCreated span.itemDateCreated {
    color: #222222;
    font-size: 100%;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
    padding-top: 10px;
}

[data-nsspwalk-to]:after {
    content: attr(data-nsspwalk-to);
    padding: 0px 12px;
    float: right;
    color: #FFF;
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.ns2-links {
    text-align: center;
}

.ns2-art-controllers {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 10px;
}

.ns2-created {
    display: none !important;
}

a.ns2-readmore {
    border-radius: 30px;
    border: 3px solid #e9611c;
    padding: 12px 25px;
    font-size: 13pt !important;
    font-weight: bold;
    color: #ffffff !important;
    background: none;
}

a.ns2-readmore:hover {
    background-color: #be4c12;
}

a.ns2-readmore span {
    padding: 0;
    background: none;
}

.nssp2-controllers span {
    background-color: #869791;
    border-radius: 30px;
    opacity: 0.5;
}

.ns2-art-pagination span:hover {
    opacity: 1;
    transition: ease-out .2s all;
}

.nssp2-controllers > .active {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.ns2-art-pagination span {
    margin: 0px 5px;
    transition: all 1s ease-in-out;
}

.catItemIntroText .addtoany_container {
    display: none;
}

.com-k2.view-item.layout-default.task-none aside#sp-left, .com-k2.view-item.layout-default.task-none aside#sp-right {
    margin-top: -6px;
}

.com-k2.view-item.layout-default.task-none #sp-component {
    padding-top: 0px;
}

.ns2-readmore > a {
    border-radius: 30px;
    border: 3px solid #e9611c;
    padding: 12px 25px;
    font-size: 13pt !important;
    font-weight: bold;
    color: #ffffff !important;
    background: none;
}

.ns2-readmore > a:hover {
    background-color: #be4c12;
}

.NS2K2ExtraFields ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.NS2K2ExtraFields > ul > .typeSelect {
    display: none !important;
}

.NS2K2ExtraFields > ul > .título > .value {
    font-size: 28px !important;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

.NS2K2ExtraFields .contenido span.value:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 3px;
    background: #e9611c;
}

div.itemHeader span.itemDateCreated {
    color: #222222;
    font-size: 100%;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
    padding-top: 10px;
}

div.catItemExtraFields, div.genericItemExtraFields {
    border-top: none !important;
}

div.catItemBody {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px dotted #cc6633 !important;
}

.catItemExtraFieldsValue {
    display: none !important;
}


/* ==========================================================================
   IMÁGENES, SLIDERS Y MULTIMEDIA
   ========================================================================== */

#Programas img.sppb-img-responsive {
    width: 350px;
    height: 185px;
}

.resaltar:hover .sppb-addon-single-image-container {
    overflow: hidden;
    transition: ease-out .8s all;
}

.resaltar:hover img {
    transform: scale(1.3);
    transition: ease-out .8s all;
}

.resaltar img {
    transition: ease-out .8s all;
}

.resaltar .sppb-addon-single-image-container {
    transition: ease-out .8s all;
    overflow: hidden;
}

.resaltar:hover h6 {
    transition: ease-out .8s all;
    color: #e9611c;
}

.resaltar h6 {
    transition: ease-out .8s all;
}

.resaltar {
    transition: ease-out .8s all;
}

.home-ad-banner {
    text-align: center;
}

.home-ad-banner img {
    display: inline-block;
    border: 13px solid #eaeaea;
}

.sppb-addon-articles-thumb-slider a:hover, .sppb-addon-articles-thumb-slider a:focus {
    text-decoration: underline;
}

.sppb-addon-articles-thumb-slider .sppb-addon-content {
    position: relative;
    overflow: hidden;
}

.sppb-addon-articles-thumb-slider .sppb-addon-content .sppb-carousel-inner {
    height: 100%;
}

.sppb-addon-articles-thumb-slider .sppb-addon-content .sppb-carousel-inner .sppb-item {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sppb-addon-articles-thumb-slider .sppb-addon-content .sppb-carousel-control {
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2196078431372549);
    color: #000 !important;
    border-radius: 30px;
    font-size: 18px;
}

.sppb-addon-articles-thumb-slider .sppb-addon-content .sppb-carousel-control.right {
    left: 50px;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .bg-img-wrapper, .sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-carousel.sppb-slide, .sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-img-wrap, .sppb-addon-articles-thumb-slider .sppb-addon-article .video-caption-wrapper, .sppb-addon-articles-thumb-slider .sppb-addon-article .audio-caption-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .article-spbookmark {
    margin-left: 15px;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .article-spbookmark a {
    color: #98979c;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-img-wrap > img {
    border-radius: 6px;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap {
    font-size: 14px;
    margin-top: 30px;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap .sppb-meta-category {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.75;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap .video-duration {
    font-weight: 400;
    font-size: 14px;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap .video-duration, .sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap .video-symbol {
    color: #fff;
    margin-left: 10px;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap .video-symbol {
    display: inline-block;
    font-size: 20px;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap .hits-count {
    font-size: 14px;
    font-weight: 400;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap .hits-count .fa {
    margin-right: 5px;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap a:hover, .sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap a:focus {
    text-decoration: underline;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.41;
    max-height: 100px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap .sppb-article-introtext {
    line-height: 1.8;
    margin: 15px 0;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta {
    color: #98979c;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta > span:not(:last-child) {
    margin-right: 12px;
}

.sppb-addon-articles-thumb-slider .sppb-addon-article .sppb-article-info-wrap .sppb-readmore {
    margin-top: 20px;
    display: inline-block;
    font-size: 13px;
}

.sppb-addon-articles-thumb-slider .sppb-article-meta {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}

.sppb-addon-articles-thumb-slider .sppb-article-meta > span:not(:last-child) {
    margin-right: 10px;
}

.sppb-addon-articles-thumb-slider .sppb-article-meta > span:not(:last-child):after {
    content: ",";
}

.sppb-addon-articles-thumb-slider .articles-slider, .sppb-addon-articles-thumb-slider .articles-slider a {
    color: #fff;
}

.sppb-addon-articles-thumb-slider .articles-slider .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.sppb-addon-articles-thumb-slider .articles-slider .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sppb-addon-articles-thumb-slider .articles-slider .swiper-slide > div {
    display: flex;
    height: 100%;
    align-items: center;
    padding-right: 400px;
    background: linear-gradient(180deg, rgba(205,82,20,0.05395661682641806) 40%, rgba(0, 0, 0, 0.64) 70%);
}

.sppb-addon-articles-thumb-slider .articles-slider .sppb-article-info-wrap {
    padding: 0px;
    max-width: 750px;
    z-index: 3;
    bottom: -25%;
    position: relative;
}

.sppb-addon-articles-thumb-slider .articles-slider .sppb-article-info-wrap h3 {
    font-size: 60px;
    line-height: 1.33;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff !important;
}

.sppb-addon-articles-thumb-slider .articles-slider .sppb-article-info-wrap p {
    color: #fff !important;
    text-align: left;
}

.sppb-addon-articles-thumb-slider .articles-slider .sppb-article-info-wrap .sppb-readmore {
    border: 1px solid;
    padding: 7px 20px;
    border-radius: 30px;
    margin: 20px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.sppb-addon-articles-thumb-slider .articles-slider .sppb-article-info-wrap .sppb-readmore:hover, .sppb-addon-articles-thumb-slider .articles-slider .sppb-article-info-wrap .sppb-readmore:focus {
    background-color: #fff;
}

.sppb-addon-articles-thumb-slider .video-caption-wrapper i.fa {
    font-size: 51px;
}

.sppb-addon-articles-thumb-slider .video-caption-wrapper .video-caption-info {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.sppb-addon-articles-thumb-slider .video-caption-wrapper .video-caption-info .video-duration {
    order: 2;
    opacity: 0.7;
}

.sppb-addon-articles-thumb-slider .video-caption-wrapper .video-caption-info .video-caption {
    order: 1;
}

.sppb-addon-articles-thumb-slider .articles-thumb {
    width: 15%;
    min-width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(205,82,20,0.05395661682641806) -1%, rgba(0,0,0,0.8578781854538691) 41%);
    color: #fff;
    padding: 10px 0;
    overflow: visible;
    transition: 0.3s;
}

.sppb-addon-articles-thumb-slider .articles-thumb .swiper-slide {
    cursor: pointer;
}

.sppb-addon-articles-thumb-slider .articles-thumb .sppb-article-meta {
    margin-bottom: 10px;
}

.sppb-addon-articles-thumb-slider .articles-thumb .swiper-slide-thumb-active .sppb-article-info-wrap {
    border-bottom-color: rgba(255, 236, 229, 0.77);
}

.sppb-addon-articles-thumb-slider .articles-thumb .swiper-slide-thumb-active .sppb-article-info-wrap .sppb-article-content {
    opacity: 1;
}

.sppb-addon-articles-thumb-slider .articles-thumb .sppb-article-info-wrap {
    padding: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sppb-addon-articles-thumb-slider .articles-thumb .sppb-article-info-wrap:hover .sppb-article-content {
    opacity: 1;
}

.sppb-addon-articles-thumb-slider .articles-thumb .sppb-article-info-wrap .sppb-article-content {
    opacity: 0.6;
    transition: opacity 0.3s;
}

.sppb-addon-articles-thumb-slider .articles-thumb .sppb-article-info-wrap a {
    color: #fff;
}

.sppb-addon-articles-thumb-slider .articles-thumb .sppb-article-info-wrap h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.41;
    max-height: 100px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
}

.sppb-addon-articles-thumb-slider .articles-thumb .article-counter {
    position: absolute;
    left: -80px;
    z-index: 10;
    width: 80px;
    height: 80px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 80px;
    border-radius: 50px 0px 0px 50px;
    top: 0;
    transition: 0.3s;
}

.sppb-addon-articles-thumb-slider.video-layout .full-link {
    z-index: 11;
}

.sppb-addon-articles-thumb-slider.video-layout .sppb-addon-content {
    display: flex;
    max-width: 100%;
}

.sppb-addon-articles-thumb-slider.video-layout .sppb-addon-content .articles-slider {
    flex: 0 0 65%;
    max-width: 65%;
}

.sppb-addon-articles-thumb-slider.video-layout .sppb-addon-content .articles-thumb {
    flex: 0 0 35%;
    max-width: 35%;
}

.sppb-addon-articles-thumb-slider.video-layout .sppb-addon-content .swiper-container {
    margin-left: 0;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-slider .swiper-slide {
    border-radius: 6px 0px 0px 6px;
    background-position: center;
    overflow: hidden;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-slider .swiper-slide > div {
    padding-right: 15px !important;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-slider .swiper-slide .container {
    align-items: flex-end;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-slider .swiper-slide .container h3 {
    font-size: 34px;
    margin-bottom: 10px;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-slider .swiper-slide .container .sppb-article-info-wrap {
    padding: 30px 15px;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-slider .swiper-slide .container .sppb-article-info-wrap .sppb-article-meta {
    margin-bottom: 10px;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb {
    background: #fff;
    color: #231f20;
    padding: 0;
    width: auto;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .swiper-slide {
    border-bottom: 1px solid #ededed;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .swiper-slide:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -17px;
    border-bottom: 10px solid #ededed;
    border-left: 10px solid #ededed;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    transform: rotate(45deg) translateY(-50%);
    opacity: 0;
    transition: opacity 0.2s;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb, .sppb-addon-articles-thumb-slider.video-layout .articles-thumb .swiper-slide {
    border-radius: 0px 6px 6px 0px;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .swiper-slide-thumb-active {
    background: #ededed;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .swiper-slide-thumb-active .sppb-article-info-wrap {
    border-bottom-color: #ededed;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .swiper-slide-thumb-active:before {
    opacity: 1;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .sppb-article-info-wrap {
    padding: 15px 35px;
    height: 100%;
    display: flex;
    align-items: center;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .sppb-article-info-wrap .sppb-article-content {
    opacity: 1;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .sppb-article-info-wrap h3 {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.33;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .sppb-article-info-wrap .sppb-article-meta .video-icon {
    font-size: 7px;
    width: 20px;
    height: 20px;
    border: solid 1px #e2e2e2;
    background-color: #fff;
    border-radius: 10px;
    line-height: 19px;
    text-align: center;
    color: #000;
    margin-right: 10px;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .sppb-article-info-wrap .sppb-article-meta .video-icon:after {
    content: "";
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .sppb-article-info-wrap .sppb-meta-category:after {
    display: none;
}

.sppb-addon-articles-thumb-slider.video-layout .articles-thumb .sppb-article-info-wrap .video-caption-info .video-duration {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
}

.swiper-container .thumb-slider-nav:hover, .swiper-container .thumb-slider-nav:focus {
    outline: none;
}

#secc-img img.sppb-img-responsive:hover {
    transform: scale(1.1);
}

#cvd img {
    margin: auto !important;
}

.sppb-addon-image-layout-content {
    padding: 9px 17px !important;
}

.image-layout-preset-style-collage .sppb-addon-image-layout-content {
    margin-left: -6%;
    margin-bottom: -25%;
}


/* ==========================================================================
   EVENTOS Y CALENDARIO
   ========================================================================== */

#BigDate {
    display: inline-grid;
    float: left;
    font-size: 50px;
    padding: 0px 10px 0px 0px;
    color: #e9611c;
    font-weight: bold;
    font-family: "OpenSans Condensed Bold";
}

#TitleCalendar {
    font-size: 1.3rem;
    line-height: 1.1;
    font-family: "OpenSans Condensed Bold";
}

.mod_events_latest, .mod_events_latest, .mod_events_latest, .mod_events_latest_first {
    border-bottom: none;
    border-top: none;
    padding: 5px 0px !important;
}

div.mod_events_latest_callink {
    margin-top: 40px !important;
    text-align: center;
}

div.mod_events_latest_callink a {
    background: #e9611c;
    border: 1px solid #e9611c;
    color: #fff !important;
    padding: 10px;
    border-radius: 20px;
    border-radius: 31px;
    font-size: 1rem;
    font-family: "OpenSans Condensed Bold";
}

#HoursCal, #LittleDate {
    color: #b2b2b2;
    font-size: 1.1rem;
    font-family: "OpenSans Condensed Bold";
}

div.mod_events_latest_callink a:hover {
    background: #cd5214 !important;
}


/* ==========================================================================
   REDES SOCIALES Y PIE DE PÁGINA
   ========================================================================== */

#sp-bottom h4 {
    color: #000;
    font-size: 1.4rem !important;
    background-color: rgba(0,0,0,0.0) !important;
    text-align: left;
    padding: 0px !important;
}

#sp-bottom {
    background: #efedec !important;
    font-size: 16px !important;
    color: #222222;
    padding: 32px 0px 0px;
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 800;
    font-size: 19.2px;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    color: #222222;
}

#sp-bottom1 {
    padding-right: 20px !important;
}

#sp-bottom .sp-module ul {
    line-height: 0.5;
}

#sp-bottom .sp-module {
    margin-bottom: 0 !important;
}

#sp-bottom form.sppb-addon-form-builder-form label {
    display: none;
}

#sp-bottom .sppb-form-group {
    width: 100% !important;
}

#sp-footer {
    background: #6d6d71;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

#sp-footer a {
    color: #fff !important;
}

#sp-footer .container-inner {
    padding: 10px 0 !important;
}

.a2a_vertical_style a {
    clear: left;
    display: block;
    overflow: hidden;
    padding: 4px;
    text-decoration: none;
}

.a2a_floating_style {
    background-color: #fff;
    border-radius: 6px;
    position: fixed;
    z-index: 9999995;
}

.a2a_svg {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    padding: 0;
    width: 32px;
}

.a2a_kit .a2a_svg {
    background-repeat: repeat;
}

span.a2a_label {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0 0,0 0,0 0);
    -webkit-clip-path: polygon(0 0,0 0,0 0);
    overflow: hidden;
    height: 1px;
    width: 1px;
}

.a2a_svg svg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
}

#rsFooter div {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#rsFooter a {
    color: #fff;
    background: #DB6E82;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 28px;
    padding-top: 12px;
    margin: 0 2px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
}

#rsFooter a:hover {
    background: #ef92a3;
}

#rsFooter a span {
    color: #666;
    position: absolute;
    font-family: sans-serif;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px 7px;
    z-index: -1;
    font-size: 14px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#rsFooter a span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
}

#rsFooter a:hover span {
    bottom: 50px;
    visibility: visible;
    opacity: 1;
}

#rsFooter a:nth-of-type(1):before {
    content: "";
}

#rsFooter a:nth-of-type(2):before {
    content: "";
}

#rsFooter a:nth-of-type(3):before {
    content: "";
}

#rsFooter a:nth-of-type(4):before {
    content: "";
}

#rsFooter a:nth-of-type(5):before {
    content: "";
}

#rsFooter a:nth-of-type(6):before {
    content: "";
}


/* ==========================================================================
   UTILIDADES Y AJUSTES ESPECÍFICOS
   ========================================================================== */

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-start !important;
}

.sppb-animated-number {
    color: #e9611c;
    font-size: 60px;
    font-weight: bold;
}

.notranslate {
    padding: 0px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    height: 25px !important;
    border-radius: 0px !important;
    width: 101% !important;
}

label.hide-label {
    display: none !important;
}

li.typeLink.group1.enlace.odd {
    display: none;
}

.sppb-icons-group-list li {
    text-align: left;
}

.hover-scale {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hover-scale:hover {
    transform: scale(1.05);
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h3.sppb-title-heading:before {
    content: "";
    position: absolute;
    width: 30%;
    top: 120%;
    height: 2px;
    background: #e9611c;
}

.FondoNaranja h3 {
    color: #000 !important;
}

.FondoNaranja h4 {
    font-size: 28px;
}

.contenido .value p {
    font-size: 20px !important;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    margin: 20px 0px;
    text-align: justify;
    color: #ffffff;
    line-height: 1.5;
}

#Programas div div div {
    background-color: #fff;
}

#cvd h4 {
    color: #fff !important;
}


/* ==========================================================================
   SOY MUJER Y BUSCO
   ========================================================================== */


.nube {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px !important;
    background: #efedec;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 55px;
    border: 1px solid #CCCCCC;
}
.nube:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 36px 26px 0;
    border-color: #CCCCCC transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -36px;
    left: 13%;
    margin-left: -1px;
}

#questions .sppb-addon-text-block div ul li {
    background: url(/images/Iconos/img-question.jpg) 0px 0% / auto no-repeat scroll padding-box border-box transparent;
    text-align: justify;
    font-family: Arial;
    line-height: 1.8;
    padding-left: 45px;
}

.list-check, .list-stop-hand, #questions ul {
    list-style: none;
    padding-inline-start: 0px !important;
}

.sppb-divider {
    border-bottom: 1px dotted #e9611c !important;
	 display: inline-block;
    width: 100%;
}

.orange-title {
    background: #e9611c;
    text-align: center;
    padding: 0.7rem 1rem;
    margin-bottom: 2rem;
    color: #fff !important;
}

.grey-box {
    background: #efedec;
    padding: 30px;
    border-radius: 10px !important;
}

.list-stop-hand li {
    background: url(/images/Iconos/icon-stop-hand.png) 0px 0% / auto no-repeat scroll padding-box border-box transparent !important;
    text-align: justify;
    font-family: Arial;
    line-height: 1.8;
    padding-left: 65px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px dotted #e9611c;
    padding-bottom: 20px;
}

.grey-title {
    background: #efedec;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 25px;
}

#autoevaluacion-box {
    border: 1px solid #e9611c;
}

#autoevaluacion-box .title {
    padding: 1rem;
    background: #e9611c;
    color: #fff;
    text-align: center;
    width: 23%;
    display: inline-block;
    font-size: 1.3rem;
}

#autoevaluacion-box .content {
    padding: 1rem;
    width: 76%;
    display: inline-block;
}

#autoevaluacion-box .title .big {
    font-size: 3rem;
}

#preguntas-evaluacion .pregunta-wrap .respuesta {
    text-align: left;
}
.respuesta {
    display: inline-flex;
}

.respuesta label {
    padding: 0px 10px;
}

/* ==========================================================================
   14. ACCESIBILIDAD Y COMPATIBILIDAD CROSS-BROWSER
   ========================================================================== */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*, *::before, *::after {
    box-sizing: inherit;
}

img, svg, video, canvas {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

button, input, select, textarea {
    font: inherit;
}

.search .form-control {
    width: 100%;
    width: -webkit-fill-available;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible,
.sppb-btn:focus-visible,
.btn:focus-visible,
.sp-megamenu-parent a:focus-visible,
.offcanvas-menu a:focus-visible {
    outline: 3px solid var(--obsgen-focus);
    outline-offset: 3px;
    box-shadow: none !important;
}

/* Contraste AA para texto interactivo de tamaño normal sobre fondo claro. */
a:not(#sp-top2 a):not(#sp-footer a):not(.sp-dropdown a):not(.offcanvas-menu a):/* {
    color: var(--obsgen-primary-dark) !important;
}*/

div.mod_events_latest_callink a {
    background-color: var(--obsgen-primary-dark) !important;
}

/* Mantiene el contenido accesible cuando no existe hover (táctil/teclado). */
.resaltar:focus-within img {
    transform: scale(1.05);
}



/* ==========================================================================
   15. RESPONSIVE — BLOQUES AGRUPADOS AL FINAL
   ========================================================================== */
/* Botón hamburguesa */
.menu-hamburguesa {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 1040;

    background: #000;
    color: #fff;

    border: 0;
    padding: 10px 14px;

    font-size: 24px;
    line-height: 1;

    cursor: pointer;
}

/* Botón cerrar */
.cerrar-offcanvas {
    background: transparent;
    border: 0;

    font-size: 35px;
    line-height: 1;

    cursor: pointer;
}

/* Menú dentro del panel */
#menuOffcanvas .menu-movil-contenedor {
    position: static !important;
    display: block !important;
    width: 100% !important;
    transform: none !important;
}

/* UL principal */
#menuOffcanvas ul {
    position: static !important;
    display: block !important;
    width: 100% !important;

    margin: 0;
    padding: 0;

    list-style: none;
}

/* Elementos */
#menuOffcanvas ul li {
    position: static !important;
    display: block !important;
    width: 100%;

    border-bottom: 1px solid #eee;
}

/* Enlaces */
#menuOffcanvas ul li a {
    display: block;

    padding: 10px 5px;

    color: #252525;
    text-decoration: none;
}

/* Submenús */
#menuOffcanvas ul ul {
    padding-left: 20px;
}

/* Hover */
#menuOffcanvas ul li a:hover {
    color: #0345bf;
}


/* --------------------------------------------------------------------------
   ONLY SCREEN AND (MIN-WIDTH:0PX) AND (MAX-WIDTH:768PX)
   -------------------------------------------------------------------------- */

@media only screen and (min-width:0px) and (max-width:768px) {
	
	
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.625rem;
    }

    h3 {
        font-size: 1.375rem;
    }

    h4 {
        font-size: 1.1875rem;
    }

    h5 {
        font-size: 1.0625rem;
    }

    h6 {
        font-size: 1rem;
    }

    .top-bar-item {
        text-align: center;
        justify-content: center;
    }

    #sp-header {
        margin-bottom: 0 !important;
        height: 65px !important;
    }

    #sp-title {
        padding-top: 0px;
    }

    #sp-left .sp-module {
        padding: 50px 10px 10px;
    }

    #sp-top2 {
        text-align: center;
    }

    #sp-top {
        padding: 1rem 0 1rem;
    }

    aside#sp-left {
        margin-top: 100px !important;
        padding-left: 15px;
        text-align: center;
    }

    aside#sp-right {
        margin-top: 20px !important;
        padding-left: 15px;
        text-align: center;
    }

    #sp-right p, #sp-right h3 {
        text-align: center !important;
    }

    #sp-left ul.menumenu-lateral {
        list-style: none !important;
    }

    #sp-bottom .sp-module ul, #sp-bottom .sp-module .sp-module-title {
        text-align: center;
    }

    #sp-bottom .sp-module .sp-module-title {
        margin: 0 0 15px;
    }

    #sp-footer {
        padding: 10px 23px 75px 23px !important;
    }

    #sp-footer .container-inner {
        border-top: none;
    }

    .sp-page-title h1:before {
        right: 31% !important;
    }

    #sp-component {
        padding-top: 15px !important;
    }

    #column-wrap-id-1577724897232 {
        padding: 5px 100px;
    }

    .sp-page-title h1 {
        padding-left: 0px !important;
        text-align: center;
        margin-top: 95px !important;
    }

    .sp-page-title {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 36%, rgba(233,97,28,1) 36%, rgba(233,97,28,1) 65%, rgba(255,255,255,1) 65%);
        background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 36%, rgba(233,97,28,1) 36%, rgba(233,97,28,1) 65%, rgba(255,255,255,1) 65%);
        background: linear-gradient(180deg, rgba(255,255,255,1) 36%, rgba(233,97,28,1) 36%, rgba(233,97,28,1) 65%, rgba(255,255,255,1) 65%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    }

    #sp-search, .sppb-addon-icons-group i, .sppb-addon-articles-thumb-slider .articles-thumb {
    /*    display: none !important;*/
    }

    iframe {
        height: 300px;
    }

    .sp-page-builder .page-content #section-id-1489129103762 {
        padding: 0px !important;
    }

    .offcanvas-menu {
        background: #e9611c;
    }

    .offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
        color: #fff !important;
        border-bottom: 1px solid #d75615;
        padding: 6px 15px;
    }

    .offcanvas-menu .offcanvas-inner {
        padding: 0px !important;
    }

    .offcanvas-menu .offcanvas-inner .sp-module ul > li {
        line-height: 2;
    }

    .close-offcanvas {
        background-color: #fff !important;
    }

    ul.menu li.active.menu-parent > span, ul.menu li.active.menu-parent ul.menu-child li.current.active, li.active.menu-parent ul.menu-child li.active.menu-parent > a, ul.menu li.active.menu-parent > a {
        background: rgba(0,0,0,0.2);
        font-weight: bold;
    }

    .active.menu-deeper span {
        font-weight: normal;
    }

    .nav-header {
        font-weight: normal;
    }

    .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
        bottom: 75px;
        top: initial !important;
        display: flex;
    }

    div#column-id-1482142525693 .sppb-column-addons {
        padding: 0px !important;
    }

    .sppb-column-addons {
        padding: 0px 20px !important;
    }

    div#column-id-1577802358099 .sppb-column-addons {
        padding: 0px !important;
    }

    #sppb-addon-1577724897239 .social-icon {
        background: url("/images/Iconos/icons-social.png") no-repeat !important;
    }

    .sppb-addon-articles-thumb-slider .articles-slider .sppb-article-info-wrap h3 {
        font-size: 55px;
        line-height: 1;
    }

    .sppb-article-introtext p {
        font-size: 14px !important;
    }

    .col-1 {
        max-width: 100% !important;
    }

    .NS2K2ExtraFields {
        padding: 0px;
    }

    div.mod_events_latest_callink {
        margin-bottom: 40px;
    }

    h1.sppb-addon-title {
        margin: 30px 0 !important;
    }

    #cvd > div {
        text-align: center;
    }

    .image-layout-preset-style-collage .sppb-addon-image-layout-content {
        margin-left: 0% !important;
    }

}


/* --------------------------------------------------------------------------
   (MIN-WIDTH: 992PX)
   -------------------------------------------------------------------------- */

@media (min-width: 992px) {

    #sp-encabezado {
        height: auto;
    }

    .sppb-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 62.26%;
    }

}


/* --------------------------------------------------------------------------
   ONLY SCREEN AND (MIN-WIDTH:800PX) AND (MAX-WIDTH:1600PX )
   -------------------------------------------------------------------------- */

@media only screen and (min-width:800px) and (max-width:1600px ) {

    .NS2K2ExtraFields {
        padding: 4% 0px 0px;
        float: right;
        width: 48%;
    }

    .ns2-links {
        text-align: center;
        width: 50%;
        float: right;
        margin-top: -55px;
    }

    img.ns2-image {
        width: 550px !important;
        height: 400px !important;
    }

    .sppb-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 45.5%;
    }

    #secc-img img.sppb-img-responsive {
        max-width: 60%;
        transition: ease-out all .5s;
    }

    .secre img.sppb-img-responsive {
        max-width: 88% !important;
        padding-top: 57px;
    }

    .sppb-no-gutter > .sppb-col, .sppb-no-gutter > [class*=sppb-col-] {
        padding-left: 15px;
        padding-right: 15px;
    }

    #secc-img .sppb-row .sppb-col-md-4 .sppb-column {
        background-color: #fff;
        padding: 20px 30px 0;
    }

    div#column-id-1586874246335 {
        margin-left: 15px;
    }

    div#column-id-1586874246339 {
        margin-left: -15px;
    }

}


/* --------------------------------------------------------------------------
   (MIN-WIDTH: 1600PX)
   -------------------------------------------------------------------------- */

@media (min-width: 1600px) {

    .sppb-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 45.5%;
    }

    #secc-img img.sppb-img-responsive {
        max-width: 60%;
        transition: ease-out all .5s;
    }

    .secre img.sppb-img-responsive {
        max-width: 88% !important;
        padding-top: 57px;
    }

    .sppb-no-gutter > .sppb-col, .sppb-no-gutter > [class*=sppb-col-] {
        padding-left: 15px;
        padding-right: 15px;
    }

    #secc-img .sppb-row .sppb-col-md-4 .sppb-column {
        background-color: #fff;
        padding: 20px 30px 0;
    }

    div#column-id-1586874246335 {
        margin-left: 15px;
    }

    div#column-id-1586874246339 {
        margin-left: -15px;
    }

    .NS2K2ExtraFields {
        padding: 6% 0px 0px;
        float: right;
        width: 55%;
    }

    .ns2-links {
        margin-top: -60px !important;
    }

}


/* --------------------------------------------------------------------------
   MÓVILES — MEJORAS DE LEGIBILIDAD Y DESBORDAMIENTO
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    p,
    .contenido .value p {
        text-align: left;
    }

    .sppb-addon-articles-thumb-slider .articles-slider .sppb-article-info-wrap h3 {
        font-size: clamp(2rem, 10vw, 3.4375rem);
    }

    table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* --------------------------------------------------------------------------
   ACCESIBILIDAD — REDUCCIÓN DE MOVIMIENTO
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .hover-scale:hover,
    .resaltar:hover img,
    #secc-img img.sppb-img-responsive:hover {
        transform: none;
    }
}

/* --------------------------------------------------------------------------
   DISPOSITIVOS SIN HOVER
   -------------------------------------------------------------------------- */
@media (hover: none) {
    .resaltar:hover img,
    .hover-scale:hover,
    #secc-img img.sppb-img-responsive:hover {
        transform: none;
    }
}

/* ==================================================
   MENÚ OFFCANVAS TIPO ACORDEÓN
   ================================================== */

#menuOffcanvas .menu-movil-contenedor,
#menuOffcanvas .menu-movil-contenedor ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Elementos principales */
#menuOffcanvas .menu-movil-contenedor > ul > li {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}

/* Enlaces */
#menuOffcanvas .menu-movil-contenedor li > a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 48px 12px 16px;
    color: #231f20;
    font-size: 1rem;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
}

/* Estados hover y foco */
#menuOffcanvas .menu-movil-contenedor li > a:hover,
#menuOffcanvas .menu-movil-contenedor li > a:focus-visible {
    color: #a33a12;
    background-color: #f2f2f2;
    text-decoration: underline;
}

/* Foco accesible */
#menuOffcanvas .menu-movil-contenedor li > a:focus-visible {
    outline: 3px solid #002d72;
    outline-offset: -3px;
}



/* Segundo nivel */
#menuOffcanvas .menu-movil-contenedor li > ul > li > a {
    min-height: 44px;
    padding-left: 32px;
    font-size: 0.95rem;
}

/* Tercer nivel */
#menuOffcanvas .menu-movil-contenedor li > ul > li > ul > li > a {
    padding-left: 48px;
}


/* Elemento actualmente seleccionado */
#menuOffcanvas .menu-movil-contenedor li.current > a,
#menuOffcanvas .menu-movil-contenedor li.active > a {
    color: #a33a12;
    font-weight: 700;
}

/* Todos los submenús comienzan cerrados */
#menuOffcanvas .menu-movil-contenedor li > ul {
    display: none !important;
    width: 100%;
    margin: 0;
    padding: 4px 0 8px;
    list-style: none;
    background-color: #f5f5f5;
}

/* Abre el submenú directo en cualquier nivel */
#menuOffcanvas .menu-movil-contenedor li.submenu-abierto > ul {
    display: block !important;
}

/* Activadores: enlaces, botones o encabezados */
#menuOffcanvas .activador-submenu {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 48px 12px 16px;
    border: 0;
    color: #231f20;
    background: transparent;
    cursor: pointer;
    box-sizing: border-box;
}

/* Símbolo para abrir */
#menuOffcanvas li.tiene-submenu > .activador-submenu::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #a33a12;
    font-size: 1.5rem;
    font-weight: 700;
}

/* Símbolo cuando está abierto */
#menuOffcanvas li.tiene-submenu.submenu-abierto
    > .activador-submenu::after {
    content: "−";
}

/* Segundo nivel */
#menuOffcanvas .menu-movil-contenedor
    > ul
    > li
    > ul
    > li
    > a,
#menuOffcanvas .menu-movil-contenedor
    > ul
    > li
    > ul
    > li
    > span {
    padding-left: 32px;
}

/* Tercer nivel */
#menuOffcanvas .menu-movil-contenedor
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a,
#menuOffcanvas .menu-movil-contenedor
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > span {
    padding-left: 48px;
}

/* Cuarto nivel, si existe */
#menuOffcanvas .menu-movil-contenedor
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a,
#menuOffcanvas .menu-movil-contenedor
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > span {
    padding-left: 64px;
}

/* Foco accesible */
#menuOffcanvas .activador-submenu:focus-visible {
    outline: 3px solid #002d72;
    outline-offset: -3px;
}