/*
  Theme Name: Oxygen
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Onepage Site Template
  Version: 1.0
*/

.gracias-body{
  min-height: 100vh;
  min-width: 100vw;
  max-height: 100vh;
  max-width: 100vw;
  background-image: url(../images/bk-enviado.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

div.cn-contacto {
    position: relative;
    width: 100vw;
    height: 100vh;
}

div.inner-contacto {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.3);
    padding: 3rem;
    text-align: right;
    border-radius: 20px;
    font-size: 1.5em;
    font-weight: bold;
}

div.inner-contacto > a {
  color: #683117;
}

.volver-sitio{
  font-family: 'Baloo Chettan';
}



.grecaptcha-badge {
    display: none;
}
	
.hidedesktop{
	display: none !Important;
}	
	
	
.llamada{
       display: inline-block;
    padding: 10px;
    padding-right: 0px;
    right: 0;
    position: fixed;
    bottom: 0;
    /* width: 100%; */
    z-index: 999;
    /* background: #2e2e2e; */
}

.call-btn {
	font-family: "Baloo Chettan";
    background: #20c65a;
	/*
    background-image: -webkit-linear-gradient(top, #45ed48, #5ad431);
    background-image: -moz-linear-gradient(top, #45ed48, #5ad431);
    background-image: -ms-linear-gradient(top, #45ed48, #5ad431);
    background-image: -o-linear-gradient(top, #45ed48, #5ad431);
    background-image: linear-gradient(to bottom, #45ed48, #5ad431);*/
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    margin: 0 auto;
    float: right;
    font-size: 30px;
    margin-right: 20px;
    
    /* border: solid #3e3e3e 4px; */
    text-decoration: none;
    text-align: center;
	
}

.btn-block{
	display: block;
}





/*************************
*******Typography******
**************************/

body {
  font-family: 'Baloo Chettan';
  font-size: 14px;
  line-height: 24px;
  letter-spacing:0.04em;
  color: #666;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(201,194,131);
}

h2 {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing:0.1em;
  font-weight:800;
  line-height:1.5em;
}

h3 {
  font-size: 18px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="number"],
.parallax input[type="number"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover,
.parallax select, {
  font-weight: 300;
  color: #666;
}
.parallax select {height:50px}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

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

section {
  padding: 90px 0;
}
section#nosotros {
  padding: 120px 0;
}

.heading {
  padding-bottom:50px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}


/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 30%;
  margin-top:30px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: initial !important;
  z-index: 15;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  text-shadow: 7px 4px 3px #532563;
  letter-spacing: inherit;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
  text-shadow: 7px 4px 3px #532563;
}

.caption .btn-start {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding:10px 80px;
  border-radius: 10px;
  margin-top: 40px;
  background-color: rgba(180, 90, 211, 1);
}

.caption .btn-start:hover {
  background-color: rgba(142, 58, 171, 1) !important;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.2);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 70px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding-top: 43px;
  padding-bottom: 42px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}

/*************************
********Service CSS*******
**************************/

#servicios .heading {
	padding-bottom:20px;
}

#servicios ul {
	padding:20px 0;
	border-top: 1px solid rgb(201,194,131);
	text-align:center;
	list-style-type:none;
	line-height:3em;
}


.servicios-pad{
  padding-top: 40px;
}

.service-icon img {
	transform:rotate(-45deg);
	padding:20px;
}
.service-icon {
  border-radius: 3px;
  display: inline-block;
  height: calc(5em + 4px);
  width: calc(5em + 4px);
  transform:rotate(45deg) ;
  border: 2px solid rgb(201,194,131); 
}

/*.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}*/

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
  margin-top: 35px;
}
#services{padding-bottom:-10px}

/*************************
********About CSS*******
**************************/
/* Spotlight */

section#tipo-evento{padding:0} 
section.spotlight{padding:0} 

.spotlight p{color:#fff}
.spotlight p.horario{
	margin-top:15px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0.2em;
}


/*.spotlight p.horario a:hover{
	text-decoration:underline;
	color:#fff;
}*/

.spotlight .btn-primary {
	border-radius:4px;
	margin-top:15px;
	font-size:14px;
	/*letter-spacing:0;*/
}

	.spotlight {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		.spotlight .image {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			border-radius: 0;
			width: 50%;
		}

			.spotlight .image img {
				border-radius: 0;
				width: 100%;
			}

		.spotlight .content {
			padding: 0em 4em 0.1em 4em ;
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			width: 50%;
		}

		.spotlight:nth-child(2n) {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

		.spotlight:nth-child(1){
			background-color: rgb(145, 64, 145);
		}

		.spotlight:nth-child(2){
			background-color: rgb(247, 167, 29);
		}

		.spotlight:nth-child(3){
			background-color: rgb(123, 102, 170);
		}

		.spotlight:nth-child(4){
			background-color: rgb(240, 127, 36);
		}

		
		@media screen and (max-width: 1280px) {

			.spotlight .image {
				width: 45%;
			}

			.spotlight .content {
				width: 55%;
			}

		}

		@media screen and (max-width: 980px) {

			.spotlight {
				display: block;
			}

				.spotlight br {
					display: none;
				}

				.spotlight .image {
					width: 100%;
				}

				.spotlight .content {
					padding: 4em 3em 2em 3em ;
					max-width: none;
					text-align: center;
					width: 100%;
				}

		}

		@media screen and (max-width: 736px) {

			.spotlight .content {
				padding: 3em 2em 1em 2em ;
			}

		}


/*************************
********portfolio CSS*****
**************************/


#portfolio .heading li{
	list-style-type:none;
	display:inline-block;
	margin:0 15px;
}

#portfolio .heading li img{
	width:80%;}

@media screen and (max-width: 1280px) {

#portfolio .heading li img{
	width:50%;
}

}
@media screen and (max-width: 980px) {

#portfolio .heading li img{
	width:40%;
}

}

@media screen and (max-width: 736px) {
	
#portfolio .heading li img{
	width:20%;
}

}
	
#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

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

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}


/*************************
*******Features CSS*******
**************************/
#features {
  text-align: center;
  background-image: url(../images/features-bg.jpg);
  min-height:600px;
}

#features i {
  font-size: 48px;
}

#features h2 {
  margin-top: 8%;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .btn.btn-start{
	margin-top:15px;
	color:#FFF;
	border:1px solid #FFF;
	border-radius:4px;
	text-transform:uppercase;
	padding:10px;
}

#features .btn.btn-start:hover {
	background-color:rgb(201,194,131);
	border:none;
}

#features .slider-overlay {
  opacity: 0.8;
}




/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 5px;
  padding-bottom: 0;
}

#google-map {
  height: 320px;
}

#contact-us {
  /*background-image:url(../images/contact-bg.jpg);*/
  padding-bottom: 75px; 
}

#contact-us .heading {
  margin-top: 5px;
}

#contact-us .heading h2 {
	color:rgba(180, 90, 211, 1);
	font-size: 30px;
}

#contact-us p {
	color:#666;
}

.form-control {
  background-color: #f5f5f5 !important;
  border-color: transparent;
  height: 50px;
  border-radius: 2;
  box-shadow: none;
}

textarea.form-control {
  min-height: 150px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
  color: #666;
}

.contact-info ul li a {
  color: #666;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  border:0;
  margin-top: 40px;
  background-color: transparent !important;
  border: 3px solid rgba(180, 90, 211, 1);
  color:#666;
  transition: all 0.25s ease;
}

.btn-submit:hover{
	border: none !important;
	border: 3px solid rgba(142, 58, 171, 1) !important;
	background-color: rgba(142, 58, 171, 1) !important;
	color: #fff !important;
}

#contact .social-icons {
  margin: 30px 0;
}

#contact .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*.social-icons {text-align:center}*/

.social-icons ul {
  display:inline-block
}

.social-icons ul li {
  float:left;
  margin-right:8px;
}

#contact .social-icons ul li a {
  background-color: rgba(180, 90, 211, 1);
  border-radius: 3px;
  line-height: 33px;
  text-align:center
}

.social-icons ul li a {
	color:#fff;
	display:block;
	font-size:16px;
	height:36px;
	line-height:36px;
	width:36px;
}


#contact .social-icons ul li a.facebook:hover {
  background-color: rgba(142, 58, 171, 1) !important; color:#FFF;
}
#contact .social-icons ul li a.twitter:hover {
  background-color: rgba(142, 58, 171, 1) !important; color:#FFF;
}

#contact .social-icons ul li a.instagram:hover {
  background-color: rgba(142, 58, 171, 1) !important; color:#FFF;
}

#footer {
  color:rgb(201,194,131);
}

.footer-top {
  position: relative;
  padding:30px 0; 
}

/*#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}*/

#footer p {
	color:#fff;
	display:block;
	margin:40px 0}

#footer p.pull-right a{color:#FFF}
#footer p.pull-right a:hover {color:rgb(104,48,22)}


/*Presets*/


.h2-tipos{
	margin-top: 0px;
	font-size: 17px;
	color: white !important;
}

.p-tipos{
	margin-top: 0px;
	font-size: 20px;
	color: white !important;
  text-align: center;
}

.border-tematicas{
	border: 5px solid #914091;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.fiestas-tematicas{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	background-image: url('/images/fiestas-tematicas-normal.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fiestas-tematicas > div > h2{
	color: white !important;
	font-size: 30px;
	text-shadow: 2px 2px 3px #532563;
}

.fiestas-tematicas > div > p{
	color: white !important;
	font-size: 25px;
	text-shadow: 2px 2px 3px #532563;
}

.servicios-adicionales{
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: rgb(185, 154, 200);
	text-align: center;
}

.servicios-adicionales > h2{
	color: white !important;
	margin-top: 0px;
	font-size: 30px;
	text-shadow: 2px 2px 3px black;
}

.servicios-adicionales > div > div > div >p{
	margin-top: 10px;
	color: white !important;
	font-size: 20px;
}

#portfolio{
	padding-top: 0px !important;
	padding-bottom: 90px !important;
}

.suave{
	font-weight: 400;
    color: #999;
}

.form-grande{
	display: block;
	font-size: 25px;
}

.img-escritorio{
	max-width: 100%;
	display: initial;
}

.img-cel{
	margin-top: 20px;
	max-width: 100%;
	display: none;
}

.spotlight:hover >div >div >img {

    -webkit-animation: Giro 3s linear infinite; 
       -moz-animation: Giro 3s linear infinite; 
         -o-animation: Giro 3s linear infinite; 
            animation: Giro 3s linear infinite;   
}

@-webkit-keyframes Giro {
    from { -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(15px) rotate(-360deg); }
}

@-moz-keyframes Giro {
    from { -moz-transform: rotate(0deg) translateX(15px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(15px) rotate(-360deg); }
}

@-o-keyframes Giro {
    from { -o-transform: rotate(0deg) translateX(15px) rotate(0deg); }
    to   { -o-transform: rotate(360deg) translateX(15px) rotate(-360deg); }
}

@keyframes Giro {
    from { transform: rotate(0deg) translateX(15px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(15px) rotate(-360deg); }
}

.agrandar-hover{
	transition: all 0.25s ease;
}

.agrandar-hover:hover{
	transform: scale(1.05);
}