@import url('../fonts/montserrat/stylesheet.css');


html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat';
	font-weight: normal;
	color: #373737;
	background-color: #f7f7f7
}

* {
	box-sizing: border-box;
		-webkit-tap-highlight-color: transparent;
		-moz-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

p {
	margin: 0
}

a {
	display: inline-block;
	color: initial
}

a:hover {
	text-decoration: underline
}

ul {
	padding: 0;
	margin: 0
}

li {
	list-style: none
}

img {
	max-width: 100%;
}

label {
	font-weight: normal
}

input,
button,
a,
*[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

button:focus {
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
	-ms-outline: none;
}


button {
	background-color: transparent;
	border: none;
	box-shadow: none
}

.owl-carousel {
	z-index: 0
}

.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}





.popup {
	display: none;
	z-index: 4;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.popup .wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: 500px;
	overflow: auto;
}

.popup .content {
	position: absolute;
	top: 50%;
	left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: white;
	width: 100%;
	max-height: 100%;
	padding: 15px 30px;
	overflow: auto;
}

.popup.fullscreen {
	z-index: 3
}

.popup.fullscreen .wrapper {
	max-width: initial;
	max-height: initial;
}

.popup.fullscreen .content {
	padding-top: 45px;
}

.popup .close_btn {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #656565;
	font-size: 25px;
	text-decoration: none;
}

.popup .form .submit_block {
	margin: 20px 0
}





.tooltip_content {
	position: relative
}

.tooltip {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	background-color: #3e3c48;
	color: white;
	padding: 5px 7px;
	border-radius: 3px;
	text-align: center;
	margin-top: 8px;
	z-index: 2;
}

.tooltip:before {
	content: '';
	margin-top: -5px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0) rotate(45deg);
		-webkit-transform: translate(-50%, 0) rotate(45deg);
		-moz-transform: translate(-50%, 0) rotate(45deg);
		-ms-transform: translate(-50%, 0) rotate(45deg);
	background-color: #3e3c48;
	height: 10px;
	width: 10px;
}

.tooltip p {
	font-family: 'Lato';
	font-size: 13px !important;
	font-weight: 300;
	line-height: 18px !important;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: white;
}



.form {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
}

.form.no_margin {
	margin-left: 0;
	margin-right: 0;
}

.form > * {
	font-size: 12px
}

.form .focus_text {
	display: none
}

.form input,
.form textarea,
.form .combo_box .btn_combo {
	background-color: transparent;
	text-align: left;
	width: 100%;
	box-shadow: none;
	font-size: 13px;
	font-weight: 300;
	padding: 10px 0;
	padding-top: 7px;
}

.form textarea {
    field-sizing: content
}

.form input::placeholder,
.form textarea::placeholder {
}

.form input:focus,
.form textarea:focus {
}

.form textarea {
	resize: vertical;
	min-height: 100px
}

.form textarea.no_resize {
	resize: none
}

.form .combo_box {
	font-weight: normal
}

.form .combo_box .btn_combo {
	width: 100%;
}

.form .combo_box .btn_combo i,
.form .combo_box .btn_combo:after {
}

.form .combo_box.open .btn_combo {
}

.form > label,
.form > div {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.form > label.no_margin,
.form > div.no_margin {
	margin-top: 5px !important
}

.form > label.half,
.form > div.half {
	width: 50%;
}

.form > label.third,
.form > div.third {
	width: 33.33%;
}

.form > label.fourth,
.form > div.fourth {
	width: 25%;
}

.form > label.full,
.form > div.full {
	width: 100%;
}

.form > label.block,
.form > div.block {
	display: block;
}

.form > label > span,
.form > div > span {
	font-family: 'Lato';
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	display: block;
	color: #737988;
}

.form .optional {
	color: #e76e39;
	font-family: 'Lato';
	font-weight: normal;
}

.form > label .icon_group {
	position: relative
}

.form > label .icon_group i {
	color: #bfbfbf;
	font-size: 19px;
	position: absolute;
	top: 50%;
	left: 10px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.form > label .icon_group input {
	padding-left: 40px
}


.form label.checkbox,
.form label.radio {
	line-height: 20px;
	display: inline-block;
	cursor: pointer;
	margin-right: 15px;
}

.form label.checkbox input[type=checkbox],
.form label.radio input[type=radio] {
	display: none
}

.form label.checkbox input[type=checkbox] + span,
.form label.radio input[type=radio] + span {
	padding-left: 22px;
	margin-top: 10px;
	display: inline-block;
	font-weight: normal;
	position: relative;
	color: #737988;
	font-size: 14px;
	line-height: 12px;
	font-family: 'Lato';
}

.form label.checkbox input[type=checkbox] + span:before,
.form label.radio input[type=radio] + span:before {
	color: #737988;
	content: '\e929';
	font-family: 'Icomoon';
	position: absolute;
	top: 50%;
	left: 0;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 16px;
}



.form label.checkbox.label_down input[type=checkbox] + span,
.form label.radio.label_down input[type=radio] + span {
	padding-left: 0 !important;
	padding-top: 28px;
	width: 30px;
	text-align: center;
}

.form label.checkbox.label_down input[type=checkbox] + span:before,
.form label.radio.label_down input[type=radio] + span:before {
	top: 0;
	left: 50% !important;
		-webkit-transform: translate(-50%, 0) !important;
		-moz-transform: translate(-50%, 0) !important;
		-ms-transform: translate(-50%, 0) !important;
	transform: translate(-50%, 0) !important;
}

.form label.radio input[type=radio] + span:before {
	content: '\e92b';
}

.form label.checkbox input[type=checkbox]:checked + span:before {
	content: '\e928';
}

.form label.radio input[type=radio]:checked + span:before {
	content: '\e92c';
}


.form label.radio.star_radio input[type=radio] + span:before {
	content: '\e918'
}

.form label.radio.star_radio input[type=radio]:checked + span:before {
	content: '\e90a'
}

.form label.checkbox input[type=checkbox]:hover + span:before,
.form label.radio:hover input[type=radio] + span:before {
	opacity: 0.7
}

.form label.checkbox.disabled input[type=checkbox]:disabled + span,
.form label.radio.disabled input[type=radio]:disabled + span,
.form label.checkbox input[type=checkbox]:disabled + span:before,
.form label.radio input[type=radio]:disabled + span:before {
	opacity: 0.3 !important
}





.container {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1140px;
	margin: auto
}




header .banner {
	padding: 30px 0;
	background: url('../imgs/iconos/banner.png') center center no-repeat;
	background-size: auto 100%
}

header .banner .container {
	position: relative;
	font-size: 0
}

header .title_block .logo {
	
}

header .logo {
	display: block;
	margin: auto;
	width: 235px;
	height: 70px
}


.banner_content {
	position: relative
}

.site_title {
	margin-top: 20px;
	color: white;
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6)
}

.site_title strong {
	margin: auto;
	font-weight: 500;
	margin-bottom: 5px;
	background-color: #171f17;
	display: table;
	padding: 5px 10px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6)
}


.slider_text {
	position: relative;
	width: 100%;
	padding-bottom: 33%;
	font-weight: 600;
	color: white;
	font-size: 23px;
	text-shadow: 0 3px 7px rgba(0, 0, 0, 0.37)
}

.slider_text p {
	position: absolute;
	top: 50%;
	left: 0;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: none
}

.slider_text p.active {
	display: block
}

.slider_wrapper,
.form_wrapper {
	display: block;
	vertical-align: top;
	width: 100%;
}

.slider_wrapper {
	margin: 30px 0
}

.form {
	padding: 20px 10px;
	background-color: white;
	border-radius: 40px 0 40px 0;
	box-shadow: 0 1px 24px rgba(0, 0, 0, 0.30);
	margin: auto 0;
	margin-bottom: -100px
}

.form .row {
	margin-top: 0
}

.form .title {
	color: #7cb336;
	text-align: center;
	font-size: 15px;
	font-weight: 600
}

.form .row > div {
	margin-top: 15px
}

.form input[type=text],
.form input[type=email],
.form textarea {
	outline: none;
	font-family: inherit;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #bfbfbf;
	color: black;
	font-size: 14px;
	padding: 10px 0
}

.form textarea::placeholder,
.form input[type=email]::placeholder,
.form input[type=text]::placeholder {
	opacity: 1;
	color: black
}

.form textarea::-webkit-placeholder,
.form input[type=email]::-webkit-placeholder,
.form input[type=text]::-webkit-placeholder {
	opacity: 1;
	color: black
}

.form textarea::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=text]::-moz-placeholder {
	opacity: 1;
	color: black
}

.form .msg {
	font-size: 12px;
	font-weight: bold;
	color: red;
	display: block;
	margin-top: 5px
}

.form input[type=submit] {
	background: #a1c240;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
}

.form .form_bottom {
	overflow: hidden;
	text-align: center
}

.form .form_bottom input[type=submit] {
    font-family: inherit;
    font-weight: 500;
	cursor: pointer;
	width: auto;
	box-shadow: none;
	border: none;
	text-align: center;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 20px;
	transition: background 0.2s
}

.form .form_bottom input[type=submit]:hover {
	background: #2ed0d4;
	transition: background 0.2s
}

.form .form_bottom i {
	font-weight: 300;
	font-size: 12px;
	font-style: normal;
	margin-top: 10px;
	text-align: inherit;
	display: block;
    text-align: left
}

.form .form_bottom_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.form .form_bottom_hint {
    width: 100%
}

.form .g-recaptcha {
    transform-origin: left;
    transform: scale(0.9)
}

main {
	padding-top: 100px
}

main .row,
footer .row {
	margin-left: -15px !important;
	margin-right: -15px !important
}

main .title {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #373737;
	font-size: 24px
}

main .title strong {
	margin-top: 3px;
	position: relative;
	font-weight: 800;
	display: table;
	z-index: 1
}

main .title strong:before {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 6px;
	background: #a2c038;
		background: -webkit-linear-gradient(left, #88e5f2 0%, #a2c038 100%);
		background: -moz-linear-gradient(left, #88e5f2 0%, #a2c038 100%);
		background: -ms-linear-gradient(left, #88e5f2 0%, #a2c038 100%);
	background: linear-gradient(to right, #88e5f2 0%, #a2c038 100%);
	z-index: -1
}

main .works {
	font-size: 0
}

main .works a {
	width: 100%;
	padding: 0 15px;
	vertical-align: top;
	margin-top: 30px;
	overflow: hidden
}

main .works a img {
	border-radius: 50px 0 50px 0;
	width: 100%;
	transition: opacity 0.2s
}

main .works a:hover img {
	opacity: 0.7;
	transition: opacity 0.2s
}


.work_text {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
    line-height: 24px;
}

.work_text strong {
	font-weight: 900
}

.separator {
	position: relative;
	padding: 40px 0;
	margin: 60px 0
}

.separator:before,
.separator:after {
	content: '';
	position: absolute;
	left: 50%;
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-ms-transform: translate(-50%);
	transform: translate(-50%);
	width: 15px;
	height: 1px;
	background-color: #949494
}

.separator:before {
	top: 0
}

.separator:after {
	bottom: 0
}


.contacto {
	font-size: 0
}

.contacto .title {
	display: table;
	margin: auto;
	font-weight: 500;
	margin-bottom: 10px
}

.contacto .title strong {
	font-weight: inherit
}

.contacto .col {
	width: 100%;
	padding: 0 15px;
	margin-top: 30px;
	display: inline-block;
	vertical-align: top
}

.contacto .col span {
	display: block;
	color: #8dbb41;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 4px;
	text-transform: uppercase
}

.contacto .col a,
.contacto .col p {
	color: #242424;
	font-weight: 700;
	font-size: 17px;
	display: block
}

.siguenos li {
	padding: 0 8px;
	display: inline-block;
	vertical-align: middle
}

.siguenos li a img {
	width: 20px;
	height: 20px
}



.map {
	margin-top: 40px
}

#message {
    color: #7cb336;
    text-align: center;
	font-size: 19px
}

#message.error {
	color: red
}


footer {
	padding: 20px 0;
	font-size: 0
}

footer .partner {
	text-align: center;
	width: 33.33%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px
}

footer .partner img {
    width: 85px;
    height: 45px
}

footer .partner.fix_width img {
	width: 80px
}








@media ( min-width: 600px ){

	.slider_text {
		padding-bottom: 9%
	}

	.form {
		padding: 30px
	}

	.form .title {
		font-size: 19px
	}

	.form .form_bottom input[type=submit] {
		float: right;
		margin: 0
	}

	.form .form_bottom i {
		float: left;
		display: inline-block
	}

	main .works a {
		width: 50%;
		margin: 0
	}

	.contacto .col {
		width: 50%
	}

	footer .partner img {
    	width: 115px
	}

}



@media ( min-width: 992px ){

	.banner_content {
		margin-top: 40px
	}

	header .banner {
		background-size: cover
	}

	.site_title {
		font-size: 18px
	}

	.slider_text {
		width: 530px;
		font-size: 42px
	}

	.slider_wrapper,
	.form_wrapper {
		width: 50%;
		display: inline-block
	}

	.slider_wrapper {
		margin-top: -40px;
		position: absolute;
		top: 50%;
		left: 0;
			-webkit-transform: translate(0, -50%);
			-moz-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.separator {
		padding: 60px 0
	}

	.work_text {
		font-size: 20px;
		line-height: 30px
	}

	.form_wrapper {
		margin-left: 50%
	}

	.contacto .col {
		width: 25%
	}	

}