/* 
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, .contenido-post strong {font-weight:500;}
.elementor-widget-text-editor ul {padding-bottom:20px;}
.legal h2, .legal h3 {
	font-size:20px;
}
.contenido-post h2 {
	font-size:24px;
}
.contenido-post h3 {
	font-size:20px;
	font-weight:600;
	color:#2357A0 !important;
}

/* Home */
.elementor-sticky--active {
background-color: rgba(16, 34, 52, 0.7) !important;
}
.elementor-sticky--active .elementor-widget-image img {width:300px !important;}
.swiper-pagination-bullets {padding-bottom:25px;}

@media (max-width: 1200px) {

}
@media (max-width: 700px) {
.elementor-sticky--active .elementor-widget-image img {width:240px !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:10px;
    color: #000F3F !important;
    background-color: #f4f4f4;
    font-size: 16px;
    width: 100%;
	margin-bottom:3px;
}
textarea {height:120px;border-radius:0px;border-radius:20px;}
.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: 18px !important;
	color:#fff !important;
	text-transform:uppercase;
    background-color: #2357A0 !important;
   border:none !important;
    border-radius: 100px;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 30px !important;
}
.wpcf7-submit:hover {
	color:#fff !important;
    background-color: #333 !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;
}

