<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Alex+Brush');



/* SITE */
/* header */
body{
	font-family: 'Alegreya Sans', sans-serif;
	
}
.wrap {
	display: inline-block;
    vertical-align: middle;
    float: none;
}
header{
background: rgba(255,255,255,0.9);
background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 50%, rgba(236,235,228,0.9) 50%, rgba(236,235,228,0.9) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.9)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(50%, rgba(236,235,228,0.9)), color-stop(100%, rgba(236,235,228,0.9)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 50%, rgba(236,235,228,0.9) 50%, rgba(236,235,228,0.9) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 50%, rgba(236,235,228,0.9) 50%, rgba(236,235,228,0.9) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 50%, rgba(236,235,228,0.9) 50%, rgba(236,235,228,0.9) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 50%, rgba(236,235,228,0.9) 50%, rgba(236,235,228,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecebe4', GradientType=1 );
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	header {
		background: #ecebe4;
	}
}
.logo img{
	max-width: 260px;
	width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.navbar-brand {
		width: 100%;
		text-align: center;
	}
}

.f-nav .navbar-default{
	margin-top: -20px;
}
.f-nav{
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	overflow: hidden;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.4);
}
.f-nav img{
	height: 40px;
}
.f-nav .nav, .f-nav .navbar-form{

	line-height: 80px;
}
.f-nav .navbar-nav &gt; li &gt; a{
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    padding: 0 10px;
}
	

.nav{
/*	min-height: 80px;
	line-height: 80px;*/
	font-size: 20px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:focus, .navbar-default .navbar-nav&gt;.active&gt;a:hover{
	background-color: #c4a675;
}
.navbar-form{
	padding: 0;
}
.navbar-collapse{
	padding: 0;
}
.camp_busc {
	background-color:#ecebe4;
	color:#000;
	font-weight:400;
	font-size:1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4a675;
	border-left:none;
	border-right:none;
	border-top:none;
	border-radius: 0;
	box-shadow: none;
	max-width: 150px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.camp_busc {
		width: 100%;
		max-width: 100%;
	}
	.navbar-form {
		margin-right: 0;
    	margin-left: 0;
	}
	.navbar-nav {
	    margin: 7.5px 0px;
	}
}
.formBusque button{
	margin-top:1px;
}
.btn_busq, .btn_busq:focus, .btn_busq:visited, .btn_busq:link {
	background:none;
	border:none;
	color:#c4a675;
	font-size:1em;
	padding: 0px 5px;
	margin-top: 12px;
}
.btn_busq:hover {
	color:#c4a675;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.btn_busq, .btn_busq:focus, .btn_busq:visited, .btn_busq:link {
		margin-top: 0;
	}
}
/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #c4a675;
}
.sin-result {
	margin-top:50px;
	font-size: 2em;
	margin-bottom: 100px;
	margin-top: 100px;
}
.sin-result i{
	font-size:5em;
	color: #ebbf5f;
}
.tit-result {
	margin-top: 30px;
}
.tit-result h1{
	color:#000;
	font-size:2em;
	margin-bottom:20px;
}
.tit-result h1 strong{
	font-weight: 600;
}


/* scroll results */
.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}
.ui-autocomplete::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;        
}    
.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #c4a675;   
}


/* home */
section{
}
.fromLeft, .fromRight, .toTop{
	visibility: hidden;
}
.photo img{
	width: 100%;
}
.main{
	margin-bottom: 80px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.main{
		margin-bottom: 21px;
	}
}
.main .left{
	min-height: 645px;
	z-index: 2;
}
.main .left .text{
	position: absolute;
	top: 47%;
	left: 45%;
	z-index: 3;
	padding-left: 12px;
}
.line{
	height: 1px;
	background-color: #1b1b1b;
	position: absolute;
	width: 50%;
	top: 50%;
	left: -15px;
}
.line.rotate{
    left: 200px;
    top: 615px;
    width: 205px;
}
.name{
	font-family: 'Alex Brush', cursive;
	font-size: 50px;
	white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.name{
		font-size: 36px;
		white-space: normal;
	}
}
.desc{
	font-size: 14px;
	margin: 20px 0;
	line-height: 1.4;
}
.desc strong{
	font-weight: bold;
}
.button{
	text-transform: uppercase;
	background: #c4a675;
	color: #000;
	position: absolute;
	bottom: 0px;
	left: -75px;
	border-radius: 0;
    position: absolute;
    transform: translateY(50%);
    z-index: 2;	
    font-size: 13px;
    letter-spacing: 0.4em;
    border: none;
    padding: 10px 40px;
}
.button::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.button:hover::before, .button:focus::before, .button:active::before {
    transform: scaleX(1);
}

.button:hover{
	color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.button{
	    letter-spacing: 0.3em;
	    width: 100%;
	}
}
.rotate{
    -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: 0% 50%; /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 0% 50%; /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    transform-origin: 0% 50%;
    position: absolute;
    width: 2200px;
    left: 100px;
    top: 1600px;
}
.rotate &gt; div{
	float: left;
	display: inline-block;
}
.rotate .line{
	position: relative;
	top: 27px;
	left: auto;
	width: 600px;
}
.rotate .desc{
	padding: 20px;
	margin: 0;
	letter-spacing: 0.4em;
}
.rotate .desc a{
	color: #000;
}
.rotate .desc a:hover{
	color: #666;
	text-decoration: none;
}
.rotate .desc i{
	margin: 0 12px;
}
.black{
	background-color: #000;
}
.quora{
	min-height: 460px;
	padding-right: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.quora{
		padding-left: 0;
	}
	.tit-main {
		font-size: 50px;
		line-height: 44px;
	}
}
.home .quora .box{
	margin: 0;
}
.other{
	background-color: #bbc09d;
}
.quora .name{
	83px;
}
.quora .text{
	margin-top:200px;
}
.quora .text span{
	display: block;
}
.quora .text span.name{
	display: block;
}
.ico a{
	background: #000;
    color: #fff;
    height: 28px;
    padding: 5px;
    text-align: center;
    width: 30px;
}
.ico a:hover{
	background: #c4a675;
}
.caliz{
	position: relative;
}
.caliz span{
	display: block;
}
.caliz .name{
	font-size: 83px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.caliz .name{
		font-size: 50px;
	}
}
.caliz .text{
	position: absolute;
	top: 200px;
	right: 90px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.caliz .text{
		top: 40px;
		right: 20px;
	}
}
.caliz .text.v2{
	top: 500px;
	right: 50%;
}
.caliz .caliz1 {
	position: absolute;
	top: 20px;
	right: 70%;
}
.caliz .line{
	top: 80px;
	min-width: 400px;
	left: auto;
	right: 0px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.caliz .line{
		top: 50px;
	}
}
.row.cairo{
	position: relative;
	margin-top: 20px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.row.cairo{
		margin-top: 0;
	}
}
.cairo .box{
	width: calc(100% + 30px);
	margin-left: -15px;
}
.cairo .box figure img{
	margin: 0 0 0 -15px;
	width: calc(100% + 30px);
}
.cairo .button{
    height: 36px;
    top: -54px;
}
.cairo .text{
	top: -60%;
	position: absolute;
	padding-left: 20px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cairo .text{
		top: -120px;
	}
}
.cairo .text .line{
	left: 120px;
    width: 330px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cairo .text .name{
		font-size: 50px;
	}
	.cairo .text .line{
		left: 130px;
	    width: 180px;
	}
}
.cairo .black{
	bottom: 0;
	position: absolute;
	right: 0;
}

.block-home {
	margin-bottom: 1px;
}
/* footer */
footer{
	background: #000;
	color: #999999;
	font-size: 15px;
	line-height: 20px;
	padding-top: 40px;
}
footer .row.withBorder{
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}
.firstFooter img{
	margin: 20px 0;
}
.firstFooter p{
	line-height: 30px;
	font-size: 17px;
}
footer .form-control{
	background: #000;
	border-bottom: 1px solid #999;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	text-transform: uppercase;
}
.firstFooter #submit{
	background: #000;
	color: #999;
	border: none;
	margin-top: 30px;
}
.firstFooter #submit i{
	margin-left: 10px;
}
.firstFooter #submit:hover{
	color: #fff;
}
.success{
	color: #ebbf5f;
	margin-top: 25px;
}
.warning{
	color: #ebbf5f;
	float: right;
	margin-top: 40px;
}
footer .nav{
	margin: 0;
}
footer .nav a{
	color: #fff;
	font-size: 15px;
}
footer h3{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: bold;
	margin: 50px 0 20px 0;
}
.newsForm{
	margin-top: 20px;
}

.newsForm input{
	border-radius: 4px;
	background-color: #4e5054;
	border: none;
	color: #fff;
	height: 45px;
}
.newsForm .btn-default{
	background-color: #ebbf5f;
	border-color: #ebbf5f;
	color: #fff;
	height: 45px;
}
footer .form-control:focus{
	border-color: #ebbf5f;
}
.no-both {
	padding: 0;
}
.no-left {
	padding-left: 0;
}
.no-right {
	padding-right: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.no-left {
		padding-left: 15px;
	}
	.no-right {
		padding-right: 15px;
	}
	.no-both {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.thirdFooter{
	margin-top: 50px;
	line-height: 20px;
	font-size: 15px;
}
.fin-footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
.quote{
	background: #999;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000;
	margin: -20px auto 20px auto;
}
.quote i{
	margin-top: 8px;
}
.wrap_form {
	margin-top: 40px;
}
.wrap-menu_footer {
	text-align: right;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.wrap-menu_footer {
		text-align: center;
		padding-top: 50px;
	}
}
.menu_footer li a{
	color: #aaaaaa;
}
.menu_footer li a:hover{
	color: #fff;
	text-decoration: none;
}
/* productos */
#nav-aplicacion {
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #d4bf9b;
}
.filt_home{
	text-align:center;
}
.filt_home li {
	float: none;
	display: inline-block;
}
@media (max-width: 767px) {
  .filt_home li {
    display: block;
  }
}
.filt_home li label{
	margin: 0;
	display: block;
	padding: 10px 0px;
}
.filt_home li span{
	font-size:0.8em;
	color:#343e5c;
	padding: 15px 6px;
	cursor: pointer;
}
.filt_home li span:hover{
	color:#000;
	text-decoration: none;
}
.api1{
	background-color: #d4bf9b;
}
.api2{
	background-color: #cfb78f;
}
.api3{
	background-color: #c4a675;
}
.initial{
	border-left: 2px solid #fff;
	padding-left: 12px;
	margin-left: 12px;
}
@media (max-width: 767px) {
  .initial{
		border-left: none;
		padding-left: 5px;
		margin-left: 0;
	}
}

.elemento {
  visibility: hidden;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}
.productos{
	position: relative;
}
.productos .rotate{
	right: 0;
	left: auto;
}

/* ficha */
.wrap-ficha {
	background-color: #000;
	margin-bottom: 2px;
}
.foto-ficha {
	border-right: 2px solid #fff;
	padding: 0;
}
.datos-ficha{
	margin-top: 50px;
	margin-left: 40px;
}
.datos-ficha&gt;p{
	margin-left: 25px;
}
.datos-ficha h1{
	color: #fff;
	display: block;
	font-size: 4em;
	margin-left: 0;
}
.datos-ficha .desc{
	color: #fffac0;
	display: block;
	font-size: 1.2em;
	line-height: 24px;
}
.datos-ficha .links{
	color: #fff;
	margin-top: 40px;
	margin-bottom: 20px;
} 
.datos-ficha .links a{
	color: #fff;
	text-transform: uppercase;
}
.datos-ficha .ico{
	display: block;
	margin-top: 40px;
}
.ficha .black{
	position: relative;
}
.ficha .rotate{
	color: #fff;
}

/* media queries */

@media (max-width: 1355px) {
	.nav&gt;li, .f-nav .nav li{
		padding: 0 5px;
	}
	.nav&gt;li&gt;a, .f-nav .nav&gt;li&gt;a{
		font-size: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.form-control{

	}
}



@media (max-width: 992px) {
	.main{
		position: relative;
	}
	.main .left{
		position: absolute;
	}
	.main .left .text{
		left: 0;
		top: 215px;
	}
	.button{
		left: 0;
	}
	.caliz .line{
		min-width: 285px;
	}

	.nav&gt;li&gt;a{
		padding-right: 4px;
		padding-left: 4px;
	}
}

@media (max-width: 768px) {
	.navbar-default{
		margin-top: 0px;
	}
	.nav&gt;li{
		width: 100%;
		display: block;
		text-align: center;
	}
	.camp_busc{
		display: inline-block;
		margin-right: -35px;
	}
	.quora.other{
		height: 300px;
	}
	.quora .text{
		margin-top: 100px;
		margin-left: 50px;
	}
	.cairo .black {
	    position: relative;
	    top: 0;
	}
	.navbar-default{
		background-color: #ecebe4;
	}
	.box figure img{
		width: auto;
		height: 100%;
	}
}

@media (min-width: 768px) {
	.fixed {
	    position:fixed;
	    top: 0px;
	    width: 100%;
	    left:0px;
	    z-index: 3000;
		margin-top:0px !important;
		margin-bottom:0px !important;
		-webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.45);
	    -moz-box-shadow:    0px 2px 14px 0px rgba(0, 0, 0, 0.45);
	    box-shadow:         0px 2px 14px 0px rgba(0, 0, 0, 0.45);
	    background-color: rgba(255,255,255,0.8) !important;
	    -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
		visibility: visible !important;
		-webkit-animation-name: slideInDown;
        animation-name: slideInDown;
	}
	.fixed-nav {
	    position:fixed;
	    top: 52px;
	    width: 100%;
	    left:0px;
	    z-index: 3000;
		margin-top:0px !important;
		margin-bottom:0px !important;
		-webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.45);
	    -moz-box-shadow:    0px 2px 14px 0px rgba(0, 0, 0, 0.45);
	    box-shadow:         0px 2px 14px 0px rgba(0, 0, 0, 0.45);
	    background-color: rgba(212,191,155,0.9) !important;
	    -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
		visibility: visible !important;
		-webkit-animation-name: slideInDown;
        animation-name: slideInDown;
	}
	.fixed .logo {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.fixed .navbar-nav {
	    margin: 0;
	}
	.fixed .logo img {
		width:100%;
		max-width:120px;
	}
	.margen {
		margin-top: 152px;
	}
	.margen-home {
		margin-top: 112px;
	}
}

#back-top {
	display: block; 
	position:fixed; 
	z-index:90; 
	top:50%; 
	right:20px;
	visibility: hidden;
	animation-duration: 3s;
}
#back-top a{
	font-size:2.6em;
	color:#e0b452;
	padding: 35px 20px;
	display: block;
}


#back-end {
	display: block; 
	position:fixed; 
	z-index:90; 
	bottom:20px; 
	right:50%;
	margin-right: -30px;
	visibility: hidden;
	animation-duration: 2s;
}
#back-end i{
	font-size:2.6em;
	color:#e0b452;
	padding: 35px 20px;
	display: block;
}

.scroll {
	-webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}





/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000;
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	pointer-events: none;
	background: #fff;
	animation: loaderAnim 0.8s ease-out infinite alternate forwards;
}
@keyframes loaderAnim {
	to {
		transform: translate3d(0,-100px,0);
	}
}
.js .demo-split.loading::before { background: #fff; }
.js .demo-split.loading::after { background-image: url(../images/loading.png); }





.block-reveal {
	padding: 0;
}
.media {
	position: relative;
}

.media__inner {
	display: block;
	position: relative;
}

.media__image {
	display: block;
	width: 60%;
}

.media__image2 {
	display: block;
	width: 40%;
	margin-left: 60%;
    margin-right: 0;
}

.media__toolbar {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40%;
	padding: 2.15em;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: center;
}
.media__toolbar2 {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40%;
	padding: 2.15em;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: center;
}
.media__toolbar3 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 60%;
	padding: 2.15em;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.media__toolbar, .media__toolbar2, .media__toolbar3 {
		padding: 15px;
	}
}
.js .info-prod {
	opacity: 0;
	pointer-events: none;
	transform: translate3d(200%,0,0);
	transition: opacity 0.6s 0.28s, transform 0.6s 0.28s;
	transition-timing-function: ease, cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.media__toolbar--show .info-prod{
	opacity: 1;
	pointer-events: visible;
	transform: translate3d(0,0,0);
}
.media__toolbar2--show .info-prod{
	opacity: 1;
	pointer-events: visible;
	transform: translate3d(0,0,0);
}
.media__toolbar3--show .info-prod{
	opacity: 1;
	pointer-events: visible;
	transform: translate3d(0,0,0);
}

.info-prod h1{
	margin-top: 0;
	margin-bottom: 12px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.info-prod h1{
		margin-bottom: 0;
	}
}






.dual {
	position: relative;
}

.dual__inner {
	position: absolute;
	width: 100%;
	height: 100%;	
}

.dual__half {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	background: url(../images/slide/munich_colgante.jpg) no-repeat 50% 0%;
	background-size: cover;
}

.dual__content {
	position: relative;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	max-height: 900px;
	padding-left:10%;
	line-height: 1.4;
	color: #000;
}
.js .dual__content {
	opacity: 0;
	pointer-events: none;
	transform: translate3d(60px,0,0);
	transition: opacity 0.55s 0.4s, transform 0.55s 0.4s;
}
.dual__content.dual__content--show {
	opacity: 1;
	pointer-events: visible;
	transform: translate3d(0,0,0);
}
.left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	max-height: 900px;
	line-height: 1.2;
	animation-delay: 2s;
}







.dual2 {
	position: relative;
}

.dual2__inner {
	position: absolute;
	width: 100%;
	height: 100%;	
}

.dual2__half {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	background: url(../images/cairo.jpg) no-repeat 50% 0%;
	background-size: cover;
}

.dual2__content {
	position: relative;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	max-height: 900px;
	padding-left:10%;
	line-height: 1.4;
	color: #000;
}
.js .dual2__content {
	opacity: 0;
	pointer-events: none;
	transform: translate3d(60px,0,0);
	transition: opacity 0.55s 0.4s, transform 0.55s 0.4s;
}
.dual2__content.dual2__content--show {
	opacity: 1;
	pointer-events: visible;
	transform: translate3d(0,0,0);
}
.photo {
	padding: 0;
}





.dual3 {
	position: relative;
}

.dual3__inner {
	position: absolute;
	width: 100%;
	height: 100%;	
}

.dual3__half {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	background: url(../images/cairo2.jpg) no-repeat 50% 0%;
	background-size: cover;
}

.dual3__content {
	position: relative;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 390px;
	padding-left:10%;
	line-height: 1.4;
	color: #000;
}
.js .dual3__content {
	opacity: 0;
	pointer-events: none;
	transform: translate3d(60px,0,0);
	transition: opacity 0.55s 0.4s, transform 0.55s 0.4s;
}
.dual3__content.dual3__content--show {
	opacity: 1;
	pointer-events: visible;
	transform: translate3d(0,0,0);
}



.block-middle {
	margin-bottom: 2px;
}

/*------------------------------------------------------------------------------------------------------
DESCARGAS
 -------------------------------------------------------------------------------------------------------*/
#descargas {
	padding-top: 20px;
	padding-bottom: 100px;
	overflow: hidden;
}
.item_desc {
	margin-top: 20px;
	text-align: center;
}
#descargas .line {
    height: 1px;
    background-color: #1b1b1b;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 250px;
}
.wrap-tit-desc {
	margin-top: 50px;
	margin-bottom: 100px;
}
.item_desc h2 {
	color: #333;
	font-size: 1.2em;
	margin-top: 12px;
}
.item_desc a {
	color: #333;
	margin-top: 20px;
	display: block;
	font-size: 1.2em;
	background-color: rgba(236,192,95,0.8);
	padding: 4px 12px 6px 12px;
	border-radius: 4px;
}
.item_desc a:hover {
	text-decoration: none;
	background-color: rgba(236,192,95,0.5);
}
.icon-desc i {
	font-size: 2.6em;
	color: #333;
}


</pre></body></html>