.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body {
  background-color: #000;
  font-family: Calistoga, sans-serif;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/lagirolda-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-grande {
  position: absolute;
}

.arrow-img {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 20%;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-chico {
  position: static;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.header-txt {
  color: #fff;
}

.foto-section {
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  background-color: #fff;
  background-image: url('../images/color.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: repeat-x;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.historia {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.productos {
  padding-top: 0px;
  text-align: left;
}

.container.sucursales {
  padding-bottom: 0px;
  text-align: left;
}

.container.contactanos {
  text-align: left;
}

.pan-dulce {
  height: 500vh;
  background-color: #f7f0ed;
}

.pan-dulce.prueba {
  position: relative;
  height: 300vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -o-object-fit: fill;
  object-fit: fill;
}

.pandulce-txt-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  width: 50%;
  color: #af6b58;
  font-size: 105px;
  line-height: 110px;
  text-align: left;
}

.pandulce-parrafo {
  width: 45%;
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.pandulce-fotos-container {
  overflow: hidden;
}

.arrow-link {
  position: absolute;
  bottom: 20%;
}

.pandulce-div-largo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pandulce-img {
  max-height: 60vh;
  margin-right: 50px;
  border-radius: 6px;
}

.cta-a {
  color: #000;
  font-size: 26px;
}

.color {
  color: #af6b58;
}

.leyenda {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.historia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.fullwidth-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(75%, transparent)), url('../images/historia.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 75%), url('../images/historia.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.h1-historia {
  color: #fff;
  font-size: 100px;
  line-height: 130px;
  text-align: center;
}

.historia-p {
  font-size: 26px;
  line-height: 35px;
  text-align: left;
}

.grid {
  display: -ms-grid;
  display: grid;
  height: 800px;
  grid-auto-flow: row;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr auto auto auto;
  grid-template-rows: 1fr auto auto auto;
}

.grilla {
  width: auto;
  max-width: none;
  margin-right: 50px;
  margin-bottom: 100px;
  margin-left: 50px;
}

.productos {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #fff;
}

.subtitulo {
  margin-bottom: 30px;
  color: #af6b58;
}

.subtitulo.sucu {
  margin-bottom: 70px;
}

.productos-p {
  font-size: 40px;
  line-height: 60px;
}

.servicio-item {
  display: inline-block;
}

.servicio-item.verde {
  color: #556052;
}

.servicio-item.naranja {
  color: #d7ae79;
}

.servicio-item.bordo {
  color: #8f384d;
}

.servicio-item.arena {
  color: #c6b497;
}

.servicio-item.musgo {
  color: #7e7474;
}

.servicio-item.turquesa {
  color: #9dd;
}

.servicio-item.marron {
  color: #734046;
}

.sucursales {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.sucursal-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
  margin-bottom: 50px;
  background-color: #f7f0ee;
}

.img-sucursal {
  width: 330px;
  height: 100%;
  background-image: url('../images/A.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-sucursal.ciudadela {
  background-image: url('../images/ciudadeka.jpg');
  background-size: cover;
}

.sucursal-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.adress-data {
  color: #000;
  font-size: 35px;
  line-height: 50px;
  text-decoration: none;
}

.localidad {
  color: #af6b58;
}

.contacto {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.p-contacto {
  font-size: 26px;
  line-height: 35px;
  text-align: left;
}

.link-contacto {
  color: #af6b58;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fullwifth-warp {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.prueba1 {
  height: 100vh;
  background-color: #312323;
}

.pandulce-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.grid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-div-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid2 {
  height: 800px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.h1-titulo-inicial {
  margin-bottom: 50px;
  color: #af6b58;
  font-size: 30px;
}

.horario {
  margin-top: 30px;
}

.link-ig {
  position: absolute;
  right: 100px;
  color: #fff;
}

.link-ig:visited {
  color: #fff;
}

.header-txt-a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.cta {
    padding: 25px 20px;
  }

  .container.historia {
    padding: 25px 19px;
  }

  .pandulce-txt-container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading {
    width: 60%;
    font-size: 80px;
    line-height: 90px;
  }

  .pandulce-parrafo {
    font-size: 20px;
  }

  .pandulce-fotos-container {
    height: 50vh;
    min-height: auto;
  }

  .pandulce-img {
    width: 40%;
    margin-right: 20px;
  }

  .cta-a {
    font-size: 20px;
  }

  .fullwidth-img {
    height: 60vh;
  }

  .h1-historia {
    font-size: 60px;
    line-height: 75px;
  }

  .grilla {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .productos {
    padding: 50px 20px 0px;
  }

  .productos-p {
    font-size: 30px;
    line-height: 50px;
  }

  .sucursales {
    padding: 25px 20px;
  }

  .sucursal-card {
    margin-bottom: 25px;
  }

  .adress-data {
    font-size: 30px;
  }

  .contacto {
    padding: 50px 19px;
  }
}

@media screen and (max-width: 767px) {
  .fullwidth-img {
    height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  .logo-grande {
    width: 90%;
  }

  .header {
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-chico {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logo-chico.ocultar {
    display: none;
  }

  .header-txt {
    display: block;
    color: #fff;
  }

  .header-txt.ocultar {
    display: none;
  }

  .foto-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container.cta {
    height: auto;
  }

  .container.historia {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.productos {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.sucursales {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pan-dulce {
    position: static;
    overflow: visible;
    height: 200vh;
  }

  .pandulce-txt-container {
    padding-top: 20px;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    width: 100%;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .pandulce-parrafo {
    width: auto;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .pandulce-fotos-container {
    height: auto;
  }

  .pandulce-img {
    width: 200px;
    height: 270px;
    max-width: none;
  }

  .cta-a {
    line-height: 30px;
  }

  .fullwidth-img {
    width: auto;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .h1-historia {
    font-size: 30px;
    line-height: 40px;
  }

  .historia-p {
    font-size: 16px;
    line-height: 22px;
  }

  .grilla {
    margin-right: 10px;
    margin-left: 10px;
  }

  .productos {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
  }

  .subtitulo {
    font-size: 22px;
  }

  .subtitulo.sucu {
    margin-bottom: 20px;
  }

  .productos-p {
    font-size: 26px;
    line-height: 55px;
  }

  .servicio-item.naranja {
    display: inline;
  }

  .sucursales {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sucursal-card {
    height: 200px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .img-sucursal {
    display: none;
    width: 200px;
  }

  .sucursal-card-info {
    width: 100%;
    padding: 0px 10px;
  }

  .adress-data {
    font-size: 18px;
    line-height: 30px;
  }

  .localidad {
    margin-top: 0px;
    font-size: 16px;
  }

  .contacto {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .p-contacto {
    font-size: 16px;
    line-height: 22px;
  }

  .img-principal {
    width: 95vw;
    max-width: none;
  }

  .fullwifth-warp {
    width: auto;
    height: 50vh;
  }

  .grid-div-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid2 {
    height: 100vh;
    grid-auto-rows: minmax(auto, 25vh);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(40vh, 40vh) minmax(auto, 25vh);
    grid-template-rows: minmax(40vh, 40vh) minmax(auto, 25vh);
  }

  .horario {
    margin-top: 15px;
  }
}

#w-node-a37a3142fb99-c84c5c5d {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 479px) {
  #w-node-a37a3142fb99-c84c5c5d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

