/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

strong {
    font-weight: 700;
}
.eicon-play:before {
    content: "\e8c3";
}

.elementor-g-recaptcha{
	display: none;
}


/* Formulario de contacto */ 
.edpro-form-contacto label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #FFFFFF;    
    width: 100%;
}
.edpro-form-contacto label .edpro-form-contacto-asterisk {
    color: #AA3028;
}
.edpro-form-contacto input,
.edpro-form-contacto textarea  {
    outline: none;
    margin-top: 4px;
    margin-bottom: 15px;
    background: #FFFFFF;
    padding: 12px 16px;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #969697;
}
.edpro-form-contacto .edpro-form-contacto-submit input {
    background-image: url("/wp-content/uploads/2023/05/ArrowRight.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center right 15px !important;
    outline: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 16px;
    padding-right: 40px;
    background: #C1A45E;
    border-color: #C1A45E;
    border-radius: 4px;
}
.edpro-form-contacto .edpro-form-contacto-submit input:hover {
    background: #657077;
    border-color: #657077;
}
.edpro-form-contacto .edpro-form-contacto-politicas label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}
.edpro-form-contacto .edpro-form-contacto-politicas label a {
    text-decoration: underline;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}
.edpro-form-contacto .edpro-form-contacto-politicas .wpcf7-list-item {
    margin: 0;
}
@media (max-width: 768px) {
    .edpro-form-contacto .edpro-form-contacto-submit input {
        margin-top: 15px;
        width: 100%;
    }
}

/* Single post + Terminos legales*/
.privacy-policy h2,
.page-id-198 h2,
.page-id-196 h2,
.page-id-193 h2,
.single-post .elementor-widget-theme-post-content h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.2px;
    color: #111111;
}
.privacy-policy h3,
.page-id-198 h3,
.page-id-196 h3,
.page-id-193 h3,
.single-post .elementor-widget-theme-post-content h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.2px;
    color: #111111;
}
.privacy-policy p,
.privacy-policy li,
.page-id-198 li,
.page-id-198 p,
.page-id-196 li,
.page-id-196 p,
.page-id-193 li,
.page-id-193 p,
.single-post .elementor-widget-theme-post-content p,
.single-post .elementor-widget-theme-post-content li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #111111;
}
.privacy-policy a,
.page-id-198 a,
.page-id-196 a,
.page-id-193 a,
.single-post .elementor-widget-theme-post-content a {
    color: #C1A45E;
}
.privacy-policy a:hover,
.page-id-198 a:hover,
.page-id-196 a:hover,
.page-id-193 a:hover,
.single-post .elementor-widget-theme-post-content a:hover {
    text-decoration: underline;
}