:root{
    --color-primario:#009fc2;
}
html,body{
    overflow-x: hidden;
}
.open-sans{
    font-family: 'Open Sans Condensed', sans-serif;
}
.open-sans-n{
    font-family: 'Open Sans', sans-serif;
}
/*Padding de 24px para izquierda y derecha reutilizable en móvil*/
@media (max-width: 1024px) {
    .pl-pr-sm{
        padding-left:24px !important;
        padding-right: 24px !important;
    }
}

*{
    margin: 0;
    padding: 0;
}

.section h1{
    font-weight: 700;
    font-size: 70px;
}
.section h3{
    font-size: 24px;
    text-transform: uppercase;
}
.section p{
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (max-width:768px){
    .section h1{
        font-size: 40px;
    }
}