/* banner */
/*.pantalla-completa {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}*/

/* Fondo con 2 imágenes en diagonal */
/*.fondo-diagonal {
    position: absolute;
    inset: 0;
    background:
        url('../global/recursos/img/fondos/fondo_prueba.png') left top no-repeat,
        url('../global/recursos/img/fondos/fondo_prueba.png') right bottom no-repeat;
    background-size: 50% 100%, 50% 100%;
    transform: skewY(-10deg);
    z-index: 1;
}*/

/* Contenedor del texto */
/*.contenido-centrado {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

/* Animación de entrada */
/*.texto-animado {
    font-size: 2.5rem;
    color: white;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1.2s ease-out forwards;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}*/

#pantalla-inicial {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: transform 0.8s ease-in-out, opacity 0.3s ease-in-out;
}

#pantalla-inicial.ocultar {
    transform: translateX(100%);
    opacity: 0;
}


@keyframes slideInLeft {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.texto-animado {
    animation: slideInLeft 0.8s ease forwards;
    white-space: pre-line; /* para respetar saltos de línea */
}



@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.persona-img {
    /*height: 250px;
    width: 80%;
    position: absolute;
    right: 10%;
    transform: translateX(-50%);*/
    /*height: 250px;
    width: 100%;*/
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
}

.arrow-img {
    height: 160px;
    width: auto;
    position: absolute;
    right: 75%;
    top: 25%;
    transform: translateX(-50%);
}

.animar {
    animation: slideInRight 0.8s ease forwards;
}

#texto-cambiante {
    margin-bottom: 0;
    font-size: 2.75rem;
}

.banner-principal {
    min-height: 400px;
}

.h-300 {
    height: 300px;
}

.h-250 {
    height: 250px;
}

.w-75 {
    width: 75%;
}

.img-fondo-banner {
    background: url('../global/recursos/img/fondos/fondoZ.png') no-repeat center center;
    background-size: cover;
}

.img-fondo-calculadora {
    /*height: 550px;*/
    background: url('../global/recursos/img/fondos/fondoY.jpg') no-repeat center center;
    background-size: cover;
}

/* calculadora */
.calculadora-ahorro {
    /*background: linear-gradient(to right, #2CC47F, #3AB7AE);*/
    background: linear-gradient(to right, #1ec59f, #37c675);
    padding: 1rem 0.5rem;
    border-radius: 1.5rem;
    color: white;
    max-width: 400px;
    margin: auto;
    font-family: sans-serif;
    text-align: center;
}

.titulo {
    /*font-size: 1.1rem;*/
    font-size: 0.95rem;
    /*margin-bottom: 1rem;*/
    margin-bottom: 0.75rem;
    padding: 0 10px;
}

.valores {
    /*display: flex;
    justify-content: center;
    gap: 1rem;*/
    display: flex;
    justify-content: center;
    gap: 0rem;
}

.valor {
    /*background-color: rgba(0, 0, 0, 0.2);
    padding: 0.15rem 0.5rem;
    font-size: 1rem;*/
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.18rem 0.6rem;
    font-size: 1.12rem;
    padding-top: 5px;
}

.resultado {
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0.15rem auto 0.5rem;
    font-size: 1.12rem;
    font-weight: bold;
    padding: 0.15rem 0.5rem;
    width: fit-content;
}

.redondeado {
    border-radius: 2rem;
}

.sliders .slider-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    margin: 0.5rem 0;
}

.slider-control input[type="range"] {
    /*width: 200px;*/
    /*width: 175px;*/
    width: 125px;
}

.slider-control button {
    background-color: white;
    color: #2CC47F;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 1rem;
    cursor: pointer;
    font-weight: bold;
}

/* cafe */
.cafe {
    min-height: 400px;
    background-color: #e3f3f1;
}

.circulo-img{
    /*z-index: 10;
    background-color: #0aa4c526;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    bottom: -40px;
    right: 40px;*/

    z-index: 10;
    background-color: #0aa4c514;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    bottom: -18px;
    right: 0px;
}

.circulo-img-movil {
    float: right;
    width: 225px;
    height: 225px;
    margin: 10px 0 10px 20px;
    border-radius: 50%;
    background: lightblue;
    shape-outside: circle();
    clip-path: circle();
    overflow: hidden;
}

.circulo-img-movil img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* la imagen se ajusta al círculo */
}


/* resultados */
.resultados {
    min-height: 400px;
    background-color: #ffffff;
}

/* beneficios */
.beneficios {
    background-color: #cbeae5;
}

.beneficios-1 {
    min-height: 400px;
    background-color: #e3f3f2;
}

.beneficios-section {
    background-color: #d8f4f2;
    padding: 40px 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.titulo-principal {
    color: #1d8d8d;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.subtitulo {
    color: #007c8c;
    font-size: 16px;
    margin-bottom: 30px;
}

.row-beneficios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.imagen-beneficio img {
    max-width: 250px;
    border-radius: 30px 30px 0 30px;
    object-fit: cover;
}

.texto-beneficios {
    text-align: left;
}

.beneficio {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 10px;
}

.icono-triangulo {
    border-left: 28px solid #ffc107;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.flecha-img{
    z-index: 10;
    width: 400px;
    height: 400px;
    top: -30px;
    left: 100px;
}

.beneficio {
    display: flex;
    align-items: center; /* centra el icono verticalmente */
}
.beneficio img {
    flex-shrink: 0; /* evita que se achique */
    width: 20px;
    height: 20px;
}


/* historias */
.historias {
    min-height: 400px;
    background-color: #ffffff;
}

/* contacto - "Tu yo del..." */
.tu_yo_del_futuro {
    background: url('../global/recursos/img/fondos/fondoZ.png') no-repeat center center;
    background-size: cover;
    /*min-height: 400px;*/
    padding: 80px 0 0 0;
}

.title_tu_yo_del_futuro {
    font-weight: 700;
    font-size: 2.5rem;
    color: white;
}

.banner_subtitle_tu_yo_del_futuro {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 0.5rem;
    color: white;
}

.banner_author_tu_yo_del_futuro {
    font-size: 0.9rem;
    color: white;
}
