
/* @font-face {
    font-family: "Apis-Bold";
    src: url("../fonts/Apis/Apis-Bold.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Apis-Medium";
    src: url("../fonts/Apis/Apis-Medium.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Apis";
    src: url("../fonts/Apis/Apis-Regular.ttf");
    font-style: normal;
    font-weight: 400;
} */

@font-face {
    font-family: "MuseoSans";
    src: url("../fonts/Museo-Sans/MuseoSans-300.otf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "MuseoSans";
    src: url("../fonts/Museo-Sans/MuseoSans_500.otf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "MuseoSans";
    src: url("../fonts/Museo-Sans/MuseoSans_900.otf");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "MuseoSans";
    src: url("../fonts/Museo-Sans/MuseoSans-300Italic.otf");
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: "MuseoSans";
    src: url("../fonts/Museo-Sans/MuseoSans_500_Italic.otf");
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: "MuseoSans";
    src: url("../fonts/Museo-Sans/MuseoSans-900Italic.otf");
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: "AcuminPro";
    src: url("../fonts/Acumin-Pro/Acumin-Pro/acumin_pro_thin.otf");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "AcuminPro";
    src: url("../fonts/Acumin-Pro/Acumin-Pro/acumin_pro_extralight.otf");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "AcuminPro";
    src: url("../fonts/Acumin-Pro/Acumin-Pro/acumin_pro_light.otf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "AcuminPro";
    src: url("../fonts/Acumin-Pro/Acumin-Pro/acumin_pro_book.otf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "AcuminPro";
    src: url("../fonts/Acumin-Pro/Acumin-Pro/acumin_pro_medium.otf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "AcuminPro";
    src: url("../fonts/Acumin-Pro/Acumin-Pro/acumin_pro_semibold.otf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "AcuminPro";
    src: url("../fonts/Acumin-Pro/Acumin-Pro/acumin_pro_bold.otf");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "AcuminPro";
    src: url("../fonts/Acumin-Pro/Acumin-Pro/acumin_pro_black.otf");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "AcuminPro";
    src: url("../fonts/Acumin-Pro/Acumin-Pro/acumin_pro_ultrablack.otf");
    font-style: normal;
    font-weight: 900;
}

/*-- Variables globales --*/
:root {
    --white: #fff;
    --black: #000;
    --gray: #ccc;

    /*Colores principales*/
    --color1: #2c365b;
    --color2: #07535b;
    --color3: #017e78;
    --color4: #c3ed2b;
    --evaluation-content: var(--cuaternario);
    --color_theory: #15777d;
    --color_theory_sec: #67696a;

    --primario: #3493AD;
    --secundario: #72C5D2;
    --terciario: #677170;
    --cuaternario:#44899a;

    /*Imágenes de fondo*/
    --background: url();

    /*Color para inputs*/
    --inputs_color: #ffffff;

    /*Colores botón principal*/
    --button_color: #81b13e;
    --focus_button_color: rgb(109, 151, 49);
    --shadow_button_color: rgba(109, 151, 49, 0.5);

    /*Color para enlaces*/
    --links_color: #dbbd35;
    --focus_links_color: #b89e2d;

    /*Colores para alertas*/
    --success_alert_color: #8cc94b;
    --error_alert_color: #dd3636;
    --warning_alert_color: #ffc900;

    /*Color para viñetas de títulos*/
    --color_markers_title: var(--terciario);
    --color_markers: var(--secundario);
    --text_markers: #ffffff;

    /*Color para párrafos*/
    --color_paragraphs: #3e3e3e;

    /*Test*/
    --correct_answer_test: green;
    --wrong_answer_test: red;

    font-family: 'AcuminPro';
}

/*-- //Variables globales --*/

/*-- Restablecimientos --*/
body {
    padding: 0;
    margin: 0;
    font-family: "AcuminPro" !important;
    background-size: contain;
    overflow-x: hidden;
    background-image: var(--background);
    background-repeat: no-repeat;
    background-position: 19% 1rem;
}

main{
    position: relative;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.9;
    color: var(--color_paragraphs);
    font-weight: 300;
}

ul,
ol {
    margin: 0;
    margin-top: 3%;
    margin-bottom: 2%;
}

label {
    margin: 0;
    color: white;
}

a {
    color: var(--links_color);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: var(--focus_links_color);
    cursor: pointer !important;
}

/*-- //Restablecimientos --*/
/*-- //Reset code --*/

/*-- Generales --*/
.container-fluid {
    padding: 0;
}

.img-fluid{
    object-fit: contain;
    width: auto;
}

.row {
    margin: 0;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 42px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-filter: alpha(opacity = 0);
    -moz-filter: alpha(opacity = 0);
    -ms-filter: alpha(opacity = 0);
    -o-filter: alpha(opacity = 0);
    filter: alpha(opacity = 0);
}

.background {
    /* background: var(--background) no-repeat 0px 0px;
    background-size: cover; */
    min-height: 70vh;
}

.marker {
    background-color: var(--color_markers_title);
    color: var(--text_markers);
    font-size: 1.6em;
    font-weight: 500;
    padding: 10px 20px 10px 5%;
    border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
}

.modal-internet-explorer__browser-name {
    color: #00006b;
    font-weight: 500;
}

.modal-certification__header-span {
    color: var(--white);
    font-size: 1.3em;
}

.modal-certification__body {
    color: var(--black);
    text-align: justify !important;
    line-height: 1.4em;
}

.modal_box{
    background-color: var(--primario) !important;
    box-shadow: 2px 2px 4px 2px !important;
}

.modal_box h3{
    color: var(--secundario) !important;
}

.modal_box p{
    color: var(--white);
}

.modal_box>div:first-child{
    border-color: var(--primario);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px var(--inputs_color) inset !important;
    ;
    -webkit-box-shadow: 0 0 0 30px var(--inputs_color) inset !important;

    -webkit-text-fill-color: black !important;

}

#modal-test-notice .modal-content .modal-header{
    background-color: var(--primario);
}

#modal-test-notice .modal-content .modal-header .modal-certification__header-span{
    color: var(--secundario);
}

#modal-test-notice .modal-footer{
    justify-content: center;
}

#modal-test-notice .btn{
    padding: 0.25rem 3rem;
}


/*Barra de aceptar cookies*/
.cc-cookies {
    background-color: var(--terciario) !important;
}

.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
    color: var(--white);
    background-color: var(--primario);
    border: 2px solid var(--white);
}

.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
    color: var(--white);
    background-color: var(--secundario);
    border: 2px solid var(--secundario);
}

#div_modal {
    z-index: 150;
}

#modal_register{
    background-color: #ffffff78;
    z-index: 52;
}

#modal_register .contenido_modal_register{
    background-color: var(--primario);
    border: 2px solid var(--white);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    width: 78%;
    margin: auto;
    padding: 2rem;
    gap: 1rem;
    text-align: center;
    position: relative;
}

#modal_register .contenido_modal_register p{
    color: var(--white);
    font-weight: lighter;
    font-size: 1;
    line-height: 1.5;
}

#modal_register .contenido_modal_register p.title_modal{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.25;
}

#modal_register .contenido_modal_register p.small_letter{
    font-size: 0.7rem;
    line-height: 1;
}

#modal_register .contenido_modal_register p.small_letter span{
    font-size: 0.7rem;
}

.contenido_modal_register #close_modal_register{
    position: absolute;
    top: 2.5%;
    right: 3%;
    color: var(--white);
    border-radius: 25px;
    border: 2px solid var(--white);
    padding: 0.8rem 0.5rem;
    line-height: 0;
    font-size: 0.5rem;
    cursor: pointer;
}

#modal_program{
    background-color: #ffffff78;
    z-index: 52;
}

#modal_program .contenido_modal_program{
    background-color: transparent;
    border: 2px solid var(--primario);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    max-width: 628px;
    width: 88%;
    margin: auto;
    position: relative;
}

.contenido_modal_program #close_modal_program{
    position: absolute;
    top: 2.5%;
    right: 3%;
    color: #929292;
    border-radius: 25px;
    border: 2px solid #929292;
    padding: 0.8rem 0.5rem;
    line-height: 0;
    font-size: 0.5rem;
    z-index: 3;
    cursor: pointer;
}

/*-- //Generales --*/

/*-- Header --*/

header {
    background-color: var(--white);
    width: 100%;
    top: 0;
    width: 100%;
    min-height: 2rem;
}

header > a{
    cursor: pointer;
}

#header_cont{
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    width: 98%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#header_cont a{
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
}


/*-- //Header --*/

/*-- Nav --*/
#navigation-bar {
    z-index: 100;
}

#navigation-bar ul {
    width: 100%;
    margin: auto;
}

.navbar {
    padding: 0px !important;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
    font-weight: 500;
    height: 100%;
    padding: 15px 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--white);
    background-color: var(--color2);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--white);
    background-color: var(--color2);
}

#nav_mobile{
    z-index: 42;
    position: relative;
}

/*-- //Nav --*/

/*-- Footer --*/

.footer__policies {
    font-weight: 500;
    color: var(--links_color);
    font-size: 1.1rem;
}

/*-- //Footer--*/

/*-- Alertas --*/
.alert {
    margin-bottom: 10px !important;
}

.alert-success {
    color: var(--black);
    background-color: var(--success_alert_color);
    border: none;
    margin: auto;
    width: max-content;
    z-index: 40;
}

.alert-danger {
    color: var(--white);
    background-color: var(--error_alert_color);
    border: none;
    margin: auto;
    width: max-content;
    z-index: 40;
}

.alert-warning {
    color: var(--black);
    background-color: var(--warning_alert_color);
    border: none;
}

.alert button:hover,
.alert button:focus,
.alert button:active {
    color: var(--white) !important;
    outline: none !important;
}

.alert button span:hover {
    color: var(--white) !important;
}

/*-- //Alertas --*/

/*-- Formularios --*/
.form {
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--color3);
    width: 90%;
    border-radius: 20px 20px;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
}

.form legend {
    color: var(--secundario);
    font-weight: 600;
}

.form button{
    border-style: inset !important;
    color: var(--black) !important;
    padding: 0.5rem 5rem;
    border-radius: 8px;
    margin: auto !important;
    border: 2px solid transparent;
}

.form button:hover{
    color: var(--secundario) !important;
    background-color: var(--primario) !important;
    border: 2px solid var(--secundario) !important;
}

.form__info {
    color: var(--white);
}

.form__field {
    border-left-color: var(--white);
    border-radius: 0;
    background-color: var(--inputs_color);
    border-color: var(--inputs_color);
    color: black;
}

.form__field::placeholder {
    color: black;
    font-size: 14px;
}

.form__field:focus {
    border-color: var(--inputs_color);
    background-color: var(--inputs_color);
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left-color: var(--inputs_color);
}

.form__field:disabled {
    background: var(--gray);
}

.form__icon {
    background-color: var(--inputs_color);
    border-color: var(--inputs_color);
    width: 34px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.form__icon i {
    margin: auto;
    color: black;
}

.form__password-icon {
    cursor: pointer;
    position: absolute;
    color: var(--white);
    right: 2%;
    bottom: 20%;
}

.form__password-icon i {
    color: var(--primario);
}

.text_codigo_register {
    font-size: 7pt;
}

/*-- Checkboxes --*/
/* The container */

.form-row {
    display: flex;
    justify-content: center;
}

.form-check__container>p {
    padding-left: 25px;
    font-size: 9pt;
    color: var(--white)
}

/* Hide the browser's default checkbox */
.form-check__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    border: 1px solid var(--white);
}

/* When the checkbox is checked, add a blue background */
.form-check__container input:checked~.checkmark {
    background-color: var(--white);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check__container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check__container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-- Checkboxes --*/

.form2__info {
    color: var(--white);
    font-size: 0.75em;
    line-height: 1.6em;
}

.form2__info>em {
    color: var(--color4);
}

.form2 label {
    font-style: italic;
}

.form2 .form__field::placeholder {
    font-style: italic;
}

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

/*-- //Formularios --*/

/*-- Select2 --*/
/*border color y border radius*/
.form-group .select2-container--default .select2-selection--single {
    border-color: var(--inputs_color) !important;
    border-radius: 0px;
    width: 100% !important;
}

/*input*/
.form-group .select2-container .select2-selection--single {
    height: 35px;
    border: 1px solid var(--inputs_color);
    background-color: var(--inputs_color);
    box-shadow: none;
    font-style: italic;
}

/*color del texto u opción que muestra el input*/
.select2-selection__rendered {
    margin-top: 3px;
}

/*colores para el fondo y letra de todo el desplegable de opciones*/
.select2-search {
    background-color: var(--inputs_color);
    color: var(--black);
}

.select2-search input {
    background-color: var(--inputs_color);
    color: var(--blak);
}

.select2-results {
    background-color: var(--inputs_color);
    color: var(--black);
}

/*estilos para el hover en las opciones*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--white) !important;
    color: var(--black);
}

.input-group>.select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

.input-group>.select2-container--bootstrap .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}

.input-group>.select2-container--bootstrap4 {
    width: auto !important;
    flex: 1 1 auto !important;
}

.input-group>.select2-container--bootstrap4 .select2-selection--single {
    height: 100% !important;
    line-height: inherit !important;
}

/*estilo para el optgroup*/
.select2-results__group {
    font-size: 1em !important;
    text-align: center !important;
    color: #2c365b !important;
}

/*-- //Select2 --*/

/*-- Botones --*/
.btn {
    white-space: normal;
    border-radius: 20px 20px;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
}

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

.btn:disabled {
    cursor: not-allowed;
}

.btn a {
    color: white;
}

.btn-main {
    color: var(--white);
    background-color: var(--color4);
    padding: 8px 25px;
    width: 50%;
}

.btn-main:hover {
    color: var(--white);
    background-color: var(--focus_button_color);
}

.btn-main.focus,
.btn-main:focus {
    box-shadow: 0 0 0 0.2rem var(--shadow_button_color);
}

.btn-main.disabled,
.btn-main:disabled {
    color: var(--black);
    background-color: var(--gray);
}

.btn-main:not(:disabled):not(.disabled).active,
.btn-main:not(:disabled):not(.disabled):active,
.show>.btn-main.dropdown-toggle {
    color: var(--white);
    background-color: var(--focus_button_color);
}

.btn-yellow {
    color: var(--white);
    background-color: var(--secundario);
}

.btn-yellow:hover {
    color: var(--primario);
    background-color:  #9aba26;
}

.btn-yellow.focus,
.btn-yellow:focus {
    box-shadow: 0 0 0 0.2rem  #9aba26;
}

.btn-yellow.disabled,
.btn-yellow:disabled {
    color: var(--black);
    background-color: var(--gray);
}

.btn-yellow:not(:disabled):not(.disabled).active,
.btn-yellow:not(:disabled):not(.disabled):active,
.show>.btn-yellow.dropdown-toggle {
    color: var(--white);
    background-color:  #9aba26;
}

.btn-green {
    color: var(--white);
    background-color: #81b13e !important;
}

.btn-green:hover {
    color: var(--white);
    background-color: rgb(109, 151, 49);
    box-shadow: 0 0 0 0.2rem rgba(109, 151, 49, 0.5);
}

.btn-green.focus,
.btn-green:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 151, 49, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
    color: var(--black);
    background-color: var(--gray);
}

.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled):active,
.show>.btn-green.dropdown-toggle {
    color: var(--white);
    background-color: rgb(109, 151, 49);
}

.btn-red {
    color: var(--white);
    background-color: #8f2424;
}

.btn-red:hover {
    color: var(--white);
    background-color: rgb(99, 34, 34);
}

.btn-red.focus,
.btn-red:focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 34, 34, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
    color: var(--black);
    background-color: var(--gray);
}

.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.show>.btn-red.dropdown-toggle {
    color: var(--white);
    background-color: rgb(99, 34, 34);
}

/*-- //Botones --*/

/*-- Login --*/

#form_login{
    background-color: var(--terciario);
    border-radius: 12px;
}

.title_access_login{
    color: var(--white);
    font-family: 'AcuminPro';
    font-size: 1.25rem;
}

.form__login-title {
    font-size: 1.9rem;
    text-align: center;
    margin: 0 auto;
}

.text_register_link {
    align-items: center;
    text-align: center;
    color: #000d0c;
    display: flex;
    align-items: center;
    margin-top: 20px;
    /* height: 80px; */
    margin-bottom: 40px;
    justify-content: center;
    gap: 1rem;
    background-color: #b5eee8;
    padding: 0.5rem 0;
}

.text_register_link>p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000f0c;
    line-height: 1.25;
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    text-align: left;
    font-size: 0.8rem;
}

.text_register_link>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f8ea4b;
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #003a36;
    border-radius: 8px;
    padding: 0.2rem 1.5rem;
    text-transform: uppercase;
    font-weight: 900;
}

.text-below-login {
    color: var(--white);
    font-size: 14px;
}

.text-below-login a{
    color: #c9df24;
}

.color_fondo {
    background-color: var(--primario);
}

.acces_button{
    border: 1px solid transparent;
    display: table;
    width: max-content;
    margin: auto !important;
    padding: 0rem 1.5rem;
    border-radius: 8px;
}

button.f_variant_button, a.f_variant_button{
    background-color: var(--secundario);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 14px;
    padding: 0.15rem 1.5rem 0.25rem;
    line-height: 1;
}

button.f_variant_button:hover, a.f_variant_button:hover{
    color: var(--secundario);
    background-color: var(--primario);
    border: 1px solid var(--secundario);
}

button.s_variant_button, a.s_variant_button{
    color: var(--secundario);
    background-color: var(--primario);
    border: 1px solid transparent;
    font-weight: lighter;
    font-size: 1rem;
    border-radius: 25px;
    padding: 0 1rem;
}


button.s_variant_button:hover, a.s_variant_button:hover{
    background-color: var(--secundario);
    color: var(--primario);
    border: 1px solid var(--primario);
}

button.t_variant_button, a.t_variant_button{
    color: var(--white);
    background-color: var(--secundario);
    border: 1px solid transparent;
    font-weight: lighter;
    font-size: 1rem;
    border-radius: 25px;
    padding: 0 1rem;

}

button.t_variant_button:hover, a.t_variant_button:hover{
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--secundario);
}

button.reg_variant_button, a.reg_variant_button{
    color: var(--white);
    background-color: var(--secundario);
    border: 1px solid transparent;
    font-weight: lighter;
    font-size: 1rem;
    border-radius: 18px;
    padding: 0.5rem 1.5rem;
}


button.reg_variant_button:hover, a.reg_variant_button:hover{
    background-color: var(--white);
    color: var(--secundario);
    border: 1px solid var(--secundario);
}

/*-- //Login --*/

/*-- Cambiar contraseña --*/

/*-- //Cambiar contraseña --*/

/*-- Nueva contraseña --*/

/*-- //Nueva contraseña --*/

/*-- Registro --*/

/*-- //Registro --*/

/*-- Mapa --*/
.btn_color {
    background-color: var(--secundario) !important;
    color: var(--primario);
}

.btn_color:hover {
    background-color: var(--primario) !important;
    color: var(--secundario);
}

.modal-map .modal-dialog {
    max-width: 90%;
}

.modal-map .modal-header {
    background-color: var(--color2);
}

.modal-map .modal-title {
    color: var(--white);
}

.modal-map .modal-header button span {
    color: var(--white);
}

#modal-map__map-section {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: auto;
}

#modal-map__map-section__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
}

#modal-map__map-section__map svg path[fill^="none"] {
    stroke-width: 0px;
}

.modal-map__text-regions {
    font-size: 0.9em;
    color: var(--color1);
    font-weight: 500;
    margin-bottom: 15px;
}

/*-- //Mapa --*/

/*-- Políticas --*/
.policies {
    margin: 30px 60px;
}

.policies a {
    cursor: auto;
}

.policies__topic {
    margin: 20px 0px;
    text-align: start;
}

.policies__topic span {
    background-color: var(--color_markers);
    color: var(--text_markers);
    padding: 10px;
    font-size: 1.2em;
    font-weight: 500;
}

.policies__content {
    text-align: justify;
    padding: 15px 0px 15px 0px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/*-- //Políticas --*/

/*-- Contacto --*/
.contact__title {
    font-size: 2.1rem;
    color: #ffffff;
    text-align: center;
}

.contact__info {
    color: var(--white);
    text-align: center;
    line-height: 1.5;
}

.contact__policies {
    font-size: 12px;
}

/*-- //Contacto --*/

/*-- Webinar --*/

.webinar-iframe {
    position: relative;
    width: 99%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.webinar-iframe__iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*-- //Webinar --*/

/*-- Reuniones --*/
.btn-enroll {
    background-color: var(--color2);
    color: var(--white);
}

.btn-signed-up {
    background-color: var(--color1);
    color: var(--white);
}

/*-- //Reuniones --*/

/*-- Test y Encuestas --*/
.evaluation {
    position: relative;
}

.evaluation__content {
    position: relative;
    margin: 30px 20%;
    padding: 0px 10px;
    background: var(--white);
    -webkit-box-shadow: 6px 5px 17px -2px rgba(0, 0, 0, 0.75);;
    -moz-box-shadow: 6px 5px 17px -2px rgba(0, 0, 0, 0.75);;
    box-shadow: 6px 5px 17px -2px rgba(0, 0, 0, 0.75);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='17' ry='17' stroke='%23333' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    border-radius: 20px 20px;
}

.evaluation__content--overflow {
    overflow: auto;
}

.evaluation__content--positioning {
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 650px;
}

.evaluation_title{
    position: relative;
    margin: auto;
    display: table;
}

.evaluation_title #cont_details_webinar{
    justify-content: center;
}

.go_bck_button{
    position: absolute;
    top: 50%;
    left: 0.25rem;
    transform: translate(-50%, -50%);
}

.go_bck_button svg{
    scale: 2;
}

.evaluation_title a{
    position: absolute;
    top: -5px;
    left: -8rem;
    cursor: pointer;
}

.evaluation_title a img{
    object-fit: contain;
    height: 3rem;
}

#question-text {
    font-size: 1.2em;
    font-weight: 500;
    color: var(--black);
}

#question-image {
    margin-top: 20px;
}

.evaluation__content__answer {
    margin: 0 auto;
    color: var(--black);
    font-size: 15px;
}

#evaluation__progress__numbers{
    color: var(--black);
}

#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
}

.loader__element {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid var(--color1);
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#evaluation__progress__color-bar {
    background-color: var(--secundario);
}

.modal-confirmation-response{
    align-items: center;
    justify-content: center;
}

.modal-confirmation-response .close {
    margin-left: 95%;
}

.modal-confirmation-response .close span {
    font-size: 20px;
}

.modal-confirmation-response__text {
    margin: 0 auto;
}

.modal-end-evaluation .modal-content span {
    margin: 0 auto;
}

.modal-end-evaluation__button {
    margin: 0 auto;
    max-width: 200px;
}

#question_explanation {
    font-size: 0.95em !important;
    line-height: 1.6em;
    text-align: justify;
}

#question_explanation ol {
    list-style: decimal;
    margin-left: 5%;
}

#question_explanation ol li {
    margin-bottom: 10px;
}

#question_explanation ul {
    list-style-type: disc;
    margin-left: 5%;
}

#question_explanation ul li {
    margin-bottom: 10px;
}

/*-- //Test y Encuestas --*/

/*-- Test --*/
#evaluation__explanation {
    text-align: justify;
    font-size: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.correct-answer {
    color: var(--correct_answer_test) !important;
}

.wrong-answer {
    color: var(--wrong_answer_test) !important;
}

.modal-certification__header {
    border: none;
    background-color: var(--color2);
}

.modal-certification__header button span {
    color: var(--white);
}

.modal-certification__body {
    text-align: center;
}

.modal-certification__footer {
    border: none;
}

/*-- //Test --*/

/*-- Encuesta --*/
#evaluation__content__free-answer {
    display: none;
}

#evaluation__content__free-answer textarea {
    width: 100%;
}

.evaluation__content__free-answer__section-button {
    width: 100%;
    text-align: end;
}

.evaluation__content__free-answer__section-button__button {
    background-color: var(--color2);
    color: var(--white) !important;
    border-radius: 60px 60px 60px 60px;
    -moz-border-radius: 60px 60px 60px 60px;
    -webkit-border-radius: 60px 60px 60px 60px;
    border: 0px solid #ccc;
    padding: 2% 10%;
    font-weight: 500;
    cursor: pointer;
}

.evaluation__content__free-answer__section-button__button:focus,
.evaluation__content__free-answer__section-button__button:hover {
    background-color: var(--inputs_color);
}

/*-- //Encuesta --*/

/*-- Gestión usuarios --*/
.admin-table--background {
    background-color: var(--primario);
    color: var(--secundario);
}

.admin-table__title {
    text-align: center;
    color: var(--white);
}

.admin-table__header {
    background-color: var(--white);

}

.admin-table__header tr {
    color: var(--black);

}
tbody{
    border: 1px solid white;
}

.admin-table__header tr th {
    min-width: 100px;
    font-weight: 400;

}

.admin-table__header tr th a {
    color: var(--black);
    font-weight: 400;
}

#admin-table__pagination .page-item.active .page-link {
    color: var(--white);
    background-color: var(--color1);
    border-color: var(--color1);
}

#admin-table__pagination .page-item .page-link {
    color: var(--black);
}

.admin-table__footer {
    color: var(--white);
    font-size: 14px;
    text-align: center;
}

/*-- //Gestión usuarios --*/

.cont_certificate_icons{
    -webkit-box-shadow: 9px 8px 13px -7px rgba(0,0,0,0.7);
    -moz-box-shadow: 9px 8px 13px -7px rgba(0,0,0,0.7);
    box-shadow: 9px 8px 13px -7px rgba(0,0,0,0.7);
    max-width: 500px;
}

/**Barra de progreso*/

progress{
    width: 100%;
    height: 4px;
    border-radius: 100px;
}

progress::-webkit-progress-bar {
    background-color: #00000030;
    border-radius: 100px;
}

progress::-webkit-progress-value {
    border-radius: 100px;
}

.card {
    --main-color: #000;
    --bg-color: #EBD18D;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    max-width: 730px;
    padding: 10px 25px 25px 25px;
    border-radius: 20px;
    flex-flow: column;
    width: 90%;
    margin: auto;
    align-items: center;
}

/*-- Responsive design --*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    /* Generales */
    .marker-container {
        background-color: var(--color_markers);
        text-align: center;
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .marker {
        background-color: transparent;
        font-size: 1.4em;
        padding: 0 !important;
        text-align: center !important;
    }

    /* Registro */
    .form2__info {
        font-size: 10pt;
    }

    /* Footer */
    .footer__policies-container {
        text-align: center;
    }

    /* Botones */
    .btn-main {
        padding: 8px 0px;
        min-width: 71px;
        max-width: 200px;
    }

    /* Políticas */
    .policies {
        margin: 30px 0;
    }

    .policies__topic {
        background-color: var(--color_markers);
        padding: 10px;
    }

    .policies__topic span {
        background-color: transparent;
        padding: 0;
        font-size: 1.1em;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .policies ul{
        text-align: left;
    }

    .policies ul li{

    }

    /* Webinar */
    .webinar-form {
        padding: 40px 0px;
    }

    /* Test y Encuestas */
    .evaluation__content {
        margin: auto;
        width: 90%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    /* Políticas */
    .policies__topic {
        background-color: var(--color_markers);
        padding: 10px;
    }

    .policies__topic span {
        padding: 0;
        font-size: 1em;
    }

    /* Webinar */
    .webinar-form {
        padding: 50px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* Webinar */
    .webinar-form {
        padding: 100px 200px 0px 200px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /* Políticas */
    .policies__topic {
        background-color: transparent;
        padding: 0px;
    }

    .policies__topic span {
        padding: 10px;
        font-size: 1.2em;
    }

    /* Webinar */
    .webinar-form {
        padding: 0px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1900px) {
    /* Registro */
    .form2__title {
        font-size: 2.2em;
    }
    .form-check__container>p {
        font-size: 11pt;
    }
    .form2 label {
        font-size: 1.1em !important;
    }
}

/*-- //Responsive design --*/

#esp_test {
    max-height: 400px;
    overflow: auto;
}

.restart_test {
    color: rgb(99, 34, 34);
    cursor: pointer;
}

/*******************************/

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;

}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebarColla {
    display: block;
}

#sidebarCollapse {
    display: none;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        position: fixed;
        z-index: 2;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarColla {
        display: block;
    }

    #sidebarCollapse {
        display: block;
    }

    .text_register_link>p {
        font-size: 70%;
    }

    .text_register_link>a {
        font-size: 70%;
    }

}



#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: var(--color2);
    color: #fff;
    transition: all 0.3s;
    gap: 10rem;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: var(--color2);
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;

}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

.nav-item {
    margin-top: 1rem;
}

/**************/

.conGrid {
    display: flex;
}

.divLista {
    width: 100%;
}

/*****/
.conFormUser {
    background-color: var(--primario);
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
    border-radius: 20px;
    max-width: 800px;
    padding: 0 2rem;
    border: 2px outset var(--secundario);
    width: 88%;
    margin: 2.5rem auto;
}

.contUsersManagement, .contWebinarsManagement{
    max-width: initial;
}

.conFormUser form legend {
    Color: white;
    margin: 2rem auto;
}

.conImputForm {
    margin-top: 0 20px 0 20px;
    gap: 2rem;
    grid-template-columns: 1fr;
}

@media (min-width: 575.98px) {
    .conImputForm {
        margin-top: 0 20px 0 20px;
        display: grid;
    }
}
