/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');

body {
    width: 100%;
    height: 100%;
	max-width:100%;
    font-family: 'Lato',sans-serif;
	font-weight: 300;
    color: #666;
    background-color: #fff;
}

html { width: 100%;height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    letter-spacing: 1px; }

p { margin: 0 0 20px;
    font-size:1em;
    line-height: 1.4em; }

p.lead {
	font-weight: 600; }

.navbar {
    margin-bottom: 0; height:auto;}

.nav.navbar-nav {
    background-color: rgba(0,0,0,.4); }

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0); }

.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
    color: #AFAFAF;
	text-transform: uppercase;
	font-weight: 700; }

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #FFFFFF; }

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0; background-color: rgba(0,0,0,.0); border-bottom:2px solid #C4944C; }
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0; background-color: rgba(0,0,0,.2); }

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff; }

.navbar-toggle:focus,
.navbar-toggle:active { outline: 0; }


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #C4944C, -10px 10px #000000;
  }
  25%{
    box-shadow: 10px 10px #000000, -10px -10px #C4944C;
  }
  50%{
    box-shadow: -10px 10px #C4944C, 10px -10px #000000;
  }
  75%{
    box-shadow: -10px -10px #000000, 10px 10px #C4944C;
  }
  100%{
    box-shadow: 10px -10px #C4944C, -10px 10px #000000;
  }
}

#load {
	z-index: 9999;
  background-color: #C4944C;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #C4944C;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr { margin-top: 10px; }

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.section-heading h2 {
	font-size: 40px; }
	
.section-heading i {
	margin-bottom: 20px; }


@media(max-width:1280px) {
.home-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
}

/* --- section bg var --- */

.bg-white {
	background: #fff; }

.bg-gray {
	background: #f8f8f8; }


.bg-dark {
	background: #575757; }

/* --- section color var --- */

.text-light {
	color: #fff;
}


/* ===========================
--- Intro */

.intro {
	width:100%;
	position:relative; overflow:hidden; }

#intro.intro {
	padding:0; }

.intro .page-scroll {
	text-align: center; }
	

/* ===========================
--- About
============================ */

#about h2 { text-transform:none; font-size:1.8em; font-weight: 400; font-family: 'Lato',sans-serif; }

#about .strong { font-weight: 600;}

.boxed-grey { padding: 5px; }

.team h5 { font-size:1.2em; margin-bottom: 10px; }

.team p.subtitle { margin-bottom: 10px; font-size:1.2em; font-weight:400;}

.avatar { margin-bottom: 20px; }

.team-social {
	margin-left: 0;
	padding-left: 0; }

.team-social { text-align: center; }

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0; }

.team a{
    text-align: center; color: #C4944C;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; font-size:1em; font-weight:500; }
	
.team a:hover { color:#333; text-decoration:none;}

.team-social a i{
	text-align: center;
	margin:0; padding:0;
}

@media(max-width:768px) {
	.boxed-grey { padding:20px 5px; }
	.team h5 { font-size:2em; margin-bottom: 10px; }
	.team p.subtitle { font-size:1.8em; line-height: 1.2em;}
	.team a { font-size:1.4em;}
}

/* ===========================
--- Services */

#service { background-color:#000; }

.service-icon { margin-bottom: 20px; color:#C4944C;}

#service #carousel-mago { border:2px solid #C4944C;}

#service .galeria-inicio { max-width:1200px; height:auto; margin:0 auto; }

@media(max-width:1280px) {
	#service .galeria-inicio { max-width:960px; }
}
@media(max-width:980px) {
	#service .galeria-inicio { max-width:760px; }
}
@media(max-width:768px) {
	#service .galeria-inicio {  width:90%; }
}

#videos { padding-bottom: 50px;}
#videos .video-principal { border:2px solid #C4944C; height:604px;}

#videos .seguinos { margin-top:50px; }
#videos h3 a:hover { color:666666;}

/* ===========================
   Contact */

#contact h5 { text-transform:none; font-size:1.8em; font-weight: 400; font-family: 'Lato',sans-serif; text-align:center;}

.widget-contact { text-align: center; }

#contact #red { margin:50px 0; }

#contact #red i { color:#000; cursor:pointer;}

#contact #red span.datos { font-size:1.2em; color:#000; font-weight:600; }

#contact .formu { margin-top:50px;}

@media(max-width:768px) {
	#contact #red p { margin-bottom:10px;}
	#contact #red i { min-width:200px; height:auto; }
	#contact #red .dat { margin-bottom:20px;}
	#contact .formu { width:90%; margin:0 auto; }
}

/* ===========================
--- Footer */

footer {
	text-align: center;
	padding: 20px 0 ; }

footer p { color: #787878; }

footer a:hover,
footer a:focus { border: 1px #FFFFFF solid; }


/* ==========================
Parallax  */

#parallax1{	
	background-image: url(../img/parallax/1.jpg); }

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

#parallax2{	
	background-image: url(../img/parallax/2.jpg);
}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

/* ===========================
--- Elements */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #C4944C;
    outline: 0;
    color: #000;
    background-color: #C4944C;
}
.btn-huge {
    padding: 25px;
    font-size: 26px;
}
.banner-social-buttons {
    margin-top: 0;
}

/* Media queries */

@media(min-width:767px) {

    .navbar { height:auto;
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    .intro {
        height: 100%;
        padding: 0;
    }
    .brand-heading {
        font-size: 100px;
    }
    .intro-text {
        font-size: 25px;
    }
}

@media (max-width:480px) {
	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}	
	.tp-banner-container {
		padding-top:40px;
	}
	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}	
}
.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

/* colores no borrar */
a,.tp-caption a.btn:hover { color: #C4944C; }
.top-nav-collapse {background: #000; margin-bottom:10px; padding-bottom:5px;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #67b0d1; }
.widget-avatar .avatar:hover { border: 5px solid #67b0d1;}
.bg-skin {background: #67b0d1;}
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {border-color: #67b0d1;}
footer { background-color: #222222; }
.btn-skin { color: #fff; background-color: #67b0d1; border-color: #67b0d1;}
a:hover { color:#666; text-decoration:none; }