body{
    background: #EBEEF1;
}

.banner{
    background: #0b1546;
    text-align: center;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner h1{
    border: 3px solid white;
    font-size: 24px;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 20px;

    border-radius: 20px;
}

.banner strong{
    width: 100%;
    font-size: 27px;
    display: inline-block;
}
.banner strong span{
    width: 100%;
    font-size: 40px;
    display: inline-block;
}


.blanquito{
    background: white;
    padding: 40px;
    margin-top: -40px;

    border-radius: 30px;
}


.gris{
    background: #EBEEF1;
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;

    border-radius: 30px;
}
.gris p{
    margin-bottom: 0;
}
.gris strong{
    width: 100%;
    display: inline-block;
}

.extraLeyenda{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}


.gris2{
    background: #EBEEF1;
    color: #0b1546;
    font-size: 20px;
    padding: 10px;

    border-radius: 70px;
}
.num{
    background: #0b1546;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 52px;
    color: white;

    border-radius: 50%;
}
.gris2 strong{
    font-size: 26px;
}
.gris2 img{
    width: 80%;
}

.imagen strong{
    font-size: 19px;
}


.leyenditas{
    text-align: center;
}


@media screen and (max-width:576px){
    .extraLeyenda{
        font-size: 19px;
    }
    .num{
        width: 40px;
        height: 40px;
        font-size: 30px;
    }
    .gris{
        font-size: 17px;
    }
    .gris2{
        font-size: 16px;
        text-align: center;
    }
    .gris2 strong{
        font-size: 20px;
    }
}