/*
	Theme Name: lasnaves20
	Theme URI: http://portfolio.es/nano
	Description: lasnaves20 WordPress Theme
	Version: 1.4.3
	Author: Portfolio Multimedia (@portfolio_es)
	Author URI: http://portfolio.es
	Tags: Las Naves, Portfolio, nano, simple, blank, clean

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

/*------------------------------------*\
	TIPOGRAFÍA
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;500;700;800&display=swap');


@font-face {
	font-family:'lasnavescondensed';
	src: url('fonts/LasNavesCondensed-Black.otf') format('opentype');
	font-weight: bold;
    font-style:normal;
	font-display: swap;
}






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

::selection {
	background: #e6e6e6;
	color:#000;
	text-shadow:none;
}
::-webkit-selection {
	background: #e6e6e6;
	color:#000;
	text-shadow:none;
}
::-moz-selection {
	background: #e6e6e6;
	color:#000;
	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 {

}

/*------------------------------------*\
    IMPRESION
\*------------------------------------*/

@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;
	}
}




/*------------------------------------*\
    PRINCIPAL
\*------------------------------------*/

/* 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 'Libre Franklin','Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#232622;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* 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;
}

.textodefilas.izquierda {max-width: 350px;
margin-right: auto;
margin-left: auto;
text-align:left;}

.textodefilas.derecha {
max-width: 385px;
margin-right: auto;
margin-left: 60px;
text-align:left;
}

.textodefilas p {
    color: #303731;
    font-family: "Libre Franklin";
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}


/*------------------------------------*\
    ESTRUCTURA
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width:100%;
	/* max-width:1440px; */
	width:100%;
	margin:0 auto;
	position:relative;
    background-color: #fff;
    overflow-x: hidden;
}
/* header */
.header {
    height:73px;
    width:100%;
    position:absolute;
	z-index: 100000000;

}
/* logo */
.logo {
    text-align: left;
    width:155px;
    height:auto;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	float:left;
}
.logo-img {

}

/* nav */
.nav {

    float:left;

}

.menuprincipal.is-active {
    
    display: block;
	right:0%;
}

.menuprincipal {
	transition-property: right; transition-duration: 0.5s;
position: fixed;
    right:-50%;
    left:auto;
    width:50%;
    height: 100vh;
    background-color: #fff;
	z-index:100000000; padding-top: 100px; padding-left: 100px;
}

.sub-menu .titul{color:#fff; font-size:20px; margin-left:-60px; background-image:url(img/flechaizmenu.png); background-position:center left; padding-left: 40px; background-repeat: no-repeat; cursor:pointer; }

.menuprincipal a{color:#43945F; }

.menuprincipal .principal {font-size:45px; font-family:lasnavescondensed; }
.menuprincipal .secundario {font-size:25px; font-family:"Libre Franklin"; font-weight:500; }

.menuprincipal ul { list-style-type: none; margin: 0; padding: 0;}

.menuprincipal .equismenu {background-image:url(img/cerrarverde.png); float:right; margin-top:-100px; top:0px; right:0px; width:80px; height:80px; background-position:center center; background-size:contain; background-repeat:no-repeat; cursor:pointer;}

.menuprincipal .equismenu:hover {opacity: 0.8;}

.menuprincipal ul.sub-menu {
	transition-property: right; 
	transition-duration: 0.5s;
	position: fixed;
    right:-25%;
    left:auto;
    width:25%;
    height: 100vh;
    background-color: #43945F;
	top:0px;
	padding-top:350px;
	padding-left:100px;
}

.menuprincipal ul.sub-menu a{
	color: #fff;
	font-size:25px; font-family:"Libre Franklin"; font-weight:500; 
}

.menuprincipal ul.sub-menu .titul {
	transition-property: margin-left; transition-duration: 0.5s; 
	font-size:20px; font-family:"Libre Franklin"; font-weight:300; 
}

.menuprincipal ul.sub-menu ul.sub-menu a{
	color: #fff;
	font-size:20px; font-family:"Libre Franklin"; font-weight:300; 
}

.menuprincipal ul.sub-menu ul.sub-menu .titul {
	transition-property: margin-left; transition-duration: 0.5s; 
	font-size:25px; font-family:"Libre Franklin"; font-weight:500; 
}

.menuprincipal .titul:hover {
	margin-left:-40px;
}


.hambur {
   position:absolute;
   top:0px; 
   left:0px;
}
.busqueda {
	float:right;
	cursor:pointer;
	margin-top: 22px;
	margin-right: 5px;
}


.ayudaaudio {transition-property: opacity; transition-duration: 0.5s; cursor:pointer; opacity:0; width:24px; height:auto; vertical-align: top; margin-right: 16px; float:right; margin-top:20px;}
.ayudaaudio:hover {opacity:0.5 !important;}
.popbusqueda  {position:fixed; top:0px; left:0px; width:100%; height:100%;	opacity: 0.85;	background-color: #fff; display:none; z-index:9999; }

.cajabusqueda {max-width: 400px; float: right; margin-top: 16px; width: 230px; margin-right: 15px;}

.cajabusqueda .innericon, .cajabusqueda .promagnifier {display:none;}

.cajabusqueda {border-bottom: 3px solid #fdfdfd !important;}

.migas {
    padding: 4px 10px;
    /* height: 30px; */
    width: calc(100% - 44px);
    margin-left: 22px;
    margin-right: 22px;
    font-size: 13px;
    position: absolute;
    top: 70px;
	text-transform: uppercase;
	font-weight: 700;
    z-index: 2;
}

.migas.blanco {
	border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    color: white;
	
}

.migas span {
	cursor: pointer;
}

.migas span:hover {
	opacity: 0.5;
}

.migas.blanco span:before {
	content: url('https://www.lasnaves.com/wp-content/uploads/2020/09/flecha_mini_izquierda.png');
}

.migas.negro {
	border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    color: #000;
}

.migas.negro span:before {
	content: url('https://www.lasnaves.com/wp-content/uploads/2020/09/flecha_mini_izquierda_negro.png');
}

.profileimg  {
	cursor:pointer;
    position:absolute;
    top:23px; 
    right:30px;
    width:43px;
    height:43px;
    background-repeat: no-repeat;
	background-size:cover;
}

.intprofileimg {
	width:43px;
    height:43px;
	background-repeat: no-repeat;
	background-size:cover;
	background-image: url(https://lasnaves.com/wp-content/uploads/2019/09/perfilover.png);
}



/* sidebar */
.sidebar {

}



/* MENU HAMBURGUESA */

.hamburger {
  float:right; 
  padding: 20px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform, width;
    transition-duration: 0.2;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger-inner {width:30px;}

.hamburger:hover .hamburger-inner {transform: translate(10px,0px); }
.hamburger:hover .hamburger-inner::after {transform: translate(-10px,0px); }
.hamburger:hover .hamburger-inner::before {transform: translate(-10px,0px); }


/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
	width: 40px;
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


/* COLORES Y TIPOGRAFIAS PARA PONER EN EL MAQUETADOR */

.textoazul {color:#0075BB; }
.textonegro {color:#000; }
.textoblanco {color:#fff;}
.textorosa {color: #E1A8C9;}
.textoocre {color: #EEC32A;}
.textorojo {color: #C73741;}
.textogrisverde {color: #9FCAC0;}
.textoverde {color:#43945F;}




.titularportada, .losdossliders .titularportada h1 {font-size: 70px; font-family:"Libre Franklin"; font-weight:700; line-height:80px; }
h1{margin-top:0px; margin-bottom:0px;}

/* PORTADA */


 .portadaimagen, .portadaimagen div{padding:0px !important; margin:0px !important; width:50vw !important; height:100vh !important;}

.portadaimagen{background-position:center center !important;}

	.swiper-container#sliderarriba .vc_row, .swiper-container#sliderabajo .vc_row {
		width:50vw; margin-left:0px !important;
		margin-right:0px !important;
	}
	  
	  
    .swiper-container#sliderarriba, .swiper-container#sliderabajo {
		width: 50%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		float: left;
	}

	  
    .swiper-container#sliderarriba .swiper-slide, .swiper-container#sliderabajo .swiper-slide {
		margin-left:0px !important;
		margin-right:0px !important;

    }

	.swiper-container#sliderarriba .swiper-slide .vc_row, .swiper-container#sliderabajo .swiper-slide .vc_row {padding:120px;}
	
	.losdossliders .swiper-button-prev {
		background-image:url(img/flechaabajo.png); 
		background-size:contain;
		background-repeat:no-repeat;
		transition-property: opacity; transition-duration: 0.2s;
	}
	
	.losdossliders .swiper-button-next {
		background-image:url(img/flechaarriba.png); 
		background-size:contain;
		background-repeat:no-repeat;
		transition-property: opacity; transition-duration: 0.2s;
	}

.losdossliders .swiper-button-next::after, .losdossliders .swiper-button-prev::after {content:" " !important;}



.losdossliders .swiper-button-next {width:61px; height:81px; margin-top:-40px; right:50% !important; left:auto; }
.losdossliders .swiper-button-prev {width:61px; height:81px; left: 50% !important; margin-top:40px; }

.losdossliders .swiper-button-prev:hover, .losdossliders .swiper-button-next:hover {opacity:0.7;}

.enlacesabermas {cursor:pointer; line-height:16px;}
.flechasabermas {cursor:pointer; transition-property: transform; transition-duration: 0.2s; transform: translate(0px,0px); margin-top:-5px;}

.enlacesabermas:hover > .flechasabermas { transform: translate(9px,0px); }


/* PORTADA > CAJA NOVEDADES */

.tituloseccioniz {color:#E1A8C9; font-size:16px; font-weight:500; float:left; }
.tituloseccioniz p {margin-top:20px;}
.tituloseccionprin {color:#E1A8C9; font-size:59px; font-weight:500; float:left; max-width:310px; }
.tituloseccionprin p {margin-top:0px; margin-left:30px; line-height:59px;}

.portproygrid {clear:both; display:block;}

.portproygrid .proyport.titular{position: absolute; top: 200px; left: -2px;}

.portproygrid .proyport.titular a {    
    font-size: 6.3vw;
    color: #E1A8C9;
    text-decoration: underline;
    position: relative;
    z-index: 10;
    top: 26px;
    font-weight: 430;
    line-height: 145px;
}

.portproygrid .proyport.titular a::before{
  content: attr(data-vc-post-id);
}

.portproygrid .vc_grid-pagination {position:absolute; top:20px; left:500px;}

.portproygrid .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > span {background-color:transparent !important; border:0px !important; font-size:30px; font-weight:500;}

.portproygrid .vc_grid-pagination .vc_grid-pagination-list > li > a {color: #E1A8C9 !important; }

.portproygrid .proyport.fotofondo {
	position: absolute;
	height: 300px;
	width: 100%;
	top: -258px;
	right: 0px;
opacity: 0.8;
background-position: right center;
background-size: contain;
} 

.portproygrid .port.extracto {font-size:14px; color:#fff; column-count: 2; column-width: 240px;
width: 640px;
float: right;}

.novedadesfila .vc_grid-pagination .vc_grid-pagination-list {
position: absolute;
top: 40px;
text-align: center;
width: 100%;
display: block;
min-width: 486px;
}

.portproygrid .flecharosa2 {transition-property: transform; transition-duration: 0.2s; 
	position: absolute;
top: 370px;
text-align: right;
left: 260px;}

.portproygrid .filatityflecha:hover .flecharosa2{transform: translate(20px,0px); }

.flechagrandeproy img {margin-top:20px !important;}



/* PORTADA > CAJA PROGRAMACIÓN */


.tituloseccionpr {color:#9FCAC0; font-size:16px; font-weight:500; float:left; }
.tituloseccionpr p {margin-top:20px;}
.tituloseccionprinpr {color:#9FCAC0; font-size:59px; font-weight:500; float:left; max-width:600px; }
.tituloseccionprinpr p {margin-top:0px; margin-left:30px; line-height:59px;}

.eventpost-calendar-header button, .eventpost-calendar-header span  {color:#fff; font-size:18px; font-size: 21px; float: left;}

.evento_tabla .screen-reader-text {display:none;}

.eventpost-cal-today {display:none !important;}

/* PORTADA > CAJA SALAS */

.tituloseccionsl {color:#43945F; font-size:16px; font-weight:500; float:left; }
.tituloseccionsl p {margin-top:20px;}
.tituloseccionprinsl, .tituloseccionprinsl h2 {color:#43945F; font-size:59px; font-weight:500; float:left; max-width:600px; }
.tituloseccionprins2 h2 {color:#43945F; font-size:59px; line-height:59px; font-weight:500; max-width:600px; margin: auto; }
.tituloseccionprinsl p {margin-top:0px; margin-left:30px; line-height:59px;}


.formulariosalasportada, .formulariosalasportadasalas form {clear:both; display: block;margin-top:80px; margin-left:86px !important; max-width:674px; width:calc(100% - 100px);}
.formulariosalasportada input, .formulariosalasportadasalas input {width:100%; border:0px; border-bottom:3px solid #43945F; font-size: 20px; color:#43945F; }
.formulariosalasportada .inputformancho, .formulariosalasportadasalas .inputformancho  {width:98%; clear:both; margin-left:2%;}
/* .formulariosalasportada .Nombre, .formulariosalasportada .Telefono, .formulariosalasportada .Fechas {width:46%; float:left; margin-left:2%;} */

.formulariosalasportada .Nombre, .formulariosalasportadasalas .Nombre {
	width: 40%;
    float: left;
    margin-left: 0%;
	margin-bottom: 25px;
}

.formulariosalasportada .Telefono, .formulariosalasportadasalas .Telefono {
	width: 58%;
    float: left;
    margin-left: 2%;
	margin-bottom: 25px;
}

.formulariosalasportada .Fechas, .formulariosalasportadasalas .Fechas {
	width: 40%;
    float: left;
    margin-left: 0%;
	margin-bottom: 50px;
}

.formulariosalasportada .salas, .formulariosalasportadasalas .salas {
	width: 58%;
    float: left;
    margin-left: 2%;
	margin-bottom: 50px;
}

.formulariosalasportada .salas .selectorsalas, .formulariosalasportadasalas .salas .selectorsalas {
    width: 100%;
    border: none;
	color: #43945f;
    border-bottom: 3px solid #43945F;
    font-size: 20px;
    padding-bottom: 7px;
}

.formulariosalasportada .CorreoElectrnico input, .formulariosalasportadasalas .CorreoElectrnico input {
	margin-bottom: 25px;
}

.formulariosalasportada, .formulariosalasportadasalas {clear:both; display: block;margin-top:150px; margin-left:100px; max-width:674px; width:calc(100% - 100px);}
.formulariosalasportada input, .formulariosalasportadasalas input {width:100%; border:0px; border-bottom:3px solid #43945F; font-size: 20px; color:#43945F; padding-bottom: 5px;}
/*.formulariosalasportada .inputformmedio {width:48%; float:left; margin-left:1%;}*/
/*.formulariosalasportada .inputformancho {width:99%; clear:both; margin-left:1%;}*/

.formulariosalasportada .Light span.last, .formulariosalasportadasalas .Light span.last {
	margin: auto;
}

span.campos {
    float: right;
}

.formulariosalasportada .Light input, .formulariosalasportadasalas .Light input {
	width: auto;
}

.formulariosalasportada input.wpcf7-submit, .formulariosalasportadasalas input.wpcf7-submit {
    border: 0px;
    font-size: 20px;
    color: white;
    padding: 20px 0px;
    background-color: #43945F;
}

.btn_apunte a {
    border: 0px !important;
    font-size: 20px !important;
    color: white !important;
    padding: 20px 0px !important;
    background-color: #43945F !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 674px;
    width: calc(100% - 100px);
    background-image: none !important;
    font-weight: 400;
}

.formulariosalasportada .inputformancho, .formulariosalasportadasalas .inputformancho {
    width: 100%;
    clear: both;
    margin-left: 0%;
}

.inputformmedio::-webkit-input-placeholder, .inputformancho::-webkit-input-placeholder { /* Edge */
	color: #43945F;
    font-style: italic;
	opacity: 0.36;
}

.inputformmedio:-ms-input-placeholder, .inputformancho:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #43945F;
    font-style: italic;
	opacity: 0.36;
}

.inputformmedio::placeholder, .inputformancho::placeholder {
	color: #43945F;
    font-style: italic;
	opacity: 0.36;
}



/* PORTADA > CAJA CONTACTO */

.scroller {
    width: 100%;
    overflow: hidden;
    height: 130px;
	position:relative;
}

.intscroller {padding-left:130px; height:130px; position: absolute; animation-name: movscroller; animation-duration: 20s;  animation-iteration-count: infinite; animation-delay: 2s;   }

@keyframes movscroller {
  0%   {left:0px; top:0px;}
  5%   {left:-2px; top:0px;}
  25%  {left:-1000px; top:0px;}
  50%  {left:-2200px; top:0px;}
  75%  {left:-3000px; top:0px;}
  98% {left:-3800px; top:0px;}
  100% {left:0px; top:0px;}
}

.datoscontacto {font-size:18px; color: #43945F; }
.datoscontacto strong {font-size:34px; }


/* PORTADA > SALAS */

.titulosalas {color:#43945F; font-size:29px; font-weight:500;}
.extractosalas {color:#43945F; font-size:14px; font-weight:500; }
.preciosalas {color:#43945F; font-size:14px; font-weight:700; margin-top: 17px; margin-bottom: -24px;}
.horariossalas {color:#43945F; font-size:14px; font-weight:700; }
.horariossalastxt {color:#43945F; font-size:14px; font-weight:700; margin-top: 10px; margin-bottom:10px;}


/* FOOTER */

.footer {width:95%; height: 80px; color: #303731; max-width: 1590px;margin-left: auto; margin-right: auto; }
.footer a{ color: #303731; font-size:15px; }
.footer #menu-avisos {list-style: none; float:left; margin-top: 0px; margin-bottom: 0px; padding-left:10px;}
.footer #menu-avisos li{list-style: none; float:left; margin-left:10px;}

.footer .menuinf {display:block; margin-top: 0px; border-top:3px solid #2F2F2F; padding-top: 30px; margin-bottom: 50px;}

.footer .menuinf .logospie {max-width:150px; vertical-align: middle; margin-right:30px;}

.footer .siguenos {font-size:20px; font-weight:500; padding-top: 7px; display: inline-block; margin-right:10px;}


.primerfooter {clear:both; width:100%; margin-bottom:20px; display: inline-block;}

.primermenu, .segundomenu {float:left; font-size:25px; font-weight:700;}

#menu-primer-pie {margin-left:0px; padding-left:0px;}

.segundomenu {margin-left:50px;}

.primerfooter li { list-style-type: none;}

.suscribete {float:right; margin-top:70px; width:320px;}
.suscribetxt {font-size:15px; font-weight:500; display:block; padding-bottom:10px;}

.suscribete input {width:calc(100% - 25px); border:0px; border-bottom:3px solid #2F2F2F; background-color: transparent; }

.suscribete .flechaformu{width:25px; float: right; margin-top: -9px;   transition-property: transform; transition-duration: 0.2s;  }

.suscribete .flechaformu:hover {width:25px; float: right; margin-top: -9px;transform: translate(10px,0px); }



/* MENU REDES PIE */
#menu-redes {float:right; padding:20px; padding-right:0px;}
#menu-redes { margin-top:-10px;}
#menu-redes .insta, #menu-redes-1 .insta, #menu-redes_es-1 .insta {color: rgba(255,255,255,0.00); background-image:url(img/ins.png); width: 28px; height:28px; background-position: center center; background-repeat:no-repeat;}
#menu-redes .tw, #menu-redes-1 .tw, #menu-redes_es-1 .tw {color: rgba(255,255,255,0.00); background-image:url(img/tw.png); width: 28px; height:28px; background-position: center center; background-repeat:no-repeat;}
#menu-redes .fb, #menu-redes-1 .fb, #menu-redes_es-1 .fb {color: rgba(255,255,255,0.00); background-image:url(img/fb.png); width: 28px; height:28px; background-position: center center; background-repeat:no-repeat;}
#menu-redes .yt, #menu-redes-1 .yt, #menu-redes_es-1 .yt {color: rgba(255,255,255,0.00); background-image:url(img/yt.png); width: 28px; height:28px; background-position: center center; background-repeat:no-repeat;}
#menu-redes .fk, #menu-redes-1 .fk, #menu-redes_es-1 .fk {color: rgba(255,255,255,0.00); background-image:url(img/fk.png); width: 28px; height:28px; background-position: center center; 
	background-repeat:no-repeat;}
#menu-redes a, #menu-redes-1 a, #menu-redes a:hover, #menu-redes-1 a:hover, #menu-redes_es-1 a, #menu-redes_es-1 a:hover {color: rgba(255,255,255,0.00);}
#menu-redes  a:hover, #menu-redes-1  a:hover, #menu-redes_es-1 a:hover {opacity:0.7;}

#menu-redes li, #menu-redes-1 li, #menu-redes_es-1 li { list-style-type: none; margin: 0; padding: 0; display: inline-block; margin-left:15px;}
#menu-redes li:hover, #menu-redes-1 li:hover, #menu-redes_es-1 li:hover  {opacity:0.7;}



.idiomasmenu {
	float:right;
	font-family: "lasnavescondensed";
    font-size: 24px;
    font-weight: bold;
	margin:18px;
}


h6 {
    font-size: 16px;
    line-height: 18px;
}

h5 {
    font-size: 18px;
    line-height: 20px;
}

h4 {
    font-size: 20px;
    line-height: 22px;
}

h3 {
    color: #303731;
    font-family: "Libre Franklin";
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}

h2 {
    font-family: "Libre Franklin";
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 49px;
}

.oculto {display:none;}

.textoblanco, .textoblanco h1, .textoblanco h2, .textoblanco h3, .textoblanco h4, .textoblanco p {color: #fff !important;}
.textonegro, .textonegro h1, .textonegro h2, .textonegro h3, .textonegro h4, .textonegro p  {color: #000 !important;}
.textogris, .textogris h1, .textogris h2, .textogris h3, .textogris h4, .textogris p   {color: #303731 !important;}

.botonnegro a {display: inline-block; height: 44px; min-width: 213px; padding-left:10px; padding-right:10px; border: 2px solid #303731; color: #303731; font-size: 15px; letter-spacing: 0.1px; line-height: 39px; text-align: center; }
.botonnegro a:hover {background-color: #fff; border: 2px solid #000;  }
.botonblanco a {display: inline-block; height: 44px; width: 213px; border: 2px solid #fff; color: #fff; font-size: 15px; letter-spacing: 0.1px; line-height: 39px; text-align: center; }
.botonblanco a:hover {background-color: rgba(0,0,0,0.20); border: 2px solid #ccc;  }

.irhaciaabajo {cursor:pointer;}

a:hover {opacity:0.9;}

.tituloseccionprin.cienxcien a:hover, .tituloseccionprinpr.cienxcien a:hover {opacity:0.5;}

.cajabuscardestacado {border: 1px solid #fff; width: 90%; max-width:582px;	height: 44px; 	box-sizing: border-box; font-size: 18px; font-weight: 500;	letter-spacing: 0.12px;	line-height: 23px; color: #fff; margin-left: auto; margin-right:auto; padding-left:15px; background-color: transparent; background-image:url(img/lupacaja.png); background-position: right center; background-repeat:no-repeat;}

.h1resultadosbus {text-align:center; border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; padding-top: 10px; padding-bottom: 10px;}

.vermasboton {margin-top:40px; height: 44px;	width: 213px; margin-left:auto; margin-right:auto;}
.vermasboton a{	display:block; height: 44px;	width: 213px;	border: 2px solid #303731;  text-align: center; color: #303731;	font-size: 15px;	letter-spacing: 0.1px;	line-height: 42px; }

.recuento {float:right; margin-top:-74px; font-size:14px;}
.sobrerecuento {font-size:14px;}
/*

/*------------------------------------*\
    PÁGINAS
\*------------------------------------*/

/* PORTADA */
.wpb_content_element {margin-bottom: 0px !important;}

.htit {
	/* display: none; */
	position: absolute;
	z-index: -1;
}

/* nav, div {    -webkit-transition: transform 0.8s, opacity 0.7s; 
    transition: transform 0.8s, opacity 0.7s;} */

.destacadocorporativo {height: 202px;}
.destacadocorporativo h2{	font-size: 37px; color:#fff; font-weight: bold;	letter-spacing: 0.25px;	line-height: 47px;}
.destacadocorporativo h4{ 	color: #FFFFFF; font-size: 19px;	font-weight: 500;	line-height: 28px;}
.destacadocorporativo button {float:right; border: 1px solid #fff; background-color: transparent; text-transform: uppercase; text-align: center;}
.destacadocorporativo .vc_cta3-actions {float:right; margin-top:-90px;}
.vc_general.vc_cta3 {border:none !important;}

.titularesportada {margin-left:225px !important;
font-size: 15px  !important;
font-weight: 300;
}

#ajaxsearchprores2_1 {z-index: 999999999;}

.titularesportada p {font-weight:300;}

.titularesportada h1 {
		color: #FFFFFF;	font-family: "Libre Franklin";	font-size: 37px !important;	font-weight: bold;	letter-spacing: 0.25px;	line-height: 47px !important;
}

.titularesportada h2 {
			display: block; height: 91px;	width: 421px; color: #FFFFFF;	font-family: "Libre Franklin";	font-size: 19px !important;	font-weight: 500 !important;	line-height: 28px !important;
}

.titularesportada a {
		box-sizing: border-box !important;	height: 44px !important;	width: 213px !important;	border: 2px solid #FFFFFF; display: block !important;
    color: #FFFFFF !important;	font-family: "Libre Franklin";	font-size: 15px !important;	letter-spacing: 0.1px !important;	line-height: 19px !important;	text-align: center !important;
}


.zonasfrecuentestitular h2{font-size: 38px;	font-weight: bold;	letter-spacing: 0.25px;	line-height: 49px;	text-align: center; }
.zonasfrecuentestitular .subtitularnormal {color: #5E5F65;	font-weight: 300; font-size: 26px;	letter-spacing: 0.17px;	line-height: 33px;	text-align: center; }


/* SLIDER ZONAS FRECUENTES */

.zonasfrecuentes .slick-slide { margin-left: 10px; margin-right: 10px;}

.zonasfrecuentes .slick-slide {opacity:1;
    -webkit-transition: transform 0.4s; /* Safari */
    transition: transform 0.4s;
}
.zonasfrecuentes .slick-current {transform: scale(1.15); opacity:1; 
-webkit-transform: scale(1.15);
-webkit-transition: transform 0.4s; /* Safari */
    transition: transform 0.4s;
	background-image: url(https://lasnaves.com/wp-content/uploads/2019/09/intranet-home-m3-background-250x384.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	margin-left: 15px; margin-right: 15px;
	box-shadow: 0 33px 34px -9px rgba(237,109,5,0.49);
}

.zonasfrecuentes .slick-current h3{color:#fff;}
.slidercartas {overflow: hidden; max-height: 600px;}

.zonasfrecuentes .slick-track {max-height:600px;}
.zonasfrecuentes .slide{background-color: #ECECEC; width: 286px; height:405px; }

.zonasfrecuentes .slick-list {overflow:visible; padding-bottom:70px !important; max-height: 560px;}
.zonasfrecuentes .slick-dots li button::before {color: #008996 !important; font-size: 42px !important;}
.zonasfrecuentes .slick-prev::before, .zonasfrecuentes .slick-next::before {font-size: 42px !important;}
.zonasfrecuentes .slick-next::before { content: '›';}
.zonasfrecuentes .slick-prev::before { content: '‹';}

.zonasfrecuentes .slide h2 {
			font-family: "Libre Franklin";	font-size: 20px;	font-weight: bold;	line-height: 26px;
}
.zonasfrecuentes .slide h3 {
		font-family: "Libre Franklin";	font-size: 14px;	line-height: 20px; font-weight: 300 !important;
}

.zonasfrecuentes .slick-prev {
	position: absolute;
	top:100px;
left: 49%;
z-index: 1000;
	background-image:url(https://lasnaves.com/wp-content/uploads/2019/09/intranet-home-m1-nav-izq.png);
	border:none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width:20px; height:20px;
	color: transparent;
}
.zonasfrecuentes .slick-next {
	position: absolute;
left: 51%;
z-index: 1000;
	top:100px;
	background-image:url(https://lasnaves.com/wp-content/uploads/2019/09/intranet-home-m1-nav-der.png);
	border:none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width:20px; height:20px;
	color: transparent;
}

.zonasfrecuentes .slide .cajasint {text-align:left; padding-top: 101px; padding-left:25px; padding-right:25px;color: #232622;}
.zonasfrecuentes .slick-current .cajasint {text-align:left; padding-top: 85px; padding-left:46px; padding-right:46px; color: #fff;}
.zonasfrecuentes .slide .cajasint img {margin-bottom:20px;}
.zonasfrecuentes .slick-current .cajasint img { -webkit-transform: scale(0.85); transform: scale(0.85);}
.zonasfrecuentes .slick-current .cajasint h2{font-size: 18px;}
.zonasfrecuentes .slick-current .cajasint h3{font-size: 12px;}
.zonasfrecuentes .slide .acceder {display: none;}
.zonasfrecuentes .slick-current .acceder {display:block; width: 85px; height:32px; font-size:11px; text-transform: uppercase; color: #fff; border: 0.5px solid #fff; text-align:center; line-height:29px; margin-top:20px; }
.zonasfrecuentes .slick-current .acceder:hover {background-color: #ec6d04; }

/* TERMINA SLIDER */

/* CAJA EVENTOS */

.cajaeventos {	color: #9FCAC0;	font-family: "Libre Franklin";	font-size: 20px;	font-weight: bold; max-width: 1050px;
margin-left: auto !important;
margin-right: auto !important;	}

.cajaeventos .derecha {border-left:1px solid #ccc;}

.cajaeventos #wp-calendar { font-weight:lighter; font-size:16px; color: #fff; width: 330px; height:289px;}

.cajaeventos #wp-calendar thead {border-bottom: 2px solid #9FCAC0; color: #9FCAC0;}
.cajaeventos #wp-calendar td {text-align: center;}
.cajaeventos #wp-calendar caption {text-align: left; text-transform: uppercase;}
.cajaeventos #wp-calendar .wp-calendar-nav-prev a {color: #9FCAC0 !important; }

.cajaeventos .derecha ul {list-style-type: none;} 
.cajaeventos .derecha li {display:block; margin-bottom:26px; float:left; width: 100%; background-color: #fff; font-size: 22px;  }
.cajaeventos .derecha li:hover { 	box-shadow: 0 2px 24px 0 rgba(0,0,0,0.1);}
.cajaeventos .derecha .post-date {font-size: 22px;
float: left;
display: block;
height: 118px;
width: 85px;
background-color: #ED6D05;
color: #fff;
text-align: center;
line-height: 35px;
text-transform: uppercase;}

.cajaeventos .derecha li a {margin-left:20px; display: inline-block; margin-top: 14px; }

.cajaeventos .derecha .widgettitle {font-size: 20px; margin-left:39px; }
.cajaeventos .izquierda .widgettitle {font-size: 20px; }

.cajaeventos #prev {display: none;}


/* BUZÓN WE ARE LAS NAVES */
.buzon {width: 370px; float:right; text-align:left; margin-top: 157px; margin-right:100px; padding-bottom: 157px; }
.buzon1 {	color: #FFFFFF;	font-size: 15px;	letter-spacing: 0.1px;	line-height: 19px;}
.buzon2 {color: #FFFFFF; font-size: 37px;font-weight: bold;	letter-spacing: 0.25px;	line-height: 47px; margin-top: 10px;
margin-bottom: 10px;}
.buzon3 {		color: #FFFFFF;	font-family: "Libre Franklin";	font-size: 19px;	font-weight: 500;	line-height: 28px;}
.buzon4 a {color: #FFFFFF;		font-size: 15px;	letter-spacing: 0.1px;	line-height: 37px;	text-align: center; display:block;	box-sizing: border-box;	height: 44px;	width: 213px;	border: 2px solid #FFFFFF; text-transform: uppercase;}

.iminsta {width:12.5%;}
.iminsta2 {width:25%;}
.iminsta:hover {opacity:0.8;}


/* LAS NAVES LIFE */

.imagenportadagenerica {min-height: 450px;}

.imagenportadagenerica  h1 {color: #fff; font-size: 58px;	font-weight: bold;	letter-spacing: 0.39px;	line-height: 64px;	text-align: center; padding-top: 40px;margin-bottom: 10px; max-width: 690px; margin-left: auto; margin-right: auto;}
.imagenportadagenerica  .subtitular {color: #fff; font-size: 16px;	letter-spacing: 0.11px;	line-height: 20px;	text-align: center; max-width: 882px; width:90%; margin-left:auto; margin-right:auto;}



/* BOTONES ESPECIALES */


.datosfichaportada a {
color: #fff;
font-size:18px;
font-weight: bold;
display:block;
    margin-top:30px;
    transition-duration: 0.3s;
    cursor:pointer;
}


.datosfichaportada a::after {
    /*content: url(https://www.lasnaves.com/wp-content/uploads/2020/11/flechablanca.png);
    position: absolute;
    bottom: -20px;
    left: 0px;
    transition-duration: 0.3s;*/
    position: absolute;
    bottom: -12px;
    left: 0px;
	background-image: url(https://www.lasnaves.com/wp-content/uploads/2020/11/flechablanca.png);
    width: 100%;
    height: 12px;
    content: "";
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    transition-duration: 0.3s;
}

.home .datosfichaportada a {
	text-align: right;
	width: max-content;
    margin-left: auto;
    position: relative;
}

.datosfichaportada a:hover {
	margin-right: 15px;
}
.datosfichaportada a:hover::after {
    left: 30px;
}

    
.sabermasbot a {
text-align:center;
font-size:18px;
font-weight: bold;
display:block;
    transition-duration: 0.3s;
    cursor:pointer;
}

.sabermasbot a::after {
    content: url(https://www.lasnaves.com/wp-content/uploads/2020/09/flecha_cargas_mas.png);
    display: block;
    margin-left: 21px;
    margin-top: -5px;
    transition-duration: 0.3s;
}

.sabermasbot a:hover {
margin-left:-20px;
}
.sabermasbot a:hover::after {
    margin-left:60px;
}



.enlacesabermas:hover > .flechasabermas {
    transform: translate(9px,0px);
}




/* AJUSTES DE CSS PARA LAS FLIP CARDS */

.centradoflips {margin-top:-200px; clear:both;}

.flip {
  background-color: transparent;
  width: 183px;
  height: 168px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  display:inline-block;
  margin:10px;
}

/* This container is needed to position the front and back side */
.flipinterior {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip:hover .flipinterior {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip div.delante, .detras {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip div.delante {
  background-color: #fff;
  color: black;
  text-align:center;
  	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.12);
}
.flip div.delante strong {
    	font-size: 17px;
    	font-weight: 500;
    	
}

.flip div.delante strong img {
    	margin-top:23px;
    	margin-bottom:-10px;
    	
}

.flip div.detras {
  background-color: #ED6D05;
  color: white;
  transform: rotateY(180deg);
  box-shadow: 0 19px 14px -10px rgba(237,109,5,0.69);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  padding:20px;
 
}
.flip div.detras strong {
    	font-size: 17px;
    	font-weight: 500;
    	margin-bottom:-7px;
    	display:block;
}

/* NOSOTROS */

.nosotros p {	color: #303731;	font-family: "Libre Franklin";	font-size: 19px;	font-weight: 500;	line-height: 28px;}
.nosotros .subtitular p {color: #fff; font-size: 16px;	letter-spacing: 0.11px;	line-height: 20px;	text-align: center;}
.nosotros .caja-historia {max-width: 880px; margin-right:auto; margin-left:auto;  }
.nosotros .caja-vision {max-width: 350px; margin-right:auto; margin-left:auto; margin-top:50px;}
.nosotros .caja-valores {max-width: 385px; margin-right:auto; margin-left:auto; margin-top: 120px; }
.nosotros .caja-presentaciones {max-width: 300px; margin-right:auto; margin-left:auto; margin-top: 110px; }
.nosotros .caja-presentaciones {max-width: 300px; margin-right:auto; margin-left:auto; margin-top: 110px; }
.nosotros .caja-equipo {max-width: 385px; margin-left:60px; margin-top: 110px; }
.nosotros .caja-documento {max-width: 200px; margin-right:auto; margin-left:auto; }
.nosotros .filayaformasparte {max-width: 1196px; margin-right:auto; margin-left:auto; }
.nosotros .filayaformasparte h1 {line-height: 49px; font-size: 38px;}



/* BENEFICIOS (GENÉRICO LOOPS) */

.filtrosloop {max-width: 1200px; width:90%; margin-left:auto; margin-right:auto; padding-left:5px; margin-top:85px; margin-bottom:25px; }
.filtrosloop a {color: #A4A4A4;	font-size: 14px; font-weight: bold;	line-height: 18px; margin-right:30px; }
.filtrosloop a:hover {color: #303731;}

.elloop {max-width: 1200px; width:91%; margin-left:auto; margin-right:auto; margin-top:60px; }
.elloop article {width:286px; float:left; margin:10px; min-height:444px; background-color: #fff;}
.elloop  a .wp-post-image {width:284px; height:203px; background-size:cover; background-position:center center; background-color: #e6e6e6; text-align: center; padding-top: 90px;}
.elloop  h2 {color: #232622;font-size: 20px;	font-weight: bold;	line-height: 26px;}
.elloop  p {color: #232622;	font-size: 14px;line-height: 20px;}
.elloop  .author, .elloop article .comments, .elloop article .date , .elloop article .post-edit-link {display:none;}
.elloop  .categoria {margin-top: -17px;}
.elloop  .categoria a {display:inline-block; background-color: #ED6D05; padding-left: 20px; padding-right:20px; padding-top: 5px; padding-bottom:5px; color: #fff; font-size: 15px;	font-weight: bold;	line-height: 26px; }

.elloop  .contenido {color: #232622; font-size: 14px; line-height: 20px; min-height:76px; margin-bottom:8px;}
.elloop  .sabermas a {	color: #ED6D05;	font-family: "Libre Franklin";	font-size: 14px;	font-weight: bold;	line-height: 26px; border-bottom: 2px solid #ED6D05; padding-bottom: 2px;}

.post-type-archive-portfolio-beneficios .sidebar, .noticiastmp .sidebar, .post-type-archive-portfolio-faqs .sidebar  {display:none;}

.portfolio-beneficios, .type-post {text-align: left;}

/* SINGLE (NOTICIAS + BENEFICIOS) */

.single .contenidogrande {display:block; max-width:990px; margin-left:auto; margin-right:auto; color: #232622;	font-size: 14px;	line-height: 20px; margin-top:120px;  }
.single .categoriacuadra a {background-color: #ED6D05; padding-left: 110px; padding-right: 30px; padding-top: 15px; padding-bottom: 15px; color: #fff; font-size: 23px; font-weight: bold; line-height: 26px; margin-top: -30px;}
.single .otrosinteres {display: flex; background-color: #FFC46B; padding-bottom:120px; padding-top: 55px; margin-top: 40px;}
.single .elloop article .wp-post-image {width:100%; background-color: #e6e6e6;}
.single .elloop article h2, .single .elloop article .contenido, .single .elloop article .sabermas {padding-left:25px; padding-right:25px;}
.single .otras{display:block; float:left; top:20px;  width: 263px;	 color: #303731; font-size: 19px;	font-weight: 500;	line-height: 28px; margin-top:50px;margin-left: 50px;}
.single .otras strong{display:block; color: #303731; font-size: 24px;	font-weight: bold;	line-height: 26px; padding-bottom:0px;}


/* FAQs */

.faqs .flipfaqs {height: 243px; width: 285px; min-height:243px;  }
.faqs .flipfaqs .delante{background-color: #F7F7F7;	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1); background-image: url(https://lasnaves.com/wp-content/uploads/2019/09/background-faq.png); background-repeat: no-repeat; background-position: top left; color: #232622;font-size: 19px;	font-weight: bold;	letter-spacing: 0.13px;	line-height: 24px; text-align:left;}

.faqs .flipfaqs  .wp-post-image {display:none; }
.faqs .flipfaqs .delante h2 {padding-top:127px; padding-left: 27px; padding-right: 27px; font-size: 19px;	font-weight: bold;	letter-spacing: 0.13px;	line-height: 24px; text-align:left; }
.faqs .flipfaqs .detras h2, .faqs .flipfaqs .detras h2 a {		color: #FFFFFF;		font-size: 19px;	font-weight: bold;	letter-spacing: 0.13px;	line-height: 24px;}
.faqs .flipfaqs .detras {	background-color: #ED6D05;		box-shadow: 0 18px 14px -10px rgba(237,109,5,0.51); 	color: #FFFFFF;			font-size: 14px;	line-height: 23px;}
.faqs .flipfaqs .detras	.seguirleyendo a{ float:right; 	color: #FFFFFF;		font-size: 14px;	font-weight: bold;	line-height: 49px; }
.faqs .flipfaqs .detras	.seguirleyendo {margin-bottom: -15px; margin-left: 8px;}
.enlacesupfaqs {color: #FFFFFF;	font-size: 15px;	letter-spacing: 0.1px;	line-height: 19px;	text-align: center;}
.divenlfaqs {width: 100%; margin-top: 100px; text-align: center; margin-bottom: -80px;}
.faqs .elloop .contenido {color: #fff;}

/* DOCUMENTOS */
/* Valorar si poner margin-left: -15px; margin-right: -15px; en el loop principal */
.docu {float:left; margin-left: 8px; }

.docu, .docu  .wp-post-image{display:block; height: 277px; width:100%;	max-width: 393px; background-color: #F7F7F7; text-align: center; background-position:center center;  }

.docu .wp-post-image h2 {padding-top: 137px; margin-top:0px; }

.post-type-archive-portfolio-documentos p { color: #303731; font-family: "Libre Franklin"; font-size: 19px; font-weight: 500; line-height: 28px; text-align: center;}

.filadocs {margin-left:-23px; margin-right:-23px;}

/* YOUR ZONE */

.yzimagenperfil {width:40%; float:left;}
.yzdatos {width:60%; float:left;}
.yzprofileimg  {
	margin-left:auto;
	margin-right:auto;
	position:relative;
    width:193px;
    height:193px;
    background-repeat: no-repeat;
	background-size:cover;
	margin-top:60px; 
}

.yzintprofileimg {
	position:absolute;
	top:0px;
	left:0px;
	width:193px;
    height:193px;
	background-repeat: no-repeat;
	background-size:cover;
	background-image: url(../../uploads/2019/09/mascaragrande.png);
	
}

.yzintprofileimg43 {
	position:absolute;
	top:0px;
	left:0px;
	width:43px;
    height:43px;
	background-repeat: no-repeat;
	background-size:cover;
	background-image: url(../../uploads/2019/09/perfilover.png);
	
}

.nombrebajoimletra {	margin-top: 30px; color: #232622; font-size: 18px;	font-weight: bold;	letter-spacing: 0.12px;	line-height: 23px;	text-align: center; }
.cargobajoimletra{	    margin-top: -13px; color: #ED6D05;	font-size: 14px;	line-height: 26px;	text-align: center;}

.yzdatos h1 {	color: #232622;	 font-size: 42px;	font-weight: bold;	letter-spacing: 0.28px;	line-height: 54px; margin-top:60px; margin-bottom:0px;}

.yzdatos h2 {	color: #ED6D05;	font-size: 17px;	font-weight: 500;	line-height: 26px; margin-top:0px;}

.yzdatos .desc {color: #303731;		font-size: 17px;	line-height: 26px; margin-bottom:20px;}

.yzdatos .campo { width:80%; border-bottom: 1px solid #232622; height:55px; color: #232622;font-size: 15px;letter-spacing: 0.1px;line-height: 55px;}

.alinearder {text-align: right; float:right;}

.informacioninte {color: #303731;	font-size: 24px;	font-weight: bold;	line-height: 26px; margin-top: 60px; padding-bottom: 25px; clear: both; float: left; width: 100%;}

.englobadocsuser .docu h2 { color: #303731; font-size: 19px; font-weight: 500; line-height: 28px; text-align: center;}


/* EQUIPO */


.listadoequipo {max-width: 1220px;}

.eqintprofileimg {
	position:absolute;
	top:0px;
	left:0px;
	width:193px;
    height:193px;
	background-repeat: no-repeat;
	background-size:cover;
	background-image: url(../../uploads/2019/09/mascaragrande.png);
	
}

.listadoequipo .eqimagenperfil {float:left; margin:10px; height: 351px;	width: 268px;	background-color: #FFFFFF;	 position:relative; }
.listadoequipo .eqimagenperfil:hover {box-shadow: 0 2px 14px 0 rgba(0,0,0,0.12);  }
.eqimagenperfil:hover .vermas {display:block;}
.listadoequipo .yzprofileimg {margin-top: 21px;}
.eqdatos {width:60%; float:left;}
.listadoequipo .depart{	width: 250px;	color: #A4A4A4;	font-size: 14px;	line-height: 26px;	text-align: center; cursor:pointer;}
.listadoequipo .nombreycargobajoim {}
.listadoequipo .cargobajoimletra {line-height:20px;}
.listadoequipo .vermas {display:none; position:absolute; bottom:-18px; width:100%;}
.internovermas {width: 194px; height: 34px; display:block; box-shadow: 0 15px 10px -10px rgba(237,109,5,0.71); background-color: #ED6D05; color: #fff; font-size: 12px;	font-weight: 900;	letter-spacing: 0.08px;	line-height: 35px;	text-align: center; margin-left:auto; margin-right:auto; cursor:pointer; }
.lupaequipo {margin-bottom: 10px;}
.popup {display:none; background-color: #fff; z-index:10000; position:fixed; left: 10%; right: 10%; top:10%; width:80%; padding:30px;}
.cerrarpopup {position: absolute; right: 0px;top: 0px; font-size: 20px; padding: 10px 20px 20px 20px; cursor: pointer;}
.hablamos {  margin-top:10px; text-aling:center;}
.hablamos a{display:block; height: 34px;	width: 164px;	background-color: #ED6D05;	box-shadow: 0 15px 10px -10px rgba(237,109,5,0.71); color:#fff; font-size: 12px;	font-weight: 900;	letter-spacing: 0.08px;	line-height: 32px;	text-align: center;  margin-left:auto; margin-right:auto;}
.capatapa {position:fixed; top:0px; left:0px; width:100%; height:100%;	opacity: 0.62;	background-color: #DDDDDD; display:none; z-index:9999; }

.equipo .departamento {display:none; margin-left:auto; margin-right:auto; text-align:center; max-width:700px;}
.equipo .departamento .titulodep {color: #303731;	font-size: 12px;	letter-spacing: 0.08px;	line-height: 15px;	text-align: center;}
.equipo .departamento .nombredep {	color: #232622;	font-family: "Libre Franklin";	font-size: 38px;	font-weight: bold;	letter-spacing: 0.25px;	line-height: 49px;	text-align: center;}
.equipo .departamento .visita a {	width: 185px;	color: #ED6D05;	font-family: "Libre Franklin";	font-size: 14px;	font-weight: bold;	line-height: 18px;}

.equipo .mas, .equipo .menos {	cursor:pointer;	height: 28px;	width: 28px;	background-color: #FFFFFF;	box-shadow: 0 6px 14px -3px rgba(0,0,0,0.28); border-radius: 100%; 	color: #303731;	font-size: 22px;	letter-spacing: 0.15px;	line-height: 28px;	text-align: center; display: inline-block; margin-right: 10px;}

.equipo .menos {display:none;}

.equipo .verdep, .equipo .noverdep {	color: #303731;		font-size: 18.48px;	font-weight: bold;	line-height: 34px;}

.equipo .noverdep {display:none;}

.equipo .filtros {	display: none; border-top: 1px solid #E2E2E2; padding-top: 20px; margin-top: 20px; }

.equipo .filtros a {line-height: 40px;}

.equipo .vertodosboton {display:none; margin-top:40px; height: 44px;	width: 213px; margin-left:auto; margin-right:auto;}
.equipo .vertodosboton a{	display:block; height: 44px;	width: 213px;	border: 2px solid #303731;  text-align: center; color: #303731;	font-size: 15px;	letter-spacing: 0.1px;	line-height: 42px; }


.footer.movil { display:none;}

   .soloescritorio {display:block;}
    .solomovil {display:none;}
	
	
/* Formularios gform */



#gform_fields_2 input, #gform_fields_3 input {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #0075BB;
    font-size: 20px;
}

#gform_fields_2 select, #gform_fields_3 select {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #0075BB;
    font-size: 20px;
    padding-bottom: 6px;
    color: #0075BB;
}

#gform_fields_2 .gchoice label, #gform_fields_3 .gchoice label {
    font-size: 20px !important;
    font-weight: 300 !important;
    max-width: 90%;
    margin: auto;
    padding-bottom: 10px;
    font-family: 'Libre Franklin','Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
}

#gform_fields_2 .gchoice input, #gform_fields_3 .gchoice input {
    vertical-align: baseline;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

#gform_fields_2 li.gfield, #gform_fields_3 li.gfield {
    margin-bottom: 30px;
}

#gform_fields_2 textarea, #gform_fields_3 textarea {
    border: 3px solid #0075BB;
    font-size: 20px;
    color: #0075BB;
}

#gform_fields_2 .charleft.ginput_counter.warningTextareaInfo, #gform_fields_3 .charleft.ginput_counter.warningTextareaInfo {
    font-size: 10px;
}

#gform_fields_2 td p, #gform_fields_2 td li, #gform_fields_3 td p, #gform_fields_3 td li {
    font-size: 20px !important;
}

.gform_footer input#gform_submit_button_2, .gform_footer input#gform_submit_button_3 {
    margin-top: 20px;
    background-color: #0075bb;
    border: 2px solid #0075bb;
    border-radius: 0px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 35px;
    font-size: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
	font-size: 15px;
}




/*------------------------------------*\
    IMÁGENES
\*------------------------------------*/





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


@media only screen and (max-width:1280px) {
.centradoflips {
    margin-top: 0px;
}
}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:1024px) {
    
    .menuprincipal .marginextra {
    margin-left: 0px;
}

}
@media only screen and (max-width:768px) {
    
  
      /*   .logo { position: absolute;
    top: 12px;
    left: 72px;
    width:240px;}*/
    
    
    .imagenportadagenerica h1 {font-size: 9vw; line-height:9vw; max-width:90%;}

    .menuprincipal .menu-item {width:100%;}
    .menuprincipal ul.sub-menu {margin-top:15px; min-height:inherit; }
	
	.titularesportada {margin-left: 31px !important;}
	.nextend-thumbnail-inner {display:none;}
	
	.destacadocorporativo h2 {
    font-size: 31px;
    line-height: 37px;
		margin-left:31px !important;
}
	.destacadocorporativo h4 {
	
		margin-left:31px !important;
		
	}
	
	.destacadocorporativo .vc_cta3-actions {margin-top:0px; float:none;}
	
	.destacadocorporativo {height: 332px;}
	
	.destacadocorporativo button { float: left; margin-left:30px;}
	
	.zonasfrecuentestitular {padding-top: 1px !important;}
	
	
	.zonasfrecuentes {width:375px; max-width:auto;}
	
	.buzon {width: 70%; float: left; margin-left:61px;  text-align: left; margin-top: 157px;}
	
	.contenidogrande {padding-left:20px; padding-right:20px;}
	
	.yzimagenperfil, .yzdatos, .informacioninte, .englobadocsuser {width:90%; margin-left:auto; margin-right:auto; float:none;}
	
	.yzdatos .campo{width:100%;}
	
	.logolasnavescajainf {padding-left: 20px !important; margin-right: 20px !important; padding-top: 40px !important;}
	
}

@media only screen and (max-width:640px) {
    
    .soloescritorio {display:none;}
    .solomovil {display:block;}
    
    .menuprincipal { width:100%; right:-100%;  padding-top: 100px; padding-left: 20px;}
	
	.menuprincipal .principal {
    font-size: 37px;
}
	.menuprincipal .secundario {
    font-size: 21px;
	}
        
        .menuprincipal ul.sub-menu {
    right: -100%;
            width:50%;
        }
    
	.swiper-container#sliderarriba .vc_row, .swiper-container#sliderabajo .vc_row {
		width:100vw; margin-left:0px !important;
		margin-right:0px !important;
	}
	  
	.swiper-container#sliderarriba .vc_row.vc_row-o-full-height, .swiper-container#sliderabajo .vc_row.vc_row-o-full-height {
		min-height: 50vh;
	}
    
	.titularportada {
		font-size: 40px;
		font-family: "Libre Franklin";
		font-weight: 700;
		line-height: 43px;
	}
    
	.swiper-container#sliderarriba, .swiper-container#sliderabajo {
		width: 100vw;
		height: 50vh;
		margin-left: auto;
		margin-right: auto;
		float: left;
	}

  /*  #sliderarriba div {width:100vw !important; height:50vh !important; max-width:100vw !important;}*/
    
    .portadaimagen, .portadaimagen div{padding:0px !important; margin:0px !important; width:100vw !important; height:50vh !important;}
    
	.swiper-container#sliderarriba .swiper-slide, .swiper-container#sliderabajo .swiper-slide {
		margin-left:0px !important;
		margin-right:0px !important;
    }

.swiper-container#sliderarriba .swiper-slide .vc_row, .swiper-container#sliderabajo .swiper-slide .vc_row {padding:30px;}
	
	.losdossliders .swiper-button-prev {
		background-image:url(img/flechaabajo.png); 
		background-size:contain;
		background-repeat:no-repeat;
		transition-property: opacity; transition-duration: 0.2s;
}
	
	
	.losdossliders .swiper-button-next {
		background-image:url(img/flechaarriba.png); 
		background-size:contain;
		background-repeat:no-repeat;
		transition-property: opacity; transition-duration: 0.2s;
	}

.losdossliders .swiper-button-next::after, .losdossliders .swiper-button-prev::after {content:" " !important;}



.losdossliders .swiper-button-next {width:61px; height:81px; margin-top: -40px; transform: rotate(90deg); right:0px !important; left:auto; }
.losdossliders .swiper-button-prev {width:61px; height:81px; left: 0px !important; margin-top: -40px; transform: rotate(90deg);}

.losdossliders .swiper-button-prev:hover, .losdossliders .swiper-button-next:hover {opacity:0.7;}

.enlacesabermas {cursor:pointer; line-height:16px;}
.flechasabermas {cursor:pointer; transition-property: transform; transition-duration: 0.2s; transform: translate(0px,0px); margin-top:-5px;}

.enlacesabermas:hover > .flechasabermas { transform: translate(9px,0px); }

    
    
	.home .novedadesfila, .home .actualidadnuevafila, .home .filamissions, .home .filaprogramacion, .home .filascroll, .home .filasalas  {padding-left:15px !important; padding-right:15px !important;}
	
	.portproygrid .proyport.titular a {

    line-height: 32px;
}
	
	.portproygrid .port.extracto {
    column-count: 1;
    column-width: auto;
    width: auto;
    top: 10px;
}
	
	
	.calendario .evento_tabla, .calendario_ava .evento_tabla {display:none;}
	
	.home .tituloseccionprinsl, .home .tituloseccionprin, .home .tituloseccionprinpr {
    font-size: 40px;
    font-weight: 500;
}
	
	
.menuprincipal ul.sub-menu a {
    font-size: 21px;
}
	
.menuprincipal ul.sub-menu {

    right: -100%;
    width: 100%;

}
.menuprincipal ul.sub-menu {

    margin-top: 0px;
    min-height: inherit;

}
	
	.menuprincipal .equismenu {
  
    float: none;
    margin-top: 0px;
		position:absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background-position:center center;
		z-index:10000;
}
    
    .contactocoliz .vc_column-inner {margin-left:0px !important; margin-right:0px !important; padding-left:30px !important; padding-right:30px !important; padding-top:0px !important; padding-bottom:30px !important;}
    
    .contactocolder .vc_column-inner {margin-left:0px !important; margin-right:0px !important; padding-left:0px !important; padding-right:0px !important; padding-top:0px !important; padding-bottom:0px !important;}
	
    /* .filamissions .wpb_column > .vc_column-inner {margin-left:0px !important; margin-right:0px !important; padding-left:30px !important; padding-right:30px !important; padding-top:20px !important; padding-bottom:0px !important;} */
	
	.filamissions .wpb_column > .vc_column-inner {margin-left:0px !important; margin-right:0px !important; padding-top:20px !important; padding-bottom:0px !important;}
    
    .filasalas .vc_column-inner {margin-left:0px !important; margin-right:0px !important; padding-left:30px !important; padding-right:30px !important; padding-top:30px !important; padding-bottom:0px !important;}
    
    .novedadesfila .vc_column-inner {margin-left:0px !important; margin-right:0px !important; padding-left:30px !important; padding-right:30px !important; padding-top:30px !important; padding-bottom:0px !important;}
	
	.actualidadnuevafila .vc_column-inner {margin-left:0px !important; margin-right:0px !important; padding-left:30px !important; padding-right:30px !important; padding-top:30px !important; padding-bottom:0px !important;}
	
	.home .actualidad_titulo {
    font-size: 4vw;
    line-height: 4.5vw;
		margin-top:20px;
}
    
    .filaprogramacion .vc_column-inner {margin-left:0px !important; margin-right:0px !important; padding-left:30px !important; padding-right:30px !important; padding-top:30px !important; padding-bottom:0px !important;}
	
	.filaprogramacion .vc_column-inner {margin-left:0px !important; margin-right:0px !important; padding-left:30px !important; padding-right:30px !important; padding-top:30px !important; padding-bottom:0px !important;}
	
	.filaprogramacion .contenedor.calendario .vc_column-inner { padding-right: 0px !important; padding-left: 0px !important; }
    
    .formulariosalasportada  .vc_column-inner {margin-left:0px !important; margin-right:0px !important; padding-left:0px !important; padding-right:0px !important; padding-top:0px !important; padding-bottom:0px !important;}
    
    
    .datoscontacto div {max-width:100%;}
    
    .datoscontacto strong {    display: block;   padding-top: 50px;}
    
    .filamissions img {max-width: 70% !important;}
    
    
    .tituloseccionprinsl p {
    margin-top: 0px;
    margin-left: 0px;
    line-height: 43px;
}
    
    .tituloseccionprin p {
    margin-top: 0px;
    margin-left: 0px;
    line-height: 43px;
}
    
    .tituloseccionprinpr p {
    margin-top: 0px;
    line-height: 43px;
}
    
    
    .novedadesfila .extracto {padding:0px !important;}
    
    .novedadesfila .fotofondo {background-color: #0000001a;}
    
    .novedadesfila .flecharosa2 {display:none;}
    
    .formulariosalasportada .Nombre, .formulariosalasportada .Telefono, .formulariosalasportada .Fechas, .formulariosalasportada .salas, .formulariosalasportada select  {width:100% !important;}
    
    .novedadesfila .tituloproymovil {font-size:24px; color:#e1a8c9; font-size: 50px; color: #e1a8c9;font-weight: 500; line-height: 53px; }
    .novedadesfila .filatityflecha {padding:0px !important;}
    
    .novedadesfila .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {top:-70px; opacity:1 !important; font-size: 45px !important;}
    .novedadesfila .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {opacity:1 !important; }
    .novedadesfila .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {display:none;}
    
    
    
    
    
    /* NEWSLETTER */
    /* NEWSLETTER */
    /* NEWSLETTER */
    
    .newsletter .sub_titulo, .newsletter .portada_pagina .sub_titulo h1 {
        
    font-size: 40px !important;
    line-height: 45px;
        
    }
    
    .newsletter .checkbox-395 span{
    text-align:left;
    }
    
    .newsletter #ver.contenedor {padding-bottom:0px !important;}
    
    
    
    /* COMO TRABAJAMOS */
    /* COMO TRABAJAMOS */
    /* COMO TRABAJAMOS */
    
    
    
    
    
    
    /* AVALUA LAB */
    /* AVALUA LAB */
    /* AVALUA LAB */
    
	.avalualab .sub_titulo, .futurlab .sub_titulo {
		font-size: 29px !important;
		line-height: 38px;
	}
    
    .avalualab .sub_titulo br {display:none;}
    
    
    
}


@media only screen and (max-width:480px) {
    
    .footer.movil { display:block;}
    .footer.escritorio { display:none;}
	
       .docu {
    margin-left: 0px;
}
	
	.columnaanchomovil {width:100%; margin-bottom:10px;}
	.columnaanchomovil .vc_column-inner {padding-left:0px !important; padding-right:0px !important;}
	
	.listadoequipo .eqimagenperfil {margin-left: auto; margin-right: auto; float: none; margin-bottom: 40px; padding-top:1px;}
    
	.popup {left:0%; top:0%; width:100%; height:100%; overflow: auto; padding-bottom:40px;}
	.popup .yzdatos {padding-bottom:120px;}
	
    
    
	.footer #menu-avisos li { list-style: none; float: none; margin-left: -8px; width: 100%; text-align: center;}
	.menuinfcopy, #menu-avisos,  #menu-avisos div, .menuinfcopy div  {width:100%; text-align:center;}
	#menu-redes-1, #menu-redes_es-1 {  margin-top: 10px; width: 100%; text-align: center; padding: 0px;}
	#menu-redes-1 li, #menu-redes_es-1 li {display:inline-block;}
	#menu-redes-1 .redes, #menu-redes_es-1 .redes {float:none;}
    
    .single-empleo #menu-redes-1 img, .single-empleo #menu-redes_es-1 img, .single-empleo #menu-redes-1 li, .single-empleo #menu-redes_es-1 li, .single-empleo .siguenos, .single-empleo .suscribete .flechaformu {
    color: #fff;
    filter: brightness(0) invert(1);
}
    
    
    .primerfooter li, .primerfooter div{
    width:100%;
    }
    .primermenu, .segundomenu {margin-left:20px;  padding-left:0px;}
    
    .footer a {font-size:20px;}
    
    .segundomenu ul {padding-left:0px; margin-top:0px; padding-top:0px;}
    
    .suscribete {padding-left:20px; padding-right:20px;}
    .suscribetxt {font-size:17px;}
    .suscribete input {font-size:20px;}
    
    .siguenos  {font-size:16px; float:left; padding-left:20px;}
    #menu-redes-1, .siguenos, #menu-redes_es-1 { text-align: left; }
    
    .menuinf a { float:left;}
    
    .footer .menuinf .logospie {
    float: left; width: 35vw;
        margin-right:0px;
        margin-bottom:30px;
}
    
    .footer .menuinf div  a .logospie.ayto {
       margin-right:5vw; 
        margin-top: -8px;
    }
    
    .primermenu ul {padding-left:0px;}
    
    .primermenu {margin-top:40px;}
    .segundomenu {margin-top:-20px;}
    
    .footer .menuinf {margin-left: 20px; margin-right: 20px;}
    
    .suscribete .flechaformu {
    margin-top: 2px;
    }
	
	.formulariosalasportadasalas  > .vc_column-inner {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	.formulariosalasportadasalas form {
		margin-top: 0px;
		width: 100%;
	}
	
	.btn_apunte a {
		width: 100%;
	}

}

@media only screen and (max-width:375px) {
    
	.logo {
		position: absolute;
		top: 0px;
		left: 5px;
		width: 130px;
	}

	
	
	
	

}

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


}





