* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
}

body {
  background-color: #F1E7E7;
  padding-top: 10rem;
}

a {
  text-decoration: none;
  font-family: "Lato";
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #F1E7E7;
  font-size: 1.5rem;
  display: inline-block;
  padding: 1.25rem;
}
a:hover {
  color: #F1A2A2;
}

@font-face {
  font-family: "Lato";
  src: url(../../media/fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Questrial";
  src: url(../../media/fonts/Questrial-Regular.ttf);
}
h1 {
  font-family: "Lato";
  font-size: 4.8rem;
  color: #F1E7E7;
  line-height: 1.2;
}

h2 {
  font-family: "Lato";
  font-size: 3.5rem;
  font-style: italic;
  color: #B03B3B;
  line-height: 1.2;
}

h3 {
  font-family: "Questrial";
  font-size: 2rem;
  color: #F1E7E7;
  line-height: 1.2;
}

p {
  font-family: "Questrial";
  font-size: 1.25rem;
  color: #222222;
  text-align: justify;
  text-indent: 2rem;
}

/* Hago herencia para la base de los botones */
.boton-footer, .boton-pred, .boton-inicio {
  display: inline-block;
  border: 2px solid;
  border-radius: 1rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.boton-footer:hover, .boton-pred:hover, .boton-inicio:hover {
  transition: all 0.25s;
}

/* Boton de Iniciar Sesion */
.boton-inicio {
  background-color: #B03B3B;
  border-color: #F1E7E7;
  box-shadow: 0px 0px 5px 5px rgba(34, 34, 34, 0.5);
}
.boton-inicio:hover {
  background-color: #362624;
}

/* Boton Predeterminado */
.boton-pred {
  background-color: #961316;
  border-color: #F1E7E7;
  box-shadow: 0px 0px 5px 5px rgba(34, 34, 34, 0.5);
}
.boton-pred:hover {
  background-color: #362624;
}

/* Boton Footer */
.boton-footer {
  background-color: #961316;
  border-color: #F1E7E7;
  box-shadow: none;
  padding: 0.75rem;
  cursor: default;
}
.boton-footer:hover {
  background-color: #F1E7E7;
}
.boton-footer:hover {
  color: #222222;
  border: 2px solid #961316;
}

header {
  background-color: #961316;
  position: fixed;
  width: 100%;
  top: 0;
  min-height: 10rem;
  z-index: 5;
  box-shadow: 0 0.625rem 0.3125rem 0 rgba(34, 34, 34, 0.5);
  z-index: 10;
}

.img-logoHeader {
  width: 9rem;
  height: 9rem;
  margin: 0.5rem 0 0.5rem 5rem;
  transition: all 0.25s;
}
.img-logoHeader:hover {
  width: 8.75rem;
  height: 8.75rem;
  margin: auto;
}
.img-logoHeader:active {
  transform: scale(0.9) skew(-2deg);
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
}

.menu-desplegable {
  display: none;
  background: none;
  border: none;
  color: #F1E7E7;
  font-size: 5rem;
  cursor: pointer;
  transition: all 0.5s;
}
.menu-desplegable:hover {
  transform: scale(1, 0.75);
  color: #F1A2A2;
}

.enlaces {
  display: flex;
  flex-direction: row;
  list-style: none;
}
.enlaces a {
  position: relative;
  text-decoration: none;
}
.enlaces a::after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0.2rem;
  background-color: #F1A2A2;
  transition: width 0.3s ease;
}
.enlaces a:hover::after {
  width: 85%;
}

.separado {
  margin-right: 5rem;
}

footer {
  background-color: #362624;
  box-shadow: 0 -5px 5px 0 rgba(34, 34, 34, 0.5);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.fila-superior {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 1.5rem;
}

.img-logoFooter {
  width: 9rem;
  height: 9rem;
  justify-self: start;
}

.img-logoPatrocinador {
  width: 10rem;
  height: 10rem;
  justify-self: center;
}

.cta-redes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.img-redes {
  display: flex;
  justify-content: center;
}

.img-redes i.fab {
  font-size: 2rem;
  padding: 1rem;
  background-color: #961316;
  border: 0.2rem solid #F1E7E7;
  border-radius: 2.5rem;
  transition: all 0.25s ease;
}

.img-redes i.fab:hover {
  color: #222222;
  background-color: #F1E7E7;
  border: 0.2rem solid #961316;
}

.fila-inferior {
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 0.5rem;
}

.menu-footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 1.5rem;
}
.menu-footer ul a {
  font-weight: normal;
  font-size: 1rem;
  text-transform: none;
  text-align: center;
  color: #F1E7E7;
  display: inline-block;
}
.menu-footer ul a:hover {
  color: #F1A2A2;
}

.copy {
  align-self: flex-start;
  color: #F1E7E7;
  opacity: 60%;
  margin-top: 2rem;
}

.introduccion {
  position: relative;
  width: 100%;
  height: 32rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0.625rem 0.3125rem 0 rgba(34, 34, 34, 0.5);
}

.img-header-pred {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: brightness(0.75) contrast(120%) saturate(110%) sepia(25%);
}

.intro-texto {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #F1E7E7;
}
.intro-texto h2 {
  font-family: "Questrial";
  font-size: 2rem;
  font-style: none;
  color: #F1E7E7;
  line-height: 1.2rem;
}

.intro-botones {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  width: 55%;
}

.menu-carta-principal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 3rem;
  width: 85%;
  height: 75rem;
  margin: 3.5rem auto;
}

.img-prod-carta-menu {
  position: relative;
  width: 100%;
  border: 4px solid #961316;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 2px 8px 0px rgba(34, 34, 34, 0.5);
  transition: all 0.5s;
}

.img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55) contrast(110%) saturate(160%) sepia(20%);
  transition: all 0.5s;
}
.img-main:hover {
  filter: brightness(0.5);
}

.enlace-carta {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  transition: all 0.25s;
}

.menu-carta ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.5rem;
  margin: 3rem;
}

.seleccion {
  color: #F1A2A2;
  background-color: #362624;
}

.carta-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 1.5rem;
  width: 90%;
  margin: auto auto 2.5rem;
}

.img-prod-carta {
  position: relative;
  width: 100%;
  border: 4px solid #961316;
  border-radius: 1rem;
  overflow: hidden;
  filter: brightness(0.75) contrast(110%) saturate(160%) sepia(20%);
  box-shadow: 0px 2px 8px 0px rgba(34, 34, 34, 0.5);
  transition: all 0.25s;
}
.img-prod-carta:hover {
  filter: brightness(0.9);
}
.img-prod-carta:hover .img-desc {
  opacity: 0;
  transition: all 0.25s;
}

.img-main-carta {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-desc {
  position: absolute;
  height: 30%;
  bottom: 0;
  padding: 0 1rem;
  background-color: #362624;
  border-top: 0.15rem solid #F1A2A2;
  transition: all 0.5s;
}
.img-desc h1 {
  text-align: center;
  font-size: 2rem;
  color: #F1A2A2;
}
.img-desc p {
  text-align: center;
  color: #F1E7E7;
  margin-top: 0.25rem;
}

@media (min-width: 320px) {
  .menu-carta-principal {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    width: 90%;
  }
  .enlace-carta {
    font-size: 2rem;
  }
  .menu-carta ul {
    flex-direction: column;
    align-items: center;
  }
  .menu-carta ul a {
    font-size: 1.5rem;
  }
  .carta-img {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, 1fr);
  }
  .img-desc {
    height: 40%;
  }
  .img-desc h1 {
    font-size: 1rem;
  }
  .img-desc p {
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .enlace-carta {
    font-size: 3rem;
  }
  .img-desc {
    height: 20%;
  }
}
@media (min-width: 768px) {
  .menu-carta-principal {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    width: 85%;
  }
  .menu-carta ul {
    flex-direction: row;
  }
  .menu-carta ul a {
    font-size: 0.75rem;
  }
  .carta-img {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 1fr);
  }
  .img-desc {
    height: 30%;
  }
}
@media (min-width: 1024px) {
  .enlace-carta {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .carta-img {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .menu-carta ul a {
    font-size: 1.5rem;
  }
  .img-desc h1 {
    font-size: 2rem;
  }
  .img-desc p {
    font-size: 1.25rem;
  }
  .menu-carta ul a {
    font-size: 1.5rem;
  }
}
@media (min-width: 320px) {
  body {
    padding-top: 5rem;
  }
  a {
    font-size: 1rem;
    padding: 0.5rem;
  }
  h1 {
    font-size: 3.8rem;
  }
  h2 {
    text-align: center;
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  header {
    position: absolute;
    min-height: 5rem;
  }
  .img-logoHeader {
    width: 4rem;
    height: 4rem;
    margin: 0;
  }
  a .img-logoHeader:hover {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0;
  }
  .menu {
    height: 5rem;
    align-items: none;
  }
  .menu-desplegable {
    display: block;
    margin-left: auto;
    font-size: 3rem;
    position: relative;
  }
  .enlaces {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 0;
    transform: translateY(-1rem);
    visibility: hidden;
  }
  .enlaces.activo {
    visibility: visible;
    top: 5rem;
    background-color: #961316;
    box-shadow: inset 0 10px 5px 0 rgba(34, 34, 34, 0.5);
    transform: translateY(0);
    transition: all 0.5s;
    z-index: 1;
  }
  .separado {
    margin: 0 0.5rem 0 1rem;
  }
  .intro-botones {
    width: 90%;
  }
  .fila-superior {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .img-redes i.fab {
    font-size: 1.5rem;
  }
  .fila-inferior {
    width: 90%;
  }
  .copy {
    font-size: 0.55rem;
  }
}
@media (min-width: 480px) {
  body {
    padding-top: 8rem;
  }
  a {
    padding: 1rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  header {
    min-height: 8rem;
  }
  .img-logoHeader {
    width: 7rem;
    height: 7rem;
  }
  a .img-logoHeader:hover {
    width: 6.75rem;
    height: 6.75rem;
  }
  .menu {
    height: 8rem;
  }
  .menu-desplegable {
    font-size: 4rem;
  }
  .enlaces.activo {
    top: 8rem;
  }
  .img-redes i.fab {
    font-size: 2rem;
  }
  .copy {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  a {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 4.8rem;
  }
  h3 {
    font-size: 2rem;
  }
  .menu-desplegable {
    font-size: 5rem;
  }
  .enlaces.activo {
    flex-direction: row;
    width: 100%;
  }
  .fila-superior {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .copy {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 3.5rem;
  }
  header {
    position: fixed;
  }
  a .img-logoHeader:hover {
    margin: 0.15rem;
  }
  .menu-desplegable {
    display: none;
  }
  .enlaces {
    display: flex;
    flex-direction: row;
    position: relative;
    visibility: visible;
    transform: none;
  }
  .enlaces.activo {
    top: 0;
    width: auto;
    background-color: none;
    box-shadow: none;
    transition: none;
  }
  .fila-superior {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 0rem;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 10rem;
  }
  header {
    min-height: 10rem;
  }
  .img-logoHeader {
    width: 9rem;
    height: 9rem;
    margin: 0.5rem 0 0.5rem 5rem;
  }
  a .img-logoHeader:hover {
    width: 8.75rem;
    height: 8.75rem;
    margin: 0.5rem 0.25rem 0.5rem 5rem;
  }
  .menu {
    height: 10rem;
  }
  .separado {
    margin-right: 5rem;
  }
  .intro-botones {
    width: 55%;
  }
  .fila-superior {
    gap: 1.5rem;
  }
  .fila-inferior {
    width: 70%;
  }
  .copy {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  a {
    font-size: 1.5rem;
  }
  .fila-superior {
    width: 80%;
  }
}
.img-carta {
  filter: brightness(0.55) contrast(90%) saturate(90%);
}
@media (min-width: 0px) {
  .img-carta {
    background-image: url("../../media/img/hero-image/webp/hero-Carta-320px.webp");
    background-image: url("../../media/img/hero-image/avif/hero-Carta-320px.avif");
    background-image: url("../../media/img/hero-image/jpg/hero-Carta-320px.jpg");
  }
}
@media (min-width: 320px) {
  .img-carta {
    background-image: url("../../media/img/hero-image/webp/hero-Carta-640px.webp");
    background-image: url("../../media/img/hero-image/avif/hero-Carta-640px.avif");
    background-image: url("../../media/img/hero-image/jpg/hero-Carta-640px.jpg");
  }
}
@media (min-width: 640px) {
  .img-carta {
    background-image: url("../../media/img/hero-image/webp/hero-Carta-960px.webp");
    background-image: url("../../media/img/hero-image/avif/hero-Carta-960px.avif");
    background-image: url("../../media/img/hero-image/jpg/hero-Carta-960px.jpg");
  }
}
@media (min-width: 960px) {
  .img-carta {
    background-image: url("../../media/img/hero-image/webp/hero-Carta-1600px.webp");
    background-image: url("../../media/img/hero-image/avif/hero-Carta-1600px.avif");
    background-image: url("../../media/img/hero-image/jpg/hero-Carta-1600px.jpg");
  }
}
@media (min-width: 1600px) {
  .img-carta {
    background-image: url("../../media/img/hero-image/webp/hero-Carta-2240px.webp");
    background-image: url("../../media/img/hero-image/avif/hero-Carta-2240px.avif");
    background-image: url("../../media/img/hero-image/jpg/hero-Carta-2240px.jpg");
  }
}
@media (min-width: 2240px) {
  .img-carta {
    background-image: url("../../media/img/hero-image/webp/hero-Carta-3200px.webp");
    background-image: url("../../media/img/hero-image/avif/hero-Carta-3200px.avif");
    background-image: url("../../media/img/hero-image/jpg/hero-Carta-3200px.jpg");
  }
}

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