/* Themify Customize Styling */
body {	
	font-family: "Montserrat";	font-weight:100;
 
}

/* Themify Custom CSS */
.boton-envio {
	background-color: #e2001a !important;
    color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: none !important;
    font-weight: bold !important;
    border-radius: 50px;
    font-size: 1.4em;
    padding: 10px 40px !important;
    letter-spacing: 0px !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.boton-envio:hover {
	background-color: #fff !important;
  color: #e2001a !important;
}
.gdpr-underform {
    display: block;
    margin: 20px 0 0;
    font-size: 9px;
    line-height: 14px;
    height: 40px;
    overflow-y: auto;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {
	max-width: 100%;
	width: 100%;
}
.wpcf7-form .row_inner {
	margin-bottom: 10px;
}
.cus-checklist ul>li {
	list-style-image: url("https://tuapp.tridesign.es/wp-content/uploads/2020/07/check-mark.png");
}