* {
	margin: 0px;
	box-sizing: border-box;
}
:root {
	--color: #1B0795;
	--zagolovok: #001D83;
}
:root {
	--main-url: "http://arycep.cadipel.com.ar";
}
html, body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	box-sizing: border-box;
}
body {
	box-sizing: border-box;
	background-color: #FFF;
	
}
.img_gen {
	width: 100%;
}
.contener {
	position: relative;
	width: 100%;
	height: 100vh;
	display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.header_contener {
	width: 100%;
	height: 64px;
	background: #DDD;
	display: flex;
    align-items: center;
	position: fixed;
	z-index: 20;
	padding: 0 0 0 20px;
}
.header {
	margin: 0 auto;
	width: 100%;
	height: 64px;
	max-width: 1440px;
	display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	
}
.head_logo {
	cursor: pointer;
}
.logo_nav_bar {
	width: 258px;
}
.head_menu {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.head_menu_nav {
	margin: 0 35px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.015em;
	color: #0A211E;
	cursor: pointer;
}
.head_menu_nav:hover {
	color: #31A396;
}
/*LEND*/
.lend_box {
	width: 100%;
	background-color: #000;
	flex-grow: 1;
	background-image: url(http://consultordemaquinas.com/img/Desktop/Landing_Home/Fondos_Hero.png);
	background-size: 100% 100%;
	position: relative;
	padding: 64px 0 20px 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.lend_tit_box {
	width: 100%;
	max-width: 1440px;
	margin: 50px auto 0 auto;	
	position: relative;
	z-index: 2;
}
.lend_tit {
	max-width: 500px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 52px;
	line-height: 124%;
	letter-spacing: -0.015em;
	color: #DDF0EE;
}
.lend_txt_box {
	width: 100%;
	max-width: 1440px;
	margin: 29px auto 0 auto;	
	position: relative;
	z-index: 2;
}
.lend_txt {
	max-width: 700px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.015em;
	color: #F7F7F7;
}
.lend_bt_box {
	width: 100%;
	max-width: 1440px;
	margin: 35px auto 0 auto;	
	z-index: 2;
	position: relative;
}
.lend_bt {
	background: #31A396;
	border-radius: 6px;
	border: none;
	width: 220px;
	padding: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-family: Open Sans;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.015em;
	color: #FFFFFF;
	cursor: pointer;
}
.lend_gal_box {
	width: 100%;
	max-width: 1440px;
	margin: 40px auto 0 auto;
	position: relative;
}
.lend_gal_tapa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lend_gal {
	width: 100%;
	max-width: 1048px;
}
.lend_gal img {
	margin: 0 25px;
	height: 184px;
	border-radius: 5px;
}
.land_ing {
	position: absolute;
	top: 0;
	right: 0;
}
.lend_arrow_box {
	width: 100%;
	max-width: 1440px;
	margin: 40px auto 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
.lend_arrow {
	width: 30px;
}

.lend_box2 {
	width: 100%;
	max-width: 1440px;
	padding-bottom: 120px;
}
.lend_box_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 136%;
	text-align: center;
	letter-spacing: -0.015em;
	color: #0A211E;
	margin: 100px auto;
}
.lend_box2_cont {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2px;
	padding: 0 10px;
}
.lend_box2_txt {
	padding-top: 20px;
}
.lend_box2_txt_tit {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	color: #0A211E;
	margin: 0px 0 20px 0;
}
.lend_box2_txt_txt {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: -0.015em;
	color: #260C0C;
	padding-bottom: 30px;
}
.lend_box2_img {
	padding: 0 0 0 100px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.lend_box2_img_img {
	width: 100%;
	border: 1px solid #FFF;
	box-shadow: 3px 3px 5px #AAA, -3px -3px 5px #AAA;;
	border-radius: 6px;
}

.lend_box3 {
	width: 100%;
	background: #F7F7F7;
}
.lend_box3_block_box {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.lend_block {
	background-color: #FFF;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
	padding: 60px;
	margin: 32px;
	width: 448px;
	height: 464px;
	box-shadow: 0px 8px 24px 2px rgba(10, 33, 30, 0.16);
}
.lend_box3_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 136%;
	text-align: center;
	letter-spacing: -0.015em;
	color: #0A211E;
	margin: 100px auto 40px auto;
}
.lend_block_img {

}
.lend_block_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	color: #260C0C;
}
.lend_block_bt {
	background: #FFF;
	border: 3px solid #31A396;
	box-sizing: border-box;
	border-radius: 6px;
	height: 46px;
	width: 208px;
	left: 0px;
	top: 0px;
	border-radius: 6px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #31A396;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.lend_box4 {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 107px 0 82px 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lend_box4_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 136%;
	text-align: center;
	letter-spacing: -0.01em;
	color: #0A211E;
	margin: 0 0 30px 0;
}
.lend_box4_txt {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	letter-spacing: -0.015em;
	color: #260C0C;
	margin: 0 0 150px 0;
}

.lend_box5 {
	width: 100%;
	background-image: url(http://consultordemaquinas.com/img/Desktop/Landing_Home/Fondos_Carrusel_SocialProof.jpg);
	background-size: 100% 100%;
	position: relative;
	min-height: 930px;
	padding: 158px 0 0 0;
}
.lend_box5_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 136%;
	text-align: center;
	letter-spacing: -0.01em;
	color: #0A211E;
	margin: 0 0 70px 0;
}
.lend_gal_box1 {
	width: 100%;
	max-width: 1440px;
	margin: 40px auto 0 auto;
	position: relative;
}
.lend_gal1 {
	width: 100%;
}
.lend_gal1 img {
	margin: 0 16px;
	border-radius: 5px;
}
.lend_gal_opacityL {
	position: absolute;
	top: 0;
	left: 0;
	width: 329px;
	height: 100%;
	background-color: #FFF;
	background: linear-gradient(to right, rgba(255,255,255, 1.0), rgba(255,255,255, 0.0));
}
.lend_gal_opacityR {
	position: absolute;
	top: 0;
	right: 0;
	width: 329px;
	height: 100%;
	background-color: #FF0000;
	background: linear-gradient(to left, rgba(255,255,255, 1.0), rgba(255,255,255, 0.0));
}

.lend_box6 {
	width: 100%;
	margin-bottom:  150px;
}
.lend_box6_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 136%;
	text-align: center;
	letter-spacing: -0.01em;
	color: #FFEBEB;
	background-color: #09080D;
	padding: 66px 0 95px 0;
}
.lend_box6_content {
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 150px;
	padding: 0 10px;
}
.lend_box6_img {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.lend_box6_img_img {
	position: absolute;
	width: 100%;
	border: 8px solid #FFF;
	box-shadow: 3px 3px 5px #AAA, -3px -3px 5px #AAA;;
	border-radius: 6px;
	top: -30px;
	left: 0;
}
.lend_box6_txt_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.015em;
	color: #0A211E;
	padding: 35px 0;
}
.lend_box6_txt_txt {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 148%;
	letter-spacing: -0.015em;
	color: #260C0C;
	padding-bottom: 52px;
}

.lend_box7 {
	width: 100%;
	margin: 50px;
}
.lend_box7_box {
	width: 100%;
	min-height: 400px;
	margin: 0 auto;
	max-width: 1440px;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 150px;
	background-image: url("../img/Desktop/Landing_Home/Pieza_Mejor-Alido-Maquinas_Colored.png");
	background-size: 100% 100%;
	padding: 170px 0 30px 70px;
}
.lend_bo7_txt_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 136%;
	color: #FFFFFF;
	margin-bottom: 30px;
	text-shadow: 0px 2px 8px rgba(10, 33, 30, 0.32);
}
.lend_bo7_txt_txt {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 148%;
	color: #F7F7F7;
	text-shadow: 0px 2px 8px rgba(10, 33, 30, 0.32);
	margin-bottom: 50px;
}
.lend_bo7_txt_bt {
	background: #31A396;
	border-radius: 6px;
	width: 220px;
	padding: 10px;
	margin: 40px 0;
	display: flex;
    justify-content: center;
    align-items: center;
	font-family: Open Sans;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.015em;
	color: #FFFFFF;
	cursor: pointer;
}

/***** FOOTER ********/
.lend_box8 {
	width: 100%;
	padding: 90px 0 0 0;
	margin-top:  50px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background: rgba(255,255,255,0.9);
	z-index: 10;
	backdrop-filter: blur(30px);
}
.lend_box8_logo {
}
.lend_box8_menu {
	padding-top: 45px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.lend_box8_menu_item {
	padding: 0 14px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -0.015em;
	color: #0A211E;
	cursor: pointer;
}
.lend_box8_menu_item:hover {
	color: #31A396;
}
.lend_box8_social {
	margin: 32px 0 0 0;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.lend_box8_social_item {
	margin: 16px;
}
.lend_box8_copy {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.015em;
	color: #808080;
	margin: 30px 0;
}
.thumb_img {
	border-radius: 3px;
}

.lend_pop_contener {
	width: 100%;
	max-width: 688px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 73px;
	background-color: #FFF;
	background-image: url("../img/lend_popup_bg.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}
.lend_pop_box1 {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.conf_pop_box1 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.lend_pop_img {
	width: 200px;
	margin-right: 20px; 
}
.conf_pop_img {
	width: 50px;
	margin-right: 20px; 
}
.lend_pop_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	color: #0A211E;
}
.conf_pop_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	color: #0A211E;
	margin: 50px 0;
}
.lend_pop_box2 {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	margin-top: 50px;
}
.conf_pop_box2 {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin-top: 20px;
}
.lend_pop_txt {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 148%;
	letter-spacing: -0.015em;
	color: #0A211E;
}
.conf_pop_txt {
	font-family: Open Sans;
	font-size: 16px;
	color: #0A211E;
}
.lend_pop_bt {
	background: #31A396;
	border-radius: 6px;
	width: 220px;
	padding: 10px;
	margin: 40px 0;
	display: flex;
    justify-content: center;
    align-items: center;
	font-family: Open Sans;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.015em;
	color: #FFFFFF;
	cursor: pointer;
}
.conf_pop_bt {
	background: #FFF;
	border-radius: 6px;
	width: 220px;
	padding: 10px;
	margin: 40px 10px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-family: Open Sans;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.015em;
	color: #31A396;
	border: 2px solid #31A396;
	cursor: pointer;
}

/* CONTACTO */
.cont_contener {
	width: 100%;
	background-color: #FFF;
	flex-grow: 1;
	background-image: url(http://consultordemaquinas.com/img/Desktop/ContactUs/Background1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 20px 20px;
}
.cont_box {
	width: 100%;
	max-width: 1440px;
	min-height: 660px;
	margin: 80px auto;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.cont_form {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 8px 24px 2px rgba(10, 33, 30, 0.16);
	backdrop-filter: blur(24px);
	border-radius: 6px;
	padding: 40px;
}
.cont_form_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 136%;
	letter-spacing: -0.015em;
	color: #0A211E;
	margin-bottom: 60px;
}
.cont_form_box {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 60px;
}
.cont_form_col {
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.cont_form_col input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #CCC;
	padding: 5px 3px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.015em;
	color: #260C0C;
}
.exacto {
	width: 100%;
	border: none;
	padding: 8px 3px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #260C0C;
}
.cont_form_col span, .cont_form_textarea_box span {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.015em;
	color: #808080;
}
.cont_form_bottom_box {
	grid-column: 1/-1;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.cont_form_textarea_box {
	width: 100%;
	display: flex;
    flex-direction: column;
	flex-grow: 1;
	margin-right: 20px;
}
.cont_form_bottom_box textarea {
	width: 100%;
	height: 110px;
	border: 0.5px solid #808080;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 10px;
}
.cont_form_area {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.015em;
    color: #808080;
}

.cont_data {
	width: 100%;
	padding-top: 50px;
	display: flex;
    flex-direction: column;
}
.cont_data_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.015em;
	color: #0A211E;
	margin-bottom: 15px;
}
.cont_data_zag2 {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: -0.015em;
	color: #0A211E;
	margin-bottom: 15px;
}
.cont_data_txt {
	font-family: Open Sans;
	font-size: 16px;
	color: #260C0C;
	margin-bottom: 40px;
}
.cont_data_cont_box {
	display: flex;
    flex-direction: row;
    align-items: center;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: -0.015em;
	color: #260C0C;
	margin-bottom: 10px;
}
.cont_cont_ico {
	width: 25px;
	margin-right: 20px;
}
.cont_data_soc_box img {
	margin: 0 15px;
}

/* CONSULTOR */
.cons_contener {
	width: 100%;
	position: relative;
	padding: 64px 10px 260px 10px;
}
.cons_box {
	width: 100%;
	max-width: 1440px;
	margin: 80px auto;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 250px;
	z-index: 2;
	position: relative;
}
.cons_txt_box {
	display: flex;
    flex-direction: column;
}
.cons_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.015em;
	color: #0A211E;
	margin: 0 0 35px 0;
}
.cons_txt, .cons_txt_red {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 148%;
	letter-spacing: -0.015em;
	color: #260C0C;
	text-align: justify;
}
.cons_txt p {
	margin: 25px 0;
}
.cons_txt_red {
	color: #FF0000;
	margin-top: 30px;
}
.cons_box_img {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.cons_box_img_img {
	position: absolute;
	width: 100%;
	border: 8px solid #FFF;
	box-shadow: 3px 3px 5px #AAA, -3px -3px 5px #AAA;
	background-color: #FFF;
	border-radius: 6px;
	top: -30px;
	left: 0;
}
.cons_box1 {
	display: flex;
    flex-direction: column;
    align-items: center;
	z-index: 2;
	position: relative;
}
.cons_box1_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 136%;
	text-align: center;
	letter-spacing: -0.015em;
	color: #0A211E;
	text-align: center;
	margin-top: 190px;
}
.cons_bt_box {
	width: 100%;
	max-width: 1440px;
	margin: 35px auto 0 auto;	
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 80px;
}
.cons_bt {
	background: #31A396;
	border-radius: 6px;
	border: none;
	width: 220px;
	padding: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-family: Open Sans;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.015em;
	color: #FFFFFF;
	cursor: pointer;
}
.cons_box1_zag_red {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 148%;
	text-align: center;
	letter-spacing: -0.015em;
	color: #FF4D4D;
	margin-top: 70px;
}
.cons_abs1 {
	position: absolute;
	top: 0;
	right: 0;
}
.cons_abs2 {
	position: absolute;
	top: 55%;
	left: 0px;
}
.cons_abs3 {
	position: absolute;
	top: 55%;
	left: 50px;
}
.cons_abs4 {
	position: absolute;
	bottom: -10%;
	left: 0;
}
.cons_abs5 {
	position: absolute;
	bottom: -25%;
	left: 17%;
}
.cons_abs6 {
	position: absolute;
	bottom: -17%;
	right: 17%;
}
.cons_abs7 {
	position: absolute;
	bottom: -5%;
	right: 0;
}
.cons_abs8 {
	position: absolute;
	top: 55%;
	right: 0;
}
.cons_abs1, .cons_abs2, .cons_abs3, .cons_abs4, .cons_abs5, .cons_abs6, .cons_abs7, .cons_abs8 {
	z-index: 1;
}

/* Capacitacion */
.capa_contener {
	width: 100%;
	padding: 100px 10px 200px 10px;
	background-image: url(http://consultordemaquinas.com/img/Desktop/Capacitaciones/Fondos_Capacitaciones.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.capa_box {
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 150px;
}
.capa_box_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 136%;
	letter-spacing: -0.015em;
	color: #0A211E;
	margin-bottom: 50px;
	grid-column: 1/-1;
}
.capa_txt_box {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.capa_cap_box {
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	box-shadow: 0px 8px 24px #CCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	margin: 25px 0;
	background-color: #FFF;
	position: relative;
}
.capa_cap_img_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 98%;
	background: rgba(49,160,150,0.5);
	display: none;
}
.capa_cap_img {
	width: 100%;
	position: relative;
}
/*.capa_cap_img input {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 30px;
	height: 30px;
	box-shadow: 3px 3px 10px #FFF, -3px -3px 10px #FFF;
}*/
.img_chbx {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 30px;
	height: 30px;
	box-shadow: 3px 3px 10px #FFF, -3px -3px 10px #FFF;
	cursor: pointer;
}
.capa_cap_zag {
	width: 100%;
	padding: 20px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: -0.015em;
	color: #0A211E;
}
.capa_cap_txt {
	width: 100%;
	padding: 0 20px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 148%;
	letter-spacing: -0.015em;
	color: #260C0C;
}
.capa_cap_bt {
	background: #FFF;
	border: 3px solid #31A396;
	box-sizing: border-box;
	border-radius: 6px;
	height: 46px;
	width: 208px;
	border-radius: 6px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #31A396;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 40px 0;
}
.capa_cap_bta {
	text-decoration: none;
}

.capa_form_contener {
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	position: relative;

}
.capa_form_box {
	width: 380px;
	padding: 40px 20px;
	box-shadow: 0px 8px 24px #CCC;
	border-radius: 5px;
	position: fixed;
	background-color: #FFF;
	z-index: 11;

}
.capa_form_zag {
	width: 100%;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 148%;
	text-align: center;
	letter-spacing: -0.015em;
	color: #0A211E;
}
.capa_form_input {
	width: 100%;
	/*height: 235px;*/
	min-height: 232px;
	border: 1px solid #CCC;
	margin: 35px 0;
	border-radius: 5px;
	padding: 10px;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
/*	overflow-y: scroll;*/
}
.capa_form_bt, .capa_form_bt_act {
	width: 100%;
	background: #808080;
	box-sizing: border-box;
	border-radius: 6px;
	height: 46px;
	width: 208px;
	border-radius: 6px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 20px auto;
}

.capa_form_bt_act {
	background: #31A396;
}

.capa_form_txt {
	width: 100%;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 136%;
	letter-spacing: -0.015em;
	color: #808080;
}
.capa_box_hidden {
	display: none;
}
.capa_add_box {
	width: 100%;
	background-color: #DDF0EE;
	border-radius: 3px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin: 3px;
}
.capa_add, .capa_del {
	font-size: 16px;
	padding: 3px 5px;
}
.capa_del {
	cursor: pointer;
}

/* CLIENTE */
.cli_contener {
	width: 100%;
	padding: 100px 10px 0 10px;
}
.cli_home_box {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 200px;
}
.cli_home_txt_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 136%;
	color: #0A211E;
	margin-bottom: 26px;
}
.cli_home_txt_txt {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: -0.015em;
	color: #260C0C;
}
.cli_zag {
	width: 100%;
	max-width: 1440px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 38px;
	line-height: 160%;
	text-align: center;
	color: #0A211E;
	margin: 75px auto 30px auto;
}
.cli_contener1 {
	width: 100%;
	position: relative;
	padding: 0px 0 120px 0;
}
.cli_bg_cont1 {
	position: absolute;
	height: 100%;
	max-width: 50%;
	top: 20px;
	right: 0;
	z-index: 2;
}
.cli_contener2, .cli_contener3 {
	background: linear-gradient(100.95deg, #98D1CA 0%, #DDF0EC 71.49%);
/*	margin-top: 120px;*/
	padding: 0px 0 120px 0;
	width: 100%;
	position: relative;
}
.cli_contener3 {
	background: linear-gradient(112deg, #FFB8B8 2.23%, #FFEBEB 57.72%);
}
.cli_bg_cont2 {
	position: absolute;
	height: 100%;
	max-width: 50%;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.cli_box {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 50px;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 150px;
	z-index: 10;
	position: relative;
}
.cli_txt_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 136%;
	color: #0A211E;
	margin-bottom: 26px;
	padding: 0 10px;
}
.cli_txt_txt {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	color: #260C0C;
}
.cli_txt_txt ul li {
	margin: 10px 0;
}
.cli_img {
	width: 100%;
	z-index: 10;
}
.cli_box_img_img {
	width: 100%;
	border: 8px solid #FFF;
	box-shadow: 3px 3px 5px #AAA, -3px -3px 5px #AAA;
	background-color: #FFF;
	border-radius: 6px;
}
.cli_contener4 {
	width: 100%;
	margin-top: 30px;
	background-image: url(http://consultordemaquinas.com/img/Desktop/Clientes/Fondos_Capacitaciones.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 30px 0 200px 0;
}
.cli_foot_box {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 200px;
}
.cli_foot_data {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: clex-start;
}
.cli_foot_zag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 136%;
	color: #0A211E;
}
.cli_foot_box_bt {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin-top: 50px;
}
.cli_foot_bt1, .cli_foot_bt2 {
	background: #31A396;
	border-radius: 6px;
	width: 220px;
	padding: 10px;
	margin: 40px 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-family: Open Sans;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.015em;
	color: #FFFFFF;
	cursor: pointer;
}
.cli_foot_bt2 {
	background: #FFF;
	border: 3px solid #31A396;
	color: #31A396;
}

/* BOTOM Class*/
.menu_marc {
	color: #661F1F;
	font-weight: bold;
}


/* BT */
.gen_bt:hover {
	background: #42F2F7;
	color: #000;
}
.gen_bt:active { 
	background: #DDF0EE;
	color: #808080;
}

.gen1_bt:hover {
	border: 3px solid #98D1CA;
	color: #98D1CA;
}
.gen1_bt:active { 
	border: 3px solid #DDF0EE;
	color: #DDF0EE;
}