/* FONTS */
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/GothamLight.eot');
	src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamLight.woff2') format('woff2'),
		url('../fonts/GothamLight.woff') format('woff'),
		url('../fonts/GothamLight.ttf') format('truetype'),
		url('../fonts/GothamLight.svg#GothamLight') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/GothamBook.eot');
	src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamBook.woff2') format('woff2'),
		url('../fonts/GothamBook.woff') format('woff'),
		url('../fonts/GothamBook.ttf') format('truetype'),
		url('../fonts/GothamBook.svg#GothamBook') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Bold.woff2') format('woff2'),
		url('../fonts/Gotham-Bold.woff') format('woff'),
		url('../fonts/Gotham-Bold.ttf') format('truetype'),
		url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/GothamBlack.eot');
	src: url('../fonts/GothamBlack.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamBlack.woff2') format('woff2'),
		url('../fonts/GothamBlack.woff') format('woff'),
		url('../fonts/GothamBlack.ttf') format('truetype'),
		url('../fonts/GothamBlack.svg#GothamBlack') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/GothamUltra.eot');
	src: url('../fonts/GothamUltra.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamUltra.woff2') format('woff2'),
		url('../fonts/GothamUltra.woff') format('woff'),
		url('../fonts/GothamUltra.ttf') format('truetype'),
		url('../fonts/GothamUltra.svg#GothamUltra') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Rounded';
	src: url('../fonts/GothamRounded-Book.eot');
	src: url('../fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamRounded-Book.woff2') format('woff2'),
		url('../fonts/GothamRounded-Book.woff') format('woff'),
		url('../fonts/GothamRounded-Book.ttf') format('truetype'),
		url('../fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 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;
    outline: 0;
    font-size: 12px;
    line-height: normal;
    color: #000;
    vertical-align: baseline;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
}
/* PRELOADER */
body {
	overflow: hidden;
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}
#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/* GENERAL */
.clearfix{
	clear: both;
}
.row{
	margin-left: 0;
	margin-right: 0;
}
li{
	list-style: none;
	list-style-type: none;
}
header{
	position: fixed;
	height: 135px;
	width: 100%;
	z-index: 10;
}
header.black{
	background: #FFF;
}
header .logo{
	display: block;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: -3000px;
	width: 111px;
	height: 92px;
	margin-top: 20px;
	margin-left: 30px;
}
header.black .logo{
	background-image: url('../images/logo-black.png');
}
header nav{
	display: block;
	position: absolute;
	right: 30px;
	width: 80%;
	top: 67px;
	text-align: right;
}
header nav a{
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	margin-left: 75px;
	position: relative;
}
header nav a:hover,a:visited,a:link, a:active{
	text-decoration: none;
	color: #FFF;
}
header nav a:hover:after, header nav a.active:after{
	position:absolute;
    display: block;
    border-bottom: 3px solid #16E0B8;
    content: "";
    width: 46px;
    margin-top: 5px;
    margin-left: -23px;
    left: 50%;
}
header nav a.qh:hover:after, header nav a.qh.active:after{
	border-bottom: 3px solid #E35BB0;
}
header nav a.ct:hover:after, header nav a.ct.active:after{
	border-bottom: 3px solid #EA4847;
}
header nav a.lg:hover:after, header nav a.lg.active:after{
	border-bottom: 3px solid #FFF;
}
header.black nav a{
	color: #000;
}


/* MODALS */

/* HOME */
section .text{
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	font-size: 50px;
	margin-left: 30px;
	color: #FFF;
}

/* QUIENES SOMOS */
#section1 h2{
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	font-size: 41px;
	color: #16E0B8;
	margin-top: -8px;
}
#section1 h3{
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #16E0B8;
	margin-top: 20px;
}
#section1 p{
	font-family: 'Gotham Rounded', sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	margin-top: 10px;
	width: 90%;
}
/* Slider */
#next1 .bx-next{
	display: inline-block;
	background: url('../images/arrow_next.png') no-repeat;
	background-size: 100%;
	width: 37px;
	height: 69px;
	position: absolute;
	right: 20px;
}
#prev1 .bx-prev{
	display: inline-block;
	background: url('../images/arrow_prev.png') no-repeat;
	background-size: 100%;
	width: 37px;
	height: 69px;
	position: absolute;
	left: 20px;
}
.slider{
	width: 100%;
	height: 560px;
}
.arrows{
	width: 100%;
	position: relative;
	margin-top: -314px;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li{
    height: 100% !important;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    list-style: none;
    list-style-type: none;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.bx-controls{
    height: 13px;
    width: 100%;
    width: auto;
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.bx-wrapper .bx-pager{
    padding: 0;
    margin: 0;
    text-align: left;
    bottom: 0px;
    position: relative;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    border: 2px solid #fff;
    background: transparent;
    width: 11px;
    height: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    border: 2px solid #fff;
    background: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: #fff
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #fff
}

/* QUE HACEMOS */
#section2 h2{
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	font-size: 30px;
	color: #E35BB0;
	margin-top: -6px;
}
#section2 h4{
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #E35BB0;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #E35BB0;
	display: inline-block;
}
#section2 h5{
	font-family: 'Gotham Rounded', sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #E35BB0;
}
#section2 p{
	font-family: 'Gotham Rounded', sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	width: 90%;
}
/* Gallery */
#lightSlider iframe{
	height: 500px !important;
}
#lightSlider .caption{
	margin-top: 10px;
	margin-bottom: 20px;
}
#lightSlider .caption img{
	display: block;
	margin-bottom: 10px;
}
#lightSlider .caption .fecha{
	display: block;
	font-family: 'Gotham', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #E35BB0;
}
#lightSlider .caption .titulo{
	display: block;
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #E35BB0;
}
.lSAction > a{
	top: 41%;
}
.lSAction > a.lSNext{
	display: inline-block;
	background: url('../images/arrow_next2.png') no-repeat;
	background-size: 100%;
	width: 41px;
	height: 68px;
	right: 20px;
	opacity: 1;
}
.lSAction > a.lSPrev{
	display: inline-block;
	background: url('../images/arrow_prev2.png') no-repeat;
	background-size: 100%;
	width: 41px;
	height: 68px;
	position: absolute;
	left: 20px;
	opacity: 1;
}

/* CONTACTO */
#section3 h2{
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	font-size: 36px;
	color: #EA4847;
	margin-bottom: 30px;
	margin-top: -8px;
}
#section3 label{
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #EA4847;
	width: 100%;
}
#section3 input,
#section3 textarea{
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #EA4847;
	border: 1px solid #EA4847;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}
#section3 textarea{
	height: 120px;
	line-height: 25px;
}
#section3 input[type="submit"]{
	background-color: #EA4847;
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
	display: inline-block;
	width: auto;
	padding: 7px 20px;
}
#section3 p.direccion{
	font-family: 'Gotham', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #EA4847;
	margin-top: 20px;
	margin-bottom: 20px;
}
#section3 p.tel,
#section3 p.tel a{
	font-family: 'Gotham', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #656565;
}
#section3 p.tel strong{
	font-family: 'Gotham', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #eb4646;
	display: inline-block;
	width: 25px;
	line-height: 25px;
}
#section3 .imagen{
	position: relative;
}
#section3 .imagen img{
	width: 100%;
	height: auto;
	z-index: 10;
}
#section3 .imagen .corazon{
	display: block;
	width: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 24px;
	margin-left: -90px;
	z-index: 20;
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 38px;
	color: #eb4646;
}
#section3 .imagen .corazon:after{
	display: block;
	background: url('../images/corazon.png') no-repeat;
	background-size: 100%;
	width: 68px;
	height: 68px;
	content: "";
	z-index: 20;
	position:absolute;
	top: -80px;
	left: 55px;
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
	#lightSlider iframe{
		height: 340px !important;
	}
}

/* MOBILE */
@media only screen and (max-width: 767px) {
	/* Gral */
	header{
		height: 155px;
	}
	header .logo{
		margin: 10px auto 0;
	}
	header nav{
		width: 100%;
		top: 125px;
		text-align: center;
		right: auto;
	}
	header nav a{
		font-size: 12px;
		margin-left: 0px;
		margin-right: 10px;
		float: none;
	}
	.fp-tableCell{
		vertical-align: top !important;
	}
	/* Home */
	section .text{
		font-size: 30px;
	}
	/* Quienes somos */
	.slider{
		height: 200px;
	}
	.arrows{
		margin-top: -117px;
	}
	#next1 .bx-next{

		width: 18px;
		height: 34px;
		right: 10px;
	}
	#prev1 .bx-prev{

		width: 18px;
		height: 34px;
		left: 10px;
	}
	#section1 h2,
	#section2 h2{
		margin-top: 20px;
	}
	/* Que hacemos */ 
	#lightSlider iframe{
		height: 220px !important;
	}
	.lSSlideOuter .lSPager.lSGallery{
		display: none;
	}
	
	.lSAction > a{
		top: 26%;
	}
	.lSAction > a.lSNext{
		width: 20px;
		height: 34px;
		right: 10px;
	}
	.lSAction > a.lSPrev{
		width: 20px;
		height: 34px;
		left: 10px;
	}
	/* Contacto */
	#section3 .imagen{
		margin-top: 20px;
	}
	#section3{
		margin-bottom: 20px;
	}
	#section3 .imagen .corazon{
		font-size: 28px;
		width: 134px;
		margin-left: -67px;
		margin-top: 10px;
	}
	#section3 .imagen .corazon:after {
		width: 34px;
		height: 34px;
		top: -40px;
		left: 45px;
	}
	
}