:root{
    --color-primario:#009fc2;
}
.open-sans{
    font-family: 'Open Sans Condensed', sans-serif;
}
.open-sans-n{
    font-family: 'Open Sans', sans-serif;
}
html,body{
    overflow-x: hidden;
}

/*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 1****************/
.wpcf7-response-output{
    color: black;
}
.section1{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 115px 0 80px 0;
}
.section1 h1{
    color: var(--color-primario);
    font-size: 70px;
    font-weight: 700;
    line-height: 74´x;
    letter-spacing: 0%;
}
.divider{
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.section1-div2-div1-h2{
    font-size: 45px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0%;
}
.section1-div2-div1_content1{
    max-width: 484px;
}
.section1-div2-div1_content1 p{
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    max-width: 457px;

}

.section1 a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-primario) !important;
}
.section1-div2-div1_content2, .section1-div2-div1_content3, .section1-div2-div1_content4{
    width: 100%;
    max-width: 242px;
}
.section1-div2-div1_content2 p, .section1-div2-div1_content3 p, .section1-div2-div1_content4 p{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.network p{
    line-height: 18px;
}
.section1-div2-div1{
    width:49%;
}

.section1-div2-div1_content5 p{
    max-width: 87px;
    text-align: left;
    margin: 0;
}
.section1-div2-div-customh3{
    color: var(--color-primario);
    max-width:340px ;
}
.section1-div2-div-customp p{
    max-width:340px ;
}
.section1-div2-div2{
    background-color: white;
    width:32%;
}
.section1-div2-div2 h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 2px;
}
.section1-div2-div2 h2{
    font-size: 36px;
    font-weight: 600;
    color: var(--color-primario);
}
/*Form*/
.wpcf7 .wpcf7-form p{
    margin: 0 !important;
    line-height: 30px !important;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{
    border-radius: 0px !important;
    background-color: #4350611A !important;
    border: none !important;
    font-size: 16px !important;
}
.wpcf7-form-control-wrap input{
    height: 48px;
}
.wpcf7-form-control-wrap textarea{
    height: 110px;
}

textarea[name="your-message"] {
    max-height: 100px; /* Ajusta la altura máxima */
    overflow-y: auto; /* Agrega scroll si es necesario */
}

/*BUTTON*/
.btn_client_service {
    width: 210px;
    height: 73px;
    background-color: rgba(46, 42, 43, 0.5);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
}

.btn_client_service:hover {
    background-color: black !important;
    border: 1px solid var(--color-primario);
}

.btn-outline-primary, .wpcf7 input[type=submit]{
    background-color: var(--color-primario);
    color: white;
    border-radius: 0;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    margin-top: 50px;
}
.btn-outline-primary, .wpcf7 input[type=submit]:hover{
    background-color: white;
    color: var(--color-primario);
}




/*tablet*/
@media only screen and (max-width:992px){
    .section1-div2-div{width: 48%;}
    .section1-div2-div1, .section1-div2-div2{
        width:100%;
    }
}
/*Móvil*/
@media only screen and (max-width:768px){
    .section1-div2-div{width: 100%;}
    .section1 h1{
        font-size: 45px;
    }
}

.captcha_s {
    padding-top: 12px;
}