@charset "utf-8";
@import url("https://use.typekit.net/kac3pbd.css");
body, html {
	margin:0;
	padding:0;
	font-family: trade-gothic-next, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:16px;
	line-height:22px;
}
a {
	text-decoration:none;
	transition:all 250ms;
    -webkit-transition:all 250ms;
    -moz-transition:all 250ms;
    -o-transition:all 250ms;
    -ms-transition:all 250ms;
	outline:none;
}
.recuadro {
	background: #000;
	height: 338px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recuadro img {
	width: 200px !important;
}
a:hover {
	text-decoration:underline;
	outline:none;
}
.img40 {
	max-height: 338px;
}
p {
	margin:0 0 15px 0;
}
img {
	width: 100%;
	vertical-align: top;
	border: transparent solid 1px;
}
strong {
	color:#F8E71B;
	font-weight:700 !important;
	font-style:normal;
}
header {
	background:white;
	position:fixed;
	min-width:100%;
	top:0;
	left:0;
	z-index:99999;
    border-bottom: #ebf2f2 solid 1px;
}
.menu-principal ul {
	display: flex;
	list-style: none;
	/*padding: 0 10%;*/
	margin: 0;
    padding: 0;
	justify-content:space-between;
	align-items: center;
	height: 80px;
}
.menu-principal ul li a {
	color: #000;
	font-weight: 700;
}
.menu-principal ul li:nth-of-type(1) a img {
    width: 100px;
    min-width: 100px;
    margin: 0 10px;
}
.menu-principal ul li a:hover, .menu-principal ul li .selected {
	text-decoration: none;
	color: red;
}
/*Menú principal negro*/
.menu-idioma {
	position:fixed;
	z-index:2;
	top:81px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #000;
    /*padding: 0 22.5px;*/
	width: 107px;
	height: 211px;
}
.menu-idioma div {
	border-bottom: rgba(255,255,255,.5) solid 1px;
	width: auto;
	text-align: center;
}
.menu-idioma a {
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	line-height: 56px;
}
.menu-idioma div:nth-of-type(3) {
	border-bottom:none;
}
.menu-idioma a:hover, .menu-idioma .selected {
	color: #F8E71B;
	text-decoration: none;
}

a.timeline {
    /*position:absolute;
	right:0;
	top:0;*/
	height: 80px;
	display: flex;
	align-items:center;
	justify-content: center;
	flex-flow:column;
	padding: 0 5px;
    color: #000;
    display: none !important;
}
a.timeline p {
    margin: -3px 0 0 0;
    padding-left: 16px;
	font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size:11px;
	line-height:12px;
	letter-spacing: 1px;
	
}
a.timeline.timeline-en p {
    padding-left: 19px;
}
a.timeline div {
	width: 80px;
    height: 64px;
    background: url("../images/35.png") left top;
}
a:hover.timeline {
	background:#000;
	text-decoration:none;
    color: #fff !important;
}
a:hover.timeline div {
	background: url("../images/35.png") right top;
}

/*Cambio de idioma*/
.es-en {
	position:fixed;
	z-index: 2;
	top:291px;
    background: #FFFFFF;
    padding-bottom: 10px;
}
.es-en a {
	color:#000;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	line-height: 25px;
	background: #FFFFFF;
	width: 107px;
	display: block;
	text-align: center;
    padding: 10px 0;
}
.es-en a:nth-of-type(1) {
	color:#666;
}
.es-en a:hover {
	color:red;
    text-decoration: none;
}
.es-en a:nth-of-type(5) {
    display: none !important;
}
/*Titulos*/
.titulos, .titulos2 {
	display:flex;
	background: #ebf2f2;
	margin-top: 80px;
	padding: 0 10%;
	height: 212px;
	align-items: center;
    justify-content: space-between;
}
.titulos div:nth-of-type(1) {
	width: 45%;
}
.titulos div:nth-of-type(2) {
	width: 55%;
    text-align: right;
}
.titulos div:nth-of-type(2) ul {
	list-style: none;
}
.titulos div:nth-of-type(2) ul li:nth-of-type(1) {
	margin-bottom: 20px;
}
.titulos p, .titulos2 p {
	margin: 0;
}
.titulos2 div {
	width: 70%;
}
.titulos div h1 {
    line-height: 20px;
}
.titulos div:nth-of-type(2) a {
    color: #000;
    transition: 300ms ease;
}
.titulos div:nth-of-type(2) a span {
    color: red;
}
.titulos div:nth-of-type(2) a:hover {
    text-decoration: none;
    margin-right: -6px;
}
h1 {
	font-weight:700;
	font-size:28px;
	line-height:32px;
	font-style:normal;
	margin:0 0 10px 0;
	padding:0;
	color:red;
}
h1 span {
	font-weight:300;
	font-size:16px;
	color:#7F7F7F;
}
.link-1 {
	color:#000;
	font-weight:700;
    margin-right: -4px;
}
.link-1:hover {
	text-decoration:none;
	color:red;
}
.link-1 i {
	font-size: 12px;
}
.libro {
    list-style: none;
    margin: 0 0 0 40px;
    padding: 0;
}
.libro li a {
	font-size: 22px;
    color: #000;
    display: block;
    margin-bottom: 20px;
    transition: 400ms ease;
}
.libro li a span {
    color: red;
}
.libro li a:hover {
    color: red;
    text-decoration: none;
}
.libro li:last-of-type a {
    margin-bottom: 0;
}
.borde {
	border: #ccc solid 1px;
}
/*FOOTER*/
footer {
	background:#000;
	color:#fff;
	padding: 0 10%;
}
.footer {
	padding: 20px 0 10px 0;
	width: 50%;
}
h3 {
	font-weight:700;
	color:#fff;
	width:100%;
	border-bottom:rgba(255,255,255,.8) solid 1px;
	padding-bottom:10px;
	font-size:20px;
	line-height:normal;
	margin: 10px 0;
}
h3 span {
	color:#F8E71B;
}
.signi {
	font-weight:700;
	font-style:normal;
}
.titulos-footer {
	display: flex;
    margin-bottom: 20px;
}
.titulos-footer p:nth-of-type(1) {
	font-weight: 700;
	color:#F8E71B;
	min-width: 120px;
}
.titulos-footer p {
	margin: 0;
}
.link-3 {
	color:#fff;
}
.link-3:hover {
	text-decoration:none;
	color:#F8E71B;
}
.link-4 {
	color:#F8E71B;
	font-weight:700;
}
.gray {
	color:rgba(255,255,255,.5);
}
.copyright {
	color:#fff;
	margin-top:20px;
}
/*US*/
.bg-us {
	background:#000 url(../images/bg_2.jpg) no-repeat;
	background-size:cover;
}
.texto, .texto-exp {
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0.8) 100%);
	background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 1) ),color-stop(1,rgba(0, 0, 0, 0.8) ));
	background : -o-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 100%);
	background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
	/*margin: 80px 0 40px 17%;
	padding: 20px 4% 40px 4%;*/
	margin: 80px 0 40px 10%;
	color: #fff;
}
.texto div:nth-of-type(1) {
	padding: 20px 50% 30px 40px;
}
.texto-exp .containerexp {
	padding: 20px 50% 30px 40px;
}
/*TEAM*/

.grid-team-1 {
	display: grid;
	grid-template-columns: 200px 200px;
	grid-gap: 20px;
	margin-bottom: 20px;
	padding: 0 !important;
}
.grid-team-2 {
	display: grid;
	grid-template-columns: 200px 200px 200px 200px 200px;
	grid-gap: 20px;
}
.grid-team-1 div:nth-of-type(1), .grid-team-2 div:nth-of-type(1) {
	padding: 0;
}
.grid-team-1 img, .grid-team-2 img {
	margin-bottom: 5px;
}
.link-2 {
	color:#fff;
	font-weight:700;
}
.link-2:hover {
	text-decoration:none;
	color:#F8E71B;
	padding-left:10px;
}
/*CLIENTS*/
.clients {
	list-style:square;
    color:#F8E71B;
	padding-left:30px;
	margin:0 0 20px 0;
}
.clients span {
    color:white;
}
.bg-more {
	background:#000 url(../images/bg_4.jpg) no-repeat;
	background-size:cover;
}
.awards {
	list-style:square;
	padding:0 0 0 24px;
	margin:0 0 20px 0;
}
.work {
	margin: 20px 10%;
}
.work img {
	margin-bottom: 1px;
    border: #000 solid 1px;
}
.work:first-child img, .work:first-child video {
	margin-top: 30px;
}
.work:last-child img, .work:last-child video {
	margin-bottom: 30px;
}
.prev-next {
	display: flex;
	justify-content: space-between;
}
.prev-next a {
	color:#777;
}
.prev-next a:hover {
	color:#000;
	text-decoration: none;
}

.uk-lightbox-iframe {
    width: 90% !important;
    height: 340px !important;
}
.uk-overlay-signi {
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.9) 50%,rgba(0, 0, 0, 0.5) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.5) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.5) ),color-stop(0.5,rgba(0, 0, 0, 0.9) ),color-stop(1,rgba(0, 0, 0, 0.5) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.5) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.5) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
}
.uk-overlay-signi p {
    color: white;
}
.uk-overlay-signi a:hover {
    color: yellow;
}
.container-signi {
    padding: 0 10%;
    margin-top: 40px;
}
.container-signi-2 {
    padding: 0 10%;
    margin: 40px 0;
}
.container-signi-2 img {
    border: #ebf2f2 solid 1px;
}
.margin20 {
    margin-bottom: 20px;
}
.bg-gray {
    background: #ebf2f2;
}
.gratis {
    background: #FF0000;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 100px;
    padding: 33px 0 45px 0;
    margin-bottom: 40px;
}
.uk-padding-large {
    font-weight: 400;
}
.uk-padding-large strong {
    color: red;
    font-size: 18px;
}

.uk-padding-large .descargar {
    color: #000;
    margin-left: 40px;
    font-size: 22px;
    transition: 400ms ease;
    display: block;
}
.uk-padding-large .descargar span {
    color: #939598;
}
.uk-padding-large .descargar:hover {
    text-decoration: none;
    margin-left: 50px;
}
.uk-padding-large hr {
    border-color: #ED1C24;
    border-width: 3px;
}
.uk-padding-large .ejemplar {
    color: #808285;
    margin-bottom: 40px;
}
.uk-padding-large .enviar {
    background: #E6E7E8;
    color: #808285;
    padding: 10px 0;
    border-radius: 10px;
    transition: 400ms ease;
    font-weight: 300;
    display: block;
    width: 120px;
    text-align: center;
    float: left;
    margin: -6px 0 0 15px;
}
.uk-padding-large .enviar:hover {
    background: #808285;
    color: #fff;
    text-decoration: none;
}
.bg-gray2 {
    background: #EBEBEB;
}
.email {
    padding: 5px 10px;
    font-size: 16px;
    border: #808285 solid 2px;
    min-width: 260px;
    float: left;
}
.uk-accordion li {
    border-bottom: rgba(255,255,255,.4) solid 1px;
    padding-bottom: 12px;
}
.uk-accordion-title {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    color:#666 !important;
    margin: 0 !important;
}
.uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23F8E71B%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}
.uk-open > .uk-accordion-title {
    color:#F8E71B !important;
}
.uk-accordion-title:hover,
.uk-accordion-title:focus {
    color:#F8E71B !important;
}
button.responsive, .on1023 {
    display: none;
}
.uk-tooltip {
  background: #000 !important;
}
.uk-modal-title {
  font-size: 22px !important;
  font-weight: 300;
}
[class*='uk-animation-'] {
  animation-duration: 1s !important;
}
.flex-proyectos {
    display: flex;
    justify-content: space-between;
}
.flex-proyectos div {
    width:24%;
}
.flex-proyectos img {
    border: #cccccc solid 1px;
    margin-bottom: 20px;
}
.flex-proyectos p {
    margin: 0;
}
.flex-proyectos p:nth-of-type(1) {
    color: #ed2024;
    font-weight: 700;
}
@font-face {
    font-family:'Gotham-Bold';
    src:url("../fonts/Gotham-Bold.woff") format('woff');
    font-weight:normal;
    font-style:normal
}
@font-face {
    font-family:'Gotham-Book';
    src:url("../fonts/Gotham-Book.woff") format('woff');
    font-weight:normal;
    font-style:normal
}
@font-face {
    font-family:'Gotham-Medium';
    src:url("../fonts/Gotham-Medium.woff") format('woff');
    font-weight:normal;
    font-style:normal
}
.emocion {
    font-size:82px;
    color:#ed2024;
    font-family: museo, serif;
    font-weight: 300;
    font-style: italic;
}














@media screen and (max-width:1280px) {
	.grid-team-2 {
		grid-template-columns: 200px 200px 200px 200px;
	}
}
@media screen and (max-width:1199px) {
    .titulos {        
        padding: 0 3% 0 12%;
        width: 85%;
        justify-content: space-between;
    }
    .titulos div:nth-of-type(1) {
        width: 420px;
    }
    .titulos div:nth-of-type(2) {
        width: 260px;
    }
    .titulos2 {        
        padding: 0 3% 0 12%;
        width: 85%;
    }
    .titulos2 div {
        width: 100%;
    }
    h1 {
        font-size:26px;
        line-height:28px;
        margin: 0;
    }
    .link-1 {
        margin-right: 0;
    }
    .container-signi {
        padding: 0;
        margin: 20px 0 0 12%;
        width: 88%;
    }
    .container-signi-2 {
        padding: 0;
        margin: 40px 0 40px 12%;
        width: 88%;
    }
	.work {
		margin: 20px 0 20px 12%;
	}
	.texto, .texto-exp {
		margin: 80px 0 40px 12%;
	}
	.texto div:nth-of-type(1), .texto-exp .containerexp {
		padding: 20px 5% 30px 40px;
	}
	.texto.team div .grid-team-1 div, .texto.team div .grid-team-2 div {
		padding: 0;
	}
    footer {
        padding: 0 3% 0 12%;
        width: 85%;
    }
    .footer {
        width: 100%;
    }
}
@media screen and (max-width:1070px) {
	.grid-team-2 {
		grid-template-columns: 200px 200px 200px;
	}
}
@media screen and (max-width:1023px) {
    body, html {
        font-size:15px;
        line-height:21px;
    }
    .margin20 {
        margin-bottom: 10px;
    }
    .titulos, .titulos2 {        
        padding: 0 3% 0 17%;
        width: 80%;
    }
    .titulos div:nth-of-type(1) {
        width: 100%;
    }
    .titulos div:nth-of-type(2) {
        display: none;
    }
    .container-signi {
        margin: 20px 0 0 17%;
        width: 83%;
    }
    .container-signi-2 {
        margin: 20px 0 20px 17%;
        width: 83%;
    }
	.work {
		margin: 20px 0 20px 17%;
	}
	.texto, .texto-exp {
		margin: 80px 0 40px 17%;
	}
    footer {
        padding: 0 3% 0 17%;
        width: 80%;
    }
    .uk-width-1-3\@m, .uk-width-2-3\@m, .uk-child-width-1-3\@s > * {
        width: 50% !important;
    }
    .libro {
        margin: 0 0 0 20px;
    }
    .libro li a {
        margin-bottom: 10px;
    }
    .menu-principal ul li a {
        font-size: 15px;
    }
    h1 {
        font-size:24px;
        line-height: 26px;
    }
    .bg-gray2 {
        display: none;
    }
    .on1023 {
        display: block;
    }
    .gratis {
        font-size: 80px;
    }
    .uk-padding-large .descargar {
        margin-left: 0;
        font-size: 18px;
    }
    .uk-padding-large .descargar span {
        transform: scale(.8);
    }
    .uk-padding-large .ejemplar {
        margin-bottom: 20px;
    }
    .email {
        float: none;
    }
    .uk-padding-large .enviar {
        padding: 5px 0;
        float: none;
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width:860px) {
	.grid-team-2 {
		grid-template-columns: 200px 200px;
	}
}
@media screen and (max-width:767px) {
    h1 {
        font-size:20px;
        line-height: 22px;
    }
    button.responsive {
        display: block;
        position: fixed;
        right: 20px;
        top: 12px;
        z-index: 2;
    }
    .uk-width-1-3\@m, .uk-width-2-3\@m, .uk-child-width-1-3\@s > * {
        width: 100% !important;
    }
    .menu-principal ul {
        height: auto;
    }
    .menu-principal ul li:nth-of-type(1) a img {
        width: 77px;
        min-width: 77px;
        margin: 10px;
    }
    .menu-principal ul li:nth-of-type(2) a, .menu-principal ul li:nth-of-type(3) a, .menu-principal ul li:nth-of-type(4) a, .menu-principal ul li:nth-of-type(5) a, .menu-principal ul li:nth-of-type(6) a, .menu-principal ul li:nth-of-type(7) a {
        display: none;
    }
    .menu-idioma {
		width: 84px;
        top:58px;
    }
    .menu-idioma a {
        font-size: 20px;
        line-height: 54px;
    }
    .titulos, .titulos2 {        
        padding: 0 3% 0 26%;
        width: 71%;
        margin-top: 58px;
    }
    .titulos2 {
        padding: 20px 3% 20px 26%;
        height: auto;
    }
    .es-en {
        top:269px;
    }
    .es-en a {
        width: 84px;
    }
    .container-signi {
        margin: -1px 0 0 0;
        width: auto;
        margin-left: 84px;
    }
    .container-signi-2 {
        margin: 20px 0;
        width: auto;
        margin-left: 84px;
    }
	.work {
		margin: 20px 0 20px 83px;
	}
	.texto, .texto-exp {
		margin: 57px 0 40px 26%;
		background: #000;
	}
	.texto div:nth-of-type(1), .texto-exp .containerexp {
		padding: 10px 30px 20px 30px;
	}
    footer {
        padding: 0 3% 0 26%;
        width: 71%;
    }
    .bg-gray {
        padding: 20px 0;
    }
    .uk-offcanvas-bar {
      background: #000 !important;
    }
    .uk-offcanvas-overlay::before {
      background: rgba(255, 255, 255, 0.9) !important;
    }
    a.timeline div {
        margin: 0 auto;
    }
    a.timeline p {
        padding-left: 20px;
        font-size: 14px;
    }
	.awards li {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:650px) {
	.grid-team-2, .grid-team-1 {
		grid-template-columns: 200px;
	}
}
