@font-face {
    font-family: 'Silent Brush';
    src: url('../fonts/SilentBrush-Regular.woff2') format('woff2'),
        url('../fonts/SilentBrush-Regular.woff') format('woff');
}

@font-face {
    font-family: 'BaseOne';
    src: url('../fonts/BaseOne-Regular.woff2') format('woff2'),
        url('../fonts/BaseOne-Regular.woff') format('woff');
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

.home {
    background: url('../images/bg_index.webp') no-repeat center center;
    background-size: cover;
    background-color: #000;
}

.home-lanzamiento {
    background: url('../images/bg_lanzamiento.svg') no-repeat center center;
    background-size: cover;
    background-color: #000;
}

.bg-pagina {
    background: url('../images/bg_index.webp') no-repeat center center;
    background-size: cover;
    background-color: #000;
    height: 100vh;
}

.contenedor-lanzamiento {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 75px;
    height: 100vh;
}

.mt-lanzamiento {
    margin-top: 5%;
}

.subtitulo-lanzamiento {
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 10.2px;
    text-transform: uppercase;
}

.subtitulo-lanzamiento-dos {
    color: #902F7F;
    text-align: center;
    font-family: "Silent Brush";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: -0.5rem;
}

.card-redes {
    width: 40%;
    background: #00A9F4;
    border-radius: 5px;
    margin: 10px auto;
    /* height: 45px; */
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
}

.card-redes:hover {
    background: #902F7F;
}

.h2-titulo {
    color: #902F7F;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 10.2px;
    margin: 20px auto;
    text-align: center;
}

.card-redes a {
    text-decoration: none;
    margin: 10px 0;
    transition: color 0.3s ease-in-out;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.7px;
}

.card-redes a:hover {
    color: #00A9F4;
}

.experto {
    background: url(../images/bg-experto.webp) no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: top center;
    background-color: #000009;
}

.bg-portada-tema {
    background: url(../images/bg_problemas.png) no-repeat;
    background-size: cover;
    background-color: #06041b;
    background-position: right center;
}

.video {
    background: url('../images/bg-video.webp') no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: right center;
    background-color: #010102;
    margin-top: 250px;
}

header {
    background-color: rgba(0, 0, 0, 0.5);
}

header .navbar {
    padding: 0rem 1rem;
}

.mt-header {
    margin-top: 135px;
}

.carousel-item .content {
    padding: 0 2rem;
    color: white;
}

.carousel-control-prev,
.carousel-control-next {
    filter: brightness(0) invert(1);
}

a.nav-link {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.carousel-item {
    position: relative;
    /* Evita que los elementos se encimen */
}

.carousel-item img {
    width: 80%;
    object-fit: cover;
    margin: auto;
}

.txt-slide-exoron {
    color: #FFF;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 480px;
    height: 140px;
    float: right;
    position: relative;
    left: 65%;
    top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue {
    color: #00ADEE;
    font-weight: 700;
}

.leyenda {
    color: #FFF;
    font-family: Montserrat;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 35px 25px;
}

.txt-slide-exoron-2 {
    color: #FFF;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    width: 480px;
    height: 140px;
    float: right;
    position: relative;
    left: 64%;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-slide-exoron-1 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    left: 40%;
    top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-exo {
    position: relative;
    left: 64%;
    top: -25px;
}

.content {
    position: absolute;
    bottom: 10%;
    /* Ajuste de posiciÃ³n */
    left: 10%;
    display: flex;
    align-items: center;
    gap: 20px;
    /* Espacio entre logo y texto */
    color: white;
}

/* Indicadores personalizados */
.custom-indicators {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    left: auto;
    margin: 0;

}

.custom-indicators button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
    border: none;
    opacity: 1;
    position: relative;
    /* Importante para posicionar el ::before */
    transition: background-color 0.3s ease;
}

.custom-indicators button.active {
    background-color: #902F7F;
}

.custom-indicators button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    /* Comienza en el top */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    /* TamaÃ±o fijo */
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgb(255 255 255 / 75%);
    opacity: 0;
    transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out;
    margin-top: 4px;
}

.custom-indicators button.active:before {
    opacity: 1;
    /* Se muestra solo en el activo */
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

/* Footer personalizado */
.custom-footer {
    background: linear-gradient(to bottom, #0052A6, #003B75);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 15px 40px;
    border-top: 1px solid #FFF;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-logo h3 {
    font-size: 18px;
    margin: 0;
}

.footer-logo h3 span {
    color: #fff;
    /* Ajusta el color para "eroxon" */
    font-weight: bold;
}

.footer-legal {
    flex: 1;
    padding: 0 15px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 7.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.footer-social a {
    text-decoration: none;
    margin: 10px 0;
    transition: color 0.3s ease-in-out;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.7px;
}

.footer-social a:hover {
    color: #F6B227;
    /* Color al pasar el cursor */
}

.footer-social i {
    font-size: 25px;
    margin-right: 20px;
}

.privacy-link {
    font-size: 12px;
    color: white;
    text-decoration: underline;
}

/* Contenedor de los SVGs */
.svg-container {
    position: relative;
    width: 35px;
    height: 40px;
}

/* Estilos de los SVGs */
.svg-container svg {
    position: absolute;
    left: 0;
    transition: transform 0.5s ease-in-out;
    /* AnimaciÃ³n suave */
}

/* PosiciÃ³n inicial */
.svg-blue {
    transform: translateY(0);
    /* Azul en posiciÃ³n inicial */
    z-index: 2;
    /* Encima */
}

.svg-purple {
    transform: translate(-22px, 40px);
    /* Morado inicia abajo */
    opacity: 0;
    /* Oculto al inicio */
    z-index: 1;
}

/* AnimaciÃ³n al hacer clic */
.svg-blue.active {
    transform: translateY(-5px);
    /* Azul sube ligeramente */
}

.svg-purple.active {
    transform: translate(-18px, 7px);
    /* Morado se desplaza a la posiciÃ³n */
    opacity: 1;
    /* Aparece */
}

/* Estilo del enlace */
.nav-link {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #F6B227;
}


/* Contenedor del tÃ­tulo */
.titulo-sobre-club-container {
    padding: 1rem 1.5rem;
}

.titulo-sobre-club {
    text-transform: uppercase;
    margin: 0;
    color: #FFF;
    font-family: "Silent Brush";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.25px;
}

.bg-light-blue {
    background-color: #00A9F4;
    border-top-left-radius: 25px;
    color: #FFF;
    text-align: justify;
    font-family: 'Montserrat';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    width: auto;
    padding: 60px 40px;
    border-bottom-left-radius: 25px;
}

/* Estilos generales */
.preguntale-experto {
    color: white;
    margin-bottom: 5rem;
}

/* TÃ­tulos */
.titulo-principal {
    color: #FFF;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.titulo-principal span {
    color: #FFF;
    font-family: "Silent Brush";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    float: right;
    margin-right: 27%;
}

.subtitulo {
    color: #FFF;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 45px;
    text-align: center;
}


.linea-titulo {
    width: 525px;
    margin: auto;
    border-top: 4px solid #902F7F;
    background-color: #902F7F;
    margin-top: -18px;
    opacity: .9;

}

.descripcion {
    margin-top: 4rem;
    color: #FFF;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.descripcion-2 {
    color: #00ADEE;
    font-family: Montserrat;
    /* font-size: 11px; */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* width: 365px; */
    margin-top: 5%;
}

/* Formulario */
form .form-control {
    background-color: transparent;
    border: 1px solid #F6B227;
    color: white;
}

form .form-control::placeholder {
    color: #cccccc;
}

form .btn-enviar {
    padding: 0.5rem 1.5rem;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 14.858px;
    border: 1.5px solid #FFF;
    background: #00ADEE;
}

form {
    width: auto;
}

form .btn-enviar:hover {
    background-color: #00ADEE;
}

/* Scroll general */
.scroll-tarjetas {
    height: 785px;
    overflow-x: hidden;
    padding-right: 10px;
    margin: 15% auto;
}

/* Estilos de tarjetas */
.card-experto {
    background-color: #0D132E;
    border-radius: 10px;
    overflow: hidden;
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 255px;
    height: 453px;
}

.card-experto img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.card-experto .contenido {
    padding: 1rem;
    border-radius: 0px 0px 8px 8px;
    background: #0D132E;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-leer {
    /* text-decoration: none; */
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-align: right; */
    float: right;
    margin: 0 0px 8px 0;
}

/* .btn-leer:hover {
    text-decoration: underline;
} */

em {
    color: #FFF;
    font-family: "Silent Brush";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    float: right;
    margin-right: 32%;
}

/* Contenedor para el SVG */
.animated-container {
    position: relative;
    width: 25px;
    height: 25px;
    z-index: 111;
    margin-left: 120px;
}

/* Ondas expansivas */
.animated-container::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 173, 238, 0.5);
    /* Color azul semitransparente */
    animation: ripple 1.5s infinite ease-out;
    z-index: -1;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.scroll-tarjetas::-webkit-scrollbar {
    width: 7px;
}

.scroll-tarjetas::-webkit-scrollbar-track {
    background: #0D132E;
    /* Color del fondo */
    border-radius: 10px;
    /* Bordes redondeados */
}

.scroll-tarjetas::-webkit-scrollbar-thumb {
    background: #00ADEE;
    /* Color de la barra */
    border-radius: 10px;
    /* Bordes redondeados */
    min-height: 50px;
    /* Altura mÃ­nima de la barra */
    height: 30px;
    /* Altura efectiva */
}

.titulo-formulario {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: auto;
}

form .form-control {
    background-color: transparent;
    border-bottom: 3px solid #902F7F;
    color: white;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

form .form-control-m {
    background-color: transparent;
    color: white;
    width: 100%;
    border-radius: 10px;
    border: 3px solid #902F7F;
}

.video-podcast {
    padding: 35px 0;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
}

.titulo-video-podcast {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitulo-episodios {
    font-size: 1.8rem;
    font-weight: 600;
    color: #FFF;
}

.card-episodio {
    background: #0D132E;
    color: #FFF;
    border-top: 2px solid #00ADEE;
    text-align: center;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    height: 235px;
    /* Altura fija */
    display: flex;
    /* Distribuir el contenido */
    flex-direction: column;
    justify-content: space-between;
}

.img-club {
    width: 210px;
    position: relative;
    left: -21%;
    margin-bottom: 15px;
}

.text-form p {
    font-size: 11px;
    color: #00ADEE;
}

.titulo-episodios::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 45%;
    width: 18%;
    height: 3px;
    background-color: #902F7F;
    transform: translate(-50px, 50px);
}

.contenedor-general {
    display: flex;
    gap: 1rem;
    /* Espacio entre tarjetas */
    justify-content: space-between;
}

.card-img {
    height: 165px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.titulo-episodio {
    color: #FFF;
    text-align: center;
    font-family: 'BaseOne', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.episodio-info {
    color: #FFF;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.descripcion-episodio {
    margin: 30px 15px;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    min-height: 60px;
}

.contenedor-alineado {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-left: 15px;
    cursor: pointer;
}

.contenedor-info {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: stretch;
    margin-left: 14px;
}

.muy-pronto {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #FFF;
    margin: 0;
}

.title-video {
    color: #FFF;
    text-align: center;
    font-family: BaseOne;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.video-img {
    width: 350px;
    margin-top: -100px;
}

.titulo-episodios {
    position: relative;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.title-blue {
    color: #00ADEE;
    font-family: BaseOne;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.animated-container-2 {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 11;
}

.animated-container-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(144 47 127 / 96%);
    animation: ripple 1.5s infinite ease-out;
    z-index: -1;
}

.leyenda-v {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 305px;
    margin: 10px 0 0 0;
}

/* Contenedor principal */
/* Estilos generales */
.accordion {
    width: 100%;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    transition: border-radius 0.3s ease-in-out;
    border: 2px solid #00ADEE;
    background-color: #000;

}

/* .accordion-color-impar{
    background: #902F7F;
}
.accordion-color-par{
    background: #00ADEE;
} */

.accordion-header.active {
    border-radius: 10px 10px 0 0;
}

.acordeon-content {
    border-radius: 0 0 10px 10px;
    background: #0D132E;
    padding: 15px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    animation: fadeIn 0.3s ease-in-out;
}

.accordion-header.active {
    background-color: #0D132E;
    /* Azul oscuro al activarse */
    color: #00ADEE;
    /* Azul claro para el texto */
    border-bottom: 3px solid #902F7F;
    /* LÃ­nea morada */

    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

.accordion-content {
    display: none;
    background-color: #0D132E;
    /* Fondo azul oscuro */
    color: white;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    animation: fadeIn 0.3s ease-in-out;
}

.text-sobre-club {
    margin: auto;
    text-align: justify;
}

/* AnimaciÃ³n para el contenido desplegado */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ãcono rotado cuando estÃ¡ activo */
.icon {
    transition: transform 0.3s ease;
}

.accordion-header.active .icon {
    transform: rotate(180deg);
    color: #fff;
}

.accordion-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.acordeon-item {
    display: grid;
    align-items: center;
    margin-bottom: 20px;
}

.leyenda-f {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 305px;
    margin: 5% 0 35px 0px;
}

.pregunta-experto {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    width: auto;
}

.header-img {
    width: 370px;
    height: auto;
}

.comentario {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-bottom: 2px solid #22A6DE;
    padding: 0 40px;
}

.header-text h1 {
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header-text-dos h1 {
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header-text .destacado {
    color: #00ADEE;
    font-weight: bold;
}

.header-text {
    position: absolute;
    top: 65%;
    left: 35%;
    text-align: right;
    padding: 10px;
    max-width: 80%;
    width: 720px;
}

.icono-comentario i {
    font-size: 2rem;
    color: #902F7F;
}

.bloque-destacado {
    margin: 20px 0;
    padding: 0 0 0 40px;
}

.bloque-destacado .resaltado {
    color: #00ADEE;
}

.contenido-pregunta {
    border-radius: 0px 0px 40px 40px;
    background: linear-gradient(to bottom, rgb(6 4 33 / 65%) 0%, hsl(228.24deg 78.46% 12.75% / 70%) 100%);
    padding: 15px 0 15px 0px;
    box-shadow: 2px 3px 4px #02030f94;
}

.texto-largo p {
    margin-bottom: 15px;
}

.footer-pregunta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #902F7F;
    padding: 15px;
    border-radius: 8px;
}

.cta-texto h2 {
    color: #00ADEE;
    font-weight: bold;
    margin-bottom: 10px;
}

.imagen-footer img {
    max-width: 100px;
    height: auto;
}

.texto-largo {
    display: flex;
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #22A6DE;
    padding: 10px;
    align-items: center;
}

.texto {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
    padding: 0 0 0 40px;
}

.texto-largo-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: justify;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    width: 710px;
}

.comentario p {
    text-align: justify;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloque-destacado p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contenedor-final {
    margin-top: -5%;
    margin-bottom: -15%;
}

.contenedor-final-dos {
    margin-bottom: -15%;
    margin-top: -5%;
}

.mensaje-final h2 {
    color: #00ADEE;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 20px 12%;
}

.mensaje-final p {
    color: #FFF;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 0 0 0 40px;
}

.mensaje-final span {
    opacity: 0.8;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.producto-imagen {
    max-width: 555px;
    height: auto;
    position: absolute;
    z-index: 1;
    float: right;
    right: 110px;
    top: 207%;
}

.producto-imagen-dos {
    max-width: 555px;
    height: auto;
    position: absolute;
    z-index: 1;
    float: right;
    right: 110px;
    top: 207%;
}

.referencias {
    color: #FFF;
    text-align: justify;
    font-family: Montserrat;
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: none;
    padding: 0;
}

a {
    color: #fff;
}

.back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.header-text-dos {
    position: absolute;
    top: 60%;
    right: 8%;
    text-align: right;
    padding: 10px;
    max-width: 80%;
    width: 1065px;
}

span.pregunta {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    opacity: 1;
    margin: 20px 20%;
}

#cookieConsent {
    display: none;
}

/* Estilo para la ventana de cookies */
.cookie-popup {
    position: fixed;
    bottom: 15px;
    left: 30px;
    width: 490px;
    background: #010d27;
    color: #fff;
    padding: 35px;
    text-align: justify;
    z-index: 9999;
    border-radius: 8px;
}

.cookie-popup button {
    background: #22A6DE;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    margin: auto;
}

/* Estilo para el modal de suscripciÃ³n */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    padding: 20px;
    text-align: center;
    max-width: 526px;
    width: 100%;
    border-radius: 13px;
    background: #0D132E;
    color: #fff;
    box-shadow: 4px 6px 2px #000000a1;
}

.news-home {
    padding: 20px;
    text-align: center;
    width: 100%;
    background: #0D132E;
    color: #fff;
    box-shadow: 4px 6px 2px #000000a1;
    text-align: start;
    display: grid;
    align-items: center;
}

.news-home h3 {
    margin-bottom: 10px;
    color: #00ADEE;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.news-home p {
    font-size: 11px;
    padding-bottom: 15px;
}

.news-home input {
    width: 350px;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #0D132E;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news-home button {
    background: #22A6DE;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 125px;
}

.modal-content h3 {
    margin-bottom: 10px;
    color: #00ADEE;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.modal-content input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #0D132E;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

input:focus-visible {
    outline: 4px solid transparent;
    outline-offset: 0;
}

.modal-content button {
    background: #22A6DE;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.close-modal {
    position: absolute;
    top: -5px;
    right: 5px;
    cursor: pointer;
    font-size: 30px;
}

.submit {
    color: #00adee;
    margin-top: 20px;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.content-divider {
    border: none;
    border-top: 1px solid #902F7F;
    margin: 10px 0;
}

.responder-link {
    color: #00ADEE;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    transition: color 0.3s ease;
}

.responder-link:hover {
    color: #902F7F;
}

.add-comment-btn {
    background-color: #00ADEE;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

.add-comment-btn:hover {
    background-color: #00adee;
}

.comment-section {
    margin-top: 10px;
}

.comment-input {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    height: 100px;
}

.submit-comment-btn {
    background-color: #00ADEE;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

.submit-comment-btn:hover {
    background-color: #902F7F;
}

.comments-container {
    margin-top: 10px;
}

.comment {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #00adee;
    margin-top: 15px;
}

.comment-buttons {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.submit-comment-btn,
.cancel-comment-btn {
    background-color: #00ADEE;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

.submit-comment-btn:hover,
.cancel-comment-btn:hover {
    background-color: #00adee;
}

.cancel-comment-btn {
    background-color: #ccc;
    color: #333;
}

.cancel-comment-btn:hover {
    background-color: #ffffff;
}

.button-container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: flex-start;
}

button.responder-btn {
    background-color: #902f7f;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

.form-control-coment {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.video-modal-content {
    position: relative;
    /* background-color: #22a6dea3; */
    padding: 5px 5px 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

span.close-modal-vid {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    font-size: 25px;
    z-index: 999;
    font-weight: 700;
}

.mensaje-final-tres h2 {
    color: #00ADEE;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px 2% 15px;
    text-align: center;
    width: 660px;
}

span.pregunta-tres {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    opacity: 1;
    margin: 20px 5%;
}

.final-span {
    color: #FFF;
    text-align: justify;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 20px 5%;
}

.header-text-cuatro {
    position: absolute;
    top: 60%;
    right: 17%;
    text-align: right;
    padding: 10px;
    max-width: 80%;
    width: 1080px;
}

.header-text-cuatro h1 {
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.texto-largo-cuatro p {
    margin-bottom: 15px;
    width: 629px;
}

.texto-largo-cuatro {
    display: flex;
    color: #FFF;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #22A6DE;
    padding: 10px;
    align-items: center;
}

.mensaje-final-cuatro h2 {
    color: #00ADEE;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 25px 2% 0px;
    text-align: center;
    width: 660px;
    margin-bottom: 70px;
}

.contenedor-final-cuatro {
    margin-bottom: 0;
    margin-top: -11%;
}

.mensaje-final-cuatro-dos {
    margin-top: -11%;
    margin-bottom: 10%;
}

ul li.azul-circle::marker {
    color: #22A6DE;
}

ul li.morado-circle::marker {
    color: #902F7F;
}

.list {
    color: #FFF;
    text-align: justify;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.flex-none {
    flex-grow: revert !important;
}

.mensaje-success {
    margin-top: 5px;
}

.cards-historias {
    margin: auto;
    row-gap: 40px;
}

.link-card {
    display: flex;
    align-items: end;
    width: auto;
    gap: 5px;
}

.h-parrafo {
    height: 100px;
}

.link {
    text-decoration: none;
}

.link :hover {
    text-decoration: underline;
}

.contenedor-news {
    justify-items: auto;
}

.seccion-formulario {
    height: auto;
    width: auto;
    margin: auto;
    padding: 0 30px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.header-index {
    background-color: rgb(0 1 11);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

svg.flecha {
    width: 30px;
}

.deshabilitado {
    opacity: 0.6;
    border: 2px solid white;
    cursor: not-allowed !important;
    background-color: red;
}

.spinner-content {
    position: absolute;
    margin-top: -18px;
    margin-left: 110px;
    height: 25px;
}

.spinner {
    position: relative;
    top: -29px;
}

.spinner-popup {
    position: absolute;
    top: 140px;
    left: 188px;
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {
    .footer-container {
        flex-direction: column;
        gap: 15px;
    }

    .footer-social i {
        font-size: 23px;
        margin-right: 5px;
    }

    .seccion-formulario {
        height: auto;
        width: auto;
        /* margin: auto; */
        padding: 20px;
        margin-bottom: -35px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 80%;
        left: 0;
        background-color: #000026f0;
        padding: 0 8%;
        width: 100%;
        z-index: 999;

    }

    .carousel-item img {
        width: 100%;
        margin: auto;
    }

    .content {
        position: relative;
        bottom: 0;
        left: 0;
        display: unset;
        align-items: center;
        gap: 20px;
        color: white;
    }

    .logo-exo {
        position: relative;
        left: 0;
        top: 0;
        padding: 15px 0;
    }

    .txt-slide-exoron-2 {
        left: 0;
        top: 0px;
        width: auto;
        height: auto;
    }

    .leyenda {
        color: #FFF;
        font-family: Montserrat;
        font-size: 9px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: auto;
        height: auto;
        position: unset;
    }

    .custom-indicators {
        position: absolute;
        top: 100%;
        right: 0px;
        transform: translateY(-50%);
        display: flex;
        flex-direction: row;
        left: 0;
        margin: 10px 0;
        gap: 15px;
        /* transform: rotate(90deg); */
    }

    .carousel-item .content {
        padding: 0 0rem;
        color: white;
    }

    .txt-slide-exoron-1 {
        font-size: 16px;
        left: 0;
        top: 60px;
        position: static;
        margin-top: 15px;
    }

    .leyenda.dos {
        margin-top: 20%;
    }

    .txt-slide-exoron {
        width: auto;
        height: auto;
        left: 0;
        top: 0;
    }

    .cookie-popup {
        left: 0px;
        width: auto;
        font-size: 12px;
    }

    .cookie-popup button {
        margin: 10px;
    }

    .titulo-sobre-club {
        font-size: 40px;
    }

    .bg-light-blue {
        font-size: 20px;
        margin: 10px 20px;
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px;
        padding: 25px 25px;
    }

    .leyenda-club {
        color: #fff;
        margin: 25px 15px;
        font-size: 9px;
    }

    .experto {
        background-position: right center;
    }

    .subtitulo {
        /* margin-left: 22px; */
        margin-top: 35%;
        font-size: 28px;
    }

    .linea-titulo {
        width: auto;
        margin: -15px 20px;
    }

    em {
        font-size: 40px;
        margin-right: 21px;
    }

    .carousel-inner-experto {
        height: 515px;
    }

    .card-experto {
        width: 100%;
        height: auto;
    }

    .card-experto .contenido {
        font-size: 15px;
    }

    .h-parrafo {
        height: auto;
    }

    .btn-leer {
        font-size: 16px;
    }

    .animated-container {
        margin-left: 235px;
        margin-top: 50px;
        width: 50px;
        height: 50px;
    }

    .video {
        background-position: left;
    }

    .video-img {
        width: auto;
        padding: 0 25px 0 25px;
        margin: -120px 0px -27px 0px;
    }

    .mt-portada {
        margin-top: -163px;
    }

    .tamanio-video {
        width: 100%;
        height: auto;
    }

    span.close-modal-vid {
        top: -50px;
    }

    .titulo-episodios::after {
        width: 257px;
        left: 30%;
        margin: auto;
    }

    .titulo-episodios {
        margin-top: 124px;
        margin-bottom: -26px;
    }

    .header-img {
        width: 281px;
        margin: 24px 0px -30px 26px;
    }

    .img-experto {
        width: 100%;
        margin: -20px 0 -20px 0;
    }

    .comentario {
        display: grid;
        align-items: center;
        justify-content: end;
        padding: 0 0px;
    }

    .icono-comentario {
        margin: auto;
        margin-top: 30px;
    }

    .comentario-col {
        grid-column: 1;
        width: 100%;
        margin: 0px 0px;
    }

    .img-doctor {
        margin: 5px 90px;
    }

    .bloque-destacado {
        margin: auto;
        padding: 0 0 0 0px;
    }

    .contenedor-final {
        margin: 25px 0px 0px;

    }

    .mensaje-final h2 {
        font-size: 28px;
        width: 100%;
    }

    .texto {
        padding: 0 0 0 0px;
    }

    .bg-portada-tema {
        background: url(../images/bg_problemas.png) no-repeat;
        background-size: cover;
        background-color: #06041b;
    }

    span.pregunta {
        display: block;
        width: 100%;
        font-size: 20px;
        margin: 20px 0%;
    }

    .p-contenedor {
        padding: 0px 7px;
    }

    .mensaje-final-tres h2 {
        font-size: 28px;
        width: 100%;
        margin: auto;
    }

    span.pregunta-tres {
        display: block;
        width: 100%;
        font-size: 12px;
        margin: 20px 0%;
    }

    .mensaje-final-cuatro h2 {
        font-size: 25px;
        width: auto;
        margin: 28px 0px;
    }

    .texto-largo-cuatro p {
        text-align: center;
        font-size: 15px;
    }

    .texto-largo {
        font-size: 15px;
    }

    .news-home {
        height: auto;
        margin-top: 50px;
    }

    .news-home h3 {
        font-size: 22px;
        text-align: center;
    }

    .news-home p {
        font-size: 17px;
    }

    .news-home input {
        width: 100%;
        margin-bottom: 15px;
    }

    .video-modal-content {
        width: 100%;
    }

    .mensaje-success {
        margin-top: 20px;
    }

    .animated-container::before {
        top: 27px;
        left: 1px;
        width: 13%;
        height: 41%;
    }

    .link-card {
        width: 50%;
        margin-left: 164px;
        margin-top: 0;
    }

    svg.flecha {
        width: 30px;
    }

    .img-club {
        width: 160px;
        margin-bottom: 25px;
        margin-top: -45px;
        left: -30%;
    }

    .div-leyenda {
        width: 65%;
        margin-top: 21px;
    }

    .preguntale-experto {
        margin-bottom: 4.3rem;
    }

    .contenedor-info {
        margin-left: 15px;
    }

    .episodio-info {
        font-size: 15px;
    }

    .descripcion-episodio {
        font-size: 15px;
    }

    .muy-pronto {
        font-size: 15px;
    }

    .spinner-popup {
        top: 167px;
        left: 115px;
    }

    .spinner-content {
        left: 7px;
        width: 100%;
        margin: -85px 0px 0px 0px;
        text-align: center;
    }

    .news-home button {
        margin-top: 10px;
    }

    .mt-lanzamiento {
        margin: 45px auto 0;
    }

    .subtitulo-lanzamiento {
        font-size: 22px;
    }

    .subtitulo-lanzamiento-dos {
        font-size: 60px;
    }

    .home-lanzamiento {
        background: url('../images/bg_lanzamiento_mobile.png') no-repeat center center;
        background-size: cover;
        background-color: #000;
    }

    .card-redes {
        width: 75%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-item img {
        width: 100%;
    }

    .home-lanzamiento {
        background: url('../images/bg_lanzamiento_mobile.png') no-repeat center center;
        background-size: cover;
        background-color: #000;
    }

    .seccion-formulario {
        margin-bottom: 30px;
    }

    .content {
        bottom: 0;
        left: 0;
        display: unset;
    }

    .spinner-content {
        left: 0px;
        width: 100%;
        margin: -15px 0 0 0;
        text-align: center;
    }

    .txt-slide-exoron-1 {
        left: 0;
        top: 0px;
        font-size: 33px;
        position: static;
    }

    .card-redes {
        width: 85%;
    }

    .contenedor-news {
        justify-items: center;
    }

    .leyenda.dos {
        font-size: 11px;
        left: 15px;
        bottom: -40%;
    }

    a.nav-link {
        font-size: 18px;
    }

    .custom-indicators {
        position: absolute;
        top: 100%;
        right: 0px;
        transform: translateY(50%);
        display: flex;
        flex-direction: row;
        left: 0;
        margin: 0;
        gap: 15px;
        height: 30px;
        margin-top: 30px;
    }

    .logo-exo {
        position: static;
        left: 0;
        top: 0px;
        padding: 15px 0;
        width: 205px !important;
    }

    .txt-slide-exoron-2 {
        font-size: 20px;
        left: 0;
        top: 240px;
        width: auto;
        height: auto;
        position: static;
    }

    .leyenda {
        font-size: 10px;
    }

    .div-leyenda {
        margin-top: 90px;
        width: 42%;
    }

    .div-leyenda p {
        padding-left: 20px;
    }

    .custom-footer {
        margin-top: 105px;
    }

    .m-leyenda {
        margin-bottom: 243px;
    }

    .carousel-item .content {
        padding: 0 1rem;
        position: static;
    }

    .txt-slide-exoron {
        font-size: 20px;
        width: auto;
        height: auto;
        left: 0;
        top: 0px;
        position: static;
    }

    .scroll-tarjetas {
        padding-left: 40px;
        margin: 15% 4%;
    }

    .video {
        background-position: left;
    }

    .video-img {
        width: auto;
        padding: 0 110px 0 110px;
        margin: -165px 0px -27px 0px;
    }

    .mt-portada {
        margin-top: -300px;
    }

    .tamanio-video {
        width: 100%;
        height: auto;
    }

    span.close-modal-vid {
        top: -50px;
    }

    .titulo-episodios::after {
        width: 512px;
        left: 21%;
        margin: auto;
    }

    .titulo-episodios {
        margin-top: 220px;
        margin-bottom: -1%;
        font-size: 84px;
    }

    hr {
        color: transparent;
    }

    .bg-portada-tema {
        background: url(../images/bg_problemas.png) no-repeat;
        background-size: cover;
        background-color: #06041b;
        background-position: right center;
    }

    .bloque-destacado {
        padding: 0 0 0 0px;
    }

    .img-doctor {
        margin: 12px 35%;
    }

    .mensaje-final h2 {
        font-size: 50px;
        width: 100%;
        margin-top: 90px;
    }

    .header-img {
        width: 390px;
        margin: 0px 0px -50px 66px;
    }

    span.pregunta {
        display: block;
        width: 100%;
        font-size: 32px;
        margin: 20px 0%;
    }

    .texto-largo-cuatro p {
        text-align: center;
    }

    .video-modal-content {
        width: 100%;
    }

    .news-home {
        height: auto !important;
        margin-top: 100px;
    }

    .cards-historias {
        column-gap: 115px;
    }

    .card-experto {
        width: 100%;
        height: auto;
    }

    .img-club {
        margin-top: -50px;
        margin-bottom: 30px;
        left: -36%;
    }

    .text-form {
        margin-bottom: 45px;
    }

    .mt-lanzamiento {
        margin-top: -20%;
    }

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .header-text {
        top: 70%;
        left: 44%;
    }
}

/* XXX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1440px) {
    .header-text {
        top: 85%;
        left: 43%;
    }

    .txt-slide-exoron-2 {
        left: 78%;
    }

    .logo-exo {
        left: 77%;
    }

    .txt-slide-exoron {
        left: 77%;
    }

    .header-text-dos {
        top: 68%;
        right: 8%;
    }
}

/* XXX-Large devices (larger desktops, 1700px and up)*/
@media (min-width: 1700px) {
    .header-text {
        top: 56%;
        left: 44%;
    }

    .header-text-dos {
        top: 50%;
        right: 14%;
    }

    .txt-slide-exoron-1 {
        left: 60%;
    }

    .txt-slide-exoron-2 {
        left: 102%;
    }

    .logo-exo {
        left: 97%;
    }

    .txt-slide-exoron {
        left: 102%;
    }

}

@media (min-width: 1900px) {
    .header-text-dos {
        top: 57%;
        right: 17%;
    }
}

/* XXX-Large devices (larger desktops, 2000px and up)*/
@media (min-width: 2000px) {
    .header-text {
        top: 53%;
        left: 45%;
    }

    .producto-imagen {
        right: 390px;
        top: 138%;
    }

    .header-text-dos {
        top: 47%;
        right: 19%;
    }

    .txt-slide-exoron-1 {
        left: 45%;
        font-size: 28px;
    }

    .txt-slide-exoron-2 {
        left: 92%;
        font-size: 20px;
        width: 555px;
    }

    .logo-exo {
        left: 88%;
        width: 230px !important;
    }

    .txt-slide-exoron {
        left: 92%;
        font-size: 20px;
        width: 555px;
    }
}