:root{
	--verde: #068E77;
}

ul {
    list-style-type: none;
}

li{
	display: inline-block;
}

.opc_navbar{
	padding: 25px;
	margin-top: 5px;
	display: block;
}

.aviso_cabecera{
	background-color: #D8D8D8;
	color: #474747;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
}

nav {
	height: 80px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

nav > .container{
	height: 100%;
}

.opciones_menu{
	float: right;
	color: #5D5D5D;
}

.btn_ham{
	display: none;
}

.logo_navbar{
	width: 129px;
	height: 56px;
	display: inline-block;
	background-image: url(../img/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 13px;
}

.trabajo_r{
	padding: 5px 15px;
	margin: 15px 15px;
	margin-top: 20px;
	border-radius: 15px;
	background-color: var(--verde);
	color: #fff;
	transition-duration: 0.2s;
}

.trabajo_r:hover{
	text-decoration: none;
	box-shadow: 0 3px 25px rgba(6,142,119,0.5);
}

.flecha_nav{
	width: 10px;
	height: 10px;
	border-left: 1px solid #5D5D5D;
	border-bottom: 1px solid #5D5D5D;
	transform: rotate(-45deg);
	display: inline-block;
	top: -2px;
	position: relative;
	margin-left: 4px;
}

.submenu{
	width: 274px;
	height: auto;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 3px 25px rgba(0,0,0,0.15);
	visibility: hidden;
	opacity: 0;
	margin-top: -15px;
	transition-duration: 0.3s;
}

.submenu > li{
	width: 100%;
	min-height: 60px;
	display: block;
	border-top: 1px solid #CECECE;
}

.drop_menu:hover > .submenu{
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.submenu > li:first-child{
	border-top: none;
}

.submenu > li > a{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	padding: 0 24px;
	width: 274px;
}

.subm_verde{
	background-color: var(--verde);
	color: #fff;
}

.imagen_principal{
	height: 634px;
	background-image: url(../img/fondo_trabajadores.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img_tr{
	background-image: url(../img/fondo_trabajo_rapido.jpg);
}

.info_principal{
	width: 450px;
	height: 530px;
	background-color: rgba(6,142,119,0.9);
	color: #fff;
	padding: 20px 30px;
}

.info_principal > h2{
	font-size: 35px;
	line-height: 35px;
}

.info_principal > h2 > b{
	font-size: 40px;
}

.info_principal > p{
	font-size: 17px;
	margin-top: 20px;
}

.form_buscador{
	margin-top: 20px;
}

.form_buscador > label{
	display: block;
	font-weight: 600;
	font-size: 17px;
}

.form_buscador > select, .form_buscador > input{
	width: 100%;
	height: 40px;
	border: 2px solid #00AD8C;
	background-color: #068E77;
	border-radius: 4px;
	color: #fff;
	padding: 4px 7px;
	margin-bottom: 20px;
}

.form_buscador > input{
	padding: 7px 13px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.flecha_form{
	width: 10px;
	height: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	position: relative;
	pointer-events: none;
	float: right;
	margin-top: -48px;
	right: 18px;
}

select:focus, input:focus{
	border: 2px solid #fff;
}

select option:disabled {
    color: #15CCA9;
}

.btn_verde{
	padding: 7px 56px;
	color: #fff;
	background-color: #15CCA9;
	border-radius: 4px;
	border: none;
	font-weight: 700;
	font-size: 17px;
	margin-top: 15px;
	border: 2px solid #15CCA9;
	box-sizing: border-box;
	transition-duration: 0.3s;
}

.btn_verde:hover{
	background-color: var(--verde);
	border: 2px solid #15CCA9;
}

.btn_verde2{
	padding: 7px 56px;
	color: #fff;
	background-color: #15CCA9;
	border-radius: 4px;
	border: none;
	font-weight: 700;
	font-size: 17px;
	border: 2px solid #15CCA9;
	box-sizing: border-box;
	margin-top: 30px;
	transition-duration: 0.3s;
}

.btn_verde2:hover{
	background-color: #fff;
	border: 2px solid #15CCA9;
	color: var(--verde);
}

h3{
	margin-top: 35px;
	font-size: 35px;
	color: #068E77;
	margin-bottom: 15px;
}

.bloque_empleo{
	width: calc(50% - 10px);
	height: 179px;
	background-color: #fff;
	border: 2px solid #CECECE;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	margin-bottom: 20px;
	cursor: pointer;
	padding: 15px;
	transition-duration: 0.3s;
}

.bloque_empleo:hover{
	border: 2px solid #068E77;
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

.bloque_empleo:nth-child(odd){
	margin-left: 20px;
}

.logo_empresa{
	width: 146px;
	height: 146px;
	display: inline-block;
}

.logo_empresa > img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.datos_empresa{
	width: calc(100% - 146px);
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	max-height: 146px;
	overflow: hidden;
}

.nom_cargo{
	color: #727272;
	font-weight: 600;
	font-size: 21px;
}

.nom_empresa{
	font-size: 17px;
	color: #068E77;
}

.desc_empresa{
	color: #9B9B9B;
	font-size: 15px;
}

.secc_inferior{
	margin-bottom: 80px;
}

.info_principal > h3{
	color: #fff;
	font-size: 25px;
	margin-top: 30px;
}

.bloque_txtp{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 11px;
}

.img_txtp, .img_txtp2, .img_txtp3{
	width: 45px;
	height: 45px;
	background-image: url(../img/icono_cv.png);
	background-position: center;
	display: inline-block;
}

.img_txtp2{
	background-image: url(../img/icono_check.png);
}

.img_txtp3{
	background-image: url(../img/icono_mails.png);
}

.txtp{
	display: inline-block;
	font-size: 14px;
	width: calc(100% - 45px);
	vertical-align: top;
	padding-left: 10px;
}

.blq3{
	margin-bottom: 30px;
}

.link_cv{
	color: #fff;
	text-decoration: underline;
	display: inline-block;
	margin-top: 15px;
}

.link_cv:hover{
	text-decoration: none;
}

.bloque_check{
	border: 1px solid #5D5D5D;
	padding: 10px 12px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 30px;
}

.bloque_check > p{
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	color: #7F7F7F;
	padding-left: 10px;
	vertical-align: top;
}

.sub_check{
	display: block;
	font-size: 14px;
	color: #7F7F7F;
	margin-top: 5px;
}

.bloque_form_cv{
	width: 100%;
	padding: 30px 50px;
	padding-bottom: 40px;
	border: 2px solid #65E5CD;
	border-radius: 4px;
	box-shadow: 0 5px 35px rgba(0,0,0,0.1);
	margin-top: 25px;
}

.bloque_form_cv > h3{
	margin-top: 0;
	margin-bottom: 0;
}

.input_a{
	width: calc(50% - 30px);
	display: inline-block;
	margin-top: 20px;
}

.input_b{
	width: 100%;
	display: block;
	margin-top: 20px;
}

.input_a > input{
	width: 100%;
	height: 40px;
	border: 2px solid #E2E2E2;
	border-radius: 4px;
	padding: 5px 10px;	
	color: #7F7F7F;
}

.input_b > textarea{
	width: 100%;
	height: 90px;
	border: 2px solid #E2E2E2;
	border-radius: 4px;
	padding: 10px;
	color: #7F7F7F;
	resize: none;
}

.input_a:nth-child(even){
	margin-left: 60px;
}

.input_a > label, .input_b > label{
	font-size: 17px;
	font-weight: 600;
	color: #7F7F7F;
	margin-bottom: 3px;
}

.bloque_archivo{
	width: 100%;
	color: #7F7F7F;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	padding: 40px 0;
	border: 2px dashed #E2E2E2;
	margin-top: 30px;
	cursor: pointer;
}

@media(max-width: 1200px){
	.info_principal{
		width: 350px;
		height: auto;
		padding-bottom: 30px;
	}

	.flecha_form{
		margin-left: 262px;
	}

	.imagen_principal{
		background-image: url(../img/fondo_trabajadores2.jpg);
	}

	.img_tr{
		background-image: url(../img/fondo_trabajo_rapido2.jpg);
	}

	.bloque_empleo{
		height: 218px;
	}

	.datos_empresa{
		max-height: 185px;
	}

	.info_tr{
		width: 400px;
	}
}

@media(min-width: 992px){
	.opciones_menu{
		display: block !important;
	}
}

@media(max-width: 991px){
	.opciones_menu{
		background-color: #fff;
		position: relative;
		width: 100%;
		float: none;
		display: none;
		top: 7px;
		box-shadow: 0 9px 20px rgba(0,0,0,0.1);
		z-index: 3;
	}

	.opciones_menu > ul > li{
		width: 100%;
		display: block;
		border-top: 1px solid #CECECE;
	}

	.btn_ham{
		width: 50px;
		height: 50px;
		float: right;
		margin-top: 15px;
		cursor: pointer;
		display: inline-block;
		padding-top: 10px;
		transition-duration: 0.3;
	}

	a:hover{
		text-decoration: none;
	}

	.linea1, .linea2, .linea3{
		width: 100%;
		height: 5px;
		background-color: var(--verde);
		margin-bottom: 8px;
		transition-duration: 0.3s;
	}

	.linea3{
		margin-bottom: 0;
		width: 80%;
		float: right;
	}

	.ham_activo > .linea1{
		transform: rotate(-45deg);
		margin-top: 12px;
	}

	.ham_activo > .linea2{
		transform: rotate(45deg);
		margin-top: -13px;
	}

	.ham_activo > .linea3{
		opacity: 0;
	}

	.opc_navbar{
		margin-top: 0;
	}

	.trabajo_r{
		padding: 25px;
		margin: 0;
		border-radius: 0;
		background: rgb(6,142,119);
		background: linear-gradient(90deg, rgba(6,142,119,1) 0%, rgba(6,142,119,0.5) 100%);
	}

	.subm_verde{
		background: rgb(6,142,119);
		background: linear-gradient(90deg, rgba(6,142,119,1) 0%, rgba(6,142,119,0.5) 100%);
	}

	.trabajo_r:hover{
		box-shadow: none;
	}

	.drop_menu:hover > .submenu{
		opacity: 1;
		visibility: visible;
		margin-top: 0;
	}

	.submenu{
		width: 100%;
		position: relative;
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		display: none;
	}

	.submenu{
		box-shadow: none;
	}

	.submenu > li:first-child{
		border-top: 1px solid #CECECE;
	}

	.submenu > li > a{
		display: block;
		padding: 25px 24px;
		width: 100%;
		height: auto;
	}

	.vuelta{
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		top: 4px;
	}

	.bloque_empleo:nth-child(odd){
		margin-left: 0;
	}

	.bloque_empleo{
		width: 100%;
		height: auto;
	}

	.bloque_empleo:hover{
		border: 2px solid #CECECE;
		box-shadow: none;
	}

	.btn_verde:hover {
	    background-color: #15CCA9;
	    border: 2px solid #15CCA9;
	}

	.btn_verde2:hover{
		background-color: #15CCA9;
		border: 2px solid #15CCA9;
		color: #fff;
	}

	.link_cv:hover {
		text-decoration: underline;
	}

	.submenu{
		background-color: #eee;
	}

	.input_a{
		width: 100%;
	}

	.input_a:nth-child(even){
		margin-left: 0;
	}
}

@media(max-width: 767px){
	.imagen_principal{
		overflow: auto;
		height: auto;
		background: #068E77;
		background-image: url(../img/fondo_trabajadores3.jpg);
		background-repeat: no-repeat;
		background-position: center top;
	}

	.img_tr{
		background-image: url(../img/fondo_trabajo_rapido3.jpg);
	}

	.info_principal{
		width: 100%;
		background-color: #068E77;
		margin-top: 250px;
	}

	.bloque_archivo{
		padding: 40px 20px;
	}
}

@media(max-width: 575px){
	.info_principal{
		padding-left: 0;
		padding-right: 0;
	}

	.logo_empresa{
		display: block;
		margin: 0 auto;		
	}

	.datos_empresa{
		min-height: none;
		padding-left: 0;
		width: 100%;
		padding-top: 5px;
	}

	.info_principal > h2{
		font-size: 25px;
		line-height: 32px;
	}

	.info_principal > h2 > b{
		font-size: 35px;
	}

	.info_principal > p{
		font-size: 15px;
	}

	h3{
		font-size: 30px;
	}

	.aviso_cabecera{
		padding: 5px 10px;
	}

	.bloque_check > p{
		width: calc(100% - 15px);
	}

	.bloque_form_cv{
		padding: 20px;
	}

	.aviso_cabecera{
		font-size: 12px;
	}
}