*{
    margin:0;
    padding: 0;
}



.boricua-bg{
    background: #000;
}

.bg-header{
    background-image: url(boricua-header.webp);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    opacity: 95%;
}



.titulo-boricua{
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 56px;
    font-weight: 900;
    color: #0ca8c6;
    margin-top: 390px;
    margin-bottom: 4px;
    background: rgba(255, 255, 255, 0.815);
    padding: 5px 20px;
    width: fit-content;
}

.subtitulos{
    margin-top: 1px;
    margin-bottom: 1px;
    background: rgba(59, 59, 59, 0.815);
    padding: 2px 20px;
    width: fit-content;
    border-radius: 10px;
}


.social-icon{
    color:#fff;
    margin-top: 15px;
}


.social-icon a{
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#fff;
    padding: 3px 10px;
    text-decoration: none;
}


.social-icon a:hover{
    color: #0ca8c6;
}


.formulario{
    align-items: center;
}

.texto-bco{
    color:#fff;
}

.formulario-boricua{
    width:800px;
    height: 1724px
}

.texto-informativo{
    margin-top: 60px;
    margin-bottom: 60px;
    width:90%;
    align-items: center;
    text-align: justify;
}

.texto-azul{
    color:#0ca8c6;
}


.btn-pago{
    background: #0ca8c6;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 10px;
    text-decoration: none;
}

.btn-pago:hover{
    background: #0c869e;
    color:#fff;
}


@media screen and (max-width: 375px) {

    .social-icon a{
        font-size: 12px;
        padding: 3px 10px;s
    }


    .titulo-boricua{
        font-size: 14px;
    }

    .texto-informativo{
        width:95%;    
    }

    .formulario-boricua{
        width:330px;
        height: 1724px;
    }

    
}



@media screen and (min-width:380px) and (max-width: 767px) {

    .titulo-boricua{
        font-size: 18px;
    }

    .texto-informativo{
        width:95%;
    }

    .formulario-boricua{
        width:350px;
        height: 1524px;
    }
    
    
}