/********** Template CSS **********/
:root {
    /* 
    --primary: #4294E3;
    --secondary: #8F12FD;
    --light: #F0F6FF;
    --dark: #262B47;
    --primary: #18b4b0;
    --secondary: #68ccf0;
    
    https://mdigi.tools/lighten-color/#68ccf0
    */

    --p_verde: #18b4b0;
    --p_morado: #6b5bd8;
    /* --p_morado: #7566db; */
    --p_azul: #1277AC;
    /* --p_azul: #68ccf0; */
    --p_naranja: #f2964d;
    --p_verdeclaro: #afd652;
    --p_rosado: #C72C66;
    /* --p_rosado: #ed5482; */
    
    --s_morado: #9f98ff;
    --s_azul: #a3ebff;
    --s_naranja: #ffb482;
    --s_verdeclaro: #deff7b;
    --s_rosado: #ff91b5;
    --s_azulclaro: #67ccf1;

    --t_morado: #d4d1fc;
    --t_azul: #ddfafe;
    --t_naranja: #fce4c2;
    --t_verdeclaro: #f3ffc0;
    --t_rosado: #ffdeeb;
    
    --primary: #18b4b0;
    --secondary: #18b4b0;
    --primary2: white;
    --primary3: #ed5482;
    --secondary2: #f2964d;
    --light: #F0F6FF;
    --dark: #262B47;

    --light_gray: #f6f6f6;
}

/* 
* {
    -webkit-touch-callout: none; - iOS Safari -
      -webkit-user-select: none; - Safari -
       -khtml-user-select: none; - Konqueror HTML -
         -moz-user-select: none; - Old versions of Firefox -
          -ms-user-select: none; - Internet Explorer/Edge -
              user-select: none; - Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox -
}
*/

.logo-nav-docoteens {
    width: 172px;
    height: 45px;
}
.logo-nav-docokids {
    width: 172px;
    height: 45px;
}

input, textarea {
    -webkit-touch-callout: text; /* iOS Safari */
      -webkit-user-select: text; /* Safari */
       -khtml-user-select: text; /* Konqueror HTML */
         -moz-user-select: text; /* Old versions of Firefox */
          -ms-user-select: text; /* Internet Explorer 10+/Edge */
              user-select: text; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.underlined {
    text-decoration: underline;
}

.alert-fixed {
    position:fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%;
    z-index:9999; 
    border-radius:0px;
}

.rounded-top-x2{
    border-top-left-radius:30px !important;
    border-top-right-radius:30px !important
}

.light-gray-background {
    background-color: var(--light_gray);
    /* background-color: var(--primary3); */
}

.h1 {
    font-size: calc(1.375rem + 1.5vw);
    /* font-size: 1.5rem; */
    line-height: 1.2;
    display: block;
    margin-bottom: 3rem;
    font-weight: 700 !important;
}

.h2 {
    font-size: calc(1.325rem + .9vw);
    /* font-size: 1.5rem; */
    line-height: 1.2;
    display: block;
    margin-bottom: 3rem;
    font-weight: 700 !important;
}

.h4 {
    font-size: calc(1.275rem + .3vw);
    /* font-size: 1.5rem; */
    line-height: 1.2;
    display: block;
    margin-bottom: .5rem;
    font-weight: bold !important;
}

nav {
    z-index: 999;
}

/* Hide arrows from numeric inputs */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows from numeric inputs */
/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.btn-free-trial
{
    border: none;
    /* color: inherit; */
    padding: 0;
    background-color: inherit;
    text-decoration: underline !important;
}

.txt-color-blanco { color: white; }
.txt-color-rosado { color: var(--p_rosado); }
.txt-color-azul { color: var(--p_azul); }
.txt-color-verde { color: var(--p_verde); }
.txt-color-verdeclaro { color: var(--p_verdeclaro); }
.txt-color-naranja { color: var(--p_naranja); }
.txt-color-morado { color: var(--p_morado) !important; }
.txt-color-azulclaro { color: var(--s_azulclaro); }

/* pagination begins */
.pagination > li > a
{
    background-color: white;
    color: var(--p_verde);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: var(--p_verde) !Important;
    border: solid 1px var(--p_verde) !Important;
}

.pagination > .active > a:hover
{
    background-color: var(--p_verde) !Important;
    border: solid 1px var(--p_verde);
}
/* pagination ends */

body {
    color:#6b6c6e;
    background-color: #fff;
    /* #6e7175 */
    /* #7c7d7f; */
    /* #919294 */
}

.pb-10 {
    padding-bottom: 6em !important;
}

.pb-custom-1 {
    padding-bottom: 68.8px;
}

.pb-custom-2 {
    padding-bottom: 0px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.hidden {
    overflow: hidden;  /* Hide the element content, while height = 0 */
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}
.visible {
    height: auto; opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
}

.collapsed {
    color:var(--light);
    background-color: var(--p_morado);
}

.collapsed_modal {
    color:var(--light);
    background-color: var(--p_rosado);
}

.accordion-body {
    background-color: var(--t_naranja);
}
.accordion-body-nequi {
    padding: 0% 0% 0% 0%;
    background-color: var(--t_azul);
}

.accordion-button[aria-expanded="true"] {
    color:var(--light);
    background-color: var(--p_naranja);
}

strong {
    color: var(--dark) !important;
}

/*** tamaño de steps ***/
.steps-div {
    min-height: 330px;
}

.steps-div2 {
    min-height: 256px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*** tamaño de primera línea de pricing-box ***/
.pricing-feature-div {
    min-height: 1px;
}

.plan-features-div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.plan-features-div  p{
    font-family: "Heebo",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.plan-buy-button {
    margin-top: 0;
    margin-bottom: 0.8rem;
    margin-right: 0.8rem;
}

.plan-gift-button {
    margin-top: 0;
    margin-bottom: 0.8rem;
}

/*** tamaño de pricing-box ***/
.features-icon {
    width: 60px;
    height: 60px;
}

.features-div {
    min-height: 305px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -0.5px;
 } */

 .bi {
    width:1em;
    height:1em;
    fill:currentcolor
}

.icon-link .bi {
    width:1.5em;
    height:1.5em;
    transition:.2s ease-in-out transform
   }
.icon-link:hover .bi {
    transform:translate3d(5px, 0, 0)
}
/*** Numeración y espacios en li ***/
/* https://stackoverflow.com/questions/4098195/can-ordered-list-produce-result-that-looks-like-1-1-1-2-1-3-instead-of-just-1 */

/*
ol { counter-reset: item }
li{ display: block }
li:before { content: counters(item, ".") ". "; counter-increment: item } 
*/

li.T2:before {
    font-weight: 700 !important;
    font-size: 2rem;
    color: var(--dark);
}

li.T3:before {
    font-weight: 600 !important;
    font-size: 1.75rem;
    color: var(--dark);
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
  
ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

ol > li li {
    margin: 0;
}

ol > li li:before {
    content: counters(item, ".") " ";
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

.tachado {
    text-decoration:line-through;
}

.min-height-270 {
    min-height: 270px;
}

/* ########################################################### */
/*** Gradient Text & BG FOR SECTION PLANES***/
/* jruiz */
.text-color-azul {
    background: var(--p_azul);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color-azul-dark {
    background: #324194;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color-verde-dark {
    background: #2A6041;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary-azul {
    background: var(--p_azul);
    -webkit-text-fill-color: white;
}

.bg-primary-azul-checkout {
    background: #324194;
    -webkit-text-fill-color: white;
}

.bg-light-azul {
    background: #e9f7fc;
}

.bg-light-azul-checkout {
    background: #E4E8FA;
}

.text-color-verdeclaro {
    background: var(--p_verdeclaro);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary-verdeclaro {
    background: var(--p_verdeclaro);
    -webkit-text-fill-color: white;
}

.bg-light-verdeclaro {
    background: #f5faea;
}

.text-color-rosado {
    background: var(--p_rosado);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary-rosado {
    background: var(--p_rosado);
    -webkit-text-fill-color: white;
}

.bg-primary-verde-checkout {
    background: #2A6041;
    -webkit-text-fill-color: white;
}

.bg-primary-morado {
    background: var(--p_morado);
    -webkit-text-fill-color: white;
}

.bg-light-rosado {
    background: #fce8ee;
}

.bg-primary-verde {
    background: var(--p_verde);
    -webkit-text-fill-color: white;
}

.bg-primary-verde_2 {
    background: var(--p_verde);
}

.text-color-verde {
    background: var(--p_verde);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*
.bg-light-verde {
    background: #e4fbfb;
}
*/

.bg-light-verde-checkout {
    background: #E9FBF1;
}

.text-color-naranja {
    background: var(--p_naranja);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary-naranja {
    background: var(--p_naranja);
    -webkit-text-fill-color: white;
}

.bg-light-naranja {
    background: #fef4ed;
}
/* ########################################################### */



/*** Gradient Text & BG ***/
.text-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-primary-gradient-jairo2 {
    background: linear-gradient(to bottom right, var(--primary3), var(--primary3));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.text-secondary-gradient {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.bg-primary-gradient-jairo1 {
    background: linear-gradient(to bottom right, var(--primary2), var(--primary2));
}

.bg-primary-gradient-jairo2 {
    background: linear-gradient(to bottom right, var(--secondary2), var(--secondary2));
}

.bg-secondary-gradient {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}
/*** Gradient Text & BG ***/


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient {
    position: relative;
    overflow: hidden;
    border: none;
    color: #FFFFFF;
    z-index: 1;
    background-color: var(--p_verde) ;
    border-color: var(--p_verde);
}

.btn.btn-primary-gradient::after,
.btn.btn-secondary-gradient::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.btn.btn-primary-gradient:hover::after,
.btn.btn-secondary-gradient:hover::after {
    opacity: 1;
}

/* Solo deshabilitar .btn.btn-primary-gradient */
.btn.btn-primary-gradient:disabled, 
.btn.btn-primary-gradient.disabled, 
fieldset:disabled .btn.btn-primary-gradient {
    pointer-events: none; /* Evita que sea clickeable */
    opacity: .65; /* Apaga la opacidad */
    background-color: #dee2e6; /* Color gris para deshabilitado */
    color: var(--bs-gray-dark);
}

/* Remueve el pseudo-elemento ::after cuando el botón .btn-primary-gradient está disabled */
.btn.btn-primary-gradient:disabled::after {
    background: #dee2e6; /* Elimina el fondo gradiente */
    content: none; /* Oculta el pseudo-elemento */
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


.back-to-top {
    position: fixed;
    display: none;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    border: 2px solid white;
    background: linear-gradient(to bottom right, var(--p_verde), var(--p_verde));
}

.btn-benefit{
    background: var(--p_rosado);
    float: left;
    box-shadow: 0 0 1px #ccc;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    color: white;
}
.btn-benefit:hover{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: white;
}

/*Bounce*/

.bouncy-btn {    
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;     
}

@keyframes kreep {
    0% { -webkit-transform: scale(1.1,.9); transform: scale(1.1,.9);}
   50% { -webkit-transform: scale(.9,1.1) translateY(-.5rem)}
   70% { -webkit-transform: scale(1); transform: scale(1);}
}

span.kreep {
  display: inline-block;
  /*name-duration-function(ease,eas-in,linear)-delay-count-direction */
  animation: kreep 0.7s ease 2s infinite alternate;
}

span.kreep:hover {
  animation: none;
}
/*END BOUNCER*/

.floating-buy-plan-btn {
    position: fixed;
    display: none;
    /* right: 25px; */
    left: 20px;
    bottom: 80px;
    z-index: 99;
}

.statistics-text-primary {
    font-weight: 700;
    display: block;
    font-size: 2.5em;
    color: var(--dark);
}

.statistics-text-secondary {
    font-weight: 400;
    display: block;
    font-size: 1.2em;
    color: var(--p_verde);
}


/*** Navbar index ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 45px 0;
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    /* color: var(--light) !important; */
    color: var(--dark) !important;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    /* border-color: var(--light) transparent transparent transparent; */
    border-color: transparent transparent transparent transparent;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.btn-navbar-dark, .btn-navbar-dark:focus {
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--dark) !important;
    padding: 10px 0px;
    /* outline: none !important; */
    box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    top: 0;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--primary) !important;
    }

    .navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    /* .sticky-top.navbar-light .navbar-nav .nav-link::before {
        border-top-color: var(--primary);
    } */

    .sticky-top.navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

/* *************************************************************************** */
/*** Navbar ***/
.navbar-custom .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 20px 0;
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    font-weight: 500;
    color: var(--dark) !important;
    outline: none;
    /* transition: .5s; */
}

/* .navbar-custom .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;
} */

.sticky-top.navbar-custom .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-custom .navbar-nav .nav-link:hover::before,
.navbar-custom .navbar-nav .nav-link.active::before {
    top: 0;
}

.navbar-custom .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-custom .navbar-brand img {
    max-height: 60px;
    /* transition: .5s; */
}

.sticky-top.navbar-custom .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-custom {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-custom .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-custom .navbar-nav .nav-link,
    .sticky-top.navbar-custom .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-custom .navbar-nav .nav-link::before {
        display: none;
    }

    .navbar-custom .navbar-nav .nav-link:hover,
    .navbar-custom .navbar-nav .nav-link.active {
        color: var(--primary) !important;
    }

    .navbar-custom .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-custom .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-custom {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .sticky-top.navbar-custom {
        position: fixed;
        background: #FFFFFF;
    }

    /* .sticky-top.navbar-custom .navbar-nav .nav-link::before {
        border-top-color: var(--primary);
    } */

    .sticky-top.navbar-custom .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
/* *************************************************************************** */

/*** Hero Header ***/
.hero-header {
    margin-bottom: 2rem;
}

.circle1 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: translate(-65%, -52%);
    background: 
        radial-gradient(circle, var(--t_morado), white);        

    width: 120vw;
    height: 120vw;
}

.circle1-consent, .circle2-consent {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;        
    width: 120vw;
    height: 120vw;
    z-index: 0;
}

.circle1-consent {
    transform: translate(36%, -70%);
    background: 
        radial-gradient(circle, var(--t_naranja), white);
}

.circle2-consent {
    transform: translate(-60%, 14%);
    background: 
        radial-gradient(circle, var(--t_morado), white);
}

/* .circle2 {
    width: calc(100vw - 10px);
    height: 300px;
    margin: 0px;
    padding: 0px;
    left: min(calc(calc(calc(100vw - 1320px) / 2) * -1), 0px);
    position: absolute;
    top:0px;
    border-radius: 0%;
    background: 
        linear-gradient(to bottom, var(--s_rosado), white);
}
@media screen and (max-width: 1319){ .circle2{ left: 0px !important; } } */

.blog-card {
    color: inherit;
    text-decoration: none;

    -webkit-box-shadow: 2px 2px 13px -4px rgba(0, 0, 0, 0.21);
    box-shadow: 2px 2px 13px -4px rgba(0, 0, 0, 0.21);
}

.blog-card:hover {
    /* border: 1px solid red; */
    transform: scale(1.005);
    -webkit-transform: scale(1.005);
}

img {
    max-width: 100%;
    height: auto !important;
}

/*** Feature ***/
.feature-item {
    transition: .5s;
}

.feature-item:hover {
    margin-top: -15px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}


/*** Pricing ***/
.pricing .nav {
    padding: 2px;
}

.pricing .nav-link {
    padding: 12px 30px;
    font-weight: 500;
    color: var(--dark);
    background: #FFFFFF;
}

.pricing .nav-item:first-child .nav-link {
    border-radius: 30px 0 0 30px;
}

.pricing .nav-item:last-child .nav-link {
    border-radius: 0 30px 30px 0;
}

.pricing .nav-link.active {
    color: #FFFFFF;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}


/*** Screenshot ***/
.screenshot-carousel {
    position: relative;
    width: 253px;
    height: 500px;
    padding: 15px;
    margin-right: 10px;
}

.screenshot-carousel::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/screenshot-frame.png) center center no-repeat;
    background-size: 253px 500px;
    z-index: 1;
}

.screenshot-carousel .owl-item img {
    position: relative;
    width: 223px;
    height: 470px;
}

.screenshot-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.screenshot-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    border-radius: 15px;
    transition: .5s;
}

.screenshot-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
    background: #FFFFFF;
    border-radius: 5px;
}

.screenshot-carousel .owl-dot.active {
    box-shadow: 0 0 10px var(--dark);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.testimonial-carousel .owl-item.center .testimonial-item h5,
.testimonial-carousel .owl-item.center .testimonial-item p {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    border-radius: 60px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}

/*** Seccion features ***/
#feactures-main-container {
    max-width:60rem;
    margin-top:100px;
}

.pink-svg {
    margin-bottom: -2px;
}

@media screen and (min-width: 0px) and (max-width: 575px) {
    /* xs */   
    #feactures-main-container{ margin-bottom: calc(calc(calc(100.0vw * 0) + 310.0px) * -1); z-index:0; }
    #feactures-pink-container{ margin-bottom: calc(calc(calc(100.0vw * 0.49689) - 165.71px) * -1); z-index:5; }
    .hero-header { padding: 4rem 0 ; }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    /* sm */
    #feactures-main-container{ margin-bottom: calc(calc(calc(100.0vw * 0) + 270.0px) * -1); z-index:0; }
    #feactures-pink-container{ margin-bottom: calc(calc(calc(100.0vw * 0.15707) + 9.53px) * -1); z-index:5; }
    .hero-header { padding: 4rem 0 ; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    /* md */
    #feactures-main-container{ margin-bottom: calc(calc(calc(100.0vw * 0) + 250.0px) * -1); z-index:0; }
    #feactures-pink-container{ margin-bottom: calc(calc(calc(100.0vw * 0.13453) + 46.68px) * -1); z-index:5; }
    .hero-header { padding: 4rem 0 ; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* lg */
    #feactures-main-container{ margin-bottom: calc(calc(calc(100.0vw * 0) + 250.0px) * -1); z-index:0; }
    #feactures-pink-container{ margin-bottom: calc(calc(calc(100.0vw * 0) + 200px) * -1); z-index:5; }
    .hero-header { padding: 9rem 0 ; }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    /* xl */
    #feactures-main-container{ margin-bottom: calc(calc(calc(100.0vw * 0) + 250.0px) * -1); z-index:0; }
    #feactures-pink-container{ margin-bottom: calc(calc(calc(100.0vw * 0.15075) + 69.10px) * -1); z-index:5; }
    .hero-header { padding: 9rem 0 ; }
    #navbar_hero_left_column{ text-align: left !important; }
}
@media screen and (min-width: 1400px){
    /* xxl */
    #feactures-main-container{ margin-bottom: calc(calc(calc(100.0vw * 0) + 250.0px) * -1); z-index:0; }
    #feactures-pink-container{ margin-bottom: calc(calc(calc(100.0vw * 0.11538) + 178.46px) * -1); z-index:5; }
    .hero-header { padding: 9rem 0 ; }
    #navbar_hero_left_column{ text-align: left !important; }
}

/*** Footer ***/
footer {
    position:relative;
    z-index:9;
}
.footer {
    /* margin-top: 5rem; */
    /* padding-top: 15rem; */
    /* margin-top: 5rem; */
    padding-top: 2rem;
    background:
        /* url(../img/bg-circle.png), */
        /* url(../img/bg-triangle.png), */
        /* url(../img/bg-wave_bottom.png), */
        linear-gradient(to bottom right, var(--primary), var(--secondary));
    /* background-position:
        left 0px bottom 0px,
        right 0px top 50%,
        center top;
    background-repeat: no-repeat; */
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-social_2 {
    margin-right: 15px;
    /* width: 60px; */
    /* height: 60px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* color: var(--light); */
    /* border: 1px solid rgba(256, 256, 256, .1); */
    /* border-radius: 50%; */
    /* transition: .3s; */
}

.footer .btn.btn-social_2:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* .hover-underline-animation {
    display: inline-block;
    position: relative;
    color: white;
}
  
.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
} */


.ionicon .ionicon svg{
    width: 20px;
    height: 20px;
    fill: currentcolor;
    vertical-align: sub;
}

.btn-outline-rosado, .btn-outline-rosado2{
    color:#C72C66;
    border-color:#C72C66
}
.btn-outline-rosado:hover, .btn-outline-rosado2:hover{
    color: white;
    background-color:#C72C66;
    border-color:#C72C66
}
.btn-check:focus+.btn-outline-rosado,.btn-outline-rosado:focus{
    box-shadow:0 0 0 .25rem rgba(66,148,227,0.5)
}
.btn-outline-rosado2:focus {
    box-shadow: none;
}
.btn-check:checked+.btn-outline-rosado,.btn-check:active+.btn-outline-rosado,.btn-outline-rosado:active,.btn-outline-rosado.active,.btn-outline-rosado.dropdown-toggle.show, .btn-check:checked+.btn-outline-rosado2,.btn-check:active+.btn-outline-rosado2,.btn-outline-rosado2:active,.btn-outline-rosado2.active,.btn-outline-rosado2.dropdown-toggle.show{
    color: white;
    background-color:#C72C66;
    border-color:#C72C66;
}
.btn-check:checked+.btn-outline-rosado:focus,.btn-check:active+.btn-outline-rosado:focus,.btn-outline-rosado:active:focus,.btn-outline-rosado.active:focus,.btn-outline-rosado.dropdown-toggle.show:focus{
    box-shadow:0 0 0 .25rem #C72C66;
}
.btn-outline-rosado:disabled,.btn-outline-rosado.disabled{
    color:#C72C66;
    background-color:transparent
}

.docoeduca_paragraph{
    margin-bottom: 1.5rem !important;
    font-size: 1.3rem !important;
}
.text-justify{
    text-align: justify;
}

.link_shadow {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.title_card_plan {
    margin-bottom: -9px !important;
    height: 50px !important; 
    display:flex;
    justify-content: center;
    align-items: center;
}

/* .btn-change3{
    display: flex;
    align-items: baseline;
    gap: .5rem;
    background: rgb(255, 255, 255);
    float: left;
    background-color: #ffdeeb;
    border: 0;
    border-bottom: 1px solid #ed5482;
    color:#ed5482;
    box-shadow: 0 0 1px #ccc;
    //justify-content: center;
    //justify-content: flex-start;
    //padding-left: 1rem;
    padding-right: 1rem;
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px 0px 0 0 #ed5482 inset , 0px 0px 0 #ed5482 inset;
} */
.btn-change3{
    display: flex;
    align-items: baseline;
    gap: .5rem;
    background: rgb(255, 255, 255);
    float: left;
    background-color: #ffdeeb;
    border: 0;
    /* border-bottom: 1px solid #ed5482;
    border-top: 1px solid #ed5482; */
    border-right: 1px solid #C72C66;
    color:#C72C66;
    box-shadow: 0 0 1px #ccc;
    justify-content: center;
    /* justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem; */
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px 0px 0 0 #C72C66 inset , 0px 0px 0 #C72C66 inset;
}
.btn-change3:hover{
    box-shadow: 0px 50px 0 0px #C72C66 inset , 0px -50px 0 0px #C72C66 inset;
    -webkit-box-shadow: 0px 50px 0 0px #C72C66 inset , 0px -50px 0 0px #C72C66 inset;
}
.last-item {
    border-right: none;
}
/* .btn-change3:nth-child(1) {
    border-top: 1px solid #ed5482;
}
.btn-change3 i {
    width: 20px;
} */
/* @media (max-width: 767px) {
    .btn-change3 {
        justify-content: flex-start;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .btn-change3:nth-child(1) {
        border-top: 1px solid #ed5482;
    }
    .btn-change3 i {
        width: 20px;
    }
} */

.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.f-size12 {
    font-size: 12px;
}

.icon-benefits {
    width: 30px;
    height: 30px;
    color: #C72C66;
    transition: all .3s ease;
}
.icon-benefits:hover {
    color: #C72C66;
    transform: translateY(-3px);
}

.nut-badge {
    background-color: #c0392b;
}
.tra-badge {
    background-color: #2980b9;
}
.edu-badge {
    background-color: #27ae60;
}
.cui-badge {
    background-color: #f39c12;
}
.sal-badge {
    background-color: #2ecc71;
}
.otr-badge {
    background-color: #7f8c8d;
}
/* TOOLTIPS PAYMENT METHODS */
[data-payment-tooltip],
.custom-tooltip-payment-card,
.custom-tooltip-payment-nequi,
.custom-tooltip-payment-pse {
    position: relative;
    cursor: pointer;
}
[data-payment-tooltip]::after,
.custom-tooltip-payment-card::after,
.custom-tooltip-payment-nequi::after,
.custom-tooltip-payment-pse::after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: 
        opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -moz-transition:    
            opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition:         
            opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform:    translate3d(0, 0, 0);
    transform:         translate3d(0, 0, 0);
    pointer-events: none;
}
[data-payment-tooltip]:hover::after,
[data-payment-tooltip]:focus::after,
.custom-tooltip-payment-card:hover::after,
.custom-tooltip-payment-nequi:hover::after,
.custom-tooltip-payment-pse:hover::after,
.custom-tooltip-payment-card:focus::after,
.custom-tooltip-payment-nequi:focus::after,
.custom-tooltip-payment-pse:focus::after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.custom-tooltip-payment-card::after,
.custom-tooltip-payment-nequi::after,
.custom-tooltip-payment-pse::after,
[data-payment-tooltip]::after {
    z-index: 1000;
    padding: 5px;
    width: 90px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-payment-tooltip);
    font: small-caption;
}
[data-payment-tooltip]::after,
.custom-tooltip-payment-card::after,
.custom-tooltip-payment-nequi::after,
.custom-tooltip-payment-pse::after {
    bottom: 80%;
    left: 0%;
}
[data-payment-tooltip]::after,
.custom-tooltip-payment-card::after,
.custom-tooltip-payment-nequi::after,
.custom-tooltip-payment-pse::after {
    margin-left: -58px;
}

[data-payment-tooltip]:hover::after,
[data-payment-tooltip]:focus::after,
.custom-tooltip-payment-card:hover::after,
.custom-tooltip-payment-nequi:hover::after,
.custom-tooltip-payment-pse:hover::after,
.custom-tooltip-payment-card:focus::after,
.custom-tooltip-payment-nequi:focus::after,
.custom-tooltip-payment-pse:focus::after {
    -webkit-transform: translateY(-5px);
    -moz-transform:    translateY(-5px);
    transform:         translateY(-5px);
}
/* END TOOLTIPS PAYMENT METHODS */
[data-tooltip],
.custom-tooltip,
.custom-tooltip-2,
.custom-tooltip-3,
.custom-tooltip-4,
.custom-tooltip-5,
.custom-tooltip-6,
.custom-tooltip-8,
.custom-tooltip-9,
.custom-tooltip-7,
.custom-tooltip-step3,
.custom-tooltip-step4,
.custom-tooltip-step5,
.custom-tooltip-step2 {
    position: relative;
    cursor: pointer;
}

[data-tooltip]:after,
.custom-tooltip:after,
.custom-tooltip-2:after,
.custom-tooltip-3:after,
.custom-tooltip-6:after,
.custom-tooltip-7:after,
.custom-tooltip-8:after,
.custom-tooltip-9:after,
.custom-tooltip-5:after,
.custom-tooltip-4::after,
.custom-tooltip-step3::after,
.custom-tooltip-step4::after,
.custom-tooltip-step5::after,
.custom-tooltip-step2::after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: 
        opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -moz-transition:    
            opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition:         
            opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform:    translate3d(0, 0, 0);
    transform:         translate3d(0, 0, 0);
    pointer-events: none;
}
[data-tooltip]:hover:after,
[data-tooltip]:focus:after,
.custom-tooltip:hover:after,
.custom-tooltip:focus:after,
.custom-tooltip-2:hover:after,
.custom-tooltip-2:focus::after,
.custom-tooltip-3:hover:after,
.custom-tooltip-3:focus::after,
.custom-tooltip-step3:hover:after,
.custom-tooltip-step3:focus::after,
.custom-tooltip-step4:hover:after,
.custom-tooltip-step4:focus::after,
.custom-tooltip-step5:hover:after,
.custom-tooltip-step5:focus::after,
.custom-tooltip-step2:hover:after,
.custom-tooltip-step2:focus::after,
.custom-tooltip-5:hover:after,
.custom-tooltip-5:focus::after,
.custom-tooltip-6:hover:after,
.custom-tooltip-6:focus::after,
.custom-tooltip-7:hover:after,
.custom-tooltip-7:focus::after,
.custom-tooltip-8:hover:after,
.custom-tooltip-8:focus::after,
.custom-tooltip-9:hover:after,
.custom-tooltip-9:focus::after,
.custom-tooltip-4:hover:after,
.custom-tooltip-4:focus::after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Tamaño y apariencia del tooltip */
.custom-tooltip:after,
.custom-tooltip-2::after,
.custom-tooltip-3::after,
.custom-tooltip-step3::after,
.custom-tooltip-step4::after,
.custom-tooltip-step5::after,
.custom-tooltip-step2::after,
.custom-tooltip-4::after,
.custom-tooltip-5::after,
.custom-tooltip-6::after,
.custom-tooltip-7::after,
.custom-tooltip-8::after,
.custom-tooltip-9::after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 5px;
    width: 159px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    font: small-caption;
}
[data-tooltip]:after,
.custom-tooltip:after,
.custom-tooltip-2:after,
.custom-tooltip-4:after,
.custom-tooltip-5:after,
.custom-tooltip-6:after,
.custom-tooltip-7:after,
.custom-tooltip-8:after,
.custom-tooltip-9:after,
.custom-tooltip-3::after,
.custom-tooltip-step3::after,
.custom-tooltip-step4::after,
.custom-tooltip-step5::after,
.custom-tooltip-step2::after {
    bottom: 80%;
    left: 0%;
}

/* Alineado horizontal del tooltip */
[data-tooltip]:after,
.custom-tooltip:after,
.custom-tooltip-2:after,
.custom-tooltip-3:after,
.custom-tooltip-step3:after,
.custom-tooltip-step4:after,
.custom-tooltip-step5:after,
.custom-tooltip-step2:after,
.custom-tooltip-4:after,
.custom-tooltip-6:after,
.custom-tooltip-7:after,
.custom-tooltip-8:after,
.custom-tooltip-9:after,
.custom-tooltip-5:after {
  margin-left: -68px;
}

[data-tooltip]:hover:after,
[data-tooltip]:focus:after,
.custom-tooltip:hover:after,
.custom-tooltip:focus:after,
.custom-tooltip-2:hover:after,
.custom-tooltip-2:focus:after,
.custom-tooltip-3:hover:after,
.custom-tooltip-3:focus:after,
.custom-tooltip-step3:hover:after,
.custom-tooltip-step3:focus:after,
.custom-tooltip-step4:hover:after,
.custom-tooltip-step4:focus:after,
.custom-tooltip-step5:hover:after,
.custom-tooltip-step5:focus:after,
.custom-tooltip-step2:hover:after,
.custom-tooltip-step2:focus:after,
.custom-tooltip-4:hover:after,
.custom-tooltip-4:focus:after,
.custom-tooltip-6:hover:after,
.custom-tooltip-6:focus:after,
.custom-tooltip-7:hover:after,
.custom-tooltip-7:focus:after,
.custom-tooltip-8:hover:after,
.custom-tooltip-8:focus:after,
.custom-tooltip-9:hover:after,
.custom-tooltip-9:focus:after,
.custom-tooltip-5:hover:after,
.custom-tooltip-5:focus:after {
  -webkit-transform: translateY(-5px);
  -moz-transform:    translateY(-5px);
  transform:         translateY(-5px); 
}
/* Primer tooltip */
@media (max-width: 328px) {
    .custom-tooltip:after {
        margin-left: -100px;
    }
}
@media (max-width: 290px) {
    .custom-tooltip:after {
        margin-left: -136px;
    }
}
@media (max-width: 268px) {
    .custom-tooltip:after {
        margin-left: 0px;
    }
}
@media (max-width: 245px) {
    .custom-tooltip:after {
        margin-left: -64px;
    }
}
/* Segundo tooltip */
@media (max-width: 400px) {
    .custom-tooltip-2:after {
        margin-left: -142px;
    }
}
@media (max-width: 334px) {
    .custom-tooltip-2:after {
        margin-left: 0px;
    }
}
/* Tercer tooltip */
@media (max-width: 575px) {
    .custom-tooltip-3:after {
        margin-left: -142px;
    }
}
@media (max-width: 566px) {
    .custom-tooltip-3:after {
        margin-left: 0px;
    }
}
@media (max-width: 395px) {
    .custom-tooltip-3:after {
        margin-left: -148px;
    }
}
@media (max-width: 360px) {
    .custom-tooltip-3:after {
        margin-left: 0px;
    }
}
/* Tooltip step 2 checkout*/
@media (max-width: 438px) {
    .custom-tooltip-step2:after {
        margin-left: -148px;
    }
}
/* Tooltip step 3 checkout*/
@media (max-width: 630px) {
    .custom-tooltip-step3:after {
        margin-left: -142px;
    }
}
@media (max-width: 567px) {
    .custom-tooltip-step3:after {
        margin-left: -6px;
    }
}
/* Tooltip step 4 checkout*/
@media (max-width: 770px) {
    .custom-tooltip-step4:after {
        margin-left: -148px;
    }
}
/* Tooltip step 5 checkout*/
@media (max-width: 770px) {
    .custom-tooltip-step5:after {
        margin-left: -148px;
    }
}
/* Cuarto tooltip */
@media (max-width: 1048px) {
    .custom-tooltip-4:after {
        margin-left: -142px;
    }
}
@media (max-width: 513px) {
    .custom-tooltip-4:after {
        margin-left: -142px;
    }
}
@media (max-width: 406px) {
    .custom-tooltip-4:after {
        margin-left: 0px;
    }
}
@media (max-width: 298px) {
    .custom-tooltip-4:after {
        margin-left: -68px;
    }
}
@media (max-width: 266px) {
    .custom-tooltip-4:after {
        margin-left: -142px;
    }
}
@media (max-width: 243px) {
    .custom-tooltip-4:after {
        margin-left: 0px;
    }
}
@media (max-width: 220px) {
    .custom-tooltip-4:after {
        margin-left: -50px;
    }
}
/* Resto de tooltips */
@media (max-width: 345px) {
    .custom-tooltip-9:after {
        margin-left: -110px;
    }
}
@media (max-width: 286px) {
    .custom-tooltip-9:after {
        margin-left: -75px;
    }
}

/* Menú navegación */
.scrollable-tabs-container,
.scrollable-tabs-container-children {
    margin: 16px auto;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.scrollable-tabs-container svg,
.scrollable-tabs-container-children svg {
    width: 30px;
    height: 100%;
    cursor: pointer;
    color: white;
    pointer-events: auto;
}

.scrollable-tabs-container ul,
.scrollable-tabs-container-children ul {
    display: flex;
    padding: 0 30px;
    margin: 0;
    list-style: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.scrollable-tabs-container ul.dragging a,
.scrollable-tabs-container-children ul.dragging-children a {
    pointer-events: none;
}

.scrollable-tabs-container ul.dragging,
.scrollable-tabs-container-children ul.dragging-children {
    scroll-behavior: auto;
}

.scrollable-tabs-container ul::-webkit-scrollbar,
.scrollable-tabs-container-children ul::-webkit-scrollbar {
    display: none;
}

.scrollable-tabs-container a,
.scrollable-tabs-container-children a {
    text-decoration: none;
    padding: 4px 24px;
    border-radius: 4px;
    user-select: none;
    white-space: nowrap;
    width: 260px;
}

.scrollable-tabs-container .right-arrow,
.scrollable-tabs-container .left-arrow,
.scrollable-tabs-container-children .right-arrow-children,
.scrollable-tabs-container-children .left-arrow-children {
    position: absolute;
    height: 100%;
    top: 0;
    display: none;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.scrollable-tabs-container .right-arrow.active,
.scrollable-tabs-container .left-arrow.active,
.scrollable-tabs-container-children .right-arrow-children.active,
.scrollable-tabs-container-children .left-arrow-children.active {
    display: flex;
}

.scrollable-tabs-container .right-arrow,
.scrollable-tabs-container-children .right-arrow-children {
    right: 0;
    background: var(--p_rosado);
    justify-content: flex-end;
}

.scrollable-tabs-container .left-arrow,
.scrollable-tabs-container-children .left-arrow-children {
    background: var(--p_rosado);
}

.scrollable-tabs-container svg:hover,
.scrollable-tabs-container-children svg:hover {
    background: var(--primary3);
}

/* Slider horizontal infinito */
.slider {
    overflow: hidden;
}

.slider .slide-track {
    display: flex;
    animation: scroll 70s linear infinite;
    -webkit-animation: scroll 70s linear infinite;
    width: calc(140px * 32);
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-140px * 16));
        transform: translateX(calc(-140px * 16));
    }
}
.f-size14 {
    font-size: 14px;
}

#pass-list ul {
    padding-left: 0;
}
#pass-list li{
    list-style-type: none;
}

.support-text {
    display: block;
    font-weight: 500;
    color: var(--p_morado);
    bottom: 18px;
    right: -30px;
    font-size: 18px;
}

.whatsapp-button {
    display: flex;
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    width: 54px !important;
    height: 54px !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--p_morado) !important;
    border: 2px solid white;
    transition: all 0.3s;
}

.whatsapp-button:hover {
    transform: translateY(-6px);
}

.btn-download:hover {
    color: var(--bs-blue)
}

.border-none td{
    border: none;
}

.table-shadow {
    box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 5px 0px;
}

.plan-desc {
    font-weight: 500;
    color: var(--p_rosado);
}

.left-plan {
    width: 80%;
}

.img-plan {
    width: 31%;
}

@media (max-width: 1399px) {
    .img-plan {
        width: 38%;
    }
}
@media (max-width: 1199px) {
    .img-plan {
        width: 49%;
    }
}
@media (max-width: 991px) {
    .img-plan {
        width: 82%;
    }
}
@media (max-width: 767px) {
    .plan-container {
        flex-direction: column-reverse;
        justify-content: flex-end;
        height: fit-content;
    }

    .img-plan, .img-plan img {
        width: 100%;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 0 !important;
    }

    .img-plan {
        height: 200px;
    }

    .img-plan img {
        object-fit: cover;
    }

    .left-plan {
        width: 100%;
        padding: 1.5rem !important;
    }

    .btn-contact, .btn-paid, .btn-cancel {
        width: 100%;
        justify-content: center;
    }

    .btn-paid {
        margin-bottom: 0.5rem !important;
    }
}

.img-subs {
    height: 200px;
    width: 100%;
}

.img-subs img {
    width: 100%;
    object-fit: fill;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .subs-container {
        font-size: 14px;
    }

    .btn-paid, .btn-cancel {
        font-size: 14px;
    }

    .details-sub {
        font-size: 18px;
    }
}

@media (max-width: 547px) {
    .img-subs {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 0 !important;
        flex-direction: column;
        height: max-content;
    }

    .img-subs img {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 0 !important;
        object-fit: cover;
        height: 200px !important;
    }

    .subs-header {
        width: 100% !important;
        padding-bottom: 0 !important;
        gap: 0.5rem;
    }
}

.icon-referral,
.icon-referral-ig {
    font-size: 1.3rem;
    transition: all .3s ease;
}

.icon-referral-ig{
    background: linear-gradient(to top right, #FFC100, #F77737, #F56040, #FD1D1D, #E1306C, #C13584, #833AB4, #405DE6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-referral:hover,
.icon-referral-ig:hover {
    transform: translateY(-3px);
}

.points-text {
    font-size: 72px;
    color: var(--p_verde);
}

.points-icon {
    font-size: 36px;
    color: var(--p_naranja);
}

/*  @media (max-width: 1399px) {
    .points-text {
        font-size: 48px;
    }

    .points-icon {
        font-size: 24px;
    }
} */

@media (max-width: 1199px) {
    .link-container {
        width: 50% !important;
    }

    .points-container {
        width: 50% !important;
    }

    .points-text {
        font-size: 54px;
    }

    .points-icon {
        font-size: 27px;
    }
}

@media (max-width: 991px) {
    div.referidos-description p {
        text-align: justify;
    }

    .referidos-description {
        width: 100% !important;
    }

    .points-title {
        font-size: 22px;
    }

    .points-text {
        font-size: 60px;
    }

    .points-icon {
        font-size: 30px;
    }

    /* .btn-canjear {
        width: 100%;
    } */
}

@media (max-width: 767px) {
    .points-title {
        font-size: calc(1.275rem + .3vw);
    }

    .referido-container {
        flex-wrap: wrap-reverse;
    }

    .link-container {
        width: 100% !important;
    }

    .points-container {
        width: 100% !important;
    }

    .points-text {
        font-size: 80px;
    }

    .points-icon {
        font-size: 40px;
    }

    .points-header {
        gap: 1rem;
    }
}

@media (max-width: 425px) {
    .btn-container-exchange {
        flex-direction: column;
        width: 100%;
    }

    .btn-canjear {
        width: 100%;
    }

    .points-text {
        font-size: 60px;
        overflow: auto;
    }

    .points-icon {
        font-size: 30px;
    }

    .enlace-referido-container {
        flex-direction: column;
        gap: .4rem;
    }

    .enlace-referido {
        margin-left: 0 !important;
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        width: 100%;
        justify-content: center;
    }
}
.navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link:hover,
.sticky-top.navbar-custom .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

.btn-navbar-dark:hover {
    color: var(--primary) !important;
}

.dropdown-item-custom:active {
    color: white;
    text-decoration: none;
    background-color: var(--primary);
}

.pediatra-info-container {
    max-width: 320px;
}

.img-pediatra-container {
    max-width: 220px;
    max-height: 220px;
}

.img-pediatra {
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.esp-pediatra {
    font-weight: 500;
    color: var(--primary);
    font-size: 18px;
}

.dir-pediatra-container {
    font-size: 14px;
}

.form-contact-container {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding: 2.5rem;
}

@media (max-width: 767px) {
    .pediatra-info-container {
        max-width: none;
    }

    .img-pediatra-container {
        max-width: 400px;
        max-height: 400px;
    }

    .pediatra-name {
        font-size: calc(1.325rem + .9vw);
    }

    .btn-pediatra {
        width: 100% !important;
    }

    .form-contact-container {
        padding: 1.5rem;
    }
}

.h1-custom {
    font-size: 2.5rem;
}

@media (max-width: 1199px) {
    .h1-custom {
        font-size: calc(1.375rem + 1.5vw);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-form {
        padding: 8px 48px !important;
    }
}

.slider-corporate {
    overflow: hidden;
}

.slider-corporate .slide-track-corporate {
    display: flex;
    animation: scroll-corporate 70s linear infinite;
    -webkit-animation: scroll-corporate 70s linear infinite;
    width: calc(180px * 32);
}

@keyframes scroll-corporate {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-180px * 16));
        transform: translateX(calc(-180px * 16));
    }
}

.icon-garden-container,
.icon-company-container,
.icon-hospital-container,
.icon-alliance-container,
.icon-bond-container {
    width: 14rem;
    height: 14rem;
    border: 2px solid transparent;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.15s linear;
}

.icon-garden-container {
    background-color: var(--p_verde);
}

.icon-company-container {
    background-color: var(--p_azul);
}

.icon-hospital-container {
    background-color: var(--p_verdeclaro);
}

.icon-alliance-container {
    background-color: var(--p_rosado);
}

.icon-bond-container {
    background-color: var(--p_naranja);
}

.icon-garden-container:hover,
.icon-company-container:hover,
.icon-hospital-container:hover,
.icon-alliance-container:hover,
.icon-bond-container:hover {
    cursor: pointer;
    background-color: white;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transform: scale(1.05);
}

.icon-garden-container:hover {
    border: 2px solid var(--p_verde);
}

.icon-company-container:hover {
    border: 2px solid var(--p_azul);
}

.icon-hospital-container:hover {
    border: 2px solid var(--p_verdeclaro);
}

.icon-alliance-container:hover {
    border: 2px solid var(--p_rosado);
}

.icon-bond-container:hover {
    border: 2px solid var(--p_naranja);
}

.icon-garden-container:hover .text-garden {
    color: var(--p_verde);
}

.icon-company-container:hover .text-company {
    color: var(--p_azul);
}

.icon-hospital-container:hover .text-hospital {
    color: var(--p_verdeclaro);
}

.icon-alliance-container:hover .text-alliance {
    color: var(--p_rosado);
}

.icon-bond-container:hover .text-bond {
    color: var(--p_naranja);
}

.text-garden,
.text-company,
.text-hospital,
.text-alliance,
.text-bond {
    font-size: 22px;
    font-weight: 500;
    color: white;
}

.m-bottom-4 {
    margin-bottom: 4rem !important;
}

.m-bottom-5 {
    margin-bottom: 5rem !important;
}

.m-bottom-6 {
    margin-bottom: 6rem !important;
}

.m-bottom-7 {
    margin-bottom: 7rem !important;
}

.m-top-4 {
    margin-top: 4rem !important;
}

.m-top-5 {
    margin-top: 5rem !important;
}

.m-top-6 {
    margin-top: 6rem !important;
}

.m-top-7 {
    margin-top: 7rem !important;
}

.pass-list ul {
    padding-left: 0;
}
.pass-list li{
    list-style-type: none;
}

@media (max-width: 991px) {
    .alliances-and-bonds {
        flex-direction: column;
    }

    .alliances-cont, .bonds-cont {
        width: auto !important;
    }
}

.animated-btn {
    color: white;
    background-color: var(--p_verde);
    border-color: var(--p_verde);
    transition: all 0.2s  linear;
}

.animated-btn:hover,
.animated-btn:active,
.animated-btn:focus {
    color: white;
    background-color: #0f8f8b;
    border-color: #0f8f8b;
}

.animated-btn:disabled {
    color: white;
    background-color: var(--p_verde);
    border-color: var(--p_verde);
}

.animated-btn:focus {
    box-shadow: 0 0 0 .25rem rgba(24, 180, 176, 0.5);
}

.btn-base {
    color: white;
    transition: all 0.2s linear;
}

.btn-green {
    background-color: var(--p_verde);
    border-color: var(--p_verde);
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
    color: white;
    background-color: rgb(24 180 176 / 90%);
    border-color: rgb(24 180 176 / 90%);
}

.btn-green:focus {
    box-shadow: 0 0 0 .25rem rgb(24 180 176 / 50%);
}

.btn-blue {
    background-color: var(--p_azul);
    border-color: var(--p_azul);
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    color: white;
    background-color: rgb(104 204 240 / 90%);
    border-color: rgb(104 204 240 / 90%);
}

.btn-blue:focus {
    box-shadow: 0 0 0 .25rem rgb(104 204 240 / 50%);
}

.btn-lime {
    background-color: var(--p_verdeclaro);
    border-color: var(--p_verdeclaro);
}

.btn-lime:hover,
.btn-lime:active,
.btn-lime:focus {
    color: white;
    background-color: rgb(175 214 82 / 90%);
    border-color: rgb(175 214 82 / 90%);
}

.btn-lime:focus {
    box-shadow: 0 0 0 .25rem rgb(175 214 82 / 50%);
}

.btn-pink {
    background-color: var(--p_rosado);
    border-color: var(--p_rosado);
}

.btn-pink:hover,
.btn-pink:active,
.btn-pink:focus {
    color: white;
    background-color: rgb(237 84 130 / 90%);
    border-color: rgb(237 84 130 / 90%);
}

.btn-pink:focus {
    box-shadow: 0 0 0 .25rem rgb(237 84 130 / 50%);
}

.btn-orange {
    background-color: var(--p_naranja);
    border-color: var(--p_naranja);
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
    color: white;
    background-color: rgb(242 150 77 / 90%);
    border-color: rgb(242 150 77 / 90%);
}

.btn-orange:focus {
    box-shadow: 0 0 0 .25rem rgb(242 150 77 / 50%);
}

.f-size12 {
    font-size: 12px;
}

.pink-link,
.pink-link:hover {
    color: var(--p_rosado);
}

.dark-link,
.dark-link:hover {
    color: var(--dark);
}

.form-check-input-hover {
    cursor: pointer;
    margin-top: .20em;
    margin-right: .10em;
}

.form-check-input-hover:checked {
    background-color: var(--p_verde);
    border-color: var(--p_verde);
}

.form-check-input-hover:focus {
    box-shadow: 0 0 0 .25rem rgba(24, 180, 176, 0.5);   
}

.btn-canjear {
    background-color: var(--p_rosado);
    color: white;
    padding: 6px 16px;
}
.filter-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.filter-search-button {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: var(--p_verde);
    border-color: var(--p_verde);
    color: white;
}

.filter-search-button:hover,
.filter-search-button:active,
.filter-search-button:focus {
    color: white;
    background-color: #42c9c5;
    border-color: #42c9c5;
}

.filter-search-button:focus {
    box-shadow: 0 0 0 .25rem rgba(24, 180, 176, 0.5);
}

.form-text-search {
    width: 400px;
}

@media (max-width: 400px) {
    .filter-container {
        flex-direction: column;
    }

    .form-text-search {
        width: 100%;
    }

    .form-text-reset,
    .form-text-reset button {
        width: 100%;
    }
}

.error-blog {
    max-width: 630px;
    margin: auto;
}

.pay-state-card {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.pay-state-success-card-title,
.pay-state-failed-card-title,
.pay-state-waiting-card-title {
    color: var(--bs-white);
}

.pay-state-success-card-title {
    background-color: var(--p_verde);
}

.pay-state-failed-card-title {
    background-color: var(--p_rosado);
}

.pay-state-waiting-card-title {
    background-color: var(--p_naranja);
}

.dark-color {
    color: var(--bs-dark);
}

.container-buttons-failed {
    gap: .8rem;
}

.pay-state-success-card-footer {
    background-color: rgb(24 180 176 / 15%);
    border-color: rgb(24 180 176 / 25%);
    gap: .3rem;
}

.pay-state-success-card-footer p {
    font-weight: 600;
    color: var(--p_verde);
}

.pay-state-success-card-footer small {
    color: var(--bs-dark);
    font-weight: 500;
    font-size: 13px;
    gap: .3rem;
}

.pay-state-success-card-footer small i {
    font-size: 12px;
    color: var(--p_verde);
}

.pay-state-failed-card-footer {
    background-color: rgb(237 84 130 / 15%);
    border-color: rgb(237 84 130 / 25%);
    gap: .3rem;
}

.pay-state-failed-card-footer p {
    font-weight: 600;
    color: var(--p_rosado);
}

.pay-state-failed-card-footer small {
    color: var(--bs-dark);
    font-weight: 500;
    font-size: 13px;
    gap: .3rem;
}

.pay-state-failed-card-footer small i {
    font-size: 12px;
    color: var(--p_rosado);
}

.pay-state-waiting-card-footer {
    background-color: rgb(242 150 77 / 15%);
    border-color: rgb(242 150 77 / 25%);
    gap: .3rem;
}

.pay-state-waiting-card-footer div {
    gap: .3rem;
}

.pay-state-waiting-card-footer p {
    font-weight: 600;
    color: var(--p_naranja);
}

.pay-state-waiting-card-footer small {
    color: var(--bs-dark);
    font-weight: 500;
    font-size: 13px;
    gap: .3rem;
}

.pay-state-waiting-card-footer small i {
    font-size: 12px;
    color: var(--p_naranja);
}

@media (max-width: 767px) {
    .container-buttons-failed {
        flex-direction: column;
    }

    .container-buttons-failed a {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .margin-right-navbar {
        margin-right: 25px;
    }
}

.inp-check {
    border-color: var(--p_verde) !important;
}

.form-check-switch {
    border-color: var(--p_verde) !important;
    cursor: pointer;
}

.form-check-switch:focus {
    box-shadow: 0 0 0 0.25rem rgba(24, 180, 176, 0.5) !important;
}

.form-check-switch:checked {
    background-color: var(--p_verde);
}
/* Girar tarjetas */
.team-member {
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.card-member {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}
  
.card-front,
.card-back,
.card-nokid {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.5s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: white;
}
  
.card-front {
    transform: rotateY(0deg);
}
  
.card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotateY(180deg);
}
  
.card-member:hover .card-front {
    transform: rotateY(-180deg);
}
  
.card-member:hover .card-back {
    transform: rotateY(0deg);
}
  
.img-holder {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
  
.img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.img-front {
    filter: grayscale(0.8);
}

.desc-member {
    font-size: 14px;
}

.linkedin-icon {
    font-size: 24px;
    color: rgb(10, 102, 194);
    cursor: pointer;
}

.container-linkedin-icon {
    height: 24px;
    align-self: flex-end;
}

.container-ver-mas {
    height: 24px;
}

@media (max-width: 1399px) {
    .name-member {
        font-size: 22px;
    }

    .desc-member,
    .ver-mas-link {
        font-size: 13px;
    }

    /* .linkedin-icon {
        font-size: 18px;
    }

    .container-linkedin-icon {
        height: 18px;
    } */
}

@media (max-width: 1199px) {
    .team-desc {
        text-align: justify !important;
    }

    .name-member {
        font-size: 18px;
    }

    .desc-member,
    .ver-mas-link {
        font-size: 12px;
    }

    /* .linkedin-icon {
        font-size: 17px;
    }

    .container-linkedin-icon {
        height: 17px;
    } */
}

@media (max-width: 767px) {
    .name-member {
        font-size: 20px;
    }

    .desc-member,
    .ver-mas-link {
        font-size: 13px;
    }

    /* .linkedin-icon {
        font-size: 18px;
    }

    .container-linkedin-icon {
        height: 18px;
    } */
}

@media (max-width: 533px) {
    .name-member {
        font-size: 19px;
    }

    .desc-member,
    .ver-mas-link {
        font-size: 12px;
    }

    /* .linkedin-icon {
        font-size: 17px;
    }

    .container-linkedin-icon {
        height: 17px;
    } */
}

@media (max-width: 507px) {
    .container-member {
        width: 100%;
    }

    .name-member {
        font-size: 26px;
    }

    .desc-member,
    .ver-mas-link {
        font-size: 16px;
    }

    /* .linkedin-icon {
        font-size: 24px;
    }

    .container-linkedin-icon {
        height: 24px;
    } */
}

@media (max-width: 333px) {
    .card-front,
    .card-back {
        height: max-content;
    }

    .container-member {
        width: 100%;
    }

    .name-member {
        font-size: 24px;
    }

    .desc-member,
    .ver-mas-link {
        font-size: 15px;
    }
}
@media (max-width: 425px) {
    .container-ped-icon {
        left: auto !important;
        margin: auto;
    }
}

@media (max-width: 386px) {
    .container-ped-icon ~ p {
        font-size: 15px;
    }

    .circle-ped {
        padding: 1.5rem !important;
    }

    .cnt-circle-icon {
        padding: .5rem !important;
    }
}

@media (max-width: 320px) {
    .container-ped-icon ~ p {
        font-size: 14px;
    }

    /* .linkedin-icon {
        font-size: 22px;
    } */
}

.orange-link,
.orange-link:hover {
    color: var(--p_naranja);
}

.description-complete {
    gap: .3rem;
}

.description-complete p {
    display: flex;
    align-items: baseline;
    gap: .4rem;
    margin: 0;
    text-align: justify;
}

.container-btn-aliado {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .6rem;
}

.ig-container {
    background: linear-gradient(45deg, #35DAB7, #FFC837, #F56040, #FD1D1D, #E1306C, #C13584, #833AB4, #5851DB, #405DE6);
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ig-container i {
    color: white;
    font-size: 17px;
}

@media (max-width: 1199px) {
    .table-email {
        max-width: 508px !important;
    }
}

.important-text {
    color: #6b6e6c;
    font-weight: 500;
    margin: 0;
}

.form-control:focus {
    border-color: var(--p_verde) !important;
    box-shadow: 0 0 0 0.25rem rgba(24,180,176,0.25) !important;
}

.btn-back-bono,
.btn-back-bono:hover {
    font-size: 20px;
    color: var(--p_rosado);
    font-weight: 500;
}

@media (max-width: 767px) {
    .container-back-bono {
        flex-direction: column !important;
    }
}

.tab-purchases {
    border-color: var(--p_rosado) !important;
}
#tabla-planes_filter input:focus,
#tabla-compras_filter input:focus {
    box-shadow: none !important;
    border-color: var(--s_rosado) !important;
}
.btn-canjear:hover,
.btn-canjear:active,
.btn-canjear:focus {
    background-color: rgb(237 84 130 / 80%);
    color: white;
}

.btn-canjear:focus {
    box-shadow: 0 0 0 .25rem rgb(237 84 130 / 50%);
}

#tabla-referidos_filter input:focus,
#tabla-redimidos_filter input:focus {
    box-shadow: none;
    border-color: var(--s_rosado);
}

.dataTables_length select {
    border-radius: .2rem !important;
}

.dataTables_length select:focus {
    box-shadow: none;
    border-color: var(--p_rosado);
}

.btn-tyc {
    font-weight: 500;
    color: var(--p_verde);
}

.btn-tyc:hover {
    color: var(--p_verde);
}

.container-welcome-r {
    margin: 8rem auto;
    /* background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.img-ref-2 {
    display: none !important;
}
@media (max-width: 767px) {
    .referido-img-container {
        flex-direction: column;
    }

    .img-ref-1,
    .img-ref-2 {
        width: 100% !important;
    }

    .ref-1 {
        display: block !important;
    }
    .img-ref-2 {
        display: block !important;
    }
    .ref-2 {
        border-bottom-right-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        border-top-right-radius: 0 !important;
        
    }

    .ref-3,
    .ref-4 {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .container-welcome-r {
        padding: 1.5rem !important;
    }
}

@media (max-width: 500px) {
    .container-welcome-r {
        margin: 4rem auto !important;
    }
}

@media (max-width: 374px) {
    .img-error-404 {
        max-width: 230px !important;
    }
}

@media (max-width: 274px) {
    .img-error-404 {
        display: none;
    }
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

@media (max-width: 425px) {
    #tabla-referidos {
        margin-bottom: 0 !important;
        box-shadow: none;
    }
    #no-more-tables tbody,
    #no-more-tables tr,
    #no-more-tables td {
        display: block;
    }
    #no-more-tables tr::before {
        content: '';
        background-color: var(--p_rosado);
        position: absolute;
        width: 48%;
        height: -webkit-fill-available;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables td {
        position: relative;
        padding-left: 50%;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    #no-more-tables td::before {
        content: attr(data-title);
        position: absolute;
        left: 6px;
        font-weight: 500;
        color: white !important;
    }
    #no-more-tables tr {
        height: auto !important;
    }
    .no-center {
        text-align: initial !important;
    }
}

.btn-contact-referral {
    border-color: var(--p_verde);
    color: var(--p_verde);
    padding: 3px 8px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    width: max-content;
}

.btn-contact-referral:hover {
    border-color: transparent;
    color: white;
    background-color: var(--p_verde);
}

.btn-contact-referral:focus {
    box-shadow: 0 0 0 .25rem rgb(24 180 176 / 50%);
}

.row-credit:hover {
    background-color: rgb(25 135 84 / 10%) !important;
}

.row-debit:hover {
    background-color: rgb(220 53 69 / 10%) !important;
}

.tab-referral {
    border-color: var(--p_rosado) !important;
}

.nav-tabs .nav-link-referral.active,
.nav-tabs .nav-item.show .nav-link-referral,
.nav-tabs .nav-link-purchase.active,
.nav-tabs .nav-item.show .nav-link-purchase {
    color: var(--p_rosado);
    background-color: var(--t_rosado);
    border-color: var(--p_rosado) var(--p_rosado) white;
}

.nav-link-referral,
.nav-link-purchase {
    color: var(--s_rosado);
}

.nav-link-referral:hover,
.nav-link-referral:focus,
.nav-link-purchase:hover,
.nav-link-purchase:focus {
    color: var(--s_rosado);
}

.principal-cont {
    background-image: url("../img/referidos/bienvenida.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
}

@media (max-width: 398px) {
    .principal-cont {
        position: relative;
    }
}

.error-faq {
    max-width: 674px;
    margin: auto;
}

.span-dark {
    font-weight: 500;
    color: var(--bs-dark);
}

.span-light {
    font-weight: normal;
    color: #6b6c6e;
}

.list-tyc {
    padding-left: 2rem;
    font-weight: 500;
    color: var(--bs-dark);
}

.card-tyc {
    background-color: white;
    height: 14rem;
    gap: 1.2rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.i-tyc {
    width: 74px;
    height: 74px;
    top: -40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.i-tyc span {
    font-weight: 500;
    font-size: 32px;
}

@media (max-width: 1399px) {
    .text-tyc {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .card-tyc {
        min-height: 16rem !important;
        height: auto !important;
    }

    .i-tyc {
        width: 64px !important;
        height: 64px !important;
    }
}
@media (max-width: 320px) {
    .cont-captcha {
        transform: scale(0.6);
    }
}
.appeared-container {
    max-width: 180px;
}

.appeared-container a {
    transition: all 0.2s linear;
}

.appeared-container a:hover {
    transform: translateY(-5px);
}

.appeared-container a span {
    color: var(--p_verde);
    text-decoration: none;
}

.circle1-tyc, .circle2-tyc {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;        
    width: 120vw;
    height: 120vw;
    z-index: 0;
}

.circle1-tyc {
    transform: translate(36%, 23%);
    background: 
        radial-gradient(circle, var(--t_naranja), white);
}

.circle2-tyc {
    transform: translate(-60%, -73%);
    background: 
        radial-gradient(circle, var(--t_morado), white);
}

.img-404 {
    max-width: 400px;
}

@media (max-width: 426px) {
    .img-404 {
        width: inherit;
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
    }
}

.color-text-success {
    color: var(--p_verde);
}
.color-text-error {
    color: var(--p_rosado);
}
.color-text-warning {
    color: var(--p_naranja);
}
.color-text-info {
    color: var(--p_morado);
}

.border-text-success {
    border-color: var(--p_verde) !important;
}
.border-text-error {
    border-color: var(--p_rosado) !important;
}
.border-text-warning {
    border-color: var(--p_naranja) !important;
}
.border-text-info {
    border-color: var(--p_morado) !important;
}

.bg-modal-success {
    background-color: #c3f1ef;
}
.bg-modal-error {
    background-color: var(--t_rosado);
}
.bg-modal-warning {
    background-color: var(--t_naranja);
}
.bg-modal-info {
    background-color: var(--t_morado);
}

.btn-violet {
    background-color: var(--p_morado);
    border-color: var(--p_morado);
}
.btn-violet:hover,
.btn-violet:active,
.btn-violet:focus {
    color: white;
    background-color: rgb(117 102 219 / 90%);
    border-color: rgb(117 102 219 / 90%);
}
.btn-violet:focus {
    box-shadow: 0 0 0 .25rem rgb(117 102 219 / 50%);
}

.violet-link,
.violet-link:hover {
    color: var(--p_morado);
}

.modal-referral {
    z-index: 9999 !important;
}

@media (max-width: 375px) {
    .btn-payment-not {
        width: 100%;
    }
}
.icon-auth{
    border-radius: 5px;
    color: #fff;
    width: 87px;
    height: 40px;
    background-color: #fff;
    padding: 9px;
}

#pass-list i {
    font-size: 12px !important;
}

.nav-tabs-log .nav-link-log.active,
.nav-tabs-log .nav-item-log.show .nav-link-log {
    background-color: #c3f1ef !important;
    color: var(--p_verde) !important;
}

.nav-link-log {
    font-weight: 500;
    color: var(--p_verde) !important;
}

@media (max-width: 396px) {
    .link-log {
        font-size: 1rem !important;
    }
}

.introjs-skipbutton {
    color: white !important;
    border-radius: 3px !important;
}

.introjs-tooltipbuttons {
    margin-top: 1rem !important;
}

.introjs-helperNumberLayer {
    background: var(--p_verde) !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.introjs-progressbar {
    background-color: var(--p_verde) !important;
}

.introjs-tooltip {
    max-width: 500px !important;
}

.modal-tour {
    z-index: 9999 !important;
}
.select-son {
    background-color: transparent !important;
}

.label-conf {
    left: auto !important;
}

.btn-close-custom {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 6px;
    color: var(--p_verde);
}

.btn-add-children {
    cursor: pointer;
    width: 80px;
    height: 80px;
    padding: 3.5rem;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #c3f1ef;
    transition: all 0.15s linear;
}

.btn-add-children:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transform: scale(1.05);
}

.tab-patients {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: .5rem;
}

.nav-link-graph-girl.active {
    background-color: var(--p_rosado) !important;
    color: white !important;
    font-weight: 500 !important;
}

.nav-link-graph-girl {
    background-color: var(--t_rosado) !important;
    color: var(--p_rosado) !important;
    transition: all 0.15s linear;
}

.nav-link-graph-girl:hover {
    background-color: var(--p_rosado) !important;
    color: white !important;
    font-weight: 500 !important;
}

.nav-link-graph-boy.active {
    background-color: var(--p_azul) !important;
    color: white !important;
    font-weight: 500 !important;
}

.nav-link-graph-boy {
    background-color: var(--t_azul) !important;
    color: var(--p_azul) !important;
    transition: all 0.15s linear;
}

.nav-link-graph-boy:hover {
    background-color: var(--p_azul) !important;
    color: white !important;
    font-weight: 500 !important;
}

.btn-delete-measure {
    border: none;
    color: var(--bs-red);
    padding: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.btn-edit-measure {
    border: none;
    color: green;
    padding: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.introjs-skipbutton {
    color: white !important;
    border-radius: 3px !important;
}

.introjs-tooltipbuttons {
    margin-top: 1rem !important;
}

.introjs-helperNumberLayer {
    background: var(--p_verde) !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.introjs-progressbar {
    background-color: var(--p_verde) !important;
}

.introjs-tooltip {
    max-width: 500px !important;
}

.table-pink {
    --bs-table-bg: var(--p_rosado);
}

.table-pink-txt {
    color: var(--p_rosado);
}

.table-blue {
    --bs-table-bg: var(--p_azul);
}

.table-blue-txt {
    color: var(--p_azul);
}

.nav-tabs .nav-link-girl.active,
.nav-tabs .nav-item.show .nav-link-girl {
    color: var(--p_rosado);
    background-color: var(--t_rosado);
    border-color: var(--p_rosado) var(--p_rosado) white;
}

.nav-link-girl {
    color: var(--s_rosado);
}

.nav-link-girl:hover,
.nav-link-girl:focus {
    color: var(--s_rosado);
}

.nav-tabs .nav-link-boy.active,
.nav-tabs .nav-item.show .nav-link-boy {
    color: var(--p_azul);
    background-color: var(--t_azul);
    border-color: var(--p_azul) var(--p_azul) white;
}

.nav-link-boy {
    color: var(--s_azul);
}

.nav-link-boy:hover,
.nav-link-boy:focus {
    color: var(--s_azul);
}

.tab-girl {
    border-color: var(--p_rosado) !important;
}

.tab-boy {
    border-color: var(--p_azul) !important;
}

.inactive-girl {
    color: var(--s_rosado) !important;
}

.inactive-boy {
    color: var(--s_azul) !important;
}

.ribbon {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 90px;
    height: 90px;
    /* background: #f00; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ribbon::before {
    content: 'bono';
    position: absolute;
    width: 150%;
    height: 28px;
    background: var(--s_naranja);
    transform: rotate(-45deg) translateY(-14px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.ribbon::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--p_naranja);
    z-index: -1;
    box-shadow: 80px -80px var(--p_naranja);
}

.padding-2 {
    padding: 2rem;
}

.shadow-docokids {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.support-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 55px;
    width: 55px;
    background: var(--p_morado);
    text-align: center;
    line-height: 55px;
    border-radius: 50px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border: 2px solid white;
}

.support-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

.support-btn i.ficon2 {
    opacity: 0;
    pointer-events: none;
}

#click:checked ~ .support-btn i.ficon2 {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) rotate(180deg);
}

#click:checked ~ .support-btn i.ficon {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(180deg);
}

.wrapper {
    position: fixed;
    right: 20px;
    bottom: 0px;
    width: 380px;
    max-width: 100%;
    background: #fff;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 9999;
}

#click:checked ~ .wrapper {
    opacity: 1;
    bottom: 85px;
    pointer-events: auto;
}

.wrapper .head-text {
    line-height: 60px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    font-weight: 500;
    font-size: 20px;
    background: var(--p_morado);
}

.desc-text {
    color: #515365;
    text-align: center;
    line-height: 25px;
    line-break: anywhere;
}

.form-chat {
    border-radius: 5px;
    border: 1px solid lightgray;
}

#click:checked + .support-btn .support-text {
    display: none;
}

#click {
    display: none;
}
.img-container-taller {
    width: 170px;
    height: 170px;
    top: -90px;
    position: absolute;
}

@media (max-width: 1199px) {
    .img-container-taller {
        width: 140px;
        height: 140px;
        top: -70px;
    }
}

@media (max-width: 991px) {
    .img-container-taller {
        width: 180px;
        height: 180px;
        position: initial;
    }
}

@media (max-width: 274px) {
    .img-container-taller {
        display: none !important;
    }

    .title-taller {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 425px) {
    .container-btn-talleres {
        flex-direction: column !important;
        align-items: center !important;
    }

    .btn-w-talleres {
        width: 100% !important;
    }
}

.btn-purple {
    background-color: var(--p_morado);
    border-color: var(--p_morado);
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
    color: white;
    background-color: rgb(117 102 209 / 90%);
    border-color: rgb(117 102 209 / 90%);
}

.btn-purple:focus {
    box-shadow: 0 0 0 .25rem rgb(117 102 209 / 50%);
}

.title-workshop {
    margin-bottom: 4rem;
}

@media (max-width: 991px) {
    .title-workshop {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 800px) {
    .checkbox-tour-intro {
        display: none;
    }
}

@media (max-width: 1200px) {    
    .checkbox-tour-index {
        display: none !important;
    }
}

.dropdown-custom-end {
    margin-right: 25px;
}

.ul-mobile {
    display: none;
}

.ul-mobile ul {
    z-index: 99999;
}

@media (max-width: 991px) {
    .dropdown-custom-end {
        margin-right: 0;
    }

    .ul-mobile {
        display: block;
    }

    .ul-desktop {
        display: none;
    }
}

@media (max-width: 324px) {
    .ul-mobile {
        margin-left: 0 !important;
    }
}

.remove-border-collapse {
    border: none !important;
    margin-top: 0 !important;
    width: 100%;
}

.remove-border-collapse ul {
    width: 100%;
    justify-content: flex-end;
}

@media (max-width: 320px) {
    .custom-expand-nav {
        display: flex;
        flex-direction: column;
    }

    .custom-expand-nav a {
        margin-right: 0;
    }
}

.ribbon-os {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.ribbon-os::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 36px;
    background: var(--t_naranja);
    transform: rotate(-45deg) translateY(-18px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.ribbon-os::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--s_naranja);
    z-index: -1;
    box-shadow: 90px -90px var(--s_naranja);
}

.ribbon-img {
    transform: rotate(-45deg) translateY(-18px) translateX(4px);
    max-width: 87% !important;
}

.form-border:focus {
    border-color: var(--p_verde) !important;
    box-shadow: 0 0 0 0.25rem rgba(24,180,176,0.25) !important;
}

.blue-link,
.blue-link:hover {
    color: var(--p_azul);
}

.green-link,
.green-link:hover {
    color: var(--p_verdeclaro);
}

.blue-link-checkout,
.blue-link-checkout:hover {
    color: #324194;
}

.green-link-checkout,
.green-link-checkout:hover {
    color: #2A6041;
}

#desc-item-id > * {
    margin: 0 !important;
}

.how-carousel .owl-item .how-item,
.how-carousel .owl-item .how-item * {
    transition: .5s;
}

.how-carousel .owl-item.center .how-item {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.how-carousel .owl-item.center .how-item h5,
.how-carousel .owl-item.center .how-item p {
    color: #FFFFFF !important;
}

.how-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.how-carousel .owl-nav .owl-prev,
.how-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    border-radius: 60px;
    font-size: 18px;
    transition: .5s;
}

.how-carousel .owl-nav .owl-prev:hover,
.how-carousel .owl-nav .owl-next:hover {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}

.how-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.how-item-video {
    margin-top: 4.5rem;
}

.bi-chevron-right::before,
.bi-chevron-left::before {
    vertical-align: baseline !important;
}

.form-control-bond {
    border-color: transparent !important;
}

.form-control-bond:focus {
    border-color: var(--s_morado) !important;
    box-shadow: 0 0 0 0.25rem rgba(107, 91, 216, 0.25) !important;
}

.form-select-bond:focus {
    border-color: var(--s_morado) !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(107,91,216,0.25) !important;
}

.col2-bond {
    width: 56%;
}

@media (max-width: 767px) {
    .col2-bond {
        width: 100%;
    }
}

.card-bond {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    background-color: var(--t_morado);
}

.color-p-rosado {
    color: var(--p_rosado);
}

.f-size20 {
    font-size: 20;
}

.f-weight500 {
    font-weight: 500;
}

.color-p-dark {
    color: var(--dark);
}

.nindex-style {
    margin-top: 2rem;
    z-index: 99 !important;
}

@media (max-width: 328px) {
    .nindex-style {
        margin-top: 3rem;
    }
}
.alert-container {
    position: absolute;
    top: 50%; /* Ajusta según sea necesario */
    left: 50%; /* Ajusta según sea necesario */
    transform: translate(-50%, -50%);
    z-index: 1; /* Asegura que la alerta aparezca encima del círculo */
}

.arrow-banner {
    display: inline-block;
    margin-left: 2px;
    animation: moveArrow 1.2s infinite;
}

@keyframes moveArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

@media (max-width: 1400px) {
    .container-bond-benefit {
        flex-direction: column;
        gap: .8rem;
    }
    .btn-modify-size {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .first-item-ref {
        margin-top: 0;
    }
}

@media (max-width: 386px) {
    .cnt-circle-icon-ref {
        padding: .5rem 0 .5rem 0 !important;
    }
}

.bg-rosado {
    background-color: var(--p_rosado);
}
.bg-azul {
    background-color: var(--p_azul);
}
.bg-verde-claro {
    background-color: var(--p_verdeclaro);
}
.bg-naranja {
    background-color: var(--p_naranja);
}
.hover-cursor-pointer {
    cursor: pointer;
}

.product-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.product-badge::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 36px;
    background: var(--p_rosado);
    transform: rotate(-45deg) translateY(-18px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.product-badge::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--p_rosado);
    z-index: -1;
    box-shadow: 90px -90px var(--p_rosado);
}

.product-badge > p {
    position: absolute;
    text-align: center;
    color: #fff;
    transform: rotate(-45deg) translateY(-13px) translateX(-3px);
    max-width: 87% !important;
}

/** carousel suscripcion **/
#carousel_suscripcion {
    position: relative;
}

#carousel_suscripcion .owl-stage-outer {
    display: flex;
}

#carousel_suscripcion .owl-stage {
    display: flex;
}

#carousel_suscripcion .owl-item {
    display: flex;
    align-items: stretch;
}

#carousel_suscripcion .item {
    display: flex;
    flex-direction: column;
    min-width: 402px;
}

#carousel_suscripcion .card {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#carousel_suscripcion .card-body {
    flex: 1;
}

#carousel_suscripcion .card-footer {
    margin-top: auto;
}

#carousel_suscripcion .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}

/* Ajustes adicionales para mejorar la apariencia */
#carousel_suscripcion .owl-nav .owl-prev,
#carousel_suscripcion .owl-nav .owl-next {
    pointer-events: auto;
    background-color: var(--dark);
    opacity: 0.6;
    border-radius: 50%;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* Estilos para las flechas cuando no hay más elementos */
/* #carousel_suscripcion .owl-nav .owl-prev.disabled,
#carousel_suscripcion .owl-nav .owl-next.disabled {
    background-color: #ccc !important;
} */

.ocultar {
    visibility: hidden;
}  

/* Ocultar flechas en pantallas grandes si es necesario */
@media (min-width: 1200px) {
    #carousel_suscripcion .owl-nav {
        display: none;
    }
}

@media (max-width: 1399px) {
    #carousel_suscripcion .item {
        min-width: 350px;
    }
}

@media (max-width: 1239px) {
    #carousel_suscripcion .item {
        min-width: 346px;
    }
}

@media (max-width: 1219px) {
    #carousel_suscripcion .item {
        min-width: 344px;
    }
}

@media (max-width: 1216px) {
    #carousel_suscripcion .item {
        min-width: 342px;
    }
}

@media (max-width: 991px) {
    #carousel_suscripcion .item {
        min-width: 323px;
    }
}

@media (max-width: 767px) {
    #carousel_suscripcion .item {
        min-width: -webkit-fill-available;
    }
    #carousel_suscripcion .card {
        min-height: 0px;
    }
    .ocultar {
        display: none;
    }
}

/* Valor por defecto → Chrome, Edge, Opera, etc. (Blink) */
.swiper-3d .swiper-wrapper{
    transform-style: preserve-3d;
}

/* Sólo Gecko y WebKit */
body.is-gecko  .swiper-container.swiper-3d .swiper-wrapper,
body.is-webkit .swiper-container.swiper-3d .swiper-wrapper{
    transform-style: flat !important;
    overflow: visible !important;
}

/** carousel planes**/

#carousel_planes .owl-nav .owl-prev, #carousel_planes .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--p_rosado);
    border-radius: 60px;
    font-size: 18px;
    transition: .5s;
}
#carousel_planes .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

/** carousel bonos**/
#carousel_bonos_2 {
    position: relative;
}

#carousel_bonos_2 .owl-stage-outer {
    display: flex;
}

#carousel_bonos_2 .owl-stage {
    display: flex;
}

#carousel_bonos_2 .owl-item {
    display: flex;
    align-items: stretch;
}

#carousel_bonos_2 .item {
    display: flex;
    flex-direction: column;
    min-width: 402px;
}

#carousel_bonos_2 .card {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#carousel_bonos_2 .card-body {
    flex: 1;
}

#carousel_bonos_2 .card-footer {
    margin-top: auto;
}

#carousel_bonos_2 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}

/* Ajustes adicionales para mejorar la apariencia */
#carousel_bonos_2 .owl-nav .owl-prev,
#carousel_bonos_2 .owl-nav .owl-next {
    pointer-events: auto;
    background-color: var(--dark);
    opacity: 0.6;
    border-radius: 50%;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* Estilos para las flechas cuando no hay más elementos */
/* #carousel_bonos_2 .owl-nav .owl-prev.disabled,
#carousel_bonos_2 .owl-nav .owl-next.disabled {
    background-color: #ccc !important;
} */

/* Ocultar flechas en pantallas grandes si es necesario */
@media (min-width: 1200px) {
    #carousel_bonos_2 .owl-nav {
        display: none;
    }
}

@media (max-width: 1399px) {
    #carousel_bonos_2 .item {
        min-width: 350px;
    }
}

@media (max-width: 1239px) {
    #carousel_bonos_2 .item {
        min-width: 346px;
    }
}

@media (max-width: 1219px) {
    #carousel_bonos_2 .item {
        min-width: 344px;
    }
}

@media (max-width: 1216px) {
    #carousel_bonos_2 .item {
        min-width: 342px;
    }
}

@media (max-width: 991px) {
    #carousel_bonos_2 .item {
        min-width: 323px;
    }
}

@media (max-width: 767px) {
    #carousel_bonos_2 .item {
        min-width: -webkit-fill-available;
    }
    #carousel_bonos_2 .card {
        min-height: 0px;
    }
}
/** carousel questions**/

#carousel_question .owl-nav .owl-prev, #carousel_question .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--p_rosado);
    border-radius: 60px;
    font-size: 18px;
    transition: .5s;
}
#carousel_question .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#carousel_question .item {
    display: flex;
    align-items: stretch;
}

#carousel_question .card {
    flex: 1;
}
#carousel_question .feature-item {
    min-height: 350px;
}

@media (min-width: 1000px) {
    #carousel_question .owl-nav {
        display: none;
    }
}
.nav-link-default {
    background-color: #ccc;
    color: #333;
}

.tab-default {
    border-color: var(--p_morado) !important;
}

.nav-tabs .nav-link-default.active,
.nav-tabs .nav-item.show .nav-link-default {
    color: var(--p_morado);
    background-color: var(--t_morado);
    border-color: var(--p_morado) var(--p_morado) white;
}

.nav-link-default {
    color: var(--s_morado);
}

.nav-link-default:hover,
.nav-link-default:focus {
    color: var(--s_morado);
}

.inactive-default {
    color: var(--s_morado) !important;
}

.product-saving {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 1px 4px;
    font-size: 14px;
    border-radius: 4px;
    z-index: 10;
    text-align: center;
    white-space: nowrap;
}

.product-saving p {
    font-weight: 500;
}

.bg-color-rosado {
    background-color: var(--p_rosado);
}
.bg-color-azul {
    background-color: var(--p_azul);
}
.bg-color-verde {
    background-color: var(--p_verdeclaro);
}
.bg-color-naranja {
    background-color: var(--p_naranja);
}

.toggle-button-cover {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.button-cover {
    position: relative;
    width: 220px;
}

.button-toggle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 220px; /* Añadido para asegurar el ancho correcto */
    height: 38px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-toggle.r,
.button-toggle.r .layer {
    border-radius: 100px;
}

.checkbox {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e8e9f2;
    transition: 0.3s ease all;
    z-index: 1;
}

.knobs {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 38px;
    background-color: var(--dark);
    border-radius: 50px;
    transition: 0.3s ease all;
    z-index: 2;
}

.knobs:before {
    content: "";
}

.toggle-option {
    position: absolute;
    top: 0;
    width: 110px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 2;
    color: var(--dark);
    transition: 0.3s ease all;
}

.toggle-option.left {
    left: 0;
}

.toggle-option.right {
    right: 0;
}

.toggle-option.left {
    color: #fff;
}

.toggle-option.right {
    color: var(--dark);
}

#toggle-checkbox:checked ~ .toggle-option.left {
    color: var(--dark);
}

#toggle-checkbox:checked ~ .toggle-option.right {
    color: #fff;
}

#toggle-checkbox:checked + .knobs {
    left: 110px;
}

.text-gray {
    color: #919294;
}

.shadow-btn {
    box-shadow: 0px 4px 8px -2px rgba(9, 30, 66, 0.25), 0px 0px 0px 1px rgba(9, 30, 66, 0.08);
}

.f-size15 {
    font-size: 15px;
}

.text-color-check {
    color: #2F8319;
}

.text-color-no-check {
    color: #E21715;
}

.btn-plans {
    font-size: 18px;
}

.btn-plans:hover {
    color: white;
}

.btn-primary-rosado {
    background: var(--p_rosado);
    color: white;
    font-weight: 500;
}

.btn-primary-azul {
    background: var(--p_azul);
    color: white;
    font-weight: 500;
}

.btn-primary-verdeclaro {
    background: var(--p_verdeclaro);
    color: white;
    font-weight: 500;
}

.btn-primary-naranja {
    background: var(--p_naranja);
    color: white;
    font-weight: 500;
}

.dark-link,
.dark-link:hover {
    color: var(--bs-dark);
}

.color-text-dark {
    color: var(--bs-dark)
}

.bg-dark {
    background: var(--bs-dark);
    color: white;
}

.bg-dark:hover {
    color: white;
}

.bg-light-morado {
    background: #f2f0ff;
}

.text-color-morado {
    background: var(--p_morado);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary-morado,
.btn-primary-morado:hover {
    background: var(--p_morado);
    color: white;
    font-weight: 500;
}

.color-p-morado {
    color: var(--p_morado);
}

.purple-link,
.purple-link:hover {
    color: var(--p_morado);
}

.form-check-input-bonds {
    cursor: pointer;
    margin-top: .20em;
    margin-right: .10em;
}

.form-check-input-bonds:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.form-check-input-bonds:focus {
    box-shadow: 0 0 0 .25rem rgba(24, 180, 176, 0.5);   
}

.bg-color-morado {
    background-color: var(--p_morado);
}

.button-footer-kids {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: 1px solid rgba(256, 256, 256, 0);
    cursor: pointer;
    align-items: center;
    gap: 0.5rem;
    background-color: #fff;
    color: var(--p_verde);
    border-radius: 10rem;
    font-weight: 500;
    padding: .3rem .7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
}

.button-footer-kids__icon-wrapper {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    color: #fff;
    background-color: var(--p_verde);
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.button-footer-kids:hover {
    background-color: var(--p_verde);
    border: 1px solid rgba(256, 256, 256, .1);
    color: #fff;
}

.button-footer-kids:hover .button-footer-kids__icon-wrapper {
    color: #fff;
}

.button-footer-kids__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button-footer-kids:hover .button-footer-kids__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.button-footer-kids:hover .button-footer-kids__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

.form-check-input-bonds:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.form-check-input-bonds:focus {
    box-shadow: 0 0 0 .25rem rgba(24, 180, 176, 0.5);   
}

.bg-color-morado {
    background-color: var(--p_morado);
}

.btn-nav-checkout,
.btn-nav-checkout:hover {
    color: #fff;
    background-color: var(--p_morado);
    border-color: var(--p_morado);
}

.stepper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.completed {
    background-color: var(--p_verde);
    color: white;
}

.current {
    background-color: var(--dark);
    color: white;
}

.line {
    height: 2px;
    flex-grow: 1;
    background-color: #dee2e6;
}

.completed-line {
    background-color: var(--p_verde);
}

/* Estilo para el texto encima del círculo */
.step-label {
    position: absolute;
    top: -25px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    width: max-content;
    margin: 0;
}

/* Texto activo (verde) */
.step-label.active {
    color: var(--p_verde);
}

/* Texto inactivo (gris) */
.step-label.inactive {
    color: #6b6c6e;
}

/* Texto del paso actual (color especial) */
.step-label.current-text {
    color: var(--dark); /* Color diferente para el paso actual */
}

/* Ocultar los iconos en pantallas grandes */
.step-icon {
    display: none; /* Ocultar en pantallas grandes */
}

/* Icono activo (verde) */
.icon-active {
    color: var(--p_verde); /* Cambiar color a verde para el icono activo */
}

/* Icono inactivo (gris) */
.icon-inactive {
    color: #6b6c6e; /* Cambiar color a gris para el icono inactivo */
}

/* Icono del paso actual (color especial) */
.icon-current {
    color: var(--dark); /* Cambiar color a un color especial para el paso actual */
}

/* Mostrar los íconos en pantallas pequeñas (<= 576px) */
@media (max-width: 575px) {
    .step-label {
        display: none; /* Ocultar el texto cuando la pantalla es pequeña */
    }

    .step-icon {
        display: block !important; /* Mostrar los íconos en pantallas pequeñas */
        position: absolute;
        top: -25px; /* Mantener la posición del ícono igual que el texto */
        font-size: 16px; /* Tamaño del ícono */
        text-align: center;
    }
}

.label-form-step {
    font-size: 1.3rem;
    color: var(--dark);
    line-break: anywhere;
    line-height: normal;
}

.box-shadow-steps {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.g-recaptcha {
    transform: scale(0.85); /* Escala el reCAPTCHA para hacerlo más pequeño */
    transform-origin: 0 0; /* Alinea el reCAPTCHA correctamente */
    -webkit-transform-origin: 0 0;
}

@media (max-width: 575px) {
    .g-recaptcha {
        transform: scale(0.75); /* Reduce aún más en pantallas pequeñas */
        transform-origin: 0 0;
    }
}

.btn-nav-checkout-back,
.btn-nav-checkout-back:hover {
    color: var(--p_morado);
    background-color: white;
    border-color: white;
}

.icon-back-step::before {
    font-weight: bold !important;
}

.font-family-new-checkout {
    font-family: "Jost", sans-serif;
}

.f-size13 {
    font-size: 13px;
}

.f-size-10 {
    font-size: 10px;
}

.gray-link,
.gray-link:hover {
    color: #6b6c6e;
}

.btn-nav-checkout-cancel-coupon,
.btn-nav-checkout-cancel-coupon:hover {
    color: var(--p_morado);
    background-color: white;
    border-color: var(--p_morado);
}

.form-check-input-checkout {
    cursor: pointer;
    margin-top: .20em;
    margin-right: .10em;
}

.form-check-input-checkout:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.form-check-input-checkout:focus {
    box-shadow: 0 0 0 .25rem rgba(24, 180, 176, 0.5);   
}

.accordion-body-nequi {
    background-color: #fce8ee;
    padding: 1rem;
}

.accordion-button-nequi {
    color: var(--light);
    background-color: var(--p_rosado);
}

.accordion-button-nequi[aria-expanded="true"] {
    color: var(--light);
    background-color: var(--p_rosado);
}

.label-form-step-plus {
    font-size: 1.2rem;
    color: var(--dark);
    line-break: anywhere;
}

.description-label-form-step {
    font-size: 1rem;
    line-height: normal;
}

.input-step {
    line-height: normal;
}

@media (max-width: 425px) {
    .label-form-step {
        font-size: 1.1rem;
    }
    .description-label-form-step {
        font-size: .9rem;
    }
    .description-label-card {
        font-size: 1.1rem;
    }
    .input-step {
        font-size: .9rem;
        line-height: normal;
    }
    .label-tyc-checkout {
        font-size: 12px;
    }
    .container-tyc-checkout {
        margin-bottom: 1.5rem !important;
    }
    .recaptcha-checkout {
        margin-bottom: 0 !important;
    }
    .title-plan-card {
        font-size: 1.3rem;
    }
    .subtitle-plan-card {
        font-size: 1.2rem;
    }
    .description-total-plan-card {
        font-size: .9rem;
    }
    .lost-pass-checkout {
        font-size: 13px !important;
    }
    .container-buttons-checkout {
        margin-top: 1.5rem !important;
    }
    .hr-custom {
        margin-top: 1rem !important;
    }
    .label-form-step-plus {
        font-size: 1.1rem !important;
    }
}

.logos-payment-checkout {
    height: 20px !important;
}

@media (max-width: 375px) {
    .logos-payment-checkout {
        height: 16px !important;
    }
}

.btn-primary-rojo,
.btn-primary-rojo:hover {
    background: var(--bs-red);
    color: white;
}

.swiper-container {
    width: 100%;
    max-width: 100%; /* Asegúrate de que no exceda el ancho del contenedor */
    margin: auto;
    padding: 20px 0;
    overflow: hidden; /* Oculta cualquier desbordamiento */
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    flex-shrink: 0; /* Evita que se reduzcan de tamaño */
    width: 280px; /* Define un ancho fijo para las tarjetas */
    max-width: 100%; /* Asegura que se mantengan dentro del contenedor */
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: transform 0.3s ease, z-index 0.3s ease;
    cursor: pointer;
}

.card-item {
    width: 100%; /* Ajusta la tarjeta al ancho del slide */
    /* height: 400px; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    /* transform: scale(0.85); */
    cursor: pointer;
}

.card-item:hover {
    /* transform: scale(1); */
    cursor: pointer;
}

.swiper-button-prev, .swiper-button-next {
    color: var(--dark);
    transition: color 0.3s;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    color: var(--dark);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--dark);
}

@media (max-width: 1200px) {
    .swiper-button-prev, .swiper-button-next {
        display: block !important;
    }
}

.plus-text {
    color: #414b66;
    font-weight: 500;
}

.pink-text {
    color: #68ccf0;
    font-weight: 700;
    font-size: 36px;
}

.color-azul-landing {
    color: #414b66;
}

.color-verde-landing {
    color: #18b4b0;
}

.color-rosa-landing {
    color: #68ccf0;
}

.color-p-landing {
    color: #4f4f4f;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600 !important;
}

.bg-light-verde-landing {
    background: #eafffe;
}

.bg-light-azul-landing {
    background: #f0f6ff;
}

.bg-light-rosa-landing {
    background: #e7fbfd;
}

.text-color-verde-landing {
    background: #18b4b0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color-azul-landing {
    background: #68ccf0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary-verde-landing {
    background: #18b4b0;
    color: white;
    font-weight: 500;
}

.btn-primary-azul-landing {
    background: #68ccf0;
    color: white;
    font-weight: 500;
}

.bg-verde-landing {
    background: #18b4b0;
}

.bg-azul-landing {
    background: #68ccf0;
}

.product-badge-landing {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.product-badge-landing::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 36px;
    background: #68ccf0;
    transform: rotate(-45deg) translateY(-18px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.product-badge-landing::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #68ccf0;
    z-index: -1;
    box-shadow: 90px -90px #68ccf0;
}

.product-badge-landing > p {
    position: absolute;
    text-align: center;
    color: #fff;
    transform: rotate(-45deg) translateY(-13px) translateX(-3px);
    max-width: 87% !important;
}

.bg-color-verde-landing {
    background-color: #45756D;
}

.bg-color-azul-landing {
    background-color: #68ccf0;
}

.logo-grayscale {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    opacity: .7;
}

.wave-container {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 0;
}

.wave-container svg {
    position: relative;
    display: block;
    width: 100%; /* Cubre todo el ancho */
    /* height: 100px; */
}

.wave-top {
    bottom: 99%;
}

#back-to-top-two {
    border: 2px solid white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: none; /* Oculto inicialmente */
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: normal;
    background-color: #414b66;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, visibility 0.3s;
}

#back-to-top-two:hover {
    background-color: #414b66;
}

.pediatra.hidden {
    display: none;
}

.btn-view-more:hover {
    color: var(--bs-dark);
}

.button-footer-kids-landing {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: 1px solid rgba(256, 256, 256, 0);
    cursor: pointer;
    align-items: center;
    gap: 0.5rem;
    background-color: #fff;
    color: #414b66;
    border-radius: 10rem;
    font-weight: 500;
    padding: .3rem .7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
}

.button-footer-kids-landing__icon-wrapper {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    color: #fff;
    background-color: #414b66;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.button-footer-kids-landing:hover {
    background-color: #414b66;
    border: 1px solid rgba(256, 256, 256, .1);
    color: #fff;
}

.button-footer-kids-landing:hover .button-footer-kids-landing__icon-wrapper {
    color: #fff;
}

.button-footer-kids-landing__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button-footer-kids-landing:hover .button-footer-kids-landing__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.button-footer-kids-landing:hover .button-footer-kids-landing__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

.text-primary-gradient-landing {
    background: linear-gradient(to bottom right, #414b66, #414b66);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#purchase-landing {
    border: 2px solid white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    justify-content: center;
    align-items: normal;
    background-color: #414b66;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, visibility 0.3s;
}

#purchase-landing:hover {
    background-color: #414b66;
}

#chat-to-whatsapp {
    border: 2px solid white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    height: 48px;
    background-color: #0dc143;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, visibility 0.3s;
}

#chat-to-whatsapp:hover {
    background-color: #0dc143;
}

.testimonial-card {
    display: flex;
    flex-direction: column; /* Alinea los elementos verticalmente */
    align-items: center;    /* Centra los elementos horizontalmente */
    justify-content: center; /* Centra los elementos verticalmente */
    margin: 0 15px 15px 15px;
}

.testimonial-slider {
    z-index: 1;
}

.testimonial-slider .slick-list {
    margin: 0 -15px; /* Compensa el margen horizontal para que no desborde */
}

.testimonial-card p,
.testimonial-card img {
    margin: 0 0 10px; /* Margen inferior */
}

.slick-dots li button:before {
    color: #414b66;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #414b66;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}

.fs-38 {
    font-size: 38px;
}

.fs-42 {
    font-size: 42px;
}

.title-landing {
    font-size: clamp(2.2rem, 2vw + 1.5rem, 3.5rem);
}

@media (max-width: 425px) {
    .fs-18 {
        font-size: 16px;
    }
    .fs-20 {
        font-size: 16px;
    }
    .fs-22 {
        font-size: 16px;
    }
    .fs-24 {
        font-size: 16px;
    }
    .fs-30 {
        font-size: 18px;
    }
    .fs-42 {
        font-size: 26px;
    }
    .title-landing {
        font-size: 26px;
    }
    .free-trial-condition {
        font-size: 12px;
    }
    .pink-text {
        font-size: 18px;
    }
    .last-container-landing {
        padding-bottom: 5rem !important;
    }
    .navbar-toggler-title {
        font-size: 18px;
    }
    .navbar-light .navbar-nav .nav-link-font {
        font-size: 16px;
    }
    #chat-to-whatsapp {
        font-size: 16px;
    }
    #back-to-top-two {
        font-size: 22px;
    }
    .logo-nav-docokids-landing {
        width: 140px !important;
    }
}

.border-text-landing {
    border-color: #68ccf0 !important;
}

.bg-modal-landing {
    background-color: #eafffe;
    border-bottom: 1px solid #eafffe;
}

.color-text-landing {
    color: #68ccf0;
}

.img-testimonial {
    width:80px;
    height:80px;
    object-fit:cover;
}

.img-pediatrician {
    width:150px;
    height:150px;
    object-fit:cover;
}

.btn-global-container {
    z-index: 10;
}

.free-trial-condition {
    bottom: -25px;
    left: 0px;
    color: #4f4f4f;
}

.footer .btn.btn-social-landing:hover {
    color: #414b66;
}

/* Contenedor de las esquinas decorativas */
.corner-decor {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #414b66;
    z-index: 1;
}

/* Triángulo superior izquierdo */
.corner-decor.top-left {
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 80% 0, 0 80%);
    border-radius: 5px;
}

/* Triángulo inferior derecho */
.corner-decor.bottom-right {
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 100%, 0 120%, 120% 0);
    border-radius: 5px;
}

.landing-global-container {
    font-family: "Montserrat", serif;
}

.landing-global-container h1,
.landing-global-container .h1,
.landing-global-container h2,
.landing-global-container .h2,
.landing-global-container h3,
.landing-global-container .h3,
.landing-global-container h4,
.landing-global-container .h4,
.landing-global-container h5,
.landing-global-container .h5,
.landing-global-container h6,
.landing-global-container .h6 {
    font-family: "Montserrat", serif;
}

.navbar-light .navbar-nav .nav-link-font {
    font-family: "Montserrat", serif;
    color: #414b66;
}

.v-responsive {
    position: relative;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000; /* Opcional, para un fondo negro */
}

.v-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

lite-youtube {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

lite-youtube .lty-playbtn .lyt-visually-hidden {
    display: none;
}

lite-youtube .lty-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: none;
    border: none;
    cursor: pointer;
}

lite-youtube .lty-playbtn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,0.13,34,0,34,0S12.21,0.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24 S67.94,13.05,66.52,7.74z" fill="%23f00"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>') no-repeat center center;
    background-size: 100%;
}

.custom-nequi-steps {
    list-style-type: decimal;
}

.custom-nequi-steps li::before {
    color: #262B47;
    font-weight: bold;
    padding-right: 0.4rem;
}

.btn-color-nequi {
    color: #4bbc9a !important;
}

.table-wapp-numbers {
    border-color: white;
}

.table-wapp-numbers-title {
    background: #C72C66;
    color: white;
}

.table-wapp-numbers-disp {
    background: #C72C66 !important;
    color: white;
}

.table-wapp-numbers-subtitle {
    background: #FFDEEB;
    color: #C72C66;
}

.item-waap-numbers-container {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

.item-waap-numbers-principal-title {
    background: #198754;
    color: white;
}

.item-waap-numbers-secondary-title {
    background: #6b6c6e;
    color: white;
}

.item-waap-numbers-button-talk {
    background: #198754;
    color: white;
}

.item-waap-numbers-button-talk:hover {
    color: white;
}

.item-waap-numbers-button-edit {
    background: #e67e22;
    color: white;
}

.item-waap-numbers-button-edit:hover {
    color: white;
}

.item-waap-numbers-button-unlink {
    background: #dc3545;
    color: white;
}

.item-waap-numbers-button-unlink:hover {
    color: white;
}

.item-waap-numbers-button-activate {
    background: #007bff;
    color: white;
}

.item-waap-numbers-button-activate:hover {
    color: white;
}

.item-waap-numbers-add-title {
    background: #C72C66;
    color: white;
}

.text-color-dark {
    background: var(--dark);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#pass-list-checkout ul, #pass-list-checkout-2 ul {
    padding-left: 0;
    margin-bottom: 0;
}
#pass-list-checkout li, #pass-list-checkout-2 ul {
    list-style-type: none;
}

.invisible-item {
    visibility: hidden;
}

.sombra-final {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.20));
    pointer-events: none;
    display: none;
    z-index: 9999;
}
.line-break-step {
    line-break: normal;
}

.btn-purple-plan-step {
    background-color: var(--p_morado);
    border-color: var(--p_morado);
    color: white;
}

.btn-purple-plan-step:hover {
    background-color: #8576e0;
    color: white;
}

.btn-green-plan-step-back,
.btn-green-plan-step-back:hover {
    color: var(--p_verde);
    background-color: white;
    border-color: white;
}

.font-plan-step {
    font-family: "Heebo", sans-serif;
}

.succes-bar-plan-step {
    font-family: "Heebo", sans-serif;
    background-color: #55d2ce
}

.table-price-card {
    border-color: var(--p_rosado);
}

.table-price-card-title {
    background: #C72C66;
    color: white;
}

.bg-dark-rosado {
    background-color: var(--p_rosado);
}

.bg-dark-azul {
    background-color: var(--p_azul);
}

.bg-dark-morado {
    background-color: var(--p_morado);
}

.bg-dark-verde-checkout {
    background-color: #2A6041;
}

.bg-dark-azul-checkout {
    background-color: #324194;
}

#chat-to-whatsapp-biogaia {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #0dc143;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    transition: opacity .3s, visibility .3s;
}

#chat-to-whatsapp-biogaia:hover {
    background-color: #0dc143;
}

#chat-to-whatsapp-biogaia i {
    line-height: 1;
}

.payment-info {
    color: #666;
    font-size: 12px;
    background: rgba(233, 30, 99, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
}

.profile-grid {
    display:grid;
    gap:18px;
    grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
}

.profile-tile {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:130px;
    padding:18px 14px;
    text-decoration:none;
    background:#fff;
    border-radius:14px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition:transform .15s ease, box-shadow .15s ease;
}

.profile-tile i {
    font-size:34px;
    margin-bottom:10px;
    color: #18b4b0;
    line-height:1;
}

.profile-tile span {
    text-align:center;
    font-weight:500;
    color:#18b4b0;
}

.profile-tile:hover {
    transform:translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

@media (max-width: 575px) {
    .profile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .profile-tile {
        min-height: 110px;
        padding: 12px 10px;
    }
    .profile-tile i {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .profile-tile span {
        font-size: .95rem;
    }
}

.btn-back {
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: var(--p_rosado);
    color: #fff;
    border: 0;
    transition: transform .15s ease, filter .15s ease;
}

.btn-back i {
    font-size: 14px;
    line-height: 1;
}

.btn-back .label-text {
    font-weight: 500; line-height: 1;
}

.btn-back:hover {
    color:#fff;
}

.btn-back:focus {
    box-shadow: 0 0 0 .25rem rgba(199, 44, 102, 0.25) !important;
}

@media (max-width: 575px) {
    .btn-back {
        width: -webkit-fill-available;
        justify-content: center;
    }
}

#exitSurveyModal .form-check-input{ cursor:pointer; }
#exitSurveyModal .form-check-label{ cursor:pointer; }

.btn-survey {
    background-color: var(--p_rosado);
    border-color: var(--p_rosado);
}

.btn-survey:hover,
.btn-survey:active,
.btn-survey:focus {
    color: white;
    background-color: rgb(237 84 130 / 90%);
    border-color: rgb(237 84 130 / 90%);
}

.btn-survey:focus {
    box-shadow: 0 0 0 .25rem rgb(237 84 130 / 50%);
}

.btn-survey:disabled {
    color: #6b6c6e;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}

.btn-cancel-popup:hover {
    color: var(--p_rosado);
}

#id_other_text:focus {
    border-color: var(--p_rosado) !important;
    box-shadow: 0 0 0 0.25rem rgba(199, 44, 102, 0.25) !important;
}

.img-resp {
    width: 100%;
}

@media (min-width: 576px) { /* sm */
    .img-resp {
        width: 50%;
    }
}
@media (min-width: 768px) { /* md */
    .img-resp {
        width: 100%;
    }
}
@media (min-width: 992px) { /* lg */
    .img-resp {
        width: 80%;
    }
}
@media (min-width: 1200px) { /* xl */
    .img-resp {
        width: 60%;
    }
}

.hero-image-wrapper {
    /* max-width: 540px; */
    box-shadow: 0 0 120px 40px rgba(241, 149, 77, 0.1);
    border-radius: 16px;
    overflow: hidden;
}

.hero-image-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* llena el contenedor recortando un poquito si hace falta */
    display: block;
}

@media (max-width: 991px) {
    .hero-image-wrapper {
        box-shadow: 0 0 120px 40px rgba(241, 149, 77, 0.1);
    }
}