@font-face {

font-family: "Futura LT Condensed Bold";
src: url("fonts/Futura LT Condensed Bold.otf") format( "truetype");
font-weight: bold;
font-style: bold;

}
@font-face {

font-family: "FuturaLT-Condensed";
src: url("fonts/FuturaLT-Condensed.ttf") format( "truetype");
font-weight: bold;
font-style: bold;

}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Futura LT Condensed Bold", sans-serif;
    line-height: 1.4;

    background: #fff;
}

img {
    display: block;

    max-width: 100%;
}

.wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- BANNER ---------- */

.banner {
    width: 100%;
}

.banner .pc {
    display: block;

    width: 100%;
}

.banner-movil {
    display: none;
}

/* ---------- SECCIONES ---------- */

section {
    padding: 0 0;
}

h2.servicios {
    font-size: 40px;
    font-weight: 800;

    margin: 40px 0 30px;

    text-align: center;
    white-space: nowrap;

    color: #80a9db;
}

h2 {
    font-size: 40px;
    font-weight: 800;

    margin: 40px 0 30px;

    text-align: center;

    color: #87bdab;
}

/* Qué es */

.quees {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

    padding: 50px 0 30px;

    gap: 90px;
}

.quees-img {
    flex: 0 0 230px;

    max-width: 230px;
}

.quees-txt {
    flex: 1;

    min-width: 280px;
    max-width: 420px;
}

.quees-txt h3 {
    font-size: 50px;
    font-weight: 800;

    margin-bottom: 14px;

    color:#80a9db;
}

.quees-txt p {
    font-size: 25px;
    font-weight: bold;

    margin-bottom: 18px;

    color: #000000;
}

.pill {
    font-size: 26px;
    font-weight: 700;

    display: flex;

    padding: 12px 26px;

    color: #fff;
    border-radius: 8px;
    background: #80a9db;
}

/* Pasos */

.pasos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    margin-bottom: 30px;

    gap: 20px;
}

.paso {
    flex: 1;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-width: 180px;
    max-width: 220px;

    text-align: center;
    overflow-wrap: break-word;
    word-break: break-word;
}

.paso img {
    width: auto;
    height: 150px;
    margin: 21px auto 32px;
    align-items: center;
}
#paso-img-1 { margin-left: 10px; }
#paso-img-2 { margin-left: -20px; }
#paso-img-3 { margin-left: 5px; }
#paso-img-4 { transform: translateX(-10px); }

.paso h4 {
    font-family: "Futura LT Condensed Bold", sans-serif;

    font-size: 22px;
    font-weight: 800;

    text-align: center;

    margin-bottom: 0px;

    color: #000000;
}

.paso p {
    font-family: "FuturaLT-Condensed", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;

    text-align: center;

    color: #000000;
}

/* Bloques apuestas/servicios */

.bloque {
    margin: 14px 0;
}

.bloque .pc {
    display: block;

    margin: 0 auto;
}

.bloque .mv {
    display: none;

    margin: 0 auto;
}

/* Por qué */

.beneficios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    margin-bottom: 40px;

    gap: 20px;
}

.ben {
    flex: 1;

    min-width: 180px;
    max-width: 210px;

    text-align: center;
}

.ben img {
    width: 90px;
    height: 90px;
    margin: 0 auto 14px;
}

.ben h4 {
    font-family: "FuturaLT-Condensed", sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0.5px;

    margin-bottom: 6px;
    color: #000000;
}

.ben p {
    font-family: "Futura LT Condensed Bold", sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.3;

    color: #000000;
}

/* Botones */

.botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    padding: 10px 0 60px;

    gap: 22px;
}

.btn {
    font-size: 16px;
    font-weight: 800;

    display: inline-block;

    padding: 15px 34px;

    cursor: pointer;
    text-decoration: none;

    color: #fff;
    border: none;
    border-radius: 30px;
}

.btn-verde {
    font-size: 25px;

    background: #87bdab;
}

.btn-azul {
    font-size: 25px;

    background: #80a9db;
}

.btn:hover {
    opacity: 0.9;
}

.accordion {
    font-family: "Futura LT Condensed", sans-serif;

    max-width: 600px;
    margin: 0 auto;

    background: none;
}

.accordion-item {
    overflow: hidden;

    margin-bottom: 10px;

    border-bottom: 1px solid #ccc;
    border-radius: 8px;
    background: #e0f3f1;
}

.accordion-header {
    font-family: "Futura LT Condensed", sans-serif;
    font-weight: 200;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    padding: 15px;

    cursor: pointer;
    text-align: left;

    color: #86a6ad;
    border: none;
    outline: none;
    background: #e0f3f1;
}

.info2 {
    display: flex;
    justify-content: center;

    margin: 50px;

    background: none;
}

.accordion .accordion-header {
    font-size: 22px;
    line-height: 1.2;

    padding: 8px;
}

.accordion-header::after {
    font-size: 14px;

    content: "\25BC";
    transition: transform 0.3s;
}

.accordion-header.active::after {
    transform: rotate(180deg);
}

.accordion-content {
    overflow: hidden;

    max-height: 0;
    padding: 0 15px;

    transition: max-height 0.4s ease;

    background: white;
}

.accordion-content p {
    font-size: 16px;

    margin: 10px 0;

    color: #86a6ad;
}

.terminos-condiciones {
    display: flex;
    justify-content: center;

    margin-top: 40px;

    background: none;
}

.titulo-terminos h1 {
    font-family: "Futura LT Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 700;

    text-transform: uppercase;

    color: #6ae4bc;
    background: none;
}

/* ---------- MOVIL ---------- */

@media(max-width: 760px) {
    h2 {
        font-size: 24px;

        margin: 30px 0 20px;

        color: #5cb396;
    }

    h2.servicios {
        display: none;
    }

    /* Banner */

    .banner .pc {
        display: none;
    }

    .banner-movil {
        display: block;

        background: linear-gradient(180deg, #13284d, #1f3d6b);
    }

    .banner-movil .txt {
        padding: 30px 16px 16px;

        text-align: center;
    }

    .banner-movil .txt .l1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.1;

        color: #fff;
    }

    .banner-movil .txt .l2 {
        font-size: 30px;
        font-weight: 900;
        line-height: 1.1;

        letter-spacing: 0.5px;

        color: #fff;
    }

    .banner-movil .txt .l3 {
        font-size: 20px;
        font-weight: 600;

        margin-bottom: 10px;

        color: #fff;
    }

    .banner-movil .txt img {
        max-width: 280px;
        margin: 6px auto 0;
    }

    .banner-movil .foto {
        width: 100%;
    }

    /* Qué es */

    .quees {
        align-items: flex-start;
        flex-wrap: nowrap;

        padding: 24px 0 16px;

        gap: 14px;
    }

    .quees-img {
        flex: 0 0 110px;

        max-width: 110px;
    }

    .quees-txt {
        flex: 1;

        min-width: 0;
    }

    .quees-txt h3 {
        font-size: 22px;

        margin-bottom: 8px;

        text-align: left;

        color: #88b5ec;
    }

    .quees-txt p {
        font-size: 13px;

        margin-bottom: 12px;
    }

    .pill {
        font-size: 13px;

        padding: 10px 16px;
    }

    /* Pasos */

    .pasos {
        gap: 20px 10px;
    }

    .paso {
        flex: 0 0 45%;

        max-width: 45%;
    }

    .paso img {
        height: 80px;
    }

    .paso h4 {
        font-size: 15px;
    }

    .paso p {
        font-size: 15px;
    }

    /* Bloques */

    .bloque .pc {
        display: none;
    }

    .bloque .mv {
        display: block;
    }

    /* Beneficios */

    .beneficios {
        flex-wrap: wrap;

        gap: 24px 10px;
    }

    .ben {
        flex: 0 0 45%;

        max-width: 45%;
    }

    .ben img {
        width: 70px;
        height: 70px;
    }

    .ben h4 {
        font-size: 17px;
    }

    .ben p {
        font-size: 13px;
    }

    .botones {
        align-items: center;
        flex-direction: column;

        padding-bottom: 40px;

        gap: 14px;
    }

    .btn {
        font-size: 20px;

        width: 90%;

        text-align: center;
    }

    .accordion {
        margin: auto 15px;
    }

    .terminos-condiciones {
        justify-content: center;

        text-align: center;

        color: #5cb396;
    }

    .titulo-terminos h1 {
        font-size: 30px;

        color: #5cb396;
    }
}
