
body {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: small;
  color:white;
  background-color: black;
  margin-left: 5px;
  margin-right: 5px;
 }

h1{
  font-family:initial;
  font-size: x-large;
  color:white;
}
a {
  color: white;
 }


 .fuente{
  font-family: 'Cinzel', serif;
 }

 p{
   padding-left: 10px;
   padding-right: 10px;
 }

/* header */
.header {
  background-color:black;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 3; }

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color:black; }

.header li a {
  display: block;
  padding: 15px 15px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none; }

.header li a:hover,
.header .header__menu-btn:hover {
  background-color:gray; }

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none; }

/* menu */
.header .header_menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; }

/* menu icon */
.header .header__menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 28px 10px;
  position: relative;
  user-select: none; }

.header .header__menu-icon .navicon {
  background:white;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px; }

.header .header__menu-icon .navicon:before,
.header .header__menu-icon .navicon:after {
  background:white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header .header__menu-icon .navicon:before {
  top: 5px; }

.header .header__menu-icon .navicon:after {
  top: -5px; }

/* menu btn */
.header .header__menu-btn {
  display: none; }

.header .header__menu-btn:checked ~ .header_menu {
  max-height: 480px; }

.header .header__menu-btn:checked ~ .header__menu-icon .navicon {
  background: transparent; }

.header .header__menu-btn:checked ~ .header__menu-icon .navicon:before {
  transform: rotate(-45deg); }

.header .header__menu-btn:checked ~ .header__menu-icon .navicon:after {
  transform: rotate(45deg); }

.header .header__menu-btn:checked ~ .header__menu-icon:not(.steps) .navicon:before,
.header .header__menu-btn:checked ~ .header__menu-icon:not(.steps) .navicon:after {
  top: 0; }

/* 48em = 768px */
@media (min-width: 48em) {
  .header li {
    float: left; }

  .header li a {
    padding: 20px 30px; }

  .header .header_menu {
    clear: none;
    float: right;
    max-height: none; }

  .header .header__menu-icon {
    display: none; } }
    
/* ver slide */
.slider {
  width: 95%;
  margin: auto;
  overflow: hidden; }

.slider ul {
  display: flex;
  padding: 0;
  width: 400%;
  animation: cambio 20s infinite alternate linear; }

.slider li {
  width: 100%;
  list-style: none;
  margin-top: 130px; 
}

.slider img {
  width: 100%; }

@keyframes cambio {
  0% {
    margin-left: 0; }
  20% {
    margin-left: 0; }
  25% {
    margin-left: -100%; }
  45% {
    margin-left: -100%; }
  50% {
    margin-left: -200%; }
  70% {
    margin-left: -200%; }
  75% {
    margin-left: -300%; }
  100% {
    margin-left: -300%; } }
    
.menu__carrito--tamano {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 40px; }

.catalogo--centrar {
  text-align: center; 
}

/* Footer */
.redessociales--centrar {
  margin: auto;
  text-align: center;
  padding: 4px; }

.redessociales--tamano {
  padding-top: 5%;
  padding-bottom: 5%;
  width: 40%; }

.redes {
  justify-content: center;
  align-content: center;
  display: flex; }

.direccion--centrar {
  margin: auto;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: small;
  text-align: center; 
}

@media (min-width: 500px) {
  .productos_item {
    display: inline;
    margin: auto; } }

    
@media (min-width: 760px) {
  .productos_item {
    display: inline;
    margin: auto; } }

    .pic{
      /* width:190px;
      height:200px; */
      opacity: 1;
      filter: alpha(opacity=100);
      background: no-repeat;
    }
    .pic:hover
    {
      opacity: 0.3;
      filter: alpha(opacity=30);
    }

/*# sourceMappingURL=estilo.css.map */

/* formulario contacto */

h2{
  
  text-align: center;
  margin: 0;
  font-size: 30px;
  margin-bottom: 20px;
  }

form{
  width: 320px;
  margin: auto;
  background: rgba(231, 224, 224, 0.9);
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 100px;
  border-radius: 7px;
}

input, textarea{
  width: 100%;
  margin-bottom: 20px;
  padding: 7px;
  box-sizing: border-box;
  font-size: 12px; 
  border: none;
}

textarea{
  min-height: 100px;
  max-height: 200px;
  max-width: 100%;
}

#boton{
  background: gray;
  color: black;
  padding: 20px;
}

#boton:hover{
  cursor: pointer;
}

h4{
  white-space: pre-wrap;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

/* crear galeria */

.contenedor{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contenedor img{
  width: 90%;
  height: 300px;
  margin: 10px;
  border: 2px solid #333333;
  box-shadow: 0 0 0 2px white;
  flex: auto;
}

@media (max-width: 800px){
  .contenedor img{
    width:90%;
  }
}

@media (max-width: 500px){
  .contenedor img{
    width: 95%;
    height: auto;
  }
}
@media (max-width: 360px){
  .contenedor img{
    width: 90%;
    height: 100%;
  }
}

/* mapa */
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* GALERIA INTERIOR */

.contenedor1{
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contenedor1 img{
  width: 40%;
  height: auto;
  margin: 10px;
  border: 2px solid #333333;
  box-shadow: 0 0 0 2px white;
  flex: auto;
  display: flex;
}

@media (max-width: 800px){
  .contenedor1 img{
    width:50%;
  }
}

@media (max-width: 500px){
  .contenedor1 img{
    width: 95%;
    height: auto;
  }
}
@media (max-width: 360px){
  .contenedor img{
    width: 90%;
    height: 100%;
  }
}
/* galeria Novias */
.contenedor2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contenedor2 img{
  width: 90%;
  height:auto;
  margin: 10px;
  border: 2px solid #333333;
  box-shadow: 0 0 0 2px white;
  flex: auto;
}


@media (max-width: 1380px){}
.contenedor2 img {
    width: 25%;
    height: auto;
}

@media (max-width: 500px){
  .contenedor2 img{
    width: 95%;
    height: auto;
  }
}
@media (max-width: 360px){
  .contenedor2 img{
    width: 90%;
    height: 100%;
  }
}

video{
  max-width:70%;
  height: auto;
}

/* contacto1 */

.contenedor3 .form .form-header .form-title{
font-weight:normal;
font-family: sans-serif;
color: thistle;
text-align: center;
padding: 14px 0;

}

.contenedor3 .form .form-header .form-title spam{
  color: #fff;
}

.contenedor3 .form {
  background:rgba(138, 135, 135, 0.39);
  width: 90%;
  max-width: 650px;
  margin: auto;
  padding: 5px 35px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-radius: 3px;
}

.contenedor3 .form .form-label{
  display: block;
  color: white;
  font-size: 16px;
  font-family: roboto;
  position: relative;
}

.contenedor3 .form .form-input, .form-textarea{
background: rgba(0, 0, 0, 0.7);
border: none;
outline: none;
border-bottom: 2px solid #333333;
margin-bottom: 20px;
border-radius: 20px;
font-size: 14px;
color: white;
}

.contenedor3 .form .form-textarea{
  resize: vertical;
  max-height: 150px;
  min-height: 150px;
}

.contenedor3 .form .btn-submit{
  width: 100%;
  font-family: roboto;
  outline: none;
  background: #f4f4f4;
  font-size: 16px;
  border: none;
  color:red;
  padding: 15px 0;
  cursor: pointer;
  transition: all .5s ease;
}

.contenedor3 .form .btn-submit:hover {
  background:#333333;
}