html {
    scroll-behavior: smooth;
}


@keyframes void-animation-out {

    0%,
    to {
        opacity: 1;
    }
}

.stripes {
    position: absolute;
    width: 100%;
    transform: skewY(-12deg);
    height: 950px;
    top: -350px;
    background: linear-gradient(180deg, #e6ebf1 350px, rgba(230, 235, 241, 0));
}

.stripes .stripe {
    position: absolute;
    height: 190px;
}

main>.container-lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    max-width: 750px;
    padding: 110px 20px 110px;
}

main>.container-lg .cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex: auto;
    flex: auto;
    min-width: 100%;
    min-height: 500px;
    padding: 0 40px;
}

main>.container-lg .cell+.cell {
    margin-top: 70px;
}

main>.container-lg .cell.intro {
    padding: 0;
}

@media (min-width: 670px) {
    main>.container-lg .cell.intro {
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .optionList {
        margin-left: 13px;
    }
}

main>.container-lg .cell.intro>* {
    width: 100%;
    max-width: 700px;
}

main>.container-lg .stripe {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    padding: 80px 0px;
    margin-left: -20px;
    margin-right: -20px;
}

@media (min-width: 670px) {
    main>.container-lg .stripe {
        padding: 40px;
    }
}

main>.container-lg .stripe * {
    margin: 0;
    padding: 0;
}

main>.container-lg .stripe form {
    position: relative;
    width: 100%;
    max-width: 500px;
    transition-property: opacity, transform;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

main>.container-lg .stripe form input::-webkit-input-placeholder {
    opacity: 1;
}

main>.container-lg .stripe form input::-moz-placeholder {
    opacity: 1;
}

main>.container-lg .stripe form input:-ms-input-placeholder {
    opacity: 1;
}

.stripe.stripe1 {
    background-color: #e4e4e4;
}

.stripe.stripe1 * {
    font-family: Roboto, Open Sans, Segoe UI, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.stripe.stripe1 fieldset {
    margin: 0 15px 20px;
    padding: 0;
    border-style: none;
    background-color: white;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 white;
    border-radius: 4px;
}

.stripe.stripe1 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

.row-line {
    border-top: 1px solid rgb(139, 139, 139);
}

.stripe.stripe1 label {
    width: 15%;
    min-width: 70px;
    padding: 11px 0;
    color: rgb(110, 109, 109);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stripe.stripe1 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
}

.stripe.stripe1 input:-webkit-autofill {
    -webkit-text-fill-color: rgb(37, 37, 37);
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
    animation: 1ms void-animation-out;
}

.stripe.stripe1 .StripeElement--webkit-autofill {
    background: transparent !important;
}

.stripe.stripe1 .StripeElement {
    width: 100%;
    padding: 11px 15px 11px 0;
}

.stripe.stripe1 input {
    width: 80%;
    padding: 11px 15px 11px 0;
    color: rgb(37, 37, 37);
    background-color: transparent;
    -webkit-animation: 1ms void-animation-out;
    animation: 1ms void-animation-out;
}

.stripe.stripe1 input::-webkit-input-placeholder {
    color: rgba(53, 53, 53, 0.3);
}

.stripe.stripe1 input::-moz-placeholder {
    color: rgba(53, 53, 53, 0.3);
}

.stripe.stripe1 input:-ms-input-placeholder {
    color: rgba(53, 53, 53, 0.3);
}

.modal-content {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.ElementsApp,
.ElementsApp .InputElement {
    color: rgb(58, 58, 58) !important;
}

.ElementsApp .InputElement.is-invalid {
    color: rgba(109, 109, 109, 0.397) !important;
}

.titulo-modal {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
    font-size: 32px !important;
    color: #5b455b !important;
}

.submit {
    width: 100% !important;
    background-color: #5b455b !important;
    color: white !important;
    border-radius: 5px !important;
    padding: 10px 0 !important;
}

.submit:hover {
    background-color: #886788 !important;
}

.close {
    z-index: 90 !important;
    position: absolute !important;
    right: 20px !important;
    top: 15px !important;
    background-color: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.close:active {
    outline: none;
}

.close span {
    color: #5b455b !important;
    font-size: 25px !important;
    outline: none;
}

.link-boton {
    margin: auto;
}

.boton-sitio {
    margin: auto;
    border: none;
    background-color: #5b455b;
    color: white;
    width: 180px;
    padding: 10px;
    border-radius: 5px;
}

.boton-sitio:hover {
    background-color: #886788;
}

.accepted-payments {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.payment {
    padding: 10px 8px !important;
}

.tarjetas-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.tarjeta {
    padding: 15px 5px !important;
}

.tarjetas-left {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    margin-left: 18px;
}
































.text-scalabl,
.color-scalabl {
    color: #5b455b !important;
}

.text-blanco {
    color: #fff !important;
}

.text-negro {
    color: #000 !important;
}

.text-gray {
    color: gray !important;
}

.text-red {
    color: darkred !important;
}

.bg-scalabl {
    background-color: #613b5e !important;
}

.bg-grisclaro {
    background-color: #f7f7f7 !important;
}

.bg-contenido-gris {
    background-color: #EBEBEB !important;
}

.bg-scalabl-new {
    background-color: #5b455b;
}

.btn-scalabl {
    color: #fff;
    border-color: #613b5e;
    background-color: #613b5e;
}

.btn-scalabl:active,
.btn-scalabl:focus {
    outline: none !important;
    box-shadow: none;
    background-color: #613b5e !important;
}

.btn-scalabl:hover {
    opacity: 0.8;
    background-color: #613b5e;
    border-color: #613b5e;
    color: #fff;
    cursor: pointer;
}

.btn-outline-scalabl {
    color: #613b5e;
    border-color: #613b5e;
    background-color: #fff;
}

.btn-outline-scalabl:active,
.btn-outline-scalabl:focus {
    outline: none !important;
    box-shadow: none;
    background-color: #fff !important;
}

.btn-outline-scalabl:hover {
    opacity: 0.8;
    background-color: #613b5e;
    border-color: #613b5e;
    color: #fff;
}

/*****************************************
**************** Global ******************
******************************************/

.navbar-academia li a {
    padding: 0em 0.8em !important;
}

.navbar-academia li a:hover {
    opacity: 0.8;
}

.btn-comprar-portada-index {
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
}

ul,
li {
    font-family: Arial, Helvetica, sans-serif;
}

.nav-link{
    white-space: nowrap !important;
}


.div-sobre-el-curso h5,
.div-sobre-scalabl h5,
.div-sobre-el-profesor h5,
.div-que-vas-a-aprender h5,
.div-porque-tomar-este-curso h5 {
    font-size: 30px;
    line-height: 35px;
}

.t-emprender-no-es-crear-empresas-contenido {
    font-size: 16px;
    letter-spacing: 1px;
}

.div-sobre-el-curso p,
.div-sobre-scalabl p,
.div-sobre-el-profesor p,
.p-emprender-no-es-crear-empresas-contenido {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

small {
    font-family: Arial, Helvetica, sans-serif;
}

.aprender-ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: square;
}

.btn-comprar-portada-purple {
    font-size: 18px !important;
    letter-spacing: 2px;
    border-radius: 20px !important;
    position: relative;
}


.btn-comprar-portada-purple h2 {
    font-size: 24px !important;
}

.btn-comprar-portada-purple:hover {
    background-color: lightgray !important;
    color: #613b5e !important;
}


.botones-flotantes-portada {
    position: absolute;
    bottom: 7%;
    right: 5%;
    text-align: right;
}

.btn-rebaja {
    background-color: #EB5F50;
    font-size: 1.5rem !important;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
}

.btn-rebaja:hover {
    opacity: 0.7;
    cursor: pointer;
}

.barra-flotante {
    background-color: #5b455b;
    color: #fff;
    padding: 10px 0;
    font-size: 1.2rem;
    position: fixed;
    top: 0;
    display: none;
    z-index: 1000;
}

.barra-flotante:hover {
    cursor: pointer;
    background-color: #6B576B;
    text-decoration: none;
}

.barra-flotante a:hover {
    text-decoration: none;
}

.btn-compra-portada {
    background-color: #4EB0BB;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 18px;
}

.btn-compra-portada:hover {
    cursor: pointer;
    opacity: 0.7;
}

.btn-compra-portada span {
    font-size: 18px;
}

.barra-comienzo {
    background-color: #5b455b;
    color: #fff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 0 !important;
    text-align: center;
    font-size: 1.6rem;
}

#lang-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#logo img {
    width: 80px;
}

#lang {
    display: flex;
    flex-flow: row nowrap;
    align-items: center !important;
    margin: 0;
    padding: 0;
}

.lang-link {
    color: #5b455b;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 0;
    padding: 0 8px;
}

.barra {
    font-size: 30px;
    padding: 0 5px;
    color: #5b455b;
    margin: 0;
}

.lang-link a:hover {
    text-decoration: none !important;
    color: #5b455b;
}

.lang-link:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
    color: #5b455b;
}

a {
    text-decoration: none !important;
    color: #5b455b;
}

ul {
    list-style: none;
}

nav {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    background-color: white;
    padding: 20px 40px;
    height: 12.5%;
}

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

#descargar-programa:hover {
    opacity: 0.7;
}

#cursa-unidad:hover {
    opacity: 0.7;
}

.programa-abajo-boton h4,
.programa-abajo-boton i {
    font-size: 20px !important;
}

.titulo-iconos {
    font-weight: bold;
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
    color: #5b455b;
}

.text-iconos {
    padding: 0 10px;
    color: #5b455b;
    font-size: 16px;
}

.contenido-gris-iconos img {
    height: 150px;
}

.contenido-gris-iconos h6 {
    margin-top: 10px;
}

.contenido-que-vas-a-aprender {
    /* background: url("../img/otras/que-vas-a-aprender-2.jpg") no-repeat;
    background-size: cover; */
    background-color: #f1f1f1 !important;
}

.img-firstfounders, .img-redlatam {
    width: 30%;
}

.img-gsic{
    width: 10%;
}
.img-leaninargentina{
    width: 10%;
    margin: 15px 0 15px;
}

.iframe-razorpay{
    width: 800px;
    height: 800px;
}

.img-blackfriday{height: 100px;}

/* tamaño xl */
@media only screen and (min-width: 1500px) {
    .portada {
        height: 650px;
    }

    .payment-portada,
    .success-portada {
        height: 750px;
    }

    .iframe-sobre-el-curso {
        margin-top: 30px;
        height: 330px;
        width: 80%;
    }

    .img-sobre-el-profesor {
        height: 420px;
        object-fit: contain;
    }

    .img-video-fran-grande {
        height: 500px;
    }

    .img-video-fran {
        width: 90%;
        height: 250px;
    }

    .iframe-sobre-scalabl {
        margin-top: 30px;
        width: 60%;
        height: 220px;
    }

    .iframe-testimonios {
        height: 400px;
    }

    .logo-alianzas {
        position: absolute;
        top: 1em;
        left: 47%;
    }
}

/* tamaño grande */
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .portada {
        height: 500px;
    }

    .payment-portada {
        height: 700px;
    }

    .success-portada {
        height: 750px;
    }

    .iframe-sobre-el-curso {
        margin-top: 30px;
        height: 350px;
        width: 90%;
    }

    .img-sobre-el-profesor {
        height: 450px;
        object-fit: cover;
        width: 90%;
    }

    .img-video-fran-grande {
        height: 450px;
    }

    .img-video-fran {
        width: 90%;
        height: 250px;
    }

    .iframe-sobre-scalabl {
        margin-top: 30px;
        width: 80%;
        height: 280px;
    }

    .iframe-testimonios {
        height: 400px;
    }

    .logo-alianzas {
        position: absolute;
        top: 1em;
        left: 47%;
    }
}

/* tamaño mediano */
@media only screen and (min-width: 800px) and (max-width: 1199px) {
    .portada {
        height: 500px;
    }

    .aprender-ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style-type: square;
    }

    .payment-portada {
        height: 700px;
    }

    .succes-portada {
        height: 520px;
    }

    .iframe-sobre-el-curso {
        margin-top: 30px;
        height: 420px;
        width: 90%;
    }

    .img-sobre-el-profesor {
        height: 430px;
        object-fit: cover;
    }

    .img-video-fran-grande {
        height: 400px;
    }

    .img-video-fran {
        width: 90%;
        height: 250px;
    }

    .iframe-sobre-scalabl {
        margin-top: 30px;
        width: 100%;
        height: 360px;
    }

    .div-que-vas-a-aprender {
        background-color: #f1f1f1 !important;
        border-radius: 5px;
    }

    .logo-alianzas {
        position: absolute;
        top: 1em;
        left: 47%;
    }

    .botones-flotantes-portada {
        position: absolute;
        bottom: 5% !important;
        right: 5% !important;
    }

    .iframe-razorpay{
        width: 600px;
        height: 800px;
    }
}

/* tamanño chico */
@media only screen and (max-width: 799px) {

    .barra-container{
        justify-content: center !important;
    }

    #frase-barra-comienzo {
        text-align: center !important;
    }

    #descargar-programa {
        text-align: center !important;
    }

    #descargar-programa h4,
    #descargar-programa i {
        font-size: 13px;
    }

    #descargar-programa i {
        margin-left: 10px !important;
    }

    #cursa-unidad {
        text-align: center !important;
    }

    #cursa-unidad h4,
    #cursa-unidad i {
        font-size: 13px;
    }

    #cursa-unidad i {
        margin-left: 10px !important;
    }

    .portada {
        height: 490px;
    }

    .aprender-ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style-type: square;
    }

    .titulo-portada,
    .titulo-portada-payment {
        font-size: 5vw !important;
        line-height: 4.8vw !important;
    }

    .subtitulo-portada,
    .subtitulo-portada-payment {
        font-size: 2.4vw !important;
        line-height: 2.6vw !important;
    }

    .btn-comprar-portada-index {
        width: 50%;
        padding: 0.2em 0.2em !important;
        position: absolute;
        bottom: 0.5em;
        font-size: 1.2rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .iframe-sobre-el-curso {
        width: 90%;
        height: 300px;
    }

    .img-video-fran-grande {
        height: 300px;
    }

    .img-video-fran {
        width: 95%;
        height: 300px;
    }

    .iframe-testimonios {
        width: 100% !important;
        height: 300px;
    }

    .div-que-vas-a-aprender {
        background-color: #f1f1f1 !important;
        border-radius: 5px;
    }

    .iframe-sobre-scalabl {
        width: 90%;
        height: 300px;
    }

    .btn-comprar-agrandar {
        padding: 1em 2em !important;
        font-size: 2vw !important;
    }

    .vertical-nav-holder {
        display: none;
    }

    .subtitulo-2 {
        font-size: 18px;
    }

    .logo-alianzas {
        position: absolute;
        top: 2em;
        left: 1em;
    }

    .btn-comprar-portada-purple {
        font-size: 12px !important;
        letter-spacing: 0px;
        border-radius: 10px !important;
        position: relative;
    }

    .btn-comprar-func {
        font-size: 12px !important;
        letter-spacing: 0px !important;
    }

    .btn-amarillo-web,
    .comienzo-web {
        display: none;
    }

    .botones-flotantes-portada {
        position: absolute;
        bottom: 5% !important;
        right: 5% !important;
    }

    .btn-rebaja {
        background-color: #EB5F50;
        font-size: 1.1rem !important;
        padding: 5px 10px;
        border-radius: 3px;
    }

    .barra-comienzo {
        font-size: 1rem;
    }

    .barra-flotante {
        font-size: 0.8rem;
    }

    .btn-compra-portada span {
        font-size: 13px;
    }

    .row-flotante {
        font-size: 16px;
    }

    .contenido-gris-iconos img {
        height: 95px;
    }

    .img-firstfounders, .img-redlatam {
        width: 80%;
    }

    .img-gsic{width: 30%;}

    .img-leaninargentina{width: 30%; margin: 8px 0 5px;}

    .iframe-razorpay{
        width: 400px;
        height: 500px;
    }
    .img-blackfriday{height: 100px;}
}

@media only screen and (max-width: 559px) {
    .barra-container h4{
        font-size: 16px;
    }

    #curso-nav {
        padding: 0;
        height: 60px !important;
    }

    #logo img {
        width: 60px;
        padding-left: 15px;
    }

    #lang li {
        font-size: 15px;
        letter-spacing: 1px;
    }

    #mundo {
        height: 25px;
    }

    .portada {
        height: 400px;
        object-fit: cover !important;
        background-color: #f1f1f1 !important;
    }

    .payment-portada,
    .success-portada {
        background: none !important;
        background-color: #e8e8e8 !important;
    }

    .iframe-sobre-scalabl {
        width: 100%;
        height: 300px;
    }

    .div-form-contacto {
        background: none !important;
        background-color: #f1f1f1 !important;
    }

    .titulo-portada-payment {
        font-size: 6.5vw !important;
        line-height: 6.8vw !important;
    }

    .subtitulo-portada-payment {
        font-size: 3vw !important;
        line-height: 3.5vw !important;
    }

    .card-circulo {
        width: 80% !important;
    }

    .btn-comprar-portada-index {
        width: 50%;
        padding: 0.2em 0.5em !important;
        font-size: 1.2rem;
        position: absolute;
        bottom: 1em;
        left: 50%;
        transform: translateX(-50%);
    }

    .subtitulo-2 {
        font-size: 18px;
        text-align: right !important;
        font-weight: bold;
        margin-top: 15px !important;
        padding: 0 0 0 50% !important;
    }

    .aprender-ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style-type: square;
    }

    .btn-comprar-portada-purple {
        font-size: 12px !important;
        letter-spacing: 0px;
        border-radius: 10px !important;
        position: relative;
    }

    .btn-comprar-func {
        font-size: 12px !important;
        letter-spacing: 0px !important;
    }

    .botones-flotantes-portada {
        position: absolute;
        bottom: 5% !important;
        right: 5% !important;
    }
}

.testimonios {
    font-size: 30px;
}

.payment-portada {
    background: url("../img/otras/payment-g.jpg") no-repeat;
    background-size: cover;
}

.success-portada {
    background: url("../../../img/otras/success.jpg") no-repeat;
    background-size: cover;
}

/* .btn-comprar-portada {
    border-radius: 30px !important;
} */

.btn-amarillo {
    padding: 0.2em 0.8em !important;
    background-color: #FFDF63 !important;
    color: #5b455b !important;
    outline: none !important;
}

.btn-amarillo:hover {
    background-color: #ffea98 !important;
    color: #5b455b !important;
    cursor: pointer !important;
}

.btn-blanco {
    padding: 0.2em 0.8em !important;
    background-color: #ffffff !important;
    color: #5b455b !important;
    outline: none !important;
}

.btn-blanco:hover {
    background-color: #5b455b !important;
    color: #ffffff !important;
    cursor: pointer !important;
}


.btn-violeta {
    font-size: 15px;
    padding: 0.2em 0.8em !important;
    color: #fff;
    background-color: #5b455b;
    outline: none !important;
}

.btn-violeta:hover {
    opacity: 0.8;
    background-color: #5b455b;
    color: #fff;
}





/* .contenido-que-vas-a-aprender ul {
    list-style-type: square;
    list-style-position: inside;
} */



.aprender-ul li {
    padding: 2px 0;
    padding-right: 10px;
}


.img-circulos {
    width: 15% !important;
}

.card-circulo {
    width: 50%;
    margin: 0.5em auto !important;
}

.alert-mailBienvenida:hover {
    cursor: pointer;
    opacity: 0.6;
}

.div-form-contacto {
    background: url("../img/otras/contacto.jpg") no-repeat;
    background-size: cover;
}

.btn-icons-footer:hover {
    cursor: pointer;
    opacity: 0.8;
}

.div-form-newsletter {
    background-color: #f2f2f2;
}

.link_banner_success:hover {
    cursor: pointer;
    opacity: 0.8;
}

.iva-incluido {
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.p-oferta {
    font-size: 1.1rem;
    color: #dc3545;
    color: #5b455b;
    padding-left: 15px !important;
}

.texto-valor-con-descuento {
    font-size: 1.5rem;
}

.btn-comprar-payment {
    border-radius: 50px;
    font-size: 1.5rem;
    letter-spacing: 2px;
}

.texto-valor-sin-descuento {
    background-color: #FFF0F0;
    color: #dc3545;
    font-size: 1rem;
}

.texto-bullet {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
}

.link-atencion-cliente,
.link-atencion-cliente-mail {
    text-decoration: none;
    color: #5b455b;
    display: block;
    font-size: 0.9rem;
}

.link-atencion-cliente:hover {
    cursor: pointer;
    opacity: 0.8;
    color: #5b455b;
    text-decoration: none;
}

.logo-afiliados {
    position: absolute;
    z-index: 1000;
    top: 1rem;
    left: 50%;
    margin: 0;
}

.logo-afiliados:hover {
    cursor: pointer;
}

.portada {
    position: relative;
}

.link-contactanos {
    color: #5b455b !important;
    font-size: 17px !important;
}

.link-contactanos:hover {
    color: #5b455b;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
}

#go_to_boton:hover {
    cursor: pointer;
}

.fa-whatsapp {
    background-color: rgba(255, 255, 255, 0);
    color: #5b455b !important;
}

.boton-prueba {
    position: absolute;
    top: 50%;
    right: -20%;
    transform: translate(0, -50%);
    padding: 0 !important;
    margin: 0 !important;
    object-fit: cover;
    width: 100px;
}

.boton-prueba:hover {
    cursor: pointer;
    opacity: 0.7;
}

.compra-ahora {
    position: absolute;
    top: -50px;
    left: 0;
    font-weight: bold;
    font-size: 15px;
}

.tres-botones {
    background-color: #ebebeb !important;
}






@media (max-width: 575.98px) {

    .btn-amarillo {
        font-size: 15px !important;
        margin: 0;
    }

    .btn-blanco {
        font-size: 20px !important;
        margin: 0;
    }

    .btn-violeta {
        font-size: 20px !important;
        margin: 0;
    }

    .compra-ahora {
        top: -50px !important;
    }

    .boton-prueba {
        width: 80px !important;
        right: -10%;
    }

    .btn-comprar-portada {
        width: 40% !important;
        margin-left: 30% !important;
        margin-right: 30% !important;
        margin-top: 22% !important;
    }

    .contacto {
        text-align: center;
        padding: 0 !important;
        margin-left: -25px !important;
    }

    .comienzo {
        text-align: center;
    }

    .btn-comprar-portada h2 {
        font-size: 18px !important;
        text-align: center !important;
    }

    .prueba-diferente {
        width: 100px !important;
        right: -25% !important;
    }

    .btn-comprar-portada-purple {
        width: 80% !important;
    }

    .aprender-ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style-type: square;
    }
}

.btn-cursa-prueba img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.payment-small svg {
    height: 30px !important;
}

.logo-link:hover {
    cursor: pointer;
    opacity: 0.7;
}


.carousel-inner .row {
    height: 450px;
    background-color: #fff !important;
    padding: 0 200px;
}

.testimonio-imagen {
    display: flex;
    flex-direction: column;
    align-self: start;
    align-items: flex-end;
}

.testimonio-texto {
    display: flex;
    align-items: center;
    color: #5b455b;
}

.testimonio-alumni {
    color: #5b455b;
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
}

.testimonio-alumni img {
    width: 150px;
    border-radius: 50%;
    text-align: center;
    object-fit: cover;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
}

.testimonio-alumni h2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.testimonio-alumni h3 {
    text-align: center;
    font-size: 18px;
}

.testimonio-alumni p {
    font-size: 12px;
    text-align: center;
    padding: 0 50px;
}

.testimonio-texto h5 {
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

.indicator {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: #5b455b !important;
}

.carousel-indicators li {
    margin: 0 8px;
}


.barra-cursa-descarga a {
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 10px 10px !important;
}

@media (max-width: 575.98px) {

    .btn-compra{
        padding: 15px 40px !important;
        font-size: 15px !important;
    }

    .texto-descuento{
        font-size: 15px !important;
    }

    .texto-descuento span{
        font-size: 18px !important;
    }

    .frase-flotante {
        flex-flow: column !important;
    }

    .barra-flotante{
        padding: 0 !important;
    }

    .barra-cursa-descarga a {
        font-size: 16px !important;
    }

    .carousel-inner .row {
        display: flex;
        flex-direction: column;
        height: 550px;
        background-color: #fff;
        padding: 10px !important;
    }

    .testimonio-imagen {
        display: flex;
        flex-direction: column;
        align-self: start;
        align-items: flex-start;
    }

    .testimonio-imagen img {
        width: 110px !important;
    }

    .testimonio-alumni img {
        width: 120px !important;
    }

    .testimonio-texto {
        display: flex;
        align-items: center;
    }

    .testimonio-alumni {
        display: flex;
        flex-direction: row;
        align-self: center;
        align-items: center;
        justify-content: center;
        padding-top: 35px;
    }

    .t-contenido {
        padding-left: 15px;
    }

    .t-imagen {
        padding-left: 20px;
    }

    .testimonio-alumni p {
        padding: 0;
        padding-right: 10px !important;
        text-align: left !important;
    }

    .testimonio-alumni h2 {
        padding: 0 !important;
        text-align: left !important;
    }

    .testimonio-alumni h3 {
        padding: 0 !important;
        text-align: left !important;
    }

    .testimonio-texto h5 {
        padding: 0 60px;
        font-size: 18px;
    }

    .indicator {
        width: 15px !important;
        height: 15px !important;
        border-radius: 50%;
        background-color: #5b455b !important;
    }

    .carousel-indicators li {
        margin: 0 5px;
    }

    .aprender-ul span {
        display: none;
    }

    .aprender-ver-mas {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 0 auto !important;
        padding: 0 !important;
        border: none;
        color: #5b455b;
        margin-bottom: 15px;
        width: 100%;
        outline: none !important;
    }

}

@media only screen and (max-width: 1199px) {

    .testimonio-alumni p {
        padding: 0;
    }

    .testimonio-texto h5 {
        font-size: 15px;
    }

    .testimonio-imagen img {
        width: 120px;
    }

    .carousel-inner .row {
        padding: 0 50px;
    }

}

.icono-arrow {
    padding-right: 6px;
    font-size: 25px;
}

.ver-mas {
    font-weight: 600 !important;
    font-size: 16px;
    margin: 0 !important;
    padding: 0 !important;
}

.aprender-ver-mas {
    display: none;
}

.aprender-ul .show {
    display: block;
}

.carousel-item {
    background-color: #ffffff;
}

.texto-descuento {
    color: #5b455b;
}

.texto-descuento span {
    font-size: 25px;
    font-weight: bold;
}

.barra-registrate {
    background-color: #4EB0BB;
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235b455b' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235b455b' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.link-pdf:hover {
    cursor: pointer;
    opacity: 0.7;
}

.btn-compra {
    background-color: #4EB0BB;
    padding: 15px 80px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.btn-compra:hover {
    opacity: 0.7 !important;
}

.frase-flotante b span {
    color: #ffde59 !important;
}

.frase-flotante {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

#sobre-el-curso:hover, #sobre-el-profesor:hover{
    cursor: pointer;
    opacity: 0.9;
}

.descargar-programa:hover, .cursa-unidad:hover{
    cursor: pointer;
    opacity: 0.7;
}

#btn_contenido{
    padding: 10px 0;
    display: none;
}