﻿* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Eligible';
    src: url('/kleenbebe/fonts/Eligible-Bold.eot');
    src: url('/kleenbebe/fonts/Eligible-Bold.eot?#iefix') format('embedded-opentype'),
        url('/kleenbebe/fonts/Eligible-Bold.woff2') format('woff2'),
        url('/kleenbebe/fonts/Eligible-Bold.woff') format('woff'),
        url('/kleenbebe/fonts/Eligible-Bold.ttf') format('truetype'),
        url('/kleenbebe/fonts/Eligible-Bold.svg#Eligible') format('svg');
    font-display: swap;
}


@font-face {
    font-family: 'Avenir LT Std';
    src: url('/kleenbebe/fonts/AvenirLTStd-Book.eot');
    src: url('/kleenbebe/fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('/kleenbebe/fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('/kleenbebe/fonts/AvenirLTStd-Book.woff') format('woff'),
        url('/kleenbebe/fonts/AvenirLTStd-Book.ttf') format('truetype'),
        url('/kleenbebe/fonts/AvenirLTStd-Book.svg#Avenir LT Std') format('svg');
    font-display: swap;

}

.container-fluid {
    padding: 0px;
    margin: 0px;
}

.container-max {
    max-width: 1320px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.bg-resultados {
    background-color: #bae8f8 !important;
}

.intro {
    padding: 50px 5px;
    margin-top: 75px;
    background-repeat: space;
}

.intro h1, .intro p {
    text-align: center;
    
}

.intro h1 {
    color: #149fd5;
    font-weight: bold;
   font-family: 'Avenir LT Std';
    text-align: center;
}

.intro span {
    color: #0055b7;
    font-weight: bold;
}

.intro p {
    font-size: 20px;
    color: #3f3f3f;
    font-family: 'Avenir LT Std';
}

.step {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    margin-top: -40px;
    font-size: 35px;
    font-family: 'Eligible';
}

.step-1 {
    color: #149fd5;
    border: 4px solid #149fd5;

}

.step-2 {
    color: #a6ce3a;
    border: 4px solid #a6ce3a;
}

.tarjeta-step1 {
    background-color: #149fd5;
    min-height: 550px;
    min-width: 80%;
    border-radius: 25px;
    flex-direction: column;
    color: #fff;
    font-family: 'Eligible';
}

.tarjeta-step1 h2 {
    padding: 20px 0px;
    margin-top: 25px;
    text-align: center;
}

.tarjeta-step2 {
    background-color: #a6ce3a;
    min-height: 550px;
    min-width: 80%;
    border-radius: 25px;
    flex-direction: column;
    color: #fff;
    font-family: 'Eligible';
}

.tarjeta-step2 h2 {
    margin-top: 40px;
}

.step2-content {
    background-color: #96bf00;
    height: 380px;
    box-shadow: inset 0 0 15px 0 #81a305;
    border-radius: 20px;
    width: 90%;
    text-align: center;
    padding: 15px;
    overflow-x: auto;
}


.step2-content::-webkit-scrollbar {
    -webkit-appearance: none;
}

.step2-content::-webkit-scrollbar:vertical {
    width: 10px;

}

.step2-content::-webkit-scrollbar-thumb {
    background-color: #81a305;
    border-radius: 20px;
    border: 2px solid #96bf00;
}

.step2-content::-webkit-scrollbar-track {
    border-radius: 10px;
}

.btn-edad {
    color: #ffffff;
    background-color: #149cd2;
    -webkit-box-shadow: 6px 6px 0px #0a7292;
    -moz-box-shadow: 6px 6px 0px #0a7292;
    box-shadow: 5px 5px 0px #0a7292;
    border-radius: 25px;
    font-size: 25px;
    border: none;
}

.btn-edad:hover {
    box-shadow: 3px 3px 0px #0a7292;
    scale: 95%;
    transition: scale 0.3s;
}

swiper-container {
    width: 230px;
    height: 320px;
}

swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    flex-direction: column;
}

swiper-slide p {
    font-family: 'Eligible';
    padding: 20px;
text-align: center;
}

.btn-tarjetas {
    font-size: 20px;
    border-radius: 20px;
    background-color: #8c9e0e;
    color: #fff;
    border: none;
    padding: 5px 10px;
}

.btn-tarjetas:hover {
    color: #fff;
    background-color: #0cb6a5;
}

swiper-slide:nth-child(1n) {
    background-color: #9fb13d;
}

swiper-slide:nth-child(2n) {
    background-color: #d93378;
}

swiper-slide:nth-child(3n) {
    background-color: #e8a015;
}

swiper-slide:nth-child(4n) {
    background-color: #6f3a85;
}

swiper-slide:nth-child(5n) {
    background-color: #0055b7;
}

swiper-slide:nth-child(6n) {
    background-color: #e37826;
}

swiper-slide:nth-child(7n) {
    background-color: #68d4e9;
}

.slide-mano {
    padding-top: 15px;
}

.btn-regresar {
    background-color: rgb(241, 62, 121);
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    margin: 15px;
    font-family: 'Eligible';
}

.btn-regresar:hover {
    scale: 110%;
    color: #fff;
    transition: scale 0.3s;
}


/*Resultaods*/

.pleca{
    margin-top: -30px !important;
}
.card-titulo {
    color: #0055b8;
    font-family: 'Eligible';
    font-weight: 900;
    font-size: 55px;
}

.product-card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: 0px;
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px;
    border-radius: 0px;
}


.bg-product {
    overflow: hidden;
}

.pleca-stage {
    margin-top: -95px !important;
}

.result_stage {
    color: #fff;
    font-family: 'Eligible';
    text-align: center;
}


.color_stage_E2 {
    background-color: #E8A015;
    fill: #E8A015;
}

.ondas {
    padding: 0 !important;
    margin-bottom: -5px;
}

.onda_down {
    background-color: #149cd2;
}

.scrolling-wrapper>div.col-9 {
    transition: opacity 2s, transform 2s, scale 2s;
}






.scrolling-wrapper {
    overflow: visible;
    min-height: 410px;
    margin-top: -40px !important;

}

.scrolling-wrapper::-webkit-scrollbar {
    width: 0;
}


.col-card {
    margin-left: 20px;
}


.content-card {
    width: 379px;
    display: flex;
    align-items: center;
}

.cards-product {
    align-items: center;
    height: 500px;
    font-family: 'Avenir LT Std';
    justify-content: center;
    margin: 35px 0px;
}

.card-size {
    width: 320px;
}

.cards-product .card_result {
    height: 270px;
    position: relative;
    border-radius: 20px;
    background: #effbff;
    padding-top: 20px;

}

.cards-product .card_result * {
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rad1 {
    align-items: end;
    display: flex;
    justify-content: end;
}

.prod-1 {
    position: absolute;
    right: -30px;
    z-index: 9;
    color: #fff;
    margin: 0;
    top: calc(-10px);
    max-width: 65%;

}

.cards-product .card_result h1,
.cards-product .card_result a {
    position: absolute;
    right: 30px;
    z-index: 9;
    color: #fff;
    font-size: 200px;
    font-weight: 100;
    margin: 0;
    top: 0;
    line-height: 0.75;
    transform: scale(0) rotateX(180deg);
    opacity: 0;
}

.cards-product .card_result .text {
    position: absolute;
    z-index: 999;
    width: 75%;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Avenir LT Std';
    line-height: 26px;
    left: 12.5%;
    color: #0055b8;
    display: inline-block;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: none;
    top: 90px;
}

.reverso-card {
    position: absolute;
    z-index: 100;
    width: 50%;
    left: 25%;
    display: inline-block;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: none;
}

.cards-product .card_result a {
    color: #fff !important;
    font-size: 15px;
    bottom: -10px;
    top: auto;
    width: 50%;
    display: block;
    text-align: center;
    padding: 12px 5px;
    border: 2px solid;
    opacity: 1;
    transform: none;
    font-family: 'Avenir LT Std';
    right: 25%;
    background-color: #149fd5;
    border-radius: 20px;

}

.cards-product .card_result a:before {
    content: "Regresar";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    font-size: 15px;
    opacity: 0;
}

.cards-product .card_result input[type=checkbox] {
    z-index: 999;
    position: absolute;
    bottom: -10px;
    width: 50%;
    height: 50px;
    opacity: 0;
    right: 25%;
}

.cards-product .card_result input[type=checkbox]:hover~a {
    background: #149ed4;
    color: #fff;
    border-color: #fff;
}

.cards-product .card_result input[type=checkbox]:checked~p {
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.175);
    transition-delay: 0.2s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.cards-product .card_result input[type=checkbox]:checked~img {
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.175);
    transition-delay: 0.2s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.cards-product .card_result input[type=checkbox]:checked~a {
    z-index: 100;
    color: #fff;
    font-size: 0;
}

.cards-product .card_result input[type=checkbox]:checked~a:before {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.cards-product .card_result input[type=checkbox]:checked~.blob {
    z-index: 99;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cards-product .card_result input[type=checkbox]:checked~.blob:before,
.cards-product .card_result input[type=checkbox]:checked~.blob:after {
    transform: scale(0);
}

.cards-product .card_result input[type=checkbox]:checked~.blob .glob {
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1);
    min-width: 110%;
    min-height: 110%;
    border-radius: 0px;
    top: -5%;
    right: -5%;
}

.cards-product .card_result input[type=radio]+div {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cards-product .card_result input[type=radio]:checked+div h1 {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.cards-product .card_result input[type=radio]:nth-of-type(2):checked+div~.blob .glob {
    width: 70%;
    height: 75%;
    background: #e9a115;
}

.cards-product .card_result input[type=radio]:nth-of-type(2):checked+div~.blob:before {
    top: 40%;
    background: #e9a115;
}

.cards-product .card_result input[type=radio]:nth-of-type(2):checked+div~.blob:after {
    background: #e9a115;
}

.cards-product .card_result input[type=radio]:nth-of-type(3):checked+div~.blob .glob {
    width: 70%;
    height: 55%;
    background: #f45746;
}

.cards-product .card_result input[type=radio]:nth-of-type(3):checked+div~.blob:before {
    top: 20%;
    background: #e9a115;
    left: 40%;
}

.cards-product .card_result input[type=radio]:nth-of-type(3):checked+div~.blob:after {
    background: #e9a115;
    left: 70%;
}


.cards-product .card_result:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: 0 10px 20px -10px rgba(27, 78, 150, 0.5);
    z-index: 200;
    border-radius: 20px;
}

.cards-product .card_result .blob {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    filter: url(#goo);
}

.cards-product .card_result .blob .glob {
    position: absolute;
    width: 60%;
    height: 65%;
    border-radius: 50%;
    top: -15%;
    right: -10%;
}

.glob-color1 {
    background: linear-gradient(182deg, #61a3da 0%, #61bef2 70%);
}

.glob-color2 {
    background: linear-gradient(182deg, #4ebbea 0%, #74e3f1 70%);
}

.glob-color3 {
    background: linear-gradient(182deg, #69e479 0%, #bede93 70%);
}

.glob-color4 {
    background: linear-gradient(182deg, #e39c61 0%, #ffd873 70%);
}


.cards-product .card_result .blob:before,
.cards-product .card_result .blob:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 60%;
    border-radius: 50%;
    right: 0;
    top: 80px;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blob-color1:before {
    background: linear-gradient(23deg, #61a3da 0%, #61bef2 65%);
}

.blob-color2:before {
    background: linear-gradient(23deg, #4ebbea 0%, #74e3f1 65%);
}

.blob-color3:before {
    background: linear-gradient(23deg, #69e479 0%, #bede93 65%);
}

.blob-color4:before {
    background: linear-gradient(23deg, #e39c61 0%, #ffd873 65%);
}


.cards-product .card_result .blob:after {
    right: -15%;
    top: 0;
    width: 40%;
    height: 50%;
}

.logo-marcas {
    display: flex;
    align-items: start;
    text-align: left;
    flex-direction: column;
    padding-left: 10px;
}

.logo-marcas h2 {
    color: #fff;
    font-family: 'Eligible';
    font-size: 25px;
    margin-left: 5%;
    margin-bottom: 0px;
    margin-top: 11%;
    background-color: #e8a015;
    border-radius: 30px;
    padding: 5px;
}

.logo-marcas p {
    margin-left: 6%;
    font-size: 17px;
    color: #0055b8;
    font-family: 'Avenir';
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
}

.logo-marcas p:nth-child(1n) {
    max-width: 40%;
    text-align: left;
}

.logo-marcas p:nth-child(2n) {
    max-width: 50%;
    text-align: left;
}

.logo-marcas img {
    max-width: 45%;
}

.ver-info {
    display: flex;
    justify-content: center;
}

.card-legal {
    font-size: 15px;
    color: #3f3f3f;
    font-family: 'Avenir LT Std';
}

.card-legal img {
    width: 3%;
}

.card-legal p {
    margin: 0px;
    padding-left: 5px;
    text-align: left;
}

.manita {
    margin-top: -120px;
    margin-left: 60%;
    position: absolute;
    width: 10%;
}

.info-row {
    position: relative;
    background-color: #35cee296;
    border-radius: 20px;
    margin: 0px 10px;
    width: 85%;
    border: 1px solid #fff;
}

.info-row h1 {
    font-family: 'Avenir LT Std';
    color: #17439b;
    font-size: 30px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
}
.info-row p{
    color: #f13e79;
    font-size: 30px;
    line-height: 25px;
    font-family: 'Avenir LT Std';
    padding-top: 5px;
    text-align: center;
    font-weight: bold;}

.info {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.info a {
    width: 50%;
    color: #fff;
    background-color: rgb(241, 62, 121);
    padding: 5px;
    border-radius: 30px;
    border: none;
    font-family: 'Eligible';
}

.info a:hover {
    scale: 110%;
    background-color: rgb(241, 62, 121);
    transition: scale 0.3s;
    color: #fff;
}

.info a:active {
    background-color: rgb(241, 62, 121) !important;
    color: #fff !important;
}

.btn-regresar {
    background-color: rgb(241, 62, 121);
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    margin: 15px;
    font-family: 'Eligible';
}

.btn-regresar:hover {
    scale: 110%;
    color: #fff;
    transition: scale 0.3s;
}


.alinear {
    justify-content: space-around;
-webkit-justify-content: space-around;
}

@media only screen and (max-width: 1469px) {
    .col-card:nth-child(4) {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 1429px) {
    .scrolling-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
    }
.manita{
display:block !important;}

}

@media only screen and (min-width: 509px) and (max-width: 991px) {
    .prod-1 {
        right: auto;
        max-width: 50%;
    }

    .manita {
        margin-top: -70px;
        margin-left: 60%;
        position: absolute;
        z-index: 1080;
        width: 6% !important;
    }
}

@media only screen and (min-width: 509px) and (max-width:933px) {
    .col-9 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1230px) {
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 30% !important;
    }
}

/* MÓVIL */
@media only screen and (min-width: 357px) and (max-width: 403px) {
    .cards-product .card_result {
        width: 100%;
    }

    .logo-marcas p:nth-child(2n) {
        max-width: 40%;
    }

    .cards-product .card_result .blob .glob {
        position: absolute;
        width: 60%;
        height: 60%;
        border-radius: 50%;
        top: -10%;
        right: -10%;
    }

    .cards-product .card_result .blob:before,
    .cards-product .card_result .blob:after {
        content: "";
        position: absolute;
        width: 50%;
        height: 55%;
        border-radius: 50%;
        right: -6px;
        top: 75px;
        transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

}



/* MÓVIL */
@media (max-width: 765px) {
    .intro {
        margin-top: 65px;
    }

    .intro h1 {
        font-size: 35px;
    }

    .step-1,
    .step-2 {
        width: 80px;
        height: 80px;
    }

    .tarjeta-step1,
    .tarjeta-step2 {
        min-width: 100%;
        min-height: 500px;
    }

    .tarjeta-step1 h2 {
        font-size: 30px;
    }

    .tarjeta-step2 h2 {
        margin-top: 20px;
        text-align: center;
    }

    swiper-container {
        width: 199px;
        height: 290px;
    }

    swiper-slide {
        font-size: 35px;
    }
.alinear{
     justify-content: start;
}

    .card-legal img {
        width: 12% !important;
    }

    .card-titulo h1 {
        padding-top: 10px;
        font-size: 20px;
    }
.cards-product .card_result .text{
font-size: 19px;
}
    .info button {
        width: 80%;
    }

    swiper-container {
        width: 199px;
        height: 290px;
    }

    swiper-slide {
        font-size: 35px;
    }

    .pleca-stage {
        margin-top: -61px !important;
    }

    .info a {
        width: 80%;
    }

    .info-row {
        width: 95%;
    }

    .info-row h1 {
        font-size: 20px;
    }
.info-row p{
font-size:20px;}
}