/* VARIABLES GLOBALES DE BOOTSTRAP */
:root,
[data-bs-theme=light] {
    --bs-primary-rgb: 0, 188, 255;
    --bs-link-color: #0096C8;
    --bs-link-color-rgb: 0, 150, 200;
}

.btn-primary {
    --bs-btn-bg: #00BCFF;
    --bs-btn-border-color: #00BCFF;
    --bs-btn-hover-bg: #0096FF;
    --bs-btn-hover-border-color: #0096FF;
    --bs-btn-active-bg: #0096FF;
    --bs-btn-active-border-color: #0096FF;
}

.btn-outline-primary {
    --bs-btn-color: #00BCFF;
    --bs-btn-border-color: #00BCFF;
    --bs-btn-hover-bg: #00BCFF;
    --bs-btn-hover-border-color: #00BCFF;
    --bs-btn-active-bg: #00BCFF;
    --bs-btn-active-border-color: #00BCFF;
}

.btn-outline-primary:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(103%) contrast(103%)
}

.nav-pills {
    --bs-nav-pills-link-active-bg: #00BCFF;
}

.pagination {
    --bs-pagination-active-bg: #00BCFF;
    --bs-pagination-active-border-color: #00BCFF;
}

.list-group {
    --bs-list-group-active-bg: #00BCFF;
    --bs-list-group-active-border-color: #00BCFF;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.btn-warning {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #FDBF10;
    --bs-btn-border-color: #FDBF10;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

@media (max-width: 567px) {

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 22px;
    }

    .lead {
        font-size: 1rem;
    }

    .fs-1 {
        font-size: 1.5rem !important;
    }
}

/* VARIABLES GLOBALES DE BOOTSTRAP */

body,
html {
    min-height: 100vh;
    position: relative;
}

main {
    min-height: 450px;
    padding-top: 0;
}

@media (max-width: 767px) {
    main {
        padding-top: 64px;
    }
}

section {
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.contenedor-textos-isil {
    width: 100%;
}

.contenedor-textos-isil>:last-child {
    margin-bottom: 0 !important;
}

.font-size-12px {
    font-size: 12px;
}

.font-size-14px {
    font-size: 14px;
}

.show-preload {
    background-image: url(http://empleabilidad.isil.pe/wp-content/uploads/2024/06/loader-opt-2.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
}

.text-shadow-1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.text-shadow-2 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* CONFIGURACIONES GENERALES */

/* IMAGEN DE FONDO */
.section_background
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
}
.desktop_background
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobile_background
{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
    .mobile_background {
        display: block;
    }
    .desktop_background {
        display: none;
    }
}
/* IMAGEN DE FONDO */

/* MENU PRINCIPAL */
.logo-brand {
    max-width: 200px;
    height: auto;
}

/* MENU PRINCIPAL */

/* MENU NAVEGACIÓN DEL FOOTER */
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li a {
    color: white;
}

footer ul li::before {
    content: ">";
    color: white;
    display: inline-block;
    font-size: 12px;
    margin-right: 8px;
}

footer ul li:empty {
    display: none;
}

@media only screen and (max-width: 767px) {
    footer .wp-block-group {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

/* MENU NAVEGACIÓN DEL FOOTER */

/* BOTON VER VIDEO */
.btn-ver-video::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    background-image: url(http://empleabilidad.isil.pe/wp-content/uploads/2024/06/icon-play.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.btn-ver-video:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7500%) hue-rotate(121deg) brightness(106%) contrast(101%);
}

.btn-ver-video {
    padding-left: 20px;
    padding-right: 20px;
}

/* BOTON VER VIDEO */

/* SECCIÓN BANNER ISIL */
.isil-slider {
    background-color: lightgray;
    position: relative;
}

.isil-slider .swiper {
    width: 100%;
    height: 100%;
}

.isil-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;

    /* MANEJA PROPORCIONES */
    width: 100%;
    overflow: hidden;
    padding-bottom: 40%;
    /* MANEJA PROPORCIONES */
}

.isil-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.isil-slider .swiper-button-prev {
    background-color: black;
    left: 0;
    width: 36px;
}

.isil-slider .swiper-button-next {
    background-color: black;
    right: 0;
    width: 36px;
}

.isil-slider .swiper-button-prev:after,
.isil-slider .swiper-button-next:after {
    font-size: 24px;
    color: white;
}

.isil-slider .swiper-button-disabled {
    pointer-events: all;
}

.isil-slider .swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
}

.isil-slider .swiper-pagination-bullet-active {
    background: #FDBF10;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .isil-slider .swiper-slide {
        /* CAMBIA LA PROPORCIÓN EN VESRIONES MOBILES */
        width: 100%;
        padding-bottom: 400px;
        /* CAMBIA LA PROPORCIÓN EN VESRIONES MOBILES */
    }
}

/* SECCIÓN BANNER ISIL */

/* SECCIÓN 2 */
.isil-linea-izquierda {
    border-left: 1px solid black;
}

@media only screen and (max-width: 911px) {
    .isil-linea-izquierda {
        border-left: none;
    }
}

/* SECCIÓN 2 */

/* SECCIÓN RECUADROS */
.isil-items-porcentaje {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* SECCIÓN RECUADROS */

/* SECCIÓN SLIDER TESTIMONIOS */
.isil-testimonial .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

/* SECCIÓN SLIDER TESTIMONIOS */

/* SECCIÓN BOTONES CTA */
.isil-botones-cta {
    min-height: 100%;
    border-radius: 0 !important;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.isil-botones-cta:hover {
    transform: scale(1.025);
    transition: all 0.3s ease;
}

/* SECCIÓN BOTONES CTA */

/* AJUSTE DE CALENDLY */
.isil-canlendly {
    margin-top: -66px;
    min-height: 700px;
}

@media only screen and (max-width: 914px) {
    .isil-canlendly {
        margin-top: 0
    }
}

/* AJUSTE DE CALENDLY */

/* ISIL CUSTOM NAV */
.isil-custom-nav {
    color: black;
}

.isil-custom-nav.active {
    position: relative;
    font-weight: 600;
}

.isil-custom-nav.active::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 3px;
    width: 80%;
    background-color: #00BCFF;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, -50%);

}

/* ISIL CUSTOM NAV */

/* INPUTS CON ICONO BOLSA LABORAL */

.custom-buscardo-isil-empleos .form-control {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
}

.custom-buscardo-isil-empleos input[aria-label="First name"] {
    background-image: url('http://empleabilidad.isil.pe/wp-content/uploads/2024/07/zoom.png');
}

.custom-buscardo-isil-empleos input[aria-label="Last name"] {
    background-image: url('http://empleabilidad.isil.pe/wp-content/uploads/2024/07/mark-ic.png');
}

/* INPUTS CON ICONO BOLSA LABORAL */

/* PÁGINA DE BOLSA LABORAL */

.item-isil-empleo {
    border-bottom: 1px solid gray;
    display: block;
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.item-isil-empleo .empleo-info {
    width: 70%;
    max-width: 700px
}


@media only screen and (max-width: 991px) {
    .custom-buscardo-isil-empleos input {
        width: 100% !important;
        display: block;
    }

    .custom-buscardo-isil-empleos button {
        width: 100% !important;
        display: block;
        border-radius: 8px !important;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }

    .item-isil-empleo .empleo-info {
        width: 100%;
    }
}

/* PÁGINA DE BOLSA LABORAL */

/* PÁGINA REGISTRA TU EMPRESA */
.isil-formulario-empresas .card-header {
    padding: 30px !important;
    padding-bottom: 10px !important;
}

.isil-formulario-empresas .nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: nowrap;
    align-items: center;
}

.isil-formulario-empresas .nav-link {
    padding: 0;
    font-size: 14px;
    position: relative;
    color: gray;

    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    line-height: initial;
}

.isil-formulario-empresas .nav-link.active {
    color: #00bcff;
    font-weight: bold;
}

.isil-formulario-empresas .nav-link.active span {
    background-color: #00bcff;
}

.isil-formulario-empresas .nav-divider {
    width: 1px;
    height: 18px;
    background-color: lightgray;
}

.isil-formulario-empresas .nav-link span {
    display: flex;
    min-width: 24px !important;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: lightgray;
    color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.isil-formulario-empresas .card-body {
    padding: 30px;
}

/* Estilo para el contenedor del input */
.custom-file-input-container {
    position: relative;
    width: 100%;
}

/* Estilo para el input de tipo file */
.custom-file-input {
    width: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

/* Estilo para la etiqueta personalizada */
.custom-file-label {
    display: inline-block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-input-required input::placeholder,
.custom-input-required textarea::placeholder {
    background-image: url(http://empleabilidad.isil.pe/wp-content/uploads/2024/06/asterisco.gif);
    background-repeat: no-repeat;
    background-position: -3px -3px;
    background-size: 15px 15px;
}

.error-validacion {
    border: solid 1px red;
}

@media only screen and (max-width: 576px) {
    .isil-formulario-empresas .nav-divider {
        display: none;
    }

    .isil-formulario-empresas .nav-link {
        display: none;
    }

    .isil-formulario-empresas .nav-link.active {
        display: flex;
        text-align: left;
    }

    .isil-formulario-empresas .nav {
        display: flex;
        justify-content: center;
    }

    .isil-formulario-empresas .card-header {
        padding-bottom: 0 !important;
    }
}

/* PÁGINA REGISTRA TU EMPRESA */

/* BOTONES INICIO DE SESIÓN Y NOMBRES DE USUARIO */

.sesion-isilnet {
    margin-right: 60px;
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.username {
    color: white;
    font-size: 14px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
}

.username:empty {
    display: none;
}

.username::before {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTNDMCAxMy4yNzczIDAuMDk2MDAwMSAxMy41MTczIDAuMjg4IDEzLjcyQzAuNDggMTMuOTIyNyAwLjcyIDE0LjAxODcgMS4wMDggMTQuMDA4SDExLjAwOEMxMS4yNzQ3IDE0LjAwOCAxMS41MDkzIDEzLjkxMiAxMS43MTIgMTMuNzJDMTEuOTE0NyAxMy41MjggMTIuMDEwNyAxMy4yODggMTIgMTNDMTIgMTIuNTIgMTEuODg4IDEyLjAzNDcgMTEuNjY0IDExLjU0NEMxMS40NCAxMS4wNTMzIDExLjE0NjcgMTAuNjE2IDEwLjc4NCAxMC4yMzJDMTAuNDIxMyA5Ljg0OCAxMC4wMDUzIDkuNDkwNjYgOS41MzYgOS4xNkM5LjA2NjY3IDguODI5MzMgOC41ODY2NyA4LjU3ODY2IDguMDk2IDguNDA4QzguNjgyNjcgOC4wNDUzMyA5LjE0NjY3IDcuNTYgOS40ODggNi45NTJDOS44MjkzMyA2LjM0NCAxMCA1LjY5MzMzIDEwIDVWNC4wMDhDMTAgMi44OTg2NiA5LjYxMDY3IDEuOTU0NjYgOC44MzIgMS4xNzZDOC4wNTMzMyAwLjM5NzMyOSA3LjEwOTMzIDAuMDA3OTk1NjEgNiAwLjAwNzk5NTYxQzQuODkwNjcgMC4wMDc5OTU2MSAzLjk0NjY3IDAuMzk3MzI5IDMuMTY4IDEuMTc2QzIuMzg5MzMgMS45NTQ2NiAyIDIuODk4NjYgMiA0LjAwOFY1QzIgNS43MDQgMi4xNzA2NyA2LjM1NDY2IDIuNTEyIDYuOTUyQzIuODUzMzMgNy41NDkzMyAzLjMxNzMzIDguMDM0NjYgMy45MDQgOC40MDhDMy40MDI2NyA4LjU4OTMzIDIuOTIyNjcgOC44NCAyLjQ2NCA5LjE2QzIuMDA1MzMgOS40OCAxLjU4OTMzIDkuODM3MzMgMS4yMTYgMTAuMjMyQzAuODQyNjY3IDEwLjYyNjcgMC41NDkzMzMgMTEuMDY0IDAuMzM2IDExLjU0NEMwLjEyMjY2NyAxMi4wMjQgMC4wMTA2NjY3IDEyLjUwOTMgMCAxM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
    .sesion-isilnet {
        margin-right: 0;
        width: 100%;
        justify-content: space-between;
        margin-top: 10px
    }

    .username {
        font-size: 12px;
        width: 180px;
    }
}
/* BOTONES INICIO DE SESIÓN Y NOMBRES DE USUARIO */

/* SECCIÓN RECURSOS */
.categorias-de-recursos .swiper-slide
{
  width: 120px;
  height: 140px;
  /*background-color:red;*/
  position: relative;
  padding: 10px;
}
.categorias-de-recursos .swiper-slide input
{
  display:none;
}

.categorias-de-recursos .swiper-slide label
{
    /*background-color: orange;*/
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    display: flex;
    gap: 8px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;

}

.categorias-de-recursos .swiper-slide label img
{
  width: 80px;
  height: auto;
  border-radius: 50%;
  border: solid 2px #ededed;
}

.categorias-de-recursos .swiper-slide input:checked + label>img
{
  border: solid 4px #00AEEF;
}

.title-categorias
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.btns-controls-categorias button
{
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  border: solid 1px #dbdbdb;
  background-color: white;
}
.btns-controls-categorias button[disabled]::after
{
  opacity: 0.25;
}
.btns-controls-categorias button::after
{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDhIMU0xIDhMOCAxNU0xIDhMOCAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.categorias-next-button::after
{
  transform: rotate(180deg);
}
/* SECCIÓN RECURSOS */

/* TARJETA RECURSOS DESCARGABLES */
.card-recursos
{
  background-color: white;
  padding: 20px;
  border-radius: 8px;
}

.text-recursos
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}
.categorias-de-recursos:after
{
  content: "";
  position:absolute;
  display:block;
  width: 100%;
  height: 100%;
  left:0;
  top: 0;
  z-index: 10;
    pointer-events: none;
background: rgb(252,252,252);
background: -moz-linear-gradient(90deg, rgba(252,252,252,0) 0%, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 99%);
background: -webkit-linear-gradient(90deg, rgba(252,252,252,0) 0%, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 99%);
background: linear-gradient(90deg, rgba(252,252,252,0) 0%, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc",endColorstr="#ffffff",GradientType=1);
}
/* TARJETA RECURSOS DESCARGABLES */

/* TARJETA RECURSOS DESTACADOS */
.recursos-destacados .swiper-wrapper
{
display: flex;
    align-items: stretch;
}

.recursos-destacados .swiper-slide{
      height: initial;
}
.tarjeta-recursos-destacados
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 15px;
    background-color: #FFC72C;
    border-radius: 8px;
    text-decoration: none;
    color: black;
    height: 100%;
}

.descripcion-recurso-destacado h3
{
  font-weight: normal;
  font-size: 17px;
}

.imagen-recurso-recomendado img
{
  max-width: 150px;
}
/* TARJETA RECURSOS DESTACADOS */

.galeria-thumbs .swiper-button-next,
.galeria-thumbs .swiper-button-prev
{
  zoom: 0.35;
  color: black;
}

.galeria-thumbs .swiper-slide img
{
  border-radius: 8px;
  cursor:pointer;
}

.galeria-thumbs .swiper-slide img.active
{
  border: solid 2px black;
}
.isil-custom-breadcrumb a
{
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.recursos-version-light .tarjeta-recursos-destacados
{
  background-color: #F7F8F7;
}

.isil-recursos-recomendados .btns-controls-categorias button
{
  display: inline-flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* TAB RECURSOS DESCARGABLES */
.tab-recursos-isil .nav-link
{
  border: none;
  color: darkgray;
}

.tab-recursos-isil .nav-tabs
{
  border: none;
}

.tab-recursos-isil .nav-link.active
{
  border-bottom: solid 3px #00AEEF;
  color: #00AEEF;
}
/* TAB RECURSOS DESCARGABLES */

/* ACORDEON PREGUNTAS FRECUENTES */
.isil-preguntas-frecuentes .accordion-button{
  font-weight: 600;
    color: black;
}
.isil-preguntas-frecuentes .accordion-button:not(.collapsed)
{
  background-color: white;
  box-shadow: none;
  
}
.isil-preguntas-frecuentes .show
{
  border: none;
}
.isil-preguntas-frecuentes .accordion-button:not(.collapsed)::after
{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 8H14'/%3e%3c/svg%3e");
}
.isil-preguntas-frecuentes .accordion-button::after
{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M8 2V14M2 8H14'/%3e%3c/svg%3e");
}
/* ACORDEON PREGUNTAS FRECUENTES */

#formulario-final .titulo-recurso,#formulario-final .sort-description, #formulario-final hr
{
  display:none !important;
}

.custom-menu
{
  padding: 0;
}

.custom-menu .navbar-brand{
  background-color: #00aeef;
margin-top: 20px;
  padding: 30px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #00aeef;
  width: 250px;
  text-align: center;
}
.custom-menu .navbar-brand img
{
  display: inline-block;
  width: 100%;
}

.custom-menu
{
  position:absolute;
  top:0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.custom-menu .isil-menu ul {
  list-style: none;
  padding: 0;
}
.custom-menu .isil-menu>ul>ul>li
{
  position:relative;
}

.custom-menu .isil-menu>ul>ul>li>ul
{
  display:none;
  position: absolute;
  background-color: #00aeef;
  top: 45px;
  left: 50%;
  width: 400px;
transform: translateX(-50%);
  z-index: 10;
}

.custom-menu .isil-menu>ul>ul>li>ul>li>ul
{
  display:none;
}

.custom-menu .isil-menu>ul>ul>li>ul>li label:checked + 
{
  display: block;
}


.custom-menu .isil-menu>ul>ul>li:hover>ul
{
  display:block;
}
.custom-menu .isil-menu>ul>ul
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: Graphik-Semibold, sans-serif;
    font-weight: bold;
}

.custom-menu .isil-menu>ul>ul label
{
  width: 100%; 
  cursor: pointer;
}

.custom-menu .isil-menu>ul ul ul li ul li label a{
  padding: 0px 30px 15px 30px;
  font-weight: normal;
  display: block;
}
.custom-menu .isil-menu>ul>ul>li>label
{
  padding:10px;
  background-color: #00aeef;
  min-width: 120px;
  width: 100%;
  padding: 10px 15px 10px 15px;
  text-align: center;
}


.custom-menu .isil-menu>ul>ul>li>ul>li>input:checked ~ ul
{
  display: block;
}

.custom-menu .isil-menu>ul>ul>li>ul>li>input:checked ~ label>a::after
{
  background: transparent url(/wp-content/themes/isil-ecala/images/close-icon.png) no-repeat center center;
}

.custom-menu .isil-menu>ul>ul a[href="#"]
{
  pointer-events: none;
}

.custom-menu .isil-menu>ul>ul>li>ul>li>label a
{
   display:block;
  width: 100%;
  color: white;
  font-size: 24px;
  font-family: Graphik-Semibold, sans-serif;
  padding: 20px;
  position: relative;
  display: block;
  cursor: pointer;
}


.custom-menu .isil-menu>ul>ul>li>ul a[href="#"]
{
  
  display:block;
  width: 100%;
  color: white;
  font-size: 24px;
  font-family: Graphik-Semibold, sans-serif;
  padding: 20px;
  position: relative;
  display: block;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;

}

.custom-menu .isil-menu>ul ul ul li
{
  border-bottom: solid 2px white;
}

.custom-menu .isil-menu>ul ul ul li:last-child
{
  border-bottom: none;
}

.custom-menu .isil-menu>ul ul ul ul li
{
  border-bottom: none;
}

.custom-menu .isil-menu>ul>ul>li>ul a[href="#"]::after
{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent url(/wp-content/themes/isil-ecala/images/open-icon.png) no-repeat center center;
}

.custom-menu .isil-menu input
{
  display:none;
}

.custom-menu .isil-menu>ul>ul a
{
  color:white;
  text-decoration: none;
}

/* AJUSTE DEL MENU BACHILLER */
.bachiller>label
{
  background-color: white !important;

}
.bachiller>label a{
  color: #001434 !important;
}
.bachiller ul
{
  background-color: #ecce9c !important;
}
.bachiller ul li
{
  border-bottom-color:#001434 !important;
}
.bachiller ul a[href="#"]::after
{
  filter: brightness(0) saturate(100%) invert(11%) sepia(46%) saturate(843%) hue-rotate(172deg) brightness(99%) contrast(113%);
}
.bachiller ul a
{
  color: #001434 !important;
}
/* AJUSTE DEL MENU BACHILLER */

/* AJUSTE EDUCACIÓN EJECUTIVA */
/* .e-ejecutiva label
{
      background-color: black !important;
} */
/* AJUSTE EDUCACIÓN EJECUTIVA */

/* boton adminisión */
.admision-isil-pe
{
  margin-left: 10px;
}
/* boton adminisión */

/* MENU HAMBURGUESA */
.custom-btn-menu
{
  border-radius: 0;
  margin-left: 10px;
  height: inherit;
  border: none;
  min-height: 43px;
}
.custom-btn-menu span{
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(212deg) brightness(104%) contrast(101%);
}
/* MENU HAMBURGUESA */



@media (max-width: 1199px) {
  .custom-menu .navbar-brand
  {
    width: 200px;
    padding: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .custom-menu .isil-menu>ul>ul>li>ul {
    top: 38px;
}
  .custom-menu
  {
    font-size: 12px;
  }
.custom-menu .isil-menu>ul>ul>li>label {
    min-width: initial;
}
 .custom-menu .container
  {
    max-width: 100% !important;
  }
 .custom-menu .navbar-brand
  {
    width: 150px;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .custom-menu
  {
    background-color: #00aeef;
  }
  .custom-menu .navbar-brand
  {
    margin-top: 0;
    width: initial;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-menu .navbar-brand img
  {
    width: 100px;
  }
}


/* SEGUNDO MENU */
.head-menu
{
  display: none;
}
.custom-menu-2
{
  width: 80%;
  background-color: #00aeef;
  position: fixed;
  height: 100%;
  z-index: 10;
  right:0;
  top:0;
  max-width: 320px;
  overflow:auto;
  box-shadow: 0px 0px 40px rgba(0,0,0, .25);
  display:none;
  animation: entrar-menu 0.8s ease 0s 1 normal forwards;
  padding: 20px;
  padding-top: 40px;
}
.custom-menu-2 a
{
  color:white;
  text-decoration:none;
}
.custom-menu-2 ul
{
  list-style: none;
  padding: 0;
}
#close-menu-2
{
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(212deg) brightness(104%) contrast(101%);
}
.head-menu
{
  margin-bottom: 20px;
}
.custom-menu-2 img
{
  width: 80px;
}
@keyframes entrar-menu {
	0% {
		transform: translateX(250px);
	}

	100% {
		transform: translateX(0);
	}
}

.custom-menu-2 .navbar-nav>ul>li>label
{
  /*background-color: red;*/
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  font-family: Graphik-Semibold, sans-serif;
  display: block;
}
.custom-menu-2 .navbar-nav>ul>li>label a[href="#"]
{
  pointer-events: none;
  width: 100%;
  display: block;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.custom-menu-2 .navbar-nav>ul>li>label a[href="#"]::after
{
   content: '';
   display: inline-block;
   width: 20px;
   height: 20px;
   background: transparent url(/wp-content/themes/isil-ecala/images/open-icon.png) no-repeat center center;
}
.custom-menu-2 .navbar-nav>ul>li>input:checked ~ label a[href="#"]::after
{
  background: transparent url(/wp-content/themes/isil-ecala/images/close-icon.png) no-repeat center center;
}
.custom-menu-2 .navbar-nav>ul>li>input:checked ~ ul
{
  display:block;
}

.custom-menu-2 .navbar-nav>ul>li
{
  border-bottom: solid 2px white;
}

.custom-menu-2 .navbar-nav>ul>li:last-child
{
  border-bottom: none;
}

.custom-menu-2 .navbar-nav>ul>li>ul
{
  /*background-color: green;*/
  display:none;
}
.custom-menu-2 .navbar-nav>ul>li>ul>li>label
{
  /*background-color: darkblue;*/
  padding-bottom: 10px;
  cursor: pointer;
  display: block;
}
.custom-menu-2 .navbar-nav>ul>li>ul>li>label a[href="#"]
{
  padding-top: 10px;
  pointer-events: none;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.custom-menu-2 .navbar-nav>ul>li>ul>li>label a[href="#"]::after
{
  content: '';
   display: inline-block;
   width: 14px;
   height: 14px;
   background: transparent url(/wp-content/themes/isil-ecala/images/open-icon.png) no-repeat center center;
}
.custom-menu-2 .navbar-nav>ul>li>ul>li>input:checked ~ label a[href="#"]::after
{
  background: transparent url(/wp-content/themes/isil-ecala/images/close-icon.png) no-repeat center center;
}
.custom-menu-2 .navbar-nav>ul>li>ul>li>input:checked ~ ul
{
  display:block;
}
.custom-menu-2 .navbar-nav>ul>li>ul>li>ul
{
  /*background-color: pink;*/
  display:none;
}
.custom-menu-2 .navbar-nav>ul>li>ul>li>ul>li>label
{
  padding-bottom: 10px;
}
.custom-menu-2 .navbar-nav>ul>li>ul>li>input:checked ~ ul
{
  display:block;
}

.custom-menu-2 .navbar-nav>ul input
{
  display: none;
}

@media (max-width: 767px) {
  
  .head-menu
  {
    display: block;
  }
  .custom-menu-2
  {
    padding-top: 20px;
  }
  .custom-menu-2
  {
    width:100%;
    max-width: initial;
  }
  
}

/* SEGUNDO MENU */

.h2-span{
	font-size: 16px ;
	display: inline;
}

.h4-span{
    font-size: 16px;
    font-weight: 400 !important;
}

.title-inline{
	font-size: 16px;
    font-weight: 400 !important;
    display: inline;
}

.p-flex{
display:flex;
}