/* 
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-bottom:20px;}
.legal h2 {font-size:24px;}
.legal h3 {font-size:20px;}
@media (max-width: 700px) {
  .legal h2 {font-size:20px;}
.legal h3 {font-size:18px;}
}
.elementor-widget-container h5 {
	font-weight:300;
	font-size:28px;
}
.elementor-widget-container ul {list-style:none;margin:0;padding:0;}
.elementor-widget-container li {list-style:none;font-size:18px !important;padding-bottom:5px;}
.elementor-widget-container li a {font-size:18px !important;text-transform:capitalize !important;}
.tagcloud a {background:#fff;display:inline-block;font-size:14px !important;padding:0px 5px !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: none;
    border-radius:0px;
    color: #000F3F !important;
    background-color: #f4f4f4;
    font-size: 18px;
    width: 100%;
	margin-bottom:3px;
}
textarea {height:120px;border-radius:0px;border-radius:0px;}
.subir-archivos .nota {font-size:14px;font-style:italic;}
.radios {font-size:20px;padding-bottom:10px;padding-top:10px;}
.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: 20px !important;
	color:#C37A4F !important;
    background-color: #fff !important;
   border:1px solid #C37A4F!important;
    border-radius: 0px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 30px !important;
	text-decoration:none !important;
}
.wpcf7-submit:hover {
	color:#fff !important;
    background-color: #C37A4F !important;
    border:1px solid #C37A4F!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;
}