/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
    font-family: 'Anton';
    src: url(./fonts/Anton.ttf);
}
@font-face {
    font-family: 'GothamBold';
    src: url(./fonts/GothamBold.ttf);
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	/* text-rendering:optimizeLegibility; */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/**** Consiga Theme Styles ****/
.botones a img{
	transition: all 5s ease;
}
.botones a:hover img{
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}
.imagen-zoom{overflow:hidden;}
.candidatos .imagen-zoom{float:right;}
.empresas .imagen-zoom{float:left;}
/*menu principal*/
/* header nav{margin:0 auto;} */
header{background-color:#ffffff;}
.nav{padding:0;font-size:0;font-family:'GothamBold';}
.nav ul{padding:0;margin:0 auto;text-align:center;}
.nav li{display:inline-block;font-size:20px;margin-right:-3px;transition: all 0.6s ease;text-transform:uppercase;}
/* .nav li:nth-child(2){margin-right:0;} */
.nav li:first-child a{padding-left:0;padding-top:0;padding-right:0;padding-bottom:0;background-color:#ffffff!important;}
.nav li:first-child{margin: 0 20px;}
.nav li a{color:#000000;display:inline-block;padding:47px 40px;}
.nav li:hover{background-color:#000b27;}
.nav li:hover a{color:#ffffff;}
.nav li.current-menu-item{background-color:#000b27;}
.nav li.current-menu-item a{color:#ffffff;}
.nav li img{max-width:290px;height:auto;}
header .icon,.logo-responsive{display:none;}
@media only screen and (max-width:1200px){
  .nav li{}
  .nav li:first-child{display:none!important;}
	nav.nav li a{display:none;}
	nav.nav{display:none;}
	header .icon{display:block;float:right;font-size:55px;margin-right:20px;color:#000b27;}
	.logo-responsive{display:block;margin-left:20px;margin-top: 10px;}
}

@media screen and (max-width: 1200px) {
	header.responsive nav.nav{display:block;}
	header.responsive i.fa-bars{color:#b7b6b6;}
	header.responsive .logo-responsive{display:none;}
	header.responsive nav.nav li	{display:block;float:none;clear:both;}
  header.responsive {position: relative;}
  header.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  header.responsive nav.nav li a{
    float: none;
    display: inline-block;
    text-align: left;
    clear: both;
  }
}

/*pagina generica*/
main article.page{margin-top:45px;margin-bottom:45px;}

/* contenido página de inicio */
.texto-banner p,h1.texto-banner{font-family:'Anton'!important;letter-spacing:3px!important;}
.texto-banner{margin-left:150px!important;}
@media only screen and (max-width:768px){
  .texto-banner{margin-left:0!important;}
}
@media only screen and (max-width:500px){
  .texto-banner p{margin-left: 20px!important;margin-right: 20px!important}
}

.botones-container{height:310px;background-color:#ffffff}
section.botones .candidatos,section.botones .empresas{float:left;margin-top:90px;width:70%;}
section.botones .candidatos{padding-right:27px;}
section.botones .candidatos img{float:left;}
section.botones .empresas{padding-left:27px;}
section.botones .candidatos,section.botones .empresas{position:relative;}
section.botones .candidatos .boton-icono{position:absolute;bottom:10%;left:49%;}
section.botones .empresas .boton-icono{position:absolute;bottom:10%;left:15%;}
.texto-imagen{position:absolute;font-size:50px;font-weight:bold;color:#ffffff;top:30%;left:54%;text-shadow: 2px 2px 20px #000000;font-family:'Anton';letter-spacing: 6px;}
.empresas .texto-imagen{left:24%!important;}
@media only screen and (max-width: 1200px){
	section.botones .candidatos .boton-icono{left:8%}
	section.botones .empresas .boton-icono{left:14%;}
	.candidatos .texto-imagen{left:13%;}
	.empresas .texto-imagen{left:23%!important;}
}

section.caracteristicas{height:1010px;background-color:#000b27;padding-top: 170px;text-align:center;}
section.caracteristicas .container > h1{color:white;font-size:30px;}
/* section.caracteristicas .boxes{clear:both;} */
section.caracteristicas .box{color:white;font-size:20px;padding-top:60px;}
section.caracteristicas .box .texto{max-width:215px;display:block;margin:0 auto;}
section.caracteristicas .boton{margin-top:35px;}

@media only screen and (max-width:992px){
	section.botones .candidatos,section.botones .empresas{display:inline-block;float:none;}
	section.botones .candidatos .boton-icono{left:105%;bottom:35%;}
	section.botones .empresas .boton-icono{left:105%;bottom:35%;}
	section.botones .empresas, section.botones .candidatos{padding:0;margin:0;}
	.botones-container{height:530px;}
	section.botones{padding-top:30px;}
	section.caracteristicas{padding-top:70px;height:900px;}
	.texto-imagen{font-size:44px;}
	.candidatos .texto-imagen{top:38%;left:8%;}
	.empresas .texto-imagen{top:38%;left:15%!important;}
}
section.contenido{padding-top:60px;overflow-x:hidden;}
@media only screen and (max-width:500px){
  section.contenido{padding-top:30px;}

}

/* botones */
/* button{border-style:none;outline-style:none;} */
.boton{display:inline-block;background-color:#ff5800;padding:20px 0;border-radius:10px;width:415px;color:#ffffff;font-size:25px;font-weight:bold;-webkit-box-shadow: 0px 5px 0px 0px rgba(153,36,0,1);-moz-box-shadow: 0px 5px 0px 0px rgba(153,36,0,1);box-shadow: 0px 5px 0px 0px rgba(153,36,0,1);}
.boton:hover{color:#ffffff;background-color:#000b27;transition:all 0.3s ease;}
.boton-icono{width:300px;height:80px;line-height:80px;background-color:#ff5800;border-radius:10px;color:#ffffff;font-size:20px;font-weight:normal;padding:0 10px;white-space:nowrap;text-align:center;-webkit-box-shadow: 0px 5px 0px 0px rgba(153,36,0,1);-moz-box-shadow: 0px 5px 0px 0px rgba(153,36,0,1);box-shadow: 0px 5px 0px 0px rgba(153,36,0,1);transition:all 0.3s ease;}
.boton-icono:hover{color:#ffffff;background-color:#000b27}
.icono-lupa:hover::after{background-color:#ff5800}
.icono-usuario:hover::after{background-color:#ff5800}
.icono-telefono:hover::after{background-color:#ff5800}
.icono-lupa::after{transition:all 0.3s ease;line-height:60px;font-family: "Font Awesome 5 Free";font-weight: 900;content:"\f002";height:80px;width:80px;background-color:#000b27;position:absolute;right:-75px;top:0;padding:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;font-size:30px;-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,1);-moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,1);box-shadow: 0px 5px 0px 0px rgba(0,0,0,1);}
.icono-usuario::after{transition:all 0.3s ease;line-height:60px;font-family: "Font Awesome 5 Free";font-weight: 900;content:"\f007";height:80px;width:80px;background-color:#000b27;position:absolute;right:-70px;top:0;padding:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;font-size:30px;-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,1);-moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,1);box-shadow: 0px 5px 0px 0px rgba(0,0,0,1);}
.icono-telefono::after{transition:all 0.3s ease;line-height:60px;font-family: "Font Awesome 5 Free";font-weight: 900;content:"\f095";height:80px;width:80px;background-color:#000b27;position:absolute;right:-70px;top:0;padding:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;font-size:30px;-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,1);-moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,1);box-shadow: 0px 5px 0px 0px rgba(0,0,0,1);}
.hover-blanco:hover{color:#000b27;background-color:#ffffff;}
@media only screen and (max-width:768px){
	.boton-icono{width:200px;height:60px;font-size:15px;line-height:65px;}
	.icono-lupa::after{height:60px;width:60px;right:-50px;font-size:15px;line-height:45px;}
	.icono-usuario::after{height:60px;width:60px;right:-50px;font-size:15px;line-height:45px;}
	.icono-telefono::after{height:60px;width:60px;right:-50px;font-size:15px;line-height:45px;}
	section.caracteristicas{height:1730px;}
	.botones-container{height:415px;}
	.boton{width:315px;font-size:20px;}
	.texto-imagen{font-size:35px;}
	.candidatos .texto-imagen{top:38%;left:5%;}
	.empresas .texto-imagen{top:37%;left:11%!important;}
}

@media only screen and (max-width:500px){
	section.botones .empresas, section.botones .candidatos{display:block;margin:0 auto;}
	section.botones .candidatos{margin-bottom:90px;}
	.boton-icono{left: 2%!important;bottom: -40%!important;}
	.botones-container{height:600px;}
	.boton-icono.icono-telefono{bottom:20%!important;left:17%!important;}
	.texto-imagen{font-size:22px;}
	.candidatos .texto-imagen{top: 40%;left: 20%;}
	.empresas .texto-imagen{top: 42%;left: 26%!important;}
  section.botones .candidatos,section.botones .empresas{width:260px;}
}


/* FOOTER */
footer{background-color:#000b27;padding-top:80px;padding-bottom:70px;color:white;text-align:center;position:relative;font-size:17px;}
body.inicio footer{margin-top:-40px;}
footer a.boton-icono.icono-telefono{margin: auto;position: absolute;top: 0!important;left: -42px!important;bottom: 0!important;right: 0!important;}
footer h1{color:white;font-family:'Anton';font-weight:normal;letter-spacing:1px;font-size:30px;text-transform:capitalize;}

/* FORMULARIO DE CONTACTO */
.wpcf7 input, .wpcf7 textarea, .wpcf7 select{border-radius:10px; border:2px solid grey;padding:8px;width:100%;}
.wpcf7 label,.wpcf7 input[type='submit'],.wpcf7 div{font-size:20px;}
.wpcf7 input[type="submit"]{padding:10px;border-radius:10px;background-color:#ff5800;color:white;}
.wpcf7 input[type="submit"]:hover{background-color:#000b27;transition:all 0.3s ease;}
.wpcf7 div.col-1-2{width:49%;display:inline-block;padding-right:15px;}
.wpcf7 label,.wpcf7 div{line-height: 2.5;}
.wpcf7 input[type='submit']{margin-top:20px;}
/*plugin jobs*/
.sjb-page .btn-primary, .sjb-page .btn-primary:hover, .sjb-page .btn-primary:active:hover, .sjb-page .btn-primary:active:focus, .sjb-page .sjb-detail .jobpost-form .file div, .sjb-page .sjb-detail .jobpost-form .file:hover div{background-color:#000b27!important;}
.sjb-page .list-data .job-type, .sjb-page .list-data .job-location, .sjb-page .list-data .job-date{color:#000b27!important;}
.sjb-page .sjb-detail .list-data h3, .sjb-page .sjb-detail .list-data ul li::before, .sjb-page .sjb-detail .list-data .job-detail h3, .sjb-page .sjb-archive-page .job-title{color:#000b27!important;}
.sjb-page .list-data .job-info h4 a:hover{color:#000b27!important;}

/* slider logos empresas */
section.empresasLogoSlider{background-color:#000b27;height:450px;padding:30px 0;}
section.empresasLogoSlider h1{font-size:40px;font-family:'GothamBold';margin-bottom:100px;}
.next{position:absolute;right:0;top:38%;font-size:40px;color:white;}
.prev{position:absolute;left:0;top:38%;font-size:40px;color:white;z-index:2;}
@media only screen and (max-width:500px){
  section.empresasLogoSlider h1{font-size:30px;margin-bottom:40px;}
  section.empresasLogoSlider{height:360px;}
}
.slick-slide{margin: 0 10px;}
