@import "../font/font.css";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    background: #ffffff;
    font-family:'Now Regular';
    font-weight:normal;
}



.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.bg-opcionyo{
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
}
.navbar {
    height: 80px;
    margin-bottom: 20px;
}

/* .nav-link{
    color: #0066cc;
    font-family:'Now Medium';
    font-weight:normal;
    font-size: 30px;
    line-height: 50px;
    margin: 0 10px;
}


@media (min-width: 992px) {

    .nav-link{
        color: #0066cc;
        font-family:'Now Medium';
        font-weight:normal;
        font-size: 15px;
        line-height: 40px;
        margin: 0 10px;
        text-align: center!important;
    }
} */

.nav-link:hover{
    color: #2dafe6;
}

.navbar-toggler{
    position: absolute;
}
.navbar-toggler-icon{
    width: 30px;
    height: 30px;
    background: url(../img/menu.svg) no-repeat center;
    background-size: cover;
}
.btn-close-oy{
    width: 30px!important;
    height: 30px!important;
    background: url(../img/close.svg) no-repeat center!important;
    background-size: cover;
    border: none;
    position: absolute;

}
.btn-sing{
    width: 160px;
    background: #2bad70;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    margin: 30px auto 0 auto;
}
.btn-sing-24{
    width: 160px;
    background: #25D366;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    margin: 30px auto 0 auto;
}

.boton-wa-flotante{
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
}
@media (min-width: 992px) {
    .boton-wa-flotante{
        display: none;
    }

}
.btn-whatsapp-top{
    width: 40px;
    height: 40px;
    background: #25D366 url(../img/wa-top-icon.svg) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 51 102 / 10%);
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-whatsapp-top:hover{
    transform: scale(1.03);
}
.btn-whatsapp-top .whatsapp-top-txt{
    position: absolute;
    width: 150px;
    height: 30px;
    margin: 0 0 0 -160px;
}
.btn-whatsapp-top .whatsapp-top-txt p{
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    color: #2dafe6;
}
.btn-whatsapp-top .whatsapp-top-txt p b{
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    color: #0066cc;
}

.btn-whatsapp-bottom{
    width: 40px;
    height: 40px;
    background: #25D366 url(../img/wa-top-icon.svg) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 51 102 / 10%);
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-whatsapp-bottom:hover{
    transform: scale(1.03);
}
.btn-whatsapp-bottom .whatsapp-bottom-txt{
    position: absolute;
    width: 150px;
    height: 30px;
    margin: 5px 0 0 -155px;
}
.btn-whatsapp-bottom .whatsapp-bottom-txt p{
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    color: #2dafe6;
    text-align: right;
    text-shadow: 0px 0px 10px #ffffff;
}
.btn-whatsapp-bottom .whatsapp-bottom-txt p b{
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    color: #0066cc;
}
@media (min-width: 992px) {
    .btn-sing{
        width: 110px;
        background: #2bad70;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 40px;
        border-radius: 30px;
        box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
        margin: 0 auto;
    }
    .btn-sing-24{
        width: 145px;
        height: 50px;
        background: #25D366;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
        margin: 0 auto;
        font-family: Causten Bold;
        font-size: 15px;
        font-weight: 400;
        line-height: 15.75px;

    }
}

.btn-sing:hover{
    color: #fff;
    background: #2dafe6;
}
.btn-sing-24:hover{
    color: #fff;
    background: #2dafe6;
}
.navbar-brand{
    width: 164px;
    height: 35px;
    background: url(../img/opcionyo-logo.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
}
.navbar-brand-new{
    width: 190px;
    height: 45px;
    background: url(../img/opcionyo-logo-24-horizontal.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
}
.offcanvas{
    background: rgba(231, 248, 241, 0.9);
}
.intro {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

.intro .img-oy{
    width: 100%;
    display: none;
}
.intro .img-oy-mobile{
    width: 100%;
    display: block;
}

.intro .img-event{
    width: 50%;
    display: none;
}

.intro .img-event-mobile{
    width: 50%;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.intro .img-event-radio-mundo{
    width: 50%;
    display: none;
}

.intro .img-event-radio-mundo-mobile{
    width: 50%;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px){
    .intro {
        padding-top: 110px;
        position: relative;
        padding-bottom: 60px;
    }
    .intro .img-oy{
        width: 100%;
        display: block;
    }
    .intro .img-oy-mobile{
        width: 100%;
        display: none;
    }
    .intro .img-event{
        width: 50%;
        display: none;
    }

    .intro .img-event-mobile{
        width: 50%;
        display: block;
        text-align: left;
        margin-left: initial;
        margin-right: initial;
    }

    .intro .img-event-radio-mundo-mobile{
        width: 25%;
        display: block;
        text-align: left;
        margin-left: initial;
        margin-right: initial;
    }
}



.intro h1{
    margin-top: -30px;
    padding-top: 0;
    color: #0066cc;
    font-family: 'Now Black';
    font-style: normal;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 10px;
    text-align: center;
}


.intro h2{
    margin-top: 15px;
    padding-top: 0;
    color: #0066cc;
    font-family: 'Now Medium';
    font-style: italic;
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 10px;
    text-align: center;
}


@media (min-width:576px){
    .intro h1{
        margin-top: 30px;
        color: #0066cc;
        font-family: 'Now Black';
        font-style: normal;
        font-size: 30px;
        line-height: 34px;
        text-align: left;
    }

    .intro h2{
        margin-top: 25px;
        color: #0066cc;
        font-family: 'Now Medium';
        font-style: italic;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .intro h1{
        padding-top: 30px;
        color: #0066cc;
        font-family: 'Now Black';
        font-style: normal;
        font-size: 60px;
        line-height: 64px;
        text-align: left;
    }

    .intro h2{
        padding-top: 30px;
        color: #0066cc;
        font-family: 'Now Medium';
        font-style: italic;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }
}

.intro h4{
    color: #2bad70;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
    text-align: center;
}
@media (min-width:576px){
    .intro h4{
        color: #2bad70;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .intro h4{
        color: #2bad70;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 24px;
        line-height: 28px;
        text-align: left;
        padding: 0;
    }
}
.intro h3{
    color: #0066cc;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
@media (min-width:576px){
    .intro h3{
        color: #0066cc;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .intro h3{
        color: #0066cc;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 25px;
        line-height: 28px;
        text-align: left;
    }

}
.intro-mobile{
    display: block;
    margin-top: 20px;
}
.intro-full{
    display: none;

}
.video-podcast{
    width: 100%;
    height: 400px;
    margin: 10px auto;
    text-align: center;
}

.video-podcast iframe{
    width: 80%;
    height: 400px;
    border-radius: 25px;
}

@media (min-width: 992px) {
    .video-podcast iframe{
        width: 800px;
        height: 400px;
        border-radius: 25px;
    }
}
.video-influencer-mobile{
    width: 70%;
    height: auto;
    float: left;
}
.video-influencer-mobile iframe{
    width: 100%;
    height: 400px;
    border-radius: 25px;
}
.txt-influencer-mobile{
    width: 45%;
    margin: 50px 0;
    position: absolute;
    z-index: 999;
    right: 10px;
    background: #fff;
    border-radius: 25px;
    padding: 10px;
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);

}
.txt-influencer-mobile .txt h1{
    padding: 40px 0 0 0 !important;
    text-align: left!important;
    font-size: 20px!important;
    line-height: 22px!important;
}
.txt-influencer-mobile .txt h4{
    text-align: left!important;
    font-size: 14px!important;
    line-height: 16px!important;
    padding: 0!important;
}
.txt-influencer-mobile .txt h3{
    text-align: left!important;
    font-size: 14px!important;
}
@media (min-width: 768px) {
    .intro-mobile{
        display: none;
        margin-top: 20px;
    }
    .intro-full{
        display: inline-block;

    }
    .intro .titulo-influencer{
        width: 30%;
        margin: 0 2%;
        height: 500px;
        float: left;
        display: flex;
        align-items: center;
    }
    .intro .titulo-influencer h1{
        text-align: right!important;
    }
    .intro .video-influencer{
        width: 32%;
        float: left;
        text-align: center;
    }
    .intro .video-influencer iframe{
        border-radius: 25px;
        margin: 10px auto;
        width: 100%;
        height: 500px;
    }
    .intro .txt-influencer{
        width: 30%;
        margin: 0 2%;
        height: 500px;
        float: right;
        display: flex;
        align-items: center;
    }
    .intro .txt-influencer .txt{
        position: relative;
        height: auto;
        display: block;
    }
    .intro .titulo-influencer .txt h4{
        text-align: left!important;
    }
    .intro .titulo-influencer .txt h3{
        text-align: left!important;
    }
}
@media (min-width: 1200px) {
    .intro .titulo-influencer{
        width: 30%;
        margin: 0 0 0 5%;
        height: 500px;
        float: left;
        display: flex;
        align-items: center;
    }
    .intro .titulo-influencer h1{
        text-align: right!important;
    }
    .intro .video-influencer{
        width: 30%;
        float: left;
        text-align: center;
    }
    .intro .video-influencer iframe{
        border-radius: 25px;
        margin: 10px auto;
        width: 300px;
        height: 500px;
    }
    .intro .txt-influencer{
        width: 30%;
        margin: 0 5% 0 0;
        height: 500px;
        float: right;
        display: flex;
        align-items: center;
    }
    .intro .txt-influencer .txt{
        position: relative;
        height: auto;
        display: block;
    }
    .intro .titulo-influencer .txt h4{
        text-align: left!important;
    }
    .intro .titulo-influencer .txt h3{
        text-align: left!important;
    }
}
.btn-primary{
    width: auto;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #2bad70;
    border: none;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    --bs-btn-disabled-bg: #8ecfaf!important;
    display: table;
}


@media (min-width: 576px) {
    .btn-primary{
        width: auto;
        margin: 20px 0;
        background: #2bad70;
        border: none;
        text-align: center;
        color: #fff;
        line-height: 40px;
        border-radius: 30px;
        box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    }

}
.btn-agendar{
    margin: 0 auto;
    display: block;
}
@media (min-width: 992px) {
    .btn-agendar{
        margin-right: 0;
        display: block;
    }
}
.btn-cod{
    padding-left: 20px;
    padding-right: 20px;
    background: #003366;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
}
.btn-cod:hover{
    background: #0066cc;
    color: #fff;
}
.partner{
    background: #f5f7fb;
    padding: 30px 0;
}
.partner h5{
    text-align: center;
    color: #003366;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
}
.partner h4{
    text-align: center;
    color: #2bad70;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #003366;
}


@media (min-width: 992px) {
    .partner h4{
        text-align: left;
        color: #2bad70;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #003366;
    }
}

.partner h3{
    text-align: center;
    color: #0066cc;
    font-family: 'Now Bold';
    font-style: normal;
    font-size: 23px;
    line-height: 29px;
}


@media (min-width: 992px) {
    .partner h3{
        text-align: left;
        color: #0066cc;
        font-family: 'Now Bold';
        font-style: normal;
        font-size: 24px;
        line-height: 30px;
    }
}

.planes{
    background: #e7f8f1;
    padding: 30px 0;
}
.planes h5{
    text-align: center;
    color: #2bad70;
    font-family:'Now Medium';
    font-weight:normal;
    font-size: 24px;
    line-height: 28px;
    margin: 0 10px;
}
.img-partner-logos{
    width: 120px;
    height: 40px;
    display: inline-grid;
}
@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .img-partner-logos{
        width: 140px;
        height: 40px;
        display: inline-grid;
    }
}

@media (min-width: 992px) {
}

.min{
    transform: scale(0.9);
}
@media (max-width: 992px) {
    .min{
        transform: scale(1);
    }
}
.plan-box{
    background: #fff;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 5px 30px rgb(0 51 102 / 15%);
    position: relative;
    overflow: hidden;
}
.popular{
    background: #d82e62;
    width: 180px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    transform: rotate(45deg);
    right: -55px;
    top: 30px;
}
.plan-box .plan-top{
    border-radius: 20px 20px 0 0;
    background: #2dafe6;
    font-family: 'Now Black';
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.destacado .plan-top{
    background: #2bad70!important;
}
.plan-box .plan-container{
    padding: 20px;
}
.plan-box .plan-container h4{
    font-family: 'Now Regular';
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.plan-box .plan-container h4 b{
    font-family: 'Now Bold';
    font-size: 20px;
}
.plan-box .plan-container .precios{
    width: auto;
    height: 35px;
    margin:0 auto!important;
    display: table;
    position: relative;
}

.plan-box .plan-container .precios .costo{
    width: auto;
    height: 35px;
    padding: 0 5px;
    margin: 0!important;
    float: left;
    text-align: left;
}
.plan-box .plan-container .precios .costo span.moneda{
    font-family: 'Now Regular';
    font-size: 15px;
    line-height: 25px;
    float: right;
    width: 30px;
    height: 35px;
    text-align: center;
    position: relative;
}
.plan-box .plan-container .precios .costo span.monto{
    font-family: 'Now Medium';
    font-size: 30px;
    line-height: 35px;
    text-decoration: line-through;
    float: right;
    min-width: 40px;
    width: auto;
    height: 35px;
    text-align: center;
    position: relative;
}
.plan-box .plan-container .precios .costo span.decimal{
    font-family: 'Now Bold';
    font-size: 15px;
    line-height: 20px;
    float: right;
    width: auto;
    height: 35px;
    text-align: left;
    position: relative;
}
.plan-box .plan-container .precios .descuento{
    width: auto;
    height: 35px;
    padding: 0 5px;
    margin: 0!important;
    float: right;
    text-align: left;
    border-left: 3px solid #2dafe6;
}
.destacado .plan-container .precios .descuento{
    border-left: 3px solid #2bad70!important;
}
.plan-box .plan-container .precios .descuento span.moneda{
    font-family: 'Now Regular';
    font-size: 15px;
    line-height: 25px;
    float: left;
    width: auto;
    height: 35px;
    text-align: center;
    position: relative;
}
.plan-box .plan-container .precios .descuento span.monto{
    font-family: 'Now Bold';
    font-size: 35px;
    line-height: 35px;
    float: left;
    min-width: 40px;
    width: auto;
    height: 35px;
    text-align: center;
    position: relative;
}
.plan-box .plan-container .precios .descuento span.decimal{
    font-family: 'Now Bold';
    font-size: 15px;
    line-height: 20px;
    float: left;
    width: auto;
    height: 35px;
    text-align: left;
    position: relative;
}
.plan-box .plan-container .oferta{
    font-family: 'Now Medium';
    text-align: center;
    color: #2dafe6;
    line-height: 15px;
    font-size: 15px;
    padding: 20px;
}

.destacado .plan-container .oferta{
    color: #d82e62!important;
}
.plan-box .plan-container .oferta span{
    text-align: center;
    background: #2dafe6;
    color: #fff;
    line-height: 15px;
    font-size: 15px;
    padding: 5px 10px;
    margin: 0 5px;
    border-radius: 20px;
}
.destacado .plan-container .oferta span{
    background: #d82e62!important;
}
.icon-planes {
    min-height: 250px;
    list-style: none;
    padding-left: 0;
    line-height: 16px;
    font-size: 15px;
    font-family: 'Now Regular';
}
.icon-planes b{
    font-family: 'Now Bold';
}
@media (max-width: 992px) {
    .icon-planes {
        min-height:auto;
    }
}
.icon-planes li {
    padding-left: 21px;
    margin-bottom: 15px;
    position: relative;
}
.icon-planes li::before {
    content: "\F5E0";
    font-family: "Material Design Icons";
    color: #2dafe6;
    position: absolute;
    left: -2px;
    font-size: 20px;
}
.destacado .icon-planes li::before {
    color: #2bad70!important;
}
.plan-box .plan-container .comprar{
    text-align: center;
    padding-bottom: 10px;
}
.plan-box .plan-container .comprar .btn-planes{
    width: 180px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #2dafe6;
    text-align: center;
    color: #2dafe6;
    line-height: 40px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
}
.destacado .plan-container .comprar .btn-planes{
    border: 2px solid #2bad70!important;
    background: #2bad70!important;
    color: #fff!important;
}
.plan-box .plan-container .comprar .btn-planes:hover{
    color: #fff;
    background: #2dafe6;
}
.destacado .plan-container .comprar .btn-planes:hover{
    border: 2px solid #2dafe6!important;
    color: #fff!important;
    background: #2dafe6!important;
}



main{
    margin: 0!important;
    padding: 0!important;
}

footer{
    background: #f3f3f3;
    margin: 0!important;
    padding: 0 0 10px 0;
}
footer h4{
    margin-top: 30px;
    font-family: 'Now Bold';
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    text-align: center;
}
footer ul.nav li.nav-item{
    padding: 4px 0;
    margin: 0;
    text-align: center;
    line-height: 13px;
}
footer ul.nav li.nav-item a{
    font-family: 'Now Light';
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    color: #242f3e;
    text-decoration: none;

}
footer .footer-social{
    margin-top: 30px;
    background: #f5f7fb;
}
footer .footer-social ul.social{
    list-style: none;
    margin: 0 auto;

}
footer .footer-social ul.social li{
    list-style: none;
    display: inline-grid;
}
footer .footer-social ul.social li .icon-social{
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    color: #242f3e;
    margin: 10px 5px;
}
footer p.disclaimer{
    font-family: 'Now Light';
    font-style: normal;
    font-size: 10px;
    color: #242f3e;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
}


@media (min-width: 576px) {
    footer{
        background: #f3f3f3;
        margin: 0!important;
        padding: 30px 0 0 0;
    }
    footer h4{
        margin-top: 5px;
        font-family: 'Now Bold';
        font-size: 14px;
        color: #666666;
        text-transform: uppercase;
        text-align: left;
    }
    footer ul.nav li.nav-item{
        padding: 4px 0;
        margin: 0;
        text-align: left;
        line-height: 13px;
    }
    footer ul.nav li.nav-item a{
        font-family: 'Now Light';
        font-style: normal;
        font-size: 12px;
        line-height: 12px;
        color: #242f3e;
        text-decoration: none;
    }
    footer .footer-social{
        margin-top: 30px;
        background: #f5f7fb;
        padding-bottom: 20px;
    }
    footer .footer-social ul.social{
        list-style: none;
    }
    footer .footer-social ul.social li{
        list-style: none;
        display: inline-grid;
    }
    footer .footer-social ul.social li .icon-social{
        background: #fff;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        font-size: 24px;
        text-align: center;
        color: #242f3e;
        margin: 10px 5px;
    }

}

@media (min-width: 992px) {
    footer p.disclaimer{
        font-family: 'Now Light';
        font-style: normal;
        font-size: 10px;
        color: #242f3e;
        text-align: right;
        margin: 0;
        padding: 10px 0 0 0;
    }
}
@media (min-width: 1400px) {
}
.accordion-body{
    padding-top: 0!important;
}
.accordion-item h3{
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    padding: 0;
    margin: 0;
}


.carousel{
    padding: 0 0!important;
    margin: 0 auto;
    max-width: 100%;
    max-height: 240px;
    height: auto;
}
.marcas-carousel{
    height: auto!important;
}
.testimonios-desktop{
    display: none;
}
.marcas-desktop{
    display: none;
}
.testimonios-mobile{
    display: block;
}
.marcas-mobile{
    display: block;
}
.carousel-control-prev {
    left: -5px;
}

.carousel-control-next {
    right: -5px;
}

.banderita{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    margin: -2px;
    background-position: center;
}
span.bandera b{
    color: #0067CE;
    font-size: 16px;
    line-height: 18px;
    font-family:'Now Regular';
    font-weight:normal;
}
span.bandera{
    color: #003366;
    font-size: 16px;
    line-height: 16px;
    font-family:'Now Regular';
    font-weight:normal;
}

.testimonios{
    width: 80%;
    height: 200px;
    background: #fff;
    padding: 30px 15px;
    margin: 20px auto;
    box-shadow: 0px 5px 20px rgb(0 51 102 / 5%);
    border-radius: 20px;
    background: url(../img/testimonio.svg) left top no-repeat;
    background-size: 40px;
}
@media (min-width: 992px) {
    .testimonios{
        width: 100%;
        height: 200px;
        background: #fff;
        padding: 30px;
        margin: 20px auto;
        box-shadow: 0px 5px 20px rgb(0 51 102 / 5%);
        border-radius: 20px;
        background: url(../img/testimonio.svg) left top no-repeat;
        background-size: 40px;
    }
}
.testimonios p{
    color: #003366;
    font-size: 14px;
    line-height: 18px;
    font-family:'Now Regular';
    font-weight:normal;
}
.testimonios-podcast{
    width: 100%;
    height: 220px;
    background: #fff;
    padding: 30px;
    margin: 20px auto;
    box-shadow: 0px 5px 20px rgb(0 51 102 / 5%);
    border-radius: 20px;
    background: url(../img/testimonio.svg) left top no-repeat;
    background-size: 60px;
}
h4.title-slide{
    font-family: 'Now Bold';
    font-size: 30px;
    color: #0067CE;
    text-transform: uppercase;
    text-align: left;
    border: none;
    padding: 10px 0;
    text-align: center;
}
@media (min-width: 992px) {
    h4.title-slide{
        font-family: 'Now Bold';
        font-size: 30px;
        color: #0067CE;
        text-transform: uppercase;
        text-align: left;
        border: none;
        padding: 100px 0;
        text-align: left;
    }
}
.testimonios-podcast p{
    color: #0067CE;
    font-size: 16px;
    line-height: 18px;
    font-family:'Now Regular';
    font-weight:normal;
    margin-top: 30px;
}
@media (min-width: 992px) {
    .testimonios-desktop{
        display: block;
    }
    .marcas-desktop{
        display: flex!important;
    }
    .testimonios-mobile{
        display: none;
    }
    .marcas-mobile{
        display: none;
    }
    .carousel-control-prev {
        left: -50px;
    }

    .carousel-control-next {
        right: -50px;
    }
    .testimonios p{
        color: #003366;
        font-size: 15px;
        line-height: 19px;
        font-family:'Now Regular';
        font-weight:normal;
    }
}

.telefono-oy{
    max-width: 300px;
    height: auto;
    display: block;
    height: 600px;
    position: relative;
    margin: 0 auto;
}
@media (min-width: 576px) {
    .telefono-oy{
        max-width: 370px;
        margin: 0 auto;
        display: block;
        height: 600px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

.especialistas-oy{
    width: 240px;
    height: 440px;
    border-radius: 30px;
    margin: 0 auto;

}
@media (min-width: 576px) {
    .especialistas-oy{
        width: 270px;
        height: 495px;
        border-radius: 30px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

.telefono-oy-content{
    width: 100%;
    height: 440px;
    border-radius: 30px;
    box-shadow: 0px 5px 30px rgb(0 51 102 / 10%);
    margin: 0 auto;
    overflow: hidden;
    z-index: 0;
    position: relative;
}
.telefono-oy-content-marco{
    z-index: 1;
    width: 240px;
    height: 440px;
    background: url(../img/marco-cel.svg) center center;
    position: absolute;
}
@media (min-width: 576px) {
    .telefono-oy-content{
        width: 100%;
        height: 495px;
        border-radius: 30px;
        box-shadow: 0px 5px 30px rgb(0 51 102 / 10%);
        margin: 0 auto;
        overflow: hidden;
        z-index: 0;
    }
    .telefono-oy-content-marco{
        z-index: 1;
        width: 270px;
        height: 495px;
        background: url(../img/marco-cel.svg) center center;
        position: absolute;
    }
}
.telefono-oy .carousel{
    height: 200px;
}
@media (min-width: 576px) {
    .telefono-oy .carousel{
        height: 260px;
    }
}
.telefono-oy .carousel .carousel-inner{
    padding: 0;
    margin: 15px auto 0 auto;
    width: 230px;
    height: 200px;
}
@media (min-width: 576px) {
    .telefono-oy .carousel .carousel-inner{
        padding: 0;
        margin: 15px auto 0 auto;
        width: 250px;
        height: 225px;

    }
}
.telefono-oy .carousel .carousel-inner .carousel-item{
    height: 200px;
}
@media (min-width: 576px) {
    .telefono-oy .carousel .carousel-inner .carousel-item{
        height: 260px;
    }
}
.telefono-oy .carousel .carousel-inner .carousel-item .carousel-caption{
    top: 10px;
    padding-top: 10px;
}
.telefono-oy .carousel .carousel-inner .carousel-item .carousel-caption h5{
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    padding: 0!important;
    margin: 0!important;
    color: #fff;
}
@media (min-width: 576px) {
    .telefono-oy .carousel .carousel-inner .carousel-item .carousel-caption{
        top: 15px;
    }
    .telefono-oy .carousel .carousel-inner .carousel-item .carousel-caption h5{
        width: 100%;
        font-size: 17px;
        line-height: 17px;
        padding: 0!important;
        margin: 0!important;
        color: #fff;
    }

}
.telefono-oy .paciente-oy{
    width: 240px;
    height: 180px;
    margin: 0 auto;
}
.telefono-oy .paciente-text{
    width: 240px;
    height: 40px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background: #00acdf;
    font-size: 14px;
}
@media (min-width: 576px) {
    .telefono-oy .paciente-oy{
        width: 270px;
        height: 200px;
    }
    .telefono-oy .paciente-text{
        width: 270px;
        height: 40px;
        padding: 5px 0;
        text-align: center;
        color: #fff;
        background: #00acdf;
    }

}
.telefono-oy .carousel-indicators {
    width: 300px;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    justify-content: center;
    padding: 0!important;
    margin: 30px 0 40px 0!important;
    list-style: none;
}
@media (min-width: 576px) {
    .telefono-oy .carousel-indicators {
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        justify-content: center;
        padding: 0!important;
        margin: 30px 0px 40px 0!important;
        list-style: none;
    }
}
.pos-1{
    left: 0%;
    bottom: -40px!important;
    position: absolute;
}
.pos-2{
    left: 20%;
    bottom: -15px!important;
    position: absolute;
}
.pos-4{
    right: 20%;
    bottom: -15px!important;
    position: absolute;
}
.pos-5{
    right: 0;
    bottom: -40px!important;
    position: absolute;
}
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

.telefono-oy .carousel-indicators button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-grid;
    border: 3px solid white;
    margin: 5px auto;

}
.telefono-oy .carousel-indicators .active{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #66ffb2;
}
@media (min-width: 576px) {

    .telefono-oy .carousel-indicators button{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: inline-grid;
        border: 4px solid white;
        margin: 5px auto;

    }
    .telefono-oy .carousel-indicators .active{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 4px solid #66ffb2;
    }
    .pos-1{
        left: -8%;
        bottom: -70px!important;
        position: absolute;
    }
    .pos-2{
        left: 15%;
        bottom: -30px!important;
        position: absolute;
    }
    .pos-4{
        right: 15%;
        bottom: -30px!important;
        position: absolute;
    }
    .pos-5{
        right: -8%;
        bottom: -70px!important;
        position: absolute;
    }

}
.video{
    background: #fff;
    padding: 30px 0 50px 0;
}
.video .img-video-star{
    width: 210px;
    margin: 0 auto!important;
    position: relative;
    display: block;
}
.video .video-oy{
    width: 100%;
    height: 250px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 30px rgb(0 51 102 / 5%);
}
.video .btn-primary{
    width: auto;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #2bad70;
    border: none;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    --bs-btn-disabled-bg: #8ecfaf!important;
    display: table;
}


@media (min-width: 992px) {
    .video .btn-primary{
        width: auto;
        margin: 20px 0;
        background: #2bad70;
        border: none;
        text-align: center;
        color: #fff;
        line-height: 40px;
        border-radius: 30px;
        box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    }

}

@media (min-width: 992px) {
    .video .img-video-star{
        width: 210px;
        margin: 0 auto!important;
        position: relative;
        display: inline;
    }
    .video .video-oy{
        width: 540px;
        height: 400px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 5px 30px rgb(0 51 102 / 5%);
    }
}

.video h2{
    color: #0066cc;
    font-family: 'Now Black';
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}
.video p{
    text-align: center;
    color: #003366;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 10px 0;
}
@media (min-width: 992px) {
    .video h2{
        text-align: left;
        color: #0066cc;
        font-family: 'Now Black';
        font-style: normal;
        font-size: 28px;
        line-height: 32px;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .video p{
        text-align: left;
        color: #003366;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 16px;
        line-height: 22px;
        padding: 0;
        margin: 10px 0;
    }
}
.contacto{
    background: #fff;
}
.contacto .contacto-box{
    background: #fff;
    box-shadow: 0px 5px 30px rgb(0 51 102 / 5%);
    border-radius: 20px;
    padding: 40px 20px;
}
.contacto .contacto-box h1{
    color: #0066cc;
    font-family: 'Now Black';
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.contacto .contacto-box p{
    color: #003366;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.contacto .contacto-box a.btn-wa{
    width: 150px;
    background: #2bad70;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    margin: 0 auto;
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px 0 5px;
}
.contacto .contacto-box a.btn-wa i{
    font-size: 24px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}
@media (min-width: 992px) {
    .contacto .contacto-box{
        background: #fff;
        box-shadow: 0px 5px 30px rgb(0 51 102 / 5%);
        border-radius: 20px;
        padding: 40px;
    }
    .contacto .contacto-box h1{
        color: #0066cc;
        font-family: 'Now Black';
        font-style: normal;
        font-size: 40px;
        line-height: 40px;
        text-align: left;
        margin-bottom: 0;
    }
    .contacto .contacto-box p{
        color: #003366;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    .contacto .contacto-box a.btn-wa{
        width: 150px;
        background: #2bad70;
        text-align: left;
        color: #fff;
        line-height: 40px;
        border-radius: 30px;
        box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
        margin: 0;
        font-size: 16px;
        line-height: 50px;
        padding: 0 25px 0 5px;
    }
    .contacto .contacto-box a.btn-wa i{
        font-size: 24px;
        position: absolute;
        margin-top: 10px;
        margin-left: 10px;
    }
}
.pagos{
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}
.pagos .pago-container h1{
    text-align: left;
    color: #0066cc;
    font-family: 'Now Black';
    font-style: normal;
    font-size: 40px;
    line-height: 44px;
}
.pagos .pago-container h2{
    text-align: left;
    color: #2bad70;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
}
.pagos .pago-container p{
    text-align: left;
    color: #202e3c;
    font-family: 'Now Regular';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}
.pagos .pago-container p b{
    font-family: 'Now Medium';
    font-style: normal;
}
.pagos .pago-container label.form-label{
    font-family: 'Now Medium';
    font-size: 14px;
    color:#003366;
    margin: 0!important;
}
.pagos .pago-container input.form-control{
    border: 1px solid #dae0e8;
    border-radius: 5px;
    margin-bottom: 5px;
}
.pagos .pago-container input.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #2dafe6;
    outline: 0;
    box-shadow: none;
}
.pagos .pago-container input.form-check-input{
    width: 20px;
    height: 20px;
    margin-top: 7px;
}


.pagos .pago-container input.form-check-input:active {
    filter: brightness(90%);
}
.pagos .pago-container input.form-check-input:focus {
    border-color: #36ffb2;
    outline: 0;
    box-shadow: none;
}
.pagos .pago-container input.form-check-input:checked {
    background-color: #2bad70;
    border-color: #06c465
}
.pagos .pago-container label.form-check-label-terms{
    font-family: 'Now Medium';
    font-size: 14px;
    line-height: 16px;
    color:#003366;
    margin-left: 5px!important;
    margin-top: 7px!important;
}
.pagos .pago-container .alert-check-pago-form{
    color: #2bad70;
    font-family: 'Now Medium';
    font-size: 14px;
}
.pagos .pago-container .alert-check-pago-form i{
    font-size: 16px;
    margin-right: 5px;
}
.pagos .pago-container .alert-pago-form{
    color: #d82e62;
    font-family: 'Now Medium';
    font-size: 14px;
}
.pagos .pago-container .alert-pago-form i{
    font-size: 16px;
    margin-right: 5px;
}
.check-pago{
    float: left;
    margin-right: 20px;
}
.detalle-precio{
    background: #f5f7fb;
    border: 1px solid #dae0e8;
    border-radius: 10px;
    padding: 10px;
}
.detalle-precio .item-detalle{
    display: inline-table;
    width: 63%;
    position: relative;
    font-size: 12px;
    line-height: 13px;
}
.detalle-precio .item-detalle-costo{
    width: 35%;
    display: inline-table;
    text-align: right!important;
    position: relative;
    font-size: 20px;
    font-family: 'Now Regular';
}
.detalle-precio .item-detalle-costo-final{
    width: 35%;
    display: inline-table;
    text-align: right!important;
    position: relative;
    font-size: 24px;
    font-family: 'Now Regular';
}
.detalle-precio hr{
    margin: 5px 0;
}
.pagos .pago-ok{
    background: #f5f7fb;
    border-radius: 20px;
    position: relative;
    text-align: center;
    padding: 50px 20px;
}
.pagos .pago-ok .img-aprobado{
    width: 80px;
}
.pagos .pago-ok h3{
    color: #2bad70;
    font-family: 'Now Regular';
    font-size: 24px;
    line-height: 50px;
}
.pagos .pago-ok h2{
    color: #0066cc;
    font-family: 'Now Medium';
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -1px;
}
.pagos .pago-ok h2 b{
    font-family: 'Now Bold';
    color: #2bad70!important;
}
.pagos .pago-mensaje h1{
    color: #202e3c;
    font-family: 'Now Medium';
    font-size: 24px;
    line-height: 30px;
}
.pagos .pago-mensaje p{
    color: #003366;
    font-family: 'Now Regular';
    font-size: 24px;
    line-height: 30px;
}
.pagos .pago-mensaje p b{
    color: #2bad70!important;
    font-family: 'Now Bold';
}
.agenda{
    position: relative;
    text-align: center;
    padding: 20px;
}
.agenda .img-agenda{
    width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    border-radius: 50%;
    overflow: hidden;
}
.agenda h2{
    color: #2bad70;
    font-family: 'Now Bold';
    font-size: 24px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
.agenda h3{
    color: #202e3c;
    font-family: 'Now Medium';
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
.agenda p{
    color: #003366;
    font-family: 'Now Regular';
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
.agenda-calendar{
    position: relative;
    box-shadow: 0px 5px 30px rgb(0 51 102 / 15%);
    border-radius: 10px;
    margin-bottom: 20px;
}
.horario p{
    color: #003366;
    font-family: 'Now Regular';
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.horario .hora{
    padding: 5px 10px;
    color: #003366;
    font-family: 'Now Medium';
    font-size: 14px;
    margin: 0;
    background: #fff;
    box-shadow: 0px 5px 30px rgb(0 51 102 / 10%);
    border-radius: 20px;
    display: inline-flex;
}

.modal-content{
    background: #f5f7fb!important;
    border: 1px solid #fff;
    border-radius: 20px;
}
.modal-body, .modal-header, .modal-footer{
    border: none!important;
}
.modal-body .img-agenda-modal{
    width: 40%;
    display: block;
    margin: 0 auto;
}
.modal-body h2{
    color: #2bad70;
    font-family: 'Now Medium';
    font-size: 24px;
    line-height: 28px;
    padding: 20px 10px;
    margin: 0;
    text-align: center;
}

/*test*/
.plan-test{
    width: 90%;
    min-height: 500px;
    margin: 100px auto 0 auto;
    text-align: center;
}
@media (min-width: 992px) {
    .plan-test{
        width: 900px;
        min-height: 500px;
        margin: 100px auto 0 auto;
        text-align: center;
    }
}
.plan-test h1{
    width: 100%;
    margin: 20px auto;
    color: #2bad70;;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1px;
}
@media (min-width: 992px) {
    .plan-test h1{
        width: 70%;
        margin: 30px auto 20px auto;
        color: #2bad70;;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0;
    }
}
.plan-test h2{
    height: 20px;
    font-family: 'Now Black';
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-test .detalle-plan{
    border:1px solid #F3F6FA;
    padding: 25px 10px 5px 10px;
    border-radius: 30px;
    text-align: left;
}

.plan-test .detalle-plan .icon-planes{
    font-size: 16px;
    line-height: 20px;
}
.plan-test .detalle-datos{
    margin-top: 10px;
    border:1px solid #F3F6FA;
    padding: 30px 10px 30px 10px;
    border-radius: 30px;
    text-align: left;
}
@media (min-width: 992px) {
    .plan-test .detalle-plan{
        border:1px solid #F3F6FA;
        padding: 30px;
        border-radius: 30px;
        text-align: left;
    }
    .plan-test .detalle-datos{
        margin-top: 28px;
        border:1px solid #F3F6FA;
        padding: 30px;
        border-radius: 30px;
        text-align: left;
    }
}
.plan-test .detalle-datos label{
    width: 30%;
}
.plan-test .detalle-datos input{
    width: 100%;
    font-family: 'Lato', sans-serif;
    border:1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
}
.plan-test .detalle-datos input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #2dafe6;
    outline: 0;
    box-shadow: none;
}
.test{
    width: 90%;
    max-width: 500px;
    min-height: 500px;
    margin: 100px auto 0 auto;
    text-align: center;
}
.test h1{
    width: 100%;
    color: #2bad70;;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
}
@media (min-width: 992px) {
    .test h1{
        color: #2bad70;;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0;
        padding: 0;
        margin: 0;
    }
    .plan-test .detalle-datos input{
        width: 240px;
        font-family: 'Lato', sans-serif;
        border:1px solid #ccc;
        border-radius: 3px;
        padding: 5px;
    }

}
.test h6{
    width: 100%;
    color: #2bad70;;
    font-family: 'Now Regular';
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -1px;
}
@media (min-width: 992px) {
    .test h6{
        color: #2bad70;;
        font-family: 'Now Regular';
        font-style: normal;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0;
    }
}
.test img{
    width: 250px;
    margin: 20px auto;
}
.test h3{
    text-align: center;
    font-family: 'Now Medium';
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -1px;
    color: #003366;
}
@media (min-width: 576px) {
    .test h3{
        text-align: center;
        font-family: 'Now Medium';
        font-size: 24px;
        line-height: 28px;
        color: #003366;
    }
}
.test .top-test{
    margin: 20px auto;
    text-align: center;
    position: relative;
}
.test .top-test h6{
    font-size: 18px;
    line-height: 30px;
    color: #2bad70;
}
.btn-back{
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../img/back.svg) no-repeat center;
    display: inline-grid;
    left: 0;
}
.test .progress{
    height: 10px;
    border-radius: 20px;
    margin: 20px auto 40px auto;
}
.test .pregunta{
    width: 100%;
    height: 180px;
    background: #F3F6FA;
    padding: 40px;
    border-radius: 30px;
    text-align: center;
    color: #122D5A;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
}
@media (min-width: 576px) {
    .test .pregunta{
        width: 100%;
        height: 130px!important;
        background: #F3F6FA;
        padding: 40px;
        border-radius: 30px;
        text-align: center;
        color: #122D5A;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 22px;
        line-height: 26px;
    }
}
.test .puntaje{
    margin: 30px auto;
    width: 100%;
    height: 120px;
    background: #F3F6FA;
    padding: 30px 20px;
    border-radius: 30px;
    text-align: center;
    color: #122D5A;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
}
.pregunta-informacion{
    margin: 30px auto;
    width: 100%;
    min-height: 100px;
    height: auto;
    background: #F3F6FA;
    padding: 20px;
    border-radius: 30px;
    text-align: center;

}
.pregunta-informacion p{
    color: #122D5A;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    margin: 5px 0;
    padding: 10px 0;
    border-bottom: 1px solid #dae0e8;
}
@media (min-width: 576px) {
    .pregunta-informacion p{
        color: #122D5A;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        margin: 5px 0;
        padding: 10px 0;
        border-bottom: 1px solid #dae0e8;
    }
}
.pregunta-informacion .form-check{
    margin: 10px 0;
}
.pregunta-informacion .form-check label{
    margin: 4px 0 0 5px;
}
.form-check{
    text-align: left;
    font-family: 'Now Regular';
    font-size: 18px;
    line-height: 30px;
}
.test .puntaje .rango-uno{
    float: left;
    width: 8%;
    text-align: center;
}
.test .puntaje .rango-cinco{
    float: right;
    width: 8%;
    text-align: center;
}
.test .puntaje .range-wrap {
    width: 84%;
    position: relative;
    display: block;
    float: left;
}
.test .puntaje .op1{
    width: 20%;
    color: #999;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    float: left;
    text-align: left;
}

.test .puntaje .op2{
    width: 20%;
    color: #999;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    float: left;
    text-align: center;
}
.test .puntaje .op3{
    width: 20%;
    color: #999;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    float: left;
    text-align: center;
}
.test .puntaje .op4{
    width: 20%;
    color: #999;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    float: left;
    text-align: center;
}
.test .puntaje .op5{
    width: 20%;
    color: #999;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    float: left;
    text-align: right;
}
.test .puntaje .range {
    width: 100%;
}
.test .puntaje .bubble {
    background: #0066cc;
    color: white;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    top: -40px;
}
/*.test .puntaje .bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #2bad70;
  top: 50px;
  left: 50%;
}*/

/*generated with Input range slider CSS style generator (version 20211225)
https://toughengineer.github.io/demo/slider-styler*/
input[type=range].styled-slider {
    height: 10px;
    -webkit-appearance: none;
}

/*progress support*/
input[type=range].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 20px + var(--ratio) * (100% - 20px));
}

input[type=range].styled-slider:focus {
    outline: none;
}

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #0066cc;
    border: none;
    box-shadow: none;
    margin-top: calc(10px * 0.5 - 20px * 0.5);
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
    height: 10px;
    border: none;
    border-radius: 20px;
    background: #efefef;
    box-shadow: none;
}

input[type=range].styled-slider::-webkit-slider-thumb:hover {
    background: #0066cc;
}

input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
    background: #e5e5e5;
}

input[type=range].styled-slider::-webkit-slider-thumb:active {
    background: #0066cc;
}

input[type=range].styled-slider:active::-webkit-slider-runnable-track {
    background: #f5f5f5;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
    background: linear-gradient(#0066cc,#0066cc) 0/var(--sx) 100% no-repeat, #efefef;
}

input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
    background: linear-gradient(#0066cc,#0066cc) 0/var(--sx) 100% no-repeat, #e5e5e5;
}

input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
    background: linear-gradient(#0066cc,#0066cc) 0/var(--sx) 100% no-repeat, #f5f5f5;
}

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #0066cc;
    border: none;
    box-shadow: none;
}

input[type=range].styled-slider::-moz-range-track {
    height: 10px;
    border: none;
    border-radius: 20px;
    background: #efefef;
    box-shadow: none;
}

input[type=range].styled-slider::-moz-range-thumb:hover {
    background: #0066cc;
}

input[type=range].styled-slider:hover::-moz-range-track {
    background: #e5e5e5;
}

input[type=range].styled-slider::-moz-range-thumb:active {
    background: #0066cc;
}

input[type=range].styled-slider:active::-moz-range-track {
    background: #f5f5f5;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
    background: linear-gradient(#0066cc,#0066cc) 0/var(--sx) 100% no-repeat, #efefef;
}

input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
    background: linear-gradient(#0066cc,#0066cc) 0/var(--sx) 100% no-repeat, #e5e5e5;
}

input[type=range].styled-slider.slider-progress:active::-moz-range-track {
    background: linear-gradient(#0066cc,#0066cc) 0/var(--sx) 100% no-repeat, #f5f5f5;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
    background: transparent;
    border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
    background: transparent;
    border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #0066cc;
    border: none;
    box-shadow: none;
    margin-top: 0;
    box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
    height: 10px;
    border-radius: 20px;
    background: #efefef;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
}

input[type=range].styled-slider::-ms-thumb:hover {
    background: #0066cc;
}

input[type=range].styled-slider:hover::-ms-track {
    background: #e5e5e5;
}

input[type=range].styled-slider::-ms-thumb:active {
    background: #0066cc;
}

input[type=range].styled-slider:active::-ms-track {
    background: #f5f5f5;
}

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
    height: 10px;
    border-radius: 20px 0 0 20px;
    margin: -undefined 0 -undefined -undefined;
    background: #0066cc;
    border: none;
    border-right-width: 0;
}

input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
    background: #0066cc;
}

input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
    background: #0066cc;
}

input[type="radio"] {
    width: 25px;
    height: 25px;
}
input[type="radio"]:checked, input[type="radio"]:focus, input[type="radio"]:hover, input[type="radio"]:active {
    background: #2bad70;
    border: none;
    box-shadow: none;
}


.btn-empezar{
    width: 180px;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #0066cc;
    border: none;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    display: block;
}
.btn-empezar:hover{
    background: #2bad70;
    color: #fff;
}
.btn-empezar:focus, .btn-empezar:active{
    background: #2bad70!important;
    color: #fff!important;
}

.btn-test{
    width: 180px;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #2bad70;
    border: none;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    display: block;
}
.btn-test:hover{
    background: #0066cc;
    color: #fff;
}
.btn-test:focus, .btn-test:active{
    background: #0066cc;
    color: #fff;
}
.btn-sesion{
    width: 240px;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    border: 1px solid #0066cc;
    text-align: center;
    color: #0066cc;
    line-height: 40px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    display: block;
}
.btn-sesion:hover{
    background: #0066cc;
    color: #fff;
}
.btn-sesion:focus, .btn-sesion:active{
    background: #0066cc;
    color: #fff;
}
.resultado-test{

}
.resultado-test .grafico{
    max-width: 500px;
}

.resultado-test h1{
    width: 100%;
    margin: 20px auto 5px auto;
    color: #2bad70;;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1px;
}
@media (min-width: 992px) {
    .resultado-test h1{
        width: 70%;
        margin: 30px auto 20px auto;
        color: #2bad70;;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0;
    }
}
.resultado-test h3{
    color: #282828;
    font-family:'Now Regular';
    font-size: 18px;
    text-align: center;
}

.plan-agenda{
    width: 100%;
    min-height: 500px;
    margin: 120px auto 80px auto;
    text-align: center;
}
@media (min-width: 992px) {
    .plan-agenda{
        width: 900px;
        min-height: 500px;
        margin: 130px auto 0 auto;
        text-align: center;
    }
}
.sesion-informacion{
    margin: 30px auto;
    width: 100%;
}

.sesion-informacion .detalle-agenda{
    width: 90%;
    margin: 20px auto;
    position: relative;
    border: 1px solid #dae0e8;
    height: auto;
    padding: 20px;
    border-radius: 30px;
}
.sesion-informacion .img-agenda{
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.sesion-informacion .img-agenda .img-full-1{
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../img/semilla.jpg);
    z-index: 0;
    position: absolute;
}
.sesion-informacion .img-agenda .img-full-2{
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../img/semilla-germinando.jpg);
    z-index: 1;
    position: absolute;

    opacity: 0;
    animation-name: semilla;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@keyframes semilla {
    0%   {opacity: 0;}
    50%  {opacity: 1;}
    100% {opacity: 0;}

}
.sesion-informacion .img-agenda .frase{
    position: absolute;
    color: #fff;;
    font-family: 'Now Black';
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    width: 45%;
    z-index: 3;
    margin-top: 80px;
    margin-left: 30px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.sesion-informacion .detalle-agenda h3{
    color: #2bad70;;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}
.sesion-informacion .detalle-agenda .img-especialista{
    width: 80px;
    height: 80px;
    margin: 20px auto;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;

}
.sesion-informacion .detalle-agenda .txt-especialista{
    margin: 20px auto;
    width: calc(100% - 90px);
    float: right;
}

.sesion-informacion .detalle-agenda .txt-especialista p{
    color: #003366;
    font-family:'Now Regular';
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}
.sesion-informacion .detalle-agenda .txt-especialista p b{
    font-family: 'Now Bold';
    font-size: 14px;
    line-height: 16px;
}
.sesion-informacion .detalle-agenda .horario-especialista{
    clear: both;
    text-align: center;
}
.sesion-informacion .detalle-agenda .horario-especialista h4{
    color: #003366;;
    font-family: 'Now Medium';
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.sesion-informacion .detalle-agenda .horario-especialista h5{
    color: #0066cc;;
    font-family: 'Now Bold';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.sesion-informacion .detalle-agenda .horario-especialista h6{
    color: #003366;;
    font-family: 'Now Regular';
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.sesion-informacion .img-agenda{
    width: 100%;
    height: 200px;
}

@media (min-width: 992px) {
    .sesion-informacion{
        margin: 40px auto;
        width: 95%;
        max-width: 800px;
        height: 400px;
        border: 1px solid #dae0e8;
        border-radius: 30px;
        overflow: hidden;
    }
    .sesion-informacion .detalle-agenda{
        width: 60%;
        padding: 40px;
        border: none;
        float: left;
    }
    .sesion-informacion .img-agenda{
        width: 40%;
        height: 400px;
        position: relative;
        float: right;
    }
    .sesion-informacion .img-agenda .img-full-1{
        width: 100%;
        height: 400px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-image: url(../img/semilla-lg.jpg);
        z-index: 0;
        position: absolute;
    }
    .sesion-informacion .img-agenda .img-full-2{
        width: 100%;
        height: 400px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-image: url(../img/semilla-germinando-lg.jpg);
        z-index: 1;
        position: absolute;
        opacity: 0;
        animation-name: semilla;
        animation-duration: 10s;
        animation-iteration-count: infinite;
    }

    @keyframes semilla {
        0%   {opacity: 0;}
        50%  {opacity: 1;}
        100% {opacity: 0;}

    }
    .sesion-informacion .img-agenda .frase{
        position: absolute;
        color: #fff;;
        font-family: 'Now Black';
        font-style: normal;
        font-size: 22px;
        line-height: 24px;
        width: 70%;
        z-index: 3;
        margin-top: 300px;
        margin-left: 15%;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
    }
    .sesion-informacion .detalle-agenda h3{
        color: #2bad70;;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0;
        text-align: left;
    }
    .sesion-informacion .detalle-agenda .img-especialista{
        width: 120px;
        height: 120px;
        margin: 20px 0;
        float: left;
        overflow: hidden;
        border-radius: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }
    .sesion-informacion .detalle-agenda .txt-especialista{
        float: left;
        width: calc(100% - 130px);
    }

    .sesion-informacion .detalle-agenda .txt-especialista p{
        color: #003366;
        font-family:'Now Regular';
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        padding: 20px 0 0 20px;

    }
    .sesion-informacion .detalle-agenda .txt-especialista p b{
        font-family: 'Now Bold';
        font-size: 18px;
        line-height: 20px;
        text-align: left;
    }
    .sesion-informacion .detalle-agenda .horario-especialista{
        clear: both;
        text-align: left;
    }
    .sesion-informacion .detalle-agenda .horario-especialista h4{
        color: #003366;;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
    }
    .sesion-informacion .detalle-agenda .horario-especialista h5{
        color: #0066cc;;
        font-family: 'Now Medium';
        font-style: normal;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
    }
    .sesion-informacion .detalle-agenda .horario-especialista h6{
        color: #003366;;
        font-family: 'Now Regular';
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
    }

}
.vc-container{
    padding: 20px 0 0 0;
    border-radius: 30px !important;
    border: 1px solid #dae0e8 !important;
}
.vc-title{
    color: #0066cc!important;
}

.horarios-fechas{
    width: 90%;
    margin: 10px auto;
}
.horarios-fechas p{
    color: #003366;;
    font-family: 'Now Regular';
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
    padding: 0;
}
.btn-outline-primary{
    border-radius: 30px;
    border: 1px solid #dae0e8 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #3F3F3F;
    font-size: 18px;
}
.btn-outline-primary:hover{
     color: #003366;
 }
.btn-group{
    width: 30%;
    margin: 5px 1%;
}
/**/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: #fff;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-msj {
    display: block;
    position: relative;
    left: 50%;
    top: 90%;
    width: 100%;
    height: 280px;
    margin: -250px 0 0 -50%;
}
@media (min-width: 992px) {
    #loader-wrapper .loader-section.section-msj {
        display: block;
        position: relative;
        left: 50%;
        top: 90%;
        max-width: 500px;
        height: 280px;
        margin: -250px 0 0 -250px;
    }
}
.section-msj h1{
    color: #0066cc;
    font-family: 'Now Medium';
    font-size: 20px;
    text-align: center;
}
.section-msj p{
    color: #282828;
    font-family:'Now Regular';
    font-size: 18px;
    text-align: center;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 40%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3179e8;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 99999;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #6dcb00;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f47a00;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.loaded #loader-wrapper {
    visibility: hidden;

}
.loaded #loader-wrapper .loader-section.section-msj {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ocultar-valor{
    display: none;
}


.box-intro{
    width: 31.33%;
    height: 120px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    float: left;
    margin: 0 1% 10px 1%;
    text-align: center;
}
.container-box{
    width: 95%;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .container-box{
        width: 90%;
    }
}
@media (min-width: 1360px) {
    .container-box{
        width: 70%;
    }
}
@media (min-width: 992px) {
    .box-intro{
        max-width: 100px;
    }
}
.box-intro .avatar{
    width: 80px;
    height: 80px;
    border: 2px solid #06c465;
    border-radius: 50%;
    margin: 20px auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-txt-data{
    width: 180px;
    height: 200px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    float: left;
    margin: 20px;
    text-align: center;
}
.box-txt-data img{
    width: 120px;
    margin: 5px auto 0 auto;
}
.opcion-yo-point{
    height: auto;
    text-align: center;
    display: block;
    justify-content: center;
    position: relative;
}
.box-txt-data{
    width: 46%;
    height: 200px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    float: left;
    margin: 2%;
    text-align: center;
}
.box-txt-data img{
    width: 120px;
    margin: 5px auto 0 auto;
}
.cls{
    display: block;
    clear: both;
}
@media (min-width: 992px) {
    .opcion-yo-point{
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .box-txt-data{
        width: 180px;
        height: 200px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
        float: left;
        margin: 20px;
        text-align: center;
    }
    .box-txt-data img{
        width: 120px;
        margin: 5px auto 0 auto;
    }
}
.box-txt-data p{
    font-family:'Now Regular';
    font-weight:normal;
    font-size: 14px;
    line-height: 14px;
    color: #003366;
    padding: 5px 8px;
}

.opcion-yo-funciona{
    text-align: center;
}
.box-img{
    width: 90%;
    min-height: 200px;
    margin: 20px auto;
}
.box-img img{
    width: 100%;
}
.box-color{
    width: 90%;
    height: 140px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    margin: 20px auto;
    text-align: center;
    display: flex;
    align-items: center;
}
.box-color p{
    padding: 10px;
    font-family:'Now Regular';
    font-weight:normal;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}
@media (min-width: 992px) {

    .opcion-yo-funciona{
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .box-img{
        width: 360px;
        height: 200px;
        float: left;
        margin: 20px;
        display: flex;
        align-items: center;
    }
    .box-img img{
        width: 100%;
    }
    .box-color{
        width: 180px;
        height: 200px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
        float: left;
        margin: 20px;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .box-color p{
        padding: 10px;
        font-family:'Now Regular';
        font-weight:normal;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
    }
}
h1.full-title{
    text-align: center;
    color: #29AC6D;
    font-family: 'Now Bold';
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}
h1.title-small{
    color: #29AC6D;
    font-family: 'Now Bold';
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    /*text-transform: uppercase;*/
    text-align: center;
}
p.txt{
    font-family:'Now Regular';
    font-weight:normal;
    font-size: 18px;
    line-height: 25px;
    color: #0067CE;
    text-align: center;
}
@media (min-width: 768px) {
    h1.title-small{
        color: #29AC6D;
        font-family: 'Now Bold';
        font-style: normal;
        font-size: 24px;
        line-height: 26px;
        text-transform: uppercase;
        text-align: left;
    }
    p.txt{
        font-family:'Now Regular';
        font-weight:normal;
        font-size: 18px;
        line-height: 25px;
        color: #0067CE;
        text-align: left;
    }
}

h1.full-title-2{
    text-align: center;
    color: #0066cc;
    font-family: 'Now Bold';
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}
h2.title-2{
    text-align: center;
    color: #0066cc;
    font-family: 'Now Bold';
    font-style: normal;
    font-size: 26px;
    line-height: 26px;
}
h3.title{
    text-align: center;
    color: #29AC6D;
    font-family: 'Now Bold';
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
}
.container-min{
    width: 90%;
    max-width: 1100px;
    margin: 10px auto;
}
a.btn-full-planes {
    background-color: #0066cc;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-family: 'Now Bold';
    font-style: normal;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 30px;
    margin: 50px auto;
    position: relative;
    display: inline-block;
}
@media (min-width: 992px) {
    a.btn-full-planes{
        background-color: #0066cc;
        color: #fff;
        border-radius: 40px;
        text-align: center;
        color: #fff;
        font-family: 'Now Bold';
        font-style: normal;
        font-size: 24px;
        line-height: 70px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 5px 30px;
        margin: 50px auto;
        position: relative;
        display: inline-block;
    }
}
a.btn-full{
    background-color: #0066cc;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-family: 'Now Bold';
    font-style: normal;
    font-size: 20px;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 30px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.item-podcast{
    background-color: #F0FAF5;
    margin: 0;
    padding: 50px;
}
.item-podcast .carousel-oy{
    height: 150px;
}

.form-box{
    padding: 30px 20px;
    margin: 30px auto;
    width: 90%;
    min-height: 200px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
}
@media (min-width: 992px) {
    .form-box{
        padding: 30px 20px;
        margin: 30px auto;
        width: 90%;
        max-width: 700px;
        min-height: 200px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 5px 10px rgb(0 51 102 / 10%);
    }
}
.disclaimer-oy{
    font-size: 12px;
    line-height: 14px;
}
