@charset "UTF-8";
/*----------------------------*/
/* VALIDADOR DE CONTRASEÑAS   */
/*----------------------------*/
LI.invalid {
  background: url(/images/invalid.png?cf2758b853733baa4f09cd3b5d37cb43) no-repeat 0 50%;
  padding-left: 22px !important;
  line-height: 24px;
  color: #ec3f41;
}

LI.valid {
  background: url(/images/valid.png?44e68a614757cbc2c8ffb011b6a17d87) no-repeat 0 50%;
  padding-left: 22px !important;
  line-height: 24px;
  color: #3a7d34;
}

DIV#pswd_info, DIV#login_info {
  position: absolute;
  width: 350px;
  margin-top: 20px;
  padding: 15px;
  background: #fefefe;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  display: none;
  font-size: 14px;
  color: #444;
  z-index: 9999;
}

DIV#pswd_info ul, DIV#pswd_info li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

DIV#pswd_info h4, DIV#login_info h4 {
  font-size: 14px;
  color: #444;
}

DIV#pswd_info::before, DIV#login_info::before {
  content: "▲";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}

DIV#pswd_info h4, DIV#login_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

/*
* Fichero donde se incluye el layout de las páginas internas.
*/
#exp-1 {
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
}

#exp-1-desc {
  font-size: 18px;
  color: #F9F9F9;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
}

#exp3 {
  font-family: "Roboto";
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  line-height: 43px;
}

#border2 {
  width: 65px;
  height: 2px;
  border-bottom: 1px solid #FFB234;
  margin-left: calc(50% - 32.5px);
  margin-bottom: 2.4em;
}

#border3 {
  width: 65px;
  height: 2px;
  border-bottom: 1px solid #ffffff;
  margin-left: calc(50% - 32.5px);
  margin-bottom: 20px;
}

.nav .dropdown-item {
  color: #0A58FF !important;
}
.nav .dropdown .dropdown-item {
  color: #0A58FF !important;
}
.nav .dropdown-item.dropdown-toggle {
  color: #fff !important;
}
.nav .dropdown .dropdown-menu {
  color: #0A58FF !important;
}
.nav .dropdown .dropdown-menu .dropdown-submenu .dropdown-item {
  color: #3d596d;
}

@media (max-width: 991px) {
  #header .header-nav-main:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #fff !important;
    z-index: -1;
    transform: translateX(-50%);
  }
}
.frmRegister {
  border-color: #012855 !important;
}
.frmRegister .panel-heading {
  background-color: #012855 !important;
  border-color: #012855 !important;
}

.svg_img_wrapper {
  background-color: #F9F9F9;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50%;
}

.light-rounded-box {
  border-radius: 8px;
  box-shadow: 3px 3px 2px #B3B3B3;
  min-width: 35%;
  max-width: 40em;
  border: 1px solid #F9F9F9;
}

body #footer {
  z-index: 100;
}

#footer {
  background-color: #F4F6F8 !important;
}
#footer * {
  font-size: 13px !important;
  line-height: 24px !important;
}
#footer b {
  color: #46505f;
}
#footer h4 {
  color: #FFB234 !important;
  font-size: 28px !important;
}
#footer p.mb-md {
  color: #666666 !important;
  font-size: 13px !important;
  font-family: "'Roboto'" !important;
}
#footer p.dark {
  color: #8b94a3 !important;
}
#footer a, #footer i {
  padding-top: 2px;
}
#footer .footer-copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: rgba(13, 14, 7, 0.5137254902) !important;
  background-color: rgba(13, 14, 7, 0.5137254902) !important;
}
#footer .footer-copyright .row {
  border: none !important;
  color: #666666 !important;
}
#footer .footer-copyright a, #footer .footer-copyright nav ul li {
  color: #012855 !important;
}
#footer .footer-copyright nav ul li {
  color: #012855 !important;
  border-left: 1px solid #012855;
}

.background-color-success {
  background-image: linear-gradient(to right, #8ebf45, #d5eaa4);
}

html #header #notify-container {
  margin: 17px 10px 0;
}
html #header .header-btn-collapse-nav {
  background: #019FE3;
}
html #header .background-color-primary {
  background-color: #012855 !important;
}
html #header .background-color-primary .header-logo {
  padding-top: 15px;
  padding-bottom: 5px;
}
html #header .navbar-nav #mainMenu li.dropdown-full-color a {
  color: #FFB234;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
  border-radius: 5px;
}
html #header .navbar-nav #mainMenu li.dropdown-full-color a:last-child a {
  background-color: #FFB234;
  color: #ffffff;
  border-radius: 2px;
}
html #header .navbar-nav #mainMenu li.active a {
  color: #FFB234;
}
html #header .navbar-right #mainMenu li.dropdown-full-color a {
  color: #019FE3;
}
html #header .navbar-right #mainMenu li.dropdown-full-color .dropdown-toggle {
  background-color: #FFB234;
  color: #ffffff;
}
html #header .navbar-right #mainMenu li.dropdown-full-color:last-child ul {
  background-color: #ffffff !important;
  color: #333C4E !important;
  border-radius: 2px !important;
}
html #header .navbar-nav #mainMenu li.dropdown-full-color a {
  color: #FFB234;
}
html #header .navbar-nav #mainMenu li.dropdown-full-color a:hover {
  background-color: #FFB234 !important;
  color: #ffffff;
}
html #header .dropdown-menu > .active > a,
html #header .dropdown-menu > .active > a:hover,
html #header .dropdown-menu > .active > a:focus {
  background-color: #ffffff;
  color: #78C4DC;
}

/* Responsive */
@media (max-width: 991px) {
  html #header .background-color-primary .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  html #header .background-color-primary .header-logo img {
    height: 40px !important;
    margin: 6px 6px 6px 0;
  }
  #header.header-mobile-nav-only .header-logo {
    float: none;
  }
  #header.header-mobile-nav-only .header-nav {
    margin-top: -35px;
  }
  html.sticky-header-negative.sticky-header-active #header .header-logo {
    padding-top: 7px;
  }
}
.container.login_container {
  height: 100%;
  position: relative;
}
.container.login_container .landing_row {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.container.login_container .landing_row .txt-buton {
  padding-top: 380px;
  margin: auto;
}
.container.login_container .landing_row .txt-buton-1 {
  font-size: 22px;
}
.container.login_container .landing_row .txt-buton-1 strong {
  padding: 0px 45px 0px 45px;
}
.container.login_container .landing_row p {
  border-bottom: #777777;
  color: #012855;
  font-size: 14px !important;
}
.container.login_container .landing_row .tab-content {
  margin-top: 60px;
  background: #012855;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.container.login_container .landing_row .e-landing_title h1 {
  margin: 10px 0 30px 0 !important;
  font-family: "Roboto";
  font-size: 35px;
  color: #0A58FF;
  margin-bottom: 10px;
  text-align: right;
  line-height: 50px;
  text-shadow: 2px 2px 1px #FFFFFF;
}
.container.login_container .landing_row .e-landing_title h1:nth-child(2) {
  margin-bottom: 0.3em;
}
.container.login_container .landing_row .e-landing_title h1 strong {
  font-family: "Roboto";
}
.container.login_container .landing_row .e-landing_title h2 {
  margin: 60px 0 0 0;
  font-family: "Roboto";
  font-size: 35px !important;
  font-weight: 400;
  color: #019FE3 !important;
  text-align: right;
  line-height: 50px;
  text-shadow: 2px 2px 1px #FFFFFF;
}
.container.login_container .landing_row .e-landing_title img {
  margin-top: 60px;
  display: block;
}
.container.login_container .landing_row #sign_in .login_submit_row a.recover_pass {
  text-decoration: none !important;
  color: #5E5448;
}
.container.login_container .landing_row #sign_in .login_box_header {
  display: flex;
  align-items: center;
  font-family: "Roboto";
}
.container.login_container .landing_row #sign_in .login_box_header label.login_box_label {
  text-align: left;
  font-family: "Roboto";
  color: #666666;
  font-size: 18px;
}
.container.login_container .landing_row #sign_in .login-form .login_submit_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container.login_container .landing_row #sign_in .login-form a.recover_pass {
  color: #003B5A;
}

/* Responsive */
@media (max-width: 991px) {
  .slider-home {
    min-height: 350px;
  }
  .container.login_container .landing_row .txt-buton {
    padding-top: 40px;
  }
  .container.login_container .landing_row .txt-buton-1 {
    font-size: 18px;
  }
  .container.login_container .landing_row .txt-buton-1 strong {
    padding: 0px 15px 0px 15px;
  }
  .container.login_container .landing_row .e-landing_title {
    width: 100%;
  }
  .container.login_container .landing_row .e-landing_title h1 {
    margin: 10px 0 30px 0 !important;
    font-size: 32px;
    color: #0A58FF;
    margin-bottom: 10px;
    text-align: center;
    line-height: 50px;
  }
  .container.login_container .landing_row .e-landing_title h2 {
    margin: 60px 0 0 0;
    font-family: "Roboto";
    font-size: 32px !important;
    font-weight: 400;
    color: #019FE3 !important;
    text-align: center;
    line-height: 50px;
    text-shadow: 2px 2px 1px #FFFFFF;
  }
}
.breadcrumb > .active {
  color: #FFF;
}

.breadcrumb > li + li:before {
  content: ">";
}

.contatcus h3 {
  font-family: "Roboto";
  font-size: 30px;
  line-height: 35px;
  color: rgba(13, 14, 7, 0.5137254902);
}

/** SPINNER CREATION **/
.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.loader-txt p {
  font-size: 13px;
  color: #666;
}
.loader-txt p small {
  font-size: 11.5px;
  color: #999;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("/assets/front/fonts/Poppins/poppins-regular-webfont.eot");
  src: url("/assets/front/fonts/Poppins/poppins-regular-webfont.eot?#iefix") format("embedded-opentype");
  src: url("/assets/front/fonts/Poppins/poppins-regular-webfont.woff") format("woff");
  src: url("/assets/front/fonts/Poppins/poppins-regular-webfont.woff2") format("woff2");
  src: url("/assets/front/fonts/Poppins/poppins-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("/assets/front/fonts/Poppins/poppins-medium-webfont.eot");
  src: url("/assets/front/fonts/Poppins/poppins-medium-webfont.eot?#iefix") format("embedded-opentype");
  src: url("/assets/front/fonts/Poppins/poppins-medium-webfont.woff") format("woff");
  src: url("/assets/front/fonts/Poppins/poppins-medium-webfont.woff2") format("woff2");
  src: url("/assets/front/fonts/Poppins/poppins-medium-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("/assets/front/fonts/Poppins/poppins-bold-webfont.eot");
  src: url("/assets/front/fonts/Poppins/poppins-bold-webfont.eot?#iefix") format("embedded-opentype");
  src: url("/assets/front/fonts/Poppins/poppins-bold-webfont.woff") format("woff");
  src: url("/assets/front/fonts/Poppins/poppins-bold-webfont.woff2") format("woff2");
  src: url("/assets/front/fonts/Poppins/poppins-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("/assets/front/fonts/Poppins/poppins-semibold-webfont.eot");
  src: url("/assets/front/fonts/Poppins/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype");
  src: url("/assets/front/fonts/Poppins/poppins-semibold-webfont.woff") format("woff");
  src: url("/assets/front/fonts/Poppins/poppins-semibold-webfont.woff2") format("woff2");
  src: url("/assets/front/fonts/Poppins/poppins-semibold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "NoirPro-Medium";
  src: url("/assets/front/fonts/NoirPro/NoirPro-Medium.eot");
  src: url("/assets/front/fonts/NoirPro/NoirPro-Medium.eot?#iefix") format("embedded-opentype");
  src: url("/assets/front/fonts/NoirPro/NoirPro-Medium.woff") format("woff");
  src: url("/assets/front/fonts/NoirPro/NoirPro-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "NoirPro-Bold";
  src: url("/assets/front/fonts/NoirPro/NoirPro-Bold.eot");
  src: url("/assets/front/fonts/NoirPro/NoirPro-Bold.eot?#iefix") format("embedded-opentype");
  src: url("/assets/front/fonts/NoirPro/NoirPro-Bold.woff") format("woff");
  src: url("/assets/front/fonts/NoirPro/NoirPro-Bold.woff2") format("woff2");
}
body h1, body h2, body h3 {
  font-family: "Poppins-Bold" !important;
}
body h4, body h5, body h6 {
  font-family: "Poppins-Bold" !important;
}
body p, body span, body a {
  font-family: "Poppins-Regular" !important;
}

/*Fichero donde se pueden añadir utilidades, como backgrounds, texto de colores, espaciados, borders...

IMPORTANTE: Si una clase existe en el theme.css o theme-elements.css copiar la clase y traer a este fichero para sobreescribir.
Ej: bg-primary o bg-secondary, utilizadas en theme y bootstrap.
*/
hr {
  color: #0A58FF !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #212529;
  font-weight: 200;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.6em;
  line-height: 44px;
  margin: 0 0 32px 0;
}

h2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 33px;
  /* text-transform: uppercase; */
}

h4 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 14px 0;
}

h5 {
  font-size: 1em;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}

h6 {
  color: #333;
  font-size: 1em;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 14px 0;
}

p {
  color: #777;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
}

.w-15 {
  width: 15%;
}

.cursor-pointer {
  cursor: pointer;
}

.letter-spacing-1 {
  letter-spacing: 0.1px;
}

.letter-spacing-subtitle {
  letter-spacing: 0.64px;
}

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

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

.bg-primary {
  background-color: #FFF !important;
}

.bg-secondary {
  background-color: #FFB234 !important;
}

.bg-tertiary {
  background-color: #0A58FF !important;
}

.bg-quaternary {
  background-color: #012855 !important;
}

.bg-quinary {
  background-color: #05305D !important;
}

.bg-success {
  background-color: #CEF0E0 !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-green {
  background-color: green;
}

.bg-red {
  background-color: red;
}

.text-primary {
  color: #FFF !important;
}

.text-secondary {
  color: #FFB234 !important;
}

.text-tertiary {
  color: #0A58FF !important;
}

.text-quaternary {
  color: #012855 !important;
}

.text-dark {
  color: #575656 !important;
}

.text-color {
  color: #575656 !important;
}

.text-info {
  color: #0091FF !important;
}

.text-success {
  color: #6AC259 !important;
}

.text-green {
  color: #2BB162 !important;
}

.text-quinary {
  color: #05305D !important;
}

.border-primary {
  border-color: #FFF !important;
}

.border-secondary {
  border-color: #FFB234 !important;
}

.border-tertiary {
  border-color: #0A58FF !important;
}

.border-quaternary {
  border-color: #012855 !important;
}

.border-all {
  border: 2px solid #FFF !important;
}

.border-top {
  border-top: 2px solid #FFF !important;
}

.border-after::after {
  content: "";
  display: block;
  width: 90px;
  border: 1px solid #FFF;
  border-radius: 8px;
  background-color: #FFF;
  margin-top: 1rem !important;
}

.border-after--center::after {
  margin: 0 auto;
}

.border-after--white::after {
  background-color: #fff;
  border-color: #fff !important;
}

.rounded-4 {
  border-radius: 0.8rem;
}

.list-group::-webkit-scrollbar {
  width: 0.5rem !important;
}

.list-group::-webkit-scrollbar-thumb {
  background: #FFF;
}

.text-wrap-pretty {
  text-wrap: pretty !important;
}

.text-wrap-balance {
  text-wrap: balance !important;
}

.glass-effect {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.center-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-tertiary-100 {
  background-color: #05305C;
}

.bg-tertiary-80 {
  background: rgba(5, 52, 111, 0.8);
}

.bg-tertiary-25 {
  background: rgba(10, 88, 255, 0.2509803922);
}

.fs-24 {
  font-size: 24px;
}

.fs-34 {
  font-size: 34px;
}

.fs-40 {
  font-size: 40px;
}

.card-participa-min-h {
  min-height: 267px;
}

.card-formativa-min-h {
  min-height: 356px;
}

.bg-vom {
  background-color: rgba(216, 216, 216, 0.4);
}

.btn-quinary {
  background-color: #05305D !important;
  color: #FFF !important;
}
.btn-quinary:hover {
  background-color: #012855 !important;
}

/*
Buttons
Aquí se añaden y editan las clases de botones que más se utilizan.
Es una base, con lo cual es posible añadir o eliminar propiedades dependiendo del proyecto.
*/
.btn {
  font-family: "Poppins-Medium";
}

.btn-info {
  border-radius: 4px;
  border-color: #c1c1c1;
  background-color: #c1c1c1;
  color: #FFF;
}
.btn-info:hover {
  background-color: #939393;
  border-color: #939393;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.btn-info:focus {
  border-color: #019FE3;
  background-color: #019FE3;
  color: #FFF;
}
.btn-info:active, .btn-info.active {
  background-color: #fff2ed;
  border-color: #fff2ed;
}

.btn-primary {
  border-radius: 4px;
  background-color: #FFF !important;
  border-color: #FFF !important;
}
.btn-primary:hover {
  background-color: #FFB234 !important;
  border-color: #FFB234 !important;
}
.btn-primary:focus {
  background-color: #0A58FF !important;
  border-color: #FFB234 !important;
}
.btn-primary:active, .btn-primary.active {
  background-color: #0A58FF !important;
  border-color: #FFB234 !important;
}
.btn-primary--radius {
  border-radius: 8px !important;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.btn-primary--static-width {
  width: 146px;
}
.btn-primary--dark {
  border-color: #FFF !important;
}
.btn-primary--dark:hover {
  background-color: #FFB234 !important;
  border-color: #FFF !important;
  color: #FFF !important;
}
.btn-primary--dark:focus {
  background-color: #FFB234 !important;
  border-color: #FFF !important;
  color: #FFF !important;
}
.btn-primary--dark:active, .btn-primary--dark.active {
  background-color: #FFB234 !important;
  border-color: #FFF !important;
  color: #FFF !important;
}
.btn-primary--light {
  border-color: #FFF !important;
}
.btn-primary--light:hover {
  background-color: #0A58FF !important;
  border-color: #FFF !important;
  color: #FFF !important;
}
.btn-primary--light:focus {
  background-color: #0A58FF !important;
  border-color: #FFF !important;
  color: #FFF !important;
}
.btn-primary--light:active, .btn-primary--light.active {
  background-color: #0A58FF !important;
  border-color: #FFF !important;
  color: #FFF !important;
}

.btn-secondary {
  border-radius: 4px;
  background-color: #FFB234 !important;
  border-color: #FFB234 !important;
}
.btn-secondary--radius {
  border-radius: 30px !important;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
}
.btn-secondary:hover {
  background-color: #0A58FF !important;
  border-color: #0A58FF !important;
}
.btn-secondary:focus {
  background-color: #0A58FF !important;
  border-color: #0A58FF !important;
}
.btn-secondary:active, .btn-secondary.active {
  background-color: #0A58FF !important;
  border-color: #0A58FF !important;
}

.btn-tertiary {
  border-radius: 4px;
  background-color: #0A58FF !important;
  border-color: #0A58FF !important;
  color: #fff !important;
}
.btn-tertiary--radius {
  border-radius: 30px !important;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
}
.btn-tertiary:hover {
  background-color: #FFB234 !important;
  border-color: #FFB234 !important;
}
.btn-tertiary:focus {
  background-color: #FFB234 !important;
  border-color: #FFB234 !important;
}
.btn-tertiary:active, .btn-tertiary.active {
  background-color: #FFB234 !important;
  border-color: #FFB234 !important;
}

.btn-quaternary {
  color: white;
  border-radius: 4px;
  background-color: #012855 !important;
  border-color: #012855 !important;
}
.btn-quaternary:hover {
  color: #FFB234;
  background-color: #012855 !important;
  border-color: #012855 !important;
}
.btn-quaternary:focus {
  background-color: #012855 !important;
  border-color: #012855 !important;
}
.btn-quaternary:active, .btn-quaternary.active {
  background-color: #012855 !important;
  border-color: #012855 !important;
}

.btn-outline-primary {
  border-color: #FFF !important;
  color: #FFF !important;
  /* &:focus{
      border: none !important;
      background-color: $color-secondary !important;
      color: $color-primary !important;
  } */
}
.btn-outline-primary--radius {
  border-radius: 30px !important;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
}
.btn-outline-primary:hover {
  /* font-size: 1.1rem; */
  background-color: #FFB234 !important;
  color: #fff !important;
}
.btn-outline-primary:active, .btn-outline-primary.active {
  border: none !important;
  background-color: #FFB234 !important;
  color: #FFF !important;
}

.minOpenBtn {
  border-radius: 4px;
  border: none;
  padding: 0.25rem 0.5rem;
  background: #0A58FF;
}
.minOpenBtn i {
  color: #fff;
}

.btn-back-header i {
  color: #fff;
  font-size: 1.1rem;
  margin-right: 1.2rem;
}

/* RESTYLING FORO */
.panel-forum {
  border: solid 1px #e2e2e2;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.panel-forum-group {
  display: table-row;
}

.panel-forum .panel-forum-group .profile-forum {
  padding: 15px 20px;
  text-align: center;
  display: table-cell;
  width: 178px !important;
}
.panel-forum .panel-forum-group .profile-forum * {
  font-size: 12px;
}

.panel-forum .panel-forum-group .profile-forum-small .img-circle {
  background-color: #FFF;
  border: solid 1px #e2e2e2;
  margin: 10px;
}

.panel-forum .panel-forum-group .mensaje-forum {
  padding: 20px 30px;
  overflow: hidden;
  overflow-x: auto;
  clear: both;
  width: 100%;
  min-height: 250px;
}
.panel-forum .panel-forum-group .mensaje-forum .text-info {
  font-size: 14px;
  color: #000;
}
.panel-forum .panel-forum-group .mensaje-forum .text-info img {
  width: 1.2em;
}

.panel-forum .panel-forum-group .mensaje-forum .title-msg-forum {
  padding-bottom: 10px;
  border-bottom: dashed 1px #e2e2e2;
}

.panel-forum .panel-forum-group .mensaje-forum .title-msg-forum h4 {
  line-height: 28px;
}

.panel-forum .panel-forum-group .profile-forum .profile-pic {
  background-color: #FFF;
  margin-top: -15px;
  margin-bottom: 10px;
  width: 4em;
}

.foro_container .panel {
  background: none;
}

.container.foro_container {
  position: relative;
}
.container.foro_container .mb-none {
  border-bottom: 3px solid #FFB234 !important;
}
.container.foro_container *:not(i) {
  font-family: "Open Sans", sans-serif;
}
.container.foro_container .foro_title {
  position: absolute;
  left: 15px;
  color: #573A3E;
  bottom: 100%;
  padding: 10px;
  text-align: left;
  width: 35%;
  min-width: 150px;
  border-bottom: 3px solid #3E93C6;
  text-transform: none;
}
.container.foro_container .panel-body {
  padding: 15px 0;
}
.container.foro_container .panel-body > p {
  color: #000;
}

table.table.forum {
  border: 1px solid #DFE3E8;
  box-shadow: 0 6px 8px 0 rgba(164, 164, 164, 0.21);
  border-radius: 3px;
}
table.table.forum thead tr {
  background: #ECEDF0;
  box-shadow: 0 1px 0 0 #DFE3E8;
  border-radius: 3px 3px 0 0;
}
table.table.forum tbody tr {
  border-bottom: 1px solid #979797;
}

select.minimal {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
select.minimal:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  outline: 0;
}

.test {
  background-color: #0f3e68;
}

/* -----------------------------------------
   Timeline
----------------------------------------- */
.timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.timeline:after {
  content: "";
  height: auto;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 5px;
  left: 30px;
  bottom: 25px;
}

.timeline.timeline-sm:after {
  left: 12px;
}

.timeline li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}

.timeline li:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e3e3e3;
  position: absolute;
  left: 24px;
  top: 5px;
}

.timeline li .timeline-date {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
  font-style: italic;
  font-size: 13px;
}

.timeline.timeline-icons li {
  padding-top: 7px;
}

.timeline.timeline-icons li:after {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #e3e3e3;
  left: 14px;
  top: 0;
  z-index: 11;
}

.timeline.timeline-icons li .timeline-icon {
  position: absolute;
  left: 23.5px;
  top: 7px;
  z-index: 12;
}

.timeline.timeline-icons li .timeline-icon [class*=glyphicon] {
  top: -1px !important;
}

.timeline.timeline-icons.timeline-sm li {
  padding-left: 40px;
  margin-bottom: 10px;
}

.timeline.timeline-icons.timeline-sm li:after {
  left: -5px;
}

.timeline.timeline-icons.timeline-sm li .timeline-icon {
  left: 6px;
}

.timeline.timeline-advanced li {
  padding-top: 0;
}

.timeline.timeline-advanced li:after {
  background: #fff;
  border: 1px solid #29b6d8;
}

.timeline.timeline-advanced li:before {
  content: "";
  width: 52px;
  height: 52px;
  border: 10px solid #fff;
  position: absolute;
  left: 4px;
  top: -10px;
  border-radius: 50%;
  z-index: 12;
}

.timeline.timeline-advanced li .timeline-icon {
  color: #29b6d8;
}

.timeline.timeline-advanced li .timeline-date {
  width: 75px;
  position: absolute;
  right: 5px;
  top: 3px;
  text-align: right;
}

.timeline.timeline-advanced li .timeline-title {
  font-size: 17px;
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: bold;
}

.timeline.timeline-advanced li .timeline-subtitle {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
}

.timeline.timeline-advanced li .timeline-content {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 70px;
}

.timeline.timeline-advanced li .timeline-content p {
  margin-bottom: 3px;
}

.timeline.timeline-advanced li .timeline-content .divider-dashed {
  padding-top: 0px;
  margin-bottom: 7px;
  width: 200px;
}

.timeline.timeline-advanced li .timeline-user {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.timeline.timeline-advanced li .timeline-user:before,
.timeline.timeline-advanced li .timeline-user:after {
  content: " ";
  display: table;
}

.timeline.timeline-advanced li .timeline-user:after {
  clear: both;
}

.timeline.timeline-advanced li .timeline-user .timeline-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}

.timeline.timeline-advanced li .timeline-user .timeline-user-name {
  font-weight: bold;
  margin-bottom: 0;
}

.timeline.timeline-advanced li .timeline-user .timeline-user-subtitle {
  color: #a6a6a6;
  margin-top: -4px;
  margin-bottom: 0;
}

.timeline.timeline-advanced li .timeline-link {
  margin-left: 5px;
  display: inline-block;
}

.timeline-load-more-btn {
  margin-left: 70px;
}

.timeline-load-more-btn i {
  margin-right: 5px;
}

/* -----------------------------------------
   Dropdown
----------------------------------------- */
.dropdown-menu {
  padding: 0 0 0 0;
}

a.dropdown-menu-header {
  background: #f7f9fe;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
}

.dropdown-menu > li a {
  padding: 10px 20px;
}

/* -----------------------------------------
   Badge
----------------------------------------- */
.badge {
  padding: 3px 5px 2px;
  position: absolute;
  top: 4px;
  right: 5px;
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}

.badge-danger {
  background-color: #db5565;
}

/* -----------------------------------------
   Bell Container
----------------------------------------- */
#notify-container {
  float: right;
  padding: 13px;
}

#notify-bell {
  font-size: 20px;
  float: left;
  color: #9d9d9d;
}

#notify-bell:hover {
  transform: scale(1.2);
  color: #9d9d9d;
}

/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}

.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline:after {
  background: none;
}

.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}

.timeline .timeline-item:after {
  clear: both;
}

.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}

.timeline .timeline-item .timeline-badge.primary {
  background-color: #1f9eba;
}

.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}

.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}

.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}

.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}

.timeline .timeline-item .timeline-badge-number {
  color: #eeeeee;
  background-color: #fff;
  cursor: default;
}

.timeline .timeline-item .timeline-badge-number.primary {
  color: #1f9eba;
  cursor: pointer;
}

.timeline .timeline-item .timeline-badge-number.info {
  color: #5bc0de;
  cursor: pointer;
}

.timeline .timeline-item .timeline-badge-number.success {
  color: #59ba1f;
  cursor: pointer;
}

.timeline .timeline-item .timeline-badge-number.warning {
  color: #d1bd10;
  cursor: pointer;
}

.timeline .timeline-item .timeline-badge-number.danger {
  color: #ba1f1f;
  cursor: pointer;
}

.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}

.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}

.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}

.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}

.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 0px 0px 0px 0px;
  display: inline-block;
}

.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 10px;
  left: -56px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
}

.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 60px;
  min-width: 100px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}

.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}

.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}

.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}

.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}

.question-container .has-error .help-block {
  margin-left: 50px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .question-controls input[type=checkbox],
  .question-controls input[type=radio] {
    --active: #B7172A;
    --active-inner: #fff;
    --focus: 2px rgba(183, 23, 42, 0.3);
    --border: #bbc1e1;
    --border-hover: #B7172A;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .question-controls input[type=checkbox]:after,
  .question-controls input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .question-controls input[type=checkbox]:checked,
  .question-controls input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .question-controls input[type=checkbox]:disabled,
  .question-controls input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .question-controls input[type=checkbox]:disabled:checked,
  .question-controls input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .question-controls input[type=checkbox]:disabled + label,
  .question-controls input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  .question-controls input[type=checkbox]:hover:not(:checked):not(:disabled),
  .question-controls input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .question-controls input[type=checkbox]:focus,
  .question-controls input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .question-controls input[type=checkbox]:not(.switch),
  .question-controls input[type=radio]:not(.switch) {
    width: 21px;
  }
  .question-controls input[type=checkbox]:not(.switch):after,
  .question-controls input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .question-controls input[type=checkbox]:not(.switch):checked,
  .question-controls input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  .question-controls input[type=checkbox] + label,
  .question-controls input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  .question-controls input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  .question-controls input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .question-controls input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  .question-controls input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  .question-controls input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  .question-controls input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .question-controls input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  .question-controls input[type=radio] {
    border-radius: 50%;
  }
  .question-controls input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  .question-controls input[type=radio]:checked {
    --s: 0.5;
  }
  .question-controls p {
    margin-left: 30px;
  }
}

/*
* RTL
*/
h4 {
  font-family: "Poppins";
  font-size: 18px;
  color: #4A4A4A;
}

#register-checkboxes {
  border: 1px solid #773DBD;
  background-color: rgba(119, 61, 189, 0.0901960784);
}

.custom-color-1 {
  color: #6DD400 !important;
}

.custom-color-2 {
  color: #8b94a3 !important;
}

.custom-color-3 {
  color: #3f4b59 !important;
}

.custom-background-color-1 {
  background-color: #1c222a !important;
}

.box-shadow-custom {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}

.custom-list-style-1 li {
  position: relative;
  list-style: none;
}

.custom-list-style-1 li:before {
  content: "-";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

.custom-list-item-disabled {
  color: #c9c9c9 !important;
  text-decoration: line-through;
}

.custom-list-item-disabled .fa,
.custom-list-item-disabled .icons {
  color: #c9c9c9 !important;
}

#header .header-body {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

#header .header-top-custom {
  padding: 0 !important;
  background: #dbe6ef;
  border-bottom: 1px solid #444a54 !important;
}

#header .header-top-custom .header-nav-top.langs li a:hover,
#header .header-top-custom .header-nav-top.langs li a:focus {
  background: #FFF;
}

#header .header-top-custom .header-nav-top .nav > li.blog {
  border-left: 1px solid #444a54;
  border-right: 1px solid #444a54;
}

#header .header-top-custom .header-nav-top .nav > li:nth-child(2) span {
  border-left: 1px solid #444a54;
  border-right: 1px solid #444a54;
}

#header .header-top-custom .header-nav-top .nav > li > span,
#header .header-top-custom .header-nav-top .nav > li a {
  color: #8ea0ae !important;
}

#header .header-top-custom .header-nav-top .nav > li:first-child > span {
  padding-left: 0;
}

#header .header-top-custom .header-nav-top .nav > li span .icons {
  color: #FFF !important;
}

#header .header-top-custom .header-nav-top .nav > li a .fa {
  color: #8ea0ae;
  top: -2px !important;
  right: -2px;
}

#header .header-top-custom .header-nav-top .nav .open a {
  background-color: #FFF;
}

#header .header-top-custom .header-nav-top .nav .open .dropdown-menu {
  border-radius: 0 !important;
}

#header .header-top-custom .header-nav-top .nav .open .dropdown-menu-toggle {
  border-radius: 0;
}

#header #headerSearchProperties .dropdown-toggle:after {
  display: none !important;
}

#header #headerSearchProperties .fa-caret-down {
  display: none !important;
}

#header #headerSearchProperties .fa-search {
  font-size: 16px;
  position: relative;
  margin-left: 5px;
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    /* padding: 10px 20px; */
  }
  #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent !important;
  }
  #header .header-nav-main nav > ul > li.dropdown.active > a,
  #header .header-nav-main nav > ul > li.dropdown.open > a,
  #header .header-nav-main nav > ul > li.dropdown:hover > a {
    padding-bottom: 10px;
  }
  #header .header-nav-main nav > ul > li.dropdown.active > a:after,
  #header .header-nav-main nav > ul > li.dropdown.open > a:after,
  #header .header-nav-main nav > ul > li.dropdown:hover > a:after {
    border-color: #777 transparent transparent transparent !important;
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown.open > a {
    background: #FFF;
    color: #777 !important;
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown > .dropdown-menu li:hover a {
    background-color: #f5f5f5 !important;
  }
  #header .header-container.custom-position-initial {
    position: initial !important;
  }
  #header .header-container .custom-fullwidth-dropdown-menu {
    padding: 0;
    width: 100% !important;
    left: 0 !important;
  }
}
@media (max-width: 991px) {
  #header {
    /*min-height: 0 !important;*/
  }
  #header .header-nav-main nav > ul > li {
    border-bottom: 1px solid #444a54 !important;
  }
  #header .header-nav-main nav > ul > li .dropdown-menu > li {
    border-bottom: 1px solid #444a54 !important;
  }
  #header .header-nav-main nav > ul > li .dropdown-menu > li:last-child {
    border-bottom: 0 !important;
  }
  #header .header-nav-main nav > ul > li .dropdown-menu > li a {
    color: #777;
  }
  #header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu {
    margin: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu.custom-fullwidth-dropdown-menu {
    background: transparent;
    width: 100% !important;
  }
  #header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu.custom-fullwidth-dropdown-menu form {
    margin: 10px;
    margin-left: 0;
  }
  #header .header-nav-main nav > ul > li:last-child {
    border-bottom: 0 !important;
  }
  #header #propertiesFormHeader .col-md-2 {
    padding: 0;
  }
  #header #propertiesFormHeader .col-md-2 .form-control-custom {
    margin-top: 5px;
  }
  #header #propertiesFormHeader .col-md-2 input[type=submit] {
    margin-top: 5px;
  }
}
.rev_slider .slides-number {
  position: absolute;
  top: 50%;
  left: 96.8%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 21;
  width: 5%;
  font-size: 2.6em;
}

.rev_slider .slides-number:before {
  content: "";
  display: block;
  position: absolute;
  top: 58%;
  left: 50%;
  width: 120%;
  border-bottom: 1px solid #FFF;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.rev_slider .slides-number span {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: Georgia, serif;
}

.rev_slider .slides-number span.atual {
  position: absolute;
  top: -40px;
  width: 100%;
}

.rev_slider .slides-number span.total {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.rev_slider .tparrows {
  background: none !important;
}

.rev_slider .tparrows:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 0;
  transform: translateX(-50%);
}

.rev_slider .tparrows:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 25px;
  border-left: 1px solid #FFF;
  transform: translateX(-50%);
}

.rev_slider .tparrows.tp-rightarrow:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  bottom: 0;
  top: initial;
}

.rev_slider .tparrows.tp-rightarrow:after {
  bottom: 0;
  top: initial;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .rev_slider .slides-number {
    left: 94.8%;
  }
}
.properties-listing {
  overflow: visible;
  position: relative;
  z-index: 1;
}

.properties-listing li {
  list-style: none;
}

.properties-listing .listing-item {
  transition: all 0.3s ease;
}

.properties-listing .listing-item:hover {
  box-shadow: 10px 8px 44px -15px rgba(0, 0, 0, 0.33);
}

.properties-listing .listing-item:hover .thumb-info .thumb-info-price i:after {
  width: 60px;
}

.properties-listing .listing-item .thumb-info .thumb-info-listing-type {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.properties-listing .listing-item .thumb-info .thumb-info-price {
  display: block;
  width: 100%;
  line-height: 1;
}

.properties-listing .listing-item .thumb-info .thumb-info-price i {
  position: relative;
}

.properties-listing .listing-item .thumb-info .thumb-info-price i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  border-bottom: 1px solid #019FE3;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.properties-listing .listing-item .thumb-info .custom-thumb-info-title {
  display: block;
}

.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li {
  display: inline-block;
  line-height: 1;
  padding: 1px 5px;
}

.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(1) {
  padding-left: 0;
}

.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(2) {
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
}

.thumb-info-listing-type-detail {
  position: absolute;
  z-index: 2;
}

#listingLoadMore {
  display: block;
}

.listing-load-more-loader {
  display: none;
  min-height: 113px;
  position: relative;
}

.thumb-info-side-image .thumb-info-side-image-wrapper {
  padding: 8px;
}

.thumb-info-side-image .thumb-info-side-image-wrapper img {
  transition: none;
}

.thumb-info-side-image .thumb-info-caption p {
  font-size: 1em;
}

.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 0.4;
}

.special-offer-item {
  margin-bottom: 30px;
}

.special-offer-item:hover img {
  transform: scale(1.1, 1.1);
}

.special-offer-item img {
  transition: all 0.3s ease;
}

.special-offer-item .special-offer-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.special-offer-item .special-offer-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(23, 23, 23, 0.5);
  z-index: 1;
}

.special-offer-item .special-offer-wrapper .special-offer-infos {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.special-offer-item .special-offer-wrapper .special-offer-infos span {
  display: block;
}

@media (max-width: 991px) {
  .special-offer-item .special-offer-wrapper img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .xs-custom-mt-xlg {
    margin-top: 30px !important;
  }
}
.agents {
  margin-bottom: 30px;
  position: relative;
  background: #dbe6ef;
  background-size: cover;
}

.agents:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 95%;
  border: 1px solid #5a71a0;
  transform: translate3d(-50%, -50%, 0);
}

.agents .agents-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.agents .owl-carousel .owl-item .agent-thumb {
  display: inline-block;
  width: 30%;
}

.agents .owl-carousel .owl-item .agent-thumb img {
  border: 7px solid #FFF;
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.3);
}

.agents .owl-carousel .owl-item .agent-infos {
  display: block;
}

.agents .owl-carousel .owl-item .agent-infos span {
  display: block;
  color: #aebbd6;
}

.agents .owl-carousel .owl-nav {
  padding-bottom: 30px;
  padding-top: 20px;
}

.agents .owl-carousel .owl-nav .owl-prev,
.agents .owl-carousel .owl-nav .owl-next {
  border: none !important;
  font-size: 2em;
  padding: 0 !important;
  width: initial;
  height: initial;
}

.agents .owl-carousel .owl-nav .owl-prev:active,
.agents .owl-carousel .owl-nav .owl-next:active {
  background-color: initial !important;
  border-color: transparent !important;
}

.agents .owl-carousel .owl-nav .owl-prev:hover,
.agents .owl-carousel .owl-nav .owl-next:hover {
  border: 0 !important;
}

.agents .owl-carousel .owl-nav .owl-prev {
  color: #2dc571 !important;
}

.agents .owl-carousel .owl-nav .owl-prev:before {
  font-family: simple-line-icons;
  content: "\e07a";
}

.agents .owl-carousel .owl-nav .owl-next {
  color: #FFF !important;
}

.agents .owl-carousel .owl-nav .owl-next:before {
  font-family: simple-line-icons;
  content: "\e079";
}

@media (max-width: 991px) {
  .agents:before {
    width: 97%;
  }
}
.agent-item {
  border: 1px solid #DDD;
  padding: 4px;
  display: block;
  margin: 0 0 35px;
  padding: 20px 18px 18px;
}

.agent-item::after {
  clear: both;
  content: "";
  display: table;
}

.agent-item .row {
  display: block;
}

.agent-item p {
  font-size: 0.9em;
  margin: 8px 0 0;
}

.agent-item.agent-item-detail {
  padding: 35px;
}

@media (max-width: 991px) {
  .agent-item img {
    margin-bottom: 25px;
  }
  .agent-item .list.list-icons {
    margin: 20px 0 0 !important;
  }
}
.page-header-light {
  border-bottom: 5px solid #f7f7f7;
  border-top: 5px solid #fff;
  font-weight: 400;
  font-size: 2em;
}

.breadcrumb {
  padding: 10px 0px 0px 0px !important;
  background-color: transparent !important;
  font-size: 15px !important;
  margin-top: 0;
}

.newsletter {
  margin-bottom: 30px;
  border: 2px solid #219cd2;
}

.newsletter i {
  display: block;
  font-size: 2.2em;
}

.newsletter form .form-control {
  height: 40px;
  font-size: 12px;
  text-transform: none !important;
  border-top: 0 !important;
}

.newsletter form .form-control::-webkit-input-placeholder {
  color: #444;
}

.newsletter form .form-control::-moz-placeholder {
  color: #444;
}

.newsletter form .form-control:-ms-input-placeholder {
  color: #444;
}

.newsletter form .form-control:nth-child(2) {
  border-top: 1px solid #ccc !important;
}

.newsletter form button {
  border: 0 !important;
}

.onsale {
  background-color: #0088cc;
  border-bottom-color: #006da3;
}

.onsale {
  position: absolute;
  background-image: none;
  border-radius: 100%;
  left: auto;
  right: 0;
  top: -10px;
  text-shadow: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  z-index: 10;
  box-shadow: none;
  font-size: 0.9em;
  color: #FFF;
  border-bottom: 2px solid transparent;
}

/* RIBBON APROBADOS */
.thumb-info-lighten .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -3px;
  top: -5px;
  width: 85px;
}

.thumbnail .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 0;
  width: 85px;
}

.thumb-info-lighten .plan-ribbon,
.thumbnail .plan-ribbon {
  transform: rotate(45deg);
  background-image: linear-gradient(to bottom, #0088cc, #006da3);
  background-color: #0088cc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  left: -5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  top: 15px;
  width: 120px;
}

.thumbnail .plan-ribbon-danger {
  background-image: linear-gradient(to bottom, #ffc107, #ac890d);
  background-color: #ffc107;
}

.thumbnail .plan-ribbon-success {
  background-image: linear-gradient(to bottom, #28a745, #1b6f2f);
  background-color: #28a745;
}

.thumb-info-lighten .plan-ribbon:before,
.thumbnail .plan-ribbon:before {
  left: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
}

.thumb-info-lighten .plan-ribbon:after,
.thumbnail .plan-ribbon:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}

.thumb-info-lighten .alert-success {
  background-color: #F5E6ED !important;
  color: #666666 !important;
  border-color: transparent !important;
}

.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor: progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  width: auto;
  /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
  width: 10px;
}

.has-spinner.btn-small.active .spinner {
  width: 13px;
}

.has-spinner.btn.active .spinner {
  width: 16px;
}

.has-spinner.btn-large.active .spinner {
  width: 19px;
}

/* ASIGNATURAS LISTADO */
.margin-v-0-10 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.text-headline {
  font-size: 1.84rem;
  font-weight: 400;
  line-height: 2.46rem;
}

.p-box P {
  color: #212121;
  font-size: 13px;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-weight: normal;
  letter-spacing: normal;
  orphans: 2;
  text-align: start;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  widows: 2;
  word-spacing: 0px;
  -webkit-text-stroke-width: 0px;
  background-color: #ffffff;
  text-decoration-style: initial;
  text-decoration-color: initial;
  display: inline !important;
  float: none;
}

.scrollFollow {
  transition: all 0.3s ease-in-out;
  z-index: 200;
}
.scrollFollow .btn-info:active:focus {
  color: #fff;
  background-color: #019FE3;
  border-color: #019FE3;
}

.scrollFollow .module_navcard {
  overflow-y: scroll;
  max-height: 181px;
  position: relative;
}

.minimize.min .panel-default .list-group {
  display: none;
}

.minimize .panel-body .minOpenBtn {
  background: transparent;
  color: #000;
  border: 0px;
  transition: all 0.5s ease-in-out;
  min-width: 30px;
}

.minimize .panel-body .minOpenBtn:hover {
  color: #fff;
  background: #777;
}

.minimize .panel-body h5 {
  display: -ms-flexbox;
  justify-content: space-between;
}

.minBtn {
  background: #777;
  border-radius: 5px 0px 0px 5px;
  color: #f4f4f4;
  border: 0px;
  position: fixed;
  top: 30%;
  padding: 2px 8px;
  padding-left: 10px;
  right: 0px;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}

.minBtn:hover {
  background: #fff;
  color: #777;
}

.bs-example .thumbnail.box-shadow-custom {
  height: 450px !important;
}
.bs-example .thumbnail.box-shadow-custom .caption h4 {
  position: relative !important;
  height: 75px !important;
  overflow: hidden !important;
}
.bs-example .thumbnail.box-shadow-custom .caption .btn {
  border-radius: 4px;
}
.bs-example .thumbnail.box-shadow-custom .caption .gradient-text-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 120%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #fff 100%);
}
.bs-example .thumbnail.box-shadow-custom .caption .p-box {
  position: relative;
  height: 98px;
  overflow: hidden;
}
.bs-example .thumbnail.box-shadow-custom .caption .p-box p {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #fff 100%);
}

/* listado de modulos de la asignatura */
.equalizeHeights .course-module {
  height: 100%;
}

.equalizeHeights .course-module > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.equalizeHeights .course-module > a .thumb-info,
.equalizeHeights .course-module > .thumb-info {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}

.equalizeHeights .course-module > a .thumb-info .custom-thumb-info-title,
.equalizeHeights .course-module > .thumb-info .custom-thumb-info-title {
  flex: 1;
}

.properties-listing.sort-destination {
  display: -ms-flexbox;
  flex-wrap: wrap;
  height: auto !important;
}

.properties-listing.sort-destination .listing-item.course-module .thumb-info-wrapper.img-wrapper {
  max-height: 130px;
  display: flex;
  align-items: center;
}

.properties-listing.sort-destination .listing-item.course-module span.background-color-success {
  background-image: linear-gradient(to right, #cb5b69, #f3d8db);
}

.properties-listing.sort-destination .listing-item.course-module .thumb-info-inner {
  font-family: "Poppins-Regular";
  color: #FFB234;
  position: relative;
  max-height: 150px;
  overflow: hidden;
}

.properties-listing.sort-destination .listing-item.course-module .thumb-info-inner .gradient-text-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(top, transparent, transparent, transparent, #fff 100%);
}

/* Evaluaciones */
form.eval_form label p {
  margin-bottom: 0;
}

.fa-eval {
  position: absolute;
  left: -15px;
  top: 8px;
  z-index: 100;
}
.fa-eval.fa-correct {
  color: green;
}
.fa-eval.fa-incorrect {
  color: red;
}

@media (min-width: 992px) {
  .fixedScroll {
    position: fixed !important;
    top: 73px !important;
  }
}
@media (max-width: 576px) {
  .sub-header img {
    width: 100%;
  }
}
.pregunta .numero_pregunta {
  background: #F4F4F4;
  border-radius: 2px 2px 0 0;
  color: #CCC;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  padding: 10px;
}

.pregunta .grupo_pregunta {
  display: block;
  background-color: #598db0;
  height: 10px;
}

.pregunta .numero_pregunta {
  color: #598db0;
}

.pregunta .p_orden {
  margin-right: 10px;
}

.pregunta .titulo_pregunta {
  padding-top: 10px;
}

.pregunta_texto_textarea {
  margin-left: 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.pregunta_texto_textarea textarea {
  width: 100%;
  padding: 15px;
}

/* Asignaturas */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item a {
  font-size: 0.7rem !important;
}

.menuModulos .list-group-item a {
  text-decoration: none !important;
}
.menuModulos .list-group-item a:hover {
  color: #FFB234;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #FFB234;
  border-color: #FFB234;
}
.list-group-item.active .font-size-xs,
.list-group-item.active:hover .font-size-xs,
.list-group-item.active:focus .font-size-xs {
  color: #ffffff !important;
}

.badge {
  background-color: #FFB234;
}

.page-header-light {
  background-color: #ffffff;
}

.title-header {
  position: relative;
  z-index: 10;
  background-color: #FFF;
  height: auto;
}
.title-header h2 {
  font-family: "NoirPro-Medium";
  font-size: 25px;
  color: #F9F9F9;
  text-align: right;
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}
.title-header > .container {
  padding-bottom: 13px;
}
.title-header--sm > .container {
  height: auto;
  padding-bottom: 2px;
  padding-top: 2px;
}
.title-header--sm > .container h2 {
  text-align: right;
  font-size: 22px;
  margin: 0px;
  color: white;
  font-weight: normal;
}
.title-header--sm > .container h2.page_subtitle {
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0.1px;
}

/* Introducción */
.background-color-success {
  background-image: none;
  background-color: #FFB234;
}

.properties-listing.sort-destination .listing-item.course-module span.background-color-success {
  background-image: none;
}

.alert-success {
  background-color: #C7E394 !important;
}

.custom-color-4 {
  color: #E02020;
}

.progress-bar-primary {
  background-color: #FFB234;
}

.progress,
.progress-bar {
  border-radius: 8px;
}
.progress .progress-bar.progress-bar-primary,
.progress-bar .progress-bar.progress-bar-primary {
  background-color: #FFB234;
  border-radius: 8px;
}

.accomodation-title {
  color: #666666;
}

.titulo-elearning {
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: "NoirPro-Bold";
  font-size: 35px;
  color: #3D596D;
  text-align: left;
  line-height: 35px;
  font-weight: 400;
}

/* .titulo-elearning-1 {
    color: $color-secondary;
    font-size: 32px;
    font-family: Roboto-light;
} */
/* .titulo-elearning-2 {
    font-size: 32px;
    font-weight: 500;
    color: $color-secondary;
    font-family: Roboto-Medium;
} */
.cabecera-elearning {
  border-top-style: solid;
  border-top-color: rgba(230, 230, 230, 0.08);
  background-color: #FCFCFC;
}

.p-box p {
  font-size: 16px !important;
  color: #2A2A2A !important;
}

.custom-color-2 {
  font-size: 13px;
  color: #666666;
}

.font-size-xs {
  font-size: 15px !important;
  color: #333C4E !important;
}

.custom-size-cabecera {
  font-size: 17px;
  color: #666666;
  padding-bottom: 10px !important;
}

.foro_container {
  font-size: 17px !important;
}
.foro_container h3 {
  font-size: 30px !important;
  color: #333C4E;
  border-bottom: 3px solid #019FE3;
  left: 15px;
  color: #573A3E;
  bottom: 100%;
  padding: 10px;
  text-align: left;
  width: 35%;
  min-width: 150px;
  text-transform: none;
}
.foro_container a {
  font-size: 16px;
  color: #212B36;
}
.foro_container .mb-none {
  border-bottom: 3px solid #019FE3 !important;
}
.foro_container a.mb-xs.mt-xs.mr-xs.btn.btn-primary,
.foro_container a#btnSaveHilo {
  color: #012855 !important;
  font-size: 14px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#fileOutput {
  text-align: center;
}

.titulo-pregunta {
  color: #FFF;
  font-size: 20px;
}
.titulo-pregunta p {
  color: #FFF;
}

.response-container {
  text-align: center;
}
.response-container .response-info {
  margin: 50px 0 50px 0;
}
.response-container .success {
  color: #59ba1f;
}
.response-container .danger {
  color: #ba1f1f;
}

/*
* HOME
*Aquí va el css exclusivo para la home, también el login que tiene.
*Es posible añadir o eliminar propiedades segun las necesidades del proyecto.
*/
strong {
  color: #575656;
}

.video-home {
  border-radius: 22px;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  box-shadow: 0 19px 51px 0 rgba(0, 0, 0, 0.16), 0 14px 19px 0 rgba(0, 0, 0, 0.07);
}

@media (width < 768px) {
  .logo-mobile {
    background: rgba(255, 255, 255, 0.45);
    border-radius: 0.3rem;
  }
}
.bg-header-1 {
  background: url("/assets/front/img/home/header-home-1.png") !important;
  background-repeat: no-repeat !important;
  background-position: center top;
  background-size: cover !important;
}

#patrocinador-container-home {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
@media (min-width: 320px) {
  #patrocinador-container-home {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #patrocinador-container-home {
    margin: 0 71px 0 71px;
  }
}

#scrollspyComiteCientifico {
  background: #05305D;
}
@media (width >= 1024px) {
  #scrollspyComiteCientifico {
    background: transparent;
  }
}

#scrollspyCalendario {
  background: #05305D;
}
@media (width >= 1024px) {
  #scrollspyCalendario {
    background: transparent;
  }
}

.background-galaxy {
  background: #05305D;
}
@media (width >= 1024px) {
  .background-galaxy {
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, #05305D, #05305D), linear-gradient(90deg, #05305D 52.41%, rgba(5, 48, 93, 0) 73.81%), linear-gradient(192.55deg, #05305D -1.15%, rgba(5, 48, 93, 0) 24.32%);
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .background-galaxy::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 107%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #05305D 0.41%, rgba(5, 48, 93, 0) 99.39%), linear-gradient(192.55deg, #05305D 3.85%, rgba(5, 48, 93, 0) 24.32%), url(/assets/front/img/home/fondo-01.png) 0 74%;
    background-repeat: no-repeat;
    background-size: 103% 134%;
    transform: rotate(0deg);
  }
}

#scrollspyContenidos {
  background: #05305D;
}
@media (width >= 1024px) {
  #scrollspyContenidos {
    background: linear-gradient(159.32deg, #052F5D 70%, rgba(5, 48, 93, 0) 86%), linear-gradient(239.01deg, #06305D 7%, rgba(6, 48, 93, 0) 45.08%), url("/assets/front/img/home/fondo-01.png");
    background-repeat: no-repeat;
    background-size: 235%;
    background-position: center -85rem;
  }
}
@media (width >= 1440px) {
  #scrollspyContenidos {
    background-size: 128%;
  }
}
@media (width >= 1680px) {
  #scrollspyContenidos {
    background-position: center -75rem;
    background-size: cover;
  }
}

#scrollspyAfirmacion {
  background: #05305D;
}
@media (width >= 1440px) {
  #scrollspyAfirmacion {
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, #05305D, #05305D), linear-gradient(180.61deg, rgba(4, 47, 92, 0.2) 0.53%, rgba(0, 0, 0, 0) 72.52%), linear-gradient(358.25deg, #05305D 2.46%, rgba(5, 48, 93, 0.2) 23.82%);
    z-index: 1;
    padding-top: 250px;
    padding-bottom: 110px;
  }
  #scrollspyAfirmacion::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 117%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(82deg, rgba(4, 51, 92, 0.35) 30%, rgba(0, 0, 0, 0) 45%), linear-gradient(105deg, #05305D 10.46%, rgba(5, 48, 93, 0.2) 33%), linear-gradient(248deg, #05305D 15.46%, rgba(5, 48, 93, 0.2) 47%), url(/assets/front/img/home/fondo-01.png) 0 104%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(212deg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(195deg);
  }
}

#scrollspyPresentacion {
  background: #05305D;
}
@media (width >= 1024px) {
  #scrollspyPresentacion {
    background: linear-gradient(181.63deg, rgba(5, 47, 91, 0) 33.83%, #052F5C 89.76%), url("/assets/front/img/home/fondo-01.png") center -59rem;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (width >= 1440px) {
  #scrollspyPresentacion {
    padding-top: 250px;
    padding-bottom: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

.que-es-image-box {
  position: absolute;
  background-color: white;
}
@media (width > 1024px) {
  .que-es-image-box {
    width: 400px;
    height: 350px;
    left: 17%;
    top: 29%;
  }
}
@media (width <= 1024px) {
  .que-es-image-box {
    width: 350px;
    height: 300px;
    left: 10%;
    top: 21%;
  }
}
@media (width <= 768px) {
  .que-es-image-box {
    width: 450px;
    height: 400px;
    left: 14%;
    top: 25%;
  }
}
@media (width <= 425px) {
  .que-es-image-box {
    width: 300px;
    height: 250px;
    left: 12%;
    top: 19%;
  }
}
@media (width <= 375px) {
  .que-es-image-box {
    width: 200px;
    height: 170px;
    left: 13%;
    top: 26%;
  }
}

body {
  background-color: #041838;
}

.slider-home {
  background: linear-gradient(156.33deg, #041838 25.53%, rgba(4, 24, 56, 0) 55.48%), url("/assets/front/img/home/fondo-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 105vh;
  background-position: center center;
}
@media (min-width: 1024px) {
  .slider-home {
    background-position: right top;
  }
}
.slider-home .banner_desc {
  font-family: "Poppins-Medium" !important;
}

.box-banner {
  position: relative;
  background-color: rgba(174, 186, 45, 0.5);
  font-size: 12px;
}
.box-banner p {
  font-size: 16px;
}
.box-banner figure {
  position: absolute;
  border-radius: 50%;
}
.box-banner button {
  border-radius: 25px;
}
.box-banner--image-right {
  right: -20px;
  top: -25px;
  background-color: #FFB234;
}
.box-banner--image-left {
  left: -45px;
  top: -70px;
}
@media (min-width: 320px) {
  .box-banner--image-left {
    left: -100px;
    top: -70px;
  }
}
@media (min-width: 360px) {
  .box-banner--image-left {
    left: -100px;
    top: -70px;
  }
}
@media (min-width: 375px) {
  .box-banner--image-left {
    left: -100px;
    top: -70px;
  }
}
@media (min-width: 425px) {
  .box-banner--image-left {
    left: -100px;
    top: -70px;
  }
}
@media (min-width: 768px) {
  .box-banner--image-left {
    left: -122px;
    top: -70px;
  }
}
@media (min-width: 991px) {
  .box-banner--image-left {
    left: -122px;
    top: -70px;
  }
}
.box-banner--success {
  background-color: #02B940 !important;
}

.comite-box {
  background-color: #E4EDF2;
  border-radius: 25px;
}
.comite-box:first-child {
  background-color: white;
}
.comite-box figure {
  position: absolute;
  top: -45px;
  left: 40px;
}

.login-tab h4 {
  font-size: 1.125rem;
}
.login-tab label, .login-tab a, .login-tab button {
  font-size: 0.875rem;
  color: #575656;
}
.login-tab input {
  background-color: #012855;
  font-family: "Poppins-Regular";
}
.login-tab input::-moz-placeholder {
  font-family: "Poppins-Regular";
}
.login-tab input::placeholder {
  font-family: "Poppins-Regular";
}
.login-tab .login_box_label {
  position: relative;
}
.login-tab .login_box_label .eye-password {
  position: absolute;
  right: 10px;
  bottom: 12px;
  cursor: pointer;
  width: 1.2rem;
}
.login-tab #go_to_registro {
  display: block;
  text-align: center;
  background-color: #66829c;
  padding: 12px;
  text-decoration: none !important;
  width: 100%;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  color: #f9f9f9;
}

.title-login {
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #3D596D;
  letter-spacing: 0;
  font-weight: 500;
}

.label-login {
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #3C3C3B;
  letter-spacing: 0;
  font-weight: 400;
}

#login-footer .link-register {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 500;
}

#login-card {
  border: 1px solid #66829C;
}

#navigation-scroll li.nav-item a.nav-link {
  font-size: 0.875rem;
  color: #FFF;
  text-align: left;
  font-weight: 600;
  /* Para que al hacer el hover no se muevan los contenedores */
  border-bottom: 2px solid transparent;
}

.mobile-menu-opened #navigation-scroll li.nav-item a.nav-link {
  color: #FFF;
}

#navigation-scroll li.nav-item a.nav-link:hover {
  color: #FFF;
  text-decoration: none;
}

html.sticky-header-active #header.header-effect-shrink .header-body .nav-link {
  color: #FFB234 !important;
}

html.sticky-header-active #header.header-effect-shrink .header-body .nav-link:hover {
  color: #FFF !important;
}

.row.bg-white.bg-color-light.cards-container.d-flex.justify-content-center.justify-content-xl-between.w-100.mb-5.pb-5.mx-0.box-shadow-1.p-relative.top-0 {
  /* border: 1px solid black; */
  border-radius: 18px 18px 0 0;
}

.title-home {
  font-family: "NoirPro-Bold";
  font-size: 45px;
  color: #3D596D;
  text-align: left;
  line-height: 50px;
  font-weight: 400;
}

.organized-by {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #3D596D;
  text-align: left;
  font-weight: 500;
}

#scrollspyContenidos h1 {
  font-family: "NoirPro-Medium";
  font-size: 30px;
  color: #66829c;
  letter-spacing: 0;
  text-align: center;
  line-height: 51px;
  font-weight: 400;
}
#scrollspyContenidos h2 {
  font-family: "NoirPro-Medium";
  font-size: 20px;
  color: #3d596d;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
  margin-top: 20px;
}

hr.hr-home {
  opacity: 0.39;
  background: #66829c;
}

section h1.section-title {
  font-family: "NoirPro-Medium";
  font-size: 36px;
  color: #66829c;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 10px;
}
section h2.section-sub-title {
  font-family: NoirPro-Medium;
  font-size: 25px;
  color: #FFBA9B;
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  padding: 0 150px 0 150px;
}
section p.section-desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #3d596d;
  line-height: 32px;
  font-weight: 400;
}

@media (max-width: 768px) {
  section h2.section-sub-title {
    padding: 0 100px 0 100px;
  }
}
@media (max-width: 425px) {
  section h2.section-sub-title {
    padding: 0 50px 0 50px;
  }
}
#aditional-info-2 h3.content-title {
  font-family: NoirPro-Medium;
  font-size: 24px;
  color: #3d596d;
  letter-spacing: 0;
  font-weight: 400;
}
#aditional-info-2 p.content-text {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #66829c;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}

span.owl-circle-profile {
  border: 1px solid #FFBA9B;
  /* width: 97px;
  height: 97px; */
  background-color: #FFBA9B;
  border-radius: 50%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-name {
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  color: #3D596D;
  line-height: 24px;
  font-weight: 600;
}

.owl-comment {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #706F6F;
  line-height: 26px;
  font-weight: 400;
}

/* .owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
}

.owl-carousel .owl-nav button.owl-prev:before {
    display: none !important;
} */
.autor-figure {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aditional_info3 {
  background: rgb(77, 92, 166);
  background: linear-gradient(180deg, rgb(77, 92, 166) 0%, rgb(132, 146, 203) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d5ca6",endColorstr="#8492cb",GradientType=1);
  padding-bottom: 250px;
}

.aditional_info2 {
  /* @media(min-width: 991px){
      padding: 10rem;
  } */
}
.aditional_info2 p {
  text-align: left;
  letter-spacing: 0px;
  line-height: 35px;
}
.aditional_info2 .info-down {
  text-align: initial !important;
  font-size: 13px;
  font-family: Roboto-Regular;
}
.aditional_info2 .info-down li {
  list-style-type: decimal;
  line-height: 18px;
}
.aditional_info2 .border-bottom-dos {
  border-bottom: 1px solid #019FE3;
  width: 100%;
  margin-bottom: 20px;
}
.aditional_info2 .titulo {
  font-size: 22px;
  text-align: justify;
  line-height: 25px;
}
.aditional_info2 .titulo strong {
  color: #FFB234;
}

/* .aditional_info3 {
    .feature-box {
        background-color: #ffffff;
    }
    strong {
        font-family: Roboto-Bold;
    }
    h2 {
        color: $color-secondary;
        font-size: 21px;
        letter-spacing: 0px;
        margin-bottom: 20px !important;
    }
    p {
        font-family: Roboto-Regular;
        font-size: 13px;
        //color: #2A2A2A;
        line-height: 22px;
        letter-spacing: 0px;
        margin-bottom: 10px !important;
    }
} */
.container.aditional_info.pb-xlg {
  padding-top: 120px !important;
}
.container.aditional_info.pb-xlg .row.pt-xlg.mt-xlg.pb-xlg {
  padding-bottom: 20px !important;
}
.container.aditional_info.pb-xlg .row.pt-xlg.mt-xlg.pb-xlg .col-md-11 {
  padding-bottom: 10px;
}
.container.aditional_info.pb-xlg .row.pt-xlg.mt-xlg.pb-xlg h1.section_title.mb-sm {
  text-align: right;
}
.container.aditional_info.pb-xlg .row.pt-xlg.mt-xlg.pb-xlg h3#doc {
  text-align: right;
}

.gradient {
  background-image: linear-gradient(135deg, rgba(99, 21, 90, 0.92) 0%, rgba(131, 49, 119, 0.61) 100%);
  text-align: justify-all;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gradient .row {
  padding: 5px;
}
.gradient strong {
  font-size: 20px;
}
.gradient h4 {
  font-family: Roboto-Regular;
  font-size: 31px;
  color: #012855;
  letter-spacing: 0;
  text-align: center;
  padding: 0px !important;
  text-transform: none !important;
  margin-bottom: 0px !important;
}
.gradient h5 {
  text-transform: capitalize !important;
  padding-top: 20px;
  font-size: 21px;
  font-family: Roboto-Medium;
  color: #012855 !important;
  line-height: 24px;
  font-weight: 100;
}
.gradient p {
  line-height: 22px;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #012855 !important;
}
.gradient .center {
  padding: 32px !important;
}

.name-author-home {
  letter-spacing: 0.5px;
}

.feature_description {
  text-align: center;
}

#percentage-home-1 .percentage-circle {
  background-color: green;
}

#percentage-home-2 span.percentage-circle:last-child {
  background-color: red;
}

#percentage-home-1 span.percentage-circle,
#percentage-home-2 span.percentage-circle,
#percentage-eva-1 span.percentage-circle,
#percentage-eva-2 span.percentage-circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.authors .authors-titulo h3 {
  font-family: Roboto-Regular !important;
  color: #FFB234 !important;
  font-size: 31px !important;
  text-transform: none !important;
}
.authors .authors-titulo h4 {
  font-family: "Open Sans" !important;
  color: #333c4e !important;
  font-size: 21px !important;
  padding-bottom: 20px !important;
}
.authors p {
  font-family: Roboto-Medium !important;
  color: #333c4e !important;
  font-size: 20px !important;
}
.authors .authors-contenido {
  padding: 0px !important;
}
.authors .authors-contenido h4 {
  font-family: "Open Sans" !important;
  color: #0062a9 !important;
  font-size: 21px !important;
  padding-bottom: 20px !important;
}
.authors .authors-contenido p {
  font-family: Roboto-Medium !important;
  color: #777 !important;
  font-size: 16px !important;
}

.step-title {
  font-family: "NoirPro-Medium";
  font-size: 24px;
  color: #ffba9b;
  text-align: left;
  line-height: 32px;
  font-weight: 400;
}

.step-text {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #f9f9f9;
  line-height: 24px;
  font-weight: 400;
}

.process-step-circle-content {
  font-family: "Poppins-Bold";
}

.step-active {
  background: #ffba9b !important;
}
.step-active .process-step-circle-content {
  color: #3d596d !important;
}

@media (width > 991px) {
  #scrollspyCalendario {
    height: 40rem;
  }
}
#footer {
  background: transparent !important;
  border: none !important;
}
#footer a:hover {
  color: #FFB234 !important;
}

.clock-position {
  position: absolute;
  position: absolute;
  right: -35px;
  top: -136px;
}
@media (width <= 1024px) {
  .clock-position {
    right: -47px;
    top: -136px;
  }
}
@media (width <= 768px) {
  .clock-position {
    right: -160px;
    top: -136px;
  }
}
@media (width <= 425px) {
  .clock-position {
    right: -75px;
    top: -180px;
  }
}

.home-question-mark {
  position: absolute;
  left: 46%;
  top: -50px;
}
@media (width <= 1024px) {
  .home-question-mark {
    left: 46%;
  }
}
@media (width <= 768px) {
  .home-question-mark {
    left: 43%;
  }
}
@media (width <= 425px) {
  .home-question-mark {
    left: 37%;
  }
}
@media (width <= 375px) {
  .home-question-mark {
    left: 35%;
  }
}
@media (width <= 320px) {
  .home-question-mark {
    left: 31%;
  }
}

.question-timer {
  border: 2px solid white;
  background-color: #05305C;
  border-radius: 10px;
  font-size: 20px;
  color: #FFB234;
  padding: 15px;
  position: absolute;
  left: 38%;
  top: -30px;
}
@media (width <= 1024px) {
  .question-timer {
    left: 35%;
  }
}
@media (width <= 768px) {
  .question-timer {
    left: 26%;
  }
}
@media (width <= 425px) {
  .question-timer {
    left: 6%;
  }
}
@media (width <= 375px) {
  .question-timer {
    left: 6%;
    font-size: 16px;
  }
}
@media (width <= 320px) {
  .question-timer {
    left: 4%;
    font-size: 13px;
  }
}

.trophy-answer {
  width: 154px;
  height: 154px;
  background-color: #12E78E;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50px;
  top: -65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (width <= 1024px) {
  .trophy-answer {
    right: 50px;
  }
}
@media (width <= 768px) {
  .trophy-answer {
    right: -40px;
  }
}
@media (width <= 425px) {
  .trophy-answer {
    right: -34px;
  }
}
@media (width <= 375px) {
  .trophy-answer {
    right: -43px;
    top: -100px;
  }
}
@media (width <= 320px) {
  .trophy-answer {
    top: -85px;
  }
}
.trophy-answer span {
  text-align: center;
}

.author-description p {
  color: white;
  margin-bottom: 5px;
}

#footer {
  background: linear-gradient(0deg, #05305D, #05305D), linear-gradient(97.08deg, #000000 -55.29%, rgba(0, 0, 0, 0) 52.28%) !important;
}

.menu-mobile ul li a {
  color: white;
}

.menu-responsive .nav {
  gap: 10px;
}

.menu-responsive .dropdown {
  padding: 3px;
  background-color: #0178B4 !important;
  border: 1px solid #0178B4;
  border-radius: 7px !important;
  margin-bottom: 17px;
}

.acerca-author-info-container p {
  margin-bottom: 0;
}

/*
Edición de los formularios de registro, solicitud de código y login form (excepto el de home)
*/
#register-form-container, #codeIntroductor, #reset-form-container, .card-login {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 3px 3px 2px 0 rgba(179, 179, 179, 0.25);
  border-radius: 8px;
}
#register-form-container .card-subtitle, #codeIntroductor .card-subtitle, #reset-form-container .card-subtitle, .card-login .card-subtitle {
  font-size: 14px;
}
#register-form-container .btn-submit-auth, #codeIntroductor .btn-submit-auth, #reset-form-container .btn-submit-auth, .card-login .btn-submit-auth {
  font-family: "Poppins-Regular";
  font-size: 18px;
  padding: 10px 30px;
  letter-spacing: 1px;
}
#register-form-container .link, #codeIntroductor .link, #reset-form-container .link, .card-login .link {
  font-size: 14px;
  color: #0A58FF;
}
#register-form-container .link:hover, #codeIntroductor .link:hover, #reset-form-container .link:hover, .card-login .link:hover {
  text-decoration: none !important;
  font-size: 14px;
  color: #FFB234;
}
#register-form-container label, #codeIntroductor label, #reset-form-container label, .card-login label {
  font-size: 14px !important;
  color: #777777;
  font-family: "Poppins-Regular";
}
#register-form-container select, #codeIntroductor select, #reset-form-container select, .card-login select {
  color: #777777;
  background-color: #012855;
}
#register-form-container input, #codeIntroductor input, #reset-form-container input, .card-login input {
  font-size: 14px;
  font-family: "Poppins-Regular";
  background-color: #777777;
}
#register-form-container .link-card-footer, #codeIntroductor .link-card-footer, #reset-form-container .link-card-footer, .card-login .link-card-footer {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 500;
}
#register-form-container .link-card-footer:hover, #codeIntroductor .link-card-footer:hover, #reset-form-container .link-card-footer:hover, .card-login .link-card-footer:hover {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #E9E9E9;
  text-decoration: none !important;
}

/* BTN REENVIAR CODIGO DE CONFIRMACION */
.btn-reenviar {
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
}

.porcentaje_value {
  position: relative;
  top: -21px;
  left: 230px;
}

.asignaturas-alert-border {
  border: 1px solid #DEE2E6;
  border-top: 0;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  -webkit-border-radius: 0rem 0rem 0.25rem 0.25rem;
  -moz-border-radius: 0rem 0rem 0.25rem 0.25rem;
  -ms-border-radius: 0rem 0rem 0.25rem 0.25rem;
  -o-border-radius: 0rem 0rem 0.25rem 0.25rem;
}

.asignaturas-alert-font {
  font-family: "Poppins-Regular";
  text-align: justify;
  font-weight: 400;
}

.asignaturas-alert-content-open {
  color: #3D596D;
  background-color: #EBEFF2;
}

.asignaturas-alert-content-closed {
  color: #3D596D;
  background-color: #FCE5E3;
}

.card-contest {
  border: 1px solid #283583;
  overflow: hidden;
}

.card .card-contest {
  cursor: pointer;
}

.card-contest .card-header span.count-circle {
  width: 80px;
  height: 80px;
  font-size: inherit;
  color: #283583;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: -20px;
  left: -15px;
}
.card-contest .card-header span.count-circle strong {
  font-size: 2rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
  color: #fff;
}

.not-taken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 155, 166, 0.603) 0%, rgba(0, 155, 166, 0.603) 100%);
}

.not-active {
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 2;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(78, 78, 78, 0.68) 0%, rgba(78, 78, 78, 0.68) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-contest .author-image-container {
  height: 50px;
  width: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #FFB234;
  overflow: hidden;
}

.card-contest p {
  margin: 0;
  margin-bottom: -7px;
  font-size: 16px;
  color: gray;
}

#author-container p {
  font-size: 12px;
}

.card-contest #card-body-description p {
  max-width: 80%;
}

.date-active {
  color: #05305D;
  font-size: 1rem;
}

.card-contest .card-body #status-statement {
  position: absolute;
  top: -35px;
  right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 12px;
  padding: 5px;
  text-align: center;
  color: #fff;
}

.card-contest .card-body #status-statement.status-not-at-time {
  background-color: #FFB234;
}

.card-contest .card-body #status-statement.status-error {
  background-color: red;
}

.card-contest .card-body #status-statement.status-green {
  background-color: green;
}

.card-contest .card-body #status-statement.status-not-response {
  background-color: #FFB234;
}

.card-contest .card-body #status-statement .statement-icon {
  font-size: large;
}

.card-contest .card-body #status-statement .statement-score {
  font-size: 14px;
}
.card-contest .card-body #status-statement .statement-score strong {
  color: #fff;
}

.card-modules .card-module {
  background-color: rgba(255, 255, 255, 0.7607843137);
  transition: 0.65s;
}
.card-modules:hover .card-module {
  background-color: rgba(255, 178, 52, 0.8980392157);
}

a:not(.btn):hover {
  text-decoration: none !important;
}

.btn-modal-info {
  font-size: 25px;
  color: white;
  z-index: 2;
  cursor: pointer;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-modal-info:hover {
  color: rgb(231, 231, 231);
  text-decoration: none;
}

.stopwatch {
  background-color: #FFF;
  padding: 10px 20px 10px 20px;
  width: 150px;
  border: 1px solid #FFF;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.stopwatch .fa-stopwatch {
  font-size: 22px;
}
.stopwatch #timer {
  font-size: 18px;
}

/* #pre-pregunta-container {
    background-color: $color-secondary;
    padding: 30px;
    border-radius: 6px;

    p{
        color: #fff !important;
    }
} */
.pregunta-descripcion-container {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #FFF;
  border-radius: 4px;
  position: relative;
}
.pregunta-descripcion-container .question {
  background-color: white;
  padding: 3rem 1rem 0rem !important;
  border-radius: 4px;
}
.pregunta-descripcion-container .question_box_title {
  color: black;
}
.pregunta-descripcion-container .question_box_desc {
  color: black;
}

.botones-respuesta-container {
  display: flex;
  justify-content: center;
  align-content: center;
}

.pregunta-btn {
  padding: 7px 15px;
  background-color: #fff;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #FFF;
  position: relative;
  cursor: pointer;
  color: #FFF;
}
.pregunta-btn i {
  font-size: 1.5rem;
  margin-left: 1.2rem;
}

button#btn-verdad:hover, button#btn-mito:hover {
  color: #FFF;
  background-color: #ECEDF5;
}

.resultado-descripcion-container {
  padding: 20px;
}
.resultado-descripcion-container.result-success {
  background-color: #d7fbe6;
}
.resultado-descripcion-container.result-error {
  background-color: #f9dede;
}
.resultado-descripcion-container #status-statement {
  width: 75px;
  height: 75px;
  background-color: #38baec;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* right: 225px;
  margin-top: -50px; */
}
.resultado-descripcion-container #status-statement.status-gray {
  background-color: rgb(211, 211, 211);
}
.resultado-descripcion-container #status-statement.status-error {
  background-color: red;
}
.resultado-descripcion-container #status-statement.status-success {
  background-color: green;
}
.resultado-descripcion-container #status-statement.status-not-at-time {
  background-color: #38baec;
}

#verdadOmitoHeader .btn-modal-info, #verdadOmitoHeader .btn-back-header {
  font-size: 25px;
  color: white;
  z-index: 2;
  cursor: pointer;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#verdadOmitoHeader .btn-modal-info:hover, #verdadOmitoHeader .btn-back-header:hover {
  color: rgb(231, 231, 231);
  text-decoration: none;
}

@media only screen and (min-width: 320px) {
  /* .resultado-descripcion-container #status-statement {
      right: 0;
      margin-top: -68px;
  } */
}
@media only screen and (max-width: 320px) {
  .resultado-descripcion-container #status-statement {
    right: 0;
    margin-top: -68px;
  }
  #btn-verdad, #btn-mito {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1140px) {
  .resultado-descripcion-container #status-statement {
    right: 75px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1280px) {
  .resultado-descripcion-container #status-statement {
    right: 25px;
    margin-top: -50px;
  }
}
.btn-confirm {
  background-color: #1F59FF !important;
  color: #fff !important;
}

.disabledContent {
  cursor: not-allowed !important;
}

.disabledContent > * {
  pointer-events: none !important;
}

.btn-eval {
  display: flex;
  width: 124px;
  height: 124px;
  padding: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 236px;
  cursor: pointer;
}
.btn-eval--success {
  border: 1px solid #0ea22f;
  background: #41a60e;
}
.btn-eval--success.active, .btn-eval--success:hover {
  border-color: #005f00;
  border-width: 4px;
}
.btn-eval--danger {
  border: 1px solid var(--Rojo, #c61618);
  background: var(--Rojo, #c61618);
}
.btn-eval--danger.active, .btn-eval--danger:hover {
  border-color: #8b0000;
  border-width: 4px;
}

.btn-outline-success.btn-toggle.active {
  background-color: rgb(142, 205, 110) !important;
  color: white;
  border-width: 4px;
}

.btn-outline-danger.btn-toggle.active {
  background-color: rgb(221, 125, 126) !important;
  color: white;
  border-width: 4px;
}

.btn:hover.btn-outline-success {
  background-color: rgb(142, 205, 110) !important;
  border-color: rgb(142, 205, 110) !important;
  color: white;
  border-width: 0px;
}
.btn:hover.btn-outline-danger {
  background-color: rgb(221, 125, 126) !important;
  border-color: rgb(221, 125, 126) !important;
  color: white;
  border-width: 0px;
}

.btn-vom {
  width: 158px;
  height: 37px;
}

.question-mark-orange {
  position: absolute;
  top: -40px;
  left: 44%;
}
@media (width <= 1024px) {
  .question-mark-orange {
    top: -40px;
    left: 44%;
  }
}
@media (width <= 768px) {
  .question-mark-orange {
    top: -40px;
    left: 41%;
  }
}
@media (width <= 425px) {
  .question-mark-orange {
    top: -40px;
    left: 44%;
  }
}
@media (width <= 375px) {
  .question-mark-orange {
    top: -40px;
    left: 36%;
  }
}
@media (width <= 320px) {
  .question-mark-orange {
    top: -40px;
    left: 31%;
  }
}

.post-question-mark-orange {
  position: absolute;
  top: -40px;
  left: 44%;
}
@media (width <= 1024px) {
  .post-question-mark-orange {
    top: -40px;
    left: 44%;
  }
}
@media (width <= 768px) {
  .post-question-mark-orange {
    top: -40px;
    left: 41%;
  }
}
@media (width <= 425px) {
  .post-question-mark-orange {
    top: -40px;
    left: 34%;
  }
}
@media (width <= 375px) {
  .post-question-mark-orange {
    top: -40px;
    left: 32%;
  }
}
@media (width <= 320px) {
  .post-question-mark-orange {
    top: -40px;
    left: 29%;
  }
}

.pre-timer {
  position: absolute;
  left: 42%;
  top: 229px;
}
@media (width <= 1024px) {
  .pre-timer {
    left: 40%;
    top: 229px;
  }
}
@media (width <= 768px) {
  .pre-timer {
    left: 37%;
    top: 249px;
  }
}
@media (width <= 425px) {
  .pre-timer {
    left: 29%;
    top: 255px;
  }
}
@media (width <= 375px) {
  .pre-timer {
    left: 26%;
    top: 323px;
  }
}
@media (width <= 320px) {
  .pre-timer {
    left: 23%;
    top: 346px;
  }
}

.post-timer {
  position: absolute;
  left: 42%;
  top: -30px;
  /* @media (width <= 1024px) {
      left: 40%;
      top: 229px;
  } */
}
@media (width <= 768px) {
  .post-timer {
    left: 38%;
    top: -30px;
  }
}
@media (width <= 425px) {
  .post-timer {
    left: 29%;
    top: -30px;
  }
}
@media (width <= 375px) {
  .post-timer {
    left: 26%;
    top: -30px;
  }
}
@media (width <= 320px) {
  .post-timer {
    left: 23%;
    top: -60px;
  }
}

.pepe-caja {
  position: relative;
  display: flex;
  align-items: center;
}
.pepe-caja figure {
  position: absolute;
  bottom: -15px;
  left: 20px;
}
.pepe-caja__profile {
  width: 100px;
  height: 100px;
  border: 1px solid #8f8f8f;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-right: 1rem;
}

.sello-home {
  position: absolute;
  /* @media (width = 1040px) {
      right: -105px;
      top: 0px;
  } */
}
@media (width > 1040px) {
  .sello-home {
    right: -110px;
    top: 5px;
  }
}
@media (width < 1040px) {
  .sello-home {
    /* right: -90px;
    top: 20px; */
    right: -105px;
    top: 0px;
  }
}
@media (width <= 768px) {
  .sello-home {
    right: -133px;
    top: -22px;
  }
}
@media (width <= 425px) {
  .sello-home {
    right: -73px;
    top: -52px;
  }
}
@media (width <= 375px) {
  .sello-home {
    right: -73px;
    top: -80px;
  }
}
@media (width <= 320px) {
  .sello-home {
    right: -73px;
    top: -100px;
  }
}

.sub-active {
  border-bottom: 4px solid #FFF;
}

.sub-not-active {
  border-bottom: 4px solid #FFB234;
}
.sub-not-active:hover {
  border-bottom: 4px solid #0A58FF;
}

.toggle-mobile {
  border: none;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  position: absolute;
  margin: 0px 10px 0px 0px;
  --bs-bg-opacity: 1;
  background-color: #FFB234 !important;
  right: 15px;
  bottom: 15px;
}

#reset-form-container input {
  background-color: #fff !important;
}
