/*
Theme Name: The Juju
Theme URI: http://www.quadiontech.com/
Description: The Juju Wordpress Theme
Version: 1.0
Author: José Quintana
*/


@charset "utf-8";
/* CSS Document */

/* generales */
html, body {
	width: 100%;
	height: 100%;
	color: #FF0000;
	margin: 0;
	padding: 0;
	font-family: "futura-pt", "sans-serif";
	font-weight: 400;
}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

a { color: inherit; text-decoration: none; transition: all 0.3s; }

a:hover { opacity: 0.6; }

.divider { float: left; width: 100%; text-align: center; }

hr { display: inline-block; width: 50%; border: none; border-top: 10px solid #ff0000; clear: both; }

h1, h2, h3, h4, h5 { margin: 0; padding: 0; font-weight: normal; }

p { margin: 0; }

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.container {
	text-align: center;
	width: 100%;
	max-width: 1280px;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
}

.flexible { max-width: 100%; height: auto; }

.contents {
	float: left;
	width: 100%;
	text-align: center;
}


/* header */
.header {
	float: left;
	width: 100%;
	text-align: center;
}

.header .container { padding: 40px 80px; }

.logoCol {
	float: left;
	width: 200px;
	text-align: left;
	display: block;
}

.logo {
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/logo.svg) no-repeat center center;
	background-size: 100% 100%;
}

.menu {
	float: left;
	width: -webkit-calc(100% - 400px);
	width: calc(100% - 400px);
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: space-between;
}

.menu li {
	list-style-type: none;
	float: left;
	text-align: center;
	font-size: 20px;
}

.idiomas {
	text-align: right;
	float: left;
	width: 200px;
	font-size: 20px;
	position: relative;
}

.idiomas:before {
	display: block;
	position: absolute;
	top: 7px;
	bottom: 3px;
	border-right: 1px solid #FF0000;
	content: '';
	right: 40px;
}

.idiomas li { list-style-type: none; float: right;  padding: 0 10px; position: relative; width: 40px; text-align: center; }

.current-lang {
	display: none;
}


/* flyout menu style */
.cbp-spmenu { background: #ff0000; position: fixed; top: 0; }
.cbp-spmenu a {	display: block;	font-size: 1.1em; font-weight: 300; }
.cbp-spmenu a:hover { }
.cbp-spmenu a:active { }
#showLeft { display: none; background: url(images/iconMenu.png) no-repeat top center; padding: 0; width: auto; text-transform: uppercase; font-family: gotham_htfbook, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 6px; float: left; background-size: 100% auto; position: absolute; z-index: 500; width: 50px; height: 50px; cursor: pointer; left: 15px; top: 15px; border: none; }
.cbp-spmenu .logo { float: left; width: 60px; height: auto; margin-top: 5px; }
.cbp-spmenu .logo img { width: 60px; height: auto;  }
.cbp-spmenu ul { padding: 0 0 0 0; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; float: left; width: 100%; display: block; }
.cbp-spmenu ul li { margin-right: 0; width: 100%; margin-bottom: 0px; float: left; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  list-style-type: none; }
.cbp-spmenu .row { padding: 0;  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; float: left; }
.cbp-spmenu #closeBtn { background: url(images/closeBtn.png) no-repeat center center transparent; display: block; width: 50px; height: 50px; position: absolute; right: 10px; top: 10px; }
.cbp-spmenu-vertical { width: 250px; height: 100%; top: 0; z-index: 1000; }
.cbp-spmenu-vertical a { text-align: left; }
.cbp-spmenu-horizontal { width: 100%; height: 100vh; left: 0; z-index: 1000; overflow-y: scroll; top: 0; margin: 0; padding: 60px 0 0 0; }
.cbp-spmenu-horizontal li { border-bottom: 1px solid #fff; float: left; width: 100%; list-style-type: none; }
.cbp-spmenu-horizontal li a { float: left;	width: 100%; color: #fff; text-decoration: none; text-align: center; padding: 10px 0; font-size: 20px; }

.cbp-spmenu-vertical a:focus, .cbp-spmenu-vertical a:hover { color: #fff; background: transparent; }
.cbp-spmenu-left { top: -100vh; left: 0; }
.cbp-spmenu-left.cbp-spmenu-open { top: 0px; left: 0; }
.cbp-spmenu, .cbp-spmenu-push {  /* -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; */ }

.sideMenu { float: left; width: 100%; }
/* flyout menu style ends */


/* home */
.videoplayer {
    position: relative;
	padding-bottom: 67.91%;
	height: auto;
}

.videoplayer video {
	float: left;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.videoPlayer video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.videoplayerNew {
	position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoplayerNew iframe {
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.homeIntro {
	float: left;
	width: 100%;
	padding: 80px 40px 60px;
	font-size: 52px;
	line-height: 64px;
	clear: both;
}

.homeIntro h1 {
	font-size: 52px;
	line-height: 64px;
}

.homeIntro.cuatrocientoscuatro {
	padding: 100px 20px;
	text-align: center;
	font-size: 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.homeIntro .divider { margin-top: 60px; }

.homeNoticias {
	float: left;
	width: 100%;
}

.homeNoticias h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 54px;
	margin-bottom: 100px;
	font-family: acta-display, serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.07em;
}

.homeNoticias .noticias {
	float: left;
	width: 100%;
	padding-bottom: 40px;
}

.homeNoticias .noticia {
	float: left;
	width: 50%;
	padding: 0 30px;
	text-align: left;
	margin-bottom: 120px;
	font-size: 27px;
}

.homeNoticias .noticia img { margin-bottom: 20px; float: left; width: 100%; }

.homeNoticias .noticia h3 {
	padding: 0 25px;
	font-weight: 600;
	float: left;
	width: 100%;
}

.homeNoticias .noticia p { padding: 0 25px; float: left; width: 100%; }

.homeNoticias .noticia.destacada {
	font-size: 54px;
	line-height: 64px;
}

.homeNoticias .noticia.destacada h3 { text-decoration: underline; font-weight: 400; }

.homeEcosistema {
	float: left;
	width: 100%;
	padding: 100px 0;
}

.homeEcosistema h3 {
	float: left;
	width: 100%;
	font-size: 54px;
	line-height: 64px;
	margin-bottom: 80px;
}

.homeEcosistema .empresas {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.homeEcosistema .empresas a {
	float: left;
	width: 20%;
	text-align: left;
	padding: 0 15px;
	font-size: 18px;
	line-height: 26px;
}

.homeEcosistema .empresas h2 { font-style: normal; font-weight: 600; font-size: 18px; line-height: 22px; }


/* WORK */
.work {
	float: left;
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 40px;
}

.work h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 54px;
	margin-top: 20px;
	margin-bottom: 80px;
	font-family: acta-display, serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.07em;	
}

.trabajos {
	float: left;
	width: 100%;
}

.trabajo {
	float: left;
	width: 50%;
	margin-bottom: 70px;
	text-align: left;
}

.trabajo:nth-child(odd) { padding-right: 30px; }

.trabajo:nth-child(even) { padding-left: 30px; }

.fotoTrabajoContainer {
    position: relative;
    padding-bottom: 59%; /* ratio of image height to width */
    height: 0;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.fotoTrabajoContainer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.trabajo img { margin-bottom: 15px; }



.trabajo h3 {
    font-size: 20px;
    float: left;
    width: 100%;
    line-height: 20px;
    margin-top: 5px
}


.trabajo .cliente {
    float: left;
    width: 100%;
    margin: 3px 0 0px;
    letter-spacing: 0.03em;
    font-size: 33px;
}


.trabajoExpandido {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	display: none;
}

.trabajoExpandido.active { display: block; }

.trabajoExpandido h3 {
	font-size: 34px;
	margin: 30px 0 20px;
}

.trabajoExpandido h4 {
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: 0 0 3px;
    letter-spacing: 0.03em;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.trabajoExpandido p {
	font-size: 18px;
	line-height: 21px;
	padding: 0 20%;
}

.trabajoExpandido .videoPlayer {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.trabajoExpandido .videoPlayer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.trabajoExpandido .imagenAviso img {
	max-height: 80vh;
	width: auto;
}

video::-webkit-media-controls {
  display: none;
}


/*theme: trabajo*/

.trabajo { 
	cursor: pointer; 
}

.imagePreview img {
	max-width: 100%;
	height: auto;
	max-height: 100vh;
	width: auto;
}

.review_head {
	text-align: center;
}

.review_title {
	text-align: left;
	width: 70%;
	display: inline-block;
}

.trabajoExpandido h3 {
	float: left;
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
}

.review_title .social {
	display: inline-block;
	float: right;
	margin-top: 30px;
}

.trabajoExpandido .social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 20px;
	cursor: pointer;
}

.trabajoExpandido .social a.facebook { background: url(images/facebook.svg) no-repeat center center; background-size: 100% 100%; margin: 0 10px; }
.trabajoExpandido .social a.twitter { background: url(images/twitter.svg) no-repeat center center; background-size: 100% 100%; }

.trabajoExpandido .slick-slide {
	text-align: center;
}

.trabajoExpandido .slick-slide img {
	display: inline-block;
	max-height: 675px;
}


/* work - blocks */

.blockIntro {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 10% 0;
    margin-bottom: 120px;
    text-align: left;
}

.blockIntro .details {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blockIntro .phrase {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blockIntro .phrase p {
    font-size: 43px;
    line-height: 51px;
    letter-spacing: 0.02em;
    padding: 0;
    text-align: left;
}

.blockIntro .workCountry {
    font-size: 20px;
    margin-bottom: 5px;
}

.blockIntro .workClient {
    font-size: 33px;
    margin-bottom: 10px;
}

.blockIntro .workTitle {
    font-size: 20px;
    margin-bottom: 15px;
}

.blockIntro.full {
    flex-direction: column;
}

.blockIntro.full .row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.blockIntro.full .row:first-child { margin-bottom: 30px; }

.blockIntro.full .textoLargo {
    font-size: 18px;
    line-height: 26px;
    width: 50%;
    margin-top: 13px;
}

.blockContenido {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0px 10% 0;
    margin-bottom: 140px;
}

.blockContenido .photo {
    width: 100%;
    margin-bottom: 140px;
    display: flex;
    justify-content: center;
}

.blockContenido .photo img {
    max-width: 80%;
    height: auto;
}

.blockContenido .details {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blockContenido .details .title {
    font-size: 43px;
    line-height: normal;
}

.blockContenido .phrase {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blockContenido .phrase .text {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
}

.blockContenido .phrase .cifras {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.blockContenido .phrase .cifras .cifraContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 60%;
    text-align: left;
}

.blockContenido .phrase .cifras .cifraContainer .cifra {
    font-size: 80px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.blockContenido .phrase .cifras .cifraContainer .epigrafe {
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
}





/* clients */

.clients {

	float: left;

	width: 100%;

	padding-bottom: 60px;

	margin-bottom: 40px;

}



.clients h2 {

	float: left;

	width: 100%;

	text-align: center;

	font-size: 54px;

	margin-top: 20px;

	margin-bottom: 80px;

	font-family: acta-display, serif;

	font-style: normal;

	font-weight: 400;

	letter-spacing: 0.07em;	

}



.clientes {

	float: left;

	width: 100%;

	margin-bottom: 100px;

}



.clientes ul {

	float: left;

	width: 100%;

	margin: 0;

	padding: 0;

	list-style-type: none;

}



.clientes ul li {

	float: left;

	width: 100%;

	text-align: center;

	font-size: 54px;

	line-height: 60px;

}


/* team */

.team {
	float: left;
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 40px;
}

.team h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 54px;
	margin-top: 20px;
	margin-bottom: 80px;
	font-family: acta-display, serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.07em;	
}

.personas {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.persona {
	float: left;
	width: 33.3%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.persona .inner {
	position: relative;
    padding-bottom: 100%; /* 16:9 */
    height: 0;
    background-size: cover !important;
	background-position: center top;
	pointer-events: none;
}

.persona .bio {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #fff;
	text-align: left;
	padding: 20px 30px;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.01em;
	transition: all 0.5s;
}

.persona .bio span { font-weight: 600; display: inline-block; width: auto; float: left; }

.persona h3 { font-size: 60px; text-align: left; padding: 10px 0 0 30px; transition: all 0.5s; }


/* team nuevo */
.personaNuevo {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 140px;
}

.personaNuevo .foto {
    position: relative;
    float: left;
    width: auto;
    margin-bottom: 40px;
    max-width: 50%;
}

.personaNuevo .foto img {
    max-width: 100%;
    height: auto;
}

.personaNuevo .foto .nombre {
    position: absolute;
    left: -30%;
    font-size: 60px;
    line-height: 64px;
    top: 50px;
    text-align: left;
    width: 0;
    overflow: visible;
}

.personaNuevo .cv {
    width: calc(50% - 30px);
    align-self: flex-end;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
}

.personaNuevo .cv p {
    display: inline;
    float: none;
}





/* contactus */



.contactus {

	float: left;

	width: 100%;

	padding-bottom: 60px;

	margin-bottom: 40px;

}



.contactus h2 {

	float: left;

	width: 100%;

	text-align: center;

	font-size: 54px;

	margin-top: 20px;

	margin-bottom: 80px;

	font-family: acta-display, serif;

	font-style: normal;

	font-weight: 400;

	letter-spacing: 0.07em;	

}



.contactInfo {

	float: left;

	width: 100%;

	margin-bottom: 150px;

	margin: 0;

	padding: 0 15%;

	list-style-type: none;

}



.contactInfo li {

	float: left;

	width: 50%;

	text-align: left;

	padding: 0 50px;

	margin-bottom: 100px;

	font-size: 18px;

}



.contactInfo li h3 {

	font-size: 40px;

}





/* bootstrap modals */

.modal-open {

  overflow: hidden;

  height: 100vh;

}

.modal {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1050;

  display: none;

  overflow: hidden;

  -webkit-overflow-scrolling: touch;

  outline: 0;

  padding-right: 0 !important;

}

.modal.fade .modal-dialog {

  -webkit-transition: -webkit-transform .3s ease-out;

       -o-transition:      -o-transform .3s ease-out;

          transition:         transform .3s ease-out;

  -webkit-transform: translate(0, -52%);

      -ms-transform: translate(0, -52%);

       -o-transform: translate(0, -52%);

          transform: translate(0, -52%);

		  top: 50%;

	left: 0;

		  position: absolute;

}

.modal.in .modal-dialog {

	top: 50%;

	left: 0;

	right: 0;

	position: absolute;

}

.modal-open .modal {

  overflow-x: hidden;

  overflow-y: auto;

}

.modal-dialog {

  position: relative;

  width: auto;

  margin: 0;

}

.modal-content {

  position: relative;

  background-color: #fff;

  /* -webkit-background-clip: padding-box; */

  /* background-clip: padding-box; */

  outline: 0;

  color: #ff0000;

  text-align: center;

}

.modal-backdrop {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1040;

  background-color: #000;

}

.modal-backdrop.fade {

  filter: alpha(opacity=0);

  opacity: 0;

}

.modal-backdrop.in {

  filter: alpha(opacity=50);

  opacity: .5;

}

.modal-header {

  min-height: 16.42857143px;

  padding: 15px;

  border-bottom: 1px solid #e5e5e5;

}

.modal-header .close {

  margin-top: -2px;

}

.modal-title {

  margin: 0;

  line-height: 1.42857143;

}

.modal-body {

  position: relative;

  padding: 15px;

}

.modal-footer {

  padding: 15px;

  text-align: right;

  border-top: 1px solid #e5e5e5;

}

.modal-footer .btn + .btn {

  margin-bottom: 0;

  margin-left: 5px;

}

.modal-footer .btn-group .btn + .btn {

  margin-left: -1px;

}

.modal-footer .btn-block + .btn-block {

  margin-left: 0;

}

.modal-scrollbar-measure {

  position: absolute;

  top: -9999px;

  width: 50px;

  height: 50px;

  overflow: scroll;

}



@media (min-width: 768px) {

  .modal-dialog {

    width: 100%;

    margin: 30px 0;

  }

  .modal-sm {

    width: 100%;

  }

}

@media (min-width: 992px) {

  .modal-lg {

    width: 900px;

  }

}

.modalInfo { background: #fff; float: left;
	width: 100%;
	text-align: center;
}

.modalInfo .container {
	padding: 60px 0 50px;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.modalInfo .container .row:first-child {
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}

.modalInfo .col {
	width: 25%;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
    margin-bottom: 40px;
}

.modalInfo .col.col1 { padding-right: 50px; padding-left: 35px; display: none; }

.modalInfo .col2 {
	text-align: left;
    font-size: 14px;
    width: 25%;
    line-height: 16px;
	vertical-align: top;
    letter-spacing: -0.02em;
}

.modalInfo .col2:last-child { padding-right: 0; }

.modalInfo .col2 span { float: left; width: 100%; }

.modalInfo .col2 a { float: left; }

.modalInfo .col2 hr {
	float: left;
	width: 25px;
	border: none;
	border-top: 1px solid #ff0000;
	margin: 10px 0;
}

.modalInfo .col3 {
	width: auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.modalInfo .row {
	float: none;
	width: auto;
	display: inline-block;
}

.modalInfo .row:first-child { margin-bottom: 10px; padding-bottom: 10px; }

.modalInfo .social {
	float: left;
	width: 100%;
	text-align: center;
    display: flex;
    justify-content: center;
	gap: 20px;
}

.modalInfo .social a {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px;
}

.modalInfo .social a.youtubeFooter { background: url(images/youtube.svg) no-repeat center center; background-size: 100% 100%; }
.modalInfo .social a.facebookFooter { background: url(images/facebook.svg) no-repeat center center; background-size: 100% 100%; margin: 0; }
.modalInfo .social a.instagramFooter { background: url(images/instagram.svg) no-repeat center center; background-size: 100% 100%; }
.modalInfo .social a.twitterFooter { background: url(images/twitter.svg) no-repeat center center; background-size: 100% 100%; }
.modalInfo .social a.vimeoFooter { background: url(images/vimeo.svg) no-repeat center center; background-size: 100% 100%; }
.modalInfo .social a.linkedinFooter { background: url("images/linkedin.svg") no-repeat center top; background-size: 90% 90%; }

/* fin modal bootstrap */


/* footer */
.footer {
	float: left;
	width: 100%;
	text-align: center;
}

.footer .footerLogo {
	display: inline-block;
	width: 105px;
	height: 105px;
	display: inline-block;
	background: url(images/logo.svg) no-repeat center center;
	background-size: 100% 100%;
	margin-bottom: 80px;
}

.footer .addresses {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}

.footer .addresses .col {
	display: inline-block;
	width: 25%;
	font-size: 16px;
	vertical-align: top;
	text-align: left;
    margin-bottom: 40px;
}

.footer .addresses .col strong {
    font-weight: 600;
}

.footer .social {
	float: left;
	width: 100%;
	text-align: center;
    display: flex;
    justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}

.footer .social a {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px;
}

.footer .social a.youtubeFooter { background: url(images/youtube.svg) no-repeat center center; background-size: 100% 100%; }
.footer .social a.facebookFooter { background: url(images/facebook.svg) no-repeat center center; background-size: 100% 100%; margin: 0; }
.footer .social a.instagramFooter { background: url(images/instagram.svg) no-repeat center center; background-size: 100% 100%; }
.footer .social a.twitterFooter { background: url(images/twitter.svg) no-repeat center center; background-size: 100% 100%; }
.footer .social a.vimeoFooter { background: url(images/vimeo.svg) no-repeat center center; background-size: 100% 100%; }
.footer .social a.linkedinFooter { background: url("images/linkedin.svg") no-repeat center top; background-size: 90% 90%; }


/* slider */
.slick-dots li button {
	background: #ccc;
	width: 10px;
	height: 10px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.slick-dots li button::before { display: none; }

.slick-dots li.slick-active button { background: #FF0000; }



/* Privacy Policy */
.privacyPolicyText {
  text-align: left;
  color: #000;
  padding-bottom: 60px
}

.privacyPolicyText strong {
  color: #FF0000;
}

.privacidadeBtn {
	font-size: 12px;
    margin-bottom: 30px;
    display: block;
}

.privacyPolicyText ul,
.privacyPolicyText ol,
.privacyPolicyText p,
.privacyPolicyText li {
	margin-bottom: 20px;
}




@media (max-width: 1279px) {
    
    /* footer */
    .footer .addresses .col { font-size: 14px; }
    
}






@media (max-width: 1024px) {

	

	/* home */
	.homeIntro { font-size: 40px; line-height: 50px; }
	.homeIntro br { display: none; }
	.homeEcosistema h3 { font-size: 40px; line-height: 50px; }
	.homeEcosistema h3 br { display: none; }

	/* team */
	.persona { width: 50%; }

	/* work */
	.trabajoExpandido .slick-slide img { max-height: 392px; }
	
	/* footer */	
	.footer .addresses .col { font-size: 16px; }


}



@media (max-width: 1023px) {
	.logoCol { width: 50px; margin-right: 25px; }
	.idiomas { width: 50px; margin-left: 25px; }
	.idiomas:before { right: 19px; }
	.idiomas li { width: 25px; }
	.menu { width: -webkit-calc(100% - 150px); width: calc(100% - 150px); }

	/* home */
	.homeIntro { font-size: 40px; line-height: 50px; }
	.homeIntro br { display: none; }
	.homeNoticias .noticia { margin-bottom: 80px; }
	.homeNoticias .noticia.destacada { font-size: 35px; line-height: 45px; }
	.homeEcosistema h3 { font-size: 40px; line-height: 50px; }
	.homeEcosistema h3 br { display: none; }
	.homeEcosistema .empresas a { width: 100%; margin-bottom: 20px; }
	
	/* team */
	.persona { width: 50%; }
	.persona h3 { font-size: 40px; }
	.persona .bio { font-size: 16px; line-height: 19px; }
    
    /* team nuevo */
    .personaNuevo .foto .nombre { left: calc(-50% + 30px); font-size: 50px; line-height: 55px; }

	/* contact us */
	.contactInfo { padding: 0; }

	/* footer */
    .footer .addresses { flex-wrap: wrap; justify-content: flex-start; }
	.footer .addresses .col { font-size: 12px; padding: 0 15px; float: left; width: 25%; margin-bottom: 35px; }

	/* work */
	.review_title { width: 100%; float: left; display: flex; flex-direction: column; }
	.trabajoExpandido h3 { width: 100%; order: 1; text-align: center; }
	.review_title .social {	float: left; width: 100%; order: 2; text-align: center; margin: 0 0 10px 0;  }
	.trabajoExpandido p { padding: 0 20px; float: left; width: 100%; }
    
    /* work - blocks */
    .blockIntro { padding: 80px 5% 0; margin-bottom: 100px; }
    .blockIntro .phrase p { font-size: 30px; line-height: 36px; }
    .blockContenido { padding: 0px 5% 0; margin-bottom: 100px; }
    .blockContenido .photo { margin-bottom: 100px; }
    .blockContenido .phrase .cifras .cifraContainer { width: 100%; }
    
    .blockIntro.full .textoLargo { margin-top: 4px; }

	/* contact */	
    .modalInfo .container .row:first-child { flex-wrap: wrap; justify-content: flex-start; }
	.modalInfo .col2 { font-size: 12px; line-height: 18px; margin-bottom: 35px; width: 25%; padding: 0; }

}


@media (max-width: 1000px) {
	.modalInfo .col.col1 { display: none; }
}





@media (max-width: 760px) {

	/* header */
	.logoCol { width: auto; }
	.mainMenu { display: none; }
	.header .container { padding: 20px 30px 20px 75px; }
	#showLeft { display: block; }
	.idiomas { display: none; }

	.container { padding-left: 20px; padding-right: 20px; }

	/* home */
	.homeIntro { padding: 30px 10px 40px; font-size: 25px; line-height: 35px; }
	.homeIntro br { display: none; }

	.homeNoticias h2 { font-size: 40px; margin-bottom: 40px; }
	.homeNoticias .noticia { padding: 0; width: 100%; margin-bottom: 40px; font-size: 20px; }
	.homeNoticias .noticia h3 { padding: 0 10px; }
	.homeNoticias .noticia p { padding: 0 10px; }
	.homeNoticias .noticia.destacada { font-size: 35px; line-height: 45px; }

	.homeEcosistema { padding: 60px 0; }
	.homeEcosistema .empresas { margin-bottom: 30px; }
	.homeEcosistema h3 { font-size: 21px; line-height: 31px; margin-bottom: 50px; }
	.homeEcosistema h3 br { display: none; }
	.homeEcosistema .empresas a { width: 100%; padding: 0 10px; margin-bottom: 40px; }
	.homeEcosistema .empresas h2 { text-align: center; }
	.homeEcosistema .empresas p { text-align: center; }

    /* footer */
	.footer { padding-bottom: 60px; }
	.footer .footerLogo { margin-bottom: 50px; }
	.footer .addresses { padding-bottom: 10px; display: block; }
	.footer .addresses .col { padding: 0; width: 100%; margin-bottom: 20px; text-align: center; padding-bottom: 25px; border-bottom: 1px solid #ff0000; font-size: 21px; }
    .footer .addresses .col:last-child { border-bottom: none; }
	.footer .social a { margin: 0 10px; }

	/* team */
	.team h2 { font-size: 40px; margin-bottom: 40px; }
	.personas { margin-bottom: 60px; }
	.persona { width: 100%; }
	.persona .bio { font-size: 16px; line-height: 20px; padding: 15px; }
	.team { margin-bottom: 0; }
    
    /* team nuevo */
    .personaNuevo { margin-bottom: 80px; }
    .personaNuevo .foto { max-width: 75%; margin-bottom: 25px; }
    .personaNuevo .foto .nombre { font-size: 40px; line-height: 45px; top: auto; bottom: 20px; left: calc(-17%); font-weight: 500; }
    .personaNuevo .cv { width: 100%; padding: 0 30px 0 25%; }

	/* work */
	.work h2 { font-size: 40px; margin-bottom: 40px; }
	.trabajo { margin-bottom: 30px; }
	.trabajo:nth-child(odd) { padding-right: 10px; }
	.trabajo:nth-child(even) { padding-left: 10px; }
	.trabajo h3 { font-size: 16px; }

	.review_title { width: 100%; float: left; display: flex; flex-direction: column; }
	.trabajoExpandido h3 { width: 100%; order: 1; text-align: center; }
	.review_title .social {	float: left; width: 100%; order: 2; text-align: center; margin: 0 0 10px 0;  }
	.trabajoExpandido .slick-slide img { max-height: 210px; }

	/* work - blocks */
    .blockIntro { flex-direction: column; padding-top: 30px; margin-bottom: 80px }
    .blockIntro .details { width: 100%; margin-bottom: 20px; }
    .blockIntro .phrase { width: 100%; }
    .blockIntro .phrase p { font-size: 25px; line-height: 30px; }
    .blockContenido { margin-bottom: 80px; flex-direction: column; }
    .blockContenido .photo { margin-bottom: 60px; display: block; float: left; }
    .blockContenido .photo img { width: 90%; height: auto; max-width: none; }
    .blockContenido .details { width: 100%; }
    .blockContenido .details .title { font-size: 33px; margin-bottom: 10px; }
    .blockContenido .phrase { width: 100%; }
    .blockContenido .phrase .text { font-size: 16px; }
    .blockContenido .phrase .cifras .cifraContainer { align-items: center; }
    .blockContenido .phrase .cifras .cifraContainer:first-child { margin-top: 20px; }
    .blockContenido .phrase .cifras .cifraContainer:last-child { margin-bottom: 0; }
    .blockContenido .phrase .cifras .cifraContainer .cifra { font-size: 70px; }
    .blockContenido .phrase .cifras .cifraContainer .epigrafe { text-align: center; }
    
    .blockIntro.full .row { flex-direction: column; }
    .blockIntro.full .row:first-child { margin-bottom: 0; }
    .blockIntro.full .textoLargo { margin-top: 20px; width: 100%; }
    
    

	/* clients */
	.clients h2 { font-size: 40px; margin-bottom: 40px; }
	.clientes ul li { font-size: 30px; line-height: 40px; }

	/* contact us */
	.contactus { padding-bottom: 20px; }
	.contactus h2 { font-size: 40px; margin-bottom: 40px; }
	.contactInfo { text-align: center; }
	.contactInfo li { width: 100%; padding: 0; text-align: center; margin-bottom: 40px; }
	.contactInfo li h3 { font-size: 35px; }
	
}



@media (max-width: 370px) { 

	

	/* team */

	.persona .inner { padding-bottom: 0; height: auto; float: left; width: 100%; }

	.persona .bio { position: static; float: left; width: 100%; min-height: -webkit-calc(100vw - 40px); min-height: calc(100vw - 40px); }

	.persona h3 { position: absolute; }

}



@media (max-width: 760px) and (orientation: portrait) {

	.trabajo { width: 100%; padding: 0; }

	.trabajo:nth-child(even), .trabajo:nth-child(odd) { padding: 0; }

}





@media (max-width: 760px) and (orientation: landscape) {

	/* generales */
	.container { padding-left: 50px; padding-right: 50px; }
	

	/* home */

	/* .homeNoticias .noticia { width: 50%; padding: 0 30px; } */

	.homeEcosistema .empresas a { width: 50%; margin-bottom: 40px; }
	.homeNoticias .noticia h3 { font-size: 30px; }
	.homeNoticias .noticia p { font-size: 27px; }
	
	/* work */
	.trabajoExpandido .slick-slide img { max-height: 360px; }
	

	/* team */
	.persona { width: 50%; }
	.persona h3 { font-size: 40px; }
	.persona .bio { font-size: 15px; line-height: 18px; }


}


@media (max-width: 600px) and (orientation: landscape) {
	/* home */
	.homeNoticias .noticia { padding: 0 15px; }

	/* team */
	.persona { width: 100%; }

}


/* ipad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.trabajoExpandido .slick-slide img { max-height: 531px; } 
}


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
	.trabajoExpandido .slick-slide img { max-height: 531px; } 
	
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  

}



