html {
    font-family: Poppins, sans-serif;
}
.font-blanka {
    color: white;
    font-size: 50px;
}
.pez {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 400px;
}
.peztrans {
    position: absolute;
}
.peztrans img {
    width: 100%;
}
.dash-graph {
    display: flex;
    margin: 15px;
    border-radius: 30px;
    border: #80808050 15px solid;
    width: 500px;
    height: 600px;
    float: left;
    padding: 0;
    overflow: hidden;
}
.modal-content {
    border-radius: 20px;
    box-shadow: 12px 12px 9px 7px #19191950;
    padding: 5px;
}
.imagen_login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.imagen_login img {
    width: 100%;
    height: 100%;
}
.row-even .col-1 {
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}
.row-even .col-1 img {
    width: 100%;
    height: 100%;
}
.main_body_escuela {
    position: relative;
    width: 100%;
    top: 30px;
    left: 3%;
    background-color: #ffffff;
    border: 1px solid #e0e2e9;
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
}
#usuario_fechaNacimiento select {
    width: 33%;
}
.modal-content option {
    padding-left: 10px;
    font-size: 20px;
}
.comentarios_content {
    width: 100%;
    padding: 45px;
}
.comentario_titulo {
    color: #007bbe;
    font-size: 20px;
}
.modal-content .btn-submit {
    display: block;
    width: 154px;
    height: 38.04px;
    background-color: #00abbd;
    border-color: #00abbd;
    color: white;
    font-size: 25px;
    overflow: hidden;
    border-radius: 19px;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}
.boton-centrado {
    display: block;
    width: 154px;
    height: 38.04px;
    background-color: #00abbd;
    border-color: #00abbd;
    color: white;
    font-size: 25px;
    overflow: hidden;
    border-radius: 19px;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}
.btn-enviar {
    display: block;
    width: 268px;
    height: 53px;
    background-color: #0074c880;
    border-color: #0074c880;
    color: white;
    font-size: 25px;
    overflow: hidden;
    border-radius: 26.61px;
    padding: 0;
    margin-top: 35px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}
.modal-content .btn-registrarte {
    display: block;
    width: 154px;
    height: 38.04px;
    background-color: #00abbd;
    border-color: #00abbd;
    color: white;
    font-size: 25px;
    overflow: hidden;
    border-radius: 19px;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    margin-right: auto;
}
.btn-facebook {
    display: block;
    width: 167.5px;
    height: 33.38px;
    background-color: #0074c8;
    border-color: #0074c8;
    color: white;
    font-size: 25px;
    overflow: hidden;
    border-radius: 19px;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    margin-left: auto;
    text-decoration: none;
    position: relative;
}
.btn-facebook img {
    height: 35.58px;
    position: absolute;
    left: 0;
    top: -1px;
}
.btn-facebook .texto {
    height: 35.58px;
    position: absolute;
    left: 39px;
    top: 0;
    font-size: 21px;
}
.btn-google {
    display: block;
    width: 167.5px;
    height: 33.38px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
    font-size: 25px;
    overflow: hidden;
    border-radius: 19px;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    margin-right: auto;
    text-decoration: none;
    position: relative;
}
.btn-anonimo {
    display: block;
    max-width: 406px;
    width: 100%;
    background-color: #ffb600;
    border-color: #ffb600;
    color: #FFFFFF;
    font-size: 25px;
    overflow: hidden;
    border-radius: 19px;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    position: relative;
    text-align: center;
}
.separador {
    width: 8.43px;
    display: block;
    height: 26.62px;
    border-radius: 4.22px;
    background-color: #ffb600;
    padding: 0;
    margin-top: 28px;
    margin-right: 5px;
    margin-left: 5px;
}
.btn-google img {
    height: 35.58px;
    position: absolute;
    left: 0;
    top: -1px;
}
.btn-google .texto {
    height: 35.58px;
    position: absolute;
    left: 39px;
    top: 0;
    font-size: 21px;
}
.modal-content .pregunta {
    display: block;
    width: 154px;
    height: 38.04px;
    color: white;
    font-size: 25px;
    overflow: hidden;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}
.modal-content input::placeholder {
    color: #5d5d5d;
    padding-left: 10px;
    font-size: 20px;
}
.modal-footer {
    border-top: unset;
}
.login_logo_container {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    text-align: center;
}
.login_logo {
    position: relative;
}
.form_container {
    background: #FFFFFF;
    opacity: 0.8;
    border: black solid;
    border-radius: 10px;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 100%;
    max-width: 570px;
}
.button_container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.button_container button {
    border-radius: 10px;
}
.captcha_image {
    padding: 5px;
    border: 1px black solid;
    border-radius: 10px;
    margin: 5px;
}
.btn-primary {
    background-color: #0868AC;
}
.card {
    float:left;
    margin: 5px;
    width: 18rem;
    height: 30rem;
}
.card-img-top img {
}
@keyframes alarma {
    from {
        filter: drop-shadow(5px 10px #50505070);
    }
    to {
        filter: drop-shadow(5px 10px #FF201070);
    }
}
@keyframes alarma_li {
    from {
        background-color: #19191920;
    }
    to {
        background-color: #FF201070;
    }
}
.usr_imag_menu .active {
    animation-name: alarma_li;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.user_card {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    font-size: small;
    padding: 5px;
    z-index: 10;
    filter: drop-shadow(5px 10px #00493f30);
}
/* The element to apply the animation to */
.user_card.active {
    animation-name: alarma;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.user_card_1 {
    position: relative;
    top: -25px;
    left: 45px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 5px 9px 8px #00493f30;
    text-align: center;
    font-weight: bold;
    font-size: small;
    padding: 0;
    z-index: 1;
}
.capitulo_fecha {
    font-size: 14px;
    color: #909090;
    padding-left: 45px;
    padding-right: 45px;
}
.capitulo_titulo {
    font-size: 24px;
    font-weight: bolder;
    color: #1c1e27;
    padding-left: 45px;
    padding-right: 45px;
}
.capitulo_detalle {
    font-size: 16px;
    font-weight: normal;
    color: #1c1e27;
    padding-left: 45px;
    padding-right: 45px;
}
.main_body hr {
    margin-left: 45px;
    margin-right: 45px;
}
.main_body_escuela hr {
    margin-left: 45px;
    margin-right: 45px;
}
.azl {
    border-color: #007bbe;
    opacity: 1;
}
.usr_imag_1 {
    width: 50px;
    height: 50px;
}
.usr_imag_1 .avatar {
    width: 50px;
    height: 50px;
}
.usr_imag {
    width: 110px;
    height: 110px;
}
.usr_imag .fondo {
    width: 110px;
    height: 110px;
    border-radius: 15px;
    top: 0;
    left: 0;
    position: absolute;
}
.usr_imag_menu {
    position: absolute;
    display: none;
    top: 115px;
    right: 5px;
    width: 110px;
    border-radius: 15px;
    font-weight: bold;
    font-size: small;
    padding: 0;
    z-index: 10;
    background-color: #ffffff;
    border: #000000 1px solid;
    overflow: hidden;
}
.usr_imag_menu ul {
    margin-top: 0;
    margin-bottom: 0;
}
.usr_imag_menu li {
    list-style: none;
    margin-left: -35px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
}
.usr_imag_menu li a {
    text-decoration: none;
}
.usr_imag_menu li:nth-child(odd) {
    background-color: #19191920;
}
.usr_imag_menu li:nth-child(even) {
    background-color: #19191940;
}
.usr_imag_menu li:hover {
    background-color: #909090;
}
.justify-content-md-center .col {
    max-width: 350px;
}
.usr_imag .avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 22.5px;
}
.usr_imag .texto {
    width: 100%;
    position: absolute;
    bottom: 1px;
    color: white;
}
.btn_menu {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 5px;
}
#tarjetas {
    margin-top: 10px;
}
.rounded-left {
    border: 1px black solid;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    float: right;
    margin: 2px;
    padding: 5px;
    width: 75%;
}
.rounded-right {
    border: 1px black solid;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    float: left;
    margin: 2px;
    padding: 5px;
    width: 75%;
}
.certificadoescuela {
    width: 100%;
    text-align: center;
}
.navbar>.container-fluid {
    z-index: 5;
}
.nav-link {
    font-size: 27px;
    color: #191919;
}
.nav-link.active, .nav-link:hover {
    color: #ffb600;
}
.dropdown-item:hover {
    color: #ffb600;
}
.navbar-toggler {
    position: absolute;
    right: 0;
    top: 65px;
}
.diaconia_logo {
    display: block;
    z-index: 999;
    position: fixed;
    bottom: 15px;
    right: 15px;
    height: 75px;
}
.unsetmaxw {
    max-width: unset !important;
}
.padding-top-5 {
    padding-top: 50px;
}
.dropdown-item i.fab {
    color: white;
    text-align: center;
}
.dropdown-item i.fas {
    color: white;
    text-align: center;
}
.item-capitulo {
    position: relative;
    float: left;
    margin: 5px;
    display: block;
    width: 232px;
    height: 242px;
    border: 1px solid #00000050;
    background-color: white;
    color: black;
    border-radius: 5px;
    box-shadow: 2px 4px #00493f30;
    padding: 2px;
}
.item-pastilla {
    position: relative;
    float: left;
    margin: 5px;
    display: block;
    padding: 2px;
    width: 500px;
    height: 300px;
    vertical-align: middle;
    text-align: center;
}
.CursoCard .nombre  {
    font-weight: bold;
    position: absolute;
    left: 11%;
    top: 51.4%;
    width: 89%;
    height: 8.9%;
    overflow: hidden;
}
.EscuelaCard .nombre  {
    font-weight: bold;
    position: absolute;
    color: #ffffff;
    left: 25px;
    bottom: 25px;
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.CursoCard .Enlace  {
    position: absolute;
    right: 5.67%;
    top: 62.22%;
    font-size: 45px;
}
.EscuelaCard .Enlace  {
    position: absolute;
    right: 21px;
    top: 50px;
    font-size: 46px;
    height: 45px;
    line-height: 44px;
    background-color: #ffffff;
    border-radius: 50%;
}
.CursoCard .fecha  {
    position: absolute;
    right: 2.43%;
    top: 85%;
    font-size: 12px;
    overflow: hidden;
}
.CursoCard .estrellas  {
    position: absolute;
    left: 5%;
    top: 85%;
    font-size: 12px;
    color: #22b9eb;
}
.EscuelaCard .estrellas  {
    position: absolute;
    right: 5%;
    bottom: 5px;
    font-size: 10px;
    color: #FFFFFF;
}
.CursoCard .estrellas .tnegro {
    color: #191919;
    display: inline;
}
.CursoCard .fecha .fas  {
    color: #22b9eb;
}
.CursoCard .categoria  {
    position: absolute;
    right: 2.43%;
    top: 48.54%;
    height: 8.95%;
    font-size: 11px;
    overflow: hidden;
}
.EscuelaCard .categoria  {
    position: absolute;
    left: 9px;
    bottom: 5px;
    height: 10px;
    font-size: 8px;
    color: #ffffff;
    overflow: hidden;
}
.CursoCard .separador  {
    position: absolute;
    width: 90%;
    margin-left: 5%;
    height: 2px;
    border: 1px solid #19191950;
    top: 83.89%;
}
.CursoCard .duracion  {
    position: absolute;
    right: 1.62%;
    top: 43.62%;
    font-size: 11px;
    background-color: #00000050;
    color: yellow;
    overflow: hidden;
}
.pedazos {
    width: 90%;
    left: 5%;
    height: 10px;
    position: relative;
    display: block;
}
.pedazito0{
    height: 100%;
    float: left;
    border: transparent;
    background-color: white;
}
.pedazito1{
    height: 100%;
    float: left;
    border: transparent;
    background-color: green;
}
.item-capitulo img {
    width: 228px;
    height: 134px;
    border-radius: 5px;
}
.container {
    width: unset !important;
    max-width: unset !important;
    padding: 0 !important;
}
.container-items {
    margin-top: 50px;
}
.img_pastilla {
    max-width: 312px;
    max-height: 312px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.col-6 h2 {
    width: 100%;
    text-align: center;
}
.col-6 p {
    width: 100%;
    text-align: center;
}
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    font-size: 45px !important;
    top: 20%;
    margin-left: -20px !important;
    display: block !important;
    border:0 solid black;
}
.owl-next {
    width: 15px;
    height: 100px;
    font-size: 45px !important;
    position: absolute;
    top: 20%;
    right: -25px;
    display: block !important;
    border:0 solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
.container.main {
    margin-top: 30px;
}
.btn-login {
    display: block;
    width: 250px;
    overflow: hidden;
    border-radius: 15px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}
.container form input {
    margin: 5px;
    border-radius: 7px;
    padding: 3px;
    width: 250px;
}
.container form select {
    margin: 5px;
    border-radius: 7px;
    padding: 3px;
    width: 250px;
    border: 2px solid black;
}
.container form input[type=file] {
    width: 370px;
}
.container form label {
    font-weight: bold;
    width: 250px;
    height: 32.5px;
}
.tox.tox-tinymce {
    border: 2px black solid;
    border-radius: 10px;
    height: 320px;
}
.container form button {
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 15px;
    border: 2px black solid;
    border-radius: 10px;
}
.container form {
    margin-top: 20px;
}
.container form img {
    max-height: 130px;
    max-width: 130px;
    border-radius: 20px;
    border: 2px black solid;
    padding: 2px;
}
.container form .help-text {
    color: red;
    font-size: x-small;
    margin-left: 250px;
}
@media only screen and (max-width: 760px) {
    #ismobile { display: none; }
}
.rating input[type="radio"]:not(:nth-of-type(0)) {
    /* hide visually */
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.rating [type="radio"]:not(:nth-of-type(0)) + label {
    display: none;
}
label{
    font-weight: bold;
}
label[for]:hover {
    cursor: pointer;
}
.rating .stars label:before {
    content: "★";
}
.rating .stars {
    width: 105px;
}
.stars label {
    color: lightgray;
    width: unset !important;
    margin: 0 !important;
    display: inline-block !important;
}
.stars label:hover {
    text-shadow: 0 0 1px #000;
}
.rating [type="radio"]:nth-of-type(1):checked ~ .stars label:nth-of-type(-n+1),
.rating [type="radio"]:nth-of-type(2):checked ~ .stars label:nth-of-type(-n+2),
.rating [type="radio"]:nth-of-type(3):checked ~ .stars label:nth-of-type(-n+3),
.rating [type="radio"]:nth-of-type(4):checked ~ .stars label:nth-of-type(-n+4),
.rating [type="radio"]:nth-of-type(5):checked ~ .stars label:nth-of-type(-n+5) {
    color: orange;
}
.rating [type="radio"]:nth-of-type(1):focus ~ .stars label:nth-of-type(1),
.rating [type="radio"]:nth-of-type(2):focus ~ .stars label:nth-of-type(2),
.rating [type="radio"]:nth-of-type(3):focus ~ .stars label:nth-of-type(3),
.rating [type="radio"]:nth-of-type(4):focus ~ .stars label:nth-of-type(4),
.rating [type="radio"]:nth-of-type(5):focus ~ .stars label:nth-of-type(5) {
    color: darkorange;
}
.form-rating {
    position: relative;
    padding: 2px;
    float: right;
    margin-right: 40px;
}
.form-rating fieldset {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-size: 17px;
    height: 27px;
    line-height: 5px;
    border: none;
    display: inline;
}
.calif_numero {
    display: inline;
    color: darkorange;
    margin-left: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}
.calif_texto {
    margin-left: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #007bbe;
}
textarea {
    width: 94%;
    height: 150px;
    margin: 3% !important;
    border-radius: 15px;
    resize: none;
    padding: 10px;
}
.videoframe {
    width: 1920px;
    height: 718px;
    background-image: url("/assets/images/banner_01.png");
    position: relative;
}
.videoframecontent {
    width: 100%;
    position: relative;
}
.agrandable, .noagrandable {
    max-height: 150px;
    max-width: 150px;
}
.agrandable:hover {
    max-height: 550px;
    max-width: 550px;
}
#chat_real .cuerpo::-webkit-scrollbar {
    display: none;
}
.negro {
    color: #1c1e27;
    display: unset;
    text-overflow: ellipsis;
    line-height: 1rem;
}
.pastillas {
    width: 100%;
    margin: unset !important;
}
.pastilla01 {
    background-image: url("/assets/images/pastilla01.png");
    background-size: cover;
    display: block;
    float: left;
    height: 217px;
    position: relative;
}
.pastilla02 {
    background-size: cover;
    background-image: url("/assets/images/pastilla02.png");
    display: block;
    float: left;
    height: 217px;
    position: relative;
}
.pastilla03 {
    background-size: cover;
    background-image: url("/assets/images/pastilla03.png");
    display: block;
    float: left;
    height: 217px;
    position: relative;
}
.pastilla04 {
    background-size: cover;
    background-image: url("/assets/images/pastilla04.png");
    display: block;
    float: left;
    height: 217px;
    position: relative;
}
.pastilla_titulo {
    font-size: 22px;
    color: white;
    padding-top: 15px;
    padding-left: 40px;
}
.pastilla_titulo.info {
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
}
.pastilla_imagen img {
    position: absolute;
    top: 5px;
    left: 5px;
    max-height: 207px;
    max-width: 100%;
    opacity: 30%;
}
.pastilla_link a {
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-decoration: none;
    font-size: 10px;
    color: white;
}
.pastilla_descripcion.descripcion .progress {
    position: unset;
}
.pastilla_descripcion.certificado {
    padding-left: 10px;
    padding-right: 10px;
    position: unset;
}
.pastilla_descripcion.descripcion {
    position: unset;
}
.pastilla_descripcion.certificado .btn-login {
    width: 230px;
    color: #ffffdd;
    border: #ffffdd 1px solid;
    background-color: #ffffdd50;
}
.pastilla_link {
    font-size: 22px;
    color: white;
    padding-top: 15px;
    padding-left: 40px;
    text-decoration: underline;
}
.cursos {
    width: 1920px;
    background-image: url("/assets/images/banner_02.png");
}
.PrimeraLinea {
    font-size: 25px;
    color: #191919;
    padding-top: 100px;
    text-align: center;
    width: 100%;
}
.SegundaLinea {
    font-size: 35px;
    color: #191919;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.TerceraLinea {
    font-size: 25px;
    color: #191919;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.CursoCardGroup {
    width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.EscuelaCardGroup {
    width: 1200px;
    min-height: 270px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.SegundoGrupo {
    width: 1200px;
    display: block;
}
.CursoCardGroup::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.CursoCard  {
    width: 370px;
    height: 447px;
    margin: 15px;
    border: transparent;
    border-radius: 10px;
    box-shadow: 2px 2px #00493f30;
    background-color: #FFFFFF90;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}
.EscuelaCard  {
    width: 370px;
    height: 203px;
    margin: 15px;
    border: transparent;
    border-radius: 10px;
    box-shadow: 2px 2px #00493f30;
    background-color: #FFFFFF90;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}
.divider {
    padding-top: 15px;
    display: block;
    margin-bottom: 45px;
}
.divider-inn {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 212px;
}
.iconosep {
    width: 12px;
    height: 10px;
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url("/assets/images/icono.png");
}
.lineasep {
    width: 140px;
    height: 2px;
    border: 1px solid #22b9eb;
    display: block;
    float: left;
    margin: 4px;
}
.imagen_card {
    width: 100%;
    height: 48%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    top: 0;
    left: 0;
}
.cp_image {
    position: relative;
    top: 20px;
    left: -35px;
    display: inline-block;
}
.imagen_card_fondo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
}
.herogroup {
    display: block;
    width: 100%;
    min-height: 790px;
}
.col-6 {
    overflow: hidden;
}
.imagenhero {
    width: 90%;
    margin-left: 5%;
}
.pastilla_activa {
    background-image: url("/assets/images/pastilla_active.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 191px;
    width: 624px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.pastilla_no_activa {
    background-image: url("/assets/images/pastilla.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 191px;
    width: 624px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.icono_pastilla {
    position: relative;
    top: 50px;
    left: 50px;
    color: #22b9eb;
    font-size: 28px;
}
.herogroup .nota {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.texto_pastilla {
    font-size: 25px;
    color: white;
    padding-top: 25px;
    padding-left: 105px;
    padding-right: 40px;
    text-align: left;
    width: 100%;
}
.pastilla_no_activa .texto_pastilla {
    color: #191919;
}
.novedadesgroup {
    width: 1920px;
    background-image: url("/assets/images/banner_02.png");
    background-size: contain;
    resize: horizontal;
    overflow: hidden;
}
.DestacadoCard {
    width: 270px;
    height: 346px;
    margin: 15px;
    border: transparent;
    border-radius: 10px;
    box-shadow: 2px 2px #00493f30;
    background-color: #FFFFFF90;
    display: block;
    float: left;
    overflow: hidden;
}
.DestacadoImg {
    position: relative;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
}
.DestacadoHover {
    height: 201px;
    position: relative;
    top: -113px;
    transition-duration: 500ms;
}
.DestacadoNombre {
    font-size: 18px;
    color: white;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    width: 100%;
    height: 45px;
    overflow: hidden;
}
.DestacadoDuracion {
    font-size: 12px;
    color: white;
    text-align: right;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    overflow: hidden;
}
.DestacadoCard:nth-child(4n+1) .DestacadoHover {
    background-color: #ffb600e6;
}
.DestacadoCard:nth-child(4n+2) .DestacadoHover {
    background-color: #00abbde6;
}
.DestacadoCard:nth-child(4n+3) .DestacadoHover {
    background-color: #007bbee6;
}
.DestacadoCard:nth-child(4n+4) .DestacadoHover {
    background-color: #00abbde6;
}
.DestacadoHover:hover {
    top: -201px;
}
.DestacadoHover:hover .DestacadoNombre {
    height: 90px;
}
.header_escuela {
    height: 180px;
    overflow: hidden;
    background-image: url("/images/fondo_escuela.png");
    background-size: contain;
    position: relative;
    width: 100%;
}
.header_escuela img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.header_escuela .texto {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    line-height: 180px;
    vertical-align: middle;
    font-size: 70px;
    padding-right: 20px;
}
.DestacadoLink {
    font-size: 18px;
    color: white;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 100%;
    height: 45px;
    overflow: hidden;
}
.DestacadoLink a:hover {
    color: #FFFFFF90;
}
.testimoniosgroup {
    width: 1920px;
    height: 829px;
    background-image: url("/assets/images/banner_03.png");
    background-size: cover;
}
.testimoniobox {
    width: 810px;
    height: 405px;
    display: block;
    position: relative;
    left:29%
}
.video_chat {
    display: none;
    position: fixed;
    bottom: 170px;
    right: 30px;
    width: 5%;
    height: 5%;
    z-index: 10000;
    background-color: #FFFFFF50;
}
.videoPlayer {
    width: 100%;
    height: 100%;
}
.close_video {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
    height: 100px;
    background: black;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}
.close_video img {
    width: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
}
.close {
    float: right;
    font-size: 25px;
    border: none;
    background: black;
    color: white;
    border-radius: 50%;
    line-height: 20px;
    width: 30px;
    height: 30px;
    padding-top: 0;
    padding-left: 7px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.testimoniosnombre {
    font-size: 2vw;
    display: block;
    top: 5%;
    width: 100%;
    text-align: center;
    position: absolute;
}
.testimoniosimagen {
    position: absolute;
    top: 25%;
    left: 8.4%;
    width: 32%;
    height: 80%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #57ded7;
}
.testimoniosimagen img {
    width: 50%;
    border-radius: 50%;
    margin-left: 25%;
    margin-top: 32.5%;
}
.testimoniosboxone {
    position: absolute;
    top: 21%;
    left: 5.4%;
    width: 25%;
    height: 51%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    background-color: #007bbe;
}
.testimoniosboxtwo {
    position: absolute;
    top: 37%;
    left: 50%;
    width: 28%;
    height: 6%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    background-color: #57ded7;
}
.testimonioscomentario{
    position: absolute;
    top: 43%;
    left: 8.4%;
    width: 82%;
    height: 50%;
    font-size: 1.5vw;
    border-top-right-radius: 10px;
    overflow: hidden;
    background-color: #ffb600;
    padding: 5px;
}
.testimoniosarrowleft {
    position: absolute;
    top: 72%;
    left: 0;
    width: 8.4%;
    height: 18%;
    font-size: 2vw;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    background-color: #57ded7;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 18%;
    padding-top: 2.5%;
    cursor: pointer;
}
.testimoniosarrowrigth {
    position: absolute;
    top: 72%;
    left: 90%;
    width: 8.4%;
    height: 18%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    background-color: #57ded7;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 18%;
    padding-top: 2.5%;
    font-size: 2vw;
    cursor: pointer;
}
.testimoniosboxthree {
    position: absolute;
    top: 72%;
    left: 8.4%;
    width: 32%;
    height: 18%;
    overflow: hidden;
    background-color: #57ded770;
}
.testimoniosestrellas {
    position: absolute;
    bottom: 10px;
    background-color: #ffffdd70;
    border-radius: 10px;
    padding-right: 3px;
    font-size: 1.1vw;
}
.circuloblanco {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: white;
    overflow: hidden;
    margin-left: 0;
    margin-top: 30px;
}
.logo_footer {
    background: url(images/fondo.svg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 2.5vw;
    line-height: 100%;
    color: white;
    width: 65%;
    height: 50%;
    display: block;
    position: relative;
    top: 25%;
    left: 17%;
    text-align: center;
    box-shadow: 5px 10px #00493f30;
    border: 1px solid #00493f30;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}
#comentarios {
    margin-left: auto;
    margin-right: auto;
}
.comentario_publicar {
    margin-left: auto;
    margin-right: auto;
    max-width: 470px;
}
.pastillacomentario {
    width: 100%;
    min-height: 170px;
    padding-left: 150px;
    position: relative;
    border-bottom: 1px solid #00000050;
}
.pastillacomentario_apodo {
    position: relative;
    top: 15px;
    font-weight: bolder;
    font-size: 20px;
}
.pastillacomentario_fecha {
    display: inline;
    font-weight: lighter;
    font-size: 10px;
}
.pastillacomentario_imagen {
    position: absolute;
    top: 35px;
    left: 15px;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.pastillacomentario_imagen img {
    height: 100%;
    width: 100%;
}
.pastillacomentario_comentario{
    position: relative;
    font-weight: normal;
    font-size: 13px;
    margin-top: 15px;
}
.headerescuela {
    width: 100%;
}
.titulo_escuela {
    font-size: 35px;
    color: #033e6b;
}
.capitulosnav {
    margin-right: auto;
    margin-left: auto;
    height: 126px;
    position: relative;
    width: fit-content;
}
.item-pastilla {
    height: 126px;
    width: 210px;
    position: relative;
    float: left;
}
.capitulosavance {
    position: absolute;
    height: 126px;
    width: 210px;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 126px;
}
.capitulostitulo {
    position: absolute;
    height: 63px;
    width: 210px;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 63px;
    font-weight: bold;
}
.progressescuela {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    top: 5px;
    width: 90%;
    margin-left: 5%;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.capitulocontenido {
    margin-top: 30px;
}
.row-even {
}
.row-odd {
}
.help-text {
    font-weight: lighter;
    font-size: 13px;
}
form li {
    color: red;
    list-style: none;
    font-size: small;
}
form>ul>li {
    font-size: x-large;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Seleccionar archivo';
    font-size: 15px;
    color: #5d5d5da0;
    width: 160px;
    height: 38.04px;
    display: inline-block;
    background-color: white;
    border: 1px solid #999;
    box-shadow: 2px 3px #00493f20;
    border-radius: 10px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    margin-left: 15px;
}
.custom-file-input {
    background-color: unset !important;
    width: 85% !important;
    color: white;
    font-size: 20px;
    float: right;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/*TOOLTIPSTER*/
.enlace {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
.tooltip_templates {
    display: none;
}
.tooltipstered {
    cursor: pointer;
}
.tooltipster-sidetip .tooltipster-box {
    background-color: #FFFFFF;
    border-radius: 7px;
    box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
    border: #000000 1px solid;
    overflow: hidden;
}
.tooltip-inner {
    background-color: #FFFFFF;
    border: #000000 1px solid;
    border-radius: 5px;
    color: #000000;
}


.tooltipster-sidetip .tooltipster-content {
    background-color: #FFFFFF;
    color: #000000;
    padding: 8px;
    font-size: small;
}
.context-menu {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 12px 0;
    width: 240px;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    box-shadow: 1px 1px 2px #cfcfcf;
}
.context-menu--active {
    display: block;
}
.context-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.context-menu__item {
    display: block;
    margin-bottom: 4px;
}
.context-menu__item:last-child {
    margin-bottom: 0;
}
.context-menu__link {
    display: block;
    padding: 4px 12px;
    color: #0066aa;
    text-decoration: none;
}
.context-menu__link:hover {
    color: #fff;
    background-color: #0066aa;
}
.chat_febot_respuesta {
    font-weight: lighter;
}
.tables_ui {
    display:inline-block;
    margin:2px 2%;
    border:2px solid #3333fe;
    border-spacing:0;
    width: 100%;
}
.tables_ui ul li {
    min-width: 350px;
}
.tables_ui tbody {
    display: inline-table;
    width: 100%;
}
.dragging li.ui-state-hover {
    min-width: 350px;
}
.dragging .ui-state-hover a {
    color:green !important;
    font-weight: bold;
}
.tables_ui th,td {
    text-align: right;
    padding: 2px 4px;
    border: 1px solid;
}
.t_sortable tr, .ui-sortable-helper {
    cursor: move;
}
.t_sortable tr:first-child {
    cursor: default;
}
.ui-sortable-placeholder {
    background: yellow;
}
.table.table-striped  th,td {
    vertical-align: middle;
    border: unset;
    text-align: center;
}
.table.table-striped a {
    cursor: pointer;
}
.dropdown-menu[data-bs-popper] {
    width: 100%;
}
.btn-floating {
    width: 2.3125rem;
    height: 2.3125rem;
    border-radius: 50%;
    padding: 0;
    position: relative;
    text-align: center;
}

.btn-floating .bi {
    width: 2.3125rem;
    line-height: 2.3125rem;
}
a.dropdown-item.btn.btn-primary.btn-floating.m-1:hover {
    background-color: #909090 !important;
    color: #909090 !important;
}
.btn-ver-mas {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px black solid;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
    color: #fff;
    background-color: #0066aa;
}
.btn-ver-mas:hover {
    color: #0066aa;
    background-color: #fff;
}
.buscador {
    width: 100%;
    position: relative;
    height: 38.04px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.buscador .grupo {
    margin: auto;
    width: 100%;
    min-width: 150px;
    max-width: 273px;
    position: relative;
}
.buscador .grupo input {
    width: 100%;
    height: 38.04px;
    background-color: white;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: absolute;
}
.buscador .grupo a {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 38.04px;
}
.l-25 {
    position: relative;
    left: 25%;
    margin-top: 30px;
    padding: 15px;
}
.margin-top2 {
    margin-top: 20px;
}
.fakeLoader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #00000050;
    z-index: 100000;
}
.fakeLoader img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 50%;
    top: 50%;
    width: 30%;
    height: 30%;
    transform: translate(-50%,-50%);
}
.fakeLoadersm {
    width: 100%;
    height: 150px;
    position: relative;
    background-color: transparent;
    display: block;
}
.fakeLoadersm img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 50%;
    height: 100%;
    transform: translate(-50%);
}
.banco {
    margin-top: 15px;
}
.banco .versiculo {
    font-size: large;
    font-weight: bolder;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 5px;
}
.banco .mensajebanco {
    font-size: medium;
    font-weight: normal;
    font-style: italic;
}
.menuusr a {
    color:inherit !important;
}