@import url('https://fonts.googleapis.com/css2?family=Faustina:wght@400;500;600;700&display=swap');

body{
    font-family: "Faustina", serif;
}

nav.bg-dark{
    background-color: #1a1438 !important;
    font-family: "Faustina", serif;
}

a.navbar-brand{
    background-image: url(img/pyp-logo-horizontal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 54px;
    width: 320px;
    text-indent: -9999px;
}

@media (max-width: 33.9em) {
    a.navbar-brand{
        width: 240px !important;
    }
}

section#separador{
    background-image: url(img/bg-landing.png);
    background-size: cover;
    background-position: center;
    height: 25vh;
    margin-bottom: 10vh;
}

section#quienes-somos h3{
    color: #1a1438;
}

section#quienes-somos{
    text-align: center;
}

section#servicios h2{
    color: #1a1438;
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 60px !important;
    
}

section#servicios h3{
    text-align: center;
    color: #ffffff;
    font-weight: 400 !important;
    display:table-cell;
    vertical-align:middle;
}

.wrp-servicio{
    background-color: #1a1438;
    padding: 20px;
    display: table;
    min-width: 100%;
    min-height: 150px;
    margin-bottom: 10px;
}

section#separador2{
    background-image: url(img/bg-separador.png);
    background-size: cover;
    background-position: center;
    height: 50vh;
    margin: 10vh 0;
}

section#contacto{
    padding-bottom:5vh;
}

section#contacto h2{
    color: #1a1438;
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 60px !important;
}

#contacto form {
    margin-top: 10vh;
}