@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	font-weight:400;
	background: #fff;
	color:#43484E
	
}
body p{
	font-family: 'Josefin Sans', sans-serif;
	font-size:18px;
}

.parallax-section {
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#8CFF00;
}
h2 {
	font-family: 'Lato', sans-serif;
}
h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size:2em;
}


/*+++++++++++++++++++++
=====================================
 Template Name : Himu
 Author Name : Mostafizur Rahman
 Author URI : http://mostafiz.me/
 Template URI :http://mostafiz.me/demo/himu/
 Version : 1.1
===============================
+++++++++++++++++++*/





/*
====================================
------------------------------------
	1. Typography
	2. Header
	3. Main Slider
	4. About Us
	5. Service
	6. Our Team
	7. Portfolio
	8. Clients
	9. Our Blog
	10. Contact
	11. Footer
	12. Carousel Effect
	13. Isotope
	14. Portfolio Hover effect
-------------------------------------
=====================================
*/


/*====================
======Typography=====
======================*/

.slider-btn {
	background-color:#8CFF00;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #8CFF00;
	box-shadow: inset 0 0 0 2px #8CFF00;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}



.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	background: #fff;
	z-index: 9999;
}

.preloder-wrap{
	display: table-cell;
	vertical-align: middle;
}

.preloder-inner {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.ball {
	width: 10px;
	height: 10px;
	margin: 10px auto;
	border-radius: 50px;
}
  
.ball:nth-child(1) {
	background: #ff005d;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;    
}

.ball:nth-child(2) {
	background: #35ff99;
	-webkit-animation: left 1.1s infinite ease-in-out;
	-moz-animation: left 1.1s infinite ease-in-out;
	animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
	background: #008597;
	-webkit-animation: right 1.05s infinite ease-in-out;
	-moz-animation: right 1.05s infinite ease-in-out;
	animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
	background: #ffcc00;
	-webkit-animation: left 1.15s infinite ease-in-out;
	-moz-animation: left 1.15s infinite ease-in-out;
	animation: left 1.15s infinite ease-in-out;
 }

.ball:nth-child(5) {
	background: #2d3443;  
	-webkit-animation: right 1.1s infinite ease-in-out;
	-moz-animation: right 1.1s infinite ease-in-out;
	animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
	background: #ff7c35;  
	-webkit-animation: left 1.05s infinite ease-in-out;
	-moz-animation: left 1.05s infinite ease-in-out;
	animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
	background: #4d407c;  
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}


@-webkit-keyframes right {
	0%   { -webkit-transform: translate(-15px);   }
	50%  { -webkit-transform: translate(15px);    }
	100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
	0%   { -webkit-transform: translate(15px);    }
	50%  { -webkit-transform: translate(-15px);   }
	100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
	0%   { -moz-transform: translate(-15px);   }
	50%  { -moz-transform: translate(15px);    }
	100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
	0%   { -moz-transform: translate(15px);    }
	50%  { -moz-transform: translate(-15px);   }
	100% { -moz-transform: translate(15px);    }
}

@keyframes right {
	0%   { transform: translate(-15px);  }
	50%  { transform: translate(15px);   }
	100% { transform: translate(-15px);  }
}

@keyframes left {
	0%   { transform: translate(15px);   }
	50%  { transform: translate(-15px);  }
	100% { transform: translate(15px);   }
}


.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

/*====================
======Header CSS=====
======================*/
#navigation .navbar {
  background:#000;
  border-radius: 0;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
  padding-bottom: 8px;
 
 
 	
  opacity: 0.8;
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin:23px 0 16px 0;
}

#navigation .navbar-nav.navbar-right li a {
	color:#CCC;
	
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.1em;
	padding: 12px 22px;
	
	
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	
	padding: 6px 15px;
	
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #8CFF00;
}


/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	
    

}
#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 3em;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 25px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}
.title-one {
	
	font-size:2.5em;
	font-family: 'Josefin Sans', sans-serif;
	color:#666;
	display: inline-block;
	font-weight: lighter;
	padding-bottom:10px;
	text-align: center;
	
	position:relative
}
.color-title {
	color: #9C592C;
}
.title-one:after {
	color: #8CFF00;
	content: "||";
	position: absolute;
	right: -40px;
	top: -2px;
}
.title-one:before {
	color: #8CFF00;
	content: "||";
	left: -40px;
	position: absolute;
	top: 0;
/*======================
====NOSOTROSCSS=====
=======================*/
}
#nosotros {
	padding:50px 0px 50px 0px;	
	overflow: hidden;
	background-color:#222324;
	
	
	text-align: center;
}
#nosotros h1 {
	border: 1px solid white;
	padding: 2rem;
	margin-top: 3rem;
	margin-bottom:  4rem;
	
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: white;
}

#nosotros h1::first-letter {
	color: #8CFF00;
}
#nosotros h1 span  {
	font-weight: bold;
	font-size: 34px;
}
.parrafo-nosotros p {
	padding-bottom: 2rem;
	color:#7A7A7B;
}
.parrafo-nosotros .verde {
	color: #8CFF00;
}
.parrafo-nosotros p strong {
	font-style: italic;
	font-weight: bold;
	color:#FFF;
}
.about-us {
	padding-top: 6rem;
	padding-bottom: 6rem;
   
}

.about-us h4 {
	margin: 2rem 0rem 1rem 0rem;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.8em;
	color: white;
}
.about-us p{
    font-weight: lighter !important;
	font-style: oblique;
    
	
}
.about-us h3 {
	margin-bottom: 4rem;
	color: white;
}



.gallery-container h2 {
	margin-top: 6rem;
	color: white;
}
.container-fluid.parrafo-nosotros .container.gallery-container h3 {
}


.tz-gallery img{
	border: 2px solid white;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}
/*=====================
======Servicios CSS=====
======================*/
#servicios {
	background-color: #e6e6dc;
	padding-bottom:75px;
	padding-top:75px
}
#servicios p strong {
	
	font-style: italic;
	font-weight: bold;
}
#servicios p span {
	color: #8CFF00;
}
.blog-heading {
	margin-bottom: 35px;
	margin-top: 15px;
}
.single-blog {
	margin-bottom: 30px;
	background-color:#F7F7F7;
	padding:25px;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-box-shadow: 0 2px 0 0 #ddd;
	box-shadow: 0 2px 0 0 #ddd;
}
.single-blog:hover { /*Efecto hover en la sección del contenido*/
	background-color:#43484E;
	color: white;
}

.single-blog:hover.single-blog h3 {
	color:#fff
}
.single-blog:hover.single-blog .btn-primary {/*Efecto hover en el boton*/
	background-color:#8CFF00;
	color:#fff;
	border-color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.single-blog img{
	width:100%;
	margin-bottom:20px
}
.single-blog h3 {
	color:#43484E;
	font-size:24px;
	margin:0;
	margin-bottom:15px;
}
.single-blog ul {
	padding:0;
	overflow:hidden;
}
.single-blog ul li {
	border-right: 2px solid #999999;
	float: left;
	line-height: 10px;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 12px;
	color:#999;
}
.single-blog ul li:last-child {
	border:none;
}
.blog-content {/*Margen del parrafo*/
	margin-bottom: 25px;
	margin-top: 0;
}
.single-blog .btn-primary {/*estilos del boton*/
	text-transform: uppercase;
	border: 1px solid #8CFF00;
	color: #686868;
	background-color: rgba(255, 255, 255, 0);
	border-color: #8CFF00;
}
.single-blog:hover.single-blog .btn-primary:hover{
	background-color:#8CFF00;
	color:#fff;
}
#blog-detail .modal-body {/*Pantalla modal la que va a parte*/
	padding:30px;
}
.modal-body img {
	width:100%
}
#blog-detail .close {
	margin-right: -15px;
    margin-top: -25px;
}
#servicios-complementarios .container {
	background: #F7F7F7;
	padding-bottom: 20px;
}
#servicios-complementarios h2{
	font-size:2.5em;
	padding-bottom:30px;
}
.left-side {
	padding-bottom: 2rem;
}
#productos {
	
	background: #000 url(../img/productos/rockywall.png) repeat;
	text-align:center;
	padding-top:75px
	
}
#div-kemon {
	
	background: #000 url(../img/productos/rockywall.png) repeat;
	overflow:hidden;
	margin:0;
}
#bear-club {
	background: #000 url(../img/productos/rockywall.png) repeat;
	overflow:hidden;
	margin:0;
}

.margin-0 {
	margin:0px;
	padding: 0px;
}


#img-productos-2 {
	position:relative;
	background: #000 url(../img/productos/rockywall.png) repeat;
	
}

.hovereffect {
	width: 100%;
	height: 100%;
	
	overflow: hidden;
	position: relative;
	
	cursor: default;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.hovereffect:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  	filter: grayscale(1) blur(3px);
  	-webkit-filter: grayscale(1);
  	-webkit-transform: scale(1.2);
  	-ms-transform: scale(1.2);
  	transform: scale(1.2);
}
.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}

.hovereffect a.info {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0;
	filter: alpha(opacity=0);
	border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #8CFF00;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left:46%;
}
.hovereffect:hover a.info, .hovereffect:hover h2 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#section-logos {
		
	background-color: #2E2E2E;
}
#section-logos img {
	padding-top: 20px;
	padding-bottom: 20px;
	
	
	
}
#section-logos img:hover {
	filter: invert(100%);
	transition: all 0.6s ease-in;
}
/*====================
======Album=====
======================*/

#portfolio {
	background-image: url(../img/backgrounds/bg-album.png);
	color: #fff;
	text-align: center;
	background-color: #0A0A13;
	padding-top: 70px;
    padding-bottom: 100px;
}
.parrafo-portfolio {
	margin-top:20px;
	margin-bottom:20px;
}
#portfolio ul {
	margin-top:20px;
	margin-bottom:20px;
}
#portfolio h1 {
	color:#FFF;
	font-weight:bold;
}

.fondo {
	
	background-color: rgba(0, 0, 0, 0.5);
    
	padding-bottom:40px;
}
#portfolio p, 
#portfolio h1 {
	margin-bottom:30px;
}

#portfolio 
.portfolio-filter {
  margin-bottom:40px;
  margin-top:10px;
}

#portfolio 
.portfolio-filter li {
  display: inline-block;
}

#portfolio 
.portfolio-filter li a:hover, 
#portfolio 
.portfolio-filter li a:focus,
#portfolio 
.portfolio-filter li a:active , 
#portfolio 
.portfolio-filter li .active{
	border: 1px solid #8CFF00;
	color: white;
	box-shadow: none;
	-webkit-box-shadow: none;
	opacity: 1;
}

#portfolio 
.portfolio-filter li a {
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	background: rgba(67, 72, 78, 0);
	opacity: .8;
	border: 1px solid rgba(252, 119, 0, 0);
	border-radius: inherit;
}

.portfolio-items > div{
  padding:0;
}

.portfolio-items img{
  width:100%;
}

.view {  
  cursor: default;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width:100%;
}

.efffect h4 {  
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear 0s;
}

.efffect h3 {
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.efffect img {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);  
	transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
}

.view img {
	display: block;
	position: relative;
}

.efffect .mask {
	background-color: #F6F6F6;
    border:4px solid #333333;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 0
}

.view .mask, .view .content {
	height:100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width:100%;
}

.mask h3 {
	color: #43484E;
	font-family: cabin;
	font-size: 22px;
	font-weight: 700;
	margin-top: 30px;
	text-transform: uppercase;
	transition: height 500ms ease 0s;
}

.mask h4 {
	color:#000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 200;
	padding: 0 35px 5px;
}

.mask i {
	border: 2px solid #333;
	border-radius: 50%;
	color: #333;
	font-size: 17px;
	margin-left: 8px;
	padding: 8px;
}

.mask i:hover{
	background-color:#fc7700;
	color:#fff;  
}


/*====================
======Album Efectos de las máscaras=====
======================*/
.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.efffect .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   cursor: zoom-in;
}
.efffect h4 {   
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:22px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
   -o-transform:rotate(-180deg);
   -ms-transform:rotate(-180deg);
   transform:rotate(-180deg);
   -webkit-transition:all 0.5s linear 0.7s;
   -moz-transition: all 0.5s linear 0.7s;
   -o-transition:all 0.5s linear 0.7s;
   -ms-transition:all 0.5s linear 0.7s;
   transition:all 0.5s linear 0.7s;
}
.efffect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   
   opacity: 1;
}









nav#filter { 
	margin-bottom:1.5em; }
/*==== PORTFOLIO ==== */
nav#filter a {
 background-color: rgb(47,47,47);
 color:  #fff;
 }
 
nav#filter a:hover, nav#filter a.current {
 background-color: grey;
 color:#fff;
 }

.isotopeWrapper article{  margin-bottom: 30px; }

#portfolio img  { width:100%; }

#portfolio article p { margin-bottom:1.45em; /* set next row on the baseline */ }

nav#filter { margin-bottom:1.5em; }

nav#filter li { 
 display:inline-block;
 margin:0 0 0 5px;
 }
 
nav#filter a {
 padding: 4px 12px;
 line-height: 20px;
 text-decoration: none;
 }

.portfolio-items article img { width:100%;}  

.portfolio-item {
 display: block;
 position: relative;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
 }
 
.portfolio-item img {
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 }
 
.portfolio-item .portfolio-desc {
 display: block;
 opacity: 0;
 position: absolute;
 width: 100%;
 left: 0;
 top: 0;
 color: rgb(220, 220, 220);
 background: gray;
 }

.portfolio-item:hover .portfolio-desc {
 padding-top: 20%;
 height: 100%;
 transition: all 200ms ease-in-out 0s;
 opacity: 1;
 }

.portfolio-item .portfolio-desc a { color: #fff; }

.portfolio-item .portfolio-desc a:hover { text-decoration: none; }

.portfolio-item .portfolio-desc .folio-info {
 top: -20px;
 padding: 30px;
 height: 0;
 opacity: 0;
 position: relative;
 }

.portfolio-item:hover .folio-info {
 height: 100%;
 opacity: 1;
 transition: all 500ms ease-in-out 0s;
 top:5px;
 }

.portfolio-item .portfolio-desc .folio-info h5 { text-transform: uppercase; }

.portfolio-item .portfolio-desc .folio-info p {
 color: #ffffff;
 font-size: 12px;
 }

/*=====================
======Promociones CSS=====
======================*/
#promociones {
	background-color: #e6e6dc;
	padding-bottom:75px;
	padding-top:75px
	
	
}

#jumbotron-promociones span {
	
	color: #4A4A4A;
	font-weight: 600;
	
	
	
	
	
}
section .packs-descuentos {
	background-image: url(../img/promociones/braground-1.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: auto;
	height: auto;
	margin-top: 4rem;
	background-color: #69695D;
}

.packs-descuentos h2 {
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 26px;
	padding-bottom: 1rem;
	padding-top: 2rem;
}
.h4vis {
	color: white;
	margin-bottom: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
}
.packs-descuento-h4 {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}
.packs-descuento-h4::first-letter {
	color: #8CFF00;
}
.columnas-packs-descuento {
	padding-bottom: 2rem;
	
}
.precio-1 {
	font-weight: bolder;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #8CFF00;
}
.precio-1 span {
	color: white;
}
.precio-2 {
	font-weight: bolder;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: white;
}
.precio-2 span {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #8CFF00;
	
}
.packs-descuentos ul li {
	margin-bottom: 0.5rem;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 2rem;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
}


.bono-fidelidad {
	background: url(../img/promociones/braground-2.png) no-repeat;
	
	background-position: right bottom;
	background-color: #21211F;
	position: relative;
	height: 100%;
	
}
.z-index {
	
	background: black;
	padding: 5px 10px;
	z-index: 10;
	margin: 1rem;
}
.z-index h4 {
	color: white;
	margin-bottom: 1rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}
.bono-fidelidad h4::first-letter {
	color: #8CFF00;
}
.z-index p {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.tarjeta-regalo {
	margin-top: 1rem;
	
}
.tarjeta-regalo h3 {
	
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: white;
}
.tarjeta-regalo p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-top: 1rem;
	color: white;
	
}
.z-index p span {
	
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
.precios-jovenes {
	background-color: #282018;
	background-image: url(../img/promociones/braground-3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 510px;
	width: 100%;
}
.jumbotron-contact {
	background-image:url(../img/contacto/background.jpg);
	background-repeat: no-repeat;
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.jumbotron-contact p {
	color: white;
}
.precios-jovenes h2 {
	margin-top: 2rem;
	font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: white;
}
#enunciado-precios-jovenes {
	margin-top: 5rem;
	display: block;
	padding: 1rem;
	border: 0.5px solid white;
}


.z-index-2 h3 {
	
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: white;
	text-align: left;
	line-height:1.2em;
}
.z-index-2 h3::first-letter {
	color: #8CFF00;
}
.z-index-2 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	
	color: white;
}
/*=====================
======Contacto CSS=====
======================*/


/*====================
======Contact CSS=====
======================*/
#contacto {
	overflow:hidden;
	background-color: #f6f6f6;
	position:relative;
	padding-bottom:85px;
	border-top:2px solid #ddd
	
	
	
	
	
}
#container-jumbotron {
	padding-top: 6rem;
}
#contacto .jumbotron {
	margin-top: 3rem;
	background: url(../img/promociones/10-degradado.png)50% 0 no-repeat fixed;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	text-align: center;
	color: #FFF;
}
#contacto h2 {
	color: #FFF;
	font-weight: bold;
}

#contacto .contact-heading {
	padding-bottom:35px;
	position: relative;
	z-index: 10;
}

.contact-details {	
	padding-top:75px;
}

.pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image: url(../img/png/pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}


.contact-address {
	background-color: #fff;
	height:390px;
	padding-top:85px
}

.contact-address .social-icons a i {
	border-radius:0;
	height:30px;
	line-height:inherit;
	width:30px;
	border-width:0;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right:10px
}
.contact-address .social-icons i:hover {
	transform: scale(.9);
}

.social-icons a {
	color: #A2A2A2;
	font-size: 20px;
	border: 1px solid #A2A2A2;
	border-radius: 50%;
	text-align: center;
	padding: 6px;
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 2px;
}


.social-icons a:hover {
  color:#74D407;
  border: 1px solid #74D407;
}

.contact-address .social-icons, 
.contact-address address {
	z-index:2;
	position:relative
}

.contact-address  p {
font-family:'Open Sans Condensed', sans-serif;
	font-size:30px;
}

.contact-address  p span {
	color: #74D407;
	
}

#contact-form-section {	
	padding:35px;
	background-color: #FFF; 
	height:100%;
}
#contact-form-section .btn-primary {
	background-color:#74D407;
	border-color:#f6f6f6;
	border-radius:0;
	padding:10px 35px;
	text-transform:uppercase;
	font-weight:800;
	transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#contact-form-section .btn-primary:hover {
	background-color:#43484E
}

#contact-form input, 
#contact-form textarea, 
#contact-form .btn-primary  {
	position:relative;
	z-index:2;
}

#contact-form .name-field, 
#contact-form .mail-field  {
	width:100%;
	margin-bottom: 1rem;
}
#contact-form .phone-field {
	margin-bottom: 1rem;
}
#contact-form .name-field {
	margin-top: 2%;
	margin-right:2%;	
	float:left
}


#contact-form-section .form-control {
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#contact-form-section textarea {
	resize:none
}

#contact-form-section .form-control:focus {
	border-color: #8CFF00;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.captcha-text-center {
	z-index: 10;
	margin-bottom: 1rem;
	text-align: center;
}
.g-recaptcha {
	
	display: inline-block;
}
.position-relative-background {
	position: relative;
	z-index: 2;
}
.titulo-h1 {
	color: white;
	font
}
#map {
	position: relative;
	z-index:2;
}
#map h3 {
	margin: 4rem 0 2rem 0;
}
footer {
	background-color: black;
}
footer {
	background-color: black;
	
}
footer p {
	color: white;
	font-family:'Josefin Sans', sans-serif;
	padding: 2rem 0 2rem 0;
	
}
footer p a { 
	color: #8CFF00;
	font-size: 2rem;
}
.blanco {
	color: white;
	border
}
.estilo-modales .modal-title {
	text-align: center;
	font-weight: bold;
	color: black;
	font-size: 18px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.estilo-modales .modal-body p {
	padding-top: 2rem;
	font-size: 16px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.estilo-modales .modal-body span {
	color: black;
	font-weight: bold;
}