.sticky-wrapper .logo_1{
    display: inherit;
}
.sticky-wrapper .logo_2{
    display: none;
}
.sticky-wrapper.is-sticky .logo_1{
    display: none!important;
}
.sticky-wrapper.is-sticky .logo_2{
    display: inherit!important;
}
.wha_btn{
    width: 260px;
    left: auto;
    margin-bottom: 50px;
    border-radius: 35px;
    height: 50px;
    padding:0 10px;
    background-color: #25d366;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
}
.wha_btn a{
    color: white;
    height: 50px;
}


#mySidenav .nav-item{
    padding-left: 0rem;
}
.section.home{
    background: url(../../landing/images/v2/background-menuideal.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 37rem;
}
.home-content{
    max-width: 450px;
}
.sin-comisiones {
    font-size: 30px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.prueba-gratis {
    padding-top: 30px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #75c2c5;
}
.bg-overlay{
    background-color:inherit;
    padding: 30px;
}

.bg_contact{
    background-color:#fff;
    border-radius: 5px;
    margin-bottom: 90px;
}

.v-gratuita {
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #59467c;
}

.t-limitado {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #59467c;
    display: block;
}

.fill-55 {
    width: 504.5px;
    height: 43.5px;
    background-color: #75c2c5;
}

.section-sub-title{
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #59467c;
}

.section-sub-title-bg{
    background: #75c2c5;
    padding: 10px 50px 10px 5px;
    border-radius: 5px;
    line-height: 40px;
}

.section-sub-content{
    padding-top: 10px;
    font-size: 15px;
    color: #59467c;
}

.box-title {
    height: 19px;
    color: #59467c;
}

.box-content {
    display: inline-block;
    width: 200px;
    font-size: 17px;
    color: #74c2c5;
}

.quiero-comenzar {
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    width: 100%;
    position: relative;
    text-align: center;
    min-width: 37rem;
}
.quiero-comenzar img:first-child{
    object-fit: cover;
    position: relative;
    display: block;
    min-width: 100%;
    height: 100%;
}
.quiero-commenzar-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.btn-comenzar{
    background-color: #74c2c5;
    font-size: 20px;
    color: #fff;
}

.funciona-title{
    font-weight: bold;
    padding-top: 10px;
    font-size: 16px;
    color: #59467c;
}
.funciona-content{
    color: #75c2c5;
    font-size: 13px;
    max-width: 250px;
    display: inline-block;
}
.title-sm{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #59467c;
}

.text-purple{
    color: #59467c;
}
.text-green{
    color: #75c2c5;
}
.title-purple{
    text-align: center;
    font-size: 42px;
    color: #59467c;
    font-weight: bold;
    background-color: #fff;
    height: 45px;
    border-radius: 10px;
    padding-right: 30px;
}
.bg-basico {
    padding: 20px;
    width: 320px;
    background-color: #fff;
    display: inline-block;
    border-radius: 20px;
    z-index: 2;
    position: relative;
    transform: translate(-50%, 0);
}

.bg-plus {
    padding: 20px;
    width: 320px;
    background-color: #75c2c5;
    display: inline-block;
    border-radius: 20px;
    margin: -45px;
    margin-top: 65px;
    position: absolute;
    transform: translate(-50%, 0);
    margin-bottom: 60px;
}

.tx-15 {
    font-size: 15px;
}
.tx-35{
    font-size: 35px;
}
.btn-purple{
    text-transform: capitalize;
    padding: 5px 30px;
    border-radius: 5px;
    background-color: #59467c;
    color: #fff;
    font-size: 13px;
}
.bg-purple{
    background-color: #59467c;
    color: #fff;
}
.bg-purple a{
    color: #fff;
}
.social li a{
    color: #fff!important;
}

@media screen and (max-width: 768px){
    .sticky-wrapper .logo_1{
        display: none!important;
    }
    .sticky-wrapper .logo_2{
        display: inherit!important;
    }

    .bg-basico{
        position: inherit;
        display: block!important;
        margin: auto;
        transform: inherit!important;
    }
    .bg-plus{

        display: block!important;
        position: inherit;
        margin: 3rem auto;
        transform: inherit!important;
    }
}

