/* 
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
*/

/* 
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
*/

.elementor-widget-text-editor strong {font-weight:600;}
.elementor-widget-text-editor ul {padding-left:20px;}
header .elementor-widget-image a img[src$=".svg"], footer .elementor-widget-image a img[src$=".svg"] {
    width: inherit;
}
.legal h2, .legal h3 {
	font-size:20px;
	font-weight:700 !important;
	text-transform:uppercase !important;
}
.icono-check .elementor-icon {padding-top:6px;}

/* Home */
.elementor-sticky--active {
background: #1F1F1E;
}
.elementor-sticky--active .elementor-widget-image img {width:100px !important;}


@media (max-width: 1200px) {

}
@media (max-width: 700px) {
.elementor-sticky--active .elementor-widget-image img {width:60px !important;}
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {max-width:100% !important;}

/*------------------------------------------------*/
/*-------------------[FORMULARIOS]--------------------*/
/*------------------------------------------------*/
.form-grupo {
    width: 99.4%;
    padding: 3px;
    float: left;
	margin:0px 0.3%;
}
.form-grupo p {margin-bottom:0px;padding-bottom:0px;}
.form-grupo.columnas2 {
    width: 49.4%;
    margin:0px 0.3%;
}
.form-grupo .descripcion {
	font-size:14px;
	line-height:18px;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], input[type=date], select, textarea {
    padding: 14px 20px;
    border: 1px solid #3563AD;
    border-radius:0px;
    color: #333 !important;
    background-color: #fff;
    font-size: 16px;
    width: 100%;
	margin-bottom:3px;
}
textarea {height:120px;border-radius:0px;border-radius:0px;}
.subir-archivos .nota {font-size:14px;font-style:italic;}
.condiciones {
	padding-top:10px;
	text-align: left;
    font-size: 14px !important;
	line-height:16px !important;
	}
.condiciones a {
	text-decoration:underline;
	}
.condiciones .wpcf7-list-item {margin-left:0px !important;}
.wpcf7-submit {
    font-size: 16px !important;
	color:#fff !important;
    background-color: #1F1F1E !important;
   border:none !important;
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 30px !important;
}
.wpcf7-submit:hover {
	color:#fff !important;
    background-color: #3563AD !important;
    border:none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {float:left;clear:both;margin-top:20px;color:#dc3232 !important;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {border-color:#dc3232;}
@media (max-width: 750px){
	.form-grupo.columnas2 {
    width: 100%;
    margin:0px;
}
