
/* G E N E R A L S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

*{
	margin: 0px;
	padding: 0px;
}
html{
	width: 100%;

}

body{
	width: 100%;
	background-color: white;
	font-family: 'helvetica-regular', sans-serif;;
	font-size: 14px;
	color: #ffffff;
}

h1, h2 , h3 , h4 , h5 , h6{
	font-family: 'helvetica-bold', sans-serif;;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 20px;
}
h3{
	font-size: 15px;
}

p{
	
} 

a{
	text-decoration: none;
}

/* S T A T I C  B A C K G R O U N D S * * * * * * * * * * * * * * * * * * * * * * * * * */

.static_background{
	position: fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
    background-position: top center;
}
.static_background-1{
	background-image: url('../img/backgrounds/static-background-1.jpg');
}

/* S E C T I O N S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

section{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.contacta_red{
	background-color: rgba(254 , 101 , 93 , 0.9);   
}
.contacta_blue{
	background-color: rgba(31 , 94 , 173 , 0.9);   
}

/* Home */

.home-1{
	min-height: 600px;
	background-image: url('../img/sections/section-home-1.jpg');
    background-position: top center;
    background-size: cover;
}
.home-2{
	min-height: 460px;
	background-color: rgba(254 , 101 , 93 , 0.9);   
}
.home-2-anchor{
	position: absolute;
	left: 0px;
	top: -50px;
}
.home-3{
	background-image: url('../img/sections/section-home-3.jpg');
    background-position: center center;
}
.home-4{
	background: #ffffff;
}
.home-5{
	background-color: rgba(0 , 0 , 0 , 0.8);   
}
.home-6{
	background-color: rgba(0 , 0 , 0 , 0.8);   
}

/* Mantenimiento preventivo */

.mantenimiento-preventivo-1{
	min-height: 600px;
	background-image: url('../img/sections/section-mantenimiento-preventivo-1.jpg');
    background-position: center center;
    background-size: cover;
}
.mantenimiento-preventivo-2{
	min-height: 460px;
	background-color: rgba(255 , 255 , 255 , 0.95);   
}
.mantenimiento-preventivo-3{
	min-height: 460px;
	background-color: rgba(255 , 255 , 255 , 0.95);   
}

/* Mantenimiento correctivo */

.mantenimiento-correctivo-1{
	min-height: 600px;
	background-image: url('../img/sections/section-mantenimiento-correctivo-1.jpg');
    background-position: center center;
    background-size: cover;
}
.mantenimiento-correctivo-2{
	min-height: 460px;
	background-color: rgba(255 , 255 , 255 , 0.95);   
}
.mantenimiento-correctivo-3{
	min-height: 380px;
	background-color: rgba(255 , 255 , 255 , 0.95);   
}

/* Solicitar Empleo */

.solicitar-empleo-1{
	min-height: 650px;
	background-color: rgba(255 , 255 , 255 , 0.95);   
}

/* Contacto */

.contacto-1{
	min-height: 650px;
	background-color: rgba(255 , 255 , 255 , 0.95);   
}

/* Thank you pages */
.thankyou{
	min-height: 650px;
	background-color: rgba(0 , 0 , 0 , 0.8);   
}

/* H E A D E R * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.ghost_header{
	position: relative;
	width: 100%;
	min-height: 70px;
}
header{
	position: fixed;
	width: 100%;
	height: 70px;
	top:0px;
	left:0px;
	background: #ffffff;
	border-bottom: 1px solid #E6E6E6;
	z-index: 100;
}
.logo_header img{
	position: absolute;
	top:10px;
	left:0px;
	width: 100px;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
nav{
	position: absolute;
	width: 920px;
	right: 0px;
	font-size: 0px;
	line-height: 0px;
	text-align: right;
}
nav ul li{
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
nav ul li a{
	display: block;
	font-family: 'helvetica-bold', sans-serif;;
	color: #747373 !important;
	text-decoration: none;
	padding-top: 28px;
	padding-bottom: 28px;
	font-size: 13px;
	line-height: 14px;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
nav ul li:hover{
	background-color: #fe655d !important;
}
nav ul li:hover a{
	color: #ffffff !important;
}
nav ul li .select{
	color: #fe655d !important;
}
.menu_nav{
	display: none;
}
.svg_boton_menu , .svg_boton_menu , .svg_activor{
	display: none;
}

/* C O N T E N T * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.content{
	position: relative;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	line-height: 0px;
	font-size: 0px;
	text-align: center;
}

/* C O L U M N S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.colum{
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 14px;
	font-size: 14px;
}
.colum-A{
	width: 100%;
	text-align: center;
}
.colum-B{
	width: 50%;
	text-align: center;
}
.colum-C{
	width: 44%;
	padding: 3% 0% 0% 3%;
}
.colum-D{
	width: 25%;
	text-align: center;
}
.colum-E{}
.colum-F{}
.colum-G{
	width: 27%;
	float:left;
}
.colum-1{}
.colum-1 img{
	width: 200px;
	padding: 0px 0px 30px 0px;
}
.colum-1 h1{
	font-size: 25px !important;
	font-family: 'helvetica-light', sans-serif;;
	margin-top: 25px;
	letter-spacing: 2px;
	line-height: 25px;
	font-weight: normal;
}
.colum-1 h2{
	font-size: 30px !important;
	line-height: 32px;
}
.colum-1 h2 span{
	font-family: 'helvetica-light', sans-serif;;
	font-weight: normal;
}
.colum-2{
	min-height: 460px;
	text-align: left;
	background-size: cover;
    background-position: top center;
    background-image: url('../img/sections/colum-2.jpg');
    
}
.colum-3 {}
.colum-3 h5{
	font-size: 30px;
}
.colum-4{ /* Slider Clientes *******************/
	padding: 35px 0px 35px 0px;
	overflow: hidden;
}
.colum-4 h5{ 
	font-size: 30px;
	margin-bottom: 35px;
}
.colum-4-content-slider{
	position: relative;
	width: 840px;
	left:50%;
	margin-left: -420px;
	height: 100px;
	overflow: hidden;
}
.colum-4-content-slider ul{
	position: absolute;
	width: 20000px;
	font-size: 0px;
	line-height: 0px;
	text-align: left;
}
.colum-4-content-slider ul li:first-child{
	padding-left: 2px !important; 
}
.colum-4-content-slider ul li:last-child{
	padding-right: 2px !important; 
}
.colum-4-content-slider ul li{
	position: relative;
	display: inline;
	padding: 0px 6px 0px 6px;
	font-size: 0px;
	line-height: 0px;
}
.colum-4-content-slider ul li a{}
.colum-4-content-slider ul li img{
	width: 200px;
}
.colum-5{
	padding: 35px 0px 35px 0px; 
	color: #747373;
}
.colum-5 img{
	width: 100px;
}
.colum-5 h4{
	margin-top: 15px;
	font-size: 16px;
	line-height: 16px;	
}
.colum-5 p{
	padding: 10px 20px 15px 20px;
	font-size: 16px;
	line-height: 18px;
}
.colum-6 h5{
	padding: 35px 0px 35px 0px;
	font-size: 30px;
	line-height: 30px;
}
.colum-6 h5 span{
	font-family: 'helvetica-light', sans-serif;;
	font-weight: normal;
}
.colum-7{
	min-width: 150px;
	padding: 0px 0px 35px 0px;
}
.colum-7 img{
	width: 80px;
}
.colum-7 h3{
	padding-top: 10px;
	font-size: 17px;
	font-family: 'helvetica-regular', sans-serif;;
	font-weight: normal;
	line-height: 17px;
}
.colum-8{
	width: 685px;
	padding: 35px 0px 35px 0px;
	text-align: left; 
}
.colum-8 img{
	position: relative;
	display: inline-block;
	float: left;
	width: 90px;
	margin-right: 20px;
}
.colum-8 h6{
	font-size: 23px;
	margin-bottom: 10px;
}
.colum-8 p{
	font-size: 18px;
	line-height: 19px;
}
.colum-9{
	width: 235px;
	padding: 48px 0px 0px 0px;
}
.colum-10{}
.colum-10 h1{
	font-size: 35px !important;
	font-family: 'helvetica-bold', sans-serif;;
	margin-top: 255px;
	line-height: 35px;
}
.colum-10 h2{
	font-size: 22.3px !important;
	line-height: 22.3px;
	font-family: 'helvetica-light', sans-serif;;
	font-weight: normal;
	margin-top: 15px;
}
.colum-11{
	color: #747373;	
	text-align: left;
	padding-top: 90px;
}
.colum-11 h3{
	font-size: 25px !important;
}
.colum-11 p{
	font-size: 18px !important;
	line-height: 18px;
	padding: 18px 25px 18px 0px;
}
.colum-11 b{
	font-family: 'helvetica-bold', sans-serif;;
}
.colum-12{
	min-height: 460px;
	text-align: left;
	background-size: cover;
    background-position: center center;
    background-image: url('../img/sections/colum-11.jpg');
}
.colum-13{
	text-align: center;
	line-height: 15px;
	font-size: 16px;
}
.colum-13 span{
	color: #fe655d;
	font-family: 'helvetica-bold', sans-serif;;
	font-size:35px;
	line-height: 35px;
}
.colum-14{}
.colum-14 h5{
	color: #fe655d;
	padding: 35px 0px 35px 0px;
	font-size: 30px;
	line-height: 30px;
}
.colum-14 h5 span{
	font-weight: normal;
	font-family: 'helvetica-light', sans-serif;;
}
.colum-15{
	color: #1f5ead;
	min-width: 150px;
	padding: 0px 0px 35px 0px;
}
.colum-15 img{
	width: 80px;
}
.colum-15 h3{
	padding-top: 10px;
	font-size: 17px;
	font-family: 'helvetica-regular', sans-serif;;
	font-weight: normal;
	line-height: 17px;
}
.colum-16{
	min-height: 460px;
	text-align: left;
	background-size: cover;
    background-position: center center;
    background-image: url('../img/sections/colum-16.jpg');
}
.colum-17{
	color: #747373;	
	text-align: left;
	padding-top: 110px;
}
.colum-17 h3{
	font-size: 25px !important;
}
.colum-17 p{
	font-size: 18px !important;
	line-height: 18px;
	padding: 18px 25px 18px 0px;
}
.colum-17 b{
	font-family: 'helvetica-bold', sans-serif;;
}
.colum-18 h2{
	padding: 35px 0px 35px 0px;
	line-height: 30px;
}

/* B U T T O M S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
.button{
	position: relative;
	display: inline-block;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    cursor: pointer;
}
.button-A{
	padding: 8px;
	border: 2px solid #ffffff;
	border-radius: 20px;
	font-family: 'helvetica-bold', sans-serif;;
	font-size: 14px;
	color: #ffffff;
}
.button-B{
	padding: 8px;
	font-family: 'helvetica-bold', sans-serif;;
	font-size: 14px;
	color: #ffffff;
	border-radius: 20px;
}
.button-1{
	margin: 30px 42px 0px 42px;
	width: 220px;
}
.button-1:hover{
	background: #fe655d;
}
.button-2{
	width: 150px;
	background: #1f5ead;
}
.button-2:hover{
	background: #20436E;
}
.button-3{
	width: 150px;
	background: #fe655d;
}
.button-3:hover{
	background: #CB544E;
}
.button-4{
	padding: 8px 25px 8px 25px;
}
.button-4:hover{
	background: #1f5ead;
}

/* A R R O W S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.arrow{
	position: absolute;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    cursor: pointer;
    background: url("../img/icons/arrows/arrow.svg");
    background-position: top center;
    border: 2px solid white;
    border-radius: 100px; 	
}
.arrow:hover{
	background-color: #fe655d; 
}
.arrow-A{
	width: 70px;
	height: 70px;
}
.arrow-B{
	width: 30px;
	height: 30px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.arrow-C{
	width: 30px;
	height: 30px;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.arrow-1{
	left:50%;
	margin-left: -35px;
	bottom:50px;
}
.arrow-2{
	bottom:70px;
}
.arrow-3{
	bottom:70px;
	right: 0px;
}

/* I T E M S  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.items{
	position: relative;
	display: inline-block;
}
.items-A{
	width: 100%;
}
.items-1{
	font-size: 16px;
	line-height: 18px;
	margin-top: 30px;
	text-align: left;
}
.items-1 .icon-items{
	position: relative;
	display: inline-block;
	width: 80px;
	float: left;
	vertical-align: top;
	margin-right: 15px;
	padding-bottom: 21px;
}
.items-1 h4{
	font-size: 18px;
	margin-bottom: 5px;
}

/* F O R M * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.form{
	position: relative;
	display: inline-block;
	width: 920px;
	padding: 35px 0px 35px 0px;
}
.form h1{
	color: #1f5ead;
	line-height: 35px;
}
.form h2{
	margin: 10px 0px 10px 0px;
	font-family: 'helvetica-regular', sans-serif;;
	color: #A6A4A4;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}
.form input[type="text"] , .form input[type="mail"] , select , textarea , .curriculum , .button_enviar{
	position: relative;
	display: inline-block;
	width: 890px;
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	outline: none;
	background-color: #ffffff;
	font-family: 'helvetica-regular', sans-serif;;
	color: #A6A4A4;
	font-size: 16px;
	-webkit-transition:all .3s ease-in;
  	-moz-transition:all .3s ease-in;
  	-ms-transition:all .3s ease-in;
  	-o-transition:all .3s ease-in;
}
.form_input_fail{
	color: #fe655d !important;;
	border-color: #fe655d !important;
}
.form_input_loading{
	color: #D28C05 !important;;
	border-color: #D28C05 !important;
}
.form_input_finish{
	color: #28812E !important;;
	border-color: #28812E !important;
}
.form_input_hide{
	color: #FAFAFA !important;;
}
.select{
	position: relative;
}
.form select{
	width: 920px;
	-webkit-appearance: none;
 	appearance: none ;
    -moz-appearance: none;
    -ms-appearance:none ;
    text-overflow: '';
}
.select_arrow{
	position: absolute;
	width: 0px;
	height: 0px;
	top: 33px;
	right: 15px;
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #A6A4A4;
}
.form textarea{
	min-height: 60px;
	resize: none;
}
.curriculum{
	width: 888px;
	border: 2px dashed #E6E6E6;
	padding: 20px 15px 20px 15px;
	cursor: pointer;
	font-size: 14px;
	line-height: 20PX;
}
.curriculum:hover{
	border: 2px dashed #1f5ead;
}
.curriculum_hover{
	border: 2px dashed #1f5ead;
}
.curriculum span{
	font-family: 'helvetica-bold', sans-serif;;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}
.click_curriculum{
	position: absolute;
	top:10px;
	left: 5px;
}
.click_curriculum img{
	width:40px;
}
.loader_curriculum{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	display: none;
	overflow: hidden;
}
.loader_curriculum img{
	width: 40px;
}
.curriculum .dz-clickable .dz-started{
	display: none !important;
}
#upload{
	display: none;
}
.button_enviar{
	background: #1f5ead;
	padding: 30px 15px 30px 15px;
	color: #ffffff;
	font-family: 'helvetica-bold', sans-serif;;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 18px;
	cursor: pointer;
}
.button_enviar:hover{
	background: #20436E;
}
.msn_submit{
	position: absolute;
	width: 890px;
	top:85px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #fe655d;
	opacity: 0;
	-webkit-transition:all .3s ease-in;
  	-moz-transition:all .3s ease-in;
  	-ms-transition:all .3s ease-in;
  	-o-transition:all .3s ease-in;
}
#fountainG{
	position:relative;
	left:50%;
	width:234px;
	margin-left: -117px;
	margin-top: 20px;
	height:15px;
	opacity: 0;
	/*display: none;*/
}

/* F O O T E R * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

footer{
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #1f5ead;
}
.colum-footer{
	position: relative;
	display: inline-block;
}
.colum-footer-A{
	width: 200px;
	float: left;
	text-align: left;
	padding: 35px 0px 35px 0px;
}
.colum-footer-A img{
	width:150px;
}
.colum-footer-B{
	width: 360px;
	padding: 35px 0px 35px 0px;
	float: left;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
}
.colum-footer-B ul{
	text-decoration: none;
	list-style: none;
	line-height: 20px;
}
.colum-footer-B a{
	color: #ffffff;
	text-decoration: none;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.colum-footer-B a:hover{
	color: #fe655d;
}
.colum-footer-1{
	text-align: left;
}
.colum-footer-1 img{
	margin-right: 10px;
}
.colum-footer-2{
	padding-top: 27px;
	text-align: right;
}
.colum-footer-2 a{
	font-family: 'helvetica-light', sans-serif;;
	line-height: 14px;
	letter-spacing: 1px;
	font-size: 14px;
	text-decoration: underline;
}

/* M E D I A  M A X  -->  9 2 0 *******************************/
@media screen and (max-width: 920px) {

	/* C O N T E N T * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	.content{
		width: 100%;
		left: 0%;
		margin-left: 0%;
	}

	/* H E A D E R * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	.ghost_header{
		min-height: 50px;
	}
	header{
		height: 50px;
	}
	nav{
		display: none;
	}
	.logo_header img{
		top:8px;
		left: auto;
		right:15px;
		width: 70px;
	}
	.menu_nav{
		display: block;
		top:50px;
		position: fixed;
		left: -200%;
		width: 280px;
		height: 100%;
		background: #1f5ead;
		overflow: hidden;
		border-right: 1px solid #1B4880;
	}
	.svg_boton_menu , .svg_boton_menu , .svg_activor{
		display: block;
	}
	.menu_nav ul{
		display: block;
		text-align: left;
		list-style: none;
	}
	.menu_nav ul li{
		border-bottom: 1px solid #1B4880;
		padding: 15px;
		-webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -ms-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
	}
	.menu_nav ul li:hover{
		background-color: #fe655d;
	}
	.menu_nav ul li a{
		font-family: 'helvetica-regular', sans-serif;;
		color: #ffffff !important;
		text-decoration: none;
		font-size: 16px;
		line-height: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	/* S E C T I O N S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* Mantenimiento Preventivo */
	
	.mantenimiento-preventivo-2{
		width: 80%;
		min-height: 0px;
		min-width: 0px;
		padding: 10%; 
	}

	/* Mantenimiento Correctivo */

	.mantenimiento-correctivo-2{
		width: 80%;
		min-height: 0px;
		min-width: 0px;
		padding: 10%; 
	}
	
	/* C O L U M N S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

	.colum-A{
		width: 100%;
	}
	.colum-B{
		width: 100%;
	}
	.colum-C{
		width: 80%;
		padding-left: 10%;
		margin-right: 10%;
	}
	.colum-G{
		width: 33%;
	}
	.colum-2{
		display: none;
	}
	.colum-3 h5{
		text-align: center;
		margin-top: 30px;
		line-height: 35px;
	}
	.colum-4 h5{
		line-height: 35px;
	}
	
	.colum-4-content-slider{
		width: 416px;
		left:50%;
		margin-left: -208px;
	}
	.colum-8{
		width: 100%;
		text-align: center;
	}
	.colum-8 img{
		float: none;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.colum-8 h6{
		line-height: 23PX;
		margin-bottom: 10px;
	}
	.colum-8 p{
		line-height: 19px;
	}
	.colum-9{
		width: 100%;
		text-align: center;
		padding: 0px 0px 35px 0px;
	}
	.colum-10 h1{
		font-size: 30px !important;
		line-height: 30px;
	}
	.colum-10 h2{
		font-size: 18px !important;
		line-height: 18px;
	}
	.colum-11{
		padding-top: 0px;
	}
	.colum-11 h3{
		line-height: 25px;
	}
	.colum-11 p{
		padding: 18px 0px 18px 0px;
	}
	.colum-12{
		display: none;
	}
	.colum-13{
		text-align: center;
		line-height: 14px;
		font-size: 14px;
	}
	.colum-13 span{
		font-size:30px;
		line-height: 30px;
	}
	.colum-16{
		display: none;
	}
	.colum-17{
		padding-top: 0px;
	}
	.colum-17 h3{
		line-height: 25px;
	}
	.colum-17 p{
		padding: 18px 0px 18px 0px;
	}
	.colum-18{
		
	}

	/* A R R O W S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	.arrow-2{
		left: 50%;
		margin-left: -250px;
	}
	.arrow-3{
		
		right: 50%;
		margin-right: -250px;
	}
	
	/* B U T T O M S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

	.button-1{
		margin: 20px 5px 0px 5px;
		width: 220px;
	}
	
	/* I T E M S  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

	.items-A{
		text-align: center;
	}
	.items-1{
		margin-bottom: 30px;
	}
	.items-1{
		margin-bottom: 30px;
	}
	.items-1 .icon-items{
		width: 90px;
		float: none;
		margin-right: 0px;
		padding-bottom: 15px;
	}

	/* F O R M * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

	.form{
		width: 90%;
		padding: 35px 5% 35px 5%;
	}
	.form h1{
		max-width: 610px;
		margin: 0 auto;
	}
	.form h2{
		max-width: 630px;
		margin: 0 auto;
	}
	.form input[type="text"] , .form input[type="mail"] , select , textarea , .curriculum , .button_enviar{
		width: 600px;
	}
	.form select{
		width: 630px;
	}
	.select{
		width: 630px;
		margin: 0 auto;
	}
	.curriculum{
		width: 598px;
	}
	.button_enviar{
		background: #1f5ead;
		padding: 20px 15px 20px 15px;
	}
	.msn_submit{
		width: 600px;
		top:67px;
		text-align: center;
		font-size: 18px;
		line-height: 18px;
	}	

	/* F O O T E R  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	.colum-footer-A{
		width: 100%;
		float: none;
		text-align: center;
		padding: 35px 0px 10px 0px;
	}
	.colum-footer-B{
		width: 100%;
		padding: 0px 0px 35px 0px;
		float: none;
		text-align: center;
	}
	.colum-footer-1{
		text-align: center;
	}
	.colum-footer-2{
		padding-top: 0px;
		text-align: center;
	}
	
/* M E D I A  M A X  -->  6 5 0 *******************************/

@media screen and (max-width: 650px) {

	/* C O L U M N S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	.colum-1 img{
		width: 120px
	}
	.colum-1 h2{
		font-size: 28px !important;
		line-height: 32px;
	}
	.colum-4-content-slider{
		width: 210px;
		left:50%;
		margin-left: -102px;
	}
	.colum-10 h1{
		font-size: 25px !important;
		margin-top: 200px;
		line-height: 25px;
		padding: 0px 10px 0px 10px;
	}
	.colum-10 h2{
		font-size: 18px !important;
		line-height: 18px;
		padding: 0px 10px 0px 10px;
	}

	/* A R R O W S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	.arrow-B{
		width: 20px;
		height: 20px;
	}
	.arrow-C{
		width: 20px;
		height: 20px;
	}
	.arrow-2{
		bottom: 75px;
		left: 50%;
		margin-left: -130px;
	}
	.arrow-3{
		bottom: 75px;
		right: 50%;
		margin-right: -130px;
	}

	/* F O R M * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	.form{
		max-width: 300px;
	}
	.form h1{
		max-width: 200px;
	}		
	.form h2{
		max-width: 200px;
	}
	.form input[type="text"] , .form input[type="mail"] , select , textarea , .curriculum , .button_enviar{
		width: 200px;
	}
	.form select{
		width: 230px;
	}
	.select{
		width: 230px;
	}
	.curriculum{
		width: 196px;
	}
	.click_curriculum{
		top:8px;
	}
	.click_curriculum img{
		width:20px;
	}
	.loader_curriculum{
		top: 8px;
		left: 5px;
		width: 20px;
	}
	.loader_curriculum img{
		width: 20px;
	}
	.aviso_curriculum_arrastre{
		display: none;
	}
	.button_enviar{
		padding: 30px 14px 30px 14px;
	}
	.msn_submit{
		width: 200px;
		top:69px;
		text-align: center;
		font-size: 17px;
		line-height: 17px;
	}		
}

