/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/*global*/
p {
    font-family: 'champagne-limousines-bold';
}
a.avia-button {
    border-radius: 100px !important;
    font-size: 20px !important;
    font-family: 'champagne-limousines-bold' !important;
    padding: 14px 40px !important;
}
.img-full img {
    width: 100%;
}
.seccion-inicio4 .container, .seccion-inicio5 .container {
    max-width: 77%;
}
/*global*/

/*header*/
header .av-logo-container .inner-container {
    border-bottom: 1px solid #ad1614;
}
/*header*/

/*que hacemos*/
.seccion-inicio3 .av-caption-image-overlay-bg {
    opacity: 0 !important;
}
.seccion-inicio3 .av-image-caption-overlay-center p {
    font-family: 'minionpro-bold';
    color: #000000;
}
/*que hacemos*/

/*servicios*/
.otros-servicios {
    box-shadow: 71px 102px 50px rgb(0 0 0 / 1%), 40px 57px 42px rgb(0 0 0 / 5%), 18px 25px 31px rgb(0 0 0 / 9%), 4px 6px 17px rgb(0 0 0 / 10%), 0px 0px 0px rgb(0 0 0 / 10%);
    padding: 3%;
}
/*servicios*/

/*contacto*/
.col-contacto {
    padding: 4% 10%;
}
.col-contacto form {
    padding: 3% 10%;
    background-color: #ffffff;
    margin: 0 !important;
}
.col-contacto form label {
    font-size: 20px !important;
}
.col-contacto form input[type="text"], .col-contacto form input[type="email"], .col-contacto form textarea {
    border: 2px solid #D9D9D9 !important;
    background-color: #ffffff !important;
}
.col-contacto form textarea {
    height: 99px;
}
.col-contacto form input.button {
    border-radius: 100px !important;
    margin: 0 auto !important;
    display: block;
    font-family: 'champagne-limousines-bold';
    font-size: 20px !important;
}
/*contacto*/

/*footer*/
.menu-footer a {
    font-family: 'minionpro-bold';
}
.cont-redes {
    display: flex;
    gap: 20px;
}
/*footer*/