/* 
Theme Name: Cogefim
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
*/

/**/

@media (min-width: 1024px) {
.metodo-block:after {
	content: '>';
    position: absolute;
    right: -10%;
    top: 33%;
    color: #2da8d5;
    font-weight: bold;
    font-size: 45px;
}

}


/* FORM */

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 label {
	width: 100%;
	max-width: 100%;
}

.wpcf7 select {
	border: 2px solid white;
}

.wpcf7 textarea {
	height: 100px;
}

.wpcf7 .privacy .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7 .privacy,
.wpcf7 .privacy label,
.wpcf7 .privacy .wpcf7-list-item-label,
.wpcf7 .privacy .wpcf7-list-item-label * {
	font-size: 13px;
	line-height: 18px !important;
	font-weight: normal;
}

.wpcf7 .privacy a {
	color: #000;
	text-decoration: underline;
}

