@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,700&display=swap");
@media (min-width: 1200px) {
  .container {
    max-width: 1325px;
  }
}
.modal-content .modal-header {
  background: #524f0c;
  color: #fff;
}
.modal-content .modal-header .modal-title {
  font-size: 3rem;
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  font-family: BebasNeue, sans-serif;
  margin-bottom: -1rem;
}
.modal-content .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  font-size: 1.7em;
  color: white;
}
.modal-content .modal-body {
  padding: 3rem 4rem;
  text-align: justify;
}

.btn {
  font-size: 2rem;
}

.btn-primary {
  border-color: #d19e23;
  background-color: #d19e23;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 50vw;
  }
}
.nav-tabs {
  margin-bottom: 3rem;
}
.nav-tabs .nav-link.active {
  background: #f18903;
  color: white;
  border-radius: 0.5rem 0.5rem 0 0;
  border: none;
}

@font-face {
  font-family: BebasNeue;
  src: url("../fonts/BebasNeue Regular.ttf");
}
@font-face {
  font-family: BebasNeueLight;
  src: url("../fonts/BebasNeue Light.ttf");
}
body {
  font-family: Quicksand, sans-serif;
}

html {
  font-size: 10px;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-size: 2rem;
  color: #666666;
  max-width: 100vw;
  overflow-x: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  min-height: 100vh;
}

p {
  margin-bottom: 3rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #f18903;
}

.mainContainer {
  flex-grow: 1;
}
.mainContainer h1, .mainContainer h2, .mainContainer h3, .mainContainer h4, .mainContainer h5, .mainContainer h6 {
  font-family: BebasNeue, sans-serif;
  font-weight: bold;
}
.mainContainer h1 {
  font-size: 5rem;
}
.mainContainer h2 {
  font-size: 3rem;
}

.franja-bpanel {
  z-index: 9999999;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

ul.pagination {
  margin-left: -1rem;
}
ul.pagination li {
  padding: 1rem;
}
ul.pagination li.active a {
  color: #777;
}

form input.form-control,
form select.form-control,
form button.form-control,
form textarea.form-control {
  display: inline-block;
  padding: 1rem 1rem;
  font-size: 2rem;
  vertical-align: middle;
  border-radius: 1.5rem;
  border: 2px solid #888;
  height: auto;
  line-height: 1em;
}

.formularioNoValido {
  display: none;
}

.moduloPortada form.formularioProducto input.form-control,
.moduloPortada form.formularioProducto select.form-control,
.moduloPortada form.formularioProducto button.form-control,
.moduloPortada form.formularioProducto textarea.form-control {
  width: auto;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  border-radius: 0.5rem;
  transition: background 0.5s;
  outline: none;
  vertical-align: middle;
}

input[type=checkbox]:checked {
  background: #524f0c;
  border: 2px solid #fff;
}

.contenido .form-group {
  margin-bottom: 4rem;
}
.contenido input[type=checkbox] {
  border: 2px solid #888;
  margin-right: 1rem;
}

form.invalido .formularioNoValido {
  display: block;
}

.headerPrincipal {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background 0.5s ease-out;
}
.headerPrincipal.sticky {
  background: rgba(0, 0, 0, 0.9);
}
.headerPrincipal.sticky .container .navegacionPrincipal {
  height: 9.5rem;
}
.headerPrincipal a {
  color: #fff;
}
.headerPrincipal > .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.headerPrincipal > .container > div {
  display: flex;
  align-items: center;
}
.headerPrincipal > .container .logo {
  flex-basis: 14rem;
  padding: 1rem 0;
}
.headerPrincipal > .container .logo img {
  width: 14rem;
}
.headerPrincipal > .container .navegacionPrincipal {
  height: 11.5rem;
  flex-grow: 1;
  justify-content: center;
  transition: height 0.5s ease-out, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.headerPrincipal > .container .resumenCarrito {
  flex-basis: 29rem;
}
.headerPrincipal .iconoMenu {
  width: 4rem;
  margin-left: 2rem;
  display: none;
  cursor: pointer;
}
.headerPrincipal .contenedorLogoMenuResponsive {
  display: none;
}
@media (max-width: 1199px) {
  .headerPrincipal .iconoMenu {
    display: block;
  }
  .headerPrincipal > .container .navegacionPrincipal {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    overflow-y: auto;
    background: #111;
    transform: translateX(-100%);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  .headerPrincipal > .container .navegacionPrincipal.mostrar {
    transform: translateX(0);
  }
  .headerPrincipal > .container .navegacionPrincipal ul {
    display: flex;
    flex-flow: column nowrap;
  }
  .headerPrincipal > .container .navegacionPrincipal ul li {
    padding: 1rem 2rem;
  }
  .headerPrincipal .contenedorLogoMenuResponsive {
    display: block;
    padding: 3rem 2rem 6rem 2rem;
  }
  .headerPrincipal .contenedorLogoMenuResponsive img {
    width: 90%;
  }
}

body:not(.moduloPortada) .headerPrincipal {
  background: black;
  position: relative;
  margin-bottom: 3rem;
}

.sliderPrincipal {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.sliderPrincipal .slick-active .slide .contenido {
  opacity: 1;
}
.sliderPrincipal .slide {
  min-width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}
.sliderPrincipal .slide .imagen {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sliderPrincipal .slide .contenido {
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
  color: #fff;
  opacity: 0;
  transition: opacity 2.5s ease-in-out;
}
.sliderPrincipal .slide .contenido > div, .sliderPrincipal .slide .contenido > h2 {
  width: 100%;
}
.sliderPrincipal .slide .contenido h2 {
  font-family: BebasNeueLight, sans-serif;
  font-size: 7.3rem;
  text-align: left;
}
.sliderPrincipal .slide .contenido h2 strong {
  font-family: BebasNeue, sans-serif;
  font-weight: bolder;
  color: #edc36e;
}
.sliderPrincipal .slide .contenido .boton {
  padding: 1.3rem 5rem;
  border: 2px solid #fff;
  margin-top: 1rem;
  display: inline-block;
  border-radius: 2.5rem;
  color: #fff;
  text-transform: uppercase;
}

button.slick-next.slick-arrow {
  position: absolute;
  right: 1rem;
  z-index: 9;
}

button.slick-prev.slick-arrow {
  position: absolute;
  left: 1rem;
  z-index: 9;
}

.slickSliderContenido {
  max-width: 600px;
  float: right;
}
@media (max-width: 991px) {
  .slickSliderContenido {
    width: 100%;
    float: none;
    max-width: none;
  }
}

.imagenSliderContenido {
  min-height: 25vw;
  min-width: 25vw;
  display: block;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .imagenSliderContenido {
    height: 50vh;
    min-width: 100%;
  }
}

.destacados .almazara,
.destacados .calidad {
  min-height: 50vh;
  background-size: cover;
  background-position: center center;
  display: flex;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  font-family: BebasNeue, sans-serif;
}
@media (max-width: 991.98px) {
  .destacados .almazara,
.destacados .calidad {
    min-height: initial;
    padding: 5rem;
    vertical-align: middle;
  }
  .destacados .almazara span,
.destacados .calidad span {
    margin-bottom: -1.5rem;
  }
}
.destacados .almazara {
  background-image: url("../img/la-almazara.jpg");
}
.destacados .calidad {
  background-image: url("../img/maxima-calidad.jpg");
}
.destacados .texto {
  padding: 10rem;
}
.destacados .destacadoPortada {
  transition: transform 0.5s 0.5s ease-in-out, 0.5s 0.5s opacity ease-in-out;
  opacity: 0;
}
.destacados .destacadoPortada:nth-child(even) {
  transform: translateX(50vw);
}
.destacados .destacadoPortada:nth-child(odd) {
  transform: translateX(-50vw);
}
.destacados .destacadoPortada.animar {
  opacity: 1;
  transform: translateX(0);
}

.producto {
  background: #f8f8f8;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.producto .descripcion {
  background: #fff;
  border: 1px solid #e0dfd3;
  padding: 5rem;
}
.producto h2 {
  color: #524f0c;
  text-transform: uppercase;
  font-size: 6.5rem;
  font-weight: bold;
  font-family: BebasNeue, sans-serif;
}
@media (max-width: 991.8px) {
  .producto h2 {
    text-align: center;
  }
}
.producto h2 img {
  padding-left: 1rem;
}
.producto .nombreProducto {
  text-transform: uppercase;
  font-size: 3rem;
  color: #111;
}
.producto .fotoProducto {
  margin-bottom: 2rem;
}
.producto .gastosEnvio {
  color: #524f0c;
  font-style: italic;
  font-size: 1.6rem;
}
.producto form div {
  margin-bottom: 2rem;
}
.producto form .unidades input {
  width: 7rem;
  text-align: center;
}
.producto form button {
  background: #524f0c;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
  padding: 2rem 9rem;
}
.producto .botonComprar {
  margin-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .producto .botonComprar {
    margin: 0 auto 6rem auto;
    display: block;
  }
}
.producto .precio {
  color: #524f0c;
}
.producto .precio .valor {
  font-family: BebasNeue, sans-serif;
  font-weight: bold;
  font-size: 4rem;
  color: #f18903;
}

.contacto {
  background-image: url("../img/fondo-contacto.jpg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #d19e23;
  padding: 6rem;
  font-size: 1.6rem;
  color: #fff;
  /* label {
    color: $verde;
  } */
}
@media (max-width: 1199px) {
  .contacto {
    background-size: cover;
  }
}
.contacto input.form-control,
.contacto textarea.form-control {
  width: 100%;
  border: none;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.contacto h2 {
  font-family: BebasNeue, sans-serif;
  color: #524f0c;
  font-size: 6.5rem;
  font-weight: bold;
}
.contacto .contenedorFormularioContacto {
  max-width: 44rem;
  width: 100%;
}
.contacto .botonVerde {
  background: #524f0c;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  width: auto;
  padding: 1rem 9rem;
  height: auto;
  border-radius: 0.5rem;
}

.footer {
  padding-top: 5rem;
}
.footer .logoFooter {
  width: 100%;
  max-width: 27rem;
  margin-bottom: 3rem;
}
.footer .direccion {
  color: #524f0c;
}
@media (max-width: 767px) {
  .footer .direccion {
    margin-top: 4rem;
  }
}
.footer .direccion a {
  color: #524f0c;
}
.footer .social {
  padding-top: 2rem;
}
.footer .social img:hover {
  opacity: 0.7;
}
.footer .copyright {
  margin-top: 5rem;
  background: #524f0c;
  color: #fff;
  padding: 3rem 0;
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  list-style: none;
  margin-bottom: 0;
}
.footer .copyright ul li {
  padding: 0 1rem;
}

.mensajesFlotantes {
  position: fixed;
  top: 12vh;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.mensajesFlotantes > div {
  flex-grow: 0;
  animation: mensajeFlotante 5s;
  animation-fill-mode: forwards;
}

@keyframes mensajeFlotante {
  0% {
    transform: translateY(-12vh);
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: translateY(0);
  }
  85% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateX(100vh);
    opacity: 0;
  }
}
.contenedorDetalleCarrito {
  position: relative;
}

button.cambiarCantidadProducto {
  border: 2px solid #777;
  background: none;
  border-radius: 3rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 1em;
  margin: 0 1rem;
  padding: 0;
  vertical-align: middle;
}

.botonVacio {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1rem;
}

.capaCargandoCarrito {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.capaCargandoCarrito .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
}

.contenedorDetalleCarrito .mostrarDireccionEnvio input {
  border: none;
  pointer-events: none;
}
.contenedorDetalleCarrito .mostrarDireccionEnvio label {
  font-weight: bold;
}
.contenedorDetalleCarrito .mostrarDireccionEnvio .form-group {
  margin-bottom: 1rem;
}

.iconoCalendario {
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  margin-top: -0.4em;
}

.tpvFormPage {
  position: relative;
  height: 100vh;
  width: 100%;
}
.tpvFormPage form {
  display: none;
}
.tpvFormPage .spinner {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: 3s animacionSpinnerCargando linear;
  animation-iteration-count: infinite;
}

@keyframes animacionSpinnerCargando {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0.2;
  }
}

/*# sourceMappingURL=estilo.css.map */
