:root {
    --p-aguamarina: #18B4B0;
    --p-azul: #324194;
    --p-rosado: #ED5482;
    --p-verde: #2A6041;
    --p-amarillo: #F9C846;
    --p-crema: #F9ECCC;

    --s-aguamarina: #99FFFC;
    --s-azul: #99A9FF;
    --s-rosado: #FF99B8;
    --s-verde: #99FFC5;
    --s-amarillo: #FFE399;
    --s-crema: #FFF4D9;

    --t-aguamarina: #CFFCFB;
    --t-azul: #CFD6FC;
    --t-rosado: #FCCFDC;
    --t-verde: #CFFCE2;
    --t-amarillo: #FCF0CF;
    --t-crema: #FFF9EC;

    --light: #F0F6FF;
    --dark: #262B47;
    --light_gray: #f6f6f6;
    --grey: #6b6c6e;
}
body {
    color:#6b6c6e;
}
.logo-nav-docoteens {
    width: 172px;
    height: 45px;

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

}
.color-blue {
    color: var(--p-azul);
}
/*** backgraund ***/
.bg-light-azul {
    background: #E4E8FA;
}
.bg-light-verde {
    background: #E9FBF1;
}
.bg-light {
    background: var(--light);
}
.bg-dark {
    background: var(--bs-dark);
    color: white;
}

.bg-dark:hover {
    color: white;
}
.bg-light_gray {
    background: var(--light_gray);
}
/*** textos ***/
.text-color-aguamarin {
    background: var(--t-aguamarina);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-color-aguamarina-d {
    background: var(--p-aguamarina);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-color-aguamarina-2 {
    color: var(--p-aguamarina);
}
.text-color-azul {
    background: var(--t-azul);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-color-azul-dark {
    background: var(--p-azul);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-color-azul-dark-2 {
    color: var(--p-azul);
}
.text-color-rosado {
    background: var(--t-rosado);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-color-verde {
    background: var(--t-verde);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-color-verde-dark {
    background: var(--p-verde);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-color-amarillo {
    background: var(--t-amarillo);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-color-crema {
    background: var(--t-crema);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-color-check {
    color: #2F8319;
}
.text-color-no-check {
    color: #E21715;
}
/** botones **/
.btn-primary-azul,
.btn-primary-azul:hover {
    background: var(--p-azul);
    color: white;
    font-weight: 500;
}
.btn-primary-aguamarinal {
    background: var(--p-aguamarinal);
    color: white;
    font-weight: 500;
}
.btn-primary-rosado {
    background: var(--p-rosado);
    color: white;
    font-weight: 500;
}
.btn-primary-amarillo {
    background: var(--p-amarillo);
    color: white;
    font-weight: 500;
}
.btn-primary-verde,
.btn-primary-verde:hover {
    background: var(--p-verde);
    color: white;
    font-weight: 500;
}
/*** 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;
}

.bg-primary-footer {
    background-color: var(--p-azul) !important;
}

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

/*** 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;
    box-shadow: none !important;
}

.btn-navbar-dark:hover {
    color: var(--p-aguamarina) !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;
}

.navbar-nav .nav-link:hover {
    color: var(--p-aguamarina) !important;
}

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

@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(--p-aguamarina) !important;
    }

    .navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--p-aguamarina), var(--p-aguamarina));
        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-brand h1 {
        background: linear-gradient(to bottom right, var(--p-aguamarina), var(--p-aguamarina));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

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

/*** 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; */
}

.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;
}

.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(--p-azul) !important;
    }

    .navbar-custom .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--p-azul), var(--p-azul));
        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-brand h1 {
        background: linear-gradient(to bottom right, var(--p-azul), var(--p-azul));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

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

.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;
    }
}

/*** Footer ***/
.footer {
    position:relative;
    z-index:9;
    padding-top: 2rem;
    background:
    linear-gradient(to bottom right, var(--p-azul), var(--p-azul));

}

.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(--p-azul);
}

.footer .btn.btn-social_2 {
    margin-right: 15px;
}

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

.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;
}

/** 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;
}
.ocultar {
    visibility: hidden;
}  
.circle-step {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;  /* Ajusta el tamaño según sea necesario */
    height: 30px; /* Ajusta el tamaño según sea necesario */
    background-color: var(--dark); /* Fondo azul */
    border-radius: 50%; /* Hace que el borde sea circular */
    color: white; /* Color del número en blanco */
    font-weight: bold;
}
/* 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;
    }
}
.title_card_plan {
    margin-bottom: -9px !important;
    height: 50px !important; 
    display:flex;
    justify-content: center;
    align-items: center;
}

.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);
}

.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;
}
.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-azul);
    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-azul);
    z-index: -1;
    box-shadow: 90px -90px var(--p-azul);
}

.product-badge > p {
    position: absolute;
    text-align: center;
    color: #fff;
    transform: rotate(-45deg) translateY(-13px) translateX(-3px);
    max-width: 87% !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(--p-azul), var(--p-azul));
}

.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: 16px;
    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(--p-azul), var(--p-azul));
    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(--p-azul), var(--p-azul));
}

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

.how-item-video {
    margin-top: 4.5rem;
}
.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;
}

/*** 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(--p-azul), var(--p-azul));
}

/*** 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(--p-azul), var(--p-azul));
    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);
}

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

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

@media (max-width: 991px) {
    .w-btn-about {
        width: 100%;
    }
}

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

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

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

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

.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);
}

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

@media (max-width: 767px) {
    .w-btn-blog {
        width: 100%;
    }
}

.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;
}

.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));
    }
}

.text-justify{
    text-align: justify;
}

.desc-hero {
    font-size: 1.3rem;
}

@media (max-width: 767px) {
    .desc-hero {
        font-size: 1.2rem;
    }
}

.bg-svg {
    background-image: url(../img/polygon-scatter-haikei.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.button-footer-teens {
    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-azul);
    border-radius: 10rem;
    font-weight: 500;
    padding: .3rem .7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
}

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

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

.button-footer-teens:hover .button-footer-teens__icon-wrapper {
    color: #fff;
}

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

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

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

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

#carousel_question_dt .card {
    flex: 1;
}

@media (min-width: 1000px) {
    #carousel_question_dt .owl-nav {
        display: none;
    }
}

.card-question {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.card-question h5 {
    min-height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
}

.features-div {
    flex-grow: 1;
    min-height: 240px;
    background: #fff;
}

.features-div p {
    margin-bottom: 0.5rem;
    font-size: 15px;
}

.card-question .feature-item:last-child {
    margin-bottom: 0;
}

.bg-azul {
    background: var(--p-azul);
}

.text-color-blanco {
    color: #fff;
}

.blue-link,
.blue-link:hover {
    color: var(--p-azul);
    text-decoration: underline;
}

.text-color-grey {
    color: var(--grey);
}

@media (max-width: 1040px) {
    .features-div {
        min-height: 272px;
    }
}

@media (max-width: 1004px) {
    .card-question h5 {
        min-height: 104px;
    }
}

@media (max-width: 999px) {
    .card-question h5 {
        min-height: 80px;
    }
    .features-div {
        min-height: 184px;
    }
}

@media (max-width: 767px) {
    .features-div {
        min-height: 226px;
    }
}

@media (max-width: 575px) {
    .features-div {
        min-height: 180px;
    }
}

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

.floating-buy-plan-btn button {
    border: 2px solid white;
}

@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;
}

.support-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 55px;
    width: 55px;
    background: var(--bs-dark);
    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);
}
#click:checked + .support-btn .support-text {
    display: none;
}
#click {
    display: none;
}

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

.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(--bs-dark);
}

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

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

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

@media (max-width: 320px) {
    .cont-captcha {
        transform: scale(0.6);
    }
}

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

.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;
    }
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.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;
    }
}

/* 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;
}

.invisible-item {
    visibility: hidden;
}

@media (max-width: 425px) {
    .fs-18 {
        font-size: 16px;
    }
}