body{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

#banner{
    width: 100%;
    height: 850px;
    background-image: url(../img/banner_2025.jpg);
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    color: #fff;
}

#banner > div:first-child{
    padding: 11% 0 0 13%;
}

#banner > div:first-child label{
    font-size: clamp(20px,2.2vw,42px);
    font-weight: 600;
    background-color: #fff;
    color: #0040d6;
    padding: 2px 6px;
}

h1{
    margin-top: 34px;
    font-size: clamp(20px,5.2vw,100px);
    line-height: clamp(20px,5.2vw,100px);
    font-weight: 800;
}

h2{
    margin-top: 30px;
    font-size: clamp(20px,4.2vw,80px);
    line-height: clamp(20px,4.2vw,80px);
    font-weight: 400;
}

ul{
    margin-top: 55px;
    font-size: clamp(20px,2.2vw,32px);
    line-height: clamp(20px,3.2vw,40px);
    font-weight: 600;
    margin-left: 55px;
}

ul li{
    position: relative;
}

ul li::after{
    content: '';
    background-image: url(../img/check.png);
    width: 24px;
    height: 20px;
    background-size: cover;
    position: absolute;
    top: 6px;
    left: -35px;
}

.btn{
    background-color: #f6cf1a;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 20px;
    font-weight: 700;
    font-size: clamp(20px,2.2vw,27px);
    margin-top: 75px;
    display: inline-block;
    color:#333333;
}

#banner > div:last-child{
    padding: 6% 0 0 0;
    text-align: center;
    position: relative;
}

#banner > div:last-child label{
    font-size: clamp(20px,2.2vw,50px);
    font-weight: 800;
    color: #fdcd05;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}

#banner > div:last-child div{
    font-size: clamp(20px,5.2vw,90px);
    font-weight: 800;
    color: #fff;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
    margin-top: 10px;
}

#banner > div:last-child img#logo{
    position: absolute;
    bottom: 30px;
    right: 50px
}

#elegir{
    padding-top: 110px;
    text-align: center;
}

#elegir h3{
    font-size: clamp(20px,3.8vw,65px);
    font-weight: 800;
    color: #1a3bce;
}

.grid4{
    width: 94%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 90px auto 110px;
}

.card{
    background-color: #fff;
    border-radius: 30px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    overflow: hidden;
}

.card img{
    width: 100%;
    margin-bottom: 24px;
}

.card h4{
    font-size: clamp(20px,1.7vw,37px);
    line-height: clamp(20px,2.2vw,23px);
    font-weight: 800;
    color: #1a3bce;
}

.card div{
    background-color: #1a3bce;
    box-sizing: border-box;
    width: 90%;
    border-radius: 20px;
    color: #fff;
    font-size: clamp(20px,2.2vw,22px);
    line-height: clamp(20px,2.2vw,27px);
    margin: 20px auto;
    min-height: 140px;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    padding: 10px;
}

.card div b{
    font-weight: 800;
}

#mejorar{
    background-color: #1a3bce;
    padding: 70px 0;
    text-align: center;
}

#mejorar h4{
    color: #fff;
    font-size: clamp(20px,2.2vw,42px);
    line-height: clamp(20px,2.2vw,23px);
    font-weight: 900;
}

#mejorar .btn{
    font-size: clamp(20px,2.2vw,33px);
    margin-top: 40px;
}

#mejorar p{
    margin-top: 40px;
    color: #f6cf1a;
    font-size: clamp(20px,2.2vw,25px);
    line-height: clamp(20px,2.2vw,27px);
    font-weight: 500;
}

#incluye{
    padding-top: 50px;
    text-align: center;
}

#incluye h3{
    font-size: clamp(20px,3.2vw,59px);
    font-weight: 800;
    color: #1a3bce;
}

#incluye .grid4 {
    margin: 40px auto 110px;
}

#incluye .card img{
    margin-bottom: 28px;
}

#incluye .card h4{
    font-size: clamp(20px,2.2vw,30px);
    line-height: clamp(20px,2.2vw,30px);
    width: 82%;
    margin: 0px auto;
    text-align: left;
}

#incluye .card div{
    width: 82%;
    background-color: transparent;
    color: #383838;
    display: block;
    text-align: left;
    margin-top: 33px;
    height: auto;
    margin-bottom: 30px;
    line-height: clamp(20px,2.2vw,25px);
    padding: 0;
}

footer{
    background-image: url(../img/footer.jpg);
    padding: 50px 0;
    text-align: center;
    color: #fff;
    background-size: cover;
}

footer label{
    font-size: clamp(20px,2.2vw,48px);
    font-weight: 600;
    background-color: #fff;
    color: #0040d6;
    padding: 2px 6px;
}

footer h4{
    margin-top: 20px;
    font-size: clamp(20px,5.2vw,86px);
    line-height: clamp(20px,5.2vw,100px);
    font-weight: 800;
}

footer h5{
    margin-top: 7px;
    font-size: clamp(20px,4.2vw,74px);
    line-height: clamp(20px,4.2vw,80px);
    font-weight: 400;
}

footer a.btn{
    padding: 20px 50px;
    font-size: clamp(20px,2.2vw,36px);
    margin-top: 25px;
}

@media only screen and (max-width: 1440px) {
    .card div br{
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .grid4{
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 1050px) {
    #banner{
        grid-template-columns: 1fr;
        background-image: url(../img/banner_mov_2025.jpg);
        background-position: center top;
        height: auto;
    }

    #banner > div:first-child{
        order: 2;
        padding: 0;
        text-align: center;
        padding-top: 47vw;
        padding-bottom: 40px;
    }

    #banner > div:last-child{
        order: 1;
    }

    #banner > div:last-child div {
        font-size: 7.2vw;
    }

    #banner > div:last-child label {
        font-size: 4.2vw;
    }

    #banner > div:last-child img#logo {
        position: relative;
        bottom: initial;
        right: initial;
        display: block;
        margin: 0 auto 30px;
        max-width: 220px;
    }

    ul{
        display: inline-block;
        margin-left: 0;
    }
}

@media only screen and (max-width: 700px) {
    
    #banner > div:last-child div {
        font-size: 8.2vw;
    }

    #banner > div:last-child label {
        font-size: 5.2vw;
    }

    #banner > div:last-child img#logo {
        max-width: 30%;
    }

    h1 {
        font-size: 10.2vw;
        line-height: 10.2vw;
    }

    h2 {
        font-size: 7.2vw;
        margin-top: 10px;
    }

    ul {
        font-size: 4.0vw;
    }

    ul li::after {
        width: 15px;
        height: 12px;
        top: 3px;
        left: -20px;
    }

    #elegir {
        padding-top: 50px;
    }

    #elegir h3 {
        font-size: 3.8vw;
    }

    .card {
        border-radius: 15px;
    }

    .card img {
        margin-bottom: 14px;
    }

    .card h4 {
        font-size: 3.5vw;
        line-height: 3.5vw;
    }

    .card div {
        font-size: 3vw;
        line-height: 3.5vw;
        min-height: 100px;
        margin: 10px auto;
        border-radius: 15px;
    }

    .grid4 {
        margin: 40px auto;
    }

    #mejorar p {
        font-size: 4.0vw;
        line-height: 4.5vw;
    }

    #incluye .card img {
        margin-bottom: 18px;
    }

    #incluye .card h4 {
        font-size: 3.2vw;
    }

    #incluye .card div{
        margin-top: 13px;
        margin-bottom: 10px; 
    }


}
