@charset "utf-8";

/* CSS Document */
body,
html {
	margin-left    : 0px;
	margin-top     : 0px;
	margin-right   : 0px;
	margin-bottom  : 0px;
	width          : 100%;
	height         : 100%;
	font-family    : 'Arial', sans-serif;
	/*font-family  : "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	background     : #fff;
	font-size      : 14px;
	scroll-behavior: smooth;
}

a {
	cursor: pointer;
}


.form_cont {
	width                : 100%;
	margin               : auto;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	box-sizing           : border-box;
	padding              : 30px;
	padding-top          : 15px;
	color                : #737373;
	font-size            : 20px;
	text-align           : center;
	margin-top           : 30px;
	display              : table;
	/*border             :1px solid #e4e4e4;*/
}

.form_cont_title {
	box-sizing    : border-box;
	padding-bottom: 15px;
	color         : #595959;
}

.content_izq {
	width        : 50%;
	float        : left;
	box-sizing   : border-box;
	padding-top  : 15px;
	padding-right: 8px;
	padding-left : 50px;
	height       : 480px;

}

.content_der {
	width       : 50%;
	float       : left;
	box-sizing  : border-box;
	padding-top : 15px;
	padding-left: 8px;
	overflow    : hidden !important;
}

.content_izq_footer {
	width        : 66.6%;
	float        : left;
	box-sizing   : border-box;
	padding-top  : 15px;
	padding-right: 10px;
	text-align   : left;
	padding-left : 20px;

}

.content_der_footer {
	width        : 33.3%;
	float        : left;
	box-sizing   : border-box;
	padding-top  : 15px;
	padding-right: 5px;

}

.content_full {
	width      : 100%;
	box-sizing : border-box;
	padding-top: 15px;
}

.content_cb {
	width      : 100%;
	box-sizing : border-box;
	padding-top: 15px;
	text-align : center;
	font-size  : 14px;
}

.content_cb a {
	color          : #3cb99b;
	text-decoration: none;
}

.content_cb[status="error"] {
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	border               : 1px solid #d11515;
	margin-top           : 15px;
	padding-bottom       : 15px;
}

.form_w {
	max-width   : 400px;
	float       : right;
	margin-right: 20px;
}

.input {
	height               : 50px;
	background-color     : transparent;
	border               : 1px solid #fff;
	width                : 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius   : 6px;
	border-radius        : 6px;
	box-sizing           : border-box;
	padding-left         : 15px;
	padding-right        : 15px;
	font-family          : inherit;
	color                : #fff;
	font-size            : 16px;
	outline              : none;
}

.input[disabled],
.input[disabled="disabled"] {
	background-color: #f4f4f4;
}

.input:hover {
	border: 1px solid #efc533;
}

.input:focus {
	border: 1px solid #ffb100;
}

.input[status="error"] {
	border: 1px solid #ff2424;
}

.form_error {
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	background-color     : transparent;
	box-sizing           : border-box;
	padding              : 15px;
	border               : 1px solid #ff2424;
	float                : left;
	width                : 100%;
	margin-top           : 15px;
	font-size            : 16px;
	text-align           : left;
	color                : #fff;
	margin-bottom        : 10px;
}

select {
	-moz-appearance    : none;
	/* Firefox */
	-webkit-appearance : none;
	/* Safari and Chrome */
	appearance         : none;
	background-image   : url(img/arrow.png);
	background-repeat  : no-repeat;
	background-position: center right 10px;
	cursor             : pointer;
}


::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color  : inherit;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: inherit;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: inherit;
}

*[margin_top="10"] {
	margin-top: 10px;
}


.button_2 {
	height               : 40px;
	line-height          : 34px;
	box-sizing           : border-box;
	color                : #00adec;
	box-shadow           : 0 0 6px 0 rgba(157, 96, 212, 0.5);
	border               : solid 3px transparent;
	background-image     : linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(0, 172, 243, 1) 0%, rgba(2, 192, 78, 1) 100%);
	background-origin    : border-box;
	background-clip      : content-box, border-box;
	box-shadow           : 2px 1000px 1px #fff inset;
	text-transform       : uppercase;
	font-size            : 18px;
	font-family          : inherit;
	font-weight          : bold;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	margin-top           : 15px;
	width                : 270px;
	cursor               : pointer;
	outline              : none;
	transition           : 0.5s;
	letter-spacing       : 0.5px;
}

.button_2:hover {
	box-shadow: none;
	color     : #fff;

	letter-spacing: 1px;
}



.button {
	width         : 100%;
	max-width     : 300px;
	height        : 40px;
	line-height   : 40px;
	text-align    : center;
	color         : #fff;
	font-weight   : bold;
	font-size     : 16px;
	text-transform: uppercase;
	border        : none;
	outline       : none;

	background     : rgb(0, 172, 243);
	background     : linear-gradient(270deg, #02c04e, #00acf3);
	background-size: 100% 100%;

	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	cursor               : pointer;
	transition           : 0.5s ease;
	letter-spacing       : 0.5px;



}

.button:hover,
.button:active {
	background-size    : 400% 400%;
	background-position: right center;
	letter-spacing     : 1px;
}


.button_header {
	height               : 40px;
	line-height          : 42px;
	box-sizing           : border-box;
	background           : rgb(0, 172, 243);
	background           : linear-gradient(270deg, #02c04e, #00acf3);
	background-size      : 100% 100%;
	border               : none;
	width                : 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	color                : #fff;
	font-weight          : bold;
	font-size            : 16px;
	cursor               : pointer;
	transition           : 0.2s;
	max-width            : 300px;
	text-transform       : uppercase;
	margin-top           : 28px;
	margin-left          : 30px;
	width                : 180px;
	float                : right;

	transition: 0.5s ease;
}

.button_header:hover,
.button_header:active {
	background-size    : 400% 400%;
	background-position: right center;
	letter-spacing     : 2px;
}


.features {
	background-color     : #fff;
	max-width            : 250px;
	width                : auto;
	height               : auto;
	min-height           : 265px;
	box-shadow           : 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	text-align           : center;
	-webkit-border-radius: 20px;
	-moz-border-radius   : 20px;
	border-radius        : 20px;

}

.features2 {
	background-color     : #fff;
	max-width            : 500px;
	width                : auto;
	height               : auto;
	min-height           : 265px;
	box-shadow           : 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	text-align           : center;
	-webkit-border-radius: 20px;
	-moz-border-radius   : 20px;
	border-radius        : 20px;

}

.content_table {
	display       : table-cell;
	vertical-align: middle;
}



@media (max-width: 768px) {

	.contenedor {
		padding-right: 10px;
		padding-left : 10px;
	}

	.content_table {}

	.content_izq {
		width        : 100%;
		padding-right: 0px;
		padding-left : 10px;
		padding-right: 10px;
		height       : auto !important;

	}

	.content_der {
		width       : 100%;
		padding-left: 0px;
		margin      : auto;
		text-align  : center;
	}

	.content_der img {
		width    : 100% !important;
		max-width: 450px;

	}

	.contenedor_button {
		text-align: center !important;
	}

	.img_form {
		display: none;
	}

	.grid_3 {
		width     : 100% !important;
		margin    : 0 !important;
		text-align: center;
	}

	.grid_3b {
		width      : 100% !important;
		margin     : 0 !important;
		padding-top: 40px !important;
	}

	.margin-m {
		margin-bottom: 35px !important;
	}

	.input {
		height   : 50px;
		font-size: 16px;
	}

	.form_cont {
		padding    : 20px;
		margin-top : 20px;
		padding-top: 10px;
	}

	.form_cont_title {
		box-sizing    : border-box;
		padding-bottom: 18px;
		font-size     : 16px;
	}

	.form_w {
		max-width    : 100%;
		margin-right : 0px;
		padding-right: 10px;
		padding-left : 10px;
	}



	.grid_3a {
		width     : 100% !important;
		margin-top: 0px !important;
		text-align: center !important;
		max-width : 180px;
		margin    : auto !important;
		float     : none !important;
	}

	.grid_3a img {
		width: 100% !important;

	}

	.grid_3b {
		width: 100% !important;
	}

	.quote_txt1 {
		font-size          : 24px !important;
		line-height        : 35px !important;
		padding-top        : 50px !important;
		background-position: 80% 0% !important;
		background-size    : auto 50% !important;
		text-align         : center !important;

	}

	.quote_txt2 {
		font-size  : 16px !important;
		padding-top: 20px;
		text-align : center !important;
	}

	.icon_txt1 {
		font-size: 20px !important;
	}

	.icon_txt2 {
		font-size    : 16px !important;
		padding-right: 5px;
		padding-left : 5px;
	}

	.features {
		min-height: 210px;
		height    : auto !important;
	}

	.features2 {
		min-height: 210px;
		height    : auto !important;
	}

	.icon {
		padding-top: 25px !important;
	}

	.section_2 {
		padding-bottom: 20px !important;
	}

	.txt_1 {
		text-align: center !important;
		font-size : 32px !important;
	}

	.txt_2 {
		text-align: center !important;
		margin    : auto !important;
		font-size : 18px !important;
	}


	.quote_txt2 {
		text-align: center;
	}

	.txt_1_slider {
		max-width  : 400px !important;
		padding-top: 0px !important;

	}

	.txt_2_slider {
		max-width: 350px;
		margin   : auto;

	}

	.txt_3_slider {
		max-width  : 300px !important;
		padding-top: 0px !important;

	}

	.title_cont_title {
		font-size     : 26px !important;
		line-height   : 30px !important;
		padding-top   : 40px !important;
		padding-bottom: 30px !important;

	}


}

.footer {
	width           : 100%;
	height          : auto;
	box-sizing      : border-box;
	text-align      : center;
	font-size       : 14px;
	/**/
	background-color: #00afed;
	color           : #fff;
}

.cargando {
	position           : fixed;
	top                : 0px;
	bottom             : 0px;
	left               : 0px;
	right              : 0px;
	background-color   : rgba(0, 0, 0, 0.9);
	background-image   : url(img/loading.gif);
	background-repeat  : no-repeat;
	background-position: center center;
	z-index            : 500;
}




/*****************/


.contenedor {
	width     : 100%;
	max-width : 1380px;
	margin    : auto;
	box-sizing: border-box;
	display   : table;
}


.header {
	height         : 100px;
	/*border-bottom: 10px solid #0095C8;*/
	box-sizing     : border-box;
	padding-left   : 56px;
	padding-right  : 10px;
	background     : #fff;
	max-width      : 1440px;
	margin         : auto;
}

.contenedor_logo {
	max-width : 250px;
	margin    : auto;
	text-align: left;
	float     : left;
}

.contenedor_nav {
	width     : 50%;
	max-width : 940px;
	margin    : auto;
	text-align: right;
	float     : right;
}

.contenedor_header_text {
	float      : right;
	color      : #57AFD7;
	line-height: 68px;
	font-size  : 16px;
	font-weight: bold;
}

.header_img {
	max-width : 190px;
	margin    : auto;
	margin-top: 24px;
}

@media (max-width: 420px) {
	.contenedor_header_text {
		font-size: 12px;
	}
}

@media (max-width: 350px) {
	.contenedor_header_text {
		display: none;
	}

	.grid_4 {
		width: calc(100% - 20px);
	}

}

@media (max-width: 600px) {
	.contenedor_header_text {
		display: none;
	}

	.grid_8 {
		width: calc(100% - 20px);
	}

}


@media (max-width: 500px) {
	.nav_bar {
		display: none;
	}

}

.form_text {
	color      : #a3a3a3;
	font-size  : 14px;
	font-weight: normal;
	text-align : justify;
}



.grid_cont {
	width     : 100%;
	margin-top: 20px;
	display   : table;
}

.grid_2 {
	width        : calc(50% - 20px);
	margin       : 10px;
	background   : #FFF;
	border       : 1px solid #e4e4e4;
	box-sizing   : border-box;
	float        : left;
	border-radius: 10px;
}

.grid_3 {
	width           : calc(33.33% - 20px);
	background      : transparent;
	box-sizing      : border-box;
	float           : left;
	/**border-radius:10px;**/
}

.grid_3a {
	width     : 285px;
	background: transparent;
	box-sizing: border-box;
	float     : left;
	text-align: right;
	margin-top: -43px;

	/**border-radius:10px;**/
}

.grid_3a img {
	width    : 100%;
	max-width: 285px;
}

.grid_3b {
	width     : calc(100% - 320px);
	margin    : 10px;
	background: transparent;
	box-sizing: border-box;
	float     : right;
	padding   : 10px;

	/**border-radius:10px;**/

}

.grid_4 {
	width        : calc(25% - 20px);
	margin       : 10px;
	text-align   : center;
	background   : #FFF;
	box-sizing   : border-box;
	float        : left;
	border-radius: 10px;
}

.grid_5 {
	width        : calc(20% - 20px);
	margin       : 10px;
	text-align   : center;
	background   : #FFF;
	box-sizing   : border-box;
	float        : left;
	border-radius: 10px;
}

.grid_6 {
	width        : calc(16.66% - 20px);
	margin       : 10px;
	background   : #FFF;
	box-sizing   : border-box;
	float        : left;
	border-radius: 10px;
}

.grid_8 {
	width        : calc(25% - 20px);
	margin       : 10px;
	text-align   : center;
	background   : #FFF;
	box-sizing   : border-box;
	float        : left;
	border-radius: 10px;
}

.contenedor_button {
	text-align: left;
}

.footer_txt {
	list-style-type: none;
	padding        : 0;
	margin         : 0;
	text-align     : left;
	line-height    : 20px;
	font-size      : 14px;
}

.footer_txt a {
	color          : #fff;
	text-decoration: none;
}


ul.social_media img {
	padding: 5px;
	width  : 36px;
	opacity: 0.8;
}

ul.social_media img:hover {
	opacity   : 1;
	transition: 0.3s;
}

ul.social_media li {
	display: inline-block;
	cursor : pointer;
}

ul.social_media {
	list-style-type: none;
	margin         : 0;
	padding        : 0;
	padding-top    : 10px;
}

@media (max-width: 930px) {
	.grid_6 {
		width: calc(33.33% - 20px) !important;
	}

	.legal_footer {
		text-align  : center !important;
		padding-left: 0 !important;
	}

	.slider_cont_izq .contenedor_button {
		text-align: center !important;
	}

	.slider_cont_izq {
		height       : auto !important;
		padding-left : 20px !important;
		padding-right: 20px !important;
		width        : 100% !important;
		box-sizing   : border-box;
		text-align   : center;
		padding-top  : 50px;

	}

	.slider_cont_der {

		height    : auto;
		width     : 100% !important;
		text-align: center !important;
	}

	.slider_cont_der img {

		height   : auto;
		width    : 100%;
		margin   : auto;
		max-width: 600px;
	}

	.txt_1_slider {
		text-align: center !important;
	}

	.txt_2_slider {
		text-align: center !important;
	}

	.txt_3_slider {
		text-align: center !important;
	}

	.content_izq_footer {
		width: 100%
	}

	.content_der_footer {
		width: 100%
	}

	.grid_3 {
		text-align    : center;
		width         : 100%;
		padding-top   : 20px;
		padding-bottom: 30px;
	}

	.footer_txt {
		text-align: center;
	}

}

@media (max-width: 640px) {

	.grid_4 {
		width: calc(50% - 20px);
	}

	.txt_1_slider {
		padding-top: 50px;
		font-size  : 28px !important;
		line-height: 30px !important;
	}

	.txt_2_slider {
		font-size  : 20px !important;
		line-height: 22px !important;
		width      : 100% !important;
	}

	.txt_3_slider {
		padding-top: 50px;
		font-size  : 28px !important;
		line-height: 30px !important;
	}

	.txt_1 {
		font-size: 26px !important;
	}

	.title_cont {
		padding-top: 0 !important;

	}


	.header {
		height      : 80px;
		padding-left: 20px;
	}


	.header_img {
		max-width  : 120px;
		padding-top: 0;
	}

	.button_header {
		height     : 40px;
		width      : 160px;
		line-height: 40px;
		margin-left: 0px;
		margin-top : 20px;
	}

	.button_2 {
		width    : 100%;
		max-width: 190px;
		font-size: 16px;
	}

	.nav_bar a {
		padding-top: 30px !important;
	}

}



.desc_item {
	text-align    : center;
	box-sizing    : border-box;
	padding       : 15px;
	padding-top   : 20px;
	padding-bottom: 20px;

	color      : #717171;
	font-size  : 14px;
	line-height: 18px;

	min-height: 412px;
}

.desc_item div {
	color        : #57AFD7;
	font-size    : 16px;
	font-weight  : bold;
	margin-bottom: 15px;
}

@media (max-width: 500px) {
	.desc_item {
		min-height: 5px;
	}

	.footer_cont {
		text-align: center;
	}

	.footer_cont_logo {
		width: 100%;
	}

	.footer_cont_txt {
		width: 100%;
	}


}


.footer_cont {
	width         : 100%;
	margin        : auto;
	text-align    : center;
	display       : table;
	font-size     : 12px;
	color         : #fff;
	padding-top   : 30px;
	padding-bottom: 30px;
}

.footer_cont_logo {}

.footer_cont_txt {
	box-sizing : border-box;
	padding-top: 15px;
}

.footer_cont_txt div {
	color        : #fff;
	margin-bottom: 5px;
}

.footer_cont_txt a {
	color          : #fff;
	text-decoration: none;
}

.footer_cont_txt a:hover {
	color          : #00c8ff;
	text-decoration: none;
}

@media (max-width: 1020px) {
	.quote_txt1 {
		padding-top: 50px !important;
	}
}


/****************************************************************/


.nav_bar {
	height: auto;
	width : auto;
}


.nav_bar a {
	float          : right;
	color          : #00adec;
	text-align     : center;
	padding        : 14px 16px;
	padding-top    : 40px;
	font-weight    : normal;
	font-size      : 16px;
	text-decoration: none;
	vertical-align : middle;
}

.nav_bar a:hover {
	opacity: 0.7;
}


.icon {
	padding-top: 45px;
	text-align : center;
}

.section_2 {
	width         : 100%;
	display       : table;
	padding-bottom: 150px;
}

.title_cont_bg_form {
	background      : #502b76;
	background-image: url(img/texture.png);
	width           : 100%;
	display         : table;
	padding-bottom  : 20px;
}



.title_cont {
	border        : 0px;
	margin-top    : 0px;
	padding-top   : 80px;
	padding-bottom: 40px;
	text-align    : center;

}

.error_form {
	color: #fff;
}


.title_cont_title {
	font-size         : 32px;
	line-height       : 36px;
	color             : #707070;
	font-weight       : bold;
	text-align        : center;
	padding-top       : 80px;
	padding-bottom    : 80px;
	margin-block-start: 0px;
	margin-block-end  : 0px;
}

.title_cont_title_form {
	font-size     : 40px;
	line-height   : 42px;
	color         : #efc533;
	font-weight   : 900;
	text-transform: uppercase;
	padding-top   : 40px;
	text-align    : center
}

.txt_red {
	color: #c8102c;

}

.title_cont_text {
	font-size: 18px;
	color    : #000;

}

.title_cont_text strong {
	color     : #3cb99b;
	text-align: center;
}

.quote {
	height     : auto;
	background : #fff;
	padding-top: 50px;
}

.quote_bg {
	min-height: 375px;
	height    : auto;
	background: rgb(0, 175, 237);
	background: linear-gradient(90deg, rgba(0, 175, 237, 1) 0%, rgba(2, 192, 78, 1) 100%);
	width     : 100%;

}

.quote_txt1 {
	font-size          : 31px;
	line-height        : 47px;
	color              : #fff;
	font-style         : italic;
	font-weight        : normal;
	max-width          : 695px;
	padding-top        : 90px;
	margin             : auto;
	background-image   : url(img/comillas.png);
	background-repeat  : no-repeat;
	background-position: 100% 35%;
	background-size    : auto 60%;

}

.quote_txt2 {
	font-size  : 21px;
	line-height: 47px;
	color      : #fff;
	font-weight: bold;
	max-width  : 695px;
	margin     : auto;

}

.section_4 {
	max-height         : 500px;
	height             : auto;
	background-image   : url(img/section-4-bg_2.png);
	background-position: center center;
	background-size    : cover;
	background-repeat  : no-repeat;
	width              : 100%;
	padding-top        : 100px;
	padding-bottom     : 100px;

}

.txt_1_slider {
	text-align             : left;
	font-size              : 40px;
	line-height            : 45px;
	background             : -webkit-linear-gradient(0deg, rgba(0, 172, 243, 1) 0%, rgba(2, 192, 78, 1) 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight            : bold;
	box-sizing             : border-box;
	max-width              : 900px;
	margin                 : auto;
	text-transform         : uppercase;
	margin-block-start     : 0px;
	margin-block-end       : 0px;
	padding-bottom         : 10px;

}

.txt_2_slider {
	text-align        : left;
	font-size         : 26px;
	line-height       : 40px;
	color             : #686868;
	font-weight       : normal;
	padding-bottom    : 30px;
	margin-top        : 10px;
	margin-block-start: 0px;
	margin-block-end  : 0px;
}

.txt_3_slider {
	text-align             : left;
	font-size              : 30px;
	line-height            : 45px;
	background             : -webkit-linear-gradient(0deg, rgba(0, 172, 243, 1) 0%, rgba(2, 192, 78, 1) 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight            : bold;
	box-sizing             : border-box;
	max-width              : 900px;
	margin                 : auto;
	text-transform         : none;
	margin-block-start     : 0px;
	margin-block-end       : 0px;
	padding-bottom         : 10px;

}

.icon_txt1 {
	text-align    : center;
	font-size     : 24px;
	color         : #00adec;
	font-weight   : bold;
	padding-bottom: 5px;
	padding-top   : 25px;
}

.icon_txt2 {
	text-align    : center;
	font-size     : 16px;
	color         : #515151;
	font-weight   : normal;
	padding-bottom: 5px;
	padding-top   : 5px;
	max-width     : 200px;
	margin        : auto;
}

.txt_1 {
	text-align    : left;
	font-size     : 40px;
	color         : #515151;
	font-weight   : bold;
	padding-bottom: 25px;
	padding-top   : 15px;
	text-transform: uppercase;
}

.txt_2 {
	text-align        : left;
	color             : #515151;
	font-size         : 24px;
	width             : 100%;
	max-width         : 350px;
	padding-bottom    : 30px;
	display           : block;
	margin-block-start: 0px;
	margin-block-end  : 0px;
	font-weight       : normal !important;
}

.tarjeta_txt_1 {
	text-align    : left;
	font-size     : 26px;
	color         : #00ADEC;
	font-weight   : bold;
	padding-bottom: 5px;
	padding-top   : 15px;
	text-transform: none;
}

.tarjeta_txt_2 {
	text-align        : left;
	color             : #515151;
	font-size         : 16px;
	width             : 100%;
	padding-bottom    : 30px;
	display           : block;
	margin-block-start: 0px;
	margin-block-end  : 0px;
	font-weight       : normal !important;
}

.form_title {
	font-size     : 28px;
	font-weight   : bold;
	color         : #ffb100;
	padding-bottom: 0px;

}


.legal_form {
	font-size : 12px;
	color     : #fff;
	margin-top: 10px;
}

.slider {
	height    : auto;
	background: #f9f9f9;
	position  : relative;
	;
}

.slider .contenedor {
	padding-left : 0px;
	padding-right: 0px;
}

.slider_cont_izq {
	height      : 550px;
	width       : 40%;
	float       : left;
	box-sizing  : border-box;
	padding-left: 50px;
	text-align  : center;
	display     : table;

}

.slider_cont_der {

	height    : auto;
	width     : 60%;
	float     : right;
	overflow  : hidden !important;
	text-align: right;
}

.slider_cont_der img {
	height: auto;
}

#id_form_ok .form_cont,
#id_form_ko .form_cont {
	background : none;
	margin     : 0px;
	padding-top: 0px;
	color      : #FFF;
}

#id_form_ok .form_cont_title,
#id_form_ko .form_cont_title {
	color      : #FFF;
	font-weight: bold;
}

.img_form {
	height: 430px;
	float : left;
}

.img_3 {
	width     : 100%;
	max-width : 285px;
	bottom    : 0;
	text-align: center;
}


.legal_footer {
	text-align    : left;
	margin        : auto;
	font-size     : 14px;
	padding-top   : 80px;
	padding-left  : 40px;
	padding-bottom: 50px;
	max-width     : 1380px;


}

.card-box{
    background: #FFFFFF;
    box-shadow: 0px 8px 20px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px;
    max-width: 1080px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.card-btn{
    box-sizing:border-box;
    outline:none;
	color:#fff;
	font-family: 'Arial', sans-serif;
    padding: 17px 50px;
    background: #02C04E;
    border: 0px solid #02C04E;
    max-width: 240px;
    font-size:16px;
    font-weight: 700;
    text-transform: uppercase;
	cursor:pointer;
	transition:0.3s;
}

.card-btn:hover{
    background: #00ADEC;
}

.card-img-cont{
    display: flex;
    align-items: center;
}

.card-line{
    border-left: 2px solid #00ADEC;
    height: 188px;
}

.card-items{
    color: #707070;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
}

.card-items ul{
    padding-right: 26px;
}

ul {
    list-style: none; /* Remove default bullets */
  }
  
ul li::before {
content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
color: #00ADEC; /* Change the color */
font-weight: bold; /* If you want it to be bold */
display: inline-block; /* Needed to add space between the bullet and the text */
width: 1em; /* Also needed for space (tweak if needed) */
margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.card-img{
    max-width: 160px;
    padding-right: 20px;
}

.card-title{
    padding: 0px 10px;
    font-size: 20px;
    color: #707070;
    font-weight: 700;
    max-width: 185px;
}

@media (max-width: 940px){
    .card-box{
        flex-direction: column;
        max-width: 440px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .card-line{
        border-left: 0px solid #00ADEC;
        border-bottom: 2px solid #00ADEC;
        height: 2px;
        width: 100%;
        max-width: 380px;
        margin-top: 30px;
        margin-bottom: 12px;
    }

    .card-img-cont{
        flex-direction: column;
    }

    .card-img{
        padding-right: 0px;
    }

    .card-title{
        max-width: 100%;
        padding-top: 20px;
    }
    

    .card-items{
        margin-bottom: 20px;
    }
}

@media (max-width: 500px){
    .card-box{
        padding: 20px 10px;
    }
}



/****************************/

.button_header_mobile, .button_header_mobile_login, .button_header_mobile_register {
	height: 40px;
	box-sizing: border-box;
	background-color: #00acf3;
	background-size: 100% 100%;
	border: none;
	width: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	transition: 0.2s;
	text-transform: uppercase;
	margin-top: 28px;
	margin-left: 30px;
	float: right;
	transition: 0.5s ease;
	background-image:url(img/menu.png);
	background-size:20px;
	background-position:center center;
	background-repeat:no-repeat;
	display:none;
}
.button_header_mobile:hover, .button_header_mobile_login:hover , button_header_mobile_register:hover  {
	background-color: #02c04e;
}
.button_header_mobile_login {
	background-image:url(img/index_user_blanco.png);
}
.button_header_mobile_register{
	background-image: url(img/input_mod_icon_blanco.png);
}
.button_header_mobile_close{
	background-image: url(img/input_mod_icon_blanco.png);
}
@media (max-width: 640px){
	.button_header_mobile, .button_header_mobile_login, .button_header_mobile_register {
		margin-left: 15px;
		margin-top: 20px;
	}
}
@media (max-width: 850px){
	.button_header_mobile{
		display:block;
		margin-left: 15px;
	}
	.header_menu{
		display:none;
	}
	.header .nav_bar{
		display:none;
	}
	.button_header_mobile_login{
		display:block;
	}
	.button_header, .button_header_mobile_register{
		margin-left: 15px;
	}
}
@media (max-width: 490px){
	.button_header_mobile_register{
		display:block;
	}
	#button_header_desktop_login,  .button_header{
		display:none;
	}
	

}

@media (max-width: 360px){
	.button_header_mobile_register,.button_header_mobile_login{
		display:none;
	}
	

}

/****************************/
.header_menu {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	background-color: #00afed;
	color: #fff;
}
.header_menu a{
	color:#fff !important;
}
.header_menu a:hover .header_menu_item{
	border-bottom:2px solid #fff;
}
.header_menu_item{
	box-sizing:border-box;
	display:inline-block;
	padding:15px;
	padding-left:20px;
	padding-right:20px;
	font-size:15px;
	font-weight: bold;
	text-transform:uppercase;
	transition:0.15s ease;
	border-bottom:2px solid rgba(255,255,255,0);
}
.header_menu_item[sel="ok"]{
	border-bottom:2px solid #fff;
}
/****************************/
.menu_mobile{
	position:fixed;
	z-index:1000;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:rgba(255,255,255,0.8);
	display:none;
	
}
.menu_mobile_cont{
	position:absolute;
	overflow:auto;
	top:0px;
	right:0px;
	bottom:0px;
	width: 100%;
	max-width:300px;
	height: auto;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	background-color: #00acf3;
	color: #fff;
	padding-left:10px;
	padding-right:10px;
	padding-top:70px;
}
.menu_mobile_cont a{
	color:inherit;
	text-decoration:none;
}
.menu_mobile_cont .header_menu_item{
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	border:2px solid #fff;
	margin-bottom:10px;
	border-radius:5px;

}
.menu_mobile_close{
	position:absolute;
	top:10px;
	right:10px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	background-color: #fff;
	background-size: 100% 100%;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	transition: 0.2s;
	text-transform: uppercase;
	transition: 0.5s ease;
	background-image: url(img/icon_close.png);
	background-size:20px;
	background-position:center center;
	background-repeat:no-repeat;
}
.menu_mobile_title{
	position:absolute;
	top:20px;
	left:10px;
	font-size:23px;
	text-transform:uppercase;
}
.menu_mobile_hr{
	height:1px;
	font-size:0px;
	background-color:#FFF;
	border-color:#fff;
	margin-bottom:25px;
	margin-top:25px;
}

.menu_mobile_cont .header_menu_item[sel="ok"]{
	color:#00acf0;
	background-color:#fff;
}
/****************************/

.cat_features{
	max-width:100%;
	border-radius:10px;
	min-height:50px !important;
	padding:10px;
	box-sizing: border-box;
	padding-bottom:40px;
	
}
.cat_features .icon_txt2 {
	max-width:90%;
}
.section_2 .grid_1{
	margin-bottom:40px;
}
.section_cat{
	padding-bottom:20px;	
}

@media (max-width: 768px){
	.section_cat .grid_2{
		width:calc(100% - 20px);
	}
}

/***/
.grid_form {
	width: calc(50% - 20px);
	margin: 10px;
	margin-top:0px;
	margin-bottom:0px;
	background: #FFF;
	box-sizing: border-box;
	float: left;
	border-radius: 10px;
}
@media (max-width: 600px) {
	.grid_form {
		width: calc(100% - 20px) !important;
	}
}

.grid_form_btn_cont{
	display:table;
	width:100%;
	text-align:center;
}
.grid_form_btn{
	display:inline-block;
	width: calc(50% - 20px);
	margin: 10px;
	margin-top:20px;
	margin-bottom:40px;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 10px;
}
.grid_form_btn .boton{
	margin-top:20px !important;
	display:inline-block;
}



/*********************/



.cat_slider{
	width:100%;
	position:relative;
	height:auto;
	min-height:300px;
	background-image:url(img/lp_cat_bg.png);
	background-position:top center;
	text-align:center;
	box-sizing:border-box;
	padding-top:40px;
	padding-bottom:20px;
	z-index:0;
	overflow:hidden;
}
.cat_slider_fx{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 55%, rgba(255,255,255,0.8) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 55%, rgba(255,255,255,0.8) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 55%, rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	z-index:1
}
.cat_slider .section_2{
	position:relative;
	z-index:2;
	padding-bottom:40px;
}
.cat_slider .title_cont_title{
	text-align: left;
	font-size: 40px;
	line-height: 45px;
	background: -webkit-linear-gradient(0deg, rgba(0, 172, 243, 1) 0%, rgba(2, 192, 78, 1) 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	box-sizing: border-box;
	max-width: 800px;
	margin: auto;
	text-transform: uppercase;
	margin-block-start: 0px;
	margin-block-end: 0px;
	padding-bottom: 10px;
	text-align:center;
	padding-top: 20px;
}
.cat_slider .grid_4{
	background:rgba(255,255,255,0);
}

.cat_slider_cont{
	display:inline-block;
	position:relative;
}
.cat_slider_cont[pos="izq"]{
	position:absolute;
	z-index:2;
	top:0px;
	bottom:-20px;
	left:-400px;
	width:470px;
	max-width:470px;
	background-position:left bottom;
	background-size:100%;
	background-repeat:no-repeat;
}
.cat_slider_cont[pos="der"]{
	width:60%;
	margin-left:5%;
	max-width:1000px;
}
.cat_slider_cont[pos="der"] .features {
	min-height: 210px;
}
.cat_slider_cont[pos="der"] .features .icon {
	padding-top: 25px;
}
.cat_slider_cont[pos="der"] .features .icon_txt2 {
	font-size:13px;
	padding:10px;
}

@media (max-width: 1150px) {
	.cat_slider_cont[pos="der"]{
		width:50%;
		margin-left:25%;
	}
	.cat_slider_cont[pos="der"] .grid_4 {
		width: calc(50% - 20px) !important;
	}
}
@media (max-width: 1024px) {
	.cat_slider_cont[pos="der"]{
		width:50%;
		margin-left:0%;
	}
	
}
@media (max-width: 768px) {
	.cat_slider_cont[pos="der"]{
		width:100%;
		max-width:500px;
		margin-left:0%;
	}
	
}

