: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;
}

.section1{
    background-color: #2E2A2B;
}
.section1 h1{
    max-width: 900px;
    font-size: 36px;
    line-height: 35px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-transform: none;
}

.section1 h2{
    max-width: 700px;
}


/**************Section 2************/
.section2{
    background-color: #eeeeee;
}
.section2_form_container{
    max-width: 1200px;
    width: 100%;
}
.wpcf7{
    max-width: none;
}

.wpcf7-form-control-wrap input{
    border-radius: 0 !important;
    border: 0 !important;
    background-color: white !important;
    height: 47px !important;
}

.btn-outline-primary, .wpcf7 input[type=submit]{
    max-width: 130px !important;
    height: 48px;
    background-color: black;
    color: white;
    border-radius: 0;
    border: none !important;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-outline-primary, .wpcf7 input[type=submit]:hover{
    background-color: var(--color-primario);
}


/*Móvil*/
@media only screen and (max-width:768px){}
