@font-face {
    font-family: 'sirolight';
    src: url('../fonts/siro-light-webfont.woff2') format('woff2'),
         url('../fonts/siro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/************** generales ****************/

body{
    font-family: "sirolight";
}

.clear{
    clear: both;
}

strong, h4{
    color: #004839;
}

.title{
    font-size: 30px;
    color: #004839;

}

.trebuchet{
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
}

a, a:visited{
    color: #004839;
}

a:hover{
    color: #004839;
    text-decoration: underline;
}

h2,h3,h4,h5{
    color: #004839;
}

h4 {
  font-size: 23px;
}

.blanco{
	color: #fff;
}

.rojo{
	color: #004839;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .button:visited{
    background: #004839;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    border: none;
    border-radius:0px;
    font-family: "sirolight";
    font-size: 16px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    outline: none;
    border-radius: 3px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover{
    background: #00130f;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    border: none;
    font-family: "sirolight";
    font-size: 16px;
    text-decoration: none;
}

.content-area ul {
    list-style: none;
    padding: 0;
    margin-left: 10px !important;
}
.content-area li {
     padding-left: 1.3em;
}
.content-area li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #004839;
}

.content-area.oferta-trabajo .experiencia li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #ffffff;
}

.responsive{
    display: block;
}

.noresponsive{
    display: none;
}

.full-width{
    width: 100%;
}

.margin-bottom{
    margin-bottom:20px;
}

.etiqueta{
    border-bottom: 2px solid #004839;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.etiqueta h3{
    background: #004839;
    padding: 5px 15px;
    color: #fff;
    font-weight: normal;
    width: auto;
    display: inline-block;
    font-size: 18px;
    margin: 0px;
    border-radius: 3px 3px 0px 0px;
}

.titulo{
    font-size: 40px;
    color: #004839;

}

.textura{
    margin-right: 10px;
    padding-top: 10px;
    float: left;
}

.textoin{
}

.in{
    font-size:30px;
    display:block;
    font-weight: bold;
    color: #004839;
}

.inbefore{
    font-size:25px;
    margin-top: -20px;
    display:block;
    font-style: italic;
    font-family: serif;
}

/***************** header ***************/

.wrap-header{
    width: 100%;
    position: fixed;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.42);
    background: #fff;
    z-index: 4000;
}

.site-header{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0px 13px;
    transition: all 0.2s ease-in-out;
}

.menu{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.site-title a{
    text-indent: -1000px;
    overflow: hidden;
    display: block;
    height: 64px;
    width: 252px;
    background: url(../img/logoweb.png) no-repeat;
    background-size: contain;
    transition: all 0.2s ease-in-out;
}



.wrap-nav{
    width: 100%;
    height: 44px;
    background: #00130f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#wprmenu_menu.left{
    z-index: 30000;
    max-width: 340px;
}

.main-navigation li{
    cursor: pointer;
}

.main-navigation li a{
    color: #fff;
    padding: 12px 11px;
    height: 44px;
    width: auto;
    display: inline-block;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    font-size: 0.8em;
    cursor: pointer;
}

.main-navigation li a:hover{
    background-color: #004839;
    text-decoration: none !important;
}

.main-navigation ul.menu > li.current_page_item > a, .main-navigation ul > li.current-menu-ancestor > a{
    background-color: #004839;
}

.main-navigation li.menu-item-has-children a{
    padding-right: 0.3em;
}

.main-navigation li.menu-item-has-children a:after{
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    /*margin-right: 1em;*/
    margin-left: 4px;
    width: 1.3em;
    color: #fff;
    font-size: 11px;
}

.main-navigation li.menu-item-has-children li a:after{
    content:none;
}

.main-navigation .sub-menu{
    background: #fff;
    margin-top: 20px;
}

.main-navigation .sub-menu a{
    color: #004839;
    width: 250px;
}

.main-navigation .sub-menu a:hover, .main-navigation ul.sub-menu > li.current_page_item > a{
    color: #fff;
    background: #004839;
}

.site-content{
    width: 100%;
    margin: auto;
    padding-top: 148px;
    min-height: 600px;
}

.site-main{
    padding: 10px;
}

.entry-title{
    color: #004839;
    font-size: 50px;
    font-weight: normal;
    line-height: 53px;
    border-bottom: 2px #004839 solid;
}

.wrap-footer{
    width: 100%;
    background:#004839;
}

.site-footer{
    width: 100%;
    max-width: 1200px;
    color: #fff;
    margin: auto;
    padding: 25px 13px;
    min-height: 200px;
    font-size: 13px;
    /*background: url("../img/logofooter.png") no-repeat 10%;
    opacity: 0.5;*/
    
    background-position: -100px;
}

.site-footer a{
    color: #fff;
    text-decoration: underline;
}

.proteccion-datos{
  float: left;
}

.redes-sociales{
    float: right;
}

.etiqueta-social{
    font-size: 18px;
    background: #fff;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 10px;
}

.etiqueta-social i{
    font-size: 28px;
    color: #fff;
}

.etiqueta-social.facebook{
    background: #3b5998;
}

.etiqueta-social.linkedin{
    background: #007bb5;
}


.site-info{
    float: right;
    margin-top: 20px;
    text-align: right;
}

.boton-red{
	font-size: 20px;
	color: #004839 !important;
	display: inline-block;
	padding: 5px;
	text-align: center;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #fff;
	margin-left: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border: 2px solid #fff;
}

.boton-red:hover{
	background: #e3e3e3;
    -webkit-border-radius: 1px 1px 25px 25px;
	-moz-border-radius: 1px 1px 25px 25px;
	border-radius: 1px 1px 25px 25px;
    background-color: #004839;
    color: #ffffff !important;
    border: 2px solid #fff;
    width: 45px;
}

/************ home ****************/

.wrap-slider{
	width: 100%;
	height: 500px;
	position: relative;
}

.wrap-slider_mini{
	width: 100%;
	height: 200px;
	position: relative;
}

.slider{
	width: 100%;
	overflow: hidden;
	height: 100%;
	background-position: center bottom;
	margin: auto;
	background-size: cover;
	position: absolute;
}

.wrap_slider_mini .slider{
	background-position: left center;
}

.slider a{
	text-indent: -10000px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
}

.wrap-content{
    width: 100%;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.17);
}

.content-area{
    max-width: 1200px;
    width: 100%;
    padding: 13px;
    margin: auto;
    margin-top: 0px;
    position: relative;
    background: #fff;
    min-height: 400px;
}

.slider-interior{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

/************** columnas **************/

.columna1, .columna2, .columna3{
    width: 33% !important;
    float: left;
    margin: 1px;
}

.columna14{
    width: 24% !important;
    float: left;
    margin: 1px;
}

.columna1-margin, .columna2-margin, .columna3-margin{
    width: 32% !important;
    float: left;
    margin: 5px !important;
}

.columna1-2{
    width: 66%;
    float: left;
}

.columna2-3{
    width: 66%;
    float: left;
}

.columna-left{
    float: left;
    width: 48%;
    margin: 1%;
}

.justify{
    text-align: justify;
}
.padding{
    padding: 10px;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}

.widget-area{
    width: 100%;
    max-width: 320px;
    padding: 10px;
    float: left;
}

.single .content-area, .page .content-area2{
    width: 100%;
    max-width: 850px;
    /*float: left;*/
    float: right;
}

.page .content-area2{
    float: left;
}

.wrap-single{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

/**************** foto *************/

.img-faldon{
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    overflow: hidden;
}

.img-faldon img{
    display: block;
}

.faldon{
    background: #004839;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.img-faldon .enlace{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 300;
}

.img-faldon:hover img{
    opacity: 0.8;
}

.img-faldon .descripcion{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    position: absolute;
    width: 60%;
    height: 100%;
    padding: 10px;
    bottom: -100%;
    left: 0;
    background: rgba(0, 72, 57, 0.89);
    color: #fff;
    font-size: 12px;
}

.img-faldon:hover .descripcion{
    bottom: 0%;
    text-align: left;
}

.img-faldon:hover .faldon{
    bottom: -50px;
}

.img-faldon h5{
    font-size: bold;
    margin: 0px;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

/**************** noticia ******************/

.noticia-home{
	width: 46%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
	float: left;
	margin-left: 2%;
    margin-right: 2%;
	margin-bottom: 25px;
	min-height: 440px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.noticia-home:hover{
    -webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.noticia-home.archivo{
	margin-left: 50px;
	margin-right: 50px;
}

.noticia-home .texto, .noticia-home .fecha{
	padding: 10px;
}

.noticia-home .fecha{
	padding: 10px;
	font-size: 13px;
	color: #fff;
    background: #004839;
    text-align: center;
    width: auto;
    position: absolute;
    bottom: 0px;
    left: 10px;
    line-height: 14px;
    border-radius: 3px 3px 0px 0px;
}

.noticia-home .fecha .numero{
    font-size: 30px;
}

.noticia-home .titular{
	font-size: 24px;
	padding: 0px 10px;
    line-height: 30px;
}

.noticia-home .titular a{
	text-decoration: none;
}

.noticia-home .titular a:hover{
	text-decoration: underline;
}

.noticia-home .imagen{
	width: 100%;
	height: 220px;
    position: relative;
    background-size: cover;
}

.noticia-home .faldon{
	height: 40px;
	background: #b6b6b8;
	color: #fff;
	padding: 10px;
	font-size: 13px;
	position: relative;
}

.noticia-home .faldon .boton-ir{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	background: #aaaaaf;
	width: 40px;
	height: 40px;
	font-size: 20px;
	padding-left: 13px;
	padding-top: 6px;
}

.noticia-home .boton-enlace-noticia{
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

/*************** revista ****************/

.revista{
    width: 100%;
    height: 500px;
}

.revista .columna1, .revista .columna2{
    width: 50% !important;
    padding: 0px;
    float: left;
    margin: 0px;
    height: 100%;
}

.noticia-revista{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.noticia-revista.noticia1, .noticia-revista.noticia4{
    height: 55%;
    border: 1px solid #fff;
}
.noticia-revista.noticia2, .noticia-revista.noticia3{
    height: 45%;
    border: 1px solid #fff;
}

.noticia-revista .imagen, .noticias-listado-imagen .imagen{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    display: block;
}

.noticia-revista:hover .imagen, .noticias-listado-imagen:hover .imagen{
    width: 110%;
    height: 110%;
    margin-left: -5%;
}

.noticia-revista .bloque{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35%;
    height: 100%;
}

.noticia-revista .titular, .noticias-listado-imagen .titular{
    position: relative;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.59);
    background: rgba(0, 72, 57, 0.89);
    display: block;
    margin: 0px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    font-weight: normal;
}

.noticias-listado-imagen .titular{
    position: absolute;
}

.noticia-revista .titular a, .noticias-listado-imagen .titular a{
    color: #fff;
    text-decoration: none;
}

.noticia-revista .titular a:hover, .noticias-listado-imagen .titular a:hover{
    text-decoration: underline;
}

.boton-enlace-noticia{
    text-indent: -10000px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 300;
    position: absolute;
}

.noticia-revista .fecha, .noticias-listado-imagen .fecha{
	padding: 10px;
	font-size: 13px;
	color: #fff;
    background: #004839;
    text-align: center;
    width: 30%;
    position: relative;
    float: left;
    line-height: 14px;
}

.noticia-revista .fecha .numero, .noticias-listado-imagen .fecha .numero{
    font-size: 30px;
}

.noticia-revista .texto, .noticias-listado-imagen .texto{
    float: left;
    font-size: 14px;
    width: 70%;
    padding: 5px;
}

.noticia-revista .excerpt{
    font-size: 17px;
    background: rgba(0, 72, 57, 0.89);
    background: rgba(0, 0, 0, 0.30);
    height: 100%;
    padding: 10px;
    color: #fff;
}

/************* single *****************/


.single .columna3, .page-template-page-listado-noticias .columna3{
    width: 29%;
    max-width: 300px;
    padding-top: 60px;
}


.titulo-bloque2{
	border-bottom: 3px solid #004839;
	margin-bottom: 20px;

}

.titulo-bloque2 .tit{
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-size: 15px;
	background: #004839;
	display: inline-block;

}

.noticias-listado-imagen{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.noticias-listado-imagen .texto{
    font-size: 12px;
    width: 80%;
}

.noticias-listado-imagen .fecha{
    width: 20%;
}

/**************** paginación *******************/

.page-numbers{
    padding: 4px 10px;
    background: #004839;
    color: #fff;
    border: 1px solid #004839;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    font-size: 12px;
}

.page-numbers.current{
    background: #fff;
    color: #004839;
}

a.page-numbers{
    color: #fff !important;
    text-decoration: none;
}

a:hover.page-numbers{
    background: #fff;
    color: #004839 !important;
}


/************** formulario *****************/

input[type="text"], select, input[type="email"], textarea{
    width: 90%;
    border-radius:0px;
    padding: 10px;
}

select{
    padding: 10px;
    -webkit-appearance: none;
    background: #fff url(../img/ico-select.png) no-repeat;
    background-position: right center;
    cursor: pointer;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus{
    outline: none;
    border: 1px solid #004839;
}

/******************* page ****************/

.page ul{
    margin: 0;
}

.circulo{
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    background: #004839;
    width: 200px;
    height: 200px;
    overflow: hidden;
    padding: 10px;
    padding-top: 18px;
    color: #fff;
    text-align: center;
    margin: auto;
}

.circulo p{
    margin: 0;
}

.circulo h2{
    color: #fff;
    font-size: 60px;
    margin:0;
}


/******************************/

.experiencia{
	background: #004839 url(../img/ofertas/fondo-oferta.jpg) top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	color: #fff;
	padding-top: 100px;
}
