/*formualrio contacto*/
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    padding: 12px;
}
textarea#message {
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    padding: 12px;
}

/* menu*/
.header-nav__2 ul li a {
    padding: 35px 16px;
    position: relative;
}


/*Formulario servicios*/
.row-formualrio-servicios {
    padding: 12px;
    margin: 12px;
}
input#username {
    width: 92%;
border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    padding: 12px;
}
input#email {
    width: 92%;
border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    padding: 12px;
}
input#CelulardeContacto {
    width: 92%;
border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    padding: 12px;
}
input#pais {
    width: 92%;
border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    padding: 12px;
}
textarea#mensaje {
    width: 92%;
border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    padding: 12px;
}
select#whatsapp {
    width: 92%;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    padding: 12px;
}



/******************************/

.service__thumb {
    display: none !important;
}

.col-xxl-4.col-xl-4.col-lg-5.d-flex.align-items-center {
    BACKGROUND-COLOR: #ecba01cc;
}

p {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #000000;
}
.service__text-2 p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: black;
}