@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");
@keyframes animacionnavegar {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -20px);
  }
  90% {
    transform: translate(0, 0px);
  }
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue-Bold.woff2") format("woff2"), url("../fonts/BebasNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue-Thin.woff2") format("woff2"), url("../fonts/BebasNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue Book';
  src: url("../fonts/BebasNeue-Book.woff2") format("woff2"), url("../fonts/BebasNeue-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue-Light.woff2") format("woff2"), url("../fonts/BebasNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Lato', sans-serif;
}

.animate {
  opacity: 0;
}

.wrap {
  max-width: 80%;
  margin: 0 auto;
}

.seccion {
  padding: 2% 0;
  min-height: 100vh;
}

h2 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: normal;
  color: #F9E4B6;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 6px;
}

h3 {
  letter-spacing: 6px;
  font-size: 2em;
  color: #F9E4B6;
  font-weight: normal;
}

p {
  margin-bottom: 10px;
}

.btn {
  border: 2px solid #F9E4B6;
  border-radius: 25px;
  color: #F9E4B6;
  font-weight: bold;
  letter-spacing: 2px;
  max-width: 200px;
  width: 100%;
  margin: 10px auto 0 auto;
  padding: 5px 10px;
  text-align: center;
  color: #FFF;
  display: inline-block;
}

.btn:hover {
  color: #FFF;
  opacity: .9;
}

header {
  position: absolute;
  top: 120px;
  z-index: 9999;
  right: 0;
  left: 0;
}

header .logo a {
  display: block;
}

header .logo a img {
  max-width: 150px;
  width: 100%;
}

header .redes a {
  color: #FFF;
  font-size: 1.5em;
}

footer {
  background: #000;
  color: #F9E4B6;
  padding: 0 10px;
  line-height: 1.2em;
  font-size: .9em;
}

footer .flex-end {
  align-items: flex-end;
}

footer strong,
footer p {
  color: #F9E4B6;
}

footer .redes a {
  color: #FFF;
  font-size: 1.5em;
}

.home {
  background: url(../img/bg-1.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 350px;
  padding-bottom: 200px;
  position: relative;
}

.home .bajar {
  position: absolute;
  bottom: 20px;
  animation: animacionnavegar 4s infinite;
}

.productos {
  background: url(../img/bg-2.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  min-height: auto;
}

.productos .wrap {
  position: relative;
}

.productos .icono-carro {
  position: absolute;
  right: 0;
}

.productos .icono-carro a {
  display: inline-block;
  position: relative;
}

.productos .icono-carro .numero {
  position: absolute;
  top: -2px;
  right: 2px;
  font-weight: 600;
  background: #F9E4B6;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #000;
  border-radius: 50%;
}

.productos .titulo p {
  font-size: .9em;
}

.productos .producto {
  text-align: center;
  color: #FFF;
  outline: none;
}

.productos .producto .imagen {
  height: 350px;
  text-align: center;
}

.productos .producto .imagen img {
  max-height: 100%;
  margin: 0 auto;
}

.productos .producto h3 {
  text-align: center;
}

.productos .producto .valor {
  font-size: 1.3em;
  font-weight: 300;
}

.productos .producto .descripcion {
  font-size: .8em;
  font-weight: 300;
}

.productos .producto .cotizar {
  border: 2px solid #F9E4B6;
  border-radius: 25px;
  color: #F9E4B6;
  font-weight: bold;
  letter-spacing: 2px;
  max-width: 200px;
  width: 100%;
  margin: 10px auto 0 auto;
  padding: 5px 10px;
}

.productos .producto .cotizar select {
  background: transparent;
  color: #F9E4B6;
  border: none;
  letter-spacing: 2px;
  outline: none;
}

.productos .producto .cotizar select option {
  background-color: #F9E4B6;
  color: #000;
}

.productos .slider-productos {
  padding: 0 50px;
}

.productos .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.productos .slick-arrow.slick-prev {
  left: -40px;
}

.productos .slick-arrow.slick-next {
  right: -40px;
}

.productos .slick-arrow.slick-next img {
  transform: rotate(180deg);
}

.productos .slick-arrow.slick-disabled {
  opacity: .7;
}

.nosotros {
  background: url(../img/bg-3.jpg) no-repeat center center;
  background-size: cover;
}

.nosotros h2 {
  color: #FFF;
  font-weight: 400;
}

.mapa .contenido {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.mapa .contenido h2 {
  font-size: 2em;
  color: #FFF;
}

.despacho-domicilio {
  background-image: url(../img/bg-despacho.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.despacho-domicilio .wrap {
  padding: 0 5%;
}

.despacho-domicilio .borde-separacion {
  border-right: 1px solid #FFF;
}

.despacho-domicilio p {
  font-size: 1.3em;
}

#nosotros {
  background: #B85724 url(../img/bg-nosotros.jpg) no-repeat top center;
  background-size: contain;
  padding-left: 10px;
  padding-right: 10px;
}

#nosotros .texto {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  text-align-last: center;
  color: #FFF;
  font-size: 1.2em;
}

.listado-productos {
  background: #F8F6F6;
}

#formulario {
  display: none;
  background: #1B1B1B;
  max-width: 450px;
  width: 100%;
  padding: 20px;
  border: 2px solid #A38E7B;
}

#formulario .texto {
  text-align: center;
}

#formulario .form-group {
  margin: 0 0 10px 0;
}

#formulario .form-control {
  width: 100%;
  padding: 5px 10px;
  border: 2px solid #A38E7B;
  background: #ccc;
  outline: 0;
}

#formulario .productos-cotizacion {
  color: #FFF;
  padding: 0 20px;
  margin: 0 0 30px 0;
  list-style: none;
  font-size: .9em;
}

#formulario .productos-cotizacion li {
  margin: 0 0 5px 0;
}

#formulario .productos-cotizacion li a {
  color: #FFF;
}

#formulario .btn {
  border: none;
}

#formulario input[type=button] {
  margin: 0 auto;
  padding: .5em 2em;
}

#formulario .eliminar-producto {
  text-decoration: underline !important;
}

div.wpcf7-response-output {
  background: #FFF;
  text-align: center;
}

#formulario .table {
  background: none;
  color: #FFF;
}

#formulario td:first-child {
  width: 100%;
}

#formulario a {
  color: #FFF;
}
