html, body {
	height: 100%;
	width: 100%;
            }
            
.da-slider{
	width: 100%;
	min-width: 520px;
	height: 721px;
	position: relative;
	margin: auto;
	overflow: hidden;
	/* background: transparent url(../images/back.jpg) repeat 0% 0%; */
	/* border-top: 8px solid #efc34a;
	border-bottom: 8px solid #efc34a;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff; */
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 5.5s ease-out 0.3s;
	z-index: 0;
}
.da-slide{
	position: absolute;
	width: 81%;
	height: 100%;
	top: 83px;
	left: 40px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
}

.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide h2{
	color: #fff;
	font-size: 78px;
	width: 50%;
	top: 135px;
	white-space: nowrap;
	z-index: 10;
    font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	line-height: 84px;
}
.da-slide p{
    width: 39%;
    top: 325px;
    color: #ffffff;
    font-size: 27px;
    line-height: 33px;
    overflow: hidden;
    font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;

}
.da-slide .da-img{
	width:725;
	top: 85px;
	height: 500px;
}
.da-slide .da-link{
    top: 425px;
    border-radius: 2px;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.8);
    padding: 6px 24px 9px 24px;
    font-size: 26px;
    line-height: 30px;
    width: 166px;
    text-align: center;
    background: rgb(0 197 245);
    font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	transition: 0.4s ease-in;
	text-decoration: none;
}
.da-slide .da-link:hover{
	background: #fff;
	color:#00c5f5;
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
/* .da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e4b42d;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
} */
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #e4b42d;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out-out 0.2s;
	transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 10%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 59%;
	opacity: 1;
}

/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in-out both;
	-moz-animation: toRightAnim3 0.4s ease-in-out both;
	-o-animation: toRightAnim3 0.4s ease-in-out both;
	-ms-animation: toRightAnim3 0.4s ease-in-out both;
	animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	-moz-animation: toRightAnim4 0.6s ease-in-out both;
	-o-animation: toRightAnim4 0.6s ease-in-out both;
	-ms-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in-out both;
	-moz-animation: toLeftAnim1 0.6s ease-in-out both;
	-o-animation: toLeftAnim1 0.6s ease-in-out both;
	-ms-animation: toLeftAnim1 0.6s ease-in-out both;
	animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

/* Servicios */

    .landing {
	height: 100%;
	width: 100%;
	position: fixed;
	
	
	
            }
            
            .landing-wrapper {
	height: 100%;
            }
.st-container {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: 'Josefin Slab', 'Myriad Pro', Arial, sans-serif;
}

.st-container > input,
.st-container > a {
    position: fixed;
    bottom: 0;
    width: 20%;
    cursor: pointer;
    font-size: 27px;
    height: 80px;
    line-height: 85px;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 1.5px;
}

.st-container > input {
	opacity: 0;
	z-index: 1000;
}

.st-container > a {
	z-index: 10;
	font-weight: 700;
	background: #1aafe8;
	color: #fff;
	text-align: center;

	/* text-shadow: 1px 1px 1px rgba(151,24,64,0.2); */
}

/* "Fix" for percentage rounding: add a background bar pseudo element with the same color like the labels */
.st-container:before {
	content: '';
	position: fixed;
	width: 100%;
	height: 80px;
	background: #095b7b;
	z-index: 9;
	bottom: 0;
}

#st-control-1, #st-control-1  a {
	margin-left: 0px;
}

#st-control-2, #st-control-2 a {
	margin-left: 20%;
}

#st-control-3, #st-control-3 a {
	margin-left: 40%;
}

#st-control-4, #st-control-4 a {
	margin-left: 60%;
}

#st-control-5, #st-control-5 a {
	left: 80%;
}

.st-container > a:target,
.st-container > a:target:hover{
	background:#00a7f5b6;
	text-decoration: none;
}

.st-container >  a:target:after,
.st-container > a:target:hover + a:target:after{
	bottom: 100%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color:#0391d2;
	border-width: 20px;
	left:45%;

	
}

.st-container >  a:hover{
	background: #0083bd;
	text-decoration: none;
}

.st-container > a:hover + a:after {
	border-bottom-color: #0391d2;
}

.st-scroll,
.st-panel {
	position: relative;
	width: 100%;
	height: 100%;
	
}
.st-panel .icono-titulo img {
	display:block;
	margin:auto;	
}
.st-panel .icono-titulo h4 {
	color: #00c5f5;
    text-align: center;
    font-size: 54px;
    margin-top: 1%;
}

.st-scroll {
	top: -40px;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	
	/* Let's enforce some hardware acceleration */
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}

.st-panel{
	background: #fff;
	overflow: hidden;
} 
#st-panel-2{
	margin-top: -116px;
}
#st-control-1:target ~ .st-scroll {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
#st-control-2:target ~ .st-scroll {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#st-control-3:target ~ .st-scroll {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-o-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
}
#st-control-4:target ~ .st-scroll {
	-webkit-transform: translateY(-300%);
	-moz-transform: translateY(-300%);
	-o-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	transform: translateY(-300%);
}
#st-control-5:target ~ .st-scroll {
	-webkit-transform: translateY(-400%);
	-moz-transform: translateY(-400%);
	-o-transform: translateY(-400%);
	-ms-transform: translateY(-400%);
	transform: translateY(-400%);
}


/* Content elements */

.st-deco{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -100px;
	background: #fa96b5;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

[data-icon]:after {
    content: attr(data-icon);
    font-family: 'RaphaelIcons';
    color: #fff;
	text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
	position: absolute;
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 90px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: rotate(-45deg) translateY(25%);
	-moz-transform: rotate(-45deg) translateY(25%);
	-o-transform: rotate(-45deg) translateY(25%);
	-ms-transform: rotate(-45deg) translateY(25%);
	transform: rotate(-45deg) translateY(25%);
}

.st-panel h2 {
	font-weight: 600!important;
    font-size: 67px;
    color: #00c5f5;
    font-family: 'Barlow Condensed', sans-serif;
    position: absolute;
    width: 80%;
    left: -13%;
    text-align: center;
    line-height: 50px;
    margin: -70px 0 0 0;
    padding: 0;
    top: 21%;
	-webkit-backface-visibility: hidden;
}

.st-panel img{
    margin-left: 59%;
    margin-top: 3%;
}
.st-color img{
	margin-top: 10%;
}


#st-panel-3 img{
	margin-top: 13%;
}
#st-panel-4 img{
	margin-top: 12%;
}
#st-panel-5 img{
	margin-top: 10%;
}


#st-control-1:target ~ .st-scroll #st-panel-1 img,
#st-control-1:target ~ .st-scroll #st-panel-2 img,
#st-control-1:target ~ .st-scroll #st-panel-3 img,
#st-control-1:target ~ .st-scroll #st-panel-4 img,
#st-control-1:target ~ .st-scroll #st-panel-5 img {
	-webkit-animation: moveDown 0.6s ease-in-out 0.4s backwards;
	-moz-animation: moveDown 0.6s ease-in-out 0.4s backwards;
	-o-animation: moveDown 0.6s ease-in-out 0.4s backwards;
	-ms-animation: moveDown 0.6s ease-in-out 0.4s backwards;
	animation: moveDown 0.6s ease-in-out 0.4s backwards;
}


#st-control-1:target ~ .st-scroll #st-panel-1 h2,
#st-control-b:target ~ .st-scroll #st-panel-b h2,
#st-control-2:target ~ .st-scroll #st-panel-2 h2,
#st-control-3:target ~ .st-scroll #st-panel-3 h2,
#st-control-4:target ~ .st-scroll #st-panel-4 h2,
#st-control-5:target ~ .st-scroll #st-panel-5 h2, .tit-secc h2{
	-webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	animation: moveDown 0.6s ease-in-out 0.2s backwards;
}
@-webkit-keyframes moveDown{
	0% { 
		-webkit-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-webkit-transform: translateY(0px);  
		opacity: 1;
	}
}

@-moz-keyframes moveDown{
	0% { 
		-moz-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-moz-transform: translateY(0px);  
		opacity: 1;
	}
}

@-o-keyframes moveDown{
	0% { 
		-o-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-o-transform: translateY(0px);  
		opacity: 1;
	}
}

@-ms-keyframes moveDown{
	0% { 
		-ms-transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		-ms-transform: translateY(0px);  
		opacity: 1;
	}
}

@keyframes moveDown{
	0% { 
		transform: translateY(-40px); 
		opacity: 0;
	}
	100% { 
		transform: translateY(0px);  
		opacity: 1;
	}
}

.st-panel p {
    position: absolute;
    /* text-align: center; */
    font-size: 24px;
    line-height: 30px;
    color: #8b8b8b;
    z-index: 2;
    padding: 0;
    width: 34%;
    left: 20%;
    top: 22%;
    margin: 10px 0 0 0;
	-webkit-backface-visibility: hidden;
}
#st-control-1:target ~ .st-scroll #st-panel-1 p,
#st-control-2:target ~ .st-scroll #st-panel-2 p,
#st-control-3:target ~ .st-scroll #st-panel-3 p,
#st-control-4:target ~ .st-scroll #st-panel-4 p,
#st-control-5:target ~ .st-scroll #st-panel-5 p, .nosotros-sec{
	-webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-moz-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-o-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-ms-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	animation: moveUp 0.6s ease-in-out 0.2s backwards;
}

@-webkit-keyframes moveUp{
	0% { 
		-webkit-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-webkit-transform: translateY(0px);  
		opacity: 1;
	}
}

@-moz-keyframes moveUp{
	0% { 
		-moz-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-moz-transform: translateY(0px);  
		opacity: 1;
	}
}

@-o-keyframes moveUp{
	0% { 
		-o-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-o-transform: translateY(0px);  
		opacity: 1;
	}
}

@-ms-keyframes moveUp{
	0% { 
		-ms-transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		-ms-transform: translateY(0px);  
		opacity: 1;
	}
}

@keyframes moveUp{
	0% { 
		transform: translateY(40px); 
		opacity: 0;
	}
	100% { 
		transform: translateY(0px);  
		opacity: 1;
	}
}

/* Colored sections */

.st-color,
.st-deco{
	background: #12d0fe;
}
.st-color [data-icon]:after {
	color: #fa96b5;
}
.st-color .st-deco {
	background: #fff;
}
.st-color h2{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	top: 33%;
	left: -7%;
} 
#st-panel-4 h2{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	top: 33%;
	left: -7.5%;
} 
#st-panel-3 h2{
	top: 33%;
    left: -9.8%;
} 

#st-panel-5 h2{
    top: 33%;
    left: -10.7%;
} 
.st-color p {
	color: #fff;
	left: 20%;
    top: 34%;
}
#st-panel-3 p,
#st-panel-5 p {
	left: 20%;
    top: 34%;
}

@media screen and (max-width: 520px) {
	.st-panel h2 {
		font-size: 42px;
	}
	
	.st-panel p {
		width: 90%;
		left: 5%;
		margin-top: 0;
	}
	
	.st-container > a {
		font-size: 13px;
	}
}
@media screen and (max-width: 360px) {
	.st-container > a {
		font-size: 10px;
	}
	
	.st-deco{
		width: 120px;
		height: 120px;
		margin-left: -60px;
	}
	
	[data-icon]:after {
		font-size: 60px;
		-webkit-transform: rotate(-45deg) translateY(15%);
		-moz-transform: rotate(-45deg) translateY(15%);
		-o-transform: rotate(-45deg) translateY(15%);
		-ms-transform: rotate(-45deg) translateY(15%);
		transform: rotate(-45deg) translateY(15%);
	}
}


@media (max-width: 1600px) {
	.st-container > input, .st-container > a {
		font-size: 24px;
	}

	.st-web h2 {
		left: -11.5%;
	}
	.st-color h2 {
		left: -4.5%;
	}
	#st-panel-3 h2{
		left: -7.5%;
	}
	#st-panel-4 h2 {
  		left: -5%;
	}
	#st-panel-5 h2 {
		left: -8.8%;
	}
	.st-web img {
		margin-top: 6%;
	}
	.st-color img {
		margin-top: 13%;
	}
	#st-panel-3 img {
		margin-top: 13%;
		margin-left: 55%;
	}	
	#st-panel-4 img {
		margin-top: 13%;
	}
	#st-panel-5 img {
		margin-top: 14%;
	}

}

@media (max-width: 1440px) {
	.da-img img{
		/* border:1px solid red; */
		width: 730px;
		margin-top: 86px;
	}
	.da-img .da-imag-4{
		margin-top: 60px;

	}
	.da-slide p{
		top: 373px;
	} 
	.da-slide .da-link {
		top: 483px;
	}
	.da-slide h2 {
	   	font-size: 73px;
    	top: 183px;
     	line-height: 78px;
	}
	.da-slide {
		width: 83%;
		left: 29px;
		top: 10px;
		max-height: 685px;
	}
	.back{
		margin-top: -69px;
	}
	.st-web h2 {
		left: -16.5%;
		top: 16%;
	}
	.st-web img {
		margin-left: 54%;
		margin-top: 1%;
	}
	.st-web p {
    	left: 14%;
		top: 17%;
	}
	.st-color h2 {
		left: -7.5%;
		top: 29%;
	}
	.st-color p {
		left: 15%;
		top: 31%;
	}
	.st-color img {
		margin-top: 8%;
		margin-left: 55%;
	}
	#st-panel-3 h2 {
		left: -11.5%;
	}
	#st-panel-3 p{
		left: 14.5%;
	}
	#st-panel-3 img {
		margin-top: 11%;
		margin-left: 52%;
	}
	#st-panel-4 h2 {
		left: -8.5%;
	}

	#st-panel-4 p {
		left: 14.7%;
		top: 35%;
	}
	#st-panel-4 img {
		margin-top: 10%;
		margin-left: 54%;
	}
	#st-panel-5 h2 {
		left: -12.8%;
		top: 27%;
	}
	#st-panel-5 p {
		left: 15%;
		top: 29%;
	}
	#st-panel-5 img {
		margin-top: 8%;
		margin-left: 55%;
	}

}
@media (max-width: 1366px) {
	.da-slide {
		top: 0px;
		left: 0px;
	}
	.navbar {
		width: 94%;
	}
	.back{
		margin-top: -85px;
	}
	.plat{
  		font-size: 65px;
	}
	.st-web p {
		left: 12%;
		top: 18%;
		width: 35%;
		font-size: 22px;

	}
	.st-web h2 {
		left: -18%;
		top: 17%;
	}
	#st-panel-5 p {
		left: 14%;
		top: 26%;
	}
	#st-panel-5 h2 {
		top: 26%;
	}
}

@media (max-width: 1280px) {
	.st-web img {
   		margin-left: 57%;
   		margin-top: 0%;
   	 	width: 31%;
	}
	.st-web h2 {
		font-size: 60px;
		left: -18%;
   		top: 16%;
	}
	.st-web p {
		left: 12.2%;
		top: 15%;
		width: 36%;
		font-size: 20px;
	}
	.st-container > input, .st-container > a {
		font-size: 23px;
	}
	.st-color h2{
		font-size: 60px;
		left: -9.5%;
	}
	.st-color p{
		font-size: 20px;
		left: 13%;
		top: 31%;
	}
	.st-color img {
		margin-top: 9%;
		margin-left: 55%;
		width: 32%;
	}
	#st-panel-3 h2 {
		font-size: 60px;
	}
	#st-panel-3 p {
		left: 14.5%;
		font-size: 20px;
		top: 33%;
	}
	#st-panel-3 img {
		margin-top: 11%;
		width: 36%;
	}
	#st-panel-4 p {
		top: 33%;
	}
	#st-panel-4 img {
		margin-top: 11%;
		margin-left: 55%;
	}
	#st-panel-5 h2 {
		font-size: 60px;
	}
	#st-panel-5 p {
		left: 14.5%;
		font-size: 20px;
		top: 26%;
	}
	#st-panel-5 img {
		margin-top: 7%;
		margin-left: 55%;
		width: 32%;
	}
	
}


@media (max-width: 1024px) {
	.da-slide {
	  top: -41px;
	}
	.da-slide h2 {
		font-size: 56px;
		line-height: 65px;
	}
	.da-slide p {
		top: 343px;
	}
	.da-img img {
		width: 492px;
		margin-top: 113px;
	}
	.plat {
		font-size: 53px;
	}
	.da-slide {
		left: 12px;
	}
	.st-web h2 {
		font-size: 60px;
		left: -18%;
		top: 15%;
	}
	.st-web p {
		left: 10.2%;
		top: 16%;
		width: 39%;
		font-size: 20px;
	}
	.st-web img {
		margin-left: 55%;
		margin-top: 8%;
		width: 34%;
	}
	.st-color h2 {
		top: 27%;
		left: -8.5%;
	}
	.st-color p {
		left: 10%;
		top: 27%;
	}
	.st-color img {
		margin-top: 20%;
		margin-left: 53%;
		width: 35%;
	}
	#st-panel-3 p {
		left: 11.5%;
		top: 32%;
	}
	#st-panel-3 h2 {
		top: 30%;
	}
	#st-panel-3 img {
		margin-top: 20%;
		width: 38%;
		margin-left: 50%;
	}
	#st-panel-3 p {
		left: 11.5%;
	}
	#st-panel-4 p {
		top: 33%;
		left: 10.7%;
	}
	#st-panel-4 img {
		margin-top: 20%;
		margin-left: 55%;
		width: 36%;
	}
	#st-panel-4 h2 {
    	top: 31%;
	}
	#st-panel-5 p {
		left: 11.5%;
	}
	#st-panel-5 img {
		margin-top: 20%;
		margin-left: 52%;
		width: 35%;
	}
	#st-panel-5 h2 {
		top: 22%;
	}
	#st-panel-5 p {
		top: 23%;
	}
	.st-container:before {
    	bottom: 0px;
	}
	.st-container > input, .st-container > a {
		bottom: 0px;
		font-size: 21px;
		letter-spacing: 1px;
	}
	.footer {
		margin-top: -13.2em;
	}
}


@media (max-width: 991px) {
	.da-slide {
		width: 86%;
	}
	.st-web h2 {
		font-size: 53px;
		left: -19%;
		top: 16%;
		line-height: 28px;
	}
	.st-web p {
		left: 10%;
		top: 13%;
		width: 43%;
		font-size: 19px;
		line-height: 28px;
	}
	.st-web img {
		margin-left: 59%;
		margin-top: 2%;
		width: 33%;
	}
	.st-color h2 {
		font-size: 53px;
	}
	.st-color h2 {
		top: 28.5%;
		left: -9.5%;
	}
	.st-color p {
		left: 10%;
		top: 28%;
		width: 43%;
		font-size: 19px;
		line-height: 28px;
	}
	.st-color img {
		margin-top: 14%;
		margin-left: 57%;
		width: 32%;
	}
	#st-panel-3 h2 {
		font-size: 53px;
		left: -13%;
		top: 32%;
	}
	#st-panel-3 p {
		left: 10.8%;
		top: 32%;
		width: 43%;
		font-size: 19px;
		line-height: 28px;
	}
	#st-panel-3 img {
		margin-top: 16%;
		width: 37%;
		margin-left: 55%;
	}
	#st-panel-4 h2 {
		left: -10.5%;
		top: 34%;
	}
	#st-panel-4 p {
		top: 34%;
		left: 10%;
		font-size: 19px;
	}
	#st-panel-4 img {
		margin-top: 16%;
		margin-left: 57%;
		width: 35%;
	}
	#st-panel-5 h2 {
		font-size: 53px;
		left: -15%;
		top: 28%;
	}
	#st-panel-5 p {
		left: 10.4%;
		top: 26.5%;
		width: 43%;
		font-size: 19px;
		line-height: 28px;
	}
	#st-panel-5 img {
		margin-top: 15%;
		margin-left: 56%;
		width: 33%;
	}
	.st-container > input, .st-container > a {
		font-size: 20px;
	}
	.footer {
		margin-top: 0;
	}
	.st-container:before {
    	bottom: 0px;
	}
	.st-container > input, .st-container > a {
		bottom: 0px;
	}

}
@media (max-width: 966px) {
	.da-slide {
		left: -20px;
	}
	.plat {
		font-size: 51px;
	}
	.da-slide h2 {
		line-height: 60px;
		top: 203px;
	}
}
@media (max-width: 800px) {
	.da-img img {
		width: 458px;
	}
	.da-slide h2 {
		font-size: 48px;
		line-height: 52px;
	}
	.plat {
		font-size: 42px;
	}
	.da-slide p {
		top: 325px;
		font-size: 22px;
    	line-height: 26px;
	}
	.da-slide .da-link {
  		padding: 3px 22px 6px 22px;
		font-size: 20px;
		line-height: 30px;
		top: 438px;
	}
	.st-web p {
		left: 7.5%;
		top: 12%;
		width: 44%;
		font-size: 15px;
		line-height: 22px;
	}
	.st-web img {
		margin-left: 59%;
		margin-top: 4%;
		width: 29%;
	}
	.st-web h2 {
		font-size: 33px;
		left: -24%;
		top: 20%;
	}
	.st-container > input, .st-container > a {
		font-size: 16px;
		height: 69px;
		line-height: 70px;
	}
	.st-container:before {
		height: 69px;
	}
	.rash-tit {
		height: 142px;
	}
	.st-color p {
		left: 7.5%;
		top: 37%;
		width: 44%;
		font-size: 15px;
		line-height: 22px;
	}
	.st-color img {
		margin-left: 59%;
		margin-top: 20%;
		width: 29%;
	}
	.st-color h2 {
		font-size: 33px;
		left: -17%;
		top: 41%;
	}

	#st-panel-3 p {
		left: 7.5%;
		top: 40%;
		width: 44%;
		font-size: 15px;
		line-height: 22px;
	}
	#st-panel-3 img {
		margin-left: 56%;
		margin-top: 22%;
		width: 32%;
	}
	#st-panel-3 h2 {
		font-size: 33px;
		left: -20%;
		top: 45%;
	}

	
	#st-panel-4 p {
		left: 7.5%;
		top: 42%;
		width: 44%;
		font-size: 15px;
		line-height: 22px;
	}
	#st-panel-4 img {
		margin-left: 56%;
		margin-top: 21%;
		width: 32%;
	}
	#st-panel-4 h2 {
		font-size: 33px;
		left: -17.5%;
		top: 46%;
	}

	#st-panel-5 p {
		left: 7.5%;
		top: 35%;
		width: 46%;
		font-size: 15px;
		line-height: 19px;
	}
	#st-panel-5 img {
		margin-left: 56%;
		margin-top: 17%;
		width: 32%;
	}
	#st-panel-5 h2 {
		font-size: 33px;
		left: -21.5%;
		top: 41%;
	}
	
	
}
@media (max-width: 768px) {

	.rash-tit {
		height: 186px;
	}
	.da-slide {
		width: 84%;
		top: -103px;
		height: 556px;
	}
	.da-slide h2 {
		font-size: 46px;
		line-height: 48px;
		top: 228px;
	}
	.plat {
		font-size: 40px;
	}
	.da-img img {
		width: 440px;
		margin-top: 139px;
	}
	.da-slide p {
  		font-size: 23px;
		line-height: 29px;
	}
	.da-slide .da-link {
		top: 450px;
		padding: 3px 18px 6px 18px;
		font-size: 19px;
		width: 146px;
	}
	.back {
		margin-top: -238px;
	}
	.st-web img {
		margin-left: 35%;
		margin-top: 29%;
		width: 29%;
	}
	.st-web p {
		left: 7.5%;
		top: 10%;
		width: 84%;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.st-web h2 {
		font-size: 48px;
		left: 0%;
		top: 12%;
		width: 100%;
	}

	.st-color img {
		margin-left: 35%;
		margin-top: 45%;
		width: 29%;
	}
	.st-color p {
		left: 7.5%;
		top: 23%;
		width: 84%;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.st-color h2 {
		font-size: 48px;
		left: 0%;
		top: 23%;
		width: 100%;
	}


	#st-panel-3 img {
		margin-left: 32%;
		margin-top: 46%;
		width: 33%;
	}
	#st-panel-3 p {
		left: 7.5%;
		top: 28%;
		width: 84%;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	#st-panel-3 h2 {
		font-size: 48px;
		left: 0%;
		top: 28%;
		width: 100%;
	}


	#st-panel-4 img {
		margin-left: 33%;
		margin-top: 45%;
		width: 33%;
	}
	#st-panel-4 p {
		left: 7.5%;
		top: 28%;
		width: 84%;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	#st-panel-4 h2 {
		font-size: 48px;
		left: 0%;
		top: 27%;
		width: 100%;
	}


	#st-panel-5 img {
		margin-left: 29%;
		margin-top: 42%;
		width: 31%;
	}
	#st-panel-5 p {
		left: 7.5%;
		top: 24%;
		width: 84%;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	#st-panel-5 h2 {
		font-size: 48px;
		left: 0%;
		top: 24%;
		width: 100%;
	}


	.st-container:before {
		height: 62px;
	}
	.st-container > input, .st-container > a {
		font-size: 19px;
		height: 62px;
		line-height: 17px;
		padding: 15px 31px;
		text-align: center;
		bottom: 0px;
		font-size: 17px;
		letter-spacing: 1px;
	}
	.st-container:before {
    	bottom: 0px;
	}
	.footer {
		/*margin-top: -12em; */
	}
	

}
@media (max-width: 568px) {
	.navbar {
		width: 100%;
		margin-left: 0;
	}
	.titulo-home span {
		font-size: 52px;
	}
	.da-img img {
		width: 328px;
		margin-top: 163px;
	}
	.da-slide {
		width: 88%;
		top: -121px;
		left: -19px;
	}
	.da-slide h2 {
		font-size: 35px;
		line-height: 39px;
		top: 237px;
	}
	.plat {
		font-size: 32px;
	}
	.da-slide p {
		font-size: 18px;
		line-height: 21px;
		top: 326px;
	}
	.da-slide .da-link {
		top: 405px;
		padding: 0px 0px 2px 0px;
		width: 111px;
		font-size: 16px;
	}
	.titulo-home span {
        font-size: 38px;
        padding-left: 2px;
    }
	.st-container > input, .st-container > a {
		font-size: 17px;
		height: 90px;
		line-height: 18px;
		padding: 25px 17px 0px 17px;
		text-align: center;
	}
	.st-web p {
		top: 10%;
		font-size: 16px;
		line-height: 24px;
	}
	.st-web h2 {
		font-size: 45px;
		left: 0%;
		top: 13%;
	}
	.st-web img {
		margin-left: 33%;
		margin-top: 43%;
		width: 36%;
	}

	.st-color img {
		margin-left: 29%;
		margin-top: 64%;
		width: 36%;
	}
	.st-color p {
		left: 7.5%;
		top: 23%;
		width: 84%;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.st-color h2 {
		font-size: 48px;
		left: 0%;
		top: 24%;
		width: 100%;
	}


	#st-panel-3 img {
		margin-left: 28%;
		margin-top: 64%;
		width: 41%;
	}
	#st-panel-3 p {
		left: 7.5%;
		top: 26%;
		width: 84%;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	#st-panel-3 h2 {
		font-size: 48px;
		left: 0%;
		top: 26%;
		width: 100%;
	}

	#st-panel-4 img {
		margin-left: 28%;
		margin-top: 64%;
		width: 42%;
	}
	#st-panel-4 p {
		left: 7.5%;
		top: 28%;
		width: 84%;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	#st-panel-4 h2 {
		font-size: 48px;
		left: 0%;
		top: 27%;
		width: 100%;
	}



	#st-panel-5 img {
		margin-left: 27%;
		margin-top: 68%;
		width: 32%;
	}
	#st-panel-5 p {
		left: 7.5%;
		top: 22%;
		width: 84%;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	#st-panel-5 h2 {
		font-size: 48px;
		left: 0%;
		top: 23%;
		width: 100%;
	}
	

	.st-container > input, .st-container > a {
		height: 62px;
		line-height: 17px;
		padding: 15px 19px;
		text-align: center;
		bottom: 0px;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.st-container:before {
    	bottom: 0px;
	}
	.footer {
		/*margin-top: -13em; */
	}
}
@media (max-width: 480px) {
	/* .da-slider, .rash, .somos, .dis-web, .aplicaciones,.mark-digital,.plataformas, #great-screenshots{
		min-width: 470px;
	} */
	.da-slider{
		min-width: 320px;
	}
	
	.da-img img {
		width: 287px;
		margin-top: 163px;
	}
	.da-slide h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.da-slide p {
		font-size: 16px;
		line-height: 19px;
		top: 314px;
	}
	.da-slide .da-link {
		top: 386px;
	}
	.plat {
		font-size: 29px;
	}
	.back {
		margin-top: -325px;
	}
	.titulo-home span {
		font-size: 30px;
		padding-left: 1px;
	}
	.rash{
		height: 147px;
	}
	.somos{
		margin-bottom: -3em!important;
	}
	.st-container > input, .st-container > a {
		font-size: 14px;
		line-height: 16px;
		padding: 18px 7px 0px 6px;
	}

	.pc-ser{
		display: none;
	} 
	.cel-ser{
		display: block;
	} 


	.st-web p {
		top: 11%;
		font-size: 16px;
		line-height: 24px;
	}
	.st-web h2 {
		font-size: 45px;
		left: 0%;
		top: 13%;
	}
	.st-web img {
		margin-left: 32%;
		margin-top: 60%;
		width: 35%;
	}

	.st-color p {
		top: 24%;
		font-size: 16px;
		line-height: 24px;
	}
	.st-color h2 {
		font-size: 45px;
		left: 0%;
		top: 23%;
	}
	.st-color img {
		margin-left: 29%;
		margin-top: 80%;
		width: 38%;
	}

	#st-panel-3 p {
		top: 27%;
		font-size: 16px;
		line-height: 24px;
	}
	#st-panel-3 h2 {
		font-size: 45px;
		left: 0%;
		top: 26%;
	}
	#st-panel-3 img {
		margin-left: 24%;
		margin-top: 77%;
		width: 48%;
	}

	 
	#st-panel-4 p {
		top: 28%;
		font-size: 16px;
		line-height: 24px;
	}
	#st-panel-4 h2 {
		font-size: 45px;
		left: 0%;
		top: 27%;
	}
	#st-panel-4 img {
		margin-left: 25%;
		margin-top: 73%;
		width: 48%;
	}
		
	#st-panel-5 p {
		top: 22%;
		font-size: 16px;
		line-height: 24px;
	}
	#st-panel-5 h2 {
		font-size: 45px;
		left: 0%;
		top: 22%;
	}
	#st-panel-5 img {
		margin-left: 26%;
		margin-top: 83%;
		width: 36%;
	}
	
	
}
@media(max-width:414px){
	.da-slide {
		width: 75%;
		top: -121px;
		left: -8px;
		height: 663px;
	}
	.titulo-home span {
		font-size: 40px;
		padding-left: 1px;
	}
	.da-slide h2 {
		font-size: 26px;
		line-height: 27px;
	}
	.plat {
		font-size: 25px;
	}
	.da-slide p {
		font-size: 15px;
		line-height: 18px;
		top: 300px;
	}
	.da-img img {
		width: 226px;
	}

	.da-slide .da-link {
		top: 374px;
	}
	.back {
		margin-top: -359px;
	}
	.somos {
		margin-bottom: -6em !important;
	}
	.st-container > input, .st-container > a {
		font-size: 13px;
		line-height: 16px;
		padding: 18px 4px 0px 2px;
	}

	.st-web p {
		top: 11%;
		font-size: 16px;
		line-height: 24px;
	}
	.st-web h2 {
		font-size: 45px;
		left: 0%;
		top: 13%;
	}
	.st-web img {
		margin-left: 30%;
		margin-top: 73%;
		width: 38%;
	}

	.st-color p {
		top: 23%;
		font-size: 16px;
		line-height: 24px;
	}
	.st-color h2 {
		font-size: 45px;
		left: 0%;
		top: 23%;
	}
	.st-color img {
		margin-left: 27%;
		margin-top: 95%;
		width: 41%;
	}

	#st-panel-3 p {
		top: 26%;
		font-size: 16px;
		line-height: 24px;
	}
	#st-panel-3 h2 {
		font-size: 45px;
		left: 0%;
		top: 26%;
	}
	#st-panel-3 img {
		margin-left: 24%;
		margin-top: 93%;
		width: 48%;
	}


	#st-panel-4 p {
		top: 28%;
		font-size: 16px;
		line-height: 24px;
	}
	#st-panel-4 h2 {
		font-size: 45px;
		left: 0%;
		top: 27%;
	}
	#st-panel-4 img {
		margin-left: 25%;
		margin-top: 94%;
		width: 48%;
	}

	#st-panel-5 p {
		top: 20%;
		font-size: 16px;
		line-height: 24px;
	}
	#st-panel-5 h2 {
		font-size: 45px;
		left: 0%;
		top: 21%;
	}
	#st-panel-5 img {
		margin-left: 25%;
		margin-top: 99%;
		width: 40%;
	}


}
@media(max-width:411px){
	.st-container > input, .st-container > a {
 	   font-size: 13px;
  	   line-height: 14px;
	}

	.st-web p {
		top: 11%;
		font-size: 16px;
		line-height: 24px;
	}
	.st-web h2 {
		font-size: 45px;
		left: 0%;
		top: 13%;
	}
	.st-web img {
		margin-left: 30%;
		margin-top: 76%;
		width: 37%;
	}

	.st-color p {
		top: 23%;
		font-size: 16px;
		line-height: 24px;
	}
	.st-color h2 {
		font-size: 45px;
		left: 0%;
		top: 23%;
	}
	.st-color img {
		margin-left: 29%;
		margin-top: 97%;
		width: 41%;
	}

	#st-panel-5 img {
		margin-left: 25%;
		margin-top: 99%;
		width: 40%;
	}



}



@media(max-width:375px){
	.titulo-home span {
		font-size: 51px;
		padding-left: 1px;
	}
	.da-slide {
		width: 65%;
		top: -121px;
		left: -10px;
	}
	.da-slide h2 {
		font-size: 24px;
		line-height: 25px;
	}
	.plat {
		font-size: 21px;
	}
	.da-slide p {
		font-size: 13px;
		line-height: 18px;
	}
	.da-slide .da-link {
		width: 96px;
		font-size: 14px;
		top: 373px;
	}
	.rash {
		margin-top: -27px;
	}
	.somos {
		margin-bottom: -7em !important;
	}
	.st-container > input, .st-container > a {
		font-size: 12px;
		line-height: 14px;
		padding: 19px 0px 0px 0px;
	}

	.st-web p {
		top: 11%;
		font-size: 16px;
		line-height: 24px;
	}
	.st-web h2 {
		font-size: 45px;
		left: 0%;
		top: 13%;
	}
	.st-web img {
		margin-left: 31%;
		margin-top: 88%;
		width: 37%;
	}

	.st-color p {
		top: 24%;
		font-size: 16px;
		line-height: 24px;
	}
	.st-color h2 {
		font-size: 45px;
		left: 0%;
		top: 23%;
	}
	.st-color img {
		margin-left: 29%;
		margin-top: 113%;
		width: 41%;
	}

	#st-panel-3 p {
		top: 25%;
		font-size: 16px;
		line-height: 24px;
	}
	#st-panel-3 h2 {
		font-size: 45px;
		left: 0%;
		top: 25%;
	}
	#st-panel-3 img {
		margin-left: 24%;
		margin-top: 107%;
		width: 48%;
	}


	#st-panel-4 p {
		top: 27%;
		font-size: 16px;
		line-height: 24px;
	}
	#st-panel-4 h2 {
		font-size: 45px;
		left: 0%;
		top: 26%;
	}
	#st-panel-4 img {
		margin-left: 26%;
		margin-top: 103%;
		width: 48%;
	}

	#st-panel-5 p {
		top: 20%;
		font-size: 16px;
		line-height: 20px;
	}
	#st-panel-5 h2 {
		font-size: 45px;
		left: 0%;
		top: 21%;
	}
	#st-panel-5 img {
		margin-left: 25%;
		margin-top: 105%;
		width: 43%;
	}




}
@media(max-width:360px){
	.da-slide h2 {
		top: 214px;
	}
	.da-img img {
		margin-left: -29px;
		margin-top: 171px;
	}
	.plat {
		font-size: 20px;
	}
	.da-slide p {
		top: 272px;
	}
	.da-slide .da-link {
		top: 343px;
	}
	.back {
		margin-top: -391px;
	}
	.sub-2 {
		margin-top: -17em;
	}
	.rash {
        margin-top: -10em;
    }

	.st-web p {
		top: 8.5%;
		font-size: 16px;
		line-height: 24px;
	}
	.st-web h2 {
		font-size: 45px;
		left: 0%;
		top: 11%;
	}
	.st-web img {
		margin-left: 29%;
		margin-top: 88%;
		width: 41%;
	}

	.st-color p {
		top: 22%;
		font-size: 16px;
		line-height: 24px;
	}
	.st-color h2 {
		font-size: 45px;
		left: 0%;
		top: 21.5%;
	}
	.st-color img {
		margin-left: 29%;
		margin-top: 119%;
		width: 41%;
	}

	#st-panel-3 p {
		top: 23%;
		font-size: 16px;
		line-height: 24px;
	}
	#st-panel-3 h2 {
		font-size: 45px;
		left: 0%;
		top: 22%;
	}
	#st-panel-3 img {
		margin-left: 24%;
		margin-top: 111%;
		width: 48%;
	}

	#st-panel-4 p {
		top: 24%;
		font-size: 16px;
		line-height: 24px;
	}
	#st-panel-4 h2 {
		font-size: 45px;
		left: 0%;
		top: 23%;
	}
	#st-panel-4 img {
		margin-left: 25%;
		margin-top: 110%;
		width: 48%;
	}

	#st-panel-5 p {
		top: 19%;
		font-size: 16px;
		line-height: 20px;
	}
	#st-panel-5 h2 {
		font-size: 45px;
		left: 0%;
		top: 20%;
	}
	#st-panel-5 img {
		margin-left: 25%;
		margin-top: 115%;
		width: 43%;
	}

}

@media(max-width:320px){
   .da-img img {
       width: 196px;
	   margin-left: -41px;
	   margin-top: 176PX;
	}
	.st-container > input, .st-container > a {
		font-size: 10px;
		line-height: 13px;
		padding: 20px 0px 0px 2px;
	}
	.st-web p {
		top: 11%;
		font-size: 15px;
		line-height: 22px;
	}
	.st-web h2 {
		font-size: 45px;
		left: 0%;
		top: 13%;
	}
	.st-web img {
		margin-left: 29%;
		margin-top: 107%;
		width: 41%;
	}


	.st-color p {
		top: 26%;
		font-size: 16px;
		line-height: 22px;
	}
	.st-color h2 {
		font-size: 45px;
		left: 0%;
		top: 20%;
	}
	.st-color img {
		margin-left: 29%;
		margin-top: 147%;
		width: 41%;
	}


	#st-panel-3 p {
		top: 22%;
		font-size: 16px;
		line-height: 24px;
	}
	#st-panel-3 h2 {
		font-size: 45px;
		left: 0%;
		top: 22%;
	}
	#st-panel-3 img {
		margin-left: 24%;
		margin-top: 128%;
		width: 48%;
	}


	#st-panel-4 p {
		top: 27%;
		font-size: 16px;
		line-height: 22px;
	}
	#st-panel-4 h2 {
		font-size: 45px;
		left: 0%;
		top: 21%;
		padding: 0px 64px;
	}
	#st-panel-4 img {
		margin-left: 26%;
		margin-top: 132%;
		width: 48%;
	}
	#st-panel-5 img {
		margin-left: 25%;
		margin-top: 134%;
		width: 43%;
	}


}

#st-control-1:target ~ .st-scroll {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
#st-control-2:target ~ .st-scroll {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#st-control-3:target ~ .st-scroll {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-o-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
}
#st-control-4:target ~ .st-scroll {
	-webkit-transform: translateY(-300%);
	-moz-transform: translateY(-300%);
	-o-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	transform: translateY(-300%);
}
#st-control-5:target ~ .st-scroll {
	-webkit-transform: translateY(-400%);
	-moz-transform: translateY(-400%);
	-o-transform: translateY(-400%);
	-ms-transform: translateY(-400%);
	transform: translateY(-400%);
}
