/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/


/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

nav.nav {
    display: block;
    font-size: 12px;
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 2;
    width: 100%;
    
}
nav.nav.open {
    background: #294955;
    height: 100%;
    z-index: 1;
}
nav.nav .nav-list{
	display: none;
}
.nav-list {
	text-align:left;
	display:none;
	  margin: 0;
	z-index: 1;
position: relative;
padding: 0;
}

/* Mobile navigation */
.nav-mobile {
display: block;
    cursor: pointer;
    position: absolute;
    top: 48px;
    right: 5%;
    height: 20px;
    width: 30px;
    z-index: 1;
}
.nav-mobile:before {
content: '';
    width: 30px;
    height: 3px;
    background-color: #af641e;
    display: block;
    position: absolute;
    top: 0;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav-mobile:after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #af641e;
    display: block;
    position: absolute;
    bottom: 0;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav-mobile span {
    height: 3px;
    background-color: #af641e;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
/*header.open .nav-mobile:before, header.open .nav-mobile:after{
    background-color: #000;
}*/
header.open .nav-mobile:before{
background-color: #fff;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: 7px;
}
header.open .nav-mobile:after{
    background-color: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
top: 7px;
}
header.open .nav-mobile span{
    background-color: #fff;
	opacity: 0;
    width: 0px;
}

.nav-desk {
display: block;
    cursor: pointer;
    position: fixed;
    top: 60px;
    right: 5%;
    height: 20px;
    width: 30px;
    z-index: 100001;
}
.nav-desk:before {
content: '';
    width: 30px;
    height: 3px;
    background-color: #192073;
    display: block;
    position: absolute;
    top: 0;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav-desk:after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #192073;
    display: block;
    position: absolute;
    bottom: 0;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav-desk span {
    height: 3px;
    background-color: #192073;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
/*body.home.sin-scroll .nav-desk:before, body.home.sin-scroll .nav-desk:after, body.home.sin-scroll .nav-desk span{
    background-color: #fff;
}*/
body.open .nav-desk:before{
    background-color: #fff;
-moz-transform: rotate(42deg);
-webkit-transform: rotate(42deg);
-o-transform: rotate(42deg);
-ms-transform: rotate(42deg);
transform: rotate(42deg);
top: 7px;
}
body.open .nav-desk:after{
    background-color: #fff;
    -moz-transform: rotate(-42deg);
    -webkit-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
top: 7px;
}
body.open .nav-desk span{
    background-color: #fff;
	opacity: 0;
    width: 0px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:calc(5% - 12px);
	display:none;
	height:36px;
	width:36px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:36px;
	width:36px;
	/*background:url(img/drop.svg) no-repeat center center;
	background-size:20px;*/
	position: relative;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
i.nav-arrow:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 40%;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
i.nav-arrow:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 41%;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-click:hover {
	/*background-color:#e0dd28;*/
}
.activo .nav-arrow {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

.desk {
    display: block;
}
.mobile {
    display: none !important;
}
nav.nav{
	display: none;
}
.nav-responsive {
    position: relative;
}
.nav-responsive nav.nav {
    margin-top: 180px;
	display: none;
}
.nav-responsive nav.nav.open{
	display: block;
}
.nav-responsive .nav-list {
    width: 100%;
    margin: 0 0 2em;
    position: relative;
}
.nav-responsive .nav-list .menu-item {
    margin: 0;
}

.nav-responsive nav.nav .menu-item > a {
color: #284147;
	font-size: 16px;
    letter-spacing: 2px;
    padding: 5px 0;
}
.nav-responsive .nav-list li.menu-item a:after{
	display: none;
}
.nav-responsive ul.wpm-language-switcher.switcher-list {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.nav-responsive .nav-list .sub-menu {
    position: relative;
    width: 100%;
	margin-bottom: 0px;
	display: block;
	    opacity: 1;
}
.nav-list .activo .sub-menu {
    display: block;
}
.nav-responsive .nav-list .sub-menu li.menu-item a {
    text-transform: none;
    text-align: center;
    font-size: 16px;
    padding: 0;
    line-height: 35px;
    color: #284147;
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 1211px)  {
	.mobile_sector_int, .mobile_igf_int_int{
		display: none;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1210px) {
nav.menu {
    float: right;
}
	.mobile_sector_int, .mobile_igf_int_int{
		display: none;
	}
	nav.menu-2 {
    float: right;
    margin-right: 4em;
    position: absolute;
    right: 0;
}
	ul#menu-menu-2 {
    margin: 15px 40px 0 0;
}
	ul.wpm-language-switcher.switcher-list {
    margin: 15px 0 0 0;
}
	.nav-menu li:last-of-type {
    margin-right: 4em;
}
	.mobile_sector_int{
		display: none;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
	.mobile_sector_int, .mobile_igf_int_int{
		display: none;
	}
	nav.menu {
    float: right;
}
	nav.menu-2 {
    float: right;
    margin-right: 4em;
    position: absolute;
    right: 0;
}
	ul#menu-menu-2 {
    margin: 15px 4em 0 0;
}
	ul.wpm-language-switcher.switcher-list {
    margin: 15px 0 0 0;
}
	.nav-menu li:last-of-type {
    margin-right: 4em;
}
	.one-page-arrow.scroll {
    left: 1%;
	}
	.intro-video-wrap {
    right: -10%;
	}
	.video.video-derecha .intro-video-wrap {
    left: -10%;
    right: auto;
	}
	.miembro-equipo h2:before {
    width: 10px;
    margin-right: 8px;
}
	
}
@media only screen and (min-width: 0px) and (max-width: 960px) {
.home header.sin-scroll {
    margin-top: 0;
}
	.etiquetas {
    display: table-caption;
}
	.etiqueta {
    margin: 0 15px 10px 0;
}
	header.open {
    height: 100%;
    background-color: #fff;
}
	a.logo-header {
    width: 38vw;
    height: 20vw;
    margin: 7vw;
}
	.home header.open .logo-header{
	background: url(../images/logo-header-color.svg) no-repeat center;
    background-color: rgba(255,255,255,0);
    background-size: contain;
	}
.nav-menu li.menu-item.wpml-ls-item a{
    display: inline-block;
    height: auto;
    padding: 10px;
	}
.home .nav-menu li.menu-item.wpml-ls-current-language a span, .home .nav-menu li.menu-item a span {
    width: 100%;
    display: inline-block;
    line-height: 1;
}
	.home.page h1 {
    line-height: 40px;
	margin: 0;
    width: 90%;
}
ul#menu-menu-3, ul#menu-menu-2-eng-1 {
    width: 100%;
    margin: 0 0 50px;
    display: block;
    position: fixed;
    bottom: 10%;
    text-align: center;
}
	ul#menu-menu-3 li, ul#menu-menu-2-eng-1 li {
    display: inline-block;
    width: auto;
}
	#overlay .logo {
    top: calc(50% - 33px);
    left: calc(50% - 150px);
    width: 300px;
    min-width: 60%;
    height: 65px;
	}
	.home .container {
    /*width: 80%;
    float: right;
    padding: 0;
    margin: 0 5% 0 15%;*/
}
	.home .slide-home .container {
    margin: 0 auto;
}
	.linea {
    display: none;
}
	.item-principio {
    width: 100%;
	}
	.container.tiene-fondo {
    padding-bottom: 0px;
}
	.full.background {
    right: 0;
}
	.full.background img {
display: none;
}
	.page h1, .archive h1, .single-areas_de_negocios h1, .single-equipo h1, .single-directorio h1 {
    font-size: 25px;
		float: left;
	    width: 100%;
	}
	.single-areas_de_negocios h1{
		margin-top: 0;
	}
	p.FT_direccion {
    width: 230px;
}
	.resumen li em {
    display: contents;
}
	.testimonio {
    width: 76%;
    margin: 60px 12% 80px;
}
	.caja_testimonio {
    font-size: 14px;
    line-height: 20px;
}
	.nombre_testimonio {
    font-size: 15px;
    line-height: 16px;
}
	.linea-tiempo .ano a {
font-size: 28px;
    padding-left: 20px;
    line-height: 42px;
}
	.linea-tiempo {
    width: 20%;
	    margin-top: 0;
	}
	.tiempo .texto {
    width: 70%;
    margin-top: 0;
    float: right;
}
	.linea-tiempo:before{
    width: 1px;
    height: calc(100% - 38px);
    top: 20px;
	}
	.linea-tiempo .ano:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    bottom: 18px;
    left: -3px;
	}
	.linea-tiempo .ano:hover:before, .linea-tiempo .ano.activo:before {
    background-color: #cf8766;
    width: 6px;
    height: 6px;
    left: -3px;
    bottom: 18px;
    border-radius: 50%;
}
	.pie {
    margin: 10px 0;
}
	.fondo h2 {
    margin: 20px 0 45px;
}
	.icono {
    margin: 0 auto 20px;
}
	#main, .content {
    margin-top: 130px;
}
	.home #main, .home .content {
        margin-top: 0;
}
	.slide-home h2.titulo p {
    font-size: 30px;
	}
	nav.nav{
		display: block;
	}
	.nav-list{
	position: absolute;
    top: 40%;
	display:none;
	}
	.nav.open .nav-list{display: block;}
	
	#loader-logo-hover{
		min-height: 130px;
	}
	#loader-logo-hover span{
		min-width: 300px;
    min-height: 130px;
	}
	
.desk{
    display: none !important;
}
.mobile {
    display: block !important;
}
	nav.nav{
		display: inline-block;
	}
	.nav-mobile {
		display:block;
	}
	nav.normal  {
		display:none;
	}
	.nav-list {
		display:none;
	}
	nav.nav .menu-item {
		width:100%;
		float:none;
	    margin: 0;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	nav.nav .menu-item:hover .nav-submenu {
		display:none;
	}
	
	.nav-submenu {
		position:static;
		width:100%;
	}
	.item-principio img.icono-normal, .item-principio.activo img.icono-normal {
    display: none;
}
	.item-principio img.icono-hover, .item-principio.activo img.icono-hover {
    display: block;
}
	.item-principio h2, .item-principio.activo h2 {
    color: #fff;
}
	.item-principio .texto{
		display: block;
	}
	.thumbnail.sobre {
    position: relative;
        width: 100%;
    margin: 0 0 5%;
    height: auto;
}
	.miembro-equipo {
    width: 40%;
    margin-right: 20%;
}
	.miembro-equipo:nth-child(even) {
    margin-right: 0;
}
	.miembro-equipo img {
    float: none;
}
	.dos-columnas {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
	.item-cifras {
    float: left;
    margin-right: 0px;
	margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
	.item-cifras:last-of-type {
		margin-bottom: 0px;
	}
	.cifras .numero:before {
    margin: 0 auto 30px;
}
	.sector {
    float: left;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
	border-bottom: 1px solid #e1e0e0;
}
	.sectores-cont {
    margin-bottom: 100px;
}
	.contenido-igf .sectores-cont {
    margin-bottom: 0;
}
	.sector a, .contenido-igf .sector a {
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
}
	.sector a:after{
		content: '';
		background: url("../images/ico-mas-igf.svg") no-repeat center center;
		width: 20px;
		height: 20px;
		display: inline-block;
	    float: right;
	}
	.single-comunidad h1 {
    line-height: 35px;
    font-size: 30px;
}
	.single .contenido-cabecera {
    margin: 75px 0 20px;
	}
	.thumbnail {
    width: 100%;
    margin-bottom: 30px;
	float: left;
}
.full img.thumbnail {
    margin-bottom: 30px;
}
	.flex {
    display: block;
}
	#map {
    width: 100%;
    height: 500px;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
	.contenido-video iframe {
    width: 100%;
    height: 200px;
}
	.bx-wrapper {
    width: 100%;
}
	.fondo.verde-claro-2 .sector {
    border-bottom-color: #0b1f22;
}
	.sector_int article {
    margin-bottom: 20px;
    border-bottom: 1px solid #647e80;
}
	.botones {
    display: block;
}
	a.boton-2 {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 0;
}
	.selector-igf a {
    float: left;
    width: 100%;
}
	.selector-igf a:after {
    right: 0;
		opacity: 1;
	}
	.video {
    width: 114%;
    float: right;
    position: relative;
    margin-right: -6%;
}
	.video.video-izquierda {
    right: auto;
}
.video.video-derecha {
    left: auto;
}
	.intro-video-wrap {
    position: relative;
    top: 0px;
    left: auto;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
	.lamina {
    overflow: hidden;
    height: auto !important;
}
.cont-vertical-cont, .cont-vertical-cont.texto-derecha {
    margin: 40px 0;
    height: auto !important;
}
	.slide-home .slide {
    min-height: auto;
    height: auto !important;
    background-position: 58% bottom;
    padding: 45% 0 25%;
    background-size: auto 120%;
}
	.pilares {
    display: block;
}
	.pilar {
    width: 70vw;
    height: 70vw;
    margin: 0 7.5vw 30px;
}
	.destacado {
    font-size: 19px;
	}
	.caja-clara {
    padding: 5%;
    width: 90%;
}
.resultado, .resultado + .resultado, .resultado:nth-child(even) {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 0;
}
	.slide-home.interior h2.titulo {
    font-size: 35px;
}
	#mision-vision .texto h3 {
    font-size: 22px;
}
	h2 {
    font-size: 30px;
margin-bottom: 15px;
}
	.linea-de-tiempo .item {
    width: 44%;
    margin-left: 0;
}
	.linea-de-tiempo .item:nth-child(even) {
    margin-right: 0;
}
	#equipo .caja-clara {
    width: 100%;
}
	.grande {
    font-size: 30px;
}
	.page-template-page-contacto #contacto h2:before {
    margin-right: 30px;
}
	.page-template-page-contacto #contacto h2 {
    font-size: 42px;
}
	.page-template-page-contacto #contacto {
    padding: 80px 0;
}
	#mision-vision .texto {
    font-size: 20px;
}
	footer .box-corner {
    margin-bottom: 40px;
}
	ul.logos li {
    width: 50%;
    margin: 0 0 20px;
}
	.one-page-arrow.scroll{
		display: none;
	}
	.one-page-arrow.scroll img {
    display: none;
}
	.one-page-arrow.scroll {
    display: none;
	position: absolute;
    background: url(../images/flecha-3.svg) no-repeat center center;
    animation: none;
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
	.single .categoria-blog .thumbnail img {
    width: 100%;
}
	.sector a span.mobile {
    display: inline-block;
}
	.miembro-equipo h2 {
    font-size: 12px;
	}
	.miembro-equipo h2:before {
    display: block;
	}
	a.abrir-2, a.abrir-2-mobile {
		float: left;
		width: calc(100% - 30px);
	}
	.mobile_igf_int_int {
		float: left;
		width: 100%;
		position: relative;
	}
	.contenido-int {
		background-color: rgba(0,0,0,0.05);
		padding: 0 5px;
		width: calc(100% - 10px);
	    margin: 0 0 20px;
	}
	.texto-pop-up {
		width: 80%;
		max-width: 600px;
		min-width: 300px;
		margin: 0 auto;
		padding: 40px 20px;
	}
	.texto-pop-up p {
		font-size: 14px;
		line-height: 22px;
	}
	section:first-of-type .texto, .slide .texto{
		width: 100%;
	}
	.slide p, section:first-of-type p,.container-golden h2 p {
    font-size: 4.3vw;
}
	h2.titulo-golden {
    margin-top: 40px;
}
	h3.titulo {
    font-size: 4.5vw;
    width: 100%;
	}
	.lamina p {
    font-size: 3.6vw;
    margin-bottom: 5vw;
}
	.lamina li {
    font-size: 3.3vw;
	}
	footer .columns.six.alpha {
    width: 80%;
}
	.logo-footer {
    float: right;
    width: 20%;
}
	.nav-menu li.menu-item.wpml-ls-current-language a{
		background-color: transparent;
	    font-weight: 600;
	}
	.seccion-team {
    margin: 0;
}
	.items-team.columns {
    width: 50%;
}
	.items-team h3 {
    font-size: 12px !important;
}
	.seccion-team h3 {
    font-size: 12px !important;
}
	.seccion-team p.cargo-directorio {
    font-size: 12px !important;
}
	.items-team li {
    font-size: 12px;
    line-height: 1.3;
	}
	.servicio.full {
    border-bottom: 1px solid;
    width: 100%;
}
.servicio-selector h3 {
    font-size: 13px;
	}
	a.abrir:after ,a.abrir:before {
    height: 1px;
	}
	.ocre .cont-vertical {
    position: relative;
    margin: 0 5%;
}
	.cierre h2.titulo {
    font-size: 22px;
	}
	.cierre p {
    font-size: 12px;
    margin: 10px 0;
    line-height: 1.6;
}
.cierre .columns.video-izquierda {
    margin: 0 -6%;
    width: 112%;
}
	.operacion-informacion {
    width: 90%;
    margin: 0 5%;
	}
	h4.pais {
    font-size: 20px;
	}
	.operacion-logo {
    margin-left: 20px;
	}
.container-golden h3 {
    width: 100%;
}
	.golden-text {
    width: 100%;
}
	.container-seis .columns {
    margin: 0;
	}
	.cont-seis {
    margin: 40px 0;
}
	.cont-siete {
    margin: 10% 5%;
    width: 90%;
}
	.item-siete {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
}
	.container-palta {
    padding-bottom: 100px;
}
	.palta {
    margin: 0;
    padding: 50px 0 0;
}
	#palta2 {
    background-size: 42%;
    background-position: center bottom;
}
	.logos-siete {
    align-items: center;
    width: 90%;
    margin: 0;
    text-align: center;
    padding: 5%;
}
	.logo-siete {
    width: 100% !important;
    margin: 20px 0;
}
	.item-ocho {
    width: 100%
	}
.cont-ocho {
    margin: 0 5%;
    padding: 60px 0 0;
    width: 90%;
}
.esquema {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    height: 250px;
}
	.esquema img + img + img + img {
    display: none;
}
	.esquema:before {
    content: '';
    display: block;
    width: 20%;
    height: 1.4%;
    background: #fff;
    position: absolute;
    left: 6%;
    top: 48%;
}
	.esquema-estrategia {
    position: relative;
    float: left;
    width: 70%;
    margin-left: 30%;
    height: auto;
}
	.esquema-estrategia .estrategia {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 80%;
}
	.esquema-estrategia:before {
    content: '';
    display: block;
    width: 1.5%;
    height: 97%;
    background: #fff;
    position: absolute;
    left: -34.3%;
    top: -19%;
}
	.estrategia:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -46%;
    top: 62px;
}
	.estrategia .icono{
		height: 14vw;
	}
	video.video_fondo_tech {
    position: absolute;
	}
	.home video {
    top: auto;
    left: auto;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}
	.full.padding {
    padding: 60px 0;
}
	.item-esg {
    margin-bottom: 50px;
}
	.items-logo-esg img.logos {
    margin: 40px auto;
}
	.items-esg {
    display: block;
	}
	.container-golden {
    background-size: 26%;
	}
	.white-text {
    margin-bottom: 50px;
}
	.ocho {
    padding: 60px 0;
}
	.item-ocho img {
    width: 100%;
	}
	.wasteland {
    display: none;
}
	.container-dron{
		height: auto;
		background-image: none !important;
	}
	
	
}