/*** welcome ***/
#welcome{
	background-image: url(../images/background_empresas.jpg);
	padding: 180px 0 180px 0;
}
#input_search{
	margin: 0;
	height: auto;
}
.langs{
	margin: 0 !important;
	height: auto;
}
/*** section2 ***/
#section2 {
	padding: 0;
}
.section2_container p{
	margin: 0;
}
.div_pag {
	background-image: url(../images/div_pag.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 14px 106px 14px 20px;
    display: inline-block;
    position: relative;
    top: -27px;
    margin-bottom: 35px;
}
.div_pag p{
	color: #ffffff;
	font-family: Raleway-Light, sans-serif;
	font-size: 27px;
	margin: 0;
}
.section2_container {
    padding: 0 40px 0px 70px;
}
.companies_iddeal_button {
    background-image: url(../images/first_button_iddeal.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 37px 10px 0px;
    margin: 20px 0 0 0;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.companies_iddeal_button p{
	color: #ffffff;
	font-family: Raleway-Medium, sans-serif;
	font-size: 15px;
	margin-left: 32px;
}
.fourth_iddeal_button {
    background-image: url(../images/fourth_button_iddeal.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 57px 10px 20px;
    margin: 20px 10px 0 0;
    display: inline-block;
    cursor: pointer;
}
.fourth_iddeal_button p{
	color: #ffffff;
	font-family: Raleway-Medium, sans-serif;
	font-size: 15px;
	margin-left: 32px;
}



/*** section 3 ***/
#section3{
    padding: 32px 0 200px 0;
	background-color: #ffffff;
	position: relative;
}
#section3 form{
	width: 90%;
	margin: 0 auto;
}
#background_color_form{
	width: 100%;
    background-color: #f8f8f8;
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}


/*** form user ***/

section{
	margin-bottom: 143px;
}
#first-form{
	margin-bottom: 7px;
}
#second-form{
	margin-top: 80px;
}
form{
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 50px;
	position: relative;
}
input, textarea, select{
	display: block;
	margin: 0 0 40px 0;
	font-size: 16px;
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #d4d4d4;
	font-family: Raleway-Light, sans-serif;
	background-color: transparent;
}
input, select, textarea{
	height: 37px;
	padding: 9px 0 0 0;
}
#second-form textarea{
	height: 60px;
}
textarea{
	resize:none;
}
select{
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/arrow_select.png') no-repeat 97% 50%;
	background-size: 11px 7px;
}
.input_type_file{
	border-bottom: 1px solid #d4d4d4;
    width: 100%;
    height: 37px;
	padding: 9px 0 0 0;
	margin-bottom: 40px;
}
#input_type_file{
	position: absolute;
	padding: 11px;
	background-color: #f3931f;
	bottom: 0;
	right: 0;
	cursor: pointer;
	color: white;
	font-family: Raleway-Light, sans-serif;
	margin-bottom: 40px;
}
#files{
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.type_file{
	position: relative;
	width: 50% !important;
}
.section_title{
	font-family: Raleway-Light, sans-serif;
	font-size: 29px;
	color: #f3931f;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
label{
	font-family: Raleway-Light, sans-serif;
	font-size: 15px;
	color: #717070;
	letter-spacing: 1px;
}
.fly_right{
	float: right;
}
.one_linefield{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.title_check{
	display: block;
	margin-bottom: 13px;
}
.one_linefield p {
    display: inline-block;
    padding-bottom: 0px;
    position: relative;
    top: -11px;
    margin-right: 68px;
}
.two_linefields{
	display: inline-block;
	width: 45%;
	margin: 0 auto;
}
.three_linefields{
	display: inline-block;
	width: 30%;
	margin: 0 auto;
}
.two_linefields label, .two_linefields input, .four_linefields label, .four_linefields input, .three_linefields input, .three_linefields label{
	display: block;
}
#cont1{
	width: 45%;
}
#cont2{
	width: 23%;
	margin-left: 26px;
}
#cont3{
	width: 25%;
	margin-left: 26px;
}
#cont4{
	width: 23%;
}
#cont5{
	width: 23%;
	margin-left: 38px;
}
#cont6{
	width: 46%;
}
.req_field{
	position: absolute;
	z-index: 2;
	left: 0;
	overflow: hidden;
    display: none;
    bottom: 0px;
    left: 100px;
}
.req_field p{
	color: #f3931f;
	font-size: 18px;
}


/*** type:checkbox ***/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  display: inline-block;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 17px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  width: 16px; 
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '.';
    position: absolute;
    top: 3.05px;
    border-radius: 50%;
    left: 0.2em;
    width: 10px;
    height: 10px;
    line-height: 0.1;
    background-color: #f3931f;
    color: #f3931f;
    transition: all .2s;
}
.checkboxFour input[type=checkbox]:checked + label {
	background: #26ca28;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}


/*** type:radio ***/
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  display: inline-block;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  width: 16px; 
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #fff;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
	content: '.';
    position: absolute;
    top: 3.05px;
    border-radius: 50%;
    left: 0.2em;
    width: 10px;
    height: 10px;
    line-height: 0.1;
    background-color: #f3931f;
    color: #f3931f;
    transition: all .2s;
}
.checkboxFour input[type=radio]:checked + label {
	background: #26ca28;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* hover style just for information */
label:hover:before {
  border: 1px solid #706f6f !important;
}


/*** placeholder ***/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #d9d9d9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #d9d9d9;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #d9d9d9;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #d9d9d9;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #d9d9d9;
}


/*** MEDIA QUERYS ***/

@media only screen and (max-width : 1480px){
	/*** HOME ***/
	#welcome{
		padding: 145px 0 145px 0;
	}
}
@media only screen and (max-width : 1280px){
	.section2_container, .section3_container{
	    padding: 0 25px 0px 25px;
	}
	#section3 form{
		width: 100%;
	    display: inline-block;
	    margin: 0 auto;
	}
	form{
	  	padding: 0 75px 0 75px;
	}
}
@media only screen and (max-width : 992px){
	#section3 form{
		width: 90%;
	    display: block;
	}
	.section2_container {
	    width: 90%;
	    padding: 0 20px 40px 20px;
	}
	.section3_container {
	    width: 90%;
	    padding: 0 20px 40px 20px;
	}
	.div_pag{
		padding: 14px 66px 14px 20px;
	}
	form{
		padding: 0;
	}
	.two_linefields {
	    display: block;
	    width: 100%;
	    float: none;
	}
	.three_linefields {
	    display: block;
	    float: none;
	}
	#cont1, #cont2, #cont3, #cont4, #cont5, #cont6{
	    width: 100%;
	    margin: 0 auto;
	}
	.type_file{
		width: 100% !important;
	}
	#input_type_file{
		margin-bottom: 0;
	}
	.first_iddeal_button{
	    margin: 20px 25px 0 0;
	}
	#second-form{
		margin-bottom: 63px !important;
	}
	#section3{
		padding: 32px 0 111px 0;
	}
}
@media only screen and (max-width : 768px){
	#section3{
		padding: 0 0 111px 0;
	}
	.section_title {
	    line-height: 33px;
	}
	#second-form{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 700px){
	#welcome{
		padding: 100px 0 100px 0;
	}
}
@media only screen and (max-width : 480px){
	.div_pag{
		padding: 14px 46px 14px 30px;
	}
	.div_pag p{
	    font-size: 22px;
	}
	.first_iddeal_button {
	    margin: 20px 10px 0 0;
	}
}