/*
  Theme Name: Imperial
  Theme URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-template/
  Author: BootstrapMade
  Author URL: https://bootstrapmade.com
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #828282;
  font-family: "Montserrat";
}

a {
  color: #BF5119;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #BF5119;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}

.cursiva h3 {
  
  font-family: 'sacramento', cursive;
  color: #BF5119;
  font-size: 40px;

}


/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  
}

.circle {
  width: 70px;
  height: 70px;
  background: #BF5119;
  position: absolute;
}

.circle::before, .circle::after {
  content:"";
  position:absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 5px solid #BF5119;
  border-radius:100%;
  animation: latido linear 3s infinite;
}

.circle::after {
  animation-delay: -1.5s;
}

@keyframes latido {
  0% { width:70px; height:70px; border:5px solid #BF5119; }
  100% { width:120px; height:120px; border:5px solid transparent; }
}

.icono {
  width: 42px;
  height: 48px;
  position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;


}


#button-0 { top: 50px; left: 100px; }

.love {
	content: '\2665';
	color: red;
	font-size: 10rem;
}





/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #BF5119;
  color: #fff;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/imagen_3.jpg) 50% 0 no-repeat scroll;
  background-size: cover;
}



@media (min-width: 1024px) {
  #hero {
    background-attachment: inherit;  }
}

#hero .hero-logo {
  margin: 20px;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #fedd00;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating > .animated {
  display: inline-block;
}

#hero .actions a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hero .btn-get-started {
  background: #e4002b;
  border: 2px solid #e4002b;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-services:hover {
  background: #e4002b;
  border: 2px solid #e4002b;
}

.fecha{
position: relative;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
height: 100%;
}



/*--------------------------------------------------------------
# Welcomeemojin
--------------------------------------------------------------*/
#heroemojin {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/emojin-bg.jpg) top center;
  background-size: cover;
}

@media (min-width: 1024px) {
  #heroemojin {
    background-attachment: fixed;
  }
}

#heroemojin .heroemojin-logo {
  margin: 20px;
}

#heroemojin .heroemojin-logo img {
  max-width: 100%;
}

#heroemojin .heroemojin-container {
  background: rgba(0, 0, 0, 0.8);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#heroemojin h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #heroemojin h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#heroemojin h2 {
  color: #fedd00;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #heroemojin h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #heroemojin h2 .rotating {
    display: block;
  }
}

#heroemojin .rotating > .animated {
  display: inline-block;
}

#heroemojin .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#heroemojin .btn-get-started {
  background: #e4002b;
  border: 2px solid #e4002b;
  color: #fff;
}

#heroemojin .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

#heroemojin .btn-services {
  border: 2px solid #fff;
  color: #fff;
}

#heroemojin .btn-services:hover {
  background: #e4002b;
  border: 2px solid #e4002b;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  padding: 20px 0;
  height: 90px;
  border-bottom: 5px solid rgba(80, 79, 71, 0.1);  
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

.is-sticky #header {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 5px rgba(80, 79, 71, 0.1)
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 5px 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: rgba(80, 79, 71);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 12px;
  outline: none;
  text-transform: uppercase;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #BF5119;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #f6f6f6;
}

.nav-menu ul li a {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;
  -o-transition: color 2s ease-out;
  transition: color 2s ease-out;
  outline: none;
}

#mobile-nav-toggle i {
  color: #BF5119;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
    
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(191, 85, 25, 0.7);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color:#FEEDC8;
  
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #e4002b;
}

#mobile-nav ul .menu-item-active {
  color: #e4002b;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  font-family:"Montserrat";
  font-size: 32px;
  color: #504F47;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.section-title-white {
  font-size: 32px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.section-subtitle {
  font-size: 20px;
  color: #504F47;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #BF5119;
  margin: 0 auto;
  margin-bottom: 20px;
}

.section-title-divider-white {
  width: 50px;
  height: 3px;
  background: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#nosotros {
  background: #fff;
  padding: 80px 0;
}

#nosotros .nosotros-container {
  background: url(../img/about-img.jpg) left top no-repeat;
}

#nosotros .nosotros-content {
  background: #fff;
}

#nosotros .nosotros-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#nosotros .nosotros-text {
  line-height: 26px;
}

#nosotros .nosotros-text:last-child {
  margin-bottom: 0;
}

/* eventos Section
--------------------------------*/
#eventos {
  background: #eaeaea;
  
}

.padding0-section {
  padding: 0px 0;
}
.eventos-imagen {
  padding-left:0;
  margin-right: auto;
  margin-left: auto;
}
#eventos .eventos-img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #eventos .eventos-img {
    max-width: 100%;
    height: auto;
    padding: 0;
  }
  .eventos-imagen {
  
 padding: 0;
}
  #eventos .eventos-img img {
    margin-left: 0;
    padding-bottom: 0px;
  }
}
#eventos .eventos-container {
  height:533px;
  padding-top:80px;
  padding-right: 15px;
padding-left: 15px;
padding-bottom:80px;

margin-right: auto;
margin-left: auto;
  
  background: #eaeaea;
}

#eventos .nosotros-content {
  background: #f9f7e8;
}

#eventos .nosotros-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#eventos .nosotros-text {
  line-height: 26px;
}

#eventos .nosotros-text:last-child {
  margin-bottom: 0;
}

#eventos .eventos-btn-container {
  text-align: center;
  padding-bottom: 20px;
}

#eventos .eventos-btn {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #BF5119;
  color: #BF5119;
}

#eventos .eventos-btn:hover {
  background: #BF5119;
  border: 2px solid #BF5119;
  color: #fff;
}

/* contador Section
--------------------------------*/
#faltan {
  /*background: #BDBDBD;*/
  background: url("../img/intro_principal2.jpg") 50% 50%;
  background-size: cover;
  padding: 60px 0 60px 0;
}

#faltan .container {
	padding-left:0px;
	padding-right:0px;
}

#faltan .faltan-item {
  margin-bottom: 20px;
}

#faltan .faltan-icon {
  float: left;
  background: #e4002b;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #e4002b;
}


/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background: #e4002b;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #e4002b;
}
.iconos1 {
	float: left;
 
  width:59px;
  height: 59px;
  
}

.iconos1:hover {
	width:59px;
height: 59px;
content: url("../img/iconos/icon_1_b.svg");
transition: 0.5s;
}
.iconos2 {
	float: left;
 
  width:59px;
  height: 59px;
  
}

.iconos2:hover {
	width:59px;
height: 59px;
content: url("../img/iconos/icon_2_b.svg");
transition: 0.5s;
}
.iconos3 {
	float: left;
 
  width:59px;
  height: 59px;
  
}

.iconos3:hover {
	width:59px;
height: 59px;
content: url("../img/iconos/icon_3_b.svg");
transition: 0.5s;
}
.iconos4 {
	float: left;
 
  width:59px;
  height: 59px;
  
}

.iconos4:hover {
	width:59px;
height: 59px;
content: url("../img/iconos/icon_4_b.svg");
transition: 0.5s;
}
.iconos5 {
	float: left;
 
  width:59px;
  height: 59px;
  
}

.iconos5:hover {
	width:59px;
height: 59px;
content: url("../img/iconos/icon_5_b.svg");
transition: 0.5s;
}
.iconos6 {
	float: left;
 
  width:59px;
  height: 59px;
  
}

.iconos6:hover {
	width:59px;
height: 59px;
content: url("../img/iconos/icon_6_b.svg");
transition: 0.5s;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #e4002b;
}

#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/* Subscribe Section
--------------------------------*/
#mesa {
  background: linear-gradient(rgba(200, 200, 200, 0.5), rgba(200, 200, 200, 0.5)), url(../img/FONDO_MESA_CC.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#mesa .mesa-title {
  color: #BF5119;
  font-size: 28px;
  padding-top:20px;
  font-weight: 700;
}

#mesa .mesa-text {
  color: #504F47;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
#mesa .mesa-title {
  color: #BF5119;
  font-size: 20px;
  font-weight: 700;
  padding-top:20px;
  text-align: center;
}

#mesa .mesa-text {
  color: #504F47;
  font-weight: 600;
  text-align: center;
}
}

#mesa .mesa-btn-container {
  text-align: center;
  padding-top: 20px;
}

#mesa .mesa-btn {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #BF5119;
  color: #BF5119;
}

#mesa .mesa-btn:hover {
  background: #BF5119;
  border: 2px solid #BF5119;
  color: #fff;
}

#recuadro_white .col-md-12 {
  
border: 1px solid #fff;
padding-top: 40px;
padding-bottom: 40px;
padding-left: 0;
padding-right: 0;
margin-right: 5px;
margin-left: 5px;
}

/* Hashtag Section
--------------------------------*/
#hashtag {
  background: #4e4e4e;  /*linear-gradient(rgba(254, 237, 200, 0.6), rgba(254, 237, 200, 0.6)), url(../img/FONDO_MESA_CC.jpg) fixed center center;*/
  background-size: cover;
  padding: 80px 0;
}

#hashtag .hashtag-title {
  color: #fff;
  font-size: 28px;
  padding-top:20px;
  font-weight: 700;
}

#hashtag .hashtag-text {
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
#hashtag .hashtag-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-top:20px;
  text-align: center;
}

#hashtag .hashtag -text {
  color: #fff;
  font-weight: 600;
  text-align: center;
}
}

#hashtag .hashtag -btn-container {
  text-align: center;
  padding-top: 20px;
}

#hashtag .hashtag -btn {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #BF5119;
  color: #BF5119;
}

#hashtag .hashtag -btn:hover {
  background: #BF5119;
  border: 2px solid #BF5119;
  color: #fff;
}

/* codigo de vestimenta Section
--------------------------------*/
#vestimenta {
  background:#FFFFFF;
  padding: 80px 0;
}

#vestimenta .vestimenta-title {
  color: #BF5119;
  font-size: 28px;
  padding-top:20px;
  font-weight: 700;
  text-align: center;
}

#vestimenta .vestimenta-text {
  color: #504F47;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
#vestimenta .vestimenta-title {
  color: #BF5119;
  font-size: 20px;
  font-weight: 700;
  padding-top:20px;
  text-align: center;
}

#vestimenta .vestimenta-text {
  color: #504F47;
  font-weight: 600;
  text-align: center;
}
}

#vestimenta .vestimenta-btn-container {
  text-align: center;
  padding-top: 20px;
}

#vestimenta .vestimenta-btn {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #BF5119;
  color: #BF5119;
}

#vestimenta .vestimenta-btn:hover {
  background: #BF5119;
  border: 2px solid #BF5119;
  color: #fff;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
}
#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
  transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  color: #03C4EB;
}
#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
#portfolio .portfolio-item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  height:100%;
  left: 12px;
  right: 12px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  
  padding: 15px;
}
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}
#portfolio .portfolio-item .portfolio-info p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 15px);
  font-size: 28px;
  top: calc(50% - 25px);
  color: #4d4d4d;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #BF5119;
}
#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

.rotacion figure{
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius:10px;
    box-shadow: 0 5px 6px -6px #000;
    padding:0;
    margin: 0;
}

.rotacion figure img{
    
    min-width: 100%;
    height: auto;
}

#portfolio .rotacion figure img{
    -webkit-transform: scale(1) rotate(0) translateY(0);
       -moz-transform: scale(1) rotate(0) translateY(0);
         -o-transform: scale(1) rotate(0) translateY(0);
        -ms-transform: scale(1) rotate(0) translateY(0);
            transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

#portfolio .rotacion figure:hover img{
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
       -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
         -o-transform: scale(1.1) rotate(1deg) translateY(12px);
        -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
            transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

@media all and (max-width: 768px) {
  #portfolio .portfolio-item {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
}


/*--------------------------------------------------------------
# Galería
--------------------------------------------------------------*/
.galeria figure{
    position: relative;
    overflow: hidden;
    height: 320px;
    padding:0;
    margin: 0;
}

.galeria figure img{
    
    min-width: 100%;
    margin-top:-110px;
    
}



.galeria figcaption p{
    font-size: 16px;
    padding-top:0;
}

.galeria figcaption ul{
    list-style: none;
    margin: 0;
    padding:0;
}

.galeria figcaption ul{
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}

.galeria figcaption ul li{
    display: inline-block;
    padding:10px;
}

.galeria h4{
    margin: 10px 0 0;
    padding: 0;
}

.galeria figcaption{
    padding:35px;
    
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom:0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.galeria figure:hover figcaption{
    visibility: visible;
    
    color: #fff;
    background: rgba(255, 255, 255, 0.85); /* Primary color, can be changed via colors.css */
    height: 100%;
    -webkit-transition: all ease-in-out 0.3s;
       -moz-transition: all ease-in-out 0.3s;
         -o-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s;
}

.galeria figure:hover figcaption ul li a:hover{
    color: rgba(49, 49, 49, .97);
}

.galeria figure img{
    -webkit-transform: scale(1) rotate(0) translateY(0);
       -moz-transform: scale(1) rotate(0) translateY(0);
         -o-transform: scale(1) rotate(0) translateY(0);
        -ms-transform: scale(1) rotate(0) translateY(0);
            transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.galeria figure:hover img{
    -webkit-transform: scale(1.3) rotate(2deg) translateY(12px);
       -moz-transform: scale(1.3) rotate(2deg) translateY(12px);
         -o-transform: scale(1.3) rotate(2deg) translateY(12px);
        -ms-transform: scale(1.3) rotate(2deg) translateY(12px);
            transform: scale(1.3) rotate(2deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------------------------
# Galería
--------------------------------------------------------------*/
.galeria2 figure{
    position: relative;
    overflow: hidden;
    height: 320px;
    padding:0;
    margin: 0;
}

.galeria2 figure img{
    
    min-width: 100%;
    margin-top:0px;
    
}



.galeria2 figcaption p{
    font-size: 16px;
    padding-top:0;
}

.galeria2 figcaption ul{
    list-style: none;
    margin: 0;
    padding:0;
}

.galeria2 figcaption ul{
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}

.galeria2 figcaption ul li{
    display: inline-block;
    padding:10px;
}

.galeria2 h4{
    margin: 10px 0 0;
    padding: 0;
}

.galeria2 figcaption{
    padding:35px;
    
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom:0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.galeria2 figure:hover figcaption{
    visibility: visible;
    
    color: #fff;
    background: rgba(255, 255, 255, 0.85); /* Primary color, can be changed via colors.css */
    height: 100%;
    -webkit-transition: all ease-in-out 0.3s;
       -moz-transition: all ease-in-out 0.3s;
         -o-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s;
}

.galeria2 figure:hover figcaption ul li a:hover{
    color: rgba(49, 49, 49, .97);
}

.galeria2 figure img{
    -webkit-transform: scale(1) rotate(0) translateY(0);
       -moz-transform: scale(1) rotate(0) translateY(0);
         -o-transform: scale(1) rotate(0) translateY(0);
        -ms-transform: scale(1) rotate(0) translateY(0);
            transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.galeria2 figure:hover img{
    -webkit-transform: scale(1.3) rotate(2deg) translateY(12px);
       -moz-transform: scale(1.3) rotate(2deg) translateY(12px);
         -o-transform: scale(1.3) rotate(2deg) translateY(12px);
        -ms-transform: scale(1.3) rotate(2deg) translateY(12px);
            transform: scale(1.3) rotate(2deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #03C4EB;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #03C4EB;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}



/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}
#testimonials .profile h3 {
  /*font-family: 'Alex Brush', cursive;*/
  color: #BF5119;
  font-size: 20px;
  text-transform: uppercase;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

#testimonials .profile .pic img {
  max-width: 100%;
}


.visible-movil {
  display:none;
  
}
.visible-desk {
  display:block;
  
}
@media screen and (max-width: 768px) {
 .visible-movil {
  display:block;
  
}
.visible-desk {
  display:none;
  
}
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #BF5119;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #504F47;
  font-size: 20px;
  font-weight: 600;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #e4002b;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #e4002b;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #e4002b;
  border: 1px solid #e4002b;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #e4002b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #25d8fc;
}
.overlay-detail {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff; /* Set to black, can be changed via colors.css */
    opacity: 0.55;
    left: 0;
    top: 0;
    z-index: 1;
}
/* Confirmar Section
--------------------------------*/
#confirmar {
  background: url(../img/hero-bg3-01.jpg) 12% 50%;
  -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
  padding: 80px 0;
}
#confirmar2 {
  background: url(../img/FONDO_MESA_CC.jpg) 50% 0 no-repeat scroll;
  -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
         max-width: 100%;
  
}

body {
 	 background: url(../img/IMA_04.jpg) 12% 0 no-repeat scroll;
  -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
         
       
 }
 .cuadro {
 	
  background: rgba(255, 255, 255, 0.8);
padding-top: 15px;
padding-bottom: 15px;
border-radius: 5px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
width: 100%;
 
}
 
  
@media screen and (max-width: 768px) {
 body {
 	 background: url(../img/FONDO_MESA_CC.jpg) 12% 0 no-repeat scroll;
  -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
         
       
 }
 #confirmar {
  background: url(../img/hero-bg3-01.jpg) 20% 0;
  -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
  padding: 100px 0;
}
#confirmar2 {
  background: none;
 
}

.rsvp {
	background: rgba(255, 255, 255, 0.8);
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	width: 100%;
}
.confirmar .container   {
	padding-left: 0;
	padding-right: 0;
	margin-bottom:80px;
}

.cuadro {
  background: rgba(255, 255, 255, 0.8);
padding-top: 15px;
padding-bottom: 15px;
border-radius: 5px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
width: 100%;
 
}
}
.confirmar .info {
  color: #333333;
}

.confirmar .info i {
  font-size: 32px;
  color: #e4002b;
  float: left;
}

.confirmar .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

.confirmar .form #sendmessage {
  color: #BF5119;
  border: 1px solid #BF5119;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.confirmar .form #errormessage {
  color: #BF5119;
  display: none;
  border: 1px solid #BF5119;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.confirmar .form #sendmessage.show, .confirmar .form #errormessage.show, .confirmar .form .show {
  display: block;
}

.confirmar .form .validation {
  color: #BF5119;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.confirmar .form input, .confirmar .form textarea {
  border-radius: 0;
  box-shadow: none;
}

.confirmar .form button[type="submit"] {
  background: #BF5119;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.confirmar .confirmar-btn button[type="submit"]:hover {
  background: #BF5119;
  color: #fff;
}

.confirmar .confirmar-btn-container {
  text-align: center;
  padding-top: 20px;
}

.confirmar .confirmar-btn {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #BF5119;
  color: #BF5119;
  background: none;
}

.confirmar .confirmar-btn:hover {
  background: #BF5119;
  border: 2px solid #BF5119;
  color: #fff;
}
.confirmar a:focus{
  color: #fff;
  outline: none;
  text-decoration: none;
}

#confirmar2 .inv-btn-container {
  text-align: center;
  padding-top: 20px;
}

#confirmar2 .inv-btn {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #BF5119;
  color: #BF5119;
}

#confirmar2 .inv-btn:hover {
  background: #BF5119;
  border: 2px solid #BF5119;
  color: #fff;
}



iframe {
	border: 1px solid #BF5119;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}

.boletos table {
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   margin: auto;
   width: 100%;
   border: 1px solid #999;
   
}
.boletos th, td {
   width: 25%;
   text-align: center;
   color:#A5A5A5;
   vertical-align: top;
   border: 1px solid #999;
   border-collapse: collapse;
   padding: 0.3em;
}

.boletos h6 {
  margin: 5px 0 5px 0;
  text-transform: none;
  color: #A5A5A5;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
}




/*// COUPLE*/

.couple-wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .couple-wrap {
    width: 100%;
  }
}

.heart {
  position: absolute;
  top: 35em;
  left: 0;
  right: 0;
  z-index: 49;
  animation: pulse 1s ease infinite;
}
.heart i {
  font-size: 20px;
  background: #fff;
  padding: 20px;
  color: #BF5119;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .heart {
    display: none;
  }
}

.couple-half {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .couple-half {
    width: 100%;
  }
}
.couple-half h3 {
  font-family: 'sacramento', cursive;
  color: #BF5119;
  font-size: 30px;
}
.couple-half .novia, .couple-half .novio {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;  
  width: 150px;
  height: 150px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  
}
.couple-half .novia img, .couple-half .novio img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  
}


@media screen and (max-width: 300px) {
  .couple-half .novia, .couple-half .novio {
    width: 100%;
    height: 140px;
  }
  .couple-half .novia img, .couple-half .novio img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
.couple-half .novia {
  float: right;
  margin-right: 5px;
}
.couple-half .novio {
  float: left;
  margin-left: 5px;
}
.couple-half .desc-novia {
  padding-right: 180px;
  text-align: right;
}
.couple-half .desc-novio {
  padding-left: 180px;
  text-align: left;
}
@media screen and (max-width: 300px) {
  .couple-half .novia, .couple-half .novio {
    margin-left: 0;
    margin-right: 0;
  }
  .couple-half .desc-novia {
    padding-right: 0;
    text-align: center;
  }
  .couple-half .desc-novio {
    padding-left: 0;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Contador
--------------------------------------------------------------*/
.countdown-divider {
  padding: 50px 0px;
}

.countdown-divider img, {
  max-width: 300px;
  display: inline-block;
  margin-bottom: 12px;
  
}

.countdown-header h1 {
  margin-bottom: 0px;
}

.countdown-header:before {
  opacity: 0.8 !important;
}

.countdown-header .uppercase {
  display: block;
  font-weight: 600;
  margin-bottom: 24px;
}

@media all and (max-width: 768px) {
  .countdown-header img {
    max-width: 100px;
  }
  #faltan .col-md-6 {
  border: 1px;
  
}
}



#faltan .col-md-12 {
  border:block;
  border: 1px solid #fff;
  padding-top:40px;
  padding-bottom:40px;
  padding-left: 0;
  padding-right: 0;
  margin-right:5px;
  margin-left:5px;
  
}

.countdown {
  text-align: center;
  margin-top:2em;
 
  
}

.countdown-row {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  
  
}

.countdown-section {
  
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 1px 0px 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  animation: pulse 1s ease infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.countdown-amount {
  display: inline-block;
  margin-top: 20px;
  line-height: 0,2;
}

.countdown-period {
  display: block;
  font-size: 12px;
  line-height: 0,5;
}

@media all and (max-width: 767px) {
  
  .countdown {
    margin-top: 40px;
  }
  .countdown-row {
    font-size: 20px;
  }
  .countdown-period {
    font-size: 10px;
  }
  
  .countdown-section {
  
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 75px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 1px 0px 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  animation: pulse 1s ease infinite;
}

#faltan .col-md-12 {
  border:block;
  border: none;
  padding-top:20px;
  padding-bottom:20px;
  padding-left: 0;
  padding-right: 0;
  margin-right:0px;
  margin-left:0px;
  
}

}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 30px 0;
  color: #504F47;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 10px;
  color: #504F47;
}
