/* FRONT */
/* --------------------------------------------------------------------------
CURSOS INAEM
------------------------------------------------------------------------------ */
body.wp-admin #cursosInaem {
    display: none;
}
article.fichaCurso {
    width: 100%;
    margin-bottom: 40px;
}
.headerCurso {
    padding: 5px 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.headerCurso:hover {
    background: var(--color-1d);
}
.bodyCurso {
    padding: 20px 0px 20px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
}
.fichaDestacado {
    font-size: 1.25em;
    text-transform: uppercase;
    font-family: var(--font-title);
    color: var(--color-1);
}
.fichaInfo {}
.footerCurso {}
.barFooter {
    background: var(--color-1);
    height: 5px;
}
.fichaDescription {
    padding: 10px 20px;
    display: none;
}
article.fichaCurso .actions {
    display: flex;
    flex-direction: column;
}
article.fichaCurso .actions div {
    margin-bottom: 10px;
}


@media screen and (max-width:690px) {
.bodyCurso {
  flex-wrap:wrap;
  padding:0px !important;
}

.bodyCurso div[role="columna"] {
    width:50%;
    margin: 10px 0px !important;
}
.bodyCurso .actions {

    flex-wrap: nowrap !important;
    flex-direction:row !important;
    width:100% !important;
    justify-content:space-around;
}

.bodyCurso .actions button {
    width:100%;
}


}
/* Modal para ficha */
#modalCurso {
    position: absolute;
    background: white;
    top: 100px;
    left: 50%;
    width: 90%;
    max-width: 1280px;
    transform: translate(-50%, 0%);
    padding: 1em 3em;
    ;
    z-index: 9999999;
    display: none;
}
#modalHead {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}
#closeModalCurso {
    font-size: 2.5em;
    text-align: center;
    cursor: pointer;
    width: 30px;
}
#closeModalCurso:hover {
    opacity: 0.7;
}
#logoInaem {
    max-width: 800px;
}
#nombreCursoModal {
    font-size: 2em;
    color: var(--color-1);
    font-weight: bold;
    font-family: var(--font-title);
    margin-bottom: 20px;
}
#modalBody {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
#leftSideFicha {
    width: 73%;
    min-width: 500px;
}
#datosCursoFicha {}
.rowFicha {
    margin-bottom: 20px;
}
.enunciadoFicha {
    color: var(--color-1);
    font-weight: bold;
}
#requisitosCursoFicha {}
.cuadroFicha {
    border: 1px solid gray;
    background: #f2f2f2;
    padding: 20px;
}
#finalidadCursoFicha {}
#rightSideFicha {
    width: 23%;
}
#datosCentroFicha {}
#modalFooter {}
#restoCursoFicha {}
#blackMask {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999998;
    display: none;
}
/* -- // -- */
/* Loader */
#loadingGK {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999998;
    display: none;
}
#loadingGK #content {
    position: fixed;
    padding: 50px 80px;
    ;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: white;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--color-2);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--color-2) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* // */
/* Nav inaem */
.nav-inaem {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.content-iname-nav {
    padding: 20px;
    border: 1px solid var(--color-1);
    margin: 10px;
}
.titulo-content-inaem-nav {
    text-align: center;
    margin-bottom: 10px;
    color: var(--color-1);
    font-weight: bold;
}
.content-inaem ul {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: space-around;
}
.content-inaem ul li {
    cursor: pointer;
    padding: 5px 10px;
    margin: 5px 10px;
}
.content-inaem ul li:hover {
    background: var(--color-2l);
    color: white;
}
.content-inaem ul li.active {
    background: var(--color-2);
    color: white;
}
/* --- */
div#no-results {
    text-align: center;
    font-size: 1.8rem;
    padding: 30px;
}
/* --------------------------------------------------------------------------
PROFESORES
------------------------------------------------------------------------------ */
body.wp-admin #profesores {
    display: none;
}
#content-profesores-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.wp-admin #profesores {
    display: none;
}
article.fichaProfesor {
    width: 50%;
    display: flex;
    padding: 20px;
}
article.fichaProfesor .imgProfesor {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 30px;
}
article.fichaProfesor .infoProfesor {
    width: calc(100% - 150px);
}
article.fichaProfesor .infoProfesor .categoriaProfesor {
    font-size: 0.8rem;
    padding: 3px 5px;
    background: var(--color-1l);
    color: white;
    display: inline-block;
    margin: 5px 0px;
}
article.fichaProfesor .infoProfesor .nameProfesor {
    font-size: 20px;
    color: var(--color-1);
    font-weight: bold;
}
.ratingProfesor span {
    color: orange;
    font-size: 1.5em;
}
.ratingProfesor span.active:before {
    content: "\2605";
    position: absolute;
}
article.fichaProfesor .infoProfesor .descripcionProfesor {}
@media screen and (max-width:768px) {
    article.fichaProfesor {
        width: 100%;
    }
}
@media screen and (max-width:550px) {
    article.fichaProfesor .imgProfesor {
        margin-right: 0px;
        margin: auto;
    }
    article.fichaProfesor .infoProfesor {
        width: 100%;
        margin-top: 20px;
    }
    article.fichaProfesor {
        flex-direction: column;
        text-align: Center;
        margin-bottom: 15px;
    }
}
/* --------------------------------------------------------------------------
OPINIONES
------------------------------------------------------------------------------ */
body.wp-admin #opiniones {
    display: none;
}
#content-opiniones-list .opinion {
    background-attachment: scroll;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 350px;
    display: flex;
    align-items: center;
    padding: 20px 40px;
}
#content-opiniones-list .opinion .content-opinion {
    width: 90%;
    max-width: 500px;
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.7);
}
#content-opiniones-list .opinion .content-opinion .nombre_opinion {
    font-size: 1.5rem;
    color: var(--color-1);
    font-family: var(--text-title);
    font-weight: bold;
}
#content-opiniones-list .opinion .content-opinion .separador_opinion {
    width: 150px;
    height: 5px;
    margin: auto;
    margin-top: 10px;
    background: var(--color-1);
}
#content-opiniones-list .opinion .content-opinion .descripcion_opinion {
    margin-top: 15px;
    color: var(--text-color) !important;
}
@media screen and (max-width:640px) {
    #content-opiniones-list .opinion .content-opinion {
        width: 100%;
        max-width: 800px;
        text-align: center;
        padding: 40px;
        background: rgba(255, 255, 255, 1);
    }
    #content-opiniones-list .opinion {
        min-height: auto;
        background: white !important;
        border: 1px solid #f2f2f2;
        margin: 15px 0px;
    }
}
/* --------------------------------------------------------------------------
EQUIPO
------------------------------------------------------------------------------ */
body.wp-admin #equipo {
    display: none;
}
#content-equipo-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
article.fichaEquipo {
    width: 300px;
    margin: 20px;
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0px 3px 6px gray;
    background-image: linear-gradient(var(--color-1) 150px, white 150px);
}
article.fichaEquipo .imgEquipo {
    width: 185px;
    height: 185px;
    margin: 10px auto;
    border-radius: 100%;
    overflow: hidden;
    border: 8px solid var(--color-1l);
    background-color: white;
    /* For browsers that do not support gradients */
}
article.fichaEquipo .img_equipo_frontal {}
article.fichaEquipo .img_equipo_hover {
    display: none;
}
article.fichaEquipo .infoEquipo {}
article.fichaEquipo .infoEquipo .nameEquipo {
    font-size: 1.3rem;
    color: var(--color-1);
    font-weight: bold;
    margin-bottom: 20px;
}
article.fichaEquipo .infoEquipo .puestoEquipo {
    font-size: 1.2rem;
    color: gray;
    margin-bottom: 50px;
}
article.fichaEquipo .infoEquipo .fraseEquipo {
    font-size: 1.2rem;
    color: gray;
    margin-bottom: 50px;
    font-style: italic;
    display: none;
}
article.fichaEquipo:hover {}
article.fichaEquipo:hover .img_equipo_hover {
    display: block;
}
article.fichaEquipo:hover .img_equipo_frontal {
    display: none;
}
article.fichaEquipo:hover .infoEquipo .puestoEquipo {
    display: none;
}
article.fichaEquipo:hover .infoEquipo .fraseEquipo {
    display: block;
}




.form-container {
    max-width: 450px !important;
    margin: auto !important;
}
.disabled {
    cursor: none;
    pointer-events: none;
}