
/* 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-regular', sans-serif;;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 20px;
}
h3{
	font-size: 15px;
}

p{
	
} 

a{
	text-decoration: none;
}
/* S L I D E R * * * * * * * * * * * * */

.slider_empleo{
	position:relative;
	display: inline-block;
	width: 100%;
	height: 50px;
	background-size: cover;
    background-position: top center;
    background
    color:#009de9;
}
.slider_tittles{
	position: absolute;
	width: 920px;
	/*height: 300px;*/
	top:0%;
	margin-top: 20px;
	margin-left: -425px;
	left:50%;
	font-size: 40px;
	text-align: center;
	color:#009de9;
	
}
.tittle_princ{
	color:#009de9;
	font-size: 35px;
    
}	
.tittle_sec{
	color:#009de9;
	font-size: 22px;
}

.slider_img{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    
}
.slider_img img{
    width: 100%;
    max-width: 1524px;
}

.separator{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0px;
    border-top: 1px solid #e2e2e2;
    margin: 10px 0px 10px 0px;
}
.separator-dashed{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0px;
    border-top: 1px dashed #dddddd;
    margin: 50px 0px 10px 0px;
    opacity: 1;
}
.title-block{
    position: absolute;
    top:-20px;
    display: block;
    height: auto;
    background: white;
    line-height: 20px;
    font-size: 18px;
    color: #009de9;
    font-weight: 600;
    padding-right: 10px;
}
.title-block span{
    color: red;
    font-weight: 100;
}

.formulario{
    position: relative;
	display: inline-block;
	width: 100%;
}

/* 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);   
}

/* 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;*/
}

/* F O R M * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.form{
	position: relative;
	display: inline-block;
	width: 920px;
	padding: 0px 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;
}
::placeholder {
  color: #4B4B4B;
}
label{
    position: relative;
    display:inline-block;
	
    font-size: 10px;
    line-height: 10px;
    text-align: left;
    color: #828282;
    
    margin-top: 20px;
    margin-bottom: 0px;

}
.form input[type="text"] , input[type="tel"], .form input[type="mail"] , .form input[type="number"] , select , textarea , .curriculum , .button_enviar{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	outline: none;
	background-color: #ffffff;
	font-family: 'helvetica-regular', sans-serif;;
	color: #4B4B4B;
	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;
}

.button_enviar{
	padding: 30px 0px 30px 0px;
}
.form input[type="number"]{
	width: 40px;
    margin-left: 11px;
    text-align: center;
}
select{
 	color: #4B4B4B !important;
 }

 .check-calc{
	margin-right: 10px;
 }
 textarea{
 	color: #4B4B4B !important;
 }
.social{
	background: blue;
	padding: 20px;
	margin-top: 15px;
	border-radius: 5px;
	background: #e1ebf7;
	color: #4B4B4B;
	text-align: left;
}
.tittle-social{
	font-size: 16px;
	line-height: 16px;
}
.social input{
	width: 850px !important;

}
.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;
}

.button_enviar{
	background: #009de9;
	padding: 30px 0px 30px 0px;
	color: #ffffff;
	font-family: 'helvetica-regular', sans-serif;;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	cursor: pointer;
    text-align:center;
	margin-top:25px;
	border-radius: 5px;
}
.button_enviar:hover{
	background: #0176b0;
}
.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;
}

#container_cinta{
    position: relative;
    display: inline-block;
    overflow: hidden;
    display: none;
}
#container_mensula{
    position: relative;
    display: inline-block;
    overflow: hidden;
    display: none;
}
#container_mangueras{
    position: relative;
    display: inline-block;
    overflow: hidden;
    display: none;
}
#container_cable{
    position: relative;
    display: inline-block;
    overflow: hidden;
    display: none;
}
#container_soportes{
    position: relative;
    display: inline-block;
    overflow: hidden;
    display: none;
}

.form-final{
	position: relative;
	display: none;
	width: 918px;
	text-align: center;
	border: 1px dashed #bfbfbf;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 30px;
	background: #f4f4f4;
}
.form-final span{
	font-size: 20px;
	line-height: 40px;
	color: #009de9;
}
.form-final input[type="mail"] , input[type="tel"]{
	width: 330px;
}
.texto_legal{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	color:#828282;
	width: 350px;
	text-align: left;
	margin-top: 10px;
}
.button_final{
	position: relative;
	display: inline-block;
	color: white;
	width: 350px;
	line-height: 20px;
	font-size: 20px;
	background: #009de9;
	border-radius: 5px;
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
	margin-bottom: 30px;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-ms-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	cursor: pointer;

}
.button_final:hover{
	background: #0176b0; ;
}
#calculadora{
    position: relative;
	display: none;
	width: 918px;
	text-align: center;
	border: 1px dashed #bfbfbf;
	border-radius: 5px;
	padding-top: 25px;
	margin-top: 30px;
	color: black;
	font-size: 14px;
	line-height: 12px;
	text-align: center;
	padding-bottom: 40px;
}
.title_pres{
	font-size: 23px;
	line-height: 30px;
	color: #009de9;
}
.title_pers_2{
	font-size: 15px;
	line-height: 0px;
	color: #e93e00ac;
	margin-bottom: 35px;
}
.title_pers_3{
	font-size: 21px;
	line-height: 25px;
	color: #1e7700e0;
	margin-bottom: 0px;
	margin-top: 30px;
}
.title_pers_3 a{
	background: #02712d;
	color: white;
	padding: 10px;
	border-radius: 5px;
}

.cal_items{
    position: relative;
	display: inline-block;
    width: 350px;
    text-align: left;
	color: #4B4B4B;
	font-size: 14px;
	line-height: 16px;

}
.cal_items span{
	color: #009de9;
}
.hrd{
	opacity: 0.5;
	border: none;
	border-bottom: 1px dashed #b6b2b2;
}

/* M E D I A  M A X  -->  1 0 0 0 *******************************/

@media screen and (max-width: 1000px) {
    .slider_empleo{
        position:relative;
        display: inline-block;
        width: 100%;
        height: 50px;
    }
    .slider_tittles{
        width: 100%;
        top:0%;
        margin-top: 20px;
        margin-left: 0%;
        left:0%;
        font-size: 40px;
        text-align: center;
    }
    .tittle_princ{
        width: 100%;
    }
    .solicitar-empleo-1{
        position: relative;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .content{
        width: 80%;
        left: 0%;
        margin-left: 0%;
        padding-left: 10%;
        text-align: left;
    }
    
    .form{
        width: 100%;
    }
    .form select{
        width: 100%;
        text-emphasis: left;
    }
    label{
        text-align: left;
    }
    .form-final{
        width: 100%;
    }
    #calculadora{
        width: 100%;
    }

    
}
	
/* M E D I A  M A X  -->  6 5 0 *******************************/

@media screen and (max-width: 650px) {
	.slider_img{
		display: none;
	}
    .slider_empleo{
        height: 100px;
    }
    .tittle_princ{
        font-size: 26px;
    }
    .title-block{
        font-size: 17px;
    }
    .title-block span{
        margin-top: 0px;
        line-height: 20px;
        font-size: 14px;
        padding-right: 0px;
        margin-top: 0px;
        font-weight: 100;
    }
    .separator-dashed{
        border-top: 0px;
    }
    #select_1{
        margin-top: 15px;
    }
    .select label{
        font-size: 16px !important;
        line-height: 20px !important;
        margin-top: 3px;
    }
    .label-incluido{
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 12px;
        margin-top: 5px;
    }
    .form-final input[type="mail"] , input[type="tel"]{
        width: 80%;
        font-size: 15px;
    }
    .form select{
        font-size: 15px;
    }
    .form input[type="number"]{
        font-size: 15px;
    }
    .label-subpuntos{
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .check-calc{
        margin-top: 4px;
    }
    .texto_legal{
        width: 80%;
    }
    .button_final{
        width: 80%;
        font-size: 18px;
    }
    #calculadora{
        border: 0px;
    }
    .cal_items{
        width: 100%;
    }
    .cal_items span{
        line-height: 23px;
    }
    .title_pers_2{
        line-height: 18px;
    }
    .title_pers_3{
        line-height: 40px;
    }
}

