/*
Theme Name: Elucubración
Theme URI: https://elucubracion.com/
Description: Tema para Wordpress.
Author: ELUCUBRACIÓN ESTUDIO CREATIVO
Author URI: https://elucubracion.com/
Template: Divi
Version: 1.0.8
*/

:root{
    --border-color: #ffffff;
    --checkbox: #ea7c96;
    --button: #fff;
    --white: #ffffff;
    --text: #666666;
    --button-text: #68a5d2;
    --placeholder: #cccccc;
    --border-radius: 30px;
    --primary-color: #931721;
    --red2: #fd4438;
    --red3: #fe877f;
}
.red-marker ul li::marker {
    color: var(--red2);
}
.primary-text {
    color: var(--primary-color);
}
.red2-text {
    color: var(--red2);
}
.text-big {
    font-size: 1.3em;
}
.bg-primary {
    background-color: var(--primary-color);
}
.bg-red2 {
    background-color: var(--red2);
}
.fs-bigger {
    font-size: 2em;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.d-flex.align-items-center {
    align-items: center;
}
.d-flex .icon-organ {
    width: 80px;
    flex-shrink: 0;
    margin-right: 30px;
}
.d-flex .icon-105 {
    width: 105px;
    flex-shrink: 0;
    margin-right: 20px;
}
.w-50 {
    width: 50%;
}
.m-bottom-1 {
    margin-bottom: 20px;
}
@media all and (max-width: 767px) {
    .w-50 {
        width: 100%;
    }
    .d-flex .icon-organ {
        width: 60px;
    }
}
footer .et_pb_text.list ul li{
    display:block;
}
footer .et_pb_text ul {
    padding-bottom: 0;
}
footer .et_pb_text ul li{
    display: inline-block;
    padding-right: 20px;
}
footer .colaboracion  .et_pb_text_inner  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
@media all and (max-width: 479px) {
    footer .colaboracion  .et_pb_text_inner {
        flex-direction: column;
    }
}
#button-bibliografia {
    cursor: pointer;
}
#button-bibliografia .et_pb_image_wrap  {
    transition: all 300ms ease 0ms;
}
#button-bibliografia:hover .et_pb_image_wrap  {
    background-color: var(--primary-color);
}
.percentage-wrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.percentage-wrapper .number{
    width: 3em;
    height: 3em;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.3em;
    flex-shrink: 0;
}
.percentage-wrapper .number.bg-red2{
    background-color: var(--red2);
}
.percentage-wrapper .number.bg-red3{
    background-color: var(--red3);
}
.percentage-wrapper {
    color: var(--red2);
}
/**********
* MODULOS *
 **********/
.modulos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
}
.modulos .modulo{
    padding: 30px;
    border-radius: 100%;
    width: 180px !important;
    height: 180px !important;
    align-content: center;
    margin: 0!important;
    transition: all 300ms ease 0ms;
    cursor: pointer;
}
.modulos .modulo:hover{
    transform: scale(1.5);
    z-index: 3;
}
.modulos .modulo .subtitulo,
.modulos .modulo .titulo {
    margin-bottom: 0;
}
.modulos .modulo .subtitulo,
.modulos .modulo .titulo h3{
    color: var(--white);
    text-align: center;
}
.modulos .modulo .icono{
    text-align: center;
}
.modulos .modulo .icono img{
    width: 50px;
}
/**************
* FIN MODULOS *
 **************/

/********************
* SLIDER DOCUMENTOS *
 ********************/

.owl-carousel.slide-documentos .et_pb_module {
    margin: auto;
    border-radius: 100%;
    height: 40vw;
    width: 40vw;
    display: flex;
}

.owl-carousel.slide-documentos .et_pb_module .et_pb_text_inner{
    margin: auto;
}

.owl-carousel.slide-documentos .owl-nav {
    position: absolute;
    top: 50%;
    width: 80%;
    max-width: 800px;
    left: 50%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.owl-carousel.slide-documentos .owl-nav button.owl-prev,
.owl-carousel.slide-documentos .owl-nav button.owl-next{
    background-color: var(--red2);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    box-shadow: 0px 0px 20px #00000063;
    pointer-events: auto;
}
.owl-carousel.slide-documentos .owl-nav button.disabled {
    opacity: 0;
    cursor: auto;
}
.owl-carousel.slide-documentos .owl-nav button.owl-prev span,
.owl-carousel.slide-documentos .owl-nav button.owl-next span{
    background: url(assets/flecha.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    margin:auto;
}
.owl-carousel.slide-documentos .owl-nav button.owl-prev span {
    transform: rotate(180deg);
}

@media all and (max-width: 980px) {
    .owl-carousel.slide-documentos .et_pb_module {
        height: 45vw;
        width: 45vw;
    }
}
@media all and (max-width: 767px) {
    .owl-carousel.slide-documentos .owl-nav {
        width: 100%;
    }
    .owl-carousel.slide-documentos .owl-nav button.owl-prev,
    .owl-carousel.slide-documentos .owl-nav button.owl-next{
        width: 40px;
        height: 40px;
    }
    .owl-carousel.slide-documentos .owl-nav button.owl-prev span,
    .owl-carousel.slide-documentos .owl-nav button.owl-next span{
        width: 20px;
        height: 20px;
    }
    .owl-carousel.slide-documentos .et_pb_module {
        height: 85vw;
        width: 85vw;
        padding: 10px;
    }
}
/************************
* FIN SLIDER DOCUMENTOS *
 ************************/

/****************
* CUESTIONARIOS *
 ****************/
.ays_quiz_question p{
    font-size: 1.5em!important;
    font-weight: 500;
}
.ays_quiz_modern_light .ays-field {
    background: #f6f6f6;
    font-weight: normal;
}
.ays-field.ays_list_view_item input~label:before {
    opacity: 0;
}
div.ays-quiz-container[id^="ays-quiz-container-"] {
    margin: 0 auto;
}
.ays-live-bar-fill > span {
    padding-right: 5px;
    color: white;
}
.ays-quiz-interval-message-box {
    font-size: 1.5em;
    font-weight: 500;
}
.ays-quiz-interval-message-box p{
    color: var(--primary-color) !important;
    line-height: 1em;
}
.ays_score {
    font-size: 1.3em;
}
.ays_score .ays_score_percent{
    color: var(--red2);
    font-weight: bold;
    display: block;
    font-size: 3em;
    line-height: 1em;
    margin-top: 10px;
}
#ays-quiz-container-2.ays-quiz-container .ays_buttons_div input[type='button'],
#ays-quiz-container-3.ays-quiz-container .ays_buttons_div input[type='button'] {
    color: white!important;
}
#ays-quiz-container-2.ays-quiz-container #ays_finish_quiz_3 .action-button:hover,
#ays-quiz-container-3.ays-quiz-container #ays_finish_quiz_3 .action-button:hover{
    box-shadow: 0 0 0 2px #e74c3c;
    background-color: white;
    color: #e74c3c!important;
}
/********************
* FIN CUESTIONARIOS *
 ********************/