/* mis gradientes */

.bg-gradient-paquete-1 {
    background-image: linear-gradient(310deg, #66adc5 0%, #87c4d8 100%);
}

.bg-gradient-paquete-2 {
    background-image: linear-gradient(310deg, #f0dbab 0%, #fbf4e4 100%);
}

.bg-gradient-paquete-3 {
    background-image: linear-gradient(310deg, #eb6641 0%, #f58c6f 100%);
}

.bg-gradient-paquete-4 {
    background-image: linear-gradient(310deg, #22343a 0%, #394c53 100%);
}

.text-naranja {
    color: salmon;
}

/* mis gradientes */
.contenedor {
    min-height: 100%;
    position: relative;
}

.containerChkOut {
    display: contents
}

.containerChkOut_row {
    display: flex;
    align-items: center;
    height: 100dvh;
    margin: 0;
}

.containerChkOut_col {
    padding: 0;
}

.col_1_int,
.col_2_int {
    height: 100dvh;
}

.botonVerPassword {
    /* position: absolute; */
    margin-top: -30px;
    /* width: 30px; */
    font-size: 16px;
    cursor: pointer;
    /* height: 20px; */
    padding: 4px 15px;
    float: right;
}

.footerChkOut {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.div_centrado {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    height: 1px;
    width: 1px;
    top: 50%;
    left: 50%;
    z-index: 0;
    /* display: none; */
}

#divIngresado,
#divIngresar,
.div2Movil {
    display: none;
}

#divIngresar,
#divIngresado,
#divRegistrar {
    /* #divPagar { */
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    max-height: 92dvh;
    margin-top: -60px;
}

.ingresoChkO {
    font-size: 16px;
}

.iconoMostrarIngresar {

    position: absolute;
    bottom: 80px;
    font-size: 30px;
    cursor: pointer;
}

.icono_animado {
    display: none;
}

.divisor {
    width: 100%;
    height: 1px;
    background: #a3acb4;
    margin: 5px 0;
    display: inline-block;
}

.divisor_min {
    width: 80%;
    height: 1px;
    background: #a3acb4;
    margin: 0 auto;
    display: inline-block;
}

/* cargador */

#cargando {
    position: fixed;
    display: block;
    opacity: 1;

    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99000 !important;
}

#cargando>.dimmer {
    background-image: linear-gradient(310deg, #150c20, #40364b);
}

.ui.dimmer .ui.loader {
    font-size: 12px;
    color: #7928cacb;
}

.ui.loader:before {
    border-color: #7928ca96;
}

.ui.dimmer .ui.loader:after {
    border-color: #7928CA transparent transparent;
}

/* cargador */

.banner_llamada_1 {
    box-shadow: none !important;
    background-color: rgba(252, 192, 176, 0.2) !important;
}

.boton_llamada_1 {
    text-align: right;
}

.card_hover:hover {
    transform: translate3D(0, 0, 0) scale(1.02);
    z-index: 999;
    box-shadow: 8px 28px 50px rgba(39, 44, 49, .1), 1px 6px 12px rgba(39, 44, 49, .1);
    transition: all .4s ease;
}

.cardChkOut {
    transition: none;
    line-height: 1;
}

.limite_lineas_3 {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.texto_error {
    line-height: 1.5;
    margin-left: 5px;
    color: #f5593d;
    font-size: 12px;
    font-weight: bold;
}

.texto_error_gde {
    color: #f5593d;
    font-weight: bold;
}

.texto_error_normal {
    color: #f5593d;
    /* font-weight: bold; */
}

.disabled {
    opacity: 0.3 !important;
}

.deshabiitado {
    pointer-events: none;
    opacity: 0.6 !important;
}

/* botón video */

#botonVideo {
    box-shadow: none !important;
    background-color: rgba(252, 192, 176, 0.2) !important;
    transform: translate(30%, 50%);
    cursor: pointer;
}

.boton_hover {
    transition: all .5s ease;
}

.boton_hover:hover {
    transform: translate3D(0, 0, 0) scale(1.15);
    z-index: 999;
    transition: all .4s ease;
}

.texto_ver_video {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.video_play_button {
    position: absolute;
    z-index: 10;
    /* top: 50%;
    left: 50%; */
    box-sizing: content-box;
    display: block;
    width: 100px;
    height: 100px;
    /* background: #eb2055; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
    transition: all ease 0.3s;
    cursor: pointer;
}

.video_play_button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: linear-gradient(310deg, #7928CA 0%, #FF0080 100%);
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video_play_button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: linear-gradient(310deg, #7928CA 0%, #FF0080 100%);
    border-radius: 50%;
    transition: all 200ms;
}

.video_play_button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 42px;
    left: 44px;
}

.video_play_button:hover {
    transform: scale(1.1);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



@media (max-width: 992px) {

    .banner_inicio {
        margin-top: -10rem !important;
    }

    .tituloCurso1 {
        font-size: 2.3rem;
    }

    .subtituloCurso1 {
        font-size: 1.3rem;
    }

    #botonVideo {
        transform: translate(50%, 50%);
    }

}

@media (max-width: 767px) {

    /* .div2 {
        display: none;
    } */

    .icono_animado {
        display: block;
    }

    .banner_inicio {
        margin-top: 2rem !important;
    }

    .boton_llamada_1 {
        text-align: center;
    }

    /* .tituloCurso1 {
        font-size: 2rem;
    }

    .subtituloCurso1 {
        font-size: 1.1rem;
    } */

    #botonVideo {
        /* transform: translate(50%, 0%); */
        transform: scale(60%);
        /* margin-top: -20px; */
        /* margin-bottom: 20px; */
    }

    /* .col_2 {
        display: none;
    } */
}

@media (max-width: 480px) {

    .cardChkOut {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
}


@media (max-width: 346px) {

    .banner_inicio {
        margin-top: -2rem !important;
    }

    .boton_llamada_1 {
        margin-top: 10px !important;
    }

    /* .tituloCurso1 {
        font-size: 2rem;
    }

    .subtituloCurso1 {
        font-size: 1.1rem;
    } */

    #botonVideo {
        /* margin-top: -30px; */
        transform: scale(50%);
        /* margin-bottom: 30px; */
    }

}