html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Barlow', sans-serif;
}
p{
    font-size: 1.2em;
}

.navbar {
    background: #white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    min-height: 100px;
}

.sticky-top {
    background-color: white;
}

.nav-link {
    color: black;
    margin-left: 60px;
    font-size: 1.2em;
}

.nav-link:hover {
    color: #263b8c;
}

.logo {
    min-height: 40px;
    max-height: 60px;
}

.navbar-toggler-icon {
    font-size: 40px;
}

.navbar-toggler-icon:focus {
    outline: none;
}

.backgris {
    background-color: #f5f5f5;
}

.parrafo1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
    color: grey;

}

.titu1 h2 {
    color: #263b8c;
    font-weight: 600;

}

.form-horizontal {
    background-color: #f3f3f3;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 50px;
}

.contactext {
    color: gray;

}

.contactext h3 {
    font-size: 18px;
    line-height: 2.5;
}

.redes ion-icon {
    font-size: 30px;
}

footer {
    height: 150px;
    background-color: #263b8c;
    color: white;

}
.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}
.btn-whatsapp img{
    width: 55px;
    height: 55px;
}

@media screen and (max-width: 320px) {
    .navbar {
        font-size: 12px;
    }

    .direcc p {
        font-size: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .logo {
        max-height: 25px;
    }

    .linea1 {
        max-height: 30px;
    }

    .linea1 h3 {
        font-size: 13px;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .parrafo1 {
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;

    }
}
