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

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

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

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

    /*Colores principales*/
    --color1: #005779;
    --color2: #005779;
    --color3: #a51830;
    --color4: #054158;

    /*Imágenes de fondo*/
    --background: url(../images/back_body.jpg);
    --background-mobile: url(../images/back_body_mobile.jpg);

    /*Color para inputs*/
    --inputs_color: #87b0c0;

    /*Colores botón principal*/
    --button_color: #aec1ed;
    --focus_button_color: rgb(154, 171, 211);
    --shadow_button_color: rgba(154, 171, 211, 0.5);

    /*Color para enlaces*/
    --links_color: #0f1c45;
    --focus_links_color: #0b132e;

    /*Colores para alertas*/
    --success_alert_color: #118611;
    --error_alert_color: #ca1111;
    --warning_alert_color: #b89e2d;

    /*Color para viñetas de títulos*/
    --color_markers: #005779;

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

    /*Test*/
    --correct_answer_test: green;
    --wrong_answer_test: red;
}
/*-- //Variables globales --*/

/*-- Restablecimientos --*/
body {
    padding: 0;
    margin: 0;
    background: var(--white);
    font-family: "AP Medium", "sans-serif";
}

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);
}

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

label {
    margin: 0;
    color: var(--white);
    font-family: "AP Thin", "sans-serif";
    font-weight: 500;
}

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;
}

.row {
    margin: 0;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    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;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

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

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

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

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

/*Barra de aceptar cookies*/
.cc-cookies {
    background-color: var(--color4) !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 {
    background-color: var(--color3);
}
.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  { 
    background-color: var(--color3); 
}

.modal-backdrop {
    background-color: var(--white);
}

.modal-content {
    border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
}

.modal-contact__header {
    border: none; 
    background-color: var(--white);
    color: var(--color1);
    font-size: 1.6em;
    letter-spacing: 2px;
}

.modal-contact__message {
    font-size: 0.95em;
    color: var(--color1);
    font-family: "AP Thin", "sans-serif";
    font-weight: bold;
    line-height: 1.3em;
}

.form__field:-webkit-autofill,
.form__field:-webkit-autofill:hover, 
.form__field:-webkit-autofill:focus, 
.form__field:-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;
}

.complete-height {
    height: 100vh;
}

.back-logout {
    width: 100%;
}

.ptm {
    padding-top: 1.4%;
}
/*-- //Generales --*/

/*-- Header --*/
header {
    background-color: var(--white);
    width: 100%;
    top: 0;
    z-index: 9;
    cursor: pointer;
}

.header__container {
    padding: 0;
    width: 100%;
    -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
}

.header__container a {
    margin: 0;
    padding: 0;
    width: 100%;
}
/*-- //Header --*/

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

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

.navbar-light .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "AP Bold", "sans-serif";
    color: var(--color2);
    height: 100%;
    padding: 10px 5px 5px 5px;
    letter-spacing: 2px;
}

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

.link-logout {
    display: flex;
    align-items: center;
}

.link-logout i {
    color: var(--color1);
    font-size: 1.7em;
    padding-right: 5px;
}

.link-logout span {
    color: var(--color1);
    font-size: 1.1em;
    font-weight: bold;
}

.link-back {
    color: var(--black);
    font-size: 1.25em;
}

.underline {
    border-bottom: 2px solid var(--color2);
}

.under-hover {
    display: inline-block;
    position: relative;
}

.under-hover::before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--color2);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.under-hover:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.lang-selector {
    display: flex;
    align-items: center;
}

.lang-bar {
    height: 30px;
    width: 2px;
    border-width: 0;
    color: var(--color1);
    background-color: var(--color1);
    margin: 5px 7px 0 7px;
}
/*-- //Nav --*/

/*-- Footer --*/
.footer {
    padding: 0;
}

.footer__background {
    background: var(--color2);
    padding: 5px 0 3px 0;
}

.footer__policies {
    color: var(--white);
    font-size: 1em;
    margin-top: 4%;
}

.footer__policies:hover {
    color: var(--gray);
}

.footer__bottom {
    height: 100%;
    margin-top: 5px;
}

.footer__bottom-titles {
    color: var(--color1);
    font-size: 0.9em;
    font-weight: bold;
}

.footer__bottom-cmc {
    font-size: 0.7em;
}

.mail_tab {
    margin-left: 39px;
}

.copy {
    font-size: 0.8em; 
    color: var(--color1);
    line-height: 1.3em;
}
/*-- //Footer--*/

/*-- Alertas --*/
.alert-success {
    color: var(--white);
    background-color: var(--success_alert_color);
    border: none;
}

.alert-danger {
    color: var(--white);
    background-color: var(--error_alert_color);
    border: none;
}

.alert-warning {
    color: var(--white);
    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(--color2);
    width: 100%;
    border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
}

.form--margins {
    margin: 0 auto;
    width: 80%;
    padding-top: 20px;
}

.form legend {
    font-size: 1.9em;
    color: var(--white);
}

.form__info {
    font-family: "AP Thin", "sans-serif";
    color: var(--white);
    font-weight: 600;
}

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

.form__field::placeholder {
    color: var(--black);
    font-size: 14px;
    font-style: italic;
}

.form__field:focus {
    border-color: var(--inputs_color);
    background-color: var(--inputs_color);
    color: var(--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: 50px;
    padding: 0;
}

.form__icon i {
    margin: auto;
    color: var(--black);
}

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

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

.form2 {
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--color2);
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 5%;
    border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
}

.form2--margins {
    margin: 0 auto;
    width: 95%;
    padding-top: 30px;
}

.form2__title {
    color: var(--white);
    font-size: 1.9em;
    padding-top: 10px;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.form2__info {
    color: var(--links_color);
    font-size: 11px;
    margin-top: 20px;
    font-style: italic;
}

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

.form3 {
    left: 0;
    right: 0;
    background: var(--white);
    border: 2px solid var(--color1);
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 5%;
    border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
}

.form3 legend {
    text-align: center;
    color: var(--color1);
    font-size: 1.7em;
    font-weight: bold;
}

.form3-label {
    color: var(--color1);
    font-family: "AP Medium", "sans-serif";
    font-style: italic;
}
/*-- //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;
}

/*color del texto u opción que muestra el input*/
.select2-selection__rendered {
    color: var(--black) !important;
    margin-top: 3px;
    font-style: italic;
}

/*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(--black);   
}
.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: var(--color1) !important;
}
/*-- //Select2 --*/

/*-- Checkboxes --*/
/* The container */
.form-check__container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* 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: 1px solid white;
    border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
  }
  
  /* On mouse-over, add a grey background color */
  .form-check__container:hover input ~ .checkmark {
    background-color: #eee;
  }
  
  /* When the checkbox is checked, add a blue background */
  .form-check__container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* 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 white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/*-- Checkboxes --*/

/*-- Botones --*/
.btn {
    white-space: normal;
    border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    padding-top: 2px !important;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
.btn:disabled {
    cursor: not-allowed;
}
.btn a {
    color: white;
}

.btn-main {
    color: #0f1c45;
    background-color: var(--button_color);
    padding: 0px 15px;
    width: auto;
}
.btn-main:hover {
    color: var(--color1);
    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(--color1);
    background-color: var(--focus_button_color);
}

.btn-yellow {
    color: var(--white);
    background-color: #dbbd35;
}
.btn-yellow:hover {
    color: var(--white);
    background-color: rgb(184, 158, 45);
}
.btn-yellow.focus,
.btn-yellow:focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 158, 45, 0.5);
}
.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: rgb(184, 158, 45);
}

.btn-green {
    color: var(--white);
    background-color: #81b13e;
}
.btn-green:hover {
    color: var(--white);
    background-color: rgb(109, 151, 49);
}
.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: #a51830;
}
.btn-red:hover {
    color: var(--white);
    background-color: rgb(153, 25, 46);
}
.btn-red.focus,
.btn-red:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 25, 46, 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(153, 25, 46);
}

.btn-blue {
    color: var(--white);
    background-color: #0f1c45;
}
.btn-blue:hover {
    color: var(--white);
    background-color: rgb(12, 21, 51);
}
.btn-blue.focus,
.btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 21, 51, 0.5);
}
.btn-blue.disabled,
.btn-blue:disabled {
    color: var(--black);
    background-color: var(--gray);
}
.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show > .btn-blue.dropdown-toggle {
    color: var(--white);
    background-color: rgb(12, 21, 51);
}

.btn-blue2 {
    color: var(--white);
    background-color: #203a52;
}
.btn-blue2:hover {
    color: var(--white);
    background-color: rgb(24, 44, 63);
}
.btn-blue2.focus,
.btn-blue2:focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 44, 63, 0.5);
}
.btn-blue2.disabled,
.btn-blue2:disabled {
    color: var(--black);
    background-color: var(--gray);
}
.btn-blue2:not(:disabled):not(.disabled).active,
.btn-blue2:not(:disabled):not(.disabled):active,
.show > .btn-blue2.dropdown-toggle {
    color: var(--white);
    background-color: rgb(24, 44, 63);
}

.btn-program {
    width: 100%;
    height: 60px;
    font-size: 1.9em;
}

.btn-login {
    font-size: 1.6em;
    font-weight: bold; 
}

.btn-login-register {
    font-size: 1.5em;
    padding: 2px 15px;  
}

.btn-register {
    font-size: 1.5em;
    padding: 2px 20px;  
}

.btn-wform {
    font-size: 1.7em;
    padding: 5px 40px; 
}
/*-- //Botones --*/

/*-- Login --*/
.form__login__input-width {
    margin: 0 auto;
    width: 70%;
    max-width: 400px;
}

.form__login-title {
    font-size: 1.9rem;
}

.form__login-info {
    font-size: 1.1rem;
}

.text-below-login {
    color: var(--white);
    font-family: "AP Thin", "sans-serif";
    font-size: 14px;
}

.text-below-login2 {
    color: var(--white);
    font-family: "AP Thin", "sans-serif";
    font-size: 1rem;
    line-height: 1.4em;
    font-weight: 500;
}
/*-- //Login --*/

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

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

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

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

/*-- Registro --*/
.form2__description {
    font-family: "AP Thin", "sans-serif";
    margin-top: 30px;
    font-size: 0.8em;
    color: var(--white);
    line-height: 1.5;
}

.form2__info {
    font-family: "AP Thin", "sans-serif";
    color: var(--white);
    font-size: 13px;
    margin-top: 20px;
    font-style: italic;
}

.form-check {
    width: 100%;
    padding: 3% 12% 3% 24%;
}
/*-- //Registro --*/

/*-- Mapa --*/
.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(--white);
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
}

.policies__content {
    text-align: justify;
    padding: 15px 0px 15px 0px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.5;
}
/*-- //Políticas --*/

/*-- Contacto --*/
.contact__title {
    font-size: 1.8rem;
}

.contact__info {
    font-family: "AP Thin", "sans-serif";
    font-size: 0.9em;
    color: var(--white);
    line-height: 1.5;
    text-align: center;
}

.contact__policies {
    font-size: 12px;
}
/*-- //Contacto --*/

/*-- Webinar --*/
.btn-event {
    border: 4px solid var(--color1);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 20px !important;
    color: var(--color1);
    font-weight: bold;
}

.btn-event:hover,
.btn-event:focus,
.btn-event:active {
    color: var(--color1);
}

.btn-pevent {
    border: 4px solid var(--color1);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 15px !important;
    color: var(--color1);
    font-weight: bold;
}

.btn-pevent:hover,
.btn-pevent:focus,
.btn-pevent:active {
    color: var(--color1);
}

.btn-pevent-title {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 15px !important;
    color: var(--white);
    font-weight: bold;
    background-color: #a51830;
}

.btn-pevent-title:hover,
.btn-pevent-title:focus,
.btn-pevent-title:active {
    color: var(--white);
    background-color: #a51830;
    cursor: default !important;
}

.btn-sevent {
    border: 4px solid var(--color1);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 20px !important;
    color: var(--color1);
    font-weight: bold;
}

.btn-sevent:hover,
.btn-sevent:focus,
.btn-sevent:active {
    color: var(--color1);
}

.webinar-form__title {
    text-align: center;
    color: var(--white);
}

.webinar-form__info {
    color: var(--links_color);
    text-align: center;
    line-height: 1.2;
    font-size: 0.9em;
    margin-top: 5px;
}

.webinar-form__label {
    padding: 10px;
    text-align: left;
}

.webinar-form__submit {
    width: 95%;
    border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
}

.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__btns-section {
    display: flex;
    flex-wrap: wrap;
}

.btn-options-webinar {
    font-size: 1.1em;
}
/*-- //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 --*/
.modal-survey__header-span {
    color: var(--white);
    font-size: 1.2em;
}

.evaluation {
    position: relative;
}

.evaluation__content {
    width: 100%;
}

#evaluation__content__answers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.survey-form-check {
    margin: auto;
    text-align: center;
    display: block;
}

#question-text {
    font-size: 1.15em;
    font-weight: bold;
}

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

.evaluation__content__answer {
    margin: 0 auto;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

#evaluation__progress__numbers {
    font-family: "AP Thin", "sans-serif";
    color: var(--black);
    font-weight: bold;
}

#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: #000;
    z-index: 99999;
    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(--color1);
}

.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;
}
/*-- //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: bold;
    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(--color1);
    color: var(--white);
}

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

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

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

.admin-table__header tr th {
    min-width: 100px;
}

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

#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 --*/

/*-- Responsive design --*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /*-- Nav --*/
    .navbar {
        padding: 0 !important;
        background-color: var(--white);
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.9em;
    }
    .lang-selector {
        justify-content: center;
    }
    /* Generales */
    .background {
        background: var(--background-mobile) no-repeat 0px 0px;
        background-size: cover;
        min-height: 70vh;
    }
    .marker-container {
        background-color: var(--color_markers);
        padding: 10px;
    }
    .marker {
        background-color: transparent;
        font-size: 1.4em;
    }
    .modal-logo {
        width: 150px;
        margin-top: 20px;
    }
    .link-logout {
        justify-content: end;
    }
    /* Footer */
    .footer__policies-container {
        padding-bottom: 15px;
    }
    .cmc {
        text-align: center;
    }
    .cmc-logo {
        width: 125px;
    }
    .cantabria-logo {
        width: 200px;
    }
    /* Inicio */
    .img-title {
        width: 100%;
    }
    .img-date {
        width: 70%;
    }
    .img-doctor {
        width: 100%;
    }
    .img-date2 {
        width: 70%;
    }
    .img-speaker2 {
        width: 70%;
    }
    .cropped-image {
        display: block; 
    }
    .full-image {
        display: none;
    }
    .cont-moderator {
        text-align: center;
    }
    .img-moderator3 {
        width: 70%;
    }
    .img-speaker3 {
        width: 100%;
    }
    /* Formularios */
    .form2 {
        padding-left: 0;
        padding-right: 0;
    }
    .form-check {
        padding: 20px 30px 20px 50px;
    }
    /* 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;
    }
    /* Webinar */
    .webinar-form {
        padding: 40px 0px;
    }
    .btn-wform {
        font-size: 1.4em;
    }
    .webinar__btns-section {
        justify-content: center;
    }
    .webinar-form__textarea {
        height: 8em !important;
    }
    .btn-event {
        font-size: 1.4em;
    }
    .btn-sevent {
        font-size: 1.3em;
    }
    .btn-pevent-title {
        font-size: 1em;
    }
    .btn-pevent {
        font-size: 1em;
    }
    .section-btn-es {
        text-align: center;
    }
    .section-btn-en {
        text-align: center;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    /*-- Nav --*/
    .navbar {
        padding: 0 !important;
        background-color: var(--white);
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.9em;
    }
    .lang-selector {
        justify-content: center;
    }
    /*-- Generales --*/
    .background {
        background: var(--background-mobile) no-repeat 0px 0px;
        background-size: cover;
        min-height: 70vh;
    }
    .modal-logo {
        width: 150px;
    }
    .back-logout {
        display: flex;
        align-items: center;
        justify-content: end;
        flex-wrap: nowrap;
        padding: 10px 20px;
    }
    /* Footer */
    .cmc {
        text-align: center;
    }
    .cmc-logo {
        width: 125px;
    }
    .cantabria-logo {
        width: 250px;
    }
    /* Inicio */
    .img-title {
        width: 85%;
    }
    .img-date {
        width: 40%;
    }
    .img-doctor {
        width: 100%;
    }
    .img-date2 {
        width: 280px;
    }
    .cropped-image {
       display: none; 
    }
    .img-speakers2 {
        width: 100%;
    }
    .img-moderator3 {
        width: 85%;
    }
    /* Políticas */
    .policies__topic {
        background-color: var(--color_markers);
        padding: 10px;
    }
    .policies__topic span {
        background-color: transparent;
        padding: 0;
        font-size: 1em;
    }
    /* Webinar */
    .webinar-form {
        padding: 50px;
    }
    .btn-wform {
        font-size: 1.4em;
    }
    .webinar-form__textarea {
        height: 8em !important;
    }
    .section-btn-es {
        text-align: center;
    }
    .section-btn-en {
        text-align: center;
    }
    .btn-event {
        font-size: 1.7em;
    }
    .btn-sevent {
        font-size: 1.6em;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /*-- Nav --*/
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.2em;
    }
    /*-- Generales --*/
    .modal-logo {
        width: 100%;
    }
    /* Footer */
    .cmc {
        text-align: center;
    }
    .cmc-logo {
        width: 90px;
    }
    .cantabria-logo {
        width: 250px;
    }
    .mail_tab {
        margin-left: 0px;
    }
    /* Webinar */
    .webinar-form {
        padding: 100px 200px 0px 200px;
    }
    .btn-pevent-title {
        font-size: 1.2em;
    }
    .btn-pevent {
        font-size: 1.2em;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* Generales */
    .background {
        background: var(--background) no-repeat 0px 0px;
        background-size: cover;
        min-height: 70vh;
    }
    /*-- Nav --*/
    .navbar {
        padding: 15px 0 !important;
        margin-left: 25%;
        width: 75%;
        background-color: transparent;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.8em;
    }
    #navigation-bar {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    /* Footer */
    .mail_tab {
        margin-left: 39px;
    }
    /* Políticas */
    .policies__topic {
        background-color: transparent;
        padding: 0px;
    }
    .policies__topic span {
        background-color: var(--color_markers);
        padding: 10px;
        font-size: 1.2em;
    }
    /* Webinar */
    .webinar-form {
        padding: 20px 0px 0px 30px;
    }
    .btn-event {
        font-size: 1.8em;
    }
    .btn-sevent {
        font-size: 1.7em;
    }
    .btn-pevent-title {
        font-size: 1.2em;
    }
    .btn-pevent {
        font-size: 1.2em;
    }
    .section-btn-es {
        text-align: end;
    }
    .section-btn-en {
        text-align: start;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* Nav */
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.1em;
    }
    /* Inicio */
    .img-speaker4 {
        max-width: 1000px;
    }
    .img-title {
        width: 90%;
    }
    .img-date {
        width: 50%;
    }
    .img-date2 {
        width: 300px;
    }
    /* Footer */
    .cmc-logo {
        width: 90px;
    }
    .cantabria-logo {
        width: 250px;
    }
    .btn-event {
        font-size: 2em;
    }
    .btn-sevent {
        font-size: 1.9em;
    }
    .btn-pevent-title {
        font-size: 1.4em;
    }
    .btn-pevent {
        font-size: 1.4em;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
    /* Nav */
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.3em;
    }
    .navbar {
        margin-left: 20%;
    }
    /* Inicio */
    .cont-doctors {
        margin-left: 10%;
        margin-right: 14%;
    }
    .img-moderator3 {
        width: 83%;
    }
    /* Webinar */
    .btn-wform {
        font-size: 1.7em;
    }
    .btn-event {
        font-size: 2.5em;
    }
    .btn-sevent {
        font-size: 2.3em;
    }
    .btn-pevent-title {
        font-size: 1.4em;
    }
    .btn-pevent {
        font-size: 1.6em;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1900px) {
    /* Nav */
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.5em;
    }
    .webinar-form__textarea {
        height: 11em !important;
    }
    .btn-pevent-title {
        font-size: 2em;
    }
    .btn-pevent {
        font-size: 2em;
    }
    /* Inicio */
    .cont-doctors {
        margin-left: 12%;
        margin-right: 16%;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 3000px) {
    /* Inicio */
    .cont-doctors {
        margin-left: 20%;
        margin-right: 24%;
    }
}

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

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

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