/*Todo el CMS12 nuevo*/
#module-nora_landings-business #wrapper {
    padding-top: 0;
}

/*fondo bloque1*/
.fondo-text{
    color: white;
    /* padding: 15rem 1rem; */
    background-color: rgba(0,0,0,0.6);
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.cant-digital.header{
    background-size: cover;
    background-position: center;
}

.cant-digital .heading{
    font-size: 80px;
    font-family: "Cormorant Garamond";
    font-weight: normal;
}

.cant-digital p{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 27px;
    opacity: .8;
}

@media (max-width: 991px) {
    .fondo-text{
        height: 100vh;
    }

    .cant-digital .heading{
        font-size: 40px;
    }
}

.btn-new-business{
    font-size: 18px;
    font-weight: 700;
    line-height: 22.86px;
    padding: 16px 32px;
    border: 1px solid var(--Dark, #14181C);
    border-radius: 50px;
}

/*salud*/
.salud{
    margin: 8rem 0;
}

/* .salud p{
    padding-right: 4rem;
} */

.salud_heading{
    font-size: 40px;
    font-family: "Cormorant Garamond";
}
.salud_heading span{
    background: linear-gradient(270deg, rgba(247, 247, 247, 0.00) 11.58%, #F7F7F7 73.81%);
    border-radius: 8px;
}
@media (max-width: 767px){
    .salud_heading{
        font-size: 36px;
    }
}

.salud .description{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 27px;
    opacity: .8;
    display: block;
}

.salud .content-footer .read-less.collapsed {
    display: none;
}
.salud .content-footer .read-more:not(.collapsed) {
    display: none;
}
.salud .description.collapse.show[aria-expanded="false"] {
    height: unset;
}
.salud .content-footer .read-more,
.salud .content-footer .read-less {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.86px;
    margin-top: 24px;
    padding: 16px 32px;
    border: 1px solid var(--Dark, #14181C);
    border-radius: 50px;
}
@media (max-width: 991px){
    .salud .description.collapse:not(.show) {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

.negro{
    background-color: black;
}

/*nuestra oferta*/
.nuestraoferta{
    margin: 8rem 0;
}

.nuestraoferta .heading{
    font-size: 50px;
    font-family: "Cormorant Garamond";
    line-height: 59px;
}
.nuestraoferta .heading span{
    background: linear-gradient(270deg, rgba(247, 247, 247, 0.00) 11.58%, #F7F7F7 73.81%);
    border-radius: 8px;
}

@media (max-width: 767px){
    .nuestraoferta .heading{
        font-size: 36px;
    }
}

.nuestraoferta .subheading{
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.nuestraoferta p{
    margin-bottom: .2rem;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 27px;
    opacity: .8;
}

@media (min-width: 992px){
    .nuestraoferta .card{
        height: 520px;
    }
}

.nuestraoferta .btn{
    font-size: 18px;
    font-weight: 700;
    line-height: 22.86px;
    padding: 16px 32px;
    border: 1px solid var(--Dark, #14181C);
    border-radius: 50px;
}

@media (max-width: 992px){
    .swiper-pagination-nuestraoferta{
        position: relative;
        margin-top: 25px;
    }
    
    .swiper-pagination-nuestraoferta .swiper-pagination-bullet-active{
        background: black !important;
        width: 30px !important;
        border-radius: 10px !important;
    }
}

/*menus equilibrados*/
.menusequi h2{
    font-size: 50px;
    font-family: "Cormorant Garamond";
    line-height: 59px;
}
@media (max-width: 767px){
    .menusequi h2{
        font-size: 36px;
    }
}

.heading-texto p{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 27px;
    opacity: .8;
}
@media (max-width: 767px){
    .heading-texto p{
        font-size: 14px;
    }
}

.menusequi{
    padding: 4rem 0;

}

/* .animated.active, 
.animated-mobile.active
{
    animation: 
    slideIn 0.9s cubic-bezier(.17, .88, .32, 1.25) both,
    fadeIn 0.15s ease-in both;
}

@keyframes slideIn {
    from {transform: rotateX(-30deg) translateY(400px);}
    to {transform: rotateX(0deg) translateY(0);}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}  */

.animated1,
.animated2,
.animated3,
.animated4,
.animated-mobile,
.nuevaimg
{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animated1.active,
.animated2.active,
.animated3.active,
.animated4.active,
.animated-mobile.active
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; */
}

.nuevaimg.active
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.gris{
    background-color: #f9f9f9;
}

.puntos-y-img{
    padding: 0 !important;
}

.puntos-y-img .tipo-btn{
    font-size: 1.5vw;
    font-style: normal;
    line-height: 1.8vw;
    display: block;
    padding: 1rem 0!important;
    font-weight: 400;
    margin-bottom: 2rem;
}
@media (max-width: 1200px){
    .puntos-y-img .tipo-btn{ font-size: 20px;line-height: 25px; }
}
@media (max-width: 767px){
    .puntos-y-img .tipo-btn{ font-size: 16px;line-height: 18px; }
} 

.puntos-y-img .tipo-btn span{
    color: white;
}

.puntos-dentro p{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
.puntos-dentro-mobile p{
    font-size: 16px;
    font-style: normal;
    line-height: 27px;
}

.plato-texto{
    margin-top: 6rem;
}

.plato-texto .puntos-izq .tipo-btn{
    border-radius: 100px 0px 0px 100px;
    height: 100px;
    background: var(--Dark, #14181C); 
    text-align: right;
    padding-left: 45px !important;
    display: flex;
    align-items: center;
}
.plato-texto-mobile .puntos-izq .tipo-btn{
    border-radius: 0 100px 100px 100px;
    height: auto;
    background: var(--Dark, #14181C); 
    text-align: center;
    padding-left: 5rem !important;
    padding-right: 35px !important;
    margin-left: -1.9rem;
}

.centrado{
    width: 220px;
}

.borde{
    background: var(--Dark, #14181C); 
    height: 100px;
}

.nuevaimg{
    width: 69%;
    scale: 1.4;
    position: absolute;
    top: 0;
}
.nuevaimg-mobile{
    width: 30%;
    scale: 1.4;
    position: absolute;
    top: 0rem;
    left: -5rem;
}
.nuevaimg-mobile-derecha{
    width: 30%;
    scale: 1.4;
    position: absolute;
    top: -2rem;
    right: -6rem;
}

.plato-texto .puntos-dere .tipo-btn{
    border-radius: 0px 100px 100px 0px;
    height: 100px;
    background: var(--Dark, #14181C); 
    text-align: left;
    display: flex;
    align-items: center;
}
.plato-texto-mobile .puntos-dere .tipo-btn{
    border-radius: 100px 0 100px 100px;
    height: auto;
    background: var(--Dark, #14181C); 
    text-align: center;
    /* display: flex;
    align-items: center; */
    margin-right: -1.9rem;
}

/*porcentajes*/
.porcentajes-desktop .container{
    padding: 6rem 0;
}

.porcentajes-desktop .bloque{
    text-align: center;
    border-right: 1px solid white;
    padding: 1rem;
}

.porcentajes-desktop .bloque-final
{
    text-align: center;
    padding: 1rem;
}

.bloque .texto,
.bloque-final .texto{
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    position: relative;
    top: 20px;
    line-height: 25px;
    width: 80%;
}

.porcentajes-desktop p,
.porcentajes-desktop div
{
    color: white;
}

.porcentajes-desktop .big{
    font-family: "Cormorant Garamond";
    font-size: 60px;
    margin-bottom: 3rem;
}


.new-module-business .porcentajes-mobile.hidden-lg-up {
    padding: 40px 20px;
    background-color: black;
}

.new-module-business .porcentajes-mobile.hidden-lg-up .swiper-container .percentage-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.new-module-business .porcentajes-mobile.hidden-lg-up .swiper-container .percentage-block .percentage {
    /* font-family: "Open Sans"; */
    font-size: 60px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

.new-module-business .porcentajes-mobile.hidden-lg-up .swiper-container .percentage-block .description {
    /* font-family: "Open Sans"; */
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

.swiper-pagination-porcentajes {
    text-align: center;
    margin-top: 25px;
}

.new-module-business .porcentajes-mobile.hidden-lg-up .swiper-pagination-bullet-active {
    background-color: white;
}

/*benefits*/
.benefits{
    margin: 8rem 0;
}
@media (min-width: 768px){
    .benefits .newcontainer{
        padding: 6rem 0;
    }
}

.benefits .heading{
    font-size: 50px;
    font-family: "Cormorant Garamond";
    line-height: 59px;
    color: white;
}
@media (max-width: 767px){
    .benefits .heading{
        font-size: 36px;
    }
}

.benefits p{
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 27px;
    opacity: .8;
}

.benefits .texto{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 27px;
    opacity: .8;
}
@media (min-width: 768px){
    .benefits .texto{
        width: 400px;
    }
}

/*pide reunión*/
.pide{
    margin: 8rem 0;
}

.pide .radius{
    border-radius: 20px;
    /* padding: 1rem 0; */
}
@media (max-width: 768px){
    .pide .radius{
        border-radius: 40px;
    }
}

.pide h2,
.pide p
{
    color: white;
}

.pide h2{
    font-size: 50px;
    font-family: "Cormorant Garamond";
    line-height: 59px;
}
@media (max-width: 767px){
    .pide h2{
        font-size: 36px;
    }
}

.pide p{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 27px;
    opacity: .8;
}

.pide .btn{
    font-size: 14px;
    font-weight: 700;
    line-height: 22.86px;
    padding: 16px 32px;
    border: 1px solid var(--Dark, #14181C);
    border-radius: 50px;
    color: black;
}
@media (min-width: 576px){
    .pide .btn{
        width: 50%;
    }
}

.pide .grande{
    scale: 1.3;
}

/*menus que se adaptan*/
.menusdieta {
    margin: 8rem 0;
}

.menusdieta .heading{
    font-size: 50px;
    font-family: "Cormorant Garamond";
    line-height: 59px;
}
.menusdieta .heading span{
    background: linear-gradient(270deg, rgba(247, 247, 247, 0.00) 11.58%, #F7F7F7 73.81%);
    border-radius: 8px;
}
@media (max-width: 767px){
    .menusdieta .heading{
        font-size: 36px;
    }
}

.menusdieta .subheading{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 27px;
    opacity: .8;
}

.menusdieta .absolute{
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 10px;
    color: white;
    opacity: .8;
}
@media (max-width: 767px){
    .menusdieta .absolute{
        font-size: 18px;
    }
}

@media (max-width: 992px){
    .swiper-pagination-menusdieta{
        position: relative;
        margin-top: 45px;
    }
    
    .swiper-pagination-menusdieta .swiper-pagination-bullet-active{
        background: black !important;
        width: 30px !important;
        border-radius: 10px !important;
    }
}

/*porque*/
.porque{
    padding: 4rem 0;
}

.porque .heading,
.porque .subheading,
.porque p
{
    color: white;
}

.porque .heading{
    font-size: 50px;
    font-family: "Cormorant Garamond";
    line-height: 59px;
}
@media (max-width: 767px){
    .porque .heading{
        font-size: 36px;
    }
}

.porque .subheading{
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}
@media (max-width: 767px){
    .porque .subheading{
        font-size: 20px;
    }
}

.porque .texto{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 27px;
    opacity: .8;
}

.porque .btn{
    font-size: 18px;
    font-weight: 700;
    line-height: 22.86px;
    padding: 16px 32px;
    border: 1px solid var(--Dark, #14181C);
    border-radius: 50px;
    color: black;
}
