/* =======================================================================
AppSperia - App Landing Page
======================================================================= */

/*
1. GLOBAL STYLES
2. TYPOGRAPHY
		 2.1 FONTS
		 2.2 HEADINGS
3. LAYOUT
		 3.1 SECTIONS
		 3.2 PRELOADER
		 3.3 LOGO
		 3.4 SOCIAL ICONS
		 3.5 RIGHT MOCKUP
4. MENU
		 4.1 SIDE MAIN MENU
		 4.2 NAV BULLETS
5. ELEMENTS
		 5.1 TABS
		 5.2 CAROUSEL
		 5.3 BUTTONS
		 5.4 TOOLTIP
		 5.5 ICONS
6. SECTIONS
		 6.1 FEATURES
		 6.2 CLIENTS
		 6.3 VIDEO
		 6.4 SCREENSHOTS
		 6.5 PRICING
		 6.6 CONTACT
*/


/* --------------------------------------
GLOBAL STYLES
-----------------------------------------*/


html,
body {
		margin: 0;
		height: 100%;
		padding: 0;
}
a {
		color: #111;
		text-decoration: none;
}
strong { font-family: 'Play', sans-serif; }
body {
		background: #F3F3F3;
		background-size: cover;
		color: #111;
		font-family: 'Play', sans-serif;
		font-size: 100%;
		-webkit-font-smoothing: antialiased;
}
ul {
		list-style-type: none;
		padding: 0;
}



/* HEADINGS */

h1,
h2,
h3 {
		color: #111;
		margin-bottom: 30px;
		font-size: 50px;
		font-weight: normal;
		font-family: 'Play', sans-serif;
		line-height: 1.2;
		margin-top: 20px;
}
h4,
h5,
h6 { font-weight: 400 }


/*---------------------------------------
	 LAYOUT
-----------------------------------------*/


/*SECTIONS*/

.fp-section {
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.fp-slide { float: left }
.fp-slide,
.fp-slidesContainer {
		height: 100%;
		display: block;
}
.fp-slides {
		z-index: 1;
		height: 100%;
		overflow: hidden;
		position: relative;
		-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
		transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
		display: table;
		width: 100%;
}
.fp-tableCell {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 100%;
		overflow-x: hidden!important;
}
.wrap {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		box-sizing: border-box;
}
.wrap .box,
.wrap {
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
}
.box {
		font-family: 'Play', sans-serif;
		text-align: left;
		line-height: 26px;
		font-weight: 400;
		font-style: normal;
		color: #002E57;
		font-size: 15px;
		width: 51%;
}
.box p { margin: 15px 0 }
.overlay {
		background: #111;
		opacity: 0.6;
		position: fixed;
		width: 100%;
		height: 100%;
}

/*preloader*/

#preloader {
		position: fixed;
		z-index: 1000;
		width: 100%;
		height: 100%;
		background: #fff;
}
#preloader img {
		position: absolute;
		top: 45%;
		left: 50%;
		margin-left: -90px;
}

/*Social Icons*/

#social-icons {
		position: fixed;
		bottom: 2%;
}
#social-icons ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
}
#social-icons li {
		list-style-type: none;
		display: inline-block;
		margin-right: 5px;
}
#social-icons a {
		font-size: 28px;
		color: #111;
		text-decoration: none;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
}
#social-icons a i {
		font-style: normal;
		font-weight: normal;
		opacity: 1;
		display: block;
		font-variant: normal;
		font-size: 13px;
		border: 1px solid #111;
		border-radius: 4px;
		width: 24px;
		height: 24px;
		text-align: center;
		line-height: 27px;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
}
#social-icons a:hover i {
		border: 1px solid #E02217;
		color: #E02217;
}

/*Right side mockup*/

#hand {
		background: url(../images/hand-mockup.png) top no-repeat;
		width: 800px;
		height: 1000px;
		background-size: cover;
		position: fixed;
		margin-left: -209px;
		top: 50%;
		margin-top: -270px;
		left: 50%;
}


/*---------------------------------------
	 MENUS
-----------------------------------------*/


/*side main menu*/


#main-nav {
		position: fixed;
		z-index: 100;
		top: 2%;
		left: 14px;
		font-size: 32px;
		font-weight: 300;
}
#main-nav span {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
}
#main-nav:hover span { color: #fff }
#menu-logo img {
		display: block;
		margin: 30px auto 35px auto;
}
.sidr {
		display: none;
		position: absolute;
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 999999;
		width: 240px;
		overflow-x: none;
		overflow-y: auto;
		font-family: 'Play', sans-serif;
		font-size: 15px;
		background: #C22017;
}
.sidr.right {
		left: auto;
		right: -260px;
}
.sidr.left {
		left: -260px;
		right: auto;
}
.sidr ul {
		display: block;
		margin: 0 0 15px;
		padding: 0;
}
.sidr ul li {
		display: block;
		margin: 0;
		line-height: 45px;
		border: none;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
		border-top: none;
		background: #E02217;
}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span { background: #E02217 }
.sidr ul li a,
.sidr ul li span {
		padding: 0 25px;
		display: block;
		text-decoration: none;
		color: #fff;
		font-family: 'Play', sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 700;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
}
.sidr ul li a span {
		display: inline-block;
		padding-left: 0;
		font-weight: 300;
		font-size: 14px;
}
.sidr-open .wrap { width: 1200px }
.sidr-open .fp-slidesNav { margin-left: -602px!important }
.sidr-open .wrap .box { width: 40% }
.sidr-open #main-nav { left: 274px }
#sidr-xs.nav li{margin-top: 15px;}
#sidr-xs.nav li:last-child{margin-bottom: 15px;}

/*navigation bullets*/

#fp-nav {
		position: fixed;
		z-index: 100;
		margin-top: -32px;
		top: 52%;
		opacity: 1;
}
#fp-nav.left { left: 17px }
#fp-nav span,
.fp-slidesNav span { border-color: #aaa }
#fp-nav li .active span,
.fp-slidesNav .active span { background: #fff }
.fp-slidesNav {
		position: absolute;
		z-index: 4;
		margin-left: -523px!important;
		text-align: left;
		left: 50%;
		opacity: 1;
		top: 50%;
		margin-top: 140px;
}
.fp-slidesNav.top { top: 17px }
#fp-nav ul,
.fp-slidesNav ul {
		margin: 0;
		padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
		display: block;
		width: 12px;
		height: 12px;
		margin: 7px;
		position: relative;
}
.fp-slidesNav li {
		display: inline-block;
		margin: 3px;
}
.fp-slidesNav li a,
#fp-nav li a {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		outline: none;
		border-radius: 50%;
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.3);
		text-indent: -999em;
		cursor: pointer;
		position: absolute;
}
.fp-slidesNav li a,
#fp-nav li a {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px rgb(69, 69, 69);
		-webkit-transition: box-shadow 0.3s ease;
		transition: box-shadow 0.3s ease;
}
.fp-slidesNav li a:hover,
.fp-slidesNav li a:focus,
#fp-nav li a:hover,
#fp-nav li a:focus { box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6) }
.fp-slidesNav li a.active,
#fp-nav li a.active { box-shadow: inset 0 0 0 8px #111 }


/*---------------------------------------
	 ELEMENTS
-----------------------------------------*/


/*tabs*/

.tabs-style-linemove nav {
		background: rgba(255, 255, 255, 0.3);
		overflow: hidden;
		border-radius: 4px;
}
.tabs-style-linemove nav li:last-child::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #E02217;
		content: '';
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
}
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
		-webkit-transform: translate3d(-400%,0,0);
		transform: translate3d(-400%,0,0);
}
.tabs-style-linemove nav li:nth-child(1).tab-current ~ li:last-child::before {
		-webkit-transform: translate3d(-300%,0,0);
		transform: translate3d(-300%,0,0);
}
.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
		-webkit-transform: translate3d(-200%,0,0);
		transform: translate3d(-200%,0,0);
}
.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
}
.tabs-style-linemove nav a {
		padding: 20px 0;
		color: #111;
		line-height: 1;
		-webkit-transition: color 0.3s, -webkit-transform 0.3s;
		transition: color 0.3s, transform 0.3s;
}
.tabs {
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		width: 100%;
		min-height: 270px;
}
.tabs nav { text-align: center }
.tabs nav ul {
		position: relative;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		margin: 0 auto;
		padding: 0;
		max-width: 1200px;
		list-style: none;
		-ms-box-orient: horizontal;
		-ms-box-pack: center;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
}
.tabs nav ul li {
		position: relative;
		z-index: 1;
		display: block;
		margin: 0;
		text-align: center;
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
}
.tabs nav a {
		position: relative;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 1;
}
.tabs nav a span { vertical-align: middle }
.tabs nav a:focus { outline: none }
.content-wrap { position: relative }
.content-wrap section {
		display: none;
		margin: 0 auto;
		padding: 15px 0 0 0;
}
.content-wrap section.content-current { display: block }

/*carousel*/

.fp-slidesContainer {
		float: left;
		position: relative;
}
.fp-controlArrow {
		position: absolute;
		z-index: 4;
		top: 50%;
		cursor: pointer;
		width: 0;
		height: 0;
		border-style: solid;
		margin-top: -38px;
}
.fp-controlArrow.fp-prev {
		left: -70px;
		width: 40px;
		height: 74px;
		border: none;
		display: block;
		background: url(../images//bg_direction_nav.png) no-repeat 0 0;
		cursor: pointer;
		opacity: 0.6;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
}
.fp-controlArrow.fp-next {
		right: -70px;
		width: 40px;
		height: 74px;
		border: none;
		display: block;
		background: url(../images//bg_direction_nav.png) no-repeat 0 0;
		cursor: pointer;
		opacity: 0.6;
		background-position: 100% 0;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
}
.fp-controlArrow.fp-prev:hover,
.fp-controlArrow.fp-next:hover { opacity: 1 }

/*buttons*/

.appstore {
		background: url(../images/appstore.png);
		height: 21px;
		width: 17px;
		margin-top: 2px;
		float: left;
}
.appstore-button:hover .appstore { background: url(../images/appstore2.png) }
.playstore {
		background: url(../images/playstore.png);
		height: 20px;
		width: 17px;
		margin-top: 2px;
		float: left;
}
.playstore-button:hover .playstore { background: url(../images/playstore2.png) }
.simple-button {
		font-size: 16px;
		font-weight: 700;
		border-radius: 4px;
		color: #ffffff;
		min-width: 130px;
		margin-right: 10px;
		text-decoration: none;
		padding: 12px 25px;
		margin-top: 25px;
		float: left;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		background: #E02217;
}
.simple-button:hover {
		color: #333;
		background: #fff;
}

/*tooltip*/

.tooltip { position: relative }
.tooltip::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 20px;
		bottom: 100%;
		left: 50%;
		pointer-events: none;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
}
.tooltip:hover::after { pointer-events: auto }
.tooltip-content {
		position: absolute;
		z-index: 9999;
		width: 335px;
		left: 50%;
		bottom: 100%;
		color: #111;
		background: transparent;
		opacity: 0;
		margin: 0 0 20px -167px;
		cursor: default;
		pointer-events: none;
		-webkit-font-smoothing: antialiased;
		-webkit-transition: opacity 0.3s 0.3s;
		transition: opacity 0.3s 0.3s;
}
.tooltip:hover .tooltip-content {
		opacity: 1;
		pointer-events: auto;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
}
.tooltip-content span { display: block }
.tooltip-text {
		border-bottom: 10px solid #E02217;
		overflow: hidden;
		-webkit-transform: scale3d(0,1,1);
		transform: scale3d(0,1,1);
		-webkit-transition: -webkit-transform 0.3s 0.3s;
		transition: transform 0.3s 0.3s;
}
.tooltip:hover .tooltip-text {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
}
.tooltip-inner {
		background: rgba(255, 255, 255, 0.85);
		padding: 30px;
		min-height: 80px;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
}
.tooltip:hover .tooltip-inner {
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
}
.tooltip a {
		color: #111;
		font-weight: bold;
}
.tooltip a:hover { color: #E02217 }
.tooltip-content::after {
		content: '';
		bottom: -20px;
		left: 50%;
		border: solid transparent;
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: transparent;
		border-top-color: #E02217;
		border-width: 10px;
		margin-left: -10px;
}
.tooltip-inner .icon {
		float: left;
		display: block;
		color: #ddd;
		font-size: 40px;
		color: #E02217;
		height: 80px;
		margin-right: 30px;
		line-height: 80px;
}

/*icons*/

.icon {
		font-weight: normal;
		line-height: 20px;
		margin-right: 5px;
}
.clients-content .icon,
.tabs .icon,
.features .icon { color: #E02217 }
.simple-button .icon {
		margin-right: 20px;
		font-size: 18px;
}


/* --------------------------------------
SECTIONS
-----------------------------------------*/


/*Features*/

.features {
		margin-top: 10px;
		float: left;
		margin-right: 50px;
		margin-bottom: 0;
}
.features li { margin-bottom: 10px }

/*Clients feedbacks*/

.clients-content { position: relative }
.clients-content .fp-controlArrow { display: none }
.clients-content .fp-tableCell { height: 100%!important }
.client-stars { float: right }
.clients-content p { margin-top: 0 }

/* Video Presentation*/

.video-presentation {
		width: 100%;
		margin-top: 30px;
}
.video-presentation iframe { border: none }

/*Screenshots*/

.screenshots-wrapper,
.section-image {
		position: fixed;
		left: 50%;
		top: 50%;
		overflow: hidden;
		z-index: 10;
		margin-top: -192px;
		width: 232px;
		height: 407px;
		margin-left: 270px;
		border-radius: 3px;
}
.screenshots-wrapper img,
.section-image img {
		width: 100%;
		display: block;
		max-height: 407px;
}
.screenshots-wrapper {
		-webkit-transition: 0.9s;
		-o-transition: 0.9s;
		transition: 0.9s;
		opacity: 0;
}
.active .screenshots-wrapper {
		opacity: 1;
		overflow: visible;
}
.screenshots-wrapper .fp-tableCell { height: 100%!important }
.active .section-image img { opacity: 1 }

/*Pricing*/

.pricing-button {
		padding: 20px 0;
		box-sizing: border-box;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		background: rgba(255, 255, 255, 0.2);
		font-weight: 700;
}
.price-table {
		background: rgba(255, 255, 255, 0.3);
		border-radius: 4px;
		text-align: center;
		width: 31%;
		margin-right: 2%;
		float: left;
		overflow: hidden;
}
.popular {
		color: #fff;
		padding: 30px 0;
}
.popular .icon { color: #fff }
.package {
		padding: 20px 0;
		margin: 0;
		background: rgba(255, 255, 255, 0.2);
		margin-bottom: 20px;
		font-size: 15px;
		font-size: 22px;
		font-family: 'Play', sans-serif;
		box-sizing: border-box;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
}
.popular .price { background-color: rgba(255, 255, 255, 0.2) !important }
.dollar { font-size: 21px }
.amount {
		font-size: 28px;
		line-height: 32px;
}
.specifications {
		list-style: none;
		text-align: left;
		margin: 15px 20px;
}
.sidr-open .specifications { margin: 15px 10px }
.specifications li { padding: 3px }
.specifications .icon {
		padding-right: 10px;
		color: #E02217;
}
.normal .btn-line { width: 150px }
.popular .btn-line {
		color: #fff !important;
		border-color: #fff !important;
}
.price-table:hover .pricing-button,
.price-table:hover .package { background: #E02217 }

.price-table .pricing-button a {color: #E02217}
.price-table:hover .pricing-button a {color: #fff}
.price-table:hover .package {color: #fff}

/*Contact*/
#section6 p{color: white; text-align: center;}
#section6 p.line-height{line-height: 5em;}

/*#section6 .col-7:last-child{border-left: 2px dotted #CF7637;}*/
#contact-form {
		float: left;
		margin-top: 30px;
		width: 100%;
		text-align: center;
}
#contact-form input::-webkit-input-placeholder { color: white;}
#contact-form input::-moz-placeholder {
		color: white;
		opacity: 1;
}
#contact-form input:-moz-placeholder {
		color: white;
		opacity: 1;
}
#contact-form textarea::-webkit-input-placeholder { color: white; }
#contact-form textarea::-moz-placeholder {
		color: white;
		opacity: 1;
}
#contact-form textarea:-moz-placeholder {
		color: white;
		opacity: 1;
}
#contact-form textarea,
#contact-form input {
		outline: none;
		background: none;
		float: left;
		color: white;
		width: 47%;
		box-sizing: border-box;
		border-radius: 20px;
		font-family: 'Play', sans-serif;
		border: 1px solid #CF7637;
		font-weight: 400;
		font-size: 13px;
		margin-right: 3%;
		padding: 13px;
		margin-bottom: 18px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
}
#contact-form textarea:focus,
#contact-form input:focus { background: #CF7637; color: #fff}
#contact-form textarea {
		width: 97%;
		resize: none;
		height: 110px;
		margin-bottom: 0;
}

#submit {
font-weight: 700;
border-radius: 20px;
color: #ffffff;
border: none;
min-width: 120px;
font-size: 15px;
text-decoration: none;
outline: none;
padding: 10px 20px;
cursor: pointer;
margin: 15px 0 0;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background: #CF7637;}

#submit:hover {
		background: #b96428;
		color: white;
}

#success{color: white; margin-top: 10px;}


/*---------------------------------------
	 ESTILOS SUR ANDINA
-----------------------------------------*/
/*.container{
	width: 1140px;
	margin: 0 auto;
}*/

.cb{clear: both;}
.hidden{display: none;}
body{
overflow: hidden;
height: 100%;
font-size: 50.55%;
}
#fullpage{
	height: 100%;
	position: relative;
	touch-action: none;
	top: 0px;
	overflow: hidden;
}
#fullpage .container{position: relative;}
#fp-nav{display: none;}
.wrap{padding-top: 155px; position: initial;}
.box{width: 100%; line-height: 19px; font-size: 14px;}
.fp-tableCell{display: block; margin: 0 auto; position: relative;}
#header{display: table; width: 100%;}
#header .menu{
	background: #F3F3F3;
	/*-webkit-box-shadow: 2px 2px 10px #d6d6d6;
	-moz-box-shadow: 2px 2px 10px #d6d6d6;
	box-shadow: 2px 2px 10px #d6d6d6;*/
}
#header .address{background: #D8D9DD;}
.address ul{ margin: 0; padding: 10px 0; display: table; width: 100%;}
.address ul li.dir{ float: right; font-size: 11px; margin-right: 15px;}
#sidr li {float: right;}
#sidr li.logo {float: left; margin-top: 5px;}
#sidr li.logo a{width: 150px; margin: 4px 0 5px;}
#sidr li.logo a:hover, #sidr li.logo a:focus{background: transparent;}

#sidr li.logo a img{max-width: 100%;}
.line{
	border-right: 3px dotted #dedede;
	height: 100%;
	left: 45px;
	position: absolute;
	top: 83px;
	height: 6500px;
	z-index: 9;
	display: none;
}
#header, #header-xs {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	height: 80px;
}
#logo, #logo-xs {
	text-align: right;
	background-color: white;
	padding: 15px;
	margin: 0;
}
#logo{width: 940px; margin:0 auto;}
#logo li{display: inline-block;}
#logo .linkedin,
#logo .contacto{float: left; width: 22px; margin-right: 5px;}
#logo .linkedin img,
#logo .contacto img{max-width: 100%;}
.img-responsive{
	max-width: 100%;
	height: auto;
	display: block;
}
#logo-xs img,
#logo img{
	max-width: 260px;
}
.icons-xs{position: absolute; top:15px; right: 10px;}
.icons-xs .linkedin,
.icons-xs .contacto{width: 30px; display: inline-block; margin-left: 4px;}
h1, h2, h3, h4{
	font-family: 'Play', sans-serif;
	color: #002E57;
	text-transform: uppercase;
}
h1{
	position: relative;
	font-size: 30px;
	margin:0 0px 0px 0;
	font-weight: 400;
  z-index: 10;
  padding: 0 0 0 60px;
}
h1 span{
    font-size: 22px;
    margin-bottom: 4px;
    position: absolute;
    left: 6px;
    bottom: 2px;
    color: #e3784c;
}
h1 span:before{
	content: " ";
	position: absolute;
	width: 28px;
	height: 1px;
	border-bottom: 3px solid #e3784c;
	/*right: 16px;*/
	left: 16px;
	top: 12px;
}
.tabs {
	background: rgba(25, 25, 25, 0.6);
	min-height: 230px;
}
.tabs nav{background-color: transparent; clear: both;}
.tabs nav ul{
	display: block;
	text-align: left;
}
.tabs nav ul li{
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: inline-block;
}
.tabs nav ul li:before{display: none;}
.tabs nav a{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid white;
	width: 13px;
	height: 13px;
	padding: 0;
}
.tabs nav ul li.tab-current a{
	background-color: white;
}
.content-wrap {display: table; margin-bottom: 15px;}
.content-wrap section {padding: 0; margin-right: 235px;}
.content-wrap section h4 {margin-top: 0;}
.content-wrap section p {font-size: 12px; line-height: 1.3em;}

/* nav home */
ul.nav {
	/*position: fixed;*/
	z-index: 100;
	/*top: 94px;*/
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	display: table;
	/*background-color: rgba(32,68,105,0.6);*/
}
/*.section.active ul.nav{
	visibility: hidden;
	right: -146px;
}*/
ul.nav li {
	display: inline-block;
	margin-top: 20px;
}
ul.nav li:last-child {
	border: none;
}
ul.nav li a {
	color: black;
	padding: 5px 15px;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}
ul.nav li a:hover{color: #d77c59;}
ul.nav li a:focus, ul.nav li a:hover{background: transparent;}
ul.nav li.active a {
	color: #231F20;
}
.section {
	min-height:100vh;
	position: relative;
}

.fp-viewing-nuestra-empresa ul.nav li[data-menuanchor="nuestra-empresa"] a,
.fp-viewing-valores ul.nav li[data-menuanchor="valores"] a,
.fp-viewing-servicios ul.nav li[data-menuanchor="servicios"] a,
.fp-viewing-clientes ul.nav li[data-menuanchor="clientes"] a,
.fp-viewing-galeria ul.nav li[data-menuanchor="galeria"] a,
.fp-viewing-contacto ul.nav li[data-menuanchor="contacto"] a
{ color: #d77c59; }




/* HOME */
#section0 {
	height: 100%;
}
#section0 .wrap{
	padding-top: 0px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
#section0 .fp-slides{padding-top: 101px;}
#section0 .fp-slides .fp-tableCell img{ margin:0 auto; min-width: 100%; }
#section0 .fp-tableCell .wrapper{/*max-height: 700px;*/ position: relative;}
#section0 .carousel-caption{left: auto; right: 5%; top: 10%; text-shadow: none; max-width:400px; display: none;}
#section0 .carousel-caption h1{padding: 0; margin: 0; text-transform: inherit; color: #002E57;}
#section0 .carousel-caption span{color: #002E57;}
#section0 .carousel-caption h1 span{display: block; text-transform: uppercase; position: relative; font-size: 34px; color: #002E57;}
#section0 .carousel-caption h1 span:after, #section0 .carousel-caption h1 span:before{display: none;}
#section0 .carousel-indicators{
	margin: 35px auto 15px;
	width: auto !important;
	display: block;
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
    /* background: white; */
    margin: 0;
    padding: 15px 0;
}
/*#section0 .carousel-indicators li{border-color: #0e3154; }
.carousel-indicators .active{background: #0e3154;}*/

/* AREA ESTRATEGICA */
#section1{
	background-size: cover;
	height: 100%;
}
#section1 .intro p{ text-align: center; }
#section1 .content{
	margin: 0 auto;
	padding: 55px 100px 0;
}
#section2 .content, #section4 .content, #section6 .content{
	/*width: 910px;*/
	/*padding-right: 15px;
	padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
}
/*#section2 .content{padding-left: 50px;}
#section4 .content{padding-top: 100px;}
#section6 .content{padding-top: 20px;}*/
#section6 .wrap{padding-top: 130px;}
#section6 .content .content-form{margin-left: 50px;}
#section1 .intro,
#section2 .intro{
	font-size: 22px;
	line-height: 1.25em;
}
#section2 .intro {
	float: left;
	margin-right:15px;
	width: 250px;
}

#section1 .tabs {
	width: 100%;
	padding-left: 15px;
}
#section2 .tabs {margin: 0; width: auto; padding: 5px 0 15px 15px;}
#section1 .tabs nav {margin-left: 210px; position: relative;}
#section1 .tabs .title,
#section2 .tabs .title {margin: 10px 0;}
#section1 .tabs .title span,
#section2 .tabs .title span {width: 35px; display: inline-block; vertical-align: middle;}
#section1 .tabs .title h3,
#section2 .tabs .title h3{
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	margin: 0;
}
#section2 .tabs section h4{margin-top: 10px;}
#section1 .tabs .foto{
	width: 200px;
	float: left;
	margin-right: 10px;
}
#section2 .values .icono{max-width: 180px; margin: 0 auto; min-height: 180px;}
#section4 .customers .icono{max-width: 260px; margin: 0 auto; min-height: 110px;}
#section2 .values p{ text-align: center; }
#section2 .values h2{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin: 5px 0 0;
}

/* AREA EFICIENCIA OPERACIONAL */
#section2{
	background: transparent;
	height: 100%;
}

/* NOSOTROS */
#section4{
	background: transparent;
	height: 100%;
}
/*#section4 .content{
	width: 100%;
	position: absolute;
	left: 17%;
	min-height: 320px;
	top: 170px;
}*/
#section4 .content .column{
	width: 33%;
	float: left;
	margin-right: 20px;
}
#section4 .content .column p{
	font-size: 13px;
}
#section4 .content .column h3{
	font-size: 14px;
	margin: 20px 0 0;
	font-weight: 700;
}
#section4 .content .foto{
	max-width: 40%;
	float: left;
}
#section4 .tabs{
	background: transparent;
}
#section4 .tabs .content-wrap{width: 100%;}
#section4 .tabs section{
	background: rgba(25, 25, 25, 0.6);
	margin-right: 0;
	min-height: 400px;
}

#section4 .tabs section#section-linemove-0{
	padding: 20px 0 20px 20px;
	margin-bottom: 27px;
}
#section4 .tabs section#section-linemove-0 .column{
	width: 25%;
}
#section4 .tabs section.content-current{
	margin-right: 0;
	padding: 20px 0 0 20px;
}
#section4 .tabs nav {
	margin-top: 15px;
}
#section4 .tabs nav ul{
	text-align: left;
}
#section4 .tabs nav ul li,
#section4 .tabs nav ul li + li + li + li + li{
	width: 65px;
	vertical-align: top;
	line-height: 14px;
}
#section4 .tabs nav ul li + li + li + li{width: 80px !important;}
#section4 .tabs nav ul li a{
	width: 50px;
	height: 50px;
	border: none;
	background-color: transparent;
	margin: 0 auto;
}
#section4 .tabs nav ul li span{font-size: 12px; font-weight: bold;}

/*#section4 .tabs nav ul li:first-child{display: none;}*/
/* COMO TRABAJAMOS */
#section3 .wrap{position: relative; height: 100%;}
#section3 {
	height: 100%;
}
#section3 .content{padding-top: 30px;}
#section3 .content .row {margin-left: -30px; margin-right: -30px;}
#section3 .content .row .col-sm-3{padding-left: 30px; padding-right: 30px;}
#section3 .service h4{font-size: 13px; text-align: center; font-weight: 600;margin-top: 20px;}
#section3 .service p{font-size: 12px; text-align:justify;}
#section3 .service .icono img{margin: 0 auto;}
#section3 h3{font-size: 15px; font-weight: bold; font-family: 'Play', sans-serif; margin: 0; color: white; text-transform: uppercase;}
#section3 .content-columnas{
	position: absolute;
	bottom: 0;
	right: 0;
}
#section3 .columna{
	width: 240px;
	background: rgba(25, 25, 25, 0.6);
	border: 1px solid white;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	padding: 20px 20px 0 20px;
	float: right;
	margin-right: 20px;
}
#section3 .columna img{
	margin: 15px 0;
}
#section3 .columna.primera{float: right;}

/* TRABAJANDO EN SURANDINA */
#section5{
	background: transparent;
	height: 100%;
}
#section5 .fp-tableCell{display: table-cell;}
.section#section5 .wrap{
	z-index: 10;
	width: 100%;
	/*max-width: 1450px;*/
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.section#section5 .content{
	background: transparent;
	/*position: absolute;
	bottom: 12%;
	min-height: 200px;
	width: 100%;
	left: 0;*/
}
.section#section5 .content .content-column{
	width: 80%;
	margin: 0 auto;
}
.section#section5 .content .column{
	width: 30%;
	float: left;
	margin-right: 15px;
	border-left: 1px solid white;
	min-height: 150px;
	padding-left: 15px;
	margin-top: 15px;
}
.section#section5 .content .column:first-child{border: none;}
.section#section5 .content .column h3{font-size: 14px; font-weight: 700; margin-top: 5px; margin-bottom: 12px;}

/* CONTACTO */
#section6{
	background: #002E57;
	height: 100%;
}
#section6 h1, #section6 h1 span, #section6 a{color: white;}
#section6 h1 span:before{border-bottom: 3px solid white;}

#section6 a:hover{color: #D4D4D4;}
#section6 .intro{margin-top: 50px; margin-left: 50px;}
#section6 .intro p{line-height: 23px;}
#section6 .mapa{
	width: 500px;
}
#section6 .mapa img{
	display: block;
	max-width: 100%;
	height: auto;
}

/* ---------------------------------- Animaciones -------------------------------------*/
#section2 .values .icono{
		-webkit-animation-name: slide-icono; /* Chrome, Safari, Opera */
		-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
		-webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
		-moz-animation-name: slide-icono;
		-moz-animation-duration: 4s;
		-moz-animation-delay: 0s;
		animation-name: slide-icono;
		animation-duration: 2s;
		animation-delay: 0s;
		position: relative;
	}

	@keyframes slide-icono{
	    0%   {bottom:-130px; right: 0;}
	    100% {bottom:0; right: 0;}
	}

	@-webkit-keyframes slide-icono{
	    0%   {bottom:-130px; right: 0;}
	    100% {bottom:0; right: 0;}
	}

/* escritura */
.section.active .titulo-intro{
	display: block;
	width: 15em;
	white-space:nowrap;
	overflow:hidden;
	-webkit-animation: type 2.5s steps(90, end) 0.5s;
	-moz-animation: type 2.5s steps(90, end) 0.5s;
	animation: type 2.5s steps(90, end) 0.5s;
}

@keyframes type{
    from { width: 0; }
}

@-webkit-keyframes type{
    from { width: 0; }
}
/* escritura */

/* escritura */
.section.active .css-typing{
	display: block;
	width: 15em;
	white-space:nowrap;
	overflow:hidden;
	-webkit-animation: type 2.5s steps(90, end) 0.5s;
	animation: type 2.5s steps(90, end) 0.5s;
}

@keyframes type{
    from { width: 0; }
}

@-webkit-keyframes type{
    from { width: 0; }
}
/* escritura */


@media (min-width: 768px)  {
	/* slide como trabajamos*/
	#section3.active .columna.segunda{
		-webkit-animation-name: slide-columna; /* Chrome, Safari, Opera */
		-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
		-webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
		-moz-animation-name: slide-columna;
		-moz-animation-duration: 4s;
		-moz-animation-delay: 0s;
		animation-name: slide-columna;
		animation-duration: 2s;
		animation-delay: 0s;
		position: relative;
	}

	@keyframes slide-columna{
	    0%   {bottom:-600px; right: 0;}
	    100% {bottom:0; right: 0;}
	}

	@-webkit-keyframes slide-columna{
	    0%   {bottom:-600px; right: 0;}
	    100% {bottom:0; right: 0;}
	}
	#section3.active .columna.primera{
		-webkit-animation-name: slide-columna; /* Chrome, Safari, Opera */
		-webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
		-webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
		-moz-animation-name: slide-columna;
		-moz-animation-duration: 3s;
		-moz-animation-delay: 0s;
		animation-name: slide-columna;
		animation-duration: 3s;
		animation-delay: 0s;
		position: relative;
	}

	@keyframes slide-columna{
	    0%   {bottom:-600px; right: 0;}
	    100% {bottom:0; right: 0;}
	}

	@-webkit-keyframes slide-columna{
	    0%   {bottom:-600px; right: 0;}
	    100% {bottom:0; right: 0;}
	}
	/* slide como trabajamos*/


	/* slide area estrategica*/
	#section1.active .tabs{
		-webkit-animation-name: slide-casos; /* Chrome, Safari, Opera */
		-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
		-webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
		-moz-animation-name: slide-casos;
		-moz-animation-duration: 4s;
		-moz-animation-delay: 0s;
		animation-name: slide-casos;
		animation-duration: 2s;
		animation-delay: 0s;
		position: relative;
	}

	@keyframes slide-casos{
	    0%   {right:-600px;}
	    100% {right:0;}
	}

	@-webkit-keyframes slide-casos{
	    0%   {right:-600px;}
	    100% {right:0;}
	}
	/* slide area estrategica*/


	/* slide area eficiencia*/
	#section2.active .tabs{
		-webkit-animation-name: slide-casos; /* Chrome, Safari, Opera */
		-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
		-webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
		-moz-animation-name: slide-casos;
		-moz-animation-duration: 4s;
		-moz-animation-delay: 0s;
		animation-name: slide-casos;
		animation-duration: 2s;
		animation-delay: 0s;
		position: relative;
	}

	@keyframes slide-casos{
	    0%   {right:-600px;}
	    100% {right:0;}
	}

	@-webkit-keyframes slide-casos{
	    0%   {right:-600px;}
	    100% {right:0;}
	}
	/* slide area eficiencia*/

	/* slide nosotros*/
	#section4.active .tabsssss{
		-webkit-animation-name: slide-casos; /* Chrome, Safari, Opera */
		-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
		-webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
		-moz-animation-name: slide-casos;
		-moz-animation-duration: 4s;
		-moz-animation-delay: 0s;
		animation-name: slide-casos;
		animation-duration: 2s;
		animation-delay: 0s;
		position: relative;
	}

	@keyframes slide-casos{
	    0%   {right:-600px;}
	    100% {right:0;}
	}

	@-webkit-keyframes slide-casos{
	    0%   {right:-600px;}
	    100% {right:0;}
	}
	/* slide nosotros*/


	/* slide nosotros SLIDES*/
	#section4.active .tabs section.content-current{
		-webkit-animation-name: slide-nosotros; /* Chrome, Safari, Opera */
		-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
		-webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
		-moz-animation-name: slide-nosotros;
		-moz-animation-duration: 4s;
		-moz-animation-delay: 0s;
		animation-name: slide-nosotros;
		animation-duration: 2s;
		animation-delay: 0s;
		position: relative;
	}

	@keyframes slide-nosotros{
	    0%   {right:-1200px;}
	    100% {right:0;}
	}

	@-webkit-keyframes slide-nosotros{
	    0%   {right:-1200px;}
	    100% {right:0;}
	}
	/* slide nosotros*/
}


/* fade */
#section0 .fade {
    animation: fadein 2.5s ;
    -moz-animation: fadein 2.5s ; /* Firefox */
    -webkit-animation: fadein 2.5s ; /* Safari and Chrome */
    -o-animation: fadein 2.5s ; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    to {
        opacity:1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    to {
        opacity:1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    to {
        opacity:1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
    }
    to {
        opacity:1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
}
.section .fade{
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}
.section.active .fade{
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	transition: all 2s ease 1s;
	-moz-transition:: all 2s ease 1s;
	-webkit-transition:: all 2s ease 1s;
}
/* section5 fade edit*/
.-section#section5 .content{
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}
.-section#section5.active .content{
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	transition: all 2s ease 1s;
	-moz-transition:: all 2s ease 1s;
	-webkit-transition:: all 2s ease 1s;
}
/* fade */


/*Grid*/
* {
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row{
	margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after{
	display: table;
	content: " ";
}
.row:after{clear: both;}
.col-1 {width: 8.33333333%;}
.col-2 {width: 16.66666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33333333%;}
.col-5 {width: 41.66666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33333333%;}
.col-8 {width: 66.66666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33333333%;}
.col-11 {width: 91.66666667%;}
.col-12 {width: 100%;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}


/* --------------------------------------------------------------------- Galeria ---------------- */

.galeria-titulo{
	/*margin-top: 120px;*/
	text-align: center;
	position: relative;
	margin-bottom: -21px;
}
h1.titulo{
	font-size: 20px;
	display: inline-block;
	background-color: #e3784c;
	padding: 9px 60px;
	border-radius: 28px;
	color: white;
	position: inherit;
}
.galeria-titulo span.line{
	width: 230%;
	background-color: #e3784c;
	height: 10px;
	display: block;
	position: absolute;
	margin-left: -50%;
	top: 45%;
	border: none;
}
.galeria-img{
	width: 100%;
	float: left;
	/*margin: 20px 0 0 60px;*/
	height: auto;
	background: #F3F3F3;
    cursor: pointer;
}

.galeria-img div.galeria{
	width: 50%;
	float: left;
	background: black;
	margin-top: 0;
	position: relative;
}
.galeria-img div.galeria img{min-width: 100%;}

.galeria-img div.galeria .opacity{
	position: absolute;
	top: 50%;
    width: 100%;
    margin-top: -42px;
    background: rgba(0, 0, 0, 0.6);
    min-height: 110px;
    display: table;
}
.galeria-img div.galeria p{
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding: 20px 14%;
	line-height: 26px;
	vertical-align: middle;
	display: table-cell;

}
.galeria .background{
	display: none;
	background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.galeria:hover .background{display: block;}
/*.galeria:hover .opacity{
	cursor: pointer;
	display: block;
	background: rgba(0, 0, 0, 0.8) !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}*/
@media (max-width: 768px)  {

	.galeria-img{
		width: 100%;
		float: left;
		margin: 0;
		height: auto;
		background: red;
	}

	.galeria-img div.galeria{
		width: 100%;
	}

}
