html,body{
    font-family: Montserrat,sans-serif;
    background:#fff;
    color:#1d2958;
    margin: 0;
    padding: 0;   
    width: 100%;
    overflow-x: hidden;

    
   
}
.container{
    padding: 20px;
}

.hero{
    margin-top:10px;
    margin-bottom:10px;
}

.hero h1{
    font-size:55px;
    font-weight:800;
    line-height:1.3;
}

.rosa{
    color:#c01c88;
}

.btn-azul{
    min-width:600px;
    background:#37abd7;
    color:white;
    border-radius:50px;
    font-size:32px;
    font-weight:700;
    padding:10px;
    text-decoration: none;
}

.btn-azul:hover{
    background:#2896bf;
    color:white;
}

.solicitud{
    text-align:center;
    margin-bottom:60px;
}

.solicitud h2{
    font-weight:800;
    font-size:42px;
}

.solicitud p{
    max-width:900px;
    margin:auto;
    font-size:24px;
}

.tarjeta{
    background:white;
    border-radius:25px;
    padding:60px;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    height:90%;
}

.tarjeta h3{
    font-weight:700;
    margin-bottom:30px;
}

.tarjeta ul{
    line-height:2.2;
}

.importante{
    margin-top:70px;
    margin-bottom:80px;
}

.importante h2{
    font-weight:800;
    margin-bottom:40px;
}

.item{
    text-align:center;
    padding:20px;
}