    
body{
    background-image: linear-gradient(rgba(255,255,255,.28), rgba(255,255,255,.42)), url("img/fondo.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.pelota {
    top: 0;
    left: 0;
    background: radial-gradient( circle, rgba(157, 245, 248, 0.5), rgba(0, 204, 255, 0.432)) ;
    position: fixed;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
.cuerpo{
    background-image: url(img/cuadroborroso.jpg);
    background-repeat: no-repeat; 
    text-align: center;
    background-size: cover;
    background-position: center;
    width: min(960px, calc(100% - 32px));
    margin: clamp(72px, 15vh, 170px) auto 48px;
    padding: clamp(38px, 7vw, 86px) clamp(18px, 5vw, 56px);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(10, 18, 58, .18);
    position: relative;
    z-index: 1;
}


#parrafo{
    color:rgb(0, 0, 0);
    display:block;
    max-width: 720px;
    padding:3px 20px;
    font-style: italic;
    text-shadow: 0 0 2px rgb(255, 255, 255);
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.45;
    margin: 12px auto 0;
}

h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: clamp(34px, 7vw, 68px);
    line-height: 1.06;
    margin-top: 0;
    margin-bottom: 0;
    color: rgb(32, 36, 102);
    text-shadow: 2px 3px 10px rgb(156, 156, 156);
    font-style: oblique; 
    
}
.servicios{
    background-color:rgb(16, 36, 211);
    color: rgb(255, 255, 255);
    padding: 0;
    font-size: 18px;
    font-family:Arial, Helvetica, sans-serif;
    margin:24px auto 0;
    border: none;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(16, 36, 211, .28);
    overflow: hidden;
}

.botonservicios {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    color: #fff;
    font-weight: 700;
}

.botonservicios:hover{ 
    color: #fff;
    background-color: rgb(11, 26, 166);
    transition: all .2s;
}

@media screen and (max-width: 620px) {
    .pelota {
        display: none;
    }

    .cuerpo {
        width: calc(100% - 24px);
        margin-top: 36px;
        padding: 34px 16px;
        border-radius: 14px;
    }

    #parrafo {
        padding: 0;
    }
}
