
/* style="background-image: url(images/fondo02.png); " */
body{
   background-image: url(../images/fondo02.jpg);
   background-size: 100% 100%;
   min-height: 100vh;
   background-color: white;
   
}

H1, H2, H3, H4,H5,H6 p {
   color: #102f54;
}

.faqtext{
   font-size: 1.4em;
   font-weight: 200;
   text-align: justify;
}

.nav-link{
   font-size: 1.15em;
}

.btn-tel{
    color: #fff;
    background-color: #ff1b1bf1;
    text-align: center;
    border-radius: .5rem;
    border: 0;
    font-size: 1.1875rem;
    font-weight: 500;
    line-height: 1.5;
    min-width: 15rem;
    min-height: 2.8125rem;
    padding: 0 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
   

}