.fondo_home_delegaciones {
    background: #fff url(/frontend/assets/img/home_fondo_delegaciones_mas_oscuro.png) no-repeat top left;
}

@media only screen and (max-width: 1440px) {
    .fondo_home_delegaciones {
        background: #fff url(/frontend/assets/img/home_fondo_delegaciones.png) no-repeat top left;
    }
}


/* Para Safari texto seleccionado */

::selection {
    background: gray;
}


/* Para Firefox texto seleccionado*/

::-moz-selection {
    background: gray;
}

.breadcrumbs-v1 .breadcrumbs-v1-title {
    text-transform: none;
}

.blog--tags {
    padding: 5px;
    float: left;
    list-style: none;
}

.heading-v6-title {
    margin: 0;
    font-size: 32px;
}

.heading-v6-title:after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 60px;
    height: 2px;
    width: 50%;
    /* or 100px */
    border-bottom: 2px solid white;
    margin: 0 auto;
    padding: 4px 0px;
}

.heading-v6-title-overwhite:after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 60px;
    height: 2px;
    width: 50%;
    /* or 100px */
    border-bottom: 2px solid #1a1f85;
    margin: 0 auto;
    padding: 4px 0px;
}

.heading-v6-subtitle {
    font-style: italic;
    font-size: 18px;
    margin-top: 0px;
    line-height: 16px;
}

.heading-v6-text {
    font-style: italic;
    font-size: 24px;
    margin-top: 15px;
}

.form-control {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-color: #ccc;
    box-shadow: none;
    border: 1px solid #ebeef6;
}

.newsletter-v3 .newsletter-v3-form {
    border: 1px solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #ccc;
    border-left-color: #fff;
    /*    border-color: #fff;*/
    /* height: 48px; */
    background: #fff;
}

input[type="text"]:disabled {
    border-top-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
}

input[type="select"]:disabled {
    border-top-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
}

.newsletter-v3 .newsletter-v3-form::placeholder {
    color: rgb(189, 189, 189);
}

.form-group {
    margin-bottom: 10px;
}

label {
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 700;
}

.form-group label.error {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #dd4b39;
    border-bottom: 0px solid #dd4b39;
    /* border-color: #fff; */
}

.form-group .error {
    /* border-top: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
    /* border-left: 1px solid #fff; */
    border-bottom: 1px solid #dd4b39;
}

.has-error input.form-control {
    /* border-top: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
    /* border-left: 1px solid #fff; */
    border-bottom: 1px solid #dd4b39;
}

.form-line .error label {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

input[type="file"] {
    display: block;
    margin-top: 5px;
    background-color: #1a1f85;
    padding: 10px;
    color: white;
}

.comment-form-error label.error {
    display: inline;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #fb0532;
    text-align: left;
    font-weight: bold;
    text-align: right;
    padding-left: 5px;
}

.with-border {
    margin-top: 20px;
    /*! margin-bottom: 10px; */
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #E1E0E0;
    padding-top: 20px;
}


/* Customize the label (the container) */

.containerCheckbox {
    display: flex !important;
    align-items: center;
    position: relative;
    width: 100% !important;
    padding: 18px 15px !important;
    margin: 0 0 12px 0 !important;
    cursor: pointer !important;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 64px !important;
    line-height: 1.6;
    -webkit-tap-highlight-color: rgba(26, 31, 133, 0.2);
    touch-action: manipulation;
    -webkit-touch-callout: none;
    box-sizing: border-box !important;
    gap: 15px;
}

.containerCheckbox span {
    flex: 1;
    cursor: pointer !important;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none; /* Permite que los clics pasen al label */
}

/* Checkbox nativo grande para móviles */
.containerCheckbox input[type="checkbox"],
.checkbox-mobile {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border: 3px solid #333 !important;
    border-radius: 4px !important;
    background: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
    cursor: pointer !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    transition: all 0.2s ease;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
    /* Sombra secundaria para visibilidad garantizada */
    box-shadow: 0 0 0 2px #333, inset 0 0 0 20px #f5f5f5 !important;
}

/* Firefox específico - eliminar bordes internos */
.containerCheckbox input[type="checkbox"]::-moz-focus-inner,
.checkbox-mobile::-moz-focus-inner {
    border: 0 !important;
    padding: 0 !important;
}

/* Firefox móvil - pseudo-elemento para forzar visibilidad */
.containerCheckbox input[type="checkbox"]::before,
.checkbox-mobile::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 3px solid #333;
    border-radius: 4px;
    background: #f5f5f5;
    z-index: -1;
}

.containerCheckbox input[type="checkbox"]:checked,
.checkbox-mobile:checked {
    background: #1a1f85 !important;
    background-color: #1a1f85 !important;
    border-color: #1a1f85 !important;
    box-shadow: 0 0 0 2px #1a1f85, inset 0 0 0 20px #1a1f85 !important;
}

.containerCheckbox input[type="checkbox"]:checked::before,
.checkbox-mobile:checked::before {
    background: #1a1f85;
    border-color: #1a1f85;
}

.containerCheckbox input[type="checkbox"]:checked::after,
.checkbox-mobile:checked::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 12px !important;
    top: 6px !important;
    width: 9px !important;
    height: 18px !important;
    border: solid white !important;
    border-width: 0 4px 4px 0 !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
}

.containerCheckbox:active {
    background-color: rgba(26, 31, 133, 0.05);
}

/* Estilos específicos para móviles y tablets */
@media (max-width: 991px) {
    .containerCheckbox input[type="checkbox"],
    .checkbox-mobile {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        border: 3px solid #333 !important;
        box-sizing: border-box !important;
        display: inline-block !important;
        /* Doble sombra para garantizar visibilidad en Firefox móvil */
        box-shadow: 0 0 0 2px #333, inset 0 0 0 15px #f5f5f5 !important;
    }
    
    /* Pseudo-elemento para Firefox móvil - tamaño móvil */
    .containerCheckbox input[type="checkbox"]::before,
    .checkbox-mobile::before {
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        border: 3px solid #333;
    }
    
    .containerCheckbox input[type="checkbox"]:checked,
    .checkbox-mobile:checked {
        background: #1a1f85 !important;
        border-color: #1a1f85 !important;
        box-shadow: 0 0 0 2px #1a1f85, inset 0 0 0 15px #1a1f85 !important;
    }
    
    .containerCheckbox input[type="checkbox"]:checked::before,
    .checkbox-mobile:checked::before {
        border-color: #1a1f85;
        background: #1a1f85;
    }
    
    .containerCheckbox input[type="checkbox"]:checked::after,
    .checkbox-mobile:checked::after {
        left: 9px !important;
        top: 4px !important;
        width: 6px !important;
        height: 13px !important;
        border-width: 0 3px 3px 0 !important;
    }
    
    .containerCheckbox {
        min-height: 60px !important;
        padding: 16px 15px !important;
        gap: 12px;
        /* Asegurar área táctil completa en móvil */
        -webkit-tap-highlight-color: rgba(26, 31, 133, 0.3) !important;
    }
    
    /* Hacer toda la columna clickeable en móvil */
    .checkbox-col {
        cursor: pointer !important;
        -webkit-tap-highlight-color: rgba(26, 31, 133, 0.1) !important;
        pointer-events: auto !important;
    }
    
    /* Solo en columnas clickeables, desactivar pointer-events en el label y span */
    .checkbox-col .containerCheckbox {
        pointer-events: none !important;
    }
    
    .checkbox-col .containerCheckbox span {
        pointer-events: none !important;
        -webkit-user-select: none !important;
        user-select: none !important;
    }
    
    /* Pero el checkbox siempre debe ser clickeable */
    .checkbox-col .containerCheckbox input[type="checkbox"] {
        pointer-events: auto !important;
    }
}

/* Sobrescribir cualquier estilo que oculte checkboxes */
input.select-item-group,
input#select-all-group,
.containerCheckbox input {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
}

/* Asegurar que los contenedores permitan que el checkbox ocupe todo el espacio */
.col-sm-8 .containerCheckbox,
.col-sm-12 .containerCheckbox {
    width: 100% !important;
    display: flex !important;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}


/*--------------------------------------------------
    [Paginations v3]
----------------------------------------------------*/

.paginations-v3 {
    position: relative;
    margin: 20px 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
}

.pagination>li {
    display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
    border: 0px;
    position: relative;
    float: left;
    font-size: 18px;
    color: #1a1f85;
    background: #fff;
    text-decoration: none;
    padding: 10px 16px;
    margin-left: 2px;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #fff;
    background: #1a1f85;
}

.pagination>li.previous>a:hover i {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

.pagination>li.next>a:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

.pagination>li.active>a,
.pagination>li.active>span {
    z-index: 2;
    color: #fff;
    background: #1a1f85;
    cursor: default;
}

.pagination>li.active>a:hover,
.pagination>li.active>span:hover {
    color: #fff;
    background: #1a1f85;
}

.pagination>li.disabled>a,
.pagination>li.disabled>a:hover,
.pagination>li.disabled>a:focus,
.pagination>li.disabled>span,
.pagination>li.disabled>span:hover,
.pagination>li.disabled>span:focus {
    color: #e9e9e9;
    cursor: not-allowed;
    background: transparent;
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    51% {
        opacity: 1;
    }
}


/*.blog-sidebar-tags > li {
    padding: 5px 2px;
    float: left;
}*/

.texto_curso_tabs {
    /*! padding: 50px; */
    padding-bottom: 30px;
    padding-top: 20px;
    font-size: 17px;
    font-weight: normal;
}


/* Listado de Asociados */

.listadoasociados {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px #ccc;
}

.listadoasociados.listadoasociados-base,
.listadoasociados.listadoasociados-red,
.listadoasociados.listadoasociados-teal {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.listadoasociados .listadoasociados-title,
.listadoasociados .listadoasociados-subtitle,
.listadoasociados .listadoasociados-link {
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    background-color: #1a1f85
}

.listadoasociados .listadoasociados-title {
    padding: 15px 10px 5px 10px;
    background-color: #1a1f85;
    height: 180px;
    color: #ffffff;
}

.listadoasociados:hover .listadoasociados-title {
    background: #2b9f73;
}


/* .listadoasociados .listadoasociados-title:hover {
    background-color: #2b9f73;
} */

.listadoasociados .listadoasociados-nombre {
    padding: 10px 10px 0px 10px;
    /* background-color: #1a1f85; */
    font-size: 24px;
    /*! font-weight: bold; */
    /*! height: 34px; */
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 24px;
}

.listadoasociados .listadoasociados-subtitle {
    display: block;
    font-size: 13px;
    font-family: Droid Serif, serif;
    color: #ffffff;
    margin-bottom: 2px;
    font-family: Roboto, sans-serif;
}

.listadoasociados .listadoasociados-subtitle-top {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    padding: 4px 10px 10px 10px;
}

.listadoasociados .listadoasociados-contenido {
    font-size: 15px;
    padding: 10px;
    color: #424242;
    background-color: #ffffff;
    font-family: Roboto, sans-serif;
}

.listadoasociados .listadoasociados-link {
    color: #606060;
}

.listadoasociados:hover.listadoasociados-base {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


/* .listadoasociados:hover.listadoasociados-red {
    background: #e55973;
}

.listadoasociados:hover.listadoasociados-teal {
    background: #009688;
} */


/* .listadoasociados:hover .listadoasociados-title,
.listadoasociados:hover .listadoasociados-subtitle,
.listadoasociados:hover .listadoasociados-subtitle-top,
.listadoasociados:hover .listadoasociados-link {
    color: #fff;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
} */


/* Listado de Asociados */

.listadocoaches {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px #ccc;
}

.listadocoaches.listadocoaches-base,
.listadocoaches.listadocoaches-red,
.listadocoaches.listadocoaches-teal {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.listadocoaches .listadocoaches-title,
.listadocoaches .listadocoaches-subtitle,
.listadocoaches .listadocoaches-link {
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    background-color: #1a1f85
}

.listadocoaches .listadocoaches-title {
    padding: 15px 10px 5px 10px;
    background-color: #1a1f85;
    /*! height: 50px; */
    color: #ffffff;
}

.listadocoaches:hover .listadocoaches-title {
    background: #2b9f73;
}


/* .listadocoaches .listadocoaches-title:hover {
    background-color: #2b9f73;
} */

.listadocoaches .listadocoaches-nombre {
    padding: 10px 10px 0px 10px;
    /* background-color: #1a1f85; */
    font-size: 24px;
    /*! font-weight: bold; */
    /*! height: 34px; */
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 24px;
}

.listadocoaches .listadocoaches-subtitle {
    display: block;
    font-size: 13px;
    font-family: Droid Serif, serif;
    color: #ffffff;
    margin-bottom: 2px;
    font-family: Roboto, sans-serif;
}

.listadocoaches .listadocoaches-subtitle-top {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    padding: 4px 10px 10px 10px;
}

.listadocoaches .listadocoaches-contenido {
    font-size: 15px;
    padding: 10px;
    color: #424242;
    background-color: #ffffff;
    font-family: Roboto, sans-serif;
}

.listadocoaches .listadocoaches-link {
    color: #606060;
}

.listadocoaches:hover.listadocoaches-base {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


/* Listado de Asociados Detalles coaches*/

.detallecoaches {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.detallecoaches.detallecoaches-base,
.detallecoaches.detallecoaches-red,
.detallecoaches.detallecoaches-teal {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.detallecoaches.detallecoaches-base {
    border-top: 2px solid #1a1f85;
}

.detallecoaches.detallecoaches-red {
    border-top: 2px solid #e55973;
}

.detallecoaches.detallecoaches-teal {
    border-top: 2px solid #009688;
}

.detallecoaches .detallecoaches-title,
.detallecoaches .detallecoaches-subtitle,
.detallecoaches .detallecoaches-link {
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.detallecoaches .detallecoaches-title {
    font-size: 20px;
    font-weight: bold;
    height: 30px;
}

.detallecoaches .detallecoaches-subtitle {
    display: block;
    font-size: 13px;
    /*! font-style: italic; */
    font-family: Droid Serif, serif;
    color: #606060;
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
}

.detallecoaches .detallecoaches-subtitle-top {
    display: block;
    font-size: 14px;
    /*! font-style: italic; */
    /*! font-family: Droid Serif, serif; */
    color: #606060;
    /*! margin-bottom: 10px; */
    text-align: right;
    font-family: Roboto, sans-serif;
}

.detallecoaches .detallecoaches-link {
    color: #606060;
}

.detallecoaches:hover.detallecoaches-base,
.detallecoaches:hover.detallecoaches-red,
.detallecoaches:hover.detallecoaches-teal {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.detallecoaches:hover.detallecoaches-red {
    background: #e55973;
}

.detallecoaches:hover.detallecoaches-teal {
    background: #009688;
}

.promo-block-v5 .promo-block-v5-subtitle-grande {
    font-size: 26px;
    width: 50%;
    text-align: left;
}

.promo-block-v5-corto .promo-block-v5-corto-subtitle-grande {
    font-size: 26px;
    width: 50%;
    text-align: left;
}

.promo-block-v5-corto {
    position: relative;
    z-index: 1;
    text-align: center;
    /*! background: url(../img/1920x1080/51.jpg) no-repeat; */
    background-size: cover;
    background-position: center center;
    height: 200px;
}

.promo-block-v5-corto:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    /* background: rgba(52, 52, 60, 0.4); */
    content: " ";
}

.promo-block-v5-corto.promo-block-v5-corto-bg-img-v2 {
    background: url(../../assets/img/1920x1080/04.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.promo-block-v5-corto.promo-block-v5-corto-bg-img-v2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(52, 52, 60, 0.6);
    content: " ";
}

.promo-block-v5-corto .promo-block-v5-corto-title {
    font-size: 45px;
    color: #101e89;
    text-align: left;
    text-shadow: 2px 3px 1px #efefef;
}


/* .promo-block-v5-corto .promo-block-v5-corto-subtitle {
    display: block;
    font-size: 17px;
    color: #353535;
    text-align: left;
    width: 45%;
} */

.promo-block-v5-corto .promo-block-v5-corto-form {
    max-width: 800px;
    margin: 0 auto;
}

.promo-block-v5-corto .promo-block-v5-corto-form-title {
    font-size: 22px;
    color: #fff;
}

.promo-block-v5-corto .promo-block-v5-corto-form-input {
    width: 100%;
    height: 48px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
}

.promo-block-v5-corto .promo-block-v5-corto-form-input:focus {
    background: rgba(255, 255, 255, 0.9);
}

.promo-block-v5-corto .promo-block-v5-corto-text {
    color: #fff;
    opacity: .9;
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .promo-block-v5-corto .promo-block-v5-corto-title {
        font-size: 35px;
    }
    .promo-block-v5-corto .promo-block-v5-corto-subtitle {
        text-align: left;
        width: 45%;
    }
}

@media (max-width: 1024px) {
    .promo-block-v5-corto .promo-block-v5-corto-title {
        font-size: 35px;
    }
    .promo-block-v5-corto .promo-block-v5-corto-subtitle {
        text-align: left;
        font-size: 17px;
        width: 45%;
    }
}

@media (min-width: 992px) {
    .promo-block-v5-corto .promo-block-v5-corto-title {
        font-size: 30px;
    }
    .promo-block-v5-corto .promo-block-v5-corto-subtitle {
        font-size: 17px;
        /* width: 50%; */
    }
}


/* @media (min-width: 768px) {
    .promo-block-v5-corto .promo-block-v5-corto-title {
        font-size: 26px;
    }
    .promo-block-v5-corto .promo-block-v5-corto-subtitle {
        font-size: 12px;
        width: 50%;
    }
} */

@media (max-width: 768px) {
    .promo-block-v5-corto .promo-block-v5-corto-title {
        font-size: 26px;
    }
    .promo-block-v5-corto .promo-block-v5-corto-subtitle {
        display: none;
        /* font-size: 12px;
        width: 100%; */
    }
}

.promo-block-v6-corto .promo-block-v6-corto-subtitle-grande {
    font-size: 26px;
    width: 50%;
    text-align: left;
}

.promo-block-v6-corto {
    /*! position: relative; */
    z-index: 1;
    text-align: center;
    /*! background: url(../img/1920x1080/51.jpg) no-repeat; */
    background-size: cover;
    background-position: center center;
    height: 150px;
}

.promo-block-v6-corto:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    /* background: rgba(52, 52, 60, 0.4); */
    content: " ";
}

.promo-block-v6-corto.promo-block-v6-corto-bg-img-v2 {
    background: url(../../assets/img/1920x1080/04.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.promo-block-v6-corto.promo-block-v6-corto-bg-img-v2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(52, 52, 60, 0.6);
    content: " ";
}

.promo-block-v6-corto .promo-block-v6-corto-title {
    font-size: 45px;
    color: #101e89;
    text-align: left;
    text-shadow: 1px 2px 1px #eee;
}


/* .promo-block-v6-corto .promo-block-v6-corto-subtitle {
    display: block;
    font-size: 17px;
    color: #353535;
    text-align: left;
    width: 45%;
} */

.promo-block-v6-corto .promo-block-v6-corto-form {
    max-width: 800px;
    margin: 0 auto;
}

.promo-block-v6-corto .promo-block-v6-corto-form-title {
    font-size: 22px;
    color: #fff;
}

.promo-block-v6-corto .promo-block-v6-corto-form-input {
    width: 100%;
    height: 48px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
}

.promo-block-v6-corto .promo-block-v6-corto-form-input:focus {
    background: rgba(255, 255, 255, 0.9);
}

.promo-block-v6-corto .promo-block-v6-corto-text {
    color: #fff;
    opacity: .9;
    margin-bottom: 0;
}

@media (min-width: 993px) {
    .promo-block-v6-corto .promo-block-v6-corto-title {
        font-size: 48px;
    }
    .promo-block-v6-corto .promo-block-v6-corto-subtitle {
        text-align: left;
        width: 60%;
    }
}

@media (max-width: 992px) {
    .promo-block-v6-corto .promo-block-v6-corto-title {
        font-size: 42px;
    }
    .promo-block-v6-corto .promo-block-v6-corto-subtitle {
        text-align: left;
        font-size: 17px;
        width: 45%;
    }
}

@media (max-width: 600px) {
    .promo-block-v6-corto .promo-block-v6-corto-title {
        font-size: 24px;
    }
    .promo-block-v6-corto .promo-block-v6-corto-subtitle {
        font-size: 17px;
        /* width: 50%; */
    }
}


/* @media (min-width: 768px) {
    .promo-block-v6-corto .promo-block-v6-corto-title {
        font-size: 26px;
    }
    .promo-block-v6-corto .promo-block-v6-corto-subtitle {
        font-size: 12px;
        width: 50%;
    }
} */

@media (max-width: 768px) {
    .promo-block-v6-corto .promo-block-v6-corto-title {
        font-size: 40px;
    }
    .promo-block-v6-corto .promo-block-v6-corto-subtitle {
        display: none;
        /* font-size: 12px;
        width: 100%; */
    }
}


/* Mesonary grid coaches  */

.masonry-grid-coaches {
    overflow: hidden;
    margin: 0 -15px;
}

.masonry-grid-coaches.masonry-grid-coaches-no-space {
    margin: 0;
}

.masonry-grid-coaches.masonry-grid-coaches-no-space .masonry-grid-coaches-item {
    padding: 0;
    margin: 0;
}

.masonry-grid-coaches .masonry-grid-coaches-item {
    display: block;
    width: 19.99%;
    float: left;
    vertical-align: top;
    padding: 0 0px;
    margin-bottom: 30px;
}

.masonry-grid-coaches .masonry-grid-coaches-item.col-1 {
    width: 100%;
}

.masonry-grid-coaches .masonry-grid-coaches-item.col-2 {
    width: 49.99%;
}

.masonry-grid-coaches .masonry-grid-coaches-item.col-3 {
    width: 33.33333333%;
}

.masonry-grid-coaches .masonry-grid-coaches-item.col-4 {
    width: 24.9%;
}


/* Media Queries below 992px */

@media (max-width: 992px) {
    .masonry-grid-coaches .masonry-grid-coaches-item {
        width: 49.9%;
    }
    .masonry-grid-coaches .masonry-grid-coaches-item.col-2,
    .masonry-grid-coaches .masonry-grid-coaches-item.col-3,
    .masonry-grid-coaches .masonry-grid-coaches-item.col-4 {
        width: 49.9%;
    }
}


/* Media Queries below 480px */

@media (max-width: 480px) {
    .masonry-grid-coaches .masonry-grid-coaches-item {
        width: 100%;
    }
    .masonry-grid-coaches .masonry-grid-coaches-item.col-2,
    .masonry-grid-coaches .masonry-grid-coaches-item.col-3,
    .masonry-grid-coaches .masonry-grid-coaches-item.col-4 {
        width: 100%;
    }
}

.coaches-grid {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #bababa;
    margin: 10px 10px 0px 10px;
}


/* Video */

.coaches-grid .coaches-grid-video {
    position: relative;
}

.coaches-grid .coaches-grid-video .coaches-grid-video-player {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.coaches-grid .foto {
    margin: 5% 5% 0px 5%;
    max-width: 90%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.coaches-grid:hover .foto {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.coaches-grid .flecha {
    top: -20px;
    margin: 0 0 0 10%;
    width: 39px;
    position: relative;
}

.coaches-grid .foto-escuela {
    margin: 5% 5% 0px 5%;
    width: 90%;
    /* filter: grayscale(100%); */
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); */
}

.theme-portfolio-item-v2:hover .foto {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.theme-portfolio-item-v2 .foto {
    margin: 0px 0px 0px 0px;
    max-width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.theme-portfolio-item-v2 .flecha {
    /*! top: 100%; */
    /*! margin: 0 0 0 5%; */
    width: 40%;
    position: absolute;
    bottom: 0px;
}

.theme-portfolio-item-v2 .theme-portfolio-item-v2-title {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    padding: 0 0;
    /*! top: -10px; */
    position: relative;
    color: #1a1f85;
    line-height: 24px;
    /*! height: 65px; */
}

.theme-portfolio-item-v2 .theme-portfolio-item-v2-subtitle {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 0 0;
    top: -10px;
    position: relative;
    /*! color: #1a1f85; */
    line-height: 24px;
    font-weight: 500;
    /*! height: 50px; */
}

.theme-portfolio-item-v2 .theme-portfolio-item-v2-mail {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    padding: 0 0;
    top: -10px;
    position: relative;
    color: #1a1f85;
    line-height: 24px;
    font-weight: 500;
    /*! font-style: italic; */
}


/* .coaches-grid .flecha img {
    width: 39px;
} */


/* Content */

.coaches-grid .coaches-grid-content {
    padding: 0px 10px 10px 10px;
}

.coaches-grid .coaches-grid-contenido {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #424242;
    margin-bottom: 10px;
}

.coaches-grid .coaches-grid-contenido-texto {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #424242;
    margin-bottom: 10px;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.coaches-grid .coaches-grid-content.coaches-grid-content-no-gutter {
    padding: 20px 0;
}

.coaches-grid .coaches-grid-title {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    padding: 0 0;
    top: -10px;
    position: relative;
    color: #1a1f85;
    line-height: 24px;
}

.coaches-grid .coaches-grid-sub-title {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 0 0;
    top: -10px;
    position: relative;
    font-weight: 700;
    color: #1a1f85;
    margin-top: 10px;
}

.coaches-grid .coaches-grid-title-el .coaches-grid-title-link {
    font-size: 30px;
    font-family: Roboto, sans-serif;
    text-decoration: none;
}


/* Supplemental */

.coaches-grid .coaches-grid-supplemental {
    /*border-bottom: 1px solid #ebeef6;
border-top: 1px solid #ebeef6;*/
    background: #1a1f85;
    padding: 3px 10px;
}

.coaches-grid .coaches-grid-supplemental-title {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    color: #606060;
    /*float: left;*/
}

.coaches-grid .coaches-grid-supplemental-date {
    font-size: 11px;
    font-style: italic;
    font-family: Roboto, sans-serif;
    color: #fff;
    float: right;
    padding-top: 3px;
}

.coaches-grid .coaches-grid-supplemental-category {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    color: #00bcd4;
}


/* Tags */

.coaches-grid .coaches-grid-tags {
    /*border-top: 1px solid #ebeef6;*/
    background: #fff;
    /* text-align: right; */
    padding: 7px 0;
    /* min-height: 50px; */
}

.coaches-grid .coaches-grid-tags ul {
    padding: 0px;
}

.coaches-grid .coaches-grid-tags li {
    padding: 5px;
}

.coaches-grid .coaches-grid-tags-title {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    ;
    color: #606060;
}

.coaches-grid .coaches-grid-tags-category {
    border: 1px solid #1a1f85;
    /*border-radius: 3px;*/
    font-size: 12px;
    font-family: Roboto, sans-serif;
    color: #1a1f85;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    font-weight: 700;
}

.coaches-grid .coaches-grid-tags-category:hover {
    background-color: #101e89;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    border: 1px solid #101e89;
}

.carousel-inner>.next {
    display: none;
}

.carousel-inner>.prev {
    display: none;
}

.carousel {
    overflow: hidden;
}

.item {
    overflow: hidden;
}


/* Media Queries below 480px */

@media (max-width: 480px) {
    .coaches-grid .coaches-grid-title-lg {
        font-size: 24px;
    }
}

.escuelas-grid {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #bababa;
    margin: 10px 30px 0px 10px;
}


/* Video */

.escuelas-grid .escuelas-grid-video {
    position: relative;
}

.escuelas-grid .escuelas-grid-video .escuelas-grid-video-player {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.escuelas-grid .foto {
    margin: 5% 5% 0px 5%;
    width: 90%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.escuelas-grid:hover .foto {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.escuelas-grid .flecha {
    top: -20px;
    margin: 0 0 0 10%;
    width: 39px;
    position: relative;
}

.escuelas-grid .foto-sin-gris {
    margin: 5% 5% 10% 5%;
    max-width: 90%;
    width: 90%;
    /* filter: grayscale(100%); */
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); */
}


/* Content */

.escuelas-grid .escuelas-grid-content {
    padding: 0px 10% 5% 10%;
}

.escuelas-grid .escuelas-grid-contenido {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #424242;
    margin-bottom: 10px;
    height: 50px;
}

.escuelas-grid .escuelas-grid-nombre {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #424242;
    margin-bottom: 10px;
    height: 50px;
}

.escuelas-grid .escuelas-grid-datos {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #424242;
    margin-bottom: 20px;
    /* height: 50px; */
}

.escuelas-grid .escuelas-grid-director {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #424242;
    margin-bottom: 20px;
    height: 100px;
}

.escuelas-grid .escuelas-grid-telefono {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #424242;
    margin-bottom: 20px;
    height: 80px;
}

.escuelas-grid .escuelas-grid-mail {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #424242;
    margin-bottom: 20px;
    height: 60px;
}

.escuelas-grid .escuelas-grid-lugares {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #424242;
    margin-bottom: 20px;
    height: 180px;
}

.escuelas-grid .escuelas-grid-contenido-texto {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #424242;
    margin-bottom: 10px;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.escuelas-grid .escuelas-grid-content.escuelas-grid-content-no-gutter {
    padding: 20px 0;
}

.escuelas-grid .escuelas-grid-title {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    padding: 0 0;
    top: -10px;
    position: relative;
    color: #1a1f85;
    line-height: 24px;
    height: 150px;
}

.escuelas-grid .escuelas-grid-titulo {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    padding: 0 0;
    top: -10px;
    position: relative;
    color: #1a1f85;
    line-height: 24px;
    height: 80px;
}

.escuelas-grid .escuelas-grid-sub-title {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 0 0;
    top: -10px;
    position: relative;
    font-weight: 700;
    color: #1a1f85;
    margin-top: 10px;
}

.escuelas-grid .escuelas-grid-nombre-secundario {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 0 0;
    top: -5px;
    position: relative;
    font-weight: 700;
    color: #1a1f85;
    margin-top: 10px;
    height: 40px;
    line-height: 18px;
}

.escuelas-grid .escuelas-grid-title-el .escuelas-grid-title-link {
    font-size: 30px;
    font-family: Roboto, sans-serif;
    text-decoration: none;
}

.navbar .user-image {
    /* float: left; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    /* margin-top: -2px; */
}

.header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child-titulo {
    font-size: 12px;
    font-weight: 400;
    color: #4c4c57;
    /* text-transform: uppercase; */
    padding: 8px 20px;
}

.header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child-titulo:hover {
    font-size: 12px;
    font-weight: 400;
    color: #4c4c57;
    /* text-transform: uppercase; */
    padding: 8px 20px;
    background: none;
}

.heading-v4 .heading-v4-titulo-grande-simple {
    display: block;
    font-size: 28px;
    /*! font-style: bold; */
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    color: #424242;
    font-weight: 300;
    text-transform: uppercase;
}

.heading-v4 .heading-v4-link-simple {
    display: block;
    font-size: 14px;
    /*! font-style: bold; */
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    color: #424242;
    font-weight: 300;
    text-transform: uppercase;
}

.heading-v4 .heading-v4-link-simple a {
    font-size: 16px;
    text-transform: none;
}

.heading-v4 .heading-v4-texto-titulo-mediano {
    /* display: block; */
    font-size: 15px;
    /*! font-style: bold; */
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    color: #424242;
    font-weight: 700;
}

.heading-v4 .heading-v4-texto p {
    margin-bottom: 20px;
}

.heading-v4 .heading-v4-texto br {
    margin-bottom: 10px;
}

.delegaciones .circulo_iniciales_delegacion {
    font-size: 18px;
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #1a1f85;
    border-radius: 50%;
    padding: 7px;
    display: inline;
    margin-left: 20px;
}

.delegaciones .circulo_iniciales_representacion {
    font-size: 18px;
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #2ea475;
    border-radius: 50%;
    padding: 7px;
    display: inline;
    margin-left: 20px;
}

.theme-portfolio .verde {
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: #2ea475;
    /* background: #2ea475; */
    border: 1px solid #2ea475;
    /* border-bottom: 1px solid transparent; */
    text-transform: inherit;
    padding: 10px 7px;
    margin: 0 1px 10px;
    font: 400 14px/21px "Open Sans", sans-serif;
}

.cbp-l-filters-alignCenter .verde {
    /* color: #949494; */
    cursor: pointer;
    font: 400 13px/21px "Open Sans", sans-serif;
    /* padding: 0 12px; */
    transition: all .3s ease-in-out;
    position: relative;
    overflow: visible;
    /* margin: 0 0 10px; */
    display: inline-block;
}

.theme-portfolio .verde:hover {
    color: #fff;
    background-color: #2ea475;
}

.theme-portfolio .cbp-filter-item.verde.cbp-filter-item-active {
    color: #fff;
    border-color: #2ea475;
    background-color: #2ea475;
}

.contact-us .contact-us-timeline-day {
    background: #1a1f85;
}

.contact-us .contact-us-timeline-day-verde {
    background: #2ea475;
}

.contact-us .contact-us-timeline-day-verde {
    background: #2ea475;
}

.contact-us .contact-us-timeline-day-verde {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: #2ea475;
    padding: 5px 0;
    margin-right: 15px;
}

.header .mega-menu-list .mega-menu-child-red:hover {
    color: #34343c;
}

.header .mega-menu-list .mega-menu-child-red {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #f90f0d;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 20px;
    margin: 0;
}

@media screen and (min-width: 768px) {
    #estado_deuda_listado_pantalla {
        display: contents;
    }
    #estado_deuda_listado_celular {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #estado_deuda_listado_pantalla {
        display: none;
    }
    #estado_deuda_listado_celular {
        display: contents;
    }
}