html, body{
  height: 100%;
}
body {
	margin:0;
  font-family: 'Mada', sans-serif;
  overflow-x: hidden;
}

.container {
	max-width:1050px;
	margin:0 auto;
}
.container2{
   max-width: 700px;
   margin: 0 auto;
}
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should be a color other than white */
  z-index:99; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally on the screen */
  top:50%; /* centers the loading animation vertically on the screen */
  background-image:url(../img/status.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}
header {
	background:rgb(255,255,255);
	height:63px;
	width:100%;
	position:fixed;
	top:0;
	z-index:999;
  width:100%;
}
.logo{
	height:20px;
}
.logo1{
  display: inline-block;
  font-size: 0;
}
.solid-nav {
  background-color: rgba(255,255,255,0.75);
  transition: background-color 0.2s linear;
}
nav{
	float:right;
	position: relative;
}
nav ul{
	list-style:none;
	margin:0;
  padding: 0;
}
nav li{
	display:inline-block;
	margin-right:5px;  
}
nav a{
	display:block;
	height:63px;
	line-height:63px;
	padding: 0px 20px;
	text-decoration:none;
	color:black;
	font-size:14px;
	letter-spacing:1px;  
	}
nav a:hover{
	color:#bdbcbc;
}
/* icono mobile */
#icon-mobile {
  display: none; 
  width: 60px; 
  height: 63px; 
  background: url(../images/nav.png) no-repeat center; position: fixed; right:0; top:0; padding: 0;
  z-index:8;
} 
#icon-mobile.nav-active {
  opacity: 1;
}

/*Jquery*/
#slides{
	margin:0 auto;
	position: relative;
  height: 100%;
}
.rslides {
  height: 100%;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
 /*cierra Jquery*/
 
h1 {
	font-family: 'Mada', sans-serif;
	text-decoration: none;
	font-weight: 400;
	font-size: 45px;
	color: white;
	position:absolute;
  width: 100%;
  text-align: center;
  bottom:80px;
  z-index:5;
  margin-top:-23px;
  text-shadow: 0.02em 0.02em #333
}

/* Animación flecha en #slider */
.flecha {
  width: 100%;
	display: block;
	position:relative;
  text-align: center;
  bottom:90px;
  z-index:5;
  color: #fff;
}
.arrowBounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-20px);
  }
  60% {
      transform: translateY(-15px);
  }
}

.portada-bodas, .portada-moda{
	width: 100%;
}
.parallax-window {
    min-height: 900px;
    background: transparent;
}
.titulo-bodas, .titulo-moda{
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
	font-size: 90px;
	text-align: center;
	margin:50px 0;
}
.texto-bodas, .texto-moda{
	font-weight: 300;
	font-size: 23px;
	max-width: 650px;
	margin:0 auto;
	text-align: justify;
	padding:50px;
	border: 1px solid;
}
.iconos{
	display: block;
	margin:0 auto;
	width: 28%;
	padding:70px 0;
}

.galeriasbodas{
  background-image: url(../images/fondo-galeriabodas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: 20px 0;
}

/* effect galeria bodas */

.grid {
  position: relative;
  list-style:none;
  padding:0;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 1%;
  width: 48%;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  display: block;
  width: 100%;
}

.grid figure figcaption {
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 700;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;  
  width: 100%;
  height: 100%;
}

.grid figure h3 {
  font-family: 'Zilla Slab', serif;
  font-weight: 300;
  font-size: 38px;  
  margin-top: 40%;
  margin-bottom: 0;
}

.grid figure p {
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 300;
  margin-top: 0;
}

figure.effect-layla {
  background: #423B73;
}

figure.effect-layla figcaption,
figure.effect-layla figcaption a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}

figure.effect-layla figcaption::before {
  top: 60px;
  right: 40px;
  bottom: 60px;
  left: 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
  top: 40px;
  right: 60px;
  bottom: 40px;
  left: 60px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

figure.effect-layla h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

figure.effect-layla h3 {
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
  transform: scale(1.2);
  filter:none;
  opacity: 0.6;
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-layla:hover h3,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h3,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.contenedormoda{
  position: relative;
}
.titulo-moda, .texto-moda{
	color:white;
}
.titulo-moda{
	position: absolute;
  top:10%; 
  right:13%;
}
.texto-moda{
    position: absolute;
    top:40%; 
    right: 8%;
    width: 35%;
    font-size: 20px;
}
.modaprimera .modasegunda{
   height: 100%;
}
.modatercera .modacuarta{
   height: 100%;
}
.colizq{
  float: left;
  width: 50%;
}
.colder{
  float: right;  
  width: 50%;
}
.autumnfantasy{
  width: 55%;
  margin-top: 80px;
}
.lookbooks{
  width: 43%;  
  margin-top:20px;
}
.rockabilly{
  width: 43%;  
  margin-top:20px;
}
.patagonia{
  width: 55%;
  margin-top: 80px;
}
.pinup{
  width: 55%;
  margin-top: 80px;
}
.retro{
  width: 43%;  
  margin-top:20px;
}
.redhood{
  width: 43%;  
  margin-top:20px;
}
.wonderland{
  width: 55%;
  margin-top: 80px;
}

.fila1 img{
  width:23%;
}
.fila2 img{
  width: 31%;
}
.escondidas{
  display:none;
}

.clear {
    clear:both;
}


/*---------------*/
/***** Bubba *****/
/*---------------*/

.grid2 {
  position: relative;
  list-style:none;
  padding:0;
}
.grid2 figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 1%;
  text-align: center;
  cursor: pointer;
}

.grid2 figure img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.grid2 figure figcaption {
   color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
  pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid2 figure figcaption > a {
  z-index: 700;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid2 figure h3 {
   font-family: 'Zilla Slab', serif;
   font-weight: 300;
   font-size:35px;
}

.grid2 figure p span {
  font-weight: 600;
}

.grid2 figure h3,
.grid2 figure p {
  margin: 0;
}

.grid2 figure p {
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 300;
}

figure.effect-bubba {
  background: #423B73;
  margin:0 0 10px 0;
  font-size: 0;
}


figure.effect-bubba:hover img {
  opacity: 0.6;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

figure.effect-bubba h3 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
figure.effect-bubba .h3segundo {
  padding-top: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h3,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#limaframe{
  background-image: url(../images/fondo-limaframe.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 30px;
  margin-top: 40px;
}
#limaframe h3{
  font-family: 'Zilla Slab', serif;
  font-size: 31px;
  color:#D7D034;
  font-weight: 400;
}
#limaframe p{
  font-weight: 300;
  font-size: 17px;
  text-align: justify;
  color: #4A4A49;
}
#limaframe img{
  margin-top: 10%;
  width: 100%;
}
.coltext{
  float: left;
  width: 38%;
}
.colimg{
  float: right;
  width: 58%;
}

#contacto{
   margin-bottom: 30px;
   margin-top: 50px;
}
.linea{
  height: 1px;
  background-color: #4A4A49;
  margin: 0 0 20px 3px;
  width: 36px;
}
#contacto p{
  display: block;
}
nav .sidenav-trigger{
  margin: 0;
}
nav i.material-icons {
  font-size: 35px;
}
.sidenav li {
  height: 65px;
  line-height: 65px;
}
.sidenav li > a{
  font-size: 30px;
  font-weight: 400;
}
.sidenav li > a > i, 
.sidenav li > a > [class^="mdi-"], 
.sidenav li > a li > a > [class*="mdi-"], 
.sidenav li > a > i.material-icons {
  margin: 0;
  padding-right: 0;
}
.sidenav .chau {
  
  background: blue;
}
.foto-contacto{
  width: 100%;
}
/* animacion form */

/* Contacto*/
.form-contacto{
  max-width:480px;
  padding: 8% 5% 8% 0;
  box-sizing: border-box;
  margin-top: 12%;
}
.campo-form, .campo-form-consulta{
  width: 100%;
  border-color: 2px #AAAAAA solid;
  height: 35px;
  margin:1% 0;
  padding:1%;
  box-sizing: border-box;
}
.campo-form-consulta{
  min-height: 200px;
  font-family: 'Mada', sans-serif;
  font-size: 14px;
}
.btn-submit{
 width: 120px;
 background: #000;
}
.btn-submit:hover{
  background-color: #4C4C4C;
}
.info {
  line-height: 10px;
  font-weight: 400;
  font-size: 16px;
}
.separador {
  margin-bottom: 35px;
}
.info-contact {
  margin-top: 30px;
}
/*redes*/
.redes{
  float:left; 
  margin-top: 10px; 
}
.redes .fab {
  color: #000;
}
.redes .fab:hover {
  color: #bdbcbc;
}
.redes ul{
   padding:0;
   margin-top: 5px;
}
.redes li{
  display:inline-block;
  padding:0 2px;
}
.redes a{
  /* background-image: url(../images/sprite-redes.png); */
  display:block;
  width:24px;
  height:24px;
}
.redes span{
  display:none;
}
.instagram {
  background-position: 24px 0;
}
.facebook:hover{
  background-position: 0 -24px;
}
.instagram:hover{
  background-position: -24px -24px;
}


footer{
	border-top:1.5px solid #ccc;
	font-size:14px;
  margin-bottom: 20px;
}
footer p{
	text-align: center;
}

/*back to top buttom*/
#scroll {
    position:fixed;
    right:15px;
    bottom:30px;
    cursor:pointer;
    width:42px;
    height:42px;
    background-color:black;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border-radius: 50%;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#bdbcbc;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/*html confirma*/
.contenedor-confirma{
  position: relative;
}
.volver{
    display: inline-block;
    background-color: rgba(1,1,1,0.5);
    color:white;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 0.9rem;
    border:0; 
    letter-spacing: 0.05rem;
    text-decoration: none;
    text-align: center;
    position: absolute; 
    top:22%;
}
.volver:hover{
    background-color: rgb(1,1,1);
}
.confirma{
  position: absolute; 
  top:12%;
  color: white;
}
.foto-confirma{
  width: 100%;
  margin-top: 60px;
}

.error-section {
  position: absolute;
  background: url(../images/upsss-hero.jpg) no-repeat 40% 30%;
  background-size: cover;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.error-content {
  font-family: 'Zilla Slab', serif;
  width: 100%;
  margin-top: 48%;
}
.error-footer {
  width: 100%;
  height: 5%;
  position: fixed;
  bottom: 0;
}



 /* MEDIA QUERIES */

 /* tablet */
@media screen and (max-width:1100px){
  h1 {
    color: #000;
 }
}
@media screen and (max-width:1200px){
  .flecha {color: #000;
 }
 .error-content {margin-top: 60%;}
}
@media screen and (max-width:800px){
  #icon-mobile{ display: block;}
  nav {width: 100%; float: none; background: rgba(255,255,255,0.7); }
  nav ul {max-height: 0; overflow: hidden;} 
  nav li {display: block; border-bottom: 1px solid #fff;background-color: white;}
  nav ul.open-menu {max-height: 400px; transition: max-height 0.4s; width: 100%; }
  nav a{color:#000;font-size:18px;text-align: center;}
  h1{font-size: 35px;} 
  #limaframe{background-image: none;}  
  .galeriasbodas {background-image: none;}
  .coltext, .colimg{float: none; width: 95%;text-align: left;}
  #slides{margin-top: 60px;}
  }
  @media screen and (max-width:700px){
    h1{width: 80%;left: 10%;} 
  }
  /* celu */
  @media screen and (max-width:600px){
  h1{margin: -10px 0;font-weight: 300} 
  .flecha {margin-top: 50px;}
  #slides{margin-top: 60px; height: 65%;}
  .titulo-bodas{font-size: 65px;}
  #bodas{margin-top: 30px;}
  .texto-bodas{text-align: left;}
  .parallax-window { display: none;}
  .iconos{width: 60%;}
  .grid figure {width:98%; margin:8px 0}
  /* .parallax-window {margin-bottom: 20px;} */
  .autumnfantasy, .lookbooks, .rockabilly, .patagonia, .pinup, .retro, .redhood, .wonderland{width: 98%;}
  .titulo-moda{font-size: 65px;color: black;right:0; position: relative;margin-top: 10%;}
  .texto-moda {position: relative;color: #000;right: 0;margin: 0 auto;width: 90%;font-size: 20px;text-align: left;}
  .portada-moda{margin-top: 100px; width: cover;}
  .colizq, .colder{float:none;width:100%;}
  .fila1 img{width:24%;}
  .fila2 img{width: 32%;}
  .foto-contacto{margin-top: 20px;margin-left: 0;}
  /* .parallax-window {min-height:350px;} */
  .wonderland, .patagonia, .pinup{margin-top: 20px;}
  #limaframe{background-color:#F4F4F4;padding-left: 15px;padding-bottom: 20px;}
  #limaframe p{font-size: 20px;line-height:30px;text-align: left;}
  .col-contacto {padding-left: 10px; box-sizing: border-box;}
  .error-content {margin-top: 90%;}
  .error-section {
    position: absolute;
    background-size: contain;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  }
  
