/*=================== fuente ====================*/

/* @import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500|Rubik:500, 600"); */
@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('../fonts/roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('../fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Rubik';
  font-display: swap;
  src: url('../fonts/rubik/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  font-display: swap;
  src: url('../fonts/rubik/Rubik-Medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
    font-family: 'brockmannbold';
    font-display: swap;
    src: url('../fonts/brockmann/brockmann-bold-webfont.eot');
    }

@font-face {
    font-family: 'brockmannbold';
    font-display: swap;
    src: url('../fonts/brockmann/brockmann-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brockmannmedium';
    font-display: swap;
    src: url('../fonts/brockmann/brockmann-medium-webfont.eot');
    }

@font-face {
    font-family: 'brockmannmedium';
    font-display: swap;
    src: url('../fonts/brockmann/brockmann-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brockmannregular';
    font-display: swap;
    src: url('../fonts/brockmann/brockmann-regular-webfont.eot');
    }

@font-face {
    font-family: 'brockmannregular';
    font-display: swap;
    src: url('../fonts/brockmann/brockmann-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brockmannsemibold';
    font-display: swap;
    src: url('../fonts/brockmann/brockmann-semibold-webfont.eot');
    }

@font-face {
    font-family: 'brockmannsemibold';
    font-display: swap;
    src: url('../fonts/brockmann/brockmann-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html {
  background-color: #081D40;
}

body {
  line-height: 25px;
  font-size: 16px;
  font-family: "brockmannmedium";
  /* font-family: "Poppins", sans-serif; */
  font-weight: 400;
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "brockmannmedium";
  /* font-family: "Rubik", sans-serif; */
  font-weight: 500;
  color: #081D40;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

button, input[type='button'] {
  cursor: pointer;
}

button:focus {
  outline: none;
  box-shadow: none;
}

label .required{
  color:red;
}

legend .required{
  color:red;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.white_bg {
  background: #fff !important;
}

.mt-100 {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .mt-100 {
    margin-top: 0px;
  }
}

.mt--100 {
  margin-top: -100px;
}

@media (max-width: 991px) {
  .mt--100 {
    margin-top: 0px;
  }
}

.title-bg {
  background: #081D40;
}

/*---------------------------------------------------- */
/* H O N E Y P O T */
.hcommentp{
  opacity: 0;
}
/*----------------------------------------------------*/

/* Boton para enviar correo alumnos */
.botonemail{
  background-color: #07244b;
  color: #ffffff;
  /* width: 40%; */
  height: fit-content;
  font-size: 20px;
  border-radius: 17%;
}

.botonemail:hover{
  background-color: #ffcb21;
  color: gray;
  border-color: #ffe691;
  height: fit-content;
  font-size: 20px;
  border-radius: 17%;
}

/* Boton para redirigirse a login desde premionologin */
.botonpremionologin{
  background-color: #07244b;
  color: #ffffff;
  height: 50px;
  width: 110%;
  font-size: 20px;
}

.botonpremionologin:hover{
  background-color: #ffcb21;
  color: gray;
  border-color: #ffe691;
  height: 50px;
  width: 110%;
  font-size: 20px;
}


.botonpremio{
  background-color: #07244b;
  color: #ffffff;
  height: 50px;
  width: 50%;
  font-size: 20px;
}

.botonpremio:hover{
  background-color: #ffcb21;
  color: gray;
  border-color: #ffe691;
  height: 50px;
  width: 50%;
  font-size: 20px;
}

.margen {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .margen {
    padding: 70px 0;
  }
}

.margen_arriba {
  padding-top: 130px;
}

@media (max-width: 991px) {
  .margen_arriba {
    padding-top: 70px;
  }
}

.margen_bottom {
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .margen_bottom {
    padding-bottom: 70px;
  }
}

/*=======================================titulos==================================================== */

.titulo_grande {
  text-align: center;
  margin-bottom: 85px;
}

@media (max-width: 991px) {
  .titulo_grande {
    margin-bottom: 40px;
  }
}

.titulo_grande h2 {
  font-size: 36px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .titulo_grande h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.titulo_grande p {
  font-size: 16px;
  margin-bottom: 0px;
  font-style: italic;
}

.titulo_pequeno {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .titulo_pequeno {
    margin-bottom: 40px;
  }
}

.titulo_pequeno h2 {
  font-size: 36px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .titulo_pequeno h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.titulo_pequeno p {
  font-size: 16px;
  margin-bottom: 0px;
  font-style: italic;
}

.lite_bg {
  background: #f9f9f9;
}

/*=======================================Cierre de titulos===================================================== */

/*------------------------Cabecera----------------------------*/

.cabecera {
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
}

.cabecera .navbar {
  background: #ffffff;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.cabecera .navbar .nav .nav-item {
  margin-right: 45px;
}

.desktop{
  display: contents;
}

.mobile{
  display: none;
}

@media (max-width: 991px){
  .desktop{
    display: none;
  }
  
  .mobile{
    display: contents;
  }
}

.cabecera .navbar .nav .nav-item .nav-link {
  /* font-family: "brockmannmedium"; */
  font: 500 14px/80px "brockmannbold", sans-serif;
  text-transform: capitalize;
  color: #081D40;
  padding: 0px;
  display: inline-block;
}

@media (max-width: 991px) {
  .cabecera .navbar .nav .nav-item .nav-link {
    color: #ffffff;
  }
}

.cabecera .navbar .nav .nav-item .nav-link:after {
  display: none;
}

.cabecera .navbar .nav .nav-item:hover .nav-link, .cabecera .navbar .nav .nav-item.active .nav-link {
  color: #23CAD3;
}

.cabecera .navbar .nav .nav-item.submenu {
  position: relative;
}

.cabecera .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}

@media (min-width: 992px) {
  .cabecera .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.cabecera .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.cabecera .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}

.cabecera .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #081D40;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}

.cabecera .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.cabecera .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #23CAD3;
  color: #fff;
}

@media (min-width: 992px) {
  .cabecera .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.cabecera .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.cabecera .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.cabecera.white-header .navbar .nav .nav-item.active .nav-link, .cabecera.white-header .navbar .nav .nav-item:hover .nav-link {
  color: #23CAD3;
}

.cabecera.white-header .navbar .nav .nav-item .nav-link {
  color: #ffffff;
}

.cabecera.navbar_fixed .menu_principal {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.cabecera.navbar_fixed .menu_principal .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

.cabecera.navbar_fixed .menu_principal .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  color: #081D40;
}

.cabecera.white-header.navbar_fixed .menu_principal {
  background: #081D40;
}

.cabecera.white-header.navbar_fixed .menu_principal .navbar .nav .nav-item.active .nav-link, .cabecera.white-header.navbar_fixed .menu_principal .navbar .nav .nav-item:hover .nav-link {
  color: #23CAD3;
}

#iniciar_sesion_btn {
  padding-left: 45px;
}

.ti-user {
  padding-left: 7px;
}

.navbar-toggler {
  border: none;
  cursor: pointer;
  margin-top: 27px;
  margin-bottom: 23px;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-light .navbar-toggler {
  color: #f8f9fa;
  border-color: #ffffff00
}

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background: #23CAD3;
  margin: auto;
  margin-bottom: 3px;
  transition: all 400ms linear;
  cursor: pointer;
}

/*BOTÓN MÓVIL*/

@media (max-width: 991px) {
  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }
}

@media (max-width: 991px) {
  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #23CAD3;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }
}

@media (max-width: 991px) {
  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #23CAD3;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }
}

@media (max-width: 991px) {
  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* =========================CIERRE BOTÓN MÓVIL===========================*/

/* ===========================LISTA DESPLEGABLE MÓVIL============================*/

@media (max-width: 480px) {
  .cabecera .navbar-collapse {
    max-height: 250px;
  }
}

@media (max-width: 991px) {
  .cabecera .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }
}

@media (max-width: 991px) {
  .nav {
    padding: 0px 0px;
  }
}

@media (max-width: 991px) {
  .cabecera .navbar .nav .nav-item {
    margin-right: 0px;
  }
}

@media (max-width: 1199px) {
  .cabecera .navbar .nav .nav-item {
    margin-right: 28px;
  }
}

@media (max-width: 991px) {
  .cabecera .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #ededed33;
    border-radius: 0px;
  }
}

@media (max-width: 991px) {
  .cabecera .navbar .nav .nav-item .nav-link {
    color: #7b838a;
  }
}

@media (max-width: 991px) {
  .cabecera .navbar .nav .nav-item .active .nav-link {
    color: #23CAD3;
  }
}

@media (max-width: 991px) {
  #iniciar_sesion_btn {
    padding-left: 0px;
  }
}

/*--------------------------Cierre de cabecera--------------------------*/

/* ======================================Banner de inicio====================================================== */

.banner_pa_area {
  z-index: 1;
  min-height: 900px;
  position: relative;
  background: url(../img/bannerpa.png) no-repeat center;
  background-size: cover;
}

.banner_pa_area .banner_texto {
  position: absolute;
  top: 26%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}

.banner_inicio_area {
  z-index: 1;
  min-height: 900px;
  position: relative;
  background: url(../img/banner.webp) no-repeat center;
  background-size: cover;
}

.banner_inicio_area .banner_texto {
  position: absolute;
  top: 26%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}

@media (max-width: 991px) {
  .banner_inicio_area .banner_texto {
    top: 34%;
  }
}

.banner_inicio_area .banner_texto .banner_contenido h2 {
  font-size: 48px;
  font-weight: 500;
}

.banner_inicio_area .banner_texto .banner_contenido p {
  font-family: 'brockmannmedium';
  font-size: 20px;
  color: #081D40;
  font-weight: 500;
}

.banner_area {
  position: relative;
  background: url(../img/banner/banner.webp) no-repeat center center;
  z-index: 1;
  min-height: 392px;
  padding-top: 0 !important;
}

.banner_area .banner_texto {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 280px;
  z-index: 1;
}

.banner_area .banner_texto .banner_contenido {
  position: relative;
  z-index: 2;
  color: #fff;
}

@media (max-width: 991px) {
  .banner_area .banner_texto .banner_contenido {
    padding-top: 6px;
    position: relative;
    z-index: 2;
    color: #fff;
  }
}

.banner_area .banner_texto .banner_contenido h2 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 0px;
}

.banner_area .banner_texto .banner_contenido .page_link {
  display: inline-block;
  padding: 7px 20px;
}

@media (max-width: 991px) {
  .banner_area .banner_texto .banner_contenido .page_link {
    font-size: 5px;
  }
}

@media (max-width: 800px) {
  .banner_area .banner_texto .banner_contenido .page_link {
    font-size: 0px;
  }
}

@media (max-width: 480px) {
  .banner_area .banner_texto .banner_contenido .page_link {
    font-size: 0px;
  }
}

.banner_area .banner_texto .banner_contenido .page_link a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.753);
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .banner_area .banner_texto .banner_contenido .page_link a {
    font-size: 14px;
    margin-right: 20px;
  }
}

@media (max-width: 800px) {
  .banner_area .banner_texto .banner_contenido .page_link a {
    font-size: 10px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .banner_area .banner_texto .banner_contenido .page_link a {
    font-size: 8px;
    margin-right: 20px;
  }
}

.banner_area .banner_texto .banner_contenido .page_link a:before {
  content: "/";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.banner_area .banner_texto .banner_contenido .page_link a:hover {
  text-decoration: underline;
}

.banner_area .banner_texto .banner_contenido .page_link .breadcrumb_no_enlace {
  color: #fff
}

.banner_area .banner_texto .banner_contenido .page_link .breadcrumb_no_enlace:hover {
  text-decoration: none;
}

.banner_area .banner_texto .banner_contenido .page_link .breadcrumb_no_enlace_formacion {
  color: rgba(255, 255, 255, 0.753);
}

.banner_area .banner_texto .banner_contenido .page_link .breadcrumb_no_enlace_formacion:hover {
  text-decoration: none;
}

.banner_area .banner_texto .banner_contenido .page_link a:last-child {
  margin-right: 0px;
}

.banner_area .banner_texto .banner_contenido .page_link a:last-child:before {
  display: none;
}

/* ====================================Cierre de banner de inicio======================================================== */

/*========================================Formacion==================================================== */

.formacion_area {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .formacion_area {
    padding-bottom: 40px;
  }
}

.formacion_text {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .formacion_text {
    padding-bottom: 30px;
  }
}

.formacion_cuadro {
  position: relative;
  background: #f9f9ff;
  padding: 40px 36px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 480px) {
  .formacion_cuadro {
    padding: 40px 20px;
  }
}

.formacion_cuadro .icon span {
  font-size: 30px;
}

.formacion_cuadro h4 {
  font-size: 20px;
  font-weight: 500;
}

.formacion_cuadro p {
  margin-bottom: 0px;
}

.formacion_cuadro:hover {
  box-shadow: 0px 10px 30px rgba(0, 35, 71, 0.1);
}

.formacion_cuadro p {
  text-decoration: none;
  color: #808080;
}

/*=====================================Cierre de formacion======================================================= */

/*=================================================Cursos======================================================= */

.curso_cuadro {
  margin-bottom: 50px;
}

#curso_final {
  margin-bottom: 150px;
}

.curso_cuadro .curso_foto {
  overflow: hidden;
}

.curso_cuadro .curso_foto img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.curso_cuadro .curso_contenido {
  background: rgb(255 250 250 / 90%);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 275px;
  padding: 30px 25px;
  color: #081D40;
}

.curso_cuadro .curso_contenido .date {
  color: #081D40;
  padding-right: 15px;
  border-right: 2px solid #081D40;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
}

.curso_cuadro .curso_contenido .date span {
  display: block;
  color: #23CAD3;
  font-size: 28px;
  font-weight: 500;
}

.curso_cuadro .curso_contenido .curso_horalugar {
  padding-left: 15px;
  font-size: 14px;
}

.curso_cuadro .curso_contenido .curso_horalugar p {
  margin-bottom: 0px;
}

.curso_cuadro .curso_contenido .curso_horalugar p span {
  color: #081D40;
  font-size: 13px;
  font-weight: 500;
}

.curso_cuadro:hover img {
  transform: scale(1.1);
}

.curso_cuadro:hover h4 a {
  color: #23CAD3;
}

/*======================================Cierre de cursos====================================================== */

/*===============================Botones CSS============================================================= */

.primer_btn {
  display: inline-block;
  background: #23CAD3;
  padding: 0px 48px;
  color: #081D40;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primer_btn:hover {
  background: #081D40;
  color: #23CAD3;
}

.primer_btn2 {
  display: inline-block;
  background: #081D40;
  padding: 0px 48px;
  color: #23CAD3;
  font-size: 13px;
  font-weight: 500;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid transparent;
  outline: none !important;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primer_btn2:hover {
  background: transparent;
  color: #081D40;
  border: 1px solid #081D40;
}

.primer_btn2.disable {
  color: #2222224d;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #838383;
    border-color: #838383;
}

.btnSave{
  padding: 7px 10px 7px 10px;
  width: 110px;
  font-size: 16px;
}

.access-btn {
  display: inline-block;
  background: #23CAD3;
  padding: 0px 25px;
  color: #081D40;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  border-radius: 5px;
  outline: none !important;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.access-btn:hover {
  background: #081D40;
  color: #23CAD3;
}


/*Boton respuesta foro*/
.accordioncomment {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 1%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  /* width: 9%;
  height: 2%; */
  border-radius: 5px;
}

.activecomment, .accordioncomment:hover {
  /* background-color: #ccc;  */
}

.panelcomment {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
/* Cierre */

/*=====================================Botones CSS======================================================= */

/*=====================================Footer======================================================= */

.footer-area .col-sm-6 {
  margin-bottom: 30px;
}

.footer-area {
  background: #081D40;
}

.footer-area .footer_lista h3 {
  color: white;
  margin-bottom: 35px;
  font-size: 1.5rem;
}

.footer-area .footer_lista h4 {
  color: white;
  margin-bottom: 35px;
}

.footer-area .footer_lista ul li a {
  color: #7b838a;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.footer-area .footer_lista ul li a:hover {
  color: white;
}

.footer-area .footer_lista ul li {
  margin-bottom: 10px;
  list-style: none;
}

.footer-area .footer_lista_encuentranos h3 {
  color: white;
  margin-bottom: 35px;
  font-size: 1.5rem;
}

.footer-area .footer_lista_encuentranos h4 {
  color: white;
  margin-bottom: 35px;
}

.footer-area .footer_lista_encuentranos ul li {
  margin-bottom: 10px;
  list-style: none;
  color: rgba(228, 228, 228, 0.87);
}

/* .footer-area .footer_lista_encuentranos ul li a{
    color: #7b838a;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  } */

.footer_inferior .footer_redes {
  text-align: center;
  margin-top: 15px;
}

.footer-area .footer_inferior .footer_redes {
  text-align: right;
}

.footer-area .footer_inferior .footer_redes a {
  color: #cccccc;
  background: #334f6c;
  width: 20px;
  width: 40px;
  display: inline-table;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-area .footer_inferior .footer_redes a:hover {
  background: #23CAD3;
}

.footer-area .footer_inferior .footer_redes a:hover i {
  color: #081D40;
}

.footer-area .footer_inferior .footer_redes i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .footer-area .footer_inferior .footer_redes {
    text-align: left;
    margin-top: 20px;
  }
}

.text-white {
  padding-top: 30px;
}

/*===================================Cierre de footer========================================================= */

/*===================================Banner inicio  y contacto========================================================= */

.banner_area {
  position: relative;
  background: url(../img/banner35.png) no-repeat center center;
  z-index: 1;
  min-height: 200px;
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  .banner_area .banner_texto .banner_contenido h2 {
    font-size: 35px;
  }
}

@media (max-width: 800px) {
  .banner_area .banner_texto .banner_contenido h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .banner_area .banner_texto .banner_contenido h2 {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .banner_area .banner_texto .banner_contenido h2 {
    font-size: 18px;
  }
}

@media (max-width: 332px) {
  .banner_area .banner_texto .banner_contenido h2 {
    padding-top: 60px;
    font-size: 28px;
  }
}

@media (max-width: 332px) {
  .banner_area {
    position: relative;
    background: url(../img/banner3.png) no-repeat center center;
    z-index: 1;
    min-height: 200px;
    padding-top: 0 !important;
  }
}

@media (max-width: 328px) {
  .banner_area .banner_texto .banner_contenido h2 {
    padding-top: 80px;
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .banner_area .banner_texto .banner_contenido .page_link {
    padding-bottom: 15px;
  }
}

@media (max-width: 220px) {
  .banner_area .banner_texto .banner_contenido h2 {
    padding-top: 60px;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .curso_area .universidad_cuadro .universidad_contenido a {
    min-width: 100px;
    max-height: 50px;
    padding: 0 10px;
  }
}

@media (max-width: 328px) {
  .curso_area .universidad_cuadro .universidad_contenido a {
    font-size: 15px;
  }
}

/*===================================Cierre Banner de Nosotros========================================================= */

/* ==============================Inicio area de Nosotros============================================================== */

.n_articulo .col-lg-6 {
  vertical-align: middle;
  align-self: center;
}

.n_articulo .n_img {
  position: relative;
  z-index: 10;
}

.n_articulo .n_texto {
  padding-top: 0px;
  padding-bottom: 20px;
}

.n_articulo .n_texto .n_texto_recuadro {
  background: #fff;
  padding: 75px 90px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .n_articulo .n_texto .n_texto_recuadro {
    padding: 30px 15px;
  }
}

.n_articulo .n_texto .n_texto_recuadro.left {
  position: relative;
  z-index: 2;
}

.n_articulo .n_texto .n_texto_recuadro.right {
  margin-left: -104px;
  position: relative;
  z-index: 1;
  border: 10px solid #f9f9ff;
}

@media (max-width: 991px) {
  .n_articulo .n_texto .n_texto_recuadro.right {
    margin-left: 0px;
  }
}

.n_articulo .n_texto .n_texto_recuadro h4 {
  color: #081D40;
  font-size: 30px;
  margin-bottom: 15px;
}

.n_articulo .n_texto .n_texto_recuadro p {
  margin-bottom: 30px;
}

.nosotros_area {
  padding-bottom: 40px;
}

/*=========================================Cierre Inicio area de Nosotros=================================================== */

/* =============================================Inicio Area Profesores============================================= */

.profesor_area {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .profesor_area {
    padding-bottom: 40px;
  }
}

.profesor_cuadrado {
  margin-bottom: 30px;
}

.profesor_cuadrado .thumb {
  position: relative;
}

.profesor_cuadrado .meta-text {
  background: #f9f9ff;
  padding: 20px 25px;
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.13);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #ffffff;
}

@media (max-width: 991px) {
  .profesor_cuadrado .meta-text {
    padding: 20px 20px;
  }
}

.profesor_cuadrado .meta-text h4 {
  font-size: 20px;
  margin-bottom: 0px;
}

.profesor_cuadrado .meta-text .categoria {
  font-size: 14px;
  margin-bottom: 30px;
}

.profesor_cuadrado .meta-text a {
  font-size: 14px;
  margin: 0 10px;
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.profesor_cuadrado .meta-text a:hover {
  color: #23CAD3;
}

.profesor_cuadrado:hover .meta-text {
  box-shadow: 0px 10px 30px rgba(0, 35, 71, 0.15);
}

/* ========================================Cierre Area Profesores==================================================== */

/* ======================================== Formulario contacto ==================================================== */

.titulo_contacto {
  text-align: left;
  margin-bottom: 60px;
}

.subtitulo_contacto {
  text-align: left;
  margin-bottom: 15px;
}

.contacto_area {
  padding-bottom: 100px;
}

.contacto_info {
  padding-left: 40px;
}

.contacto_info .contacto_icono {
  position: relative;
  padding-left: 45px;
}

.contacto_info .contacto_icono i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #081D40;
  font-weight: 600;
}

.contacto_info .contacto_icono i .flaticon ::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #081D40;
  font-weight: 600;
}

.contacto_info .contacto_icono h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  color: #081D40;
}

.contacto_info .contacto_icono h6 a {
  color: #081D40;
}

.contacto_info .contacto_icono p {
  font-size: 14px;
  line-height: 24px;
  padding: 2px 0px;
}

.contacto_formulario .form-group {
  margin-bottom: 10px;
}

.contacto_formulario .form-group .form-control {
  line-height: 26px;
  color: #000000;
  border: 1px solid #eeeeee;
  font-family: "Roboto", sans-serif;
  border-radius: 0px;
  padding-left: 20px;
}

.contacto_formulario .form-group .form-control:focus {
  box-shadow: none;
  border-color: #081D40;
  outline: none;
}

.contacto_formulario .form-group .form-control.is-invalid {
  border: 1px solid #dc3545;
}

.contacto_formulario .form-group .form-control.placeholder {
  color: #999;
  font-size: 13px;
}

.contacto_formulario .form-group .form-control:-moz-placeholder {
  color: #999;
  font-size: 13px;
}

.contacto_formulario .form-group .form-control::-moz-placeholder {
  color: #999;
  font-size: 13px;
}

.contacto_formulario .form-group .form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 13px;
}

.contacto_formulario .form-group textarea {
  resize: none;
}

.contacto_formulario .form-group textarea.form-control {
  height: 250px;
}

.contacto_formulario .primer_btn {
  margin-top: 20px;
  cursor: pointer;
}

@media(max-width:991px) {
  .contacto_info {
    padding-top: 20px;
  }
}

.help-block {
  color: #dc3545;
  font-size: 14px;
}

/* ========================================Errores formulario==================================================== */

.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.closebtn{
  float: right;
  position: relative;
  right: -15px;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #23CAD3;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* ========================================Cierre errores formulario==================================================== */

/* ======================================Detalles de curso====================================================== */

.detalles_curso_area .detalles_curso_titulo {
  font-size: 21px;
  border: none;
  margin-top: 40px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

.detalles_curso_area .detalles_curso_titulo:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 74px;
  background: #23CAD3;
}

.detalles_curso_info .course_list {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .detalles_curso_info .course_list {
    padding-left: 0;
  }
}

.detalles_curso_info .course_list li {
  list-style: none;
  margin-bottom: 20px;
}

.detalles_curso_info .course_list li .primary-btn {
  background: #f9f9f9;
  color: #7b838a;
  box-shadow: none;
  font-size: 12px;
  border-radius: 0px;
}

.detalles_curso_info .course_list li .primary-btn:hover {
  background: #23CAD3;
  color: #ffffff;
}

@media (max-width: 575px) {
  .detalles_curso_info .course_list li .primary-btn {
    min-width: 100px;
    font-size: 10px;
    padding: 0 10px;
  }
}

.detalles_curso_info .course_list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .detalles_curso_matricula {
    margin-top: 50px;
  }
}

.detalles_curso_matricula ul {
  padding-left: 0;
}

.detalles_curso_matricula ul li {
  list-style: none;
  background: #f9f9f9;
  padding: 10px 22px;
  margin-bottom: 10px;
}

.detalles_curso_matricula ul li a {
  color: #7b838a;
  text-align: left;
}

.detalles_curso_matricula ul li a p {
  margin-bottom: 0px;
}

.detalles_curso_matricula ul li .or {
  color: #081D40;
  font-weight: 500;
}

.detalles_curso_matricula .matriculate_btn {
  margin-top: 10px;
  width: 100%;
  color: white
}

.detalles_curso_matricula .matriculate_btn:hover {
  margin-top: 10px;
  width: 100%;
  color: #04091e;
}

.detalles_curso_matricula .matriculate_btn_disabled {
  margin-top: 10px;
  width: 100%;
  color: #081D40;
  background: #f9f9f9;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.detalles_curso_matricula .matriculate_btn_disabled2 {
  margin-top: 10px;
  width: 100%;
  color: #081D40;
  background: #d1dbe8;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.lista_competencias {
  list-style: none;
  padding: 0;
  margin-left: 10px;
}

#lista_competencias2 {
  margin-left: 50px;
}

.competencia {
  padding-bottom: 10px;
}

.competencia::before {
  content: "\25EF";
  padding-right: 8px;
  color: #23CAD3;
}

/* ======================================Cierre detalles de curso====================================================== */

/* ======================================Grados====================================================== */

.universidad_cuadro {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-bottom: 40px;
}

.universidad_cuadro .universidad_foto {
  position: relative;
  overflow: hidden;
}

.universidad_cuadro .universidad_foto img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.universidad_cuadro .universidad_contenido {
  padding: 30px 26px;
  background: #f9f9ff;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.universidad_cuadro .universidad_contenido h4 {
  font-size: 20px;
  font-weight: 500;
}

.universidad_cuadro .universidad_contenido h4 a {
  color: #081D40;
}

.universidad_cuadro .universidad_contenido p {
  margin: 0;
}

.universidad_cuadro .universidad_contenido .universidad_descripcion {
  margin-top: 25px;
}

.universidad_cuadro .universidad_contenido .universidad_descripcion .meta_info a {
  color: #081D40;
}

.boton {
  display: inline-block;
  text-align: center;
  align-items: center;
}

.universidad_cuadro .asignatura_btn {
  margin-top: 30px;
  color: #081D40;
  background-color: #B5DDED;
}

.universidad_cuadro .asignatura_btn:hover {
  margin-top: 30px;
  color: #04091e;
}

/* ======================================Cierre Grados====================================================== */

/* ========================================== Inicio Lista asignaturas ===================================== */

.listaasignaturas_area .detalles_curso_titulo {
  font-size: 21px;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #081D40;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

.detalles_curso_titulo .course_list {
  margin-bottom: 0;
}

.listaasignaturas_area {
  padding-bottom: 50px;
}

.detalles_curso_info .course_list li {
  list-style: none;
  margin-bottom: 20px;
}

.orangeli {
  background: #fb9403 !important;
  color: #081D40;
}

.redli {
  background: #fb0303 !important;
  color: #fff;
}

.detalles_curso_info .course_list li .primer_btn {
  background: #B5DDED;
  color: #081D40;
  box-shadow: none;
  font-size: 12px;
  border-radius: 0px;
}

.detalles_curso_info .course_list .primer_btn:hover {
  background: #081D40;
  color: #B5DDED;
}

/* ========================================== Cierre Lista asignaturas ===================================== */

/* ===================================BOTÓN VER DETALLES LISTA ASIGNATURAS================================== */

@media (max-width: 575px) {
  .detalles_curso_info .course_list {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .detalles_curso_info .course_list li .primer_btn {
    min-width: 100px;
    max-height: 50px;
    font-size: 10px;
    padding: 0 10px;
  }
}

/* ========================================== Registro ===================================== */

#disponibilidad {
  height: 100px;
}

#comentarios {
  height: 125px;
}

/* ========================================== Cierre Registro ===================================== */

/* ========================================== Privacidad ===================================== */

.politica_privacidad {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (max-width: 600px) {
  .politica_privacidad {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ========================================== Cierre Privacidad ===================================== */

/* ========================================== Aviso legal ===================================== */

.aviso_legal {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (max-width: 600px) {
  .aviso_legal {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ========================================== Cierre Aviso legal ===================================== */

/* ===================================Inicio Politica de Cookies================================== */

.politica_cookies {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (max-width: 600px) {
  .politica_cookies {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

figure {
  padding-top: 20px;
  margin: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
}

table, td, th {
  border: 1px solid rgba(0, 0, 0, .1);
}

td, th {
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.politica_cookies ul {
  padding-left: 50px;
}

.politica_cookies ul li a {
  color: #081D40;
}

.politica_cookies ul li a:hover {
  color: #e9b831;
}

.politica_cookies p a {
  color: #081D40;
}

.politica_cookies p a:hover {
  color: #e9b831;
}

#tabla {
  overflow: scroll;
}

/* ===================================Cierre Politica de Cookies================================== */

/* ===================================Inicio Terminos y Condiciones================================== */

.terminos_condiciones {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (max-width: 600px) {
  .terminos_condiciones {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ===================================Cierre Terminos y Condiciones================================== */

/* ===================================FAQ================================== */

#faq {
  padding-top: 70px;
  padding-bottom: 50px;
}

#faq ul li a {
  color: #7b838a;
}

#faq .list-group-item.active a {
  color: white;
}

.list-group-item.active {
  background-color: #081D40;
}

.hk-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 576px) {
  .mt-sm-60 {
    margin-top: 60px !important;
  }
}

.card {
  margin-bottom: 30px;
}

.card .card-header {
  background: transparent;
  border: none;
}

.card__promotion {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #081D40;;
  width: 10rem;
  height: 2.25rem;
  background: #e9b831;
  border-radius: 5px;
  position: absolute;
  left: -1rem;
  top: 0.5rem;
  transform: rotate(-15deg);
  transition: transform 0.25s cubic-bezier(.29,-0.54,.81,.95);
  line-height: 1;
  box-shadow: var(--box-shadow);
}

.card:hover .card__promotion {
  transform: rotate(0deg);
}

.card__red {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #081D40;;
  width: 10rem;
  height: 2.25rem;
  background: #fb0303;
  border-radius: 5px;
  position: absolute;
  left: -1rem;
  top: 0.5rem;
  transform: rotate(-15deg);
  transition: transform 0.25s cubic-bezier(.29,-0.54,.81,.95);
  line-height: 1;
  box-shadow: var(--box-shadow);
}

.card:hover .card__red {
  transform: rotate(0deg);
}

.accordion.accordion-type-2 .card .card-header>a {
  background: transparent;
  color: #23CAD3;
  padding-left: 50px;
}

.accordion .card .card-header>a.collapsed {
  color: #324148;
  background: transparent;
}

.accordion .card .card-header>a {
  background: #081D40;
  color: #fff;
  font-weight: 500;
  padding: .75rem 1.25rem;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.badge.badge-light {
  background: #eaecec;
  color: #324148;
}

.badge {
  font-weight: 500;
  border-radius: 4px;
  padding: 5px 7px;
  font-size: 72%;
  letter-spacing: 0.3px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
}

.ml-15 {
  margin-left: 15px !important;
}

.accordion.accordion-type-2 .card .card-header>a.collapsed:after {
  content: "\f158";
}

.accordion.accordion-type-2 .card .card-header>a::after {
  display: inline-block;
  font: normal normal normal 14px/1 'Ionicons';
  /* speak: none; */
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  position: absolute;
  content: "\f176";
  font-size: 21px;
  top: 15px;
  left: 20px;
}

.mr-15 {
  margin-right: 15px !important;
}

.table {
  margin: 0;
}

.table-responsive.table--no-card {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.table-earning thead th {
  background: #333;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  padding: 22px 40px;
  white-space: nowrap;
}

.table-earning thead th.text-right {
  padding-left: 15px;
  padding-right: 65px;
}

.table-earning tbody td {
  color: #808080;
  padding: 12px 40px;
  white-space: nowrap;
}

.table-earning tbody td.text-right {
  padding-left: 15px;
  padding-right: 65px;
}

.table-earning tbody tr:hover td {
  color: #555;
  cursor: pointer;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

.table-striped tbody tr:hover {
  background-color: #e2e2e2;
}

.table-top-countries tbody td {
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  padding: 14px 5px;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.table-top-countries tbody tr:last-child td {
  border-bottom: none;
}

.table-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1519px) {
  .table-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .table-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.table-style1 {
  max-width: 280px;
  margin-bottom: 30px;
}

.table-style1 .table tr:last-child td {
  border-bottom: none;
}

.table-style1 .table tr td:last-child {
  padding-right: 30px;
}

.table-style1 .table td {
  font-size: 14px;
  color: #808080;
  border-top: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 6px;
  vertical-align: middle;
}

.table-data {
  height: 472px;
  overflow-y: auto;
}

.table-data thead tr td {
  font-size: 12px;
  font-weight: 600;
  color: #808080;
  text-transform: uppercase;
}

.table-data .table td {
  border-top: none;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 23px;
  padding-bottom: 33px;
  padding-left: 40px;
  padding-right: 10px;
}

.table-data .table tr td:last-child {
  padding-right: 24px;
}

.table-data tbody tr:hover td .more {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.table-data__info h6 {
  font-size: 14px;
  color: #808080;
  text-transform: capitalize;
  font-weight: 400;
}

.table-data__info span a {
  font-size: 12px;
  color: #999;
}

.table-data__info span a:hover {
  color: #666;
}

/* .hover-table:hover td:nth-of-type(1n+1){
	background-color:rgba(146, 146, 254, 0.135);
  cursor: pointer;
} */

.more {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #e5e5e5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.more i {
  font-size: 20px;
  color: #808080;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.role {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: capitalize;
}

.role.admin {
  background: #fa4251;
}

.role.user {
  background: #00b5e9;
}

.role.member {
  background: #57b846;
}

.role-sm {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: capitalize;
}

.role-sm.admin {
  background: #fa4251;
}

.role-sm.user {
  background: #00b5e9;
}

.role-sm.member {
  background: #57b846;
}

.table-top-campaign.table td {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 12px 6px;
}

.table-top-campaign.table tr td:first-child {
  color: #808080;
}

.table-top-campaign.table tr td:last-child {
  color: #4272d7;
  text-align: right;
}

.table-top-campaign.table tr:last-child td {
  border-bottom: none;
}

@media (min-width: 1200px) {
  .table-responsive-data2 {
    overflow: visible;
  }
}

.table-data2 {
  border-collapse: collapse;
  overflow: visible;
}

.table-data2.table thead th {
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  vertical-align: top;
  padding: 15px 40px;
  padding-right: 10px;
}

.table-data2.table thead th:first-child {
  padding-right: 0;
}

.table-data2.table tbody {
  background: #fff;
}

.table-data2.table tbody tr td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.table-data2.table tbody tr td:first-child .au-checkbox {
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .table-data2.table tbody tr td:first-child {
    vertical-align: middle;
  }
  .table-data2.table tbody tr td:first-child .au-checkbox {
    margin-top: 0;
  }
}

.table-data2.table tbody tr td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  padding-right: 35px;
}

.table-data2.table tbody td {
  font-size: 14px;
  color: #808080;
  vertical-align: middle;
  padding: 25px 40px;
  padding-right: 10px;
  border: none;
}

.table-data2.table tbody td.desc {
  color: #4272d7;
}

.table-data2 .spacer {
  height: 5px;
  background: transparent;
}

.table-data2 tbody td.process {
  color: #00ad5f;
}

.table-data2 tbody td.warning {
  color: #cb9904;
}

.table-data2 tbody td.denied {
  color: #fa4251;
}

@media (min-width: 1200px) {
  .table-responsive-data4 {
    overflow: visible;
  }
}

.table-data4 {
  border-collapse: collapse;
  overflow: visible;
}

.table-data4.table thead th {
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  vertical-align: top;
  padding: 15px 40px;
  padding-right: 10px;
}

.table-data4.table thead th:first-child {
  padding-right: 0;
}

.table-data4.table tbody {
  background: #fff;
}

.table-data4.table tbody tr td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.table-data4.table tbody tr td:first-child .au-checkbox {
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .table-data4.table tbody tr td:first-child {
    vertical-align: middle;
  }
  .table-data4.table tbody tr td:first-child .au-checkbox {
    margin-top: 0;
  }
}

.table-data4.table tbody tr td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  padding-right: 35px;
}

.table-data4.table tbody td {
  font-size: 14px;
  color: #808080;
  vertical-align: middle;
  padding: 25px 22px;
  padding-right: 10px;
  border: none;
}

.table-data4.table tbody td.desc {
  color: #4272d7;
}

.table-data4 .spacer {
  height: 5px;
  background: transparent;
}

.table-data4 tbody td.process {
  color: #00ad5f;
}

.table-data4 tbody td.warning {
  color: #cb9904;
}

.table-data4 tbody td.denied {
  color: #fa4251;
}

.tr-shadow {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.table-data__tool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
}

.table-data__tool .table-data__tool-left>div {
  margin-right: 12px;
}

.table-data__tool .table-data__tool-right>button {
  margin-right: 12px;
}

@media (max-width: 991px) {
  .table-data__tool {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-data__tool .table-data__tool-right {
    margin-top: 10px;
  }
  .table-data__tool .table-data__tool-right>button {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.table-data-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: left;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: left;
}

.table-data-feature .item {
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #e5e5e5;
  margin-right: 5px;
  border: none;
}

.table-data-feature .item:last-child {
  margin-right: 0;
}

.table-data-feature .item i {
  font-size: 20px;
  color: #808080;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-email {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  background: #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 30px;
  padding: 0 14px;
}

.status--process {
  color: #00ad5f;
}

.status--warning {
  color: #cb9904;
}

.status--denied {
  color: #fa4251;
}

.table-data3 thead {
  background: #333;
}

.table-data3 thead tr th {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 18px 40px;
  padding-right: 10px;
}

.table-data3 thead tr th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.table-data3 thead tr th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.table-data3 thead tr th:last-child {
  text-align: right;
  padding-right: 50px;
}

.table-data3 tbody tr td:last-child {
  text-align: right;
  padding-right: 50px;
}

.table-data3 tbody tr {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.table-data3 tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}

.table-data3 tbody tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}

.table-data3 tbody td {
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  font-size: 14px;
  color: #808080;
  padding: 12px 40px;
  padding-right: 10px;
}

.table-data3 tbody td.process {
  color: #00ad5f;
}

.table-data3 tbody td.warning {
  color: #cb9904;
}

.table-data3 tbody td.denied {
  color: #fa4251;
}

/* ===================================Cierre FAQ================================== */

/* ==============================LOGIN============================================*/

.page-wrapper {
  overflow: hidden;
  background: #e5e5e5;
}

@media (max-width: 991px) {
  .page-wrapper {
    overflow: auto;
    background: #e5e5e5;
  }
}

.page-margin-top80 {
  margin-top: 80px;
}

.login-wrap {
  max-width: 540px;
  padding-top: 8vh;
  margin: 0 auto;
  margin-bottom: 65px;
}

.login-logo {
  text-align: center;
  margin-bottom: 30px;
}

.login-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login-checkbox label input[type="checkbox"] {
  margin-right: 8px;
}

.login-checkbox>label>a {
  color: #ff2e44;
}

@media (max-width: 991px) {
  .login-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.login-form .form-group label {
  display: block;
}

.login-content {
  background: #fff;
  padding: 30px 30px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.au-input {
  line-height: 43px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #666;
  padding: 0 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.au-input--style2 {
  color: #808080;
  line-height: 43px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 0 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.au-input--full {
  width: 100%;
}

.au-btn--yellow {
  background: #23CAD3;
}

.au-btn--block {
  display: block;
  width: 100%;
}

.au-btn {
  line-height: 45px;
  padding: 0 35px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.au-btn--yellow:hover {
  background: #081D40;
}

.register-link {
  padding-top: 25px;
  text-align: center;
  font-size: 14px;
}

.register-link>p>a {
  color: #081D40;
}

/* ============================Cierre LOGIN======================================*/

/* =========================== USER AREA =======================================*/

.menu-sidebar2 {
  width: 300px;
  position: fixed;
  left: 0;
  top: 80px;
  bottom: -80px;
  background: #fff;
  overflow-y: auto;
}

.menu-sidebar2 .logo {
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #365cad;
  padding: 0 35px;
}

@media (max-width: 991px) {
  .menu-sidebar2 {
    top: 0;
    right: -300px;
    left: auto;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .menu-sidebar2.show-sidebar {
    right: 0;
  }
}

.menu-sidebar2__content {
  height: -webkit-calc(100vh - 75px);
  height: -moz-calc(100vh - 75px);
  height: calc(100vh - 75px);
  border-right: 1px solid #e5e5e5;
  position: relative;
}

.account2 {
  padding: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #f2f2f2;
}

.account2 .name {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.account2>a {
  font-size: 14px;
  color: #999;
}

.account2>a:hover {
  color: #666;
}

img {
  max-width: 100%;
  height: auto;
}

.img-cir {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.img-40 {
  height: 40px;
  width: 40px;
}

.img-120 {
  width: 120px;
  height: 120px;
}

ul {
  margin: 0;
}

.navbar-sidebar2 .navbar__list li {
  position: relative;
  cursor: pointer;
}

.navbar-sidebar2 .navbar__list li .arrow {
  position: absolute;
  right: 15px;
  top: 0;
  text-align: center;
  vertical-align: middle;
  height: 63px;
  width: 63px;
  line-height: 63px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-sidebar2 .navbar__list li .arrow.up {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navbar-sidebar2 .navbar__list li .arrow i {
  font-size: 16px;
  color: #999;
}

.navbar-sidebar2 .navbar__list li:hover>a {
  color: #69BAAE;
}

.navbar-sidebar2 .navbar__list li a {
  font-size: 16px;
  color: #555;
  display: block;
  padding: 18px 35px;
  border-bottom: 1px solid #f2f2f2;
}

.navbar-sidebar2 .navbar__list li a>i {
  margin-right: 20px;
}

.navbar-sidebar2 .navbar__list li.active>a {
  color: #23CAD3;
}

.navbar-sidebar2 .navbar__sub-list {
  display: none;
}

.navbar-sidebar2 .navbar__sub-list li {
  background: #f5f5f5;
}

.navbar-sidebar2 .navbar__sub-list li a {
  border-color: #ebebeb;
}

.has-sub {
  position: relative;
}

.page-container {
  background: #e5e5e5;
  padding-left: 300px;
}

@media (max-width: 991px) {
  .page-container {
    position: relative;
    top: 88px;
    padding-left: 0;
  }
}

.page-container2 {
  background: #f2f2f2;
  padding-left: 300px;
}

@media (max-width: 991px) {
  .page-container2 {
    position: relative;
    padding-left: 0;
  }
}

.page-container3 {
  background: #f7f7f7;
}

.main-content {
  padding-top: 116px;
  min-height: 100vh;
}

@media (max-width: 991px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.section__content {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.section__content--w1830 {
  max-width: 1830px;
}

.section__content--p30 {
  padding: 0 30px;
}

@media (max-width: 991px) {
  .section__content--p30 {
    padding: 0;
  }
}

.section__content--p35 {
  padding: 0 35px;
}

.overview-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .overview-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .overview-wrap .button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .overview-wrap h2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.overview-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1519px) {
  .overview-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.overview-item--c1 {
  background-image: -moz-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
  background-image: -webkit-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
  background-image: -ms-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
}

.overview-item--c2 {
  background-image: -moz-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
  background-image: -webkit-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
  background-image: -ms-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
}

.overview-item--c3 {
  background-image: -moz-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
  background-image: -webkit-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
  background-image: -ms-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
}

.overview-item--c4 {
  background-image: -moz-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
  background-image: -webkit-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
  background-image: -ms-linear-gradient(90deg, #23CAD3 0%, #69BAAE 100%);
}

.overview-box .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.overview-box .icon i {
  font-size: 60px;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .overview-box .icon {
    margin-right: 3px;
  }
  .overview-box .icon i {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .overview-box .icon {
    font-size: 46px;
  }
}

.overview-box .text {
  font-weight: 300;
  display: inline-block;
}

.overview-box .text h2 {
  font-weight: 300;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 5px;
}

.overview-box .text span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .overview-box .text {
    display: inline-block;
  }
  .overview-box .text h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .overview-box .text span {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .overview-box .text h2 {
    font-size: 26px;
  }
  .overview-box .text span {
    font-size: 15px;
  }
}

.overview-chart {
  height: 115px;
  position: relative;
}

.overview-chart canvas {
  width: 100%;
}

.title--sbold {
  font-weight: 600;
}

.title-1 {
  /* text-transform: capitalize; */
  font-weight: 400;
  font-size: 30px;
}

.title-2 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}

.title-3 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
  color: #333;
}

.title-3 i {
  margin-right: 13px;
  vertical-align: baseline;
}

.title-4 {
  font-weight: 500;
  font-size: 30px;
  color: #393939;
}

.title-5 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  color: #393939;
}

.title-6 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.heading-title {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.au-card {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  padding-right: 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.au-card--border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.au-card--border .au-card-title {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.au-card--border .au-card-title .bg-overlay {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.au-card-bordered {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 40px;
  padding-top: 42px;
  padding-right: 55px;
  margin-bottom: 40px;
}

.au-card--bg-blue {
  background-image: -moz-linear-gradient(90deg, #396afc 0%, #2948ff 100%);
  background-image: -webkit-linear-gradient(90deg, #396afc 0%, #2948ff 100%);
  background-image: -ms-linear-gradient(90deg, #396afc 0%, #2948ff 100%);
}

.au-card-top-countries {
  padding: 40px;
  padding-top: 25px;
  padding-bottom: 29px;
}

.au-card--no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.au-card--no-pad {
  padding: 0;
}

.au-card-title {
  position: relative;
  padding: 40px;
  padding-top: 45px;
  padding-bottom: 47px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.au-card-title .bg-overlay {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.bg-overlay--blue {
  background: #081D40;
}

.au-card-title h3 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 400;
}

.au-card-title h3 i {
  color: #fff;
  font-size: 24px;
  margin-right: 12px;
}

.au-task {
  color: #808080;
}

.au-task--border .au-task__title {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.au-task--border .au-task-list {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.au-task--border .au-task__footer {
  border: 1px solid #e5e5e5;
  border-top: none;
}

.au-task__title {
  padding: 27px 15px;
  padding-left: 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}

.au-task-list {
  height: 424px;
  position: relative;
  overflow-y: auto;
}

.au-task__item {
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.au-task__item:hover {
  background: #f7f7f7;
}

.au-task__item-inner {
  padding: 26px 15px;
  padding-left: 40px;
}

.au-task__item-inner .task {
  font-size: 16px;
  margin-bottom: 6px;
}

.au-task__item-inner .task a {
  font-size: 16px;
  color: #808080;
  font-weight: 400;
}

.au-task__item-inner .task a:hover {
  color: #333;
}

.au-task__item-inner .time {
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
}

.au-task__item--danger .au-task__item-inner {
  border-left: 3px solid #fa4251;
}

.au-task__item--warning .au-task__item-inner {
  border-left: 3px solid #ffa037;
}

.au-task__item--primary .au-task__item-inner {
  border-left: 3px solid #4272d7;
}

.au-task__item--success .au-task__item-inner {
  border-left: 3px solid #00ad5f;
}

.au-task__footer {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 45px;
}

.au-message__footer {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 45px;
}

.au-message p {
  color: #808080;
}

.au-message-list {
  height: 424px;
  position: relative;
  overflow-y: auto;
}

.au-message__noti {
  padding: 25px 15px;
  padding-left: 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f2f2f2;
}

.au-message__noti p {
  font-size: 14px;
}

.au-message__noti p span {
  font-weight: 600;
}

.au-message__item {
  border-bottom: 1px solid #f2f2f2;
  /* cursor: pointer; */
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.au-message__item:hover {
  background: #f7f7f7;
}

.au-message__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 40px;
  padding-right: 50px;
  padding-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .au-message__item-inner {
    padding: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .au-message__item-inner {
    padding: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.au-message__item-time {
  margin-top: 26px;
}

.au-message__item-time span {
  font-size: 14px;
  color: #808080;
}

.au-message__item-text .text {
  margin-left: 60px;
  padding: 7px 0;
  padding-left: 23px;
}

.au-message__item-text .text .name {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin-bottom: 2px;
}

.au-message__item-text .text p {
  color: #808080;
}

@media (max-width: 767px) {
  .au-message__item-text .text {
    margin: 0;
    padding: 0;
  }
}

.avatar-wrap {
  position: relative;
  float: left;
}

@media (max-width: 767px) {
  .avatar-wrap {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
}

.avatar {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.logoevent {
  height: 50px;
  width: 260px;
}

.avatar--normal {
  height: 80px;
  width: 100px;
}

.avatar--small {
  height: 50px;
  width: 50px;
}

.avatar--smallround {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.avatar--tiny {
  height: 32px;
  width: 32px;
}

.avatar--tinyround {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.avatar--tiny::after {
  display: none;
}

.au-message__item.unread .au-message__item-inner {
  border-left: 3px solid #999;
}

.au-message__item.unread .au-message__item-text .text .name {
  color: #333;
}

.au-message__item.unread .au-message__item-text .text p {
  color: #333;
}

.au-chat--border .au-chat__title {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.au-chat--border .au-chat__content {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.au-chat--border .au-chat-textfield {
  border: 1px solid #e5e5e5;
  border-top: none;
}

.au-chat__title {
  border-bottom: 1px solid #f2f2f2;
}

.au-chat-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 40px;
}

.au-chat-info .avatar-wrap {
  float: none;
  display: inline-block;
  margin-bottom: 0;
}

.au-chat-info .nick {
  margin-left: 15px;
}

.au-chat-info .nick a {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.au-chat-info .nick a:hover {
  color: #666;
}

.au-chat__content {
  height: 400px;
  overflow: auto;
  padding: 30px 40px;
  padding-bottom: 0;
  position: relative;
}

.au-chat__content2 .recei-mess {
  max-width: 240px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
}

.au-chat__content2 .send-mess {
  max-width: 240px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
}

.mess-time {
  font-size: 14px;
  color: #999;
}

.recei-mess-wrap {
  text-align: center;
}

.recei-mess {
  background: #f2f2f2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 12px 25px;
  max-width: 390px;
  margin-bottom: 2px;
  text-align: left;
}

.recei-mess__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}

.recei-mess__inner .avatar--tiny {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  justify-self: flex-start;
  margin-right: 10px;
}

.recei-mess-list {
  width: -webkit-calc(100% - 42px);
  width: -moz-calc(100% - 42px);
  width: calc(100% - 42px);
}

.recei-mess-list .recei-mess:last-child {
  margin-bottom: 0;
}

.send-mess-wrap {
  text-align: center;
  margin-top: 20px;
}

.send-mess__inner {
  margin-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.send-mess {
  background: #4272d7;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 12px 25px;
  max-width: 390px;
  margin-bottom: 2px;
  text-align: left;
}

.au-chat-textfield {
  padding: 40px;
  padding-top: 32px;
  padding-bottom: 50px;
}

.au-inbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.au-inbox-wrap.show-chat-box {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.au-message {
  width: 50%;
}

.au-chat {
  width: 50%;
}

.au-btn {
  line-height: 45px;
  padding: 0 35px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.au-btn:hover {
  color: #fff;
  background: #3868cd;
}

.au-btn--blue2 {
  color:#ffffff !important;
  background: #00aced;
  background-color: #00aced !important;
}

.au-btn--blue2:hover {
  color:#ffffff !important;
  background: #00a2e3;
}

.au-btn--block {
  display: block;
  width: 100%;
}

.au-btn-icon i {
  vertical-align: baseline;
  margin-right: 5px;
}

.au-btn--blue {
  background: #4272d7;
}

.au-btn--green {
  color:#ffffff !important;
  background: #63c76a;
  background-color: #63c76a !important;
}

.au-btn--green:hover {
  color:#ffffff !important;
  background: #59bd60 !important;
}

.au-btn--red {
  color:#ffffff !important;
  background: #d72222;
  background-color: #d72222 !important;
}

.au-btn--red:hover {
  color:#ffffff !important;
  background: #c94646 !important;
}

.au-btn--yellow {
  background: #23CAD3;
}

.au-btn--yellow:hover {
  background: #081D40;
}

.au-btn-plus {
  position: absolute;
  height: 45px;
  width: 45px;
  background: #63c76a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -22.5px;
  right: 45px;
  z-index: 3;
  border: none;
  cursor: pointer;
}

.au-btn-plus i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
}

.au-btn-plus:hover {
  background: #59bd60;
}

.au-btn-close {
  position: absolute;
  height: 20px;
  width: 20px;
  background: #b90000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -4.5px;
  right: 45px;
  z-index: 3;
  border: none;
  cursor: pointer;
}

.au-btn-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
}

.au-btn-close:hover {
  background: #b61414;
}

.au-btn-load {
  background: #808080;
  padding: 0 40px;
  font-size: 15px;
  color: #fff;
}

.au-btn-load:hover {
  background: #767676;
}

.au-btn-filter {
  font-size: 14px;
  color: #808080;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  padding: 0 15px;
  line-height: 40px;
  text-transform: capitalize;
}

.au-btn-filter i {
  margin-right: 5px;
}

.au-btn--small {
  padding: 0 20px;
  line-height: 40px;
  font-size: 14px;
}

.task-progress {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 40px;
  padding-top: 42px;
  padding-right: 55px;
  padding-bottom: 74px;
  margin-bottom: 40px;
}

.task-progress .title-3 {
  margin-bottom: 32px;
}

.task-progress .au-progress {
  padding: 11px 0;
}

.recent-report2 {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 40px;
  padding-top: 42px;
  padding-right: 55px;
  padding-bottom: 51px;
  margin-bottom: 40px;
}

.recent-report2 .recent-rep2-chart {
  height: 230px;
}

.recent-report2 .chart-info {
  margin-bottom: 45px;
}

@media (min-width: 992px) and (max-width: 1519px) {
  .recent-report2 .chart-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .recent-report2 .chart-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.recent-report2 .chart-info__left {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: -5px;
}

@media (min-width: 992px) and (max-width: 1519px) {
  .recent-report2 .chart-info__left {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .recent-report2 .chart-info__left {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.user-data {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding-top: 44px;
}

.user-data .title-3 {
  padding-left: 40px;
  padding-right: 55px;
}

.user-data .filters {
  padding-left: 40px;
  padding-right: 55px;
}

.user-data__footer {
  padding: 29px 0;
  text-align: center;
}

.map-data {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 40px;
  padding-top: 44px;
  padding-right: 60px;
}

.recent-report3, .chart-percent-3 {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.recent-report3 .title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 27px;
}

.recent-report3 .title-wrap .chart-info-wrap {
  margin-top: 3px;
}

.recent-report3 .title-wrap .chart-note {
  font-size: 14px;
  margin-right: 30px;
}

.chart-percent-3 {
  padding-bottom: 60px;
}

.chart-percent-3 .chart-note {
  display: block;
  font-size: 14px;
}

.inbox-num {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 34px;
  width: 40px;
  height: 30px;
  background: #ff4b5a;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


/* =======================Cierre USER AREA =====================================*/

/* ===============================CHARTS =======================================*/

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.recent-report {
  padding-bottom: 65px;
  margin-bottom: 60px;
}

.chart-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 30px;
  font-size: 14px;
}

.chart-note {
  text-transform: capitalize;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
}

.chart-note .dot {
  margin-right: 7px;
}

.chart-statis {
  display: inline-block;
  margin-right: 35px;
}

.chart-statis i {
  font-size: 18px;
  margin-right: 5px;
}

.chart-statis .label {
  display: block;
  text-transform: capitalize;
  line-height: 1.2;
}

.chart-statis .index {
  font-size: 18px;
  color: #333;
}

.recent-report__chart canvas {
  height: 250px;
  width: 100%;
}

.chart-percent-card {
  margin-bottom: 60px;
  padding-top: 47px;
}

.chart-percent-card .chart-note {
  margin-bottom: 8px;
}

.incre i {
  color: #63c76a;
}

.decre i {
  color: #ff4b5a;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.dot--blue {
  background: #00b5e9;
}

.dot--green {
  background: #00ad5f;
}

.dot--red {
  background: #fa4251;
}

.chart-note-wrap {
  margin-top: 20px;
}

.percent-chart {
  padding-right: 65px;
  padding-bottom: 40px;
  padding-top: 27px;
}

@media (min-width: 992px) and (max-width: 1519px) {
  .percent-chart {
    padding-right: 0;
  }
}

.statistic-chart {
  padding-top: 22px;
}

.statistic-chart-1, .top-campaign, .chart-percent-2 {
  background: #fff;
  padding: 0 40px;
  padding-top: 45px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.statistic-chart-1 {
  padding-bottom: 42px;
  margin-bottom: 40px;
}

.statistic-chart-1-note {
  margin-top: 18px;
  padding-left: 8px;
}

.statistic-chart-1-note span {
  font-size: 14px;
  color: #808080;
}

.statistic-chart-1-note .big {
  font-size: 18px;
  color: #393939;
}

.top-campaign {
  padding-bottom: 97px;
  margin-bottom: 40px;
}

.chart-percent-2 {
  margin-bottom: 40px;
  padding-bottom: 70px;
}

.chart-percent-2 .chart-info {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 30px;
}

.chart-percent-2 .chart-info .chart-note {
  margin-right: 34px;
}

.chart-percent-2 .chart-info .chart-note:last-child {
  margin-right: 0;
}

/* ===========================Cierre CHARTS =====================================*/

/* =============================== 404 Error =======================================*/

.error_area {
  /* padding-bottom: 100px; */
  background-color: #e5e5e5;
  padding-top: 6%;
}

.error404 p {
  font-family: "brockmannmedium";
  /* font-family: "Consolas", "cursive"; */
  font-size: 130px;
  text-align: center;
  letter-spacing: 5px;
  /* background-color: #011f47; */
  /* color: transparent; */
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
  /* -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text; */
  color: #011f47;
  line-height: initial;
}
.error404logo-inline {
  height: 0.9em;           /* altura igual al tamaño de la fuente */
  vertical-align: middle; /* centra verticalmente con el texto */
}
.error404 p span {
  font-size: 1.2em;
  color: #ffcb20;
}

.error404 code {
  /* color: #1a1a1a; */
  /* text-align: center; */
  display: block;
  font-size: 18px;
  margin: 0 30px 20px;
}

.error404 code span {
  color: #058dee;
}

.error404 code i {
  color: #fd971f;
}

.error404 code em {
  color: #f92672;
  font-style: unset;
}

.error404 code b {
  color: #2cb500;
  font-weight: 500;
}

.error404 a {
  color: #8abeb7;
  font-family: monospace;
  font-size: 20px;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block
}

@media screen and (max-width: 880px) {
  .error_area {
    /* padding-bottom: 100px; */
    background-color: #e5e5e5;
    padding-top: 73px;
  }
  .error404 p {
    font-size: 12vw;
  }
}

/* =============================== Cierre 404 Error =======================================*/

/* ===============================  Mensaje POPUP AREAPERSONAL =======================================*/

.popuptext {
  visibility: hidden;
  background-color: #081D40;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  top: 50px;
  right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  width: 300px;
}

.popup .show {
  visibility: visible;
}

#enviar_btn {
  display: inline-block;
  background: #23CAD3;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  padding-left: 15px;
}

#enviar_btn:hover {
  display: inline-block;
  background: #ffbe0c;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  padding-left: 15px;
}

/* =============================== Cierre POPUP AREAPERSONAL =======================================*/

/* ===============================  Upload File  =======================================*/

.inputUploadFile {
  width:10px;
  height:10px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.btnUploadFile {
  margin-top: 8px;
  padding: 4px;
  width: 80px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.lk-fileInput {
  cursor: pointer;
}

.lk-fileInput input {
  display: none;
}
.lk-fileInput span {
  color: #fff;
  margin: 0 0 10px;
  padding: 8px 12px;
  text-decoration: none;
  background: #23CAD3;
  border-radius: 2px;
  font: normal 9.91501416430595px Helvetica;
  
}
.lk-fileInput span:hover {
  background: #69BAAE;
  
}
.lk-fileInput span.withFile:after {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTA5OEU0M0REOUIwMTFFMzg4Q0VDNDEwMTU1QkU0MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTA5OEU0M0VEOUIwMTFFMzg4Q0VDNDEwMTU1QkU0MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMDk4RTQzQkQ5QjAxMUUzODhDRUM0MTAxNTVCRTQxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMDk4RTQzQ0Q5QjAxMUUzODhDRUM0MTAxNTVCRTQxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PolX3bIAAADWSURBVHjadNHNCkFBFMDxSYq9UsoCC4/gZqFEiXLZSKy8nJ2Pja6FB1A8i/KRuEjXfzSXY3DqV3Nnzpx7TqOCIMhjgAkSUJYkRugjG1VKFeGiBgdz9RmOObvgWWEWvOOMlqiu1745u2OsN9No42YOLqigbNbhXgMp2WsdW5NwE8kbVMM8e8ASrlaLjsyJWAPG1HfEP77+DOiLlo6m3VdLOXRFK3qOAoo4iAIdZPQFT/R8ktXQFH/VMVXmlfVL7qzkkIs9hujpl16G42D9Y+gVFvD0+iHAAMR9gu9PEii4AAAAAElFTkSuQmCC');
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

/* ===============================  Mensaje Upload File =======================================*/

/* ===============================  Card Form  =======================================*/

.card-forms {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body p{
  color:#666666;
}

/* ===============================  Cierre Card Form  =======================================*/

/* ===============================  Paginacion  =======================================*/
.page-pagination {
  padding-top: 25px; 
  padding-bottom: 50px;
}
.page-pagination .page-link {
  border-radius: 0;
}
.page-pagination .page-item {
  border: none;
}
.page-pagination .pagination {
  margin-bottom: 0px;
}
.page-link {
  background: transparent;
  font-weight: 400;
}

.page-pagination .page-item.active .page-link {
  background: #23CAD3;
  border-color: transparent;
  color: #fff;
}

.page-pagination .page-item.disabled .page-link {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.page-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8a8a;
  border: none;
}

.page-pagination .page-link i {
  font-weight: 600;
}

.page-pagination .page-item:last-child .page-link,
.page-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.page-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background: #23CAD3;
  border-color: #eee;
}

/* ===============================  Cierre Paginacion  =======================================*/

/* ====================================  Filtros  ===========================================*/

.rs-select2--sm {
  width: 150px;
}

.rs-select2--md {
  width: 200px;
}

.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
  outline: none;
}

.rs-select2--dark {
  display: inline-block;
}

@media (max-width: 767px) {
  .rs-select2--dark {
      display: block;
      margin-right: 0;
      margin-bottom: 10px;
  }
}

.rs-select2--dark .select2-container--default .select2-selection--single {
  border: none;
  outline: none;
  padding-left: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  background: #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rs-select2--dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 14px;
}

.rs-select2--dark .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.rs-select2--dark .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 0;
  right: 13px;
}

.rs-select2--dark .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.rs-select2--dark .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

.rs-select2--dark .select2-container--open .select2-dropdown,
.rs-select2--trans .select2-container--open .select2-dropdown,
.rs-select2--light .select2-container--open .select2-dropdown,
.rs-select2--trans .select2-container--open .select2-dropdown {
  font-size: 14px;
  box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.1);
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #e0e0e0;
  margin-top: 8px;
  overflow: hidden;
}

.rs-select2--dark .select2-container--open .select2-dropdown .select2-results__option ,
.rs-select2--trans .select2-container--open .select2-dropdown .select2-results__option,
.rs-select2--light .select2-container--open .select2-dropdown .select2-results__option {
  padding: 8px 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #4272d7;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.rs-select2--border .select2-container--default .select2-selection--single,

.rs-select2--dark2 .select2-container--default .select2-selection--single {
  background: #555;
}

.rs-select2--light {
  display: inline-block;
}

@media (max-width: 767px) {
  .rs-select2--light {
      display: block;
      margin-right: 0;
      margin-bottom: 10px;
  }
}

.rs-select2--light .select2-container--default .select2-selection--single {
  border: none;
  outline: none;
  padding-left: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.rs-select2--light .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #808080;
  font-size: 14px;
}

.rs-select2--light .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.rs-select2--light .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 0;
  right: 13px;
}

.rs-select2--light .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #808080 transparent transparent transparent;
}

.rs-select2--light .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #808080 transparent;
}

.rs-select2--light v .select2-container--open .select2-dropdown {
  font-size: 14px;
}

.rs-select2--border .select2-container--default .select2-selection--single {
  background: transparent;
  border: 1px solid #e5e5e5;
}

.rs-select2--border .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #808080;
}

.rs-select2--border .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #808080 transparent transparent transparent;
}

.rs-select2--border .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #808080 transparent;
}

.rs-select2--trans .select2-container--default .select2-selection--single {
  border: none;
  outline: none;
}

.rs-select2--trans .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #808080;
  font-size: 14px;
  padding-left: 0;
}

.rs-select2--trans .select2-container--open .select2-dropdown {
  font-size: 14px;
}

/* ===============================  Cierre  Filtros  ========================================*/

 
.single_course {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .single_course .course_head {
    position: relative;
    overflow: hidden; }
    .single_course .course_head img {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .single_course .price {
    position: absolute;
    top: -34px;
    right: 15px;
    z-index: 2;
    color: #081D40;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    width: 65px;
    text-align: center;
    border-radius: 50px;
    background: #23CAD3;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single_course .labelred {
    display: flex;
    justify-content: center;
    z-index: 2;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    width: 10rem;
    height: 2.25rem;
    background: #fb0303;
    border-radius: 5px;
    position: absolute;
    left: -0.5rem;
    top: 1.5rem;
    transform: rotate(-15deg);
    transition: transform 0.25s cubic-bezier(.29,-0.54,.81,.95);
    line-height: 1;
    box-shadow: var(--box-shadow);
  }
  .single_course .labelorange {
    display: flex;
    justify-content: center;
    z-index: 2;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #081D40;;
    width: 10rem;
    height: 2.25rem;
    background: #fb9403;
    border-radius: 5px;
    position: absolute;
    left: -0.5rem;
    top: 1.5rem;
    transform: rotate(-15deg);
    transition: transform 0.25s cubic-bezier(.29,-0.54,.81,.95);
    line-height: 1;
    box-shadow: var(--box-shadow);
  }
  .single_course .price img {
    margin-top: -8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single_course .labelred img {
    margin-top: -8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single_course .labelorange img {
    margin-top: -8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single_course .course_content {
    padding: 30px 26px;
    background: #f9f9ff;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .single_course .course_content .tag {
      padding: 2px 21px;
      font-size: 13px;
      color: #fff;
      background: #081D40;
      text-transform: uppercase; }
    .single_course .course_content h4 {
      font-size: 20px;
      font-weight: 500; }
      .single_course .course_content h4 a {
        color: #081D40; }
    .single_course .course_content p {
      margin: 0; }
    .single_course .course_content .course_meta {
      margin-top: 25px; }
      .single_course .course_content .course_meta .meta_info a {
        color: #081D40; }
  .single_course .authr_meta img {
    width: auto !important;
    display: inline-block !important; }
  .single_course .authr_meta span {
    color: #081D40;
    font-weight: 500; }
  .single_course:hover {
    box-shadow: 0px 10px 30px rgba(0, 35, 71, 0.1); }
    .single_course:hover .course_head img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .single_course:hover .course_content {
      background: #fff; }
    .single_course:hover .price {
      background: #081D40;
      color: #23CAD3; }
    .single_course:hover .labelred {
      transform: rotate(0deg);}
    .single_course:hover .labelorange {
      transform: rotate(0deg);}
    .single_course:hover h4 a {
      color: #23CAD3; }


/* ================================  Whatsapp Links  ========================================*/

.whatsappLink.mobile{
  display: none;
}
@media screen and (max-width:1024px){
  .whatsappLink.desktop {
    display: none;
  }
  .whatsappLink.mobile{
    display: inline;
  }
}
/* =============================  Cierre Whatsapp Links  ====================================*/

/* ===================================  Discord  ============================================*/
.floating-btn {
  z-index: 99999;
  color: white;
  background: #7289da;
  border-color: #7289da;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 2.2rem;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 4.2rem 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.5s ease;
}
.floating-btn .expanded {
  opacity: 0;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  transition: opacity 0.25s ease;
}
.floating-btn:hover {
  width: 13rem;
}
.floating-btn:hover .icon {
  opacity: 0;
}
.floating-btn:hover .expanded {
  opacity: 1;
}
.floating-btn .fa-discord {
  padding-top: .4rem;
}
/* ================================  Cierre Discord  ========================================*/

/* ===================================  Whatsapp  ===========================================*/
.floating-btn-whatsapp{
  z-index: 99999;
  color: white;
  background: #25D366;
  border-color: #25D366;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 2.6rem;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 4.2rem 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.5s ease;
}
.floating-btn-whatsapp .expanded {
  opacity: 0;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  transition: opacity 0.25s ease;
}
.floating-btn-whatsapp:hover {
  width: 13rem;
}
.floating-btn-whatsapp:hover .icon {
  opacity: 0;
}
.floating-btn-whatsapp:hover .expanded {
  opacity: 1;
}
.floating-btn-whatsapp .fa-whatsapp {
  padding-top: 0.0rem;
}
/* ================================  Cierre Whatsapp  =======================================*/


.btn-outline-light {
  color: #6f7177;
  background-color: transparent;
  border-color: #e6e6f2;
}

.btn-outline-light:hover {
  color: #6f7177;
  background-color: #f0f1f8;
  border-color: #cccae0;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  color: #71748d;
  background-color: #f0f0f8;
  border-color: #cccae0;
  box-shadow: 0 0 0 1px rgb(235, 235, 237);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3d405c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover {
  color: #081D40;
  background: #eff6f3;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #081D40;
}

.dropdown-menu {
  background: #fff;
  font-size: 14px;
  color: #3d405c;
  border: 1px solid #e6e6f2;
}

/* Nuevos css */
.cuadradodebe{
  padding:5px;
  margin-top : -2%;
  margin-bottom: auto;
  margin-left: auto;
  text-align: center;
  background-color: #fa4251;
  /* background-color: #00ad5f */
  width: fit-content;
  border: solid 1px rgba(255, 0, 0, 0);
  color: white;
}
.cuadradonodebe{
  padding:5px;
  margin-top : -2%;
  margin-bottom: auto;
  margin-left: auto;
  text-align: center;
  /* background-color: #fa4251; */
  background-color: #00ad5f;
  width: fit-content;
  border: solid 1px rgba(255, 0, 0, 0);
  color: white;
}

.cuadradodevolver{
  padding:5px;
  margin-top : -2%;
  margin-bottom: auto;
  margin-left: auto;
  text-align: center;
  /* background-color: #fa4251; */
  background-color: #d8c900;
  width: fit-content;
  border: solid 1px rgba(255, 0, 0, 0);
  color: rgb(0, 0, 0);
}

.hiddenRow {
  padding: 0 !important;
}

/*  COMMENT AREA */
.comments-area {
  background: #fafafa;
  padding: 50px 30px;
  margin-bottom: 25px; 
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  text-align: left;
  margin-bottom: 20px;
  color: #081D40;
  font-size: 22px;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.comments-area a {
  color: #081D40;
}

.comments-area .comment-list {
  padding-bottom: 25px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }

  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }

  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  max-width: 60px;
  margin-right: 20px;
}

.comments-area .date {
  font-size: 13px;
  color: #777777;
  margin-bottom: 13px;
}

.comments-area .comment {
  color: #777777;
  margin-bottom: 0px;
}

.comments-area .btn-reply {
  background-color: #fff;
  color: #081D40;
  border: 1px solid #eee;
  padding: 2px 18px;
  font-size: 12px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comments-area .btn-reply:hover {
  background: #23CAD3;
  color: #081D40;
}

.comment-form {
  background: #f1f9ff;
  text-align: center;
  padding: 47px 30px 43px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 22px;
  color: #081D40;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  padding: 8px 20px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 14px;
  color: #777777;
  border: 1px solid transparent;
}

.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.comment-form textarea.form-control {
  height: 140px;
  resize: none;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px;
  color: #777;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;
  color: #777;
}


.star {
  width: 31%;
  margin-bottom: 10px; 
}

.star .checked {
  color: #23CAD3; 
}

/* Inicio Calendar asistents  */
* {
  box-sizing: border-box;
}
.calendar .weekdays .days {
  list-style-type: none;
}

.month {
  padding: 5px 2px;
  width: 100%;
  background: #081D40;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 11.6%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 11.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:10px;
  color: #777;
}

.days li .active {
  padding: 2px;
  background: #081D40;
  color: white !important
}

.days li .baja {
  padding: 2px;
  background: #dbdbdb;
  color: #afafaf !important
}

div.burbuja{
  position: relative; 
  display: inline-block;
}

span.red {
  top: -13px;
  right: -10px;
  align-items: right;
  position: absolute;
  background: red;
  font-family: 'Roboto', sans-serif;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  /* margin-right: 15px; */
  text-align: center;
  width: 1.6em; 
  z-index: 1000;
  border-color: white;
  -webkit-box-shadow: 0px 0px 0px 2.5px rgba(255, 255, 255, 1);
  -moz-box-shadow:    0px 0px 0px 2.5px rgba(255, 255, 255, 1);
  box-shadow:         0px 0px 0px 2.5px rgba(255, 255, 255, 1);
  /* background-color: white;
   border-radius: 0.8em; */
}

/* Add media queries for smaller screens */
/* @media screen and (max-width: 720px){
  .calendarasis{
    display: flex;
    flex-wrap: nowrap;
    width:50%;
  }
} */

/* @media screen and (max-width:720px) {
  .weekdays li, .days li {
    width: 11.6%;
    font-size: 60%; 
  }
  .weekdays {
    margin: 0;
    padding: 10px 0;
    width: 50%;
    background-color: #ddd;
  }
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {
    width: 12.5%;
    font-size: 40%; 
  }
  .days li .active {padding: 2px;}
  
  .weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
    width: 50%;
  }
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {
    width: 11.2%;
    font-size: 100%; 
  }

  .weekdays {
    margin: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #ddd;
  }
} */

/* Fin Calendar Asistent */

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.single-gallery-image:hover {
  opacity: 0.8; }

.logo_h img[src$=".svg"] {
    width: 220px;
}

@media screen and (max-width: 420px) {
  .logo_h img[src$=".svg"] {
    width: 240px;
  }
}

@media screen and (max-width: 322px) {
  .logo_h img[src$=".svg"] {
    width: 210px;
  }
}

.logo_h img[src$=".png"] {
    width: 220px;
}

@media screen and (max-width: 420px) {
  .logo_h img[src$=".png"] {
    width: 240px;
  }
}

@media screen and (max-width: 322px) {
  .logo_h img[src$=".png"] {
    width: 210px;
  }
}

.confirm-switch {
  width: 50px;
  height: 26px;
  border-radius: 62.5px;
  background: #e53737;
  position: relative;
  cursor: pointer; }

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 16.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer; }

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.confirm-switch input:checked + label:after {
  left: 25px; }

.confirm-switch input:checked + label:before {
  background: #4d8340; }

  .confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer; }
  
  .confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  
  .confirm-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1; }
  
  .confirm-checkbox input:checked + label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none; }

  .calculatorinput{
    padding: 5px;
    margin-top: -2%;
    margin-bottom: auto;
    text-align: center;
    width: fit-content;
  }

  .alerta {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.registration_area {
  background: #002a55; 
}

.registration_area h1 {
  font-size: 42px;
  color: #fff; 
}
@media (max-width: 575px) {
  .registration_area h1 {
    font-size: 30px; 
  }
}

.registration_area {
  color: #fff; }

.registration_area .primary-btn {
  width: 50%;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px; 

  display: inline-block;
  background: #23CAD3;
  padding: 0px 48px;
  color: #081D40 !important;
  font-size: 13px;
  line-height: 50px;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.section_gap {
  padding: 90px 0;
}


/* ===================================  Trabaja con Nosotros  ===========================================*/

.work-with-us-form {
  background: #f1f9ff;
  text-align: left;
  padding: 47px 30px 43px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.work-with-us-form label{
  text-align: left;
}

.work-with-us-form h4 {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 22px;
  color: #081D40;
}

.work-with-us-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .work-with-us-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.work-with-us-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .work-with-us-form .email {
    padding-left: 0px;
  }
}

.work-with-us-form .form-control {
  padding: 8px 20px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 14px;
  color: #777777;
  border: 1px solid transparent;
}

.work-with-us-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.work-with-us-form textarea.form-control {
  height: 140px;
  resize: none;
}

.work-with-us-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;
  color: #777;
}

.work-with-us-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;
  color: #777;
}

.work-with-us-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px;
  color: #777;
}

.work-with-us-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;
  color: #777;
}

.work-with-us .primary-btn {
  display: block;
  margin-left: auto;
  margin-right: auto; /* Centra el botón */
  background: #23CAD3;
  padding: 0px 48px;
  color: #081D40;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  border-width: 0;
  outline: none !important;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.form-select {
  height: 40px;
  width: 100%;
  border: none;
  color: #7b838a;
  padding-left: 15px;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.mt-10 {
  margin-top: 10px;
}
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

.boldfont {
  font-weight: bold;
  }

.contact-us-form {
  background: #f1f9ff;
  text-align: left;
  padding: 47px 30px 43px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.contact-us-form label{
  text-align: left;
}

.contact-us-form h4 {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 22px;
  color: #081D40;
}

.contact-us-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .contact-us-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.contact-us-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .contact-us-form .email {
    padding-left: 0px;
  }
}

.contact-us-form .form-control {
  padding: 8px 20px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 14px;
  color: #777777;
  border: 1px solid transparent;
}

.contact-us-form .form-control[readonly] {
  background: #e9ecef;
  cursor: not-allowed;
  color: #4f4f4f;
}

.contact-us-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.contact-us-form textarea.form-control {
  height: 140px;
  resize: none;
}

.contact-us-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;
  color: #777;
}

.contact-us-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;
  color: #777;
}

.contact-us-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px;
  color: #777;
}

.contact-us-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;
  color: #777;
}

.contact-us .primary-btn {
  display: block;
  margin-left: auto;
  margin-right: auto; /* Centra el botón */
  background: #23CAD3;
  padding: 0px 48px;
  color: #081D40;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  border-width: 0;
  outline: none !important;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 0 10px;
  vertical-align: middle;
}

.toggle-switch input {
  display: none;
}

.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px; 
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

/* Colores según estado */
.toggle-switch.red .slider {
  background-color: #dc3545; /* rojo Gastos */
}

.toggle-switch.green .slider {
  background-color: #28a745; /* verde Inversión */
}

.toggle-switch.disabled .slider {
  background-color: #6c757d; /* gris deshabilitado */
  cursor: not-allowed;
}

input:checked + .slider {
  background-color: #28a745;
}

input:checked + .slider:before {
  transform: translateX(18px);
}

.toggle-labels {
  display: flex;
  align-items: center;
  font-weight: normal;
}

.toggle-labels span {
  font-size: 0.9em;
  margin: 0 4px;
}

/* Texto en negrita para el seleccionado */
.toggle-labels span.selected {
  font-weight: bold;
}

select[multiple] {
    min-height: 120px;
}
select[multiple] option {
    padding: 8px;
    margin: 2px 0;
}
select[multiple] option:checked {
    background: linear-gradient(#007bff, #007bff);
    color: white;
}
.role-checkbox-item {
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
}
.role-checkbox-item:hover {
    background-color: #e9ecef !important;
}

.selected-role-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    color: white;
    font-size: 13px;
    margin: 4px;
    font-weight: 500;
}

.selected-role-badge .remove-role {
    margin-left: 8px;
    background: rgba(255,255,255,0.3);
    border: none;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    transition: background 0.2s;
}

.selected-role-badge .remove-role:hover {
    background: rgba(255,255,255,0.5);
}

#selected-roles-preview:empty::after {
    content: 'Ninguno seleccionado';
    color: #999;
    font-style: italic;
    font-size: 13px;
}

/* Estilo personalizado para tooltips con imagen */
.tooltip-inner {
    max-width: 300px !important;
    padding: 5px;
    background-color: #000;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.tooltip-inner img {
    border-radius: 4px;
}

.tooltip.show {
    opacity: 1 !important;
}

/* Flecha del tooltip */
.bs-tooltip-right .arrow::before {
    border-right-color: #000 !important;
}

.bs-tooltip-left .arrow::before {
    border-left-color: #000 !important;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #000 !important;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #000 !important;
}

.permission-category {
    margin-bottom: 30px;
}
.permission-category-title {
    background: #f8f9fa;
    padding: 10px 15px;
    border-left: 4px solid #007bff;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}
.permission-item {
    padding: 12px 15px;
    border: 1px solid #e3e6f0;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #fff;
    transition: all 0.2s;
}
.permission-item:hover {
    background: #f8f9fa;
    border-color: #007bff;
}
.permission-item .form-check {
    margin-bottom: 5px;
}
.permission-item label {
    font-weight: 500;
    color: #333;
    cursor: pointer;
    margin-bottom: 0;
}
.permission-description {
    font-size: 0.875rem;
    color: #6c757d;
    margin-left: 28px;
    margin-top: 3px;
}
.permission-item input[type="checkbox"]:checked + label {
    color: #007bff;
}
.permission-danger {
    border-left: 3px solid #dc3545;
}
.permission-warning {
    border-left: 3px solid #ffc107;
}
.accordion .card {
    border: 1px solid #e3e6f0;
    margin-bottom: 10px;
}
.accordion .card-header {
    background: #f8f9fa;
    cursor: pointer;
    padding: 12px 20px;
}
.accordion .card-header:hover {
    background: #e9ecef;
}
.accordion .card-header i {
    transition: transform 0.3s;
}
.accordion .card-header.collapsed i {
    transform: rotate(-90deg);
}
.permission-count {
    background: #007bff;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 8px;
}
#selectAllPermissions {
    margin-bottom: 15px;
}

.info-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.info-box h6 {
    margin-bottom: 10px;
    color: #666;
    font-weight: 600;
}
.info-box p {
    margin: 5px 0;
}
.role-color-display {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 2px solid #ddd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.permission-badge {
    display: inline-block;
    padding: 6px 12px;
    margin: 4px 2px;
    border-radius: 4px;
    font-size: 0.85rem;
    background: #e9ecef;
    border-left: 3px solid #6c757d;
}
.permission-badge.active {
    background: #d4edda;
    border-left-color: #28a745;
    color: #155724;
}
.permission-badge.dangerous {
    background: #f8d7da;
    border-left-color: #dc3545;
    color: #721c24;
}
.permission-category-header {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 15px;
    border-left: 4px solid;
}
.permission-category-header i {
    margin-right: 10px;
    font-size: 1.2rem;
}
.permission-category-header .badge {
    margin-left: auto;
    font-size: 0.9rem;
}
.permissions-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

        /* Estilo base para botones de acción */
button.item {
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Ver - Azul */
button.item.btn-view:not(:disabled):hover {
    background-color: #007bff !important;
}

button.item.btn-view:not(:disabled):hover i {
    color: white !important;
}

/* Editar - Naranja */
button.item.btn-edit:not(:disabled):hover {
    background-color: #fd7e14 !important;
}

button.item.btn-edit:not(:disabled):hover i {
    color: white !important;
}

/* Eliminar - Rojo */
button.item.btn-delete:not(:disabled):hover {
    background-color: #dc3545 !important;
}

button.item.btn-delete:not(:disabled):hover i {
    color: white !important;
}

/* Clonar - Verde */
button.item.btn-clone:not(:disabled):hover {
    background-color: #28a745 !important;
}

button.item.btn-clone:not(:disabled):hover i {
    color: white !important;
}

/* Archivar - Amarillo */
button.item.btn-archive:not(:disabled):hover {
    background-color: #ffc107 !important;
}

button.item.btn-archive:not(:disabled):hover i {
    color: white !important;
}

/* Asignar - Amarillo */
button.item.btn-assign:not(:disabled):hover {
    background-color: #cb9904 !important;
}

button.item.btn-assign:not(:disabled):hover i {
    color: white !important;
}

/* Cambiar - Morado */
button.item.btn-change:not(:disabled):hover {
    background-color: #3c0996 !important;
}

button.item.btn-change:not(:disabled):hover i {
    color: white !important;
}

/* Llamar - Blanco-Rojo */
button.item.btn-call:not(:disabled):hover {
    background-color: white !important;
}

button.item.btn-call:not(:disabled):hover i {
    color: #dc3545 !important;
}

/* WhatsApp - Blanco-Verde */
button.item.btn-whatsapp:not(:disabled):hover {
    background-color: white !important;
}

button.item.btn-whatsapp:not(:disabled):hover i {
    color: #28a745 !important;
}

/* Descargar - Verde */
button.item.btn-download:not(:disabled):hover {
    background-color: #00ad5f !important;
}

button.item.btn-download:not(:disabled):hover i {
    color: white !important;
}

/* Validar - Rosa */
button.item.btn-validate:not(:disabled):hover {
    background-color: #d63384 !important;
}

button.item.btn-validate:not(:disabled):hover i {
    color: white !important;
}

/* Validar - Rosa */
button.item.btn-validate:not(:disabled):hover {
    background-color: #333 !important;
}

button.item.btn-validate:not(:disabled):hover i {
    color: white !important;
}

/* Estilo para botones deshabilitados (igual para todos) */
button.item:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background-color: #f5f5f5 !important;
}

button.item:disabled i {
    color: #ccc !important;
}

/* ================================  Inicio Canales Discord  =======================================*/
.channel-type-icon {
    font-size: 1.2rem;
    margin-right: 8px;
    color: #666;
}
.channel-type-icon.text-channel { color: #69BAAE; }
.channel-type-icon.voice-channel { color: #23CAD3; }
.channel-type-icon.category-channel { color: #081D40; }
.channel-type-icon.announcement-channel { color: #f0b232; }
.channel-type-icon.stage-channel { color: #eb459e; }

.position-controls {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.position-controls button {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1;
    border: none;
    background: #f0f0f0;
    cursor: pointer;
    transition: all 0.2s;
}
.position-controls button:hover:not(:disabled) {
    background: #007bff;
    color: white;
}
.position-controls button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.position-badge-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.channel-hierarchy {
    display: flex;
    align-items: center;
    gap: 5px;
}
.channel-hierarchy.child {
    padding-left: 30px;
    position: relative;
}
.channel-hierarchy.child::before {
    content: "└─";
    color: #999;
    margin-right: 5px;
    position: absolute;
    left: 10px;
}

.channel-type-icon-large {
    font-size: 4rem;
    text-align: center;
    padding: 30px;
    background: #23CAD3;
    color: white;
    border-radius: 10px;
    margin-bottom: 15px;
}
.info-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.info-box h6 {
    margin-bottom: 10px;
    color: #666;
    font-weight: 600;
}
.info-box p {
    margin: 5px 0;
}
.channel-child-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #e3e6f0;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #fff;
}
.channel-child-item:hover {
    background: #f8f9fa;
}
.course-card {
    border: 1px solid #e3e6f0;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
}
.course-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.course-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}
.member-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #e3e6f0;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #fff;
}
.member-item:hover {
    background: #f8f9fa;
}
.member-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
}

.file-name {
    background-color: #f5f5f5;
    padding: 8px 12px;
    border-left: 4px solid #442dd0;
    margin: 10px 0 5px 0;
    font-family: monospace;
}

pre {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    overflow-x: auto;
}

code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
}

/* ================================  Fin Canales Discord  =======================================*/

/* Estilo de consola para error 404 */
.error404 pre {
    background: #1e1e1e;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.error404 pre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #2d2d2d;
    border-bottom: 1px solid #444;
}

.error404 pre::after {
    content: attr(data-language-name);
    position: absolute;
    top: 8px;
    left: 12px;
    color: #999;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.error404 code {
    display: block;
    /* margin-top: 30px; */
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    /* font-size: 14px; */
    line-height: 1.8;
}

@media (max-width: 991px) {
  .error404 code {
    font-size: 12px;
    margin: 0 0px 20px;
  }
}

/* Cursor parpadeante */
.typing-cursor {
    display: inline-block;
    width: 8px;
    height: 16px;
    background: #00ff00;
    margin-left: 2px;
    /* animation: blink 0.7s infinite; */
    vertical-align: text-bottom;
}

/* @keyframes blink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
} */

/* Efecto de scan line de monitor CRT */
.error404 pre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 50%,
        rgba(0, 255, 0, 0.02) 50%
    );
    background-size: 100% 4px;
    pointer-events: none;
    animation: scanline 8s linear infinite;
}

@keyframes scanline {
    0% { background-position: 0 0; }
    100% { background-position: 0 100%; }
}

/* Prompt de consola */
.console-prompt {
    color: #00ff00;
    font-weight: bold;
}