@charset "UTF-8";
/*--- VARIABLES ---*/
/*--- COLORES Corazón de Chocolate ---*/
/*--- COLORES Corazón de Chocolate Versión Gourmet ---*/
/*--- TIPOGRAFÍAS ---*/
:root {
  --font-weight: 700;
  --font-style: italic;
  --color: #bc8034;
}

/*--- TEMPLATES ---*/
.grilla_lunch .font__detalle, .contenedor__menu .font__detalle, .grilla_tortas .font__detalle, .contenedor__grilla .font__detalle {
  font-style: italic;
  font-weight: 700;
}

.contenedor__adicional .enfasis, .contenedor__adicionales .enfasis {
  color: #758E4F;
  font-weight: 900;
}

.contenedor__menu .titulo__menu h2 .enfasis {
  color: #bc8034;
  font-weight: 900;
}

.contenedor__box .enfasis {
  font-weight: 900;
}

/*--- MIXINS ---*/
/*--- SOMBRAS ---*/
/*--- ALINEACIONES Y JUSTIFICACIONES ---*/
/*--- H1 PAGES / SECCIONES ---*/
/*--- TEXTOS SOBRE FONDOS ALTERNATIVOS ---*/
/*--- MIXINS MEDIA QUERIES / RESPONSIVE ---*/
/*---KEYFRAMES ---*/
@keyframes rebotarLugar {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%) translateY(15%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes rebotarDesplazo {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(10%) translateY(70%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes subir {
  0% {
    transform: translateY(0%);
  }
  15% {
    transform: translateY(10%);
  }
  25% {
    transform: rotate(35deg);
  }
  50% {
    transform: rotate(-35deg);
  }
  75% {
    transform: translateY(-10%);
  }
  50% {
    transform: rotate(35deg);
  }
  25% {
    transform: rotate(-35deg);
  }
  15% {
    transform: translateY(-10%);
  }
  0% {
    transform: translateY(0%);
  }
}
@keyframes caminar {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(1000%);
  }
}
@keyframes caminarIzq {
  0% {
    transform: translateX(-1000%);
  }
  25% {
    transform: translateX(900%) rotate(360deg);
  }
  50% {
    transform: translateX(500%) rotate(-360deg);
  }
  75% {
    transform: translateX(900%) rotate(360deg);
  }
  100% {
    transform: translateX(3000%);
  }
}
@keyframes rotarDesplazoIzq {
  0% {
    transform: translateX(-1000%);
  }
  25% {
    transform: translateX(100%) rotate(360deg);
  }
  50% {
    transform: translateX(50%) rotate(-360deg);
  }
  100% {
    transform: translateX(0%) rotate(360deg);
  }
}
@keyframes rotarDesplazoDer {
  0% {
    transform: translateX(1000%);
  }
  25% {
    transform: translateX(-100%) rotate(-360deg);
  }
  50% {
    transform: translateX(-50%) rotate(360deg);
  }
  100% {
    transform: translateX(0%) rotate(-360deg);
  }
}
@keyframes ampliar {
  from {
    transform: translateX(20%) translateY(20%);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes cambio__borde {
  0% {
    -webkit-text-stroke-color: #bc8034;
  }
  50% {
    -webkit-text-stroke-color: #90323d;
  }
  100% {
    -webkit-text-stroke-color: #5e0b15;
  }
}
@keyframes cambio__color {
  0% {
    color: #d9cab3;
  }
  50% {
    color: #bc8034;
  }
  100% {
    color: #90323d;
    transform: scale(1.2);
  }
}
@keyframes cambio__tono {
  0% {
    color: #9A031E;
  }
  25% {
    color: #758E4F;
  }
  50% {
    color: #8c7a6b;
  }
  100% {
    color: #d9cab3;
    transform: scale(1.2);
  }
}
@keyframes cambiarUltraligth {
  from {
    color: rgba(255, 255, 255, 0);
  }
  to {
    color: #d9cab3;
  }
}
@keyframes cambiarTerciary {
  from {
    color: rgba(255, 255, 255, 0);
  }
  to {
    color: #bc8034;
  }
}
@keyframes sacudir__vertical {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateY(-8px);
  }
  20%, 40%, 60% {
    transform: translateY(8px);
  }
  80% {
    transform: translateY(6.4px);
  }
  90% {
    transform: translateY(-6.4px);
  }
}
@keyframes sacudir__horizontal {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}
@keyframes latido {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes rotar {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes aparecer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes escalar {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.15);
  }
}
/*--- RESET ---*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
  text-transform: bold;
  color: #d9cab3;
}

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

hr {
  border: solid 1.5px #5e0b15;
  border-radius: 0.3rem;
  width: 95%;
  margin: 3rem auto;
  z-index: 2;
}

/*--- BODY ---*/
body {
  background-color: #ffffff;
  min-width: 350px;
  max-width: 1980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/*--- MAIN ---*/
main {
  background-color: #ffffff;
  min-width: 350px;
  max-width: 1980px;
  margin: 0 auto;
}
main .contenedor_main {
  min-width: 350px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-items: center;
}

/*--- CLASES QUE SE REUTILIZAN EN LAS DIFERENTES PAGES ---*/
/*--- elementos no infinitos ---*/
.contenedor {
  min-width: 350px;
  max-width: 1200px;
  margin: 0 auto;
}

.parrafo {
  padding: 1rem 2rem;
}
@media (min-width: 1000px) {
  .parrafo {
    padding: 0;
  }
}
.parrafo h2 {
  padding: 0 1rem;
  margin-bottom: 0;
  color: #bc8034;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 2.1rem;
  text-align: center;
}
.parrafo h3 {
  margin-bottom: 0;
  color: #5e0b15;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: left;
}
.parrafo h4 {
  padding: 0.1rem;
  margin-bottom: 0;
  color: #8c7a6b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
}
.parrafo h4 .destacado {
  font-weight: var(--font-weight);
  font-style: var(--font-style);
  color: var(--color);
}
.parrafo h5 {
  margin-bottom: 0;
  color: #90323d;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}

/*--- HEADER INDEX ---*/
.header_wrapper {
  background-image: url(../imagenes/images_index/portada/portada_index.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: linear-gradient(#5e0b15 1%, rgba(207, 164, 169, 0) 99%), url(../imagenes/images_index/portada/portada_index.webp);
  width: 100%;
  max-height: 900px;
  padding-top: 2rem;
  border-radius: 0 0 15% 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  overflow: hidden;
  object-fit: cover;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

/*--- HEADER PAGES / SECCIONES ---*/
.header_seccion, .header_gourmet {
  background-color: #5e0b15;
  width: 100%;
  max-height: 240px;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
}

.contenedor__seccion, .contenedor__gourmet {
  background-color: #ffffff;
  width: 100%;
  height: 350px;
  padding: 2rem 2rem 0 2rem;
  color: #5e0b15;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*--- ÍCONO DE SECCIONES ---*/
}
.contenedor__seccion h1, .contenedor__gourmet h1 {
  padding-top: 2rem;
  margin: 0;
  color: #5e0b15;
  text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0, 0, 0, 0.15);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-align: center;
}
.contenedor__seccion h2, .contenedor__gourmet h2 {
  padding-top: 2rem;
  color: #5e0b15;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}
.contenedor__seccion h3, .contenedor__gourmet h3 {
  color: #90323d;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.8rem;
}
.contenedor__seccion img, .contenedor__gourmet img {
  width: 50px;
}
.contenedor__seccion .icon, .contenedor__gourmet .icon {
  width: 80px;
  margin-top: 1rem;
}
.contenedor__seccion .animation__icon, .contenedor__gourmet .animation__icon {
  animation: rebotarLugar 1s infinite alternate ease-in-out;
}
.contenedor__seccion .animation__icon:hover, .contenedor__gourmet .animation__icon:hover {
  animation: sacudir__horizontal 1.2s infinite alternate ease-in-out;
}

/*--- DESCRIPCION DE CADA UNA DE LAS PAGES / SECCIONES ---*/
.descripcion__seccion, .descripcion__gourmet {
  background-color: #ffffff;
  max-width: 1200px;
  height: 280px;
  padding: 0 2rem 2rem 2rem;
  line-height: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.descripcion__seccion h3, .descripcion__gourmet h3 {
  color: #90323d;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.8rem;
}
.descripcion__seccion h4, .descripcion__gourmet h4 {
  color: #bc8034;
  font-size: 1.3rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3rem;
  text-align: center;
}

/*--- HEADER PAGES / SECCIONES VERSIÓN GOURMET ---*/
.header_gourmet {
  background-color: #9A031E;
}

.contenedor__gourmet h1 {
  color: #9A031E;
}
.contenedor__gourmet h2 {
  padding-top: 2rem;
  color: #9A031E;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}
.contenedor__gourmet h3 {
  color: #758E4F;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.8rem;
}
.contenedor__gourmet img {
  width: 50px;
}

/*--- DESCRIPCION PAGES / SECCIONES VERSIÓN GOURMET ---*/
.descripcion__gourmet h3 {
  color: #9A031E;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.8rem;
}
.descripcion__gourmet h4 {
  color: #758E4F;
  font-size: 1.3rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3rem;
  text-align: center;
}

/*--- HEADER > LOGO > NAV ---*/
header {
  max-width: 1980px;
  margin: 0 auto;
  z-index: 1;
  /*--- LOGO ---*/
  /*--- LOGO | VERSIÓN GOURMET ---*/
  /*--- NAV ---*/
  /*--- ÍTEMS DE LA NAV ---*/
  /*--- LINKS DE LA NAV ---*/
  /*--- NAV > MENU DESPLEGABLE ---*/
  /*--- ÍTEMS DEL MENÚ DESPLEGABLE ---*/
  /*--- NAV VERSIÓN GOURMET ---*/
}
header .logo {
  max-width: 60%;
  transition: 1s ease;
}
header .logo:hover {
  transition: 1.6s ease-in-out;
  transform: rotate(360deg);
}
@media (min-width: 1000px) {
  header .logo_gourmet {
    margin-top: 0.5rem;
  }
}
header .navbar-nav, header .navbar-nav-gourmet, header .navbar-seccion {
  background: #5e0b15;
  background: radial-gradient(circle, rgb(94, 11, 21) 0%, rgba(94, 11, 21, 0.7287289916) 100%);
  box-shadow: 0px 10px 10px -5px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  border-radius: 0 0 15% 50%;
  padding: 2rem;
  margin-top: 2rem;
  gap: 1rem;
}
@media (min-width: 1000px) {
  header .navbar-nav, header .navbar-nav-gourmet, header .navbar-seccion {
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    margin-top: 0;
  }
}
header .navbar-seccion {
  background-color: #5e0b15;
}
header .navbar, header .container {
  padding: 1rem 2rem;
}
header .navbar-toggler-icon {
  color: #d9cab3;
}
header .nav-item, header .navbar-nav-gourmet .nav-item-gourmet {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-right: 0.5rem;
  gap: 1rem;
  color: #8c7a6b;
  font-size: 1rem;
  text-align: right;
}
@media (min-width: 1000px) {
  header .nav-item, header .navbar-nav-gourmet .nav-item-gourmet {
    text-align: left;
  }
}
header .nav-link, header .navbar-nav-gourmet .nav-link-gourmet {
  background-color: rgba(0, 0, 0, 0);
  color: #d9cab3;
  font-size: 1rem;
  font-weight: 700;
  transition: color font-size font-weight 0.4s ease-in-out;
}
header .nav-link:hover, header .navbar-nav-gourmet .nav-link-gourmet:hover {
  color: #bc8034;
  font-weight: 900;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6117647059);
  transition: color font-size font-weight 0.1s ease-in-out;
}
header .navbar .a, header .container .a {
  color: #8c7a6b;
}
header .navbar-toggler {
  color: #8c7a6b;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  transition: color 0.4s ease-in-out;
}
header [data-bs-theme=dark] {
  --bs-body-bg: none;
  --bs-border-color-translucent: none;
}
header .dropdown-menu {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50% 20%/10% 40%;
  transition: background-color 0.6s ease-in-out;
  position: static;
}
@media (min-width: 1000px) {
  header .dropdown-menu {
    background-color: #5e0b15;
    box-shadow: 0px 5px 5px -5px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    border-radius: 5% 10% 40% 5%;
    width: 250px;
    padding: 2rem;
    position: absolute;
  }
}
header .dropdown-menu:hover {
  color: #bc8034;
  transition: background-color 1s ease-in-out;
}
header .dropdown-item {
  color: #8c7a6b;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  transition: color font-size font-weight 0.6s ease-in-out;
}
@media (min-width: 1000px) {
  header .dropdown-item {
    padding: 0 1rem 0 0;
    text-align: left;
  }
}
header .dropdown-item:focus,
header .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50% 20%/10% 40%;
  color: #bc8034;
  text-shadow: 1px 1px 1px #000000;
  font-style: italic;
  font-weight: 900;
  transition: color font-style font-weight text-shadow 1s ease-in-out;
}
header .navbar-nav-gourmet {
  background: #9A031E;
  padding: 2rem 0;
  /*--- LINKS DE LA NAV | VERSIÓN GOURMET ---*/
  /*--- ÍTEMS DE LA NAV | VERSIÓN GOURMET ---*/
  /*--- ITEMS DEL MENÚ DESPLEGABLE | VERSIÓN GOURMET ---*/
}
header .navbar-nav-gourmet ul {
  padding-right: 1rem;
  text-align: right;
}
@media (min-width: 1000px) {
  header .navbar-nav-gourmet {
    display: flex;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    margin-top: 0;
  }
  header .navbar-nav-gourmet ul {
    text-align: left;
  }
}
header .navbar-nav-gourmet .nav-link-gourmet:hover {
  color: #d9cab3;
}
header .navbar-nav-gourmet .nav-item-gourmet {
  padding: 1rem 2rem;
}
@media (min-width: 1000px) {
  header .navbar-nav-gourmet .nav-item-gourmet {
    padding: 0 1rem;
  }
}
header .navbar-nav-gourmet .dropdown-item-gourmet {
  color: #8c7a6b;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  transition: color font-size font-weight 0.6s ease-in-out;
}
@media (min-width: 1000px) {
  header .navbar-nav-gourmet .dropdown-item-gourmet {
    padding: 0 1rem 0 0;
  }
}
header .navbar-nav-gourmet .dropdown-item-gourmet:focus,
header .navbar-nav-gourmet .dropdown-item-gourmet:hover {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50% 20%/10% 40%;
  color: #d9cab3;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6117647059);
  font-style: italic;
  font-weight: 900;
  transition: color font-style font-weight text-shadow 1s ease-in-out;
}

/*--- BOTONES ---*/
.boton_outline h4 {
  color: #8c7a6b;
  text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.747), -1px -1px 3px rgba(0, 0, 0, 0.638);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  text-align: center;
  background: transparent;
  padding: 1rem 1.3rem;
  margin-bottom: 0;
  border: 0.1rem;
  border-radius: 10px 100px/120px;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5803921569), -25px 10px 15px 5px rgba(0, 0, 0, 0);
  transition: background-color color 0.4s ease-in-out;
}
.boton_outline h4:hover {
  background: #8c7a6b;
  box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.4431372549);
  box-shadow: inset 2px -2px 2px 2px rgba(0, 0, 0, 0.1843137255);
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 1.5px 1.5px 1.8px rgba(255, 255, 255, 0.452);
  transition: background-color color 0.8s ease-in-out;
}

.boton {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #d9cab3;
  border-radius: 10px 100px/120px;
  box-shadow: 1.5px 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5);
  transition: background-color shadow 0.2s ease-in-out;
}
.boton h4 {
  margin-bottom: 0;
  color: #8c7a6b;
  text-shadow: -1px 1px 1.5px #ffffff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  text-align: center;
  transition: color text-shadow 0.2s ease-in-out;
}
.boton:hover {
  background-color: #5e0b15;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3843137255);
  box-shadow: inset 1.5px 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5);
  transition: background-color color text-shadow 0.6s ease-in-out;
  animation: sacudir__vertical 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.boton:hover h4 {
  color: #d9cab3;
  text-shadow: 1px 1px 2px #000000;
}

/*--- CAROUSEL ---*/
/*--- CAROUSEL INDEX ---*/
.carousel {
  width: 260px;
  height: 300px;
  border-radius: 6rem 1rem;
  border-top: solid 2px #8c7a6b;
  border-bottom: double 4px #5e0b15;
  padding: 0.5rem;
  margin: 0 auto;
  object-fit: cover;
  overflow: hidden;
  animation: aparecer 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 768px) {
  .carousel {
    width: 280px;
    height: 380px;
  }
}
.carousel .carousel-item {
  width: 100%;
  height: 100%;
  border-radius: 6rem 1rem;
  object-fit: cover;
  overflow: hidden;
  filter: sepia(50%), contrast(80%);
  animation: aparecer 2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/*--- CAROUSEL PAGE / SECCIÓN SOBRE MÍ ---*/
.carousel__sobre, .carousel__lunch {
  width: 320px;
  height: 220px;
  border-radius: 1rem;
  border-top: dotted 6px #bc8034;
  border-bottom: solid 10px #5e0b15;
  padding: 1rem 0 0 0;
  margin: 4rem auto;
  object-fit: cover;
  overflow: hidden;
  animation: aparecer 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 480px) {
  .carousel__sobre, .carousel__lunch {
    width: 400px;
    height: 250px;
  }
}
@media (min-width: 620px) {
  .carousel__sobre, .carousel__lunch {
    width: 460px;
    height: 250px;
  }
}
@media (min-width: 768px) {
  .carousel__sobre, .carousel__lunch {
    width: 500px;
    height: 340px;
  }
}
@media (min-width: 1024px) {
  .carousel__sobre, .carousel__lunch {
    width: 560px;
    height: 380px;
  }
}
.carousel__sobre .carousel-item, .carousel__lunch .carousel-item {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
  overflow: hidden;
  filter: sepia(50%), contrast(30%);
  animation: aparecer 2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/*--- CAROUSEL PAGE / SUBSECCIÓN SERVICIO DE LUNCH ---*/
.carousel__lunch {
  width: 280px;
  height: 200px;
  border-radius: 10% 40%/50% 20%;
  border-top: none;
  border-bottom: double 10px #758E4F;
}
@media (min-width: 420px) {
  .carousel__lunch {
    width: 320px;
    height: 230px;
  }
}
@media (min-width: 480px) {
  .carousel__lunch {
    width: 420px;
    height: 280px;
  }
}
@media (min-width: 620px) {
  .carousel__lunch {
    width: 560px;
    height: 320px;
  }
}
@media (min-width: 768px) {
  .carousel__lunch {
    width: 600px;
    height: 380px;
  }
}
@media (min-width: 820px) {
  .carousel__lunch {
    width: 650px;
    height: 460px;
  }
}
@media (min-width: 1024px) {
  .carousel__lunch {
    width: 620px;
    height: 400px;
    position: absolute;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;
    grid-column: 1 span 4;
    grid-area: 4/5;
  }
}
@media (min-width: 1200px) {
  .carousel__lunch {
    width: 640px;
    height: 420px;
  }
}

/*--- FORMULARIO ---*/
form {
  min-width: 350px;
  max-width: 1200px;
  padding: 2rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  align-items: center;
  gap: 1rem;
  /*--- TEXTAREA ---*/
  /*--- INPUTS ---*/
}
form div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1000px) {
  form {
    width: 1000px;
    padding: 1.5rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 40px 40px 300px 55px;
    text-align: center;
    align-items: start;
    justify-content: center;
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  form {
    width: 1200px;
    padding: 1rem;
  }
}
form .text-content, form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
  width: 300px;
  height: 330px;
  padding: 1rem;
  margin: 0 auto;
  border: 0;
  border-radius: 0.15rem;
  box-shadow: inset 1.1px 1.1px 1.1px 1.1px rgba(0, 0, 0, 0.5);
  color: #8c7a6b;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  overflow: hidden;
}
form .text-content:focus, form #nombre-usuario:focus, form #asunto-usuario:focus, form #localidad-usuario:focus, form #email-usuario:focus {
  cursor: text;
  outline: 2px solid #bc8034;
}
@media (min-width: 480px) {
  form .text-content, form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
    width: 400px;
  }
}
@media (min-width: 620px) {
  form .text-content, form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
    width: 450px;
  }
}
@media (min-width: 768px) {
  form .text-content, form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
    width: 650px;
  }
}
@media (min-width: 1000px) {
  form .text-content, form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
    max-width: 380px;
    height: 300px;
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (min-width: 1200px) {
  form .text-content, form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
    max-width: 450px;
    height: 300px;
  }
}
form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
  height: 35px;
  font-size: 0.8rem;
  font-weight: 900;
}
@media (min-width: 480px) {
  form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
    width: 400px;
  }
}
@media (min-width: 620px) {
  form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
    width: 450px;
  }
}
@media (min-width: 768px) {
  form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
    width: 650px;
  }
}
@media (min-width: 1000px) {
  form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
    max-width: 380px;
    height: 40px;
    justify-self: center;
    grid-column: 1/2;
    grid-area: 1/2;
  }
}
@media (min-width: 1200px) {
  form #nombre-usuario, form #asunto-usuario, form #localidad-usuario, form #email-usuario {
    max-width: 450px;
  }
}
@media (min-width: 1000px) {
  form #email-usuario {
    height: 40px;
    grid-column: 2/3;
    grid-area: 1/2;
  }
}
@media (min-width: 1000px) {
  form #localidad-usuario {
    height: 40px;
    grid-column: 1/2;
    grid-area: 2/3;
  }
}
@media (min-width: 1000px) {
  form #asunto-usuario {
    height: 40px;
    grid-column: 2/3;
    grid-area: 2/3;
  }
}

/*--- FOOTER ---*/
footer {
  background-color: #ffffff;
  padding: 4rem 0 6rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*--- ÍCONOS DEL FOOTER ---*/
  /*--- REDES SOCIALES DEL FOOTER ---*/
}
@media (min-width: 1000px) {
  footer .contenedor__footer {
    max-width: 980px;
    height: 200px;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    align-items: first baseline;
    justify-content: space-evenly;
    gap: 4rem;
  }
}
@media (min-width: 1200px) {
  footer .contenedor__footer {
    max-width: 1024px;
    height: 200px;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    align-items: first baseline;
    justify-content: space-evenly;
    gap: 6rem;
  }
}
footer h2 {
  padding-bottom: 0.2rem;
  color: #bc8034;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 0.4rem;
  text-align: center;
}
footer h3 {
  color: #90323d;
  font-style: italic;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 0.5rem;
  text-align: center;
}
footer ul {
  padding: 0.8rem 0;
  justify-self: center;
}
footer li {
  padding: 0.6rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  align-items: center;
  justify-content: center;
}
footer .icon {
  width: 1.8em;
  height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .contenedor__redes {
  width: 100%;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .contenedor__redes ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
footer .contenedor__redes ul .ired {
  width: 2.8em;
  transition: 0.4s ease-in-out;
}
footer .contenedor__redes ul .ired:hover {
  transition: 0.8s ease-in-out;
  transform: rotate(360deg);
}

/*--- FOOTER VERSIÓN GOURMET ---*/
.footer__color h2 {
  color: #758E4F;
}
.footer__color h3 {
  color: #9A031E;
}

/*--- HEADER > H1 / INDEX ---*/
.contenedor__h1 {
  background: radial-gradient(#5e0b15, rgba(94, 11, 21, 0.2823529412));
  border-radius: 5% 5% 15% 5%;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  min-width: 350px;
  padding: 2rem;
  margin: 8rem auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  text-align: center;
  line-height: 0.2;
}
@media (min-width: 1000px) {
  .contenedor__h1 {
    width: 600px;
    border-radius: 5% 5% 20% 5%;
  }
}
@media (min-width: 1200px) {
  .contenedor__h1 {
    width: 800px;
    border-radius: 5% 5% 25% 5%;
  }
}
.contenedor__h1 h1 {
  font-family: "Corinthia", cursive;
  font-size: 4.6rem;
  color: #d9cab3;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  line-height: 0.7;
  animation: cambiarUltraligth 2s ease-in-out;
}
.contenedor__h1 h2 {
  font-family: "Corinthia", cursive;
  color: #bc8034;
  font-size: 2.6rem;
  font-weight: 700;
  text-shadow: 0 -1px 3px rgba(255, 255, 255, 0.3490196078), -2px -2px 1px rgba(255, 255, 255, 0.1), 2px 2px 2px rgba(0, 0, 0, 0.5);
  animation: cambiarTerciary 3s ease-in-out;
}
.contenedor__h1 h3 {
  color: #d9cab3;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: 900;
  animation: cambiarUltraligth 2s ease-in-out;
}

/*--- DESTACADO EN INDEX ---*/
.contenedor__destacado {
  min-width: 350px;
  padding: 4rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  line-height: 3rem;
  text-align: center;
}
@media (min-width: 1000px) {
  .contenedor__destacado {
    max-width: 768px;
  }
}
.contenedor__destacado h2 {
  color: #bc8034;
  font-size: 1.2rem;
  line-height: 2rem;
}
.contenedor__destacado h2 .destacado {
  font-weight: var(--font-weight);
  font-style: var(--font-style);
  color: var(--color);
}
.contenedor__destacado h3 {
  padding-bottom: 2rem;
  color: #90323d;
  font-size: 1.17rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5rem;
}

/*--- SECCIÓN PRODUCTOS / INDEX ---*/
.titulo__productos {
  padding: 4rem 2rem 0 2rem;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .titulo__productos {
    padding: 4rem 0 2rem 0;
  }
}
.titulo__productos h2 {
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-color: #5e0b15;
  -webkit-text-stroke-width: 1.5px;
  letter-spacing: 0.6rem;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}

.contenedor__productos {
  padding: 1rem 0 2rem 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
}
.contenedor__productos h4 {
  padding: 0;
  margin: 0;
}
.contenedor__productos ol, .contenedor__productos ul {
  background-color: #d9cab3;
  padding: 1rem;
  margin: 1rem;
}
@media (min-width: 1000px) {
  .contenedor__productos {
    max-width: 1000px;
    padding: 2rem 4rem 0 4rem;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 180px 450px 180px 450px;
    align-items: start;
    justify-content: center;
    gap: 3rem;
  }
  .contenedor__productos .parrafo__tortas {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .contenedor__productos .parrafo__tortas {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .contenedor__productos .parrafo__tortas {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 0 1rem 0 0;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .contenedor__productos .links__tortas {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .contenedor__productos .links__tortas {
    padding: 0 2rem 2rem 0;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .contenedor__productos .links__tortas {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (min-width: 1000px) {
  .contenedor__productos .parrafo__pasteleria {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .contenedor__productos .parrafo__pasteleria {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .contenedor__productos .parrafo__pasteleria {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 0.5rem 0 0.5rem;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .contenedor__productos .links__pasteleria {
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 2rem 0 0;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .contenedor__productos .links__pasteleria {
    padding: 0 2rem 2rem 0;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .contenedor__productos .links__pasteleria {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (min-width: 1000px) {
  .contenedor__productos .parrafo__dulce {
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .contenedor__productos .parrafo__dulce {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .contenedor__productos .parrafo__dulce {
    grid-column: 3/4;
    grid-row: 1/2;
    padding: 0 0.5rem 0 0.5rem;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .contenedor__productos .links__dulce {
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 0 2rem 0 2rem;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .contenedor__productos .links__dulce {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media (min-width: 1000px) {
  .contenedor__productos .parrafo__lunch {
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .contenedor__productos .parrafo__lunch {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .contenedor__productos .parrafo__lunch {
    grid-column: 4/5;
    grid-row: 1/2;
    padding: 0 0 0 1rem;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .contenedor__productos .links__lunch {
    grid-column: 2/3;
    grid-row: 4/5;
    padding: 0 2rem 0 2rem;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .contenedor__productos .links__lunch {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
@media (min-width: 1200px) {
  .contenedor__productos {
    max-width: 1200px;
    padding: 0 2rem 3rem 2rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 240px 500px;
    align-items: start;
    justify-content: center;
    gap: 2rem;
    text-align: justify;
    line-height: 1rem;
  }
  .contenedor__productos .parrafo h4 {
    padding: 0;
  }
}
.contenedor__productos .enlace__tortas {
  background-image: url(../imagenes/images_index/tarjetas/tortas_artesanales.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: contain;
  border-bottom-left-radius: 50%;
  overflow: hidden;
  width: 260px;
  min-height: 180px;
  padding: 0 0.5rem 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: end;
  align-content: end;
  align-items: end;
  justify-content: space-between;
  align-self: center;
}
@media (min-width: 420px) {
  .contenedor__productos .enlace__tortas {
    width: 330px;
  }
}
@media (min-width: 480px) {
  .contenedor__productos .enlace__tortas {
    width: 390px;
  }
}
@media (min-width: 520px) {
  .contenedor__productos .enlace__tortas {
    width: 430px;
  }
}
@media (min-width: 620px) {
  .contenedor__productos .enlace__tortas {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .contenedor__productos .enlace__tortas {
    width: 630px;
    min-height: 320px;
  }
}
@media (min-width: 820px) {
  .contenedor__productos .enlace__tortas {
    min-height: 320px;
  }
}
@media (min-width: 1000px) {
  .contenedor__productos .enlace__tortas {
    width: 100%;
    min-height: 280px;
    padding: 0 0.5rem 1rem 0;
    align-self: end;
  }
}
@media (min-width: 1200px) {
  .contenedor__productos .enlace__tortas {
    width: 100%;
    min-height: 210px;
    align-self: end;
  }
}
.contenedor__productos .enlace__pasteleria {
  background-image: url(../imagenes/images_index/tarjetas/pasteleria_creativa.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: cover;
  border-bottom-left-radius: 50%;
  overflow: hidden;
  width: 260px;
  min-height: 180px;
  padding: 0 0.5rem 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: end;
  align-items: end;
  justify-content: space-between;
  align-self: center;
}
@media (min-width: 420px) {
  .contenedor__productos .enlace__pasteleria {
    width: 330px;
  }
}
@media (min-width: 480px) {
  .contenedor__productos .enlace__pasteleria {
    width: 390px;
  }
}
@media (min-width: 520px) {
  .contenedor__productos .enlace__pasteleria {
    width: 430px;
  }
}
@media (min-width: 620px) {
  .contenedor__productos .enlace__pasteleria {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .contenedor__productos .enlace__pasteleria {
    width: 630px;
    min-height: 320px;
  }
}
@media (min-width: 820px) {
  .contenedor__productos .enlace__pasteleria {
    min-height: 320px;
  }
}
@media (min-width: 1000px) {
  .contenedor__productos .enlace__pasteleria {
    width: 100%;
    min-height: 280px;
    padding: 0 0.5rem 1rem 0;
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .contenedor__productos .enlace__pasteleria {
    width: 100%;
    min-height: 210px;
    align-self: end;
  }
}
.contenedor__productos .enlace__dulce {
  background-image: url(../imagenes/images_index/tarjetas/mesa_dulce.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 10% 25%;
  overflow: hidden;
  width: 260px;
  min-height: 280px;
  padding: 0 0 1rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  align-items: center;
  align-self: center;
}
@media (min-width: 420px) {
  .contenedor__productos .enlace__dulce {
    width: 330px;
  }
}
@media (min-width: 480px) {
  .contenedor__productos .enlace__dulce {
    width: 390px;
  }
}
@media (min-width: 520px) {
  .contenedor__productos .enlace__dulce {
    width: 430px;
  }
}
@media (min-width: 620px) {
  .contenedor__productos .enlace__dulce {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .contenedor__productos .enlace__dulce {
    width: 630px;
    min-height: 320px;
  }
}
@media (min-width: 820px) {
  .contenedor__productos .enlace__dulce {
    min-height: 320px;
  }
}
@media (min-width: 1000px) {
  .contenedor__productos .enlace__dulce {
    width: 100%;
    min-height: 350px;
    padding-top: 4.4rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-items: center;
    align-content: center;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .contenedor__productos .enlace__dulce {
    width: 100%;
    min-height: 280px;
    align-self: end;
  }
}
.contenedor__productos .enlace__lunch {
  background-image: url(../imagenes/images_index/tarjetas/servicio_lunch.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 10% 25%;
  overflow: hidden;
  width: 260px;
  min-height: 280px;
  padding: 0 0 1rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  align-items: center;
  align-self: center;
}
@media (min-width: 420px) {
  .contenedor__productos .enlace__lunch {
    width: 330px;
  }
}
@media (min-width: 480px) {
  .contenedor__productos .enlace__lunch {
    width: 390px;
  }
}
@media (min-width: 520px) {
  .contenedor__productos .enlace__lunch {
    width: 430px;
  }
}
@media (min-width: 620px) {
  .contenedor__productos .enlace__lunch {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .contenedor__productos .enlace__lunch {
    width: 630px;
    min-height: 320px;
  }
}
@media (min-width: 820px) {
  .contenedor__productos .enlace__lunch {
    min-height: 320px;
  }
}
@media (min-width: 1000px) {
  .contenedor__productos .enlace__lunch {
    width: 100%;
    min-height: 350px;
    padding-top: 4.4rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-items: center;
    align-content: center;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .contenedor__productos .enlace__lunch {
    width: 100%;
    min-height: 280px;
    align-self: end;
  }
}
.contenedor__productos .subtitulo {
  text-align: center;
}
.contenedor__productos .subtitulo h2 {
  margin: 0;
  font-family: "Corinthia", cursive;
  color: #bc8034;
  font-size: 2.3rem;
  font-style: italic;
  line-height: 1rem;
}
.contenedor__productos .subtitulo h3 {
  margin: 0;
  color: #90323d;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-shadow: 1px 1px 0 #7A7A7A;
}

/*--- BLOQUE PROMOCIÓN / INDEX ---*/
.contenedor__promo {
  background-color: #5e0b15;
  border-radius: 20% 0 15% 0;
  padding: 4rem;
  padding-bottom: 4rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
}
@media (min-width: 480px) {
  .contenedor__promo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 400px 200px;
    gap: 0.1rem;
    overflow: hidden;
    align-content: end;
    justify-items: center;
  }
}
@media (min-width: 520px) {
  .contenedor__promo {
    grid-template-rows: 400px 200px;
  }
}
@media (min-width: 620px) {
  .contenedor__promo {
    grid-template-rows: 400px 120px;
  }
}
@media (min-width: 768px) {
  .contenedor__promo {
    padding: 4rem;
    grid-template-rows: 400px 180px;
    gap: 1rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__promo {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20% 0 20% 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 450px;
    grid-template-areas: "promo lista fiesta consulta";
    gap: 2rem;
  }
}
.contenedor__promo ul h4 {
  padding: 1.5rem 0;
  margin-bottom: 0;
  color: #8c7a6b;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 900;
}
@media (min-width: 480px) {
  .contenedor__promo ul h4 {
    padding: 1.1rem 0;
  }
}
@media (min-width: 520px) {
  .contenedor__promo ul h4 {
    padding: 1.1rem 0;
  }
}
@media (min-width: 768px) {
  .contenedor__promo ul h4 {
    padding: 1.3rem 0;
  }
}
@media (min-width: 820px) {
  .contenedor__promo ul h4 {
    padding: 1.6rem 0;
  }
}
@media (min-width: 1000px) {
  .contenedor__promo ul h4 {
    padding: 0.1rem 0;
  }
}
@media (min-width: 1024px) {
  .contenedor__promo ul h4 {
    padding: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .contenedor__promo ul h4 {
    padding: 1rem 0;
  }
}
.contenedor__promo li h5 {
  padding: 0.73rem 0;
  margin-bottom: 0;
  color: #bc8034;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
}
@media (min-width: 620px) {
  .contenedor__promo li h5 {
    padding: 0.7rem 0;
  }
}
@media (min-width: 768px) {
  .contenedor__promo li h5 {
    padding: 0.4rem 0;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .contenedor__promo li h5 {
    padding: 0.6rem 0;
  }
}
.contenedor__promo .icono__promo {
  width: 120px;
  animation: rotar 4s alternate infinite ease-in-out;
}
@media (min-width: 480px) {
  .contenedor__promo .icono__promo {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: start;
    justify-self: center;
    animation: none;
  }
}
@media (min-width: 520px) {
  .contenedor__promo .icono__promo {
    padding-bottom: 2rem;
    animation: rotar 4s alternate infinite ease-in-out;
  }
}
@media (min-width: 620px) {
  .contenedor__promo .icono__promo {
    width: 180px;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .contenedor__promo .icono__promo {
    width: 160px;
    padding: 1rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__promo .icono__promo {
    grid-area: promo;
    align-self: start;
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .contenedor__promo .icono__promo {
    grid-area: promo;
    align-self: start;
    max-width: 190px;
    padding-top: 1rem;
  }
}
.contenedor__promo .promo {
  gap: 2rem;
}
@media (min-width: 480px) {
  .contenedor__promo .promo {
    align-self: end;
  }
}
.contenedor__promo .promo h2 {
  color: #bc8034;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-weight: 900;
  line-height: 3.5rem;
  text-align: center;
}
@media (min-width: 480px) {
  .contenedor__promo .promo h2 {
    line-height: 2rem;
    align-self: center;
    justify-self: end;
  }
}
@media (min-width: 520px) {
  .contenedor__promo .promo h2 {
    line-height: 2rem;
    align-self: start;
    justify-self: end;
  }
}
@media (min-width: 768px) {
  .contenedor__promo .promo h2 {
    font-size: 2.5rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__promo .promo h2 {
    line-height: 2.2rem;
  }
}
.contenedor__promo .promo h4 {
  padding: 1rem;
  color: #d9cab3;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
  font-style: italic;
  text-align: center;
  animation: cambio__color 1s infinite alternate ease-in-out;
}
@media (min-width: 480px) {
  .contenedor__promo .promo h4 {
    padding: 0;
    margin: 0;
    align-self: center;
    justify-self: end;
  }
}
@media (min-width: 768px) {
  .contenedor__promo .promo h4 {
    padding-top: 0;
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .contenedor__promo .promo h4 {
    padding-bottom: 0.7rem;
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
.contenedor__promo .promo .resaltar h3 {
  padding: 0;
  margin: 0;
  align-self: start;
  justify-self: end;
  color: #8c7a6b;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  font-family: "Corinthia", cursive;
  font-size: 5.5rem;
  font-weight: 800;
  line-height: 3rem;
  text-align: center;
}
@media (min-width: 480px) {
  .contenedor__promo .promo .resaltar h3 {
    font-size: 4.3rem;
    line-height: 0.8rem;
  }
}
@media (min-width: 768px) {
  .contenedor__promo .promo .resaltar h3 {
    font-size: 7rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__promo .promo .resaltar h3 {
    font-size: 5rem;
    line-height: 1rem;
  }
}
@media (min-width: 480px) {
  .contenedor__promo .promo {
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-items: center;
    align-content: center;
    align-self: end;
    text-align: center;
    gap: 1.8rem;
  }
}
.contenedor__promo .promo__lista {
  display: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 480px) {
  .contenedor__promo .promo__lista {
    display: block;
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: start;
  }
}
@media (min-width: 1000px) {
  .contenedor__promo .promo__lista {
    grid-area: lista;
    align-self: center;
  }
}
.contenedor__promo .promo__detalle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 480px) {
  .contenedor__promo .promo__detalle {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-content: center;
    align-items: center;
    align-self: end;
  }
}
@media (min-width: 1000px) {
  .contenedor__promo .promo__detalle {
    grid-area: fiesta;
    align-self: start;
    gap: 1rem;
  }
}
.contenedor__promo .promo__detalle h2 {
  padding: 0;
  margin: 0;
  color: #bc8034;
  text-shadow: 1px 1px 1.5px rgba(255, 255, 255, 0.651);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.22rem;
  line-height: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  animation: cambio__color 1s infinite alternate ease-in-out;
}
@media (min-width: 768px) {
  .contenedor__promo .promo__detalle h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__promo .promo__detalle h2 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.contenedor__promo .promo__detalle h3 {
  padding: 0;
  margin: 0;
  color: #d9cab3;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.22rem;
  line-height: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contenedor__promo .promo__detalle h3 {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__promo .promo__detalle h3 {
    line-height: 2rem;
  }
}
.contenedor__promo .ornamentos {
  display: none;
}
@media (min-width: 1000px) {
  .contenedor__promo .ornamentos {
    display: block;
    grid-area: consulta;
    align-self: start;
  }
}
@media (min-width: 480px) {
  .contenedor__promo .consultame {
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: end;
    justify-self: center;
  }
}
@media (min-width: 620px) {
  .contenedor__promo .consultame {
    padding: 1rem 1rem;
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .contenedor__promo .consultame {
    padding: 1rem 1rem;
    align-self: flex-end;
  }
}
@media (min-width: 1000px) {
  .contenedor__promo .consultame {
    grid-area: fiesta;
    align-self: end;
  }
}
@media (min-width: 1200px) {
  .contenedor__promo .consultame {
    padding: 1rem 1rem;
    grid-area: fiesta;
    align-self: flex-end;
  }
}
.contenedor__promo .consultame h4 {
  padding: 0.8rem 0.3rem;
  margin: 0;
  border: solid 0.2rem #d9cab3;
  border-radius: 0.3rem;
  box-shadow: 1.5px 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5);
  color: #d9cab3;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  text-align: center;
  transition: border color font-weight 0.8s ease-in-out;
}
.contenedor__promo .consultame h4:hover {
  border: solid 0.2rem #bc8034;
  border-radius: 0.3rem;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #bc8034;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  transition: border color font-weight 1.2s ease-in-out;
  animation: latido 1.5s ease-in-out infinite both;
}
@media (min-width: 620px) {
  .contenedor__promo .consultame h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .contenedor__promo .consultame h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__promo .consultame h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .contenedor__promo .consultame h4 {
    font-size: 1.5rem;
  }
}

/*--- SECTOR ENVÍOS / INDEX ---*/
.contenedor__envios {
  background-color: #8c7a6b;
  border-radius: 0 15% 0 20%;
  padding: 4rem 5rem;
  color: #90323d;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 150px 80px 50px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: 1rem;
}
@media (min-width: 620px) {
  .contenedor__envios {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .contenedor__envios {
    grid-template-rows: 220px 140px 80px;
    padding: 5rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__envios {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 250px;
    grid-template-areas: "icono pedido comprar icono2 consulta";
    padding: 4rem;
    margin: 0 auto;
    gap: 2rem;
  }
}
.contenedor__envios img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: contain;
  overflow: hidden;
}
.contenedor__envios .envios {
  grid-column: 1/2;
  grid-row: 1/2;
  line-height: 0.1rem;
}
@media (min-width: 1000px) {
  .contenedor__envios .envios {
    grid-area: pedido;
    align-self: end;
  }
}
.contenedor__envios .envios h2 {
  padding: 0;
  margin: 0;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-color: #5e0b15;
  -webkit-text-stroke-width: 2px;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
  line-height: 2.2rem;
  animation: cambio__borde 2s infinite alternate ease-in-out;
}
@media (min-width: 768px) {
  .contenedor__envios .envios h2 {
    font-size: 3rem;
    letter-spacing: 0.5rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__envios .envios h2 {
    padding-bottom: 0.5rem;
    font-size: 3rem;
    letter-spacing: 0.3rem;
    line-height: 2.8rem;
  }
}
.contenedor__envios .envios h3 {
  padding: 0;
  margin: 0;
  color: #90323d;
  text-shadow: 1px 1px 1.5px rgba(255, 255, 255, 0.651);
  font-size: 1.4rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .contenedor__envios .envios h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__envios .envios h3 {
    padding-top: 0.5rem;
    font-size: 1.75rem;
  }
}
.contenedor__envios .envios h4 {
  padding: 0;
  margin: 0;
  color: #5e0b15;
  font-size: 1.05rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2rem;
}
@media (min-width: 768px) {
  .contenedor__envios .envios h4 {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    line-height: 2rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__envios .envios h4 {
    padding-top: 1rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 2rem;
  }
}
.contenedor__envios .icono__envios {
  width: 80%;
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: center;
  animation: sacudir__vertical 4s infinite alternate ease-in-out;
}
@media (min-width: 420px) {
  .contenedor__envios .icono__envios {
    width: 70%;
    margin-top: 2rem;
  }
}
@media (min-width: 520px) {
  .contenedor__envios .icono__envios {
    width: 50%;
    margin-top: 2rem;
  }
}
@media (min-width: 620px) {
  .contenedor__envios .icono__envios {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .contenedor__envios .icono__envios {
    width: 60%;
    margin-top: 4rem;
  }
}
@media (min-width: 820px) {
  .contenedor__envios .icono__envios {
    width: 50%;
    margin-top: 4rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__envios .icono__envios {
    width: 68%;
    margin-top: 0;
    grid-area: icono;
    align-self: start;
    animation: sacudir__horizontal 4s infinite alternate ease-in-out;
  }
}
@media (min-width: 1200px) {
  .contenedor__envios .icono__envios {
    width: 90%;
  }
}
.contenedor__envios .icono__comprar {
  display: none;
}
@media (min-width: 1000px) {
  .contenedor__envios .icono__comprar {
    display: block;
    width: 70%;
    margin-bottom: 8rem;
    grid-area: comprar;
    align-self: end;
    justify-self: start;
    animation: rebotarDesplazo 1.2s infinite alternate ease-in-out;
  }
}
.contenedor__envios .comprar {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media (min-width: 1000px) {
  .contenedor__envios .comprar {
    grid-area: comprar;
    align-self: end;
  }
}
.contenedor__envios .comprar h5 {
  background-color: #5e0b15;
  border-radius: 0.3rem;
  box-shadow: -5px 0px 6px -2px rgba(0, 0, 0, 0.5215686275), 5px 0px 6px -2px rgba(0, 0, 0, 0.5215686275);
  padding: 1.2rem 0.5rem;
  margin: 0;
  color: #8c7a6b;
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
  transition: background-color color font-size font-weight 0.8s ease-in-out;
}
@media (min-width: 480px) {
  .contenedor__envios .comprar h5 {
    padding: 1.5rem 0.8rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 520px) {
  .contenedor__envios .comprar h5 {
    padding: 1.5rem 1.8rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 620px) {
  .contenedor__envios .comprar h5 {
    padding: 1.5rem 2rem;
    font-size: 2rem;
  }
}
@media (min-width: 820px) {
  .contenedor__envios .comprar h5 {
    padding: 1.8rem 2.2rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__envios .comprar h5 {
    padding: 1.2rem 0.5rem;
    font-size: 1.2rem;
  }
}
.contenedor__envios .comprar h5:hover {
  background-color: #d9cab3;
  border-radius: 0.3rem;
  color: #bc8034;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.425);
  box-shadow: none;
  transition: background-color color font-size font-weight 0.8s ease-in-out;
  animation: latido 1.5s ease-in-out infinite both;
}
.contenedor__envios .icono__sobre {
  display: none;
}
@media (min-width: 1000px) {
  .contenedor__envios .icono__sobre {
    display: block;
    width: 50%;
    padding-bottom: 0;
    grid-area: consulta;
    align-self: center;
    justify-self: center;
    transition: width 0.2s ease-in-out;
  }
  .contenedor__envios .icono__sobre:hover {
    transition: width 0.6s ease-in-out;
    transform: rotateX(180deg);
  }
}
.contenedor__envios .icono__consulta {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 80%;
  justify-self: center;
  transition: 0.2s ease-in-out;
}
.contenedor__envios .icono__consulta:hover {
  transition: 0.4s ease-in-out;
  transform: rotate(360deg);
}
@media (min-width: 480px) {
  .contenedor__envios .icono__consulta {
    width: 70%;
  }
}
@media (min-width: 520px) {
  .contenedor__envios .icono__consulta {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .contenedor__envios .icono__consulta {
    width: 70%;
    padding-top: 2rem;
  }
}
@media (min-width: 820px) {
  .contenedor__envios .icono__consulta {
    width: 70%;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__envios .icono__consulta {
    grid-area: icono2;
    width: 80%;
    padding: 0;
    align-self: end;
    justify-self: end;
  }
}
.contenedor__envios .consulta {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media (min-width: 768px) {
  .contenedor__envios .consulta {
    padding: 0.8rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__envios .consulta {
    grid-area: consulta;
    align-self: flex-end;
    padding: 0;
  }
}
.contenedor__envios .consulta h5 {
  background-color: #5e0b15;
  border-radius: 0.3rem;
  box-shadow: 0px 8px 10px -7px #000000;
  padding: 0.5rem;
  margin: 0;
  color: #8c7a6b;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  transition: background-color color font-weight 0.6s ease-in-out;
}
@media (min-width: 480px) {
  .contenedor__envios .consulta h5 {
    font-size: 1rem;
    padding: 0.8rem;
  }
}
@media (min-width: 768px) {
  .contenedor__envios .consulta h5 {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__envios .consulta h5 {
    font-size: 1rem;
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .contenedor__envios .consulta h5 {
    font-size: 1rem;
    padding: 1rem;
  }
}
.contenedor__envios .consulta h5:hover {
  background-color: #d9cab3;
  border-radius: 0.3rem;
  box-shadow: none;
  color: #8c7a6b;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.37);
  font-weight: 900;
  transition: background-color color font-weight 1s ease-in-out;
}

/*--- PAGE / SECCIÓN SOBRE MÍ ---*/
.contenedor__grilla {
  min-width: 350px;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  /*--- IMÁGENES GENERAL / SECCIÓN SOBRE MÍ ---*/
}
.contenedor__grilla .parrafo {
  padding: 2rem 1rem 0 1rem;
}
@media (min-width: 1200px) {
  .contenedor__grilla .parrafo {
    padding: 0 1rem 0 1rem;
  }
}
.contenedor__grilla .parrafo__sobremi {
  padding: 1rem;
  margin-bottom: 0;
}
.contenedor__grilla .parrafo__sobremi h4 {
  color: #90323d;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.7rem;
}
@media (min-width: 480px) {
  .contenedor__grilla {
    min-width: 480px;
    padding: 2rem 2rem 0 2rem;
  }
}
@media (min-width: 620px) {
  .contenedor__grilla {
    min-width: 620px;
    padding: 3rem 3rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .contenedor__grilla {
    min-width: 768px;
    padding: 4rem 4rem 0 4rem;
  }
}
@media (min-width: 820px) {
  .contenedor__grilla {
    min-width: 820px;
    padding: 4rem 6rem 0 6rem;
  }
}
@media (min-width: 1000px) {
  .contenedor__grilla {
    min-width: 1000px;
    padding: 4rem 8rem 0 8rem;
  }
}
@media (min-width: 1024px) {
  .contenedor__grilla {
    min-width: 1024px;
    padding: 4rem 10rem 0 10rem;
  }
}
@media (min-width: 1200px) {
  .contenedor__grilla {
    min-width: 1200px;
    padding: 4rem 1rem 1rem 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 920px 880px 880px;
    justify-content: center;
    align-items: start;
    /*--- TEXTOS / SECCIÓN SOBRE MÍ ---*/
  }
  .contenedor__grilla .izquierda h4 {
    padding: 0 1.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    text-align: left;
  }
  .contenedor__grilla .der h4 {
    text-align: right;
    border-right: 2mm dotted #bc8034;
    padding: 0 1.5rem;
  }
  .contenedor__grilla .izq h4 {
    text-align: left;
    border-left: 2mm dotted #bc8034;
    padding: 0 1.5rem;
  }
}
.contenedor__grilla .subtitulo__sobremi {
  padding: 1rem;
  text-align: left;
}
@media (min-width: 1200px) {
  .contenedor__grilla .subtitulo__sobremi {
    padding: 0 2rem;
    align-self: start;
    justify-self: center;
  }
}
.contenedor__grilla .subtitulo__sobremi h2 {
  padding-top: 2rem;
  margin-bottom: 0;
  color: #5e0b15;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.6rem;
}
@media (min-width: 1200px) {
  .contenedor__grilla .subtitulo__sobremi h2 {
    padding: 0;
    align-self: start;
    justify-self: start;
  }
}
.contenedor__grilla .subtitulo__sobremi h3 {
  padding-top: 0.8rem;
  margin-bottom: 0;
  color: #bc8034;
  font-family: "Corinthia", cursive;
  font-size: 3rem;
  font-style: italic;
  line-height: 2.2rem;
}
@media (min-width: 1200px) {
  .contenedor__grilla .subtitulo__sobremi h3 {
    padding: 0.8rem 0;
    align-self: start;
    justify-self: center;
  }
}
.contenedor__grilla img {
  width: 350px;
  height: 400px;
  margin: 0 auto;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
}
@media (min-width: 520px) {
  .contenedor__grilla img {
    min-width: 400px;
    height: 400px;
  }
}
@media (min-width: 620px) {
  .contenedor__grilla img {
    min-width: 480px;
  }
}
@media (min-width: 768px) {
  .contenedor__grilla img {
    min-width: 580px;
    height: 480px;
  }
}
@media (min-width: 1024px) {
  .contenedor__grilla img {
    min-width: 580px;
  }
}
@media (min-width: 1200px) {
  .contenedor__grilla img {
    min-width: 540px;
    height: 800px;
    padding: 0;
    align-self: start;
    justify-self: start;
  }
}

/*--- IMAGÉNES DETALLES / SECCIÓN SOBRE MÍ ---*/
.img {
  width: 100%;
  height: 100%;
  padding: 2rem;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: start;
  transition: width height 0.4s ease-in-out;
}
@media (min-width: 1200px) {
  .img {
    padding: 0;
  }
}
.img .rigth {
  border-radius: 20% 2%;
}
@media (min-width: 1200px) {
  .img .rigth {
    border-radius: 10% 2%;
  }
}
.img.center {
  padding: 1rem;
  border-radius: 3.5% 3.5% 50% 80%;
  border-top: solid 5px #8c7a6b;
  border-bottom: double 8px #5e0b15;
}
.img .left {
  border-radius: 2% 20%;
}
@media (min-width: 1200px) {
  .img .left {
    border-radius: 2% 10%;
  }
}
.img:hover {
  transition: width height 0.8s ease-in-out;
  filter: brightness(60%);
}

/*--- PAGE / SUBSECCIÓN TORTAS ARETESANALES - PRESENTACIÓN ---*/
.boton_outline h4 {
  font-style: normal;
}

.grilla_tortas {
  min-width: 350px;
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  /*--- IMÁGENES / SUBSECCIÓN TORTAS ARTESANALES ---*/
  /*--- DETALLES PARA FOTOS / SECCIÓN TORTAS ARTESANALES ---*/
}
.grilla_tortas .parrafo {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .grilla_tortas .parrafo {
    padding: 0;
  }
  .grilla_tortas .parrafo h3 {
    padding-bottom: 1rem;
  }
}
.grilla_tortas .parrafo h4 {
  padding: 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.8rem;
  font-style: italic;
  font-weight: 700;
  background-color: #5e0b15;
  color: #d9cab3;
}
@media (min-width: 1000px) {
  .grilla_tortas .parrafo h4 {
    background-color: #d9cab3;
    color: #5e0b15;
  }
}
@media (min-width: 480px) {
  .grilla_tortas {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .grilla_tortas {
    padding: 0 4rem;
  }
}
@media (min-width: 1000px) {
  .grilla_tortas {
    padding: 0 6rem;
  }
}
.grilla_tortas .lista__butter, .grilla_tortas .lista__letter, .grilla_tortas .lista__fondant {
  border-radius: 0 2rem 0 2rem;
  padding: 2rem 0.2rem;
  background-color: #5e0b15;
  color: #d9cab3;
}
.grilla_tortas .lista__butter h4, .grilla_tortas .lista__letter h4, .grilla_tortas .lista__fondant h4 {
  text-align: left;
}
@media (min-width: 1000px) {
  .grilla_tortas .lista__butter, .grilla_tortas .lista__letter, .grilla_tortas .lista__fondant {
    background-color: #d9cab3;
    color: #5e0b15;
  }
}
.grilla_tortas .lista__fondant {
  border-radius: 2rem 0;
}
.grilla_tortas .lista__letter {
  border-radius: 0 0 2rem 0;
}
@media (min-width: 1024px) {
  .grilla_tortas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 400px 200px 400px 1200px 550px;
    width: 1000px;
    padding: 0 1.5rem;
    place-content: center;
    gap: 2rem;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .grilla_tortas {
    grid-template-rows: 400px 200px 400px 1200px 600px;
    width: 1024px;
    padding: 2rem 3rem 0 3rem;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .grilla_tortas .butter {
    grid-column: 1/2;
    grid-row: 4/5;
    align-self: start;
  }
  .grilla_tortas .fondant {
    grid-column: 2/3;
    grid-row: 4/5;
    align-self: start;
  }
  .grilla_tortas .letter {
    grid-column: 3/4;
    grid-row: 4/5;
    align-self: start;
  }
  .grilla_tortas .parrafo {
    align-self: start;
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .grilla_tortas .parrafo {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .grilla_tortas .parrafo h2 {
    text-align: left;
  }
}
.grilla_tortas .parrafo li {
  padding: 0.8rem 0;
}
@media (min-width: 1024px) {
  .grilla_tortas .parrafo li {
    padding: 1.5rem 0 0 0;
  }
}
.grilla_tortas .titulo__butter, .grilla_tortas .titulo__letter, .grilla_tortas .titulo__fondant {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  padding: 4rem;
  text-align: center;
}
.grilla_tortas .titulo__butter h2, .grilla_tortas .titulo__letter h2, .grilla_tortas .titulo__fondant h2 {
  color: #bc8034;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
@media (min-width: 1024px) {
  .grilla_tortas .titulo__butter, .grilla_tortas .titulo__letter, .grilla_tortas .titulo__fondant {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .grilla_tortas .titulo__fondant {
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: center;
    justify-self: center;
  }
}
@media (min-width: 1024px) {
  .grilla_tortas .titulo__letter {
    grid-column: 3/4;
    grid-row: 2/3;
    align-self: center;
  }
}
.grilla_tortas .acentuado {
  color: #90323d;
  text-shadow: none;
  font-family: "Corinthia", cursive;
  font-size: 4.5rem;
  line-height: 2rem;
  animation: ampliar 1s infinite alternate ease-in-out;
}
@media (min-width: 1024px) {
  .grilla_tortas .acentuado {
    line-height: 3rem;
    text-align: center;
  }
}
.grilla_tortas img {
  width: 100%;
  height: 100%;
  border-top: double 8px #bc8034;
  border-radius: 10% 40%/50% 20%;
  box-shadow: 0px 8px 10px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  object-fit: cover;
  overflow: hidden;
  align-self: center;
  filter: sepia(40%) brightness(90%);
  transition: width height 0.8s ease-in-out;
}
.grilla_tortas .foto__butter, .grilla_tortas .foto__letter, .grilla_tortas .foto__number, .grilla_tortas .foto__fon, .grilla_tortas .foto__fondant, .grilla_tortas .foto__cream {
  width: 280px;
  height: 400px;
  padding: 1rem;
  margin: 3rem auto;
  transition: width height 1.2s ease-in-out;
  z-index: 3;
  align-self: center;
}
@media (min-width: 1024px) {
  .grilla_tortas .foto__butter, .grilla_tortas .foto__letter, .grilla_tortas .foto__number, .grilla_tortas .foto__fon, .grilla_tortas .foto__fondant, .grilla_tortas .foto__cream {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 0;
    margin: 0;
    align-self: center;
  }
}
.grilla_tortas .foto__butter :hover, .grilla_tortas .foto__letter :hover, .grilla_tortas .foto__number :hover, .grilla_tortas .foto__fon :hover, .grilla_tortas .foto__fondant :hover, .grilla_tortas .foto__cream :hover {
  border-top: none;
  box-shadow: none;
  cursor: pointer;
  transition: width height 2s ease-in-out;
  animation: escalar 2s alternate ease-in-out;
}
@media (min-width: 1024px) {
  .grilla_tortas .foto__cream {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media (min-width: 1024px) {
  .grilla_tortas .foto__fondant {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 1024px) {
  .grilla_tortas .foto__fon {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (min-width: 1024px) {
  .grilla_tortas .foto__number {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}
@media (min-width: 1024px) {
  .grilla_tortas .foto__letter {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}

/*--- SUBSECCIÓN MENÚ TORTAS ARTESANALES / SUBSECCIÓN TORTAS ARTESANALES ---*/
/*--- ÍCONOS / SUBSECCIÓN MENÚ TORTAS ARTESANALES ---*/
.iconos_subseccion {
  display: none;
}
@media (min-width: 1000px) {
  .iconos_subseccion {
    display: flex;
    width: 1000px;
    padding: 0 4rem;
    gap: 1rem;
  }
}
.iconos_subseccion .icono__sub {
  width: 80px;
  animation: caminar 7.3s infinite linear;
}
.iconos_subseccion .icono__corazon {
  width: 30px;
  animation: caminarIzq 7.3s alternate infinite linear;
}

/*--- LISTA MENÚ / SUBSECCIÓN MENÚ TORTAS ARTESANALES ---*/
.contenedor__menu {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: start;
  align-content: space-between;
}
@media (min-width: 1024px) {
  .contenedor__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.contenedor__menu li {
  display: flex;
  flex-wrap: wrap;
}
.contenedor__menu .titulo__menu h2 {
  color: #90323d;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: left;
}
.contenedor__menu .titulo__menu h2 .enfasis {
  text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0, 0, 0, 0.15);
}
.contenedor__menu .texto__menu h3 {
  color: #8c7a6b;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 2rem;
  text-align: inherit;
}
@media (min-width: 1024px) {
  .contenedor__menu .texto__menu h3 {
    width: 700px;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .contenedor__menu .texto__menu h3 {
    width: 800px;
    padding-right: 4rem;
  }
}
.contenedor__menu .img__menu {
  display: none;
}
@media (min-width: 1024px) {
  .contenedor__menu .img__menu {
    display: flex;
    width: 180px;
    height: 180px;
    object-fit: cover;
    overflow: hidden;
    filter: sepia(20%) contrast(100%);
    transition: width height 0.8s ease-in-out;
    z-index: 1;
  }
  .contenedor__menu .img__menu:hover {
    display: flex;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.314);
    transition: width height 1s ease-in-out;
    transform: scale(1.5);
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .contenedor__menu .img__menu {
    width: 220px;
    height: 220px;
  }
}

/*--- PAGE / SUBSECCIÓN SERVICIO DE LUNCH - PRESENTACIÓN ---*/
.boton_outline h4 {
  font-style: normal;
}

.grilla_lunch {
  min-width: 350px;
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  position: relative;
  /*--- TÍTULOS / SUBSECCIÓN SERVICIO DE LUNCH ---*/
  /*--- IMÁGENES / SUBSECCIÓN SERVICIO DE LUNCH ---*/
  /*--- DETALLES PARA FOTOS / SUBSECCIÓN SERVICIO DE LUNCH ---*/
}
.grilla_lunch .parrafo {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .grilla_lunch .parrafo {
    padding: 0;
  }
  .grilla_lunch .parrafo h3 {
    color: #90323d;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 200px 400px 700px 560px 200px 400px 780px;
    max-width: 1000px;
    padding: 0 1.5rem;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .grilla_lunch {
    grid-template-rows: 200px 400px 710px 560px 200px 400px 810px;
    max-width: 1024px;
    padding: 2rem 3rem 0 3rem;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch .miga {
    grid-column: 1/2;
    grid-row: 3/4;
    align-self: start;
  }
  .grilla_lunch .pollo {
    grid-column: 2/3;
    grid-row: 3/4;
    align-self: start;
  }
  .grilla_lunch .chips {
    grid-column: 3/4;
    grid-row: 3/4;
    align-self: start;
  }
  .grilla_lunch .salchichitas {
    grid-column: 1/2;
    grid-row: 7/8;
    align-self: start;
  }
  .grilla_lunch .brusquetas {
    grid-column: 2/3;
    grid-row: 7/8;
    align-self: start;
  }
  .grilla_lunch .empanadas {
    grid-column: 3/4;
    grid-row: 7/8;
    align-self: start;
  }
  .grilla_lunch .parrafo {
    align-self: start;
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .grilla_lunch .parrafo {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch .parrafo h2 {
    text-align: left;
  }
}
.grilla_lunch .parrafo li {
  padding: 0.8rem 0;
}
@media (min-width: 1024px) {
  .grilla_lunch .parrafo li {
    padding: 1.5rem 0 0 0;
  }
}
.grilla_lunch .titulo__miga, .grilla_lunch .titulo__empanadas, .grilla_lunch .titulo__brusquetas, .grilla_lunch .titulo__salchichitas, .grilla_lunch .titulo__chips, .grilla_lunch .titulo__pollo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
  padding: 4rem;
  align-items: center;
}
.grilla_lunch .titulo__miga h2, .grilla_lunch .titulo__empanadas h2, .grilla_lunch .titulo__brusquetas h2, .grilla_lunch .titulo__salchichitas h2, .grilla_lunch .titulo__chips h2, .grilla_lunch .titulo__pollo h2 {
  margin-bottom: 0;
  color: #9A031E;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
@media (min-width: 1024px) {
  .grilla_lunch .titulo__miga, .grilla_lunch .titulo__empanadas, .grilla_lunch .titulo__brusquetas, .grilla_lunch .titulo__salchichitas, .grilla_lunch .titulo__chips, .grilla_lunch .titulo__pollo {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch .titulo__pollo {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
    justify-self: center;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch .titulo__chips {
    grid-column: 3/4;
    grid-row: 1/2;
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch .titulo__salchichitas {
    grid-column: 1/2;
    grid-row: 5/6;
    align-self: center;
    justify-self: center;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch .titulo__brusquetas {
    grid-column: 2/3;
    grid-row: 5/6;
    align-self: center;
    justify-self: center;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch .titulo__empanadas {
    grid-column: 3/4;
    grid-row: 5/6;
    align-self: center;
    justify-self: center;
  }
}
.grilla_lunch .acentuado {
  color: #758E4F;
  text-shadow: none;
  font-family: "Corinthia", cursive;
  font-size: 3.5rem;
  animation: ampliar 1s infinite alternate ease-in-out;
}
@media (min-width: 1024px) {
  .grilla_lunch .acentuado {
    line-height: 3rem;
    text-align: center;
  }
}
.grilla_lunch img {
  width: 100%;
  height: 100%;
  border-top: double 8px #9A031E;
  border-radius: 10% 40%/50% 20%;
  box-shadow: 0px 8px 10px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  object-fit: cover;
  overflow: hidden;
  object-position: left;
  align-self: center;
  filter: sepia(40%) brightness(90%);
  transition: width height 0.8s ease-in-out;
}
.grilla_lunch .foto__miga, .grilla_lunch .foto__empanadas, .grilla_lunch .foto__brusquetas, .grilla_lunch .foto__salchichitas, .grilla_lunch .foto__chips, .grilla_lunch .foto__pollo {
  width: 280px;
  height: 400px;
  padding: 1rem;
  margin: 3rem auto;
  transition: width height 6s ease-in-out;
  z-index: 3;
}
@media (min-width: 1024px) {
  .grilla_lunch .foto__miga, .grilla_lunch .foto__empanadas, .grilla_lunch .foto__brusquetas, .grilla_lunch .foto__salchichitas, .grilla_lunch .foto__chips, .grilla_lunch .foto__pollo {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 0;
    margin: 0;
    align-self: center;
  }
}
.grilla_lunch .foto__miga :hover, .grilla_lunch .foto__empanadas :hover, .grilla_lunch .foto__brusquetas :hover, .grilla_lunch .foto__salchichitas :hover, .grilla_lunch .foto__chips :hover, .grilla_lunch .foto__pollo :hover {
  border-top: none;
  box-shadow: none;
  cursor: pointer;
  transition: width height 4s ease-in-out;
  animation: escalar 2s alternate ease-in-out;
}
@media (min-width: 1024px) {
  .grilla_lunch .foto__pollo {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch .foto__chips {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch .foto__salchichitas {
    grid-column: 1/2;
    grid-row: 6/7;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch .foto__brusquetas {
    grid-column: 2/3;
    grid-row: 6/7;
  }
}
@media (min-width: 1024px) {
  .grilla_lunch .foto__empanadas {
    grid-column: 3/4;
    grid-row: 6/7;
  }
}

/*--- SUBSECCIÓN PROMO BOX DESAYUNO | MERIENDA / SUBSECCIÓN SERVICIO DE LUNCH ---*/
.contenedor__box {
  max-width: 1000px;
  padding: 2rem;
  margin: 0 auto;
  gap: 5rem;
}
@media (min-width: 1024px) {
  .contenedor__box {
    padding: 3rem;
  }
}
.contenedor__box .texto__box h2 {
  margin-bottom: 2rem;
  color: #9A031E;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
}
.contenedor__box .texto__box h3 {
  margin-bottom: 4rem;
  color: #758E4F;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.contenedor__box .lista__box h3 {
  padding: 0.3rem 0;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  color: #90323d;
}

.promo_box {
  width: 1000px;
  padding: 4rem;
  margin: 0 auto;
  /*--- BOX ---*/
}
@media (min-width: 1024px) {
  .promo_box hr {
    border: none;
    width: 0%;
  }
}
.promo_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .promo_box {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 735px 330px;
    align-items: start;
    justify-content: center;
  }
}
.promo_box .primer__box, .promo_box .tercer__box, .promo_box .segundo__box {
  min-width: 300px;
  max-width: 1000px;
  height: 750px;
  padding: 1.5rem;
  padding-top: 4rem;
  margin: 0 1rem;
  background-color: #9A031E;
  border-radius: 1rem 0 1rem 0;
  color: #8c7a6b;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 480px) {
  .promo_box .primer__box, .promo_box .tercer__box, .promo_box .segundo__box {
    margin: 0 2rem;
  }
}
@media (min-width: 768px) {
  .promo_box .primer__box, .promo_box .tercer__box, .promo_box .segundo__box {
    margin: 0 1.8rem;
  }
}
@media (min-width: 1024px) {
  .promo_box .primer__box, .promo_box .tercer__box, .promo_box .segundo__box {
    height: 700px;
    padding: 2.5rem;
    margin: 0;
    border-radius: 1rem 0 0 4rem;
    grid-column: 1/2;
    grid-row: 1/2;
    justify-content: start;
    align-items: center;
  }
}
.promo_box .primer__box .titulo__primer-box h2, .promo_box .tercer__box .titulo__primer-box h2, .promo_box .tercer__box .titulo__tercer-box h2, .promo_box .segundo__box .titulo__primer-box h2, .promo_box .segundo__box .titulo__segundo-box h2 {
  color: #8c7a6b;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-weight: 900;
  animation: cambio__tono 3s alternate infinite ease-in-out;
}
.promo_box .primer__box .texto__primer-box li, .promo_box .tercer__box .texto__primer-box li, .promo_box .tercer__box .texto__tercer-box li, .promo_box .segundo__box .texto__primer-box li, .promo_box .segundo__box .texto__segundo-box li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
}
.promo_box .primer__box .texto__primer-box li h3, .promo_box .tercer__box .texto__primer-box li h3, .promo_box .tercer__box .texto__tercer-box li h3, .promo_box .segundo__box .texto__primer-box li h3, .promo_box .segundo__box .texto__segundo-box li h3 {
  color: #d9cab3;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
}
.promo_box .primer__box .foto__primer-box, .promo_box .tercer__box .foto__primer-box, .promo_box .tercer__box .foto__tercer-box, .promo_box .segundo__box .foto__primer-box, .promo_box .segundo__box .foto__segundo-box {
  width: 250px;
  height: 160px;
  margin-top: 20px;
  border-radius: 0.5rem 0 0.5rem 0;
  box-shadow: -2px -4px 10px rgba(0, 0, 0, 0.429);
  position: relative;
}
.promo_box .primer__box .foto__primer-box:hover, .promo_box .tercer__box .foto__primer-box:hover, .promo_box .tercer__box .foto__tercer-box:hover, .promo_box .segundo__box .foto__primer-box:hover, .promo_box .segundo__box .foto__segundo-box:hover {
  animation: escalar 2s alternate ease-in-out;
}
@media (min-width: 420px) {
  .promo_box .primer__box .foto__primer-box, .promo_box .tercer__box .foto__primer-box, .promo_box .tercer__box .foto__tercer-box, .promo_box .segundo__box .foto__primer-box, .promo_box .segundo__box .foto__segundo-box {
    width: 290px;
    height: 180px;
  }
}
@media (min-width: 480px) {
  .promo_box .primer__box .foto__primer-box, .promo_box .tercer__box .foto__primer-box, .promo_box .tercer__box .foto__tercer-box, .promo_box .segundo__box .foto__primer-box, .promo_box .segundo__box .foto__segundo-box {
    width: 350px;
    height: 220px;
  }
}
@media (min-width: 520px) {
  .promo_box .primer__box .foto__primer-box, .promo_box .tercer__box .foto__primer-box, .promo_box .tercer__box .foto__tercer-box, .promo_box .segundo__box .foto__primer-box, .promo_box .segundo__box .foto__segundo-box {
    width: 390px;
    height: 280px;
  }
}
@media (min-width: 768px) {
  .promo_box .primer__box .foto__primer-box, .promo_box .tercer__box .foto__primer-box, .promo_box .tercer__box .foto__tercer-box, .promo_box .segundo__box .foto__primer-box, .promo_box .segundo__box .foto__segundo-box {
    width: 520px;
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .promo_box .primer__box .foto__primer-box, .promo_box .tercer__box .foto__primer-box, .promo_box .tercer__box .foto__tercer-box, .promo_box .segundo__box .foto__primer-box, .promo_box .segundo__box .foto__segundo-box {
    width: 260px;
    height: 160px;
    margin-top: 10px;
  }
}
.promo_box .primer__box .valor__primer-box, .promo_box .tercer__box .valor__primer-box, .promo_box .tercer__box .valor__tercer-box, .promo_box .segundo__box .valor__primer-box, .promo_box .segundo__box .valor__segundo-box {
  padding: 1rem 2rem;
  background-color: #9A031E;
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.624);
  gap: 1rem;
  position: relative;
  bottom: 40px;
}
.promo_box .primer__box .valor__primer-box h4, .promo_box .tercer__box .valor__primer-box h4, .promo_box .tercer__box .valor__tercer-box h4, .promo_box .segundo__box .valor__primer-box h4, .promo_box .segundo__box .valor__segundo-box h4 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #8c7a6b;
  animation: cambio__tono 6s alternate infinite ease-in-out;
}
@media (min-width: 1024px) {
  .promo_box .segundo__box {
    border-radius: 0;
    padding: 2.5rem 3rem 0 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 1024px) {
  .promo_box .segundo__box .foto__segundo-box {
    margin-top: 105px;
  }
}
@media (min-width: 1024px) {
  .promo_box .tercer__box {
    border-radius: 0 1rem 4rem 0;
    padding: 2.5rem 3rem 0 0;
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media (min-width: 1024px) {
  .promo_box .tercer__box .foto__tercer-box {
    margin-top: 98px;
  }
}
.promo_box .boton {
  margin: 3rem;
}
@media (min-width: 480px) {
  .promo_box .boton {
    margin: 0 5rem;
  }
}
@media (min-width: 520px) {
  .promo_box .boton {
    margin: 0 6rem;
  }
}
@media (min-width: 620px) {
  .promo_box .boton {
    margin: 0 9rem;
  }
}
@media (min-width: 768px) {
  .promo_box .boton {
    margin: 0 14rem;
  }
}
@media (min-width: 820px) {
  .promo_box .boton {
    margin: 0 15rem;
  }
}
@media (min-width: 1000px) {
  .promo_box .boton {
    margin: 0 21rem;
  }
}
@media (min-width: 1024px) {
  .promo_box .boton {
    margin: 2rem 3.5rem;
    grid-column: 3/4;
    grid-row: 2/3;
    align-self: start;
    justify-self: start;
  }
}

/*--- MINITORTAS ---*/
.contenedor__adicional, .contenedor__adicionales {
  min-width: 350px;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-items: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .contenedor__adicional, .contenedor__adicionales {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.contenedor__adicional .enfasis, .contenedor__adicionales .enfasis {
  font-size: 1.3rem;
}
.contenedor__adicional .titulo__mini-tortas h2, .contenedor__adicionales .titulo__mini-tortas h2, .contenedor__adicionales .titulo__adicionales h2 {
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  color: #9A031E;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.contenedor__adicional .texto__mini-tortas h3, .contenedor__adicionales .texto__mini-tortas h3 {
  color: #90323d;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}

/*--- ADICIONALES ---*/
@media (min-width: 1024px) {
  .contenedor__adicionales {
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 2rem 3rem 0 0;
  }
}
.contenedor__adicionales .texto__adicionales li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-items: center;
  align-content: center;
}
.contenedor__adicionales .texto__adicionales h3 {
  color: #90323d;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}

/*--- PAGE / SECCIÓN CONTACTO ---*/
.iconos_contacto {
  display: none;
  margin-left: 3.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 1000px) {
  .iconos_contacto {
    display: block;
  }
  .iconos_contacto .icono_dialogo {
    width: 50px;
    animation: latido 5s alternate infinite ease-in-out;
  }
  .iconos_contacto .icono_sobre {
    width: 90px;
    animation: caminarIzq 10s alternate infinite ease-in-out;
  }
}
@media (min-width: 1200px) {
  .iconos_contacto {
    margin-left: 4.5rem;
  }
}

.redes {
  display: flex;
}
.redes .redes_mano {
  display: none;
}
@media (min-width: 1000px) {
  .redes .redes_mano {
    display: block;
    width: 80px;
    position: relative;
    bottom: -30px;
    left: 550px;
    z-index: 1;
    animation: subir 1.2s infinite ease-out;
  }
}
@media (min-width: 1200px) {
  .redes .redes_mano {
    left: 650px;
  }
}
.redes .redes_dedo {
  display: none;
}
@media (min-width: 1000px) {
  .redes .redes_dedo {
    display: block;
    width: 65px;
    position: relative;
    bottom: 25px;
    left: 580px;
    animation: rebotarLugar 1s alternate infinite ease-in-out;
  }
}
@media (min-width: 1200px) {
  .redes .redes_dedo {
    left: 680px;
  }
}

/*--- BLOQUE REDES SOCIALES | PAGE / SECCIÓN CONTACTO ---*/
.redes_sociales {
  display: none;
  max-width: 1200px;
}
@media (min-width: 1000px) {
  .redes_sociales {
    background-color: #5e0b15;
    border-radius: 0.2rem 0.2rem 4rem 0.2rem;
    width: 880px;
    padding: 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .redes_sociales {
    width: 1050px;
    padding: 2rem;
    margin: 0 auto;
  }
}
.redes_sociales .redes_titulo {
  color: #bc8034;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.redes_sociales .redes_titulo h3 {
  margin-bottom: 0;
}
.redes_sociales .redes_titulo h3:hover {
  animation: sacudir__vertical 7s alternate-reverse infinite ease-in-out;
}
.redes_sociales .redes_titulo .recalcar {
  color: #d9cab3;
  font-size: 2rem;
  letter-spacing: 0.25rem;
  font-style: italic;
  animation: cambio__color 2s alternate infinite ease-in-out;
}
.redes_sociales .redes_iconos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.redes_sociales .ired {
  width: 80px;
  margin: 0.5rem;
  transition: 1s ease-in-out;
  animation: rotarDesplazoIzq 2s ease-in-out;
  animation-delay: 6s;
}
.redes_sociales .ired:hover {
  animation-play-state: paused;
  transform: scale(1.2);
  filter: drop-shadow(-2px 2px 1px #bc8034);
}

.fred {
  width: 80px;
  margin: 0.5rem;
  transition: 1s ease-in-out;
  animation: rotarDesplazoDer 2s ease-in-out;
  animation-delay: 6s;
}
.fred:hover {
  animation-play-state: paused;
  transform: scale(1.2);
  filter: drop-shadow(2px -1px 1px #bc8034);
}

/*--- BOTÓN VALUE ---*/
.boton_value {
  background-color: #5e0b15;
  box-shadow: 0px 8px 8px -2px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  border-radius: 0.5rem;
  min-width: 300px;
  height: 50px;
  margin: 0 auto;
  color: #8c7a6b;
  text-shadow: 0px -1px 2px rgba(255, 255, 255, 0.267);
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.3rem;
  transition: background-color color font-weight 0.6s ease-in-out;
}
@media (min-width: 480px) {
  .boton_value {
    width: 400px;
  }
}
@media (min-width: 620px) {
  .boton_value {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .boton_value {
    max-width: 650px;
  }
}
@media (min-width: 1000px) {
  .boton_value {
    max-width: 380px;
    grid-column: 1/2;
    grid-row: 4/5;
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .boton_value {
    max-width: 450px;
  }
}
.boton_value:hover {
  box-shadow: inset 1.5px 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5);
  color: #bc8034;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  transition: background-color color font-weight 1s ease-in-out;
  animation: sacudir__horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

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