@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');
@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans:ital@0;1&display=swap');
@font-face {
  font-family: 'FerroRosso';
  src: url("Fuentes/FerroRosso.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Monstserrat Alternates', sans-serif;
}

body{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction:  column;
    min-height: 100hv;
}

html {
  scroll-behavior: smooth;
}


.header {
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    padding: 5px 10%;
}

.header img{
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
    cursor: pointer;
}

.header .nave-links li{
    display: inline-block;
    padding: 0 24px;
    transition: all .3s ease;
    list-style: none;
}

.header .nave-links li:hover {
    transform: scale(1.1);
}

.header .nave-links a{
    font-size: 700;
    font-family: 'Rye', sans-serif;
    color: #f8f8f8;
    text-decoration: none;
}

.header .nave-links a:hover{
    color: #ffa460;
}

.menu1{
    display: none;
}

.boton-ani {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border: none;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #ffffff90;
  box-shadow: 0 0 0 2px #ffffff70;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.boton-ani span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: orange;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.boton-ani span:first-child {
  position: relative;
  z-index: 1;
}

.boton-ani:hover {
  box-shadow: 0 0 0 5px #e67e22;
  color: #ffffff;
}

.boton-ani:active {
  scale: 0.95;
}

.boton-ani:hover span:last-child {
  width: 150px;
  height: 150px;
  opacity: 1;
}

@media screen and (max-width: 800px){
    .nave-links, .btn{
        display: none;
    }
    .menu1{
        display: inherit;
    }
    
}

.header {
	-webkit-animation: fade-in-top 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-top 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-1-20 17:14:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
 @-webkit-keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

  /* MENU NAVEGACION MOBILE */

.header a{
    text-decoration: none;
}

.overlay{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    overflow: hidden;
    transition: all .6s ease-in-out;
    min-height: 100vh;
}

.overlay .overlay-contenido{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.overlay .overlay-contenido a {
    text-decoration: none;
}

.overlay a{
    padding: 25px;
    font-size: 16px;
    display: block;
    transition: all .5 ease;
    font-weight: 700;
    color: #ce302d;
}

.overlay a:hover,
.overlay a:focus{
    color: #741c28;
}

.overlay .close {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px;
    text-decoration: none;
}

@media screen and (max-height: 450px){
    .overlay a{
        font-size: 20px;
    }

    .overlay .close {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/* VIDEO ENCABEZADO*/

.contenido-header{
    position: relative;
    z-index: -3;
}

.contenido-header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.cont-tex{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.intro-tacos {
  margin-top: 1rem;
  max-width: 800px;
  text-align: left;
}

.intro-tacos h1{
  font-size: 3rem;
  font-family: 'WindSong', sans-serif;
  max-width: 600px;
  text-align: left;
  color: #ffa460;
  margin-bottom: 2rem;
}

.intro-tacos p {
  font-size: 2rem;
  font-family: 'Outfit', sans-serif;
  line-height: 1.5;
  color: #f8f8f8;
  font-weight: 500;
  letter-spacing: 0.2px;
}


@media (max-width: 768px) {
  .intro-tacos {
    max-width: 100%;
    padding: 0 1rem;
    text-align: center;
  }

  .intro-tacos p{
    font-size: .9rem;
  }

  .intro-tacos h1{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.intro-tacos {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


video{
    width: 100%;
    height: 100%;
}

/* CONTENIDO B*/

.seccion-nosotros {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 10%;
  flex-wrap: wrap;
  background-color: #f8f8f8;
}

.texto-nosotros {
  flex: 1 1 700px;
  color: #333;
}

.texto-nosotros h2 {
  font-size: 4.5rem;
  color: #db332e;
  margin-bottom: 0.5rem;
  font-family: 'WindSong',sans-serif;
}

.texto-nosotros h3{
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #db332e;
  font-family: 'WindSong',sans-serif;
}

.texto-nosotros h1 {
  margin-bottom: 2rem;
  font-family: 'FerroRosso';
  font-size: 4rem;
  color: #000;
}

.texto-nosotros p {
  font-size: 1.5rem;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
  margin-bottom: 2rem;
}

.imagen-nosotros {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
}

.imagen-nosotros img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Responsive para pantallas pequeñas */
@media (max-width: 768px) {
  .seccion-nosotros {
    flex-direction: column;
    padding: 2rem 5%;
  }

  .texto-nosotros, .imagen-nosotros {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .texto-nosotros h1 {
    font-size: 3.5rem;
  }

  .texto-nosotros h2 {
    font-size: 3rem;
  }

  .texto-nosotros p {
    font-size: 1.5rem;
  }

  .imagen-nosotros {
    margin-top: 1.5rem;
  }
}

/* GALERIA FOTOS */

.seccion-galeria {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 10%;
  flex-wrap: wrap;
  background-color: #f8f8f8;
}

.tarjeta {
  flex: 1 1 300px;
  background-color: rgba(255, 255, 255, .3);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  padding: 1rem;
  text-align: center;
  transition: transform 0.3s ease;
}

.tarjeta:hover {
  transform: translateY(-5px);
}

.tarjeta img {
  width: 100%;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.tarjeta h3 {
  font-size: 1.2rem;
  color: #fc4b08 ;
  margin-bottom: 0.5rem;
}

.tarjeta p {
  font-size: 0.95rem;
  font-family: 'Outfit', sans-serif;
  color: #333;
  line-height: 1.5;
}

.scroll-anim {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.scroll-anim.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-gradient-animation {
    0% {
        --c-0: hsla(25.660377358490567, 100%, 68%, 1);
        --s-start-0: 9%;
        --s-end-0: 55%;
        --x-0: 85%;
        --y-0: 80%;
        --x-1: 13%;
        --c-1: hsla(297, 0%, 100%, 1);
        --y-1: 82%;
        --s-start-1: 5%;
        --s-end-1: 52%;
        --c-2: hsla(352, 98%, 41%, 1);
        --y-2: 7%;
        --x-2: 24%;
        --s-start-2: 13%;
        --s-end-2: 68%;
    }

    100% {
        --c-0: hsla(37, 91%, 54%, 1);
        --s-start-0: 9%;
        --s-end-0: 55%;
        --x-0: 31%;
        --y-0: 94%;
        --x-1: 98%;
        --c-1: hsla(297, 0%, 100%, 1);
        --y-1: 20%;
        --s-start-1: 5%;
        --s-end-1: 52%;
        --c-2: hsla(352, 98%, 41%, 1);
        --y-2: 92%;
        --x-2: 95%;
        --s-start-2: 13%;
        --s-end-2: 68%;
    }
}

@property --c-0 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(25.660377358490567, 100%, 68%, 1)
}

@property --s-start-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 9%
}

@property --s-end-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 55%
}

@property --x-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 85%
}

@property --y-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 80%
}

@property --x-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 13%
}

@property --c-1 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(297, 0%, 100%, 1)
}

@property --y-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 82%
}

@property --s-start-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 5%
}

@property --s-end-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 52%
}

@property --c-2 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(352, 98%, 41%, 1)
}

@property --y-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 7%
}

@property --x-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 24%
}

@property --s-start-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 13%
}

@property --s-end-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 68%
}

.seccion-galeria {
    --c-0: hsla(25.660377358490567, 100%, 68%, 1);
    --x-0: 85%;
    --y-0: 80%;
    --x-1: 13%;
    --c-1: hsla(297, 0%, 100%, 1);
    --y-1: 82%;
    --c-2: hsla(352, 98%, 41%, 1);
    --y-2: 7%;
    --x-2: 24%;
    ;
    background-color: hsla(358, 0%, 100%, 1);
    background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2));
    animation: hero-gradient-animation 10s linear infinite alternate;
    background-blend-mode: normal, normal, normal;
}

/* BOTON MENU */

.antojo-tacos {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f8f8, #f0f0f0);
}

.antojo-tacos h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #e63946;
}

.antojo-tacos p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #333;
}

.taco-opciones {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.taco-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 320px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.taco-card:hover {
  transform: translateY(-8px);
}

.taco-card img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}

.taco-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #111;
}

.taco-card p {
  font-size: 1rem;
  color: #555;
}

.cta-btn {
  display: inline-block;
  margin-top: 40px;
  background: #e63946;
  color: white;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #ff5252;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .taco-opciones {
    flex-direction: column;
    align-items: center;
  }
}

/* PROMOS Y DESCUENTOS BLOG */

.promociones-zigzag {
  padding: 4rem 10%;
  background-color: #fff;
}

.promociones-zigzag h2 {
  text-align: center;
  color: #db332e;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-family: 'WindSong',sans-serif;
}

.promo-zigzag {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.promo-zigzag .imagen {
  flex: 1 1 50%;
}

.promo-zigzag .imagen video {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.promo-zigzag .texto {
  flex: 1 1 45%;
}

.promo-zigzag .texto h3 {
  font-size: 2rem;
  color: #e67e22;
  margin-bottom: 1rem;
}

.promo-zigzag .texto p {
  font-size: 1.5rem;
  font-family: 'Outfit', sans-serif;
  line-height: 1.6;
  color: #333;
}

.promo-zigzag.inverso {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .promo-zigzag {
    flex-direction: column;
    text-align: center;
  }

  .promo-zigzag .imagen,
  .promo-zigzag .texto {
    flex: 1 1 100%;
  }

  .promo-zigzag .texto h3 {
    font-size: 1.5rem;
  }

  .promo-zigzag .texto p {
    font-size: 1.1rem;
  }
}


/* Blog */
.blog-wikos {
  padding: 4rem 10%;
  background-color: #f8f8f8;
  text-align: center;
}

.blog-wikos h2 {
  color: #db332e;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-family: 'WindSong',sans-serif;
}

.blog-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.post {
  flex: 1 1 320px;
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: left;
}

.post h3 {
  margin-bottom: 1rem;
  color: #e67e22;
}

.post p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  color: #555;
}

.post a {
  text-decoration: none;
  color: #be6674;
  font-weight: bold;
}

.post a:hover {
  color: #741c28;
}



/*MAPA CONTACTO*/

.sec-map{
    width: 100%;
    padding: 0;
    margin: 0;
}

.mapa-resta{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    overflow: hidden;
}

.mapa-resta iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
}

@media (max-width: 768px) {
  .mapa-resta {
    padding-bottom: 130%;
  }
}

/* FRANQUICIAS*/

.franquicia-contacto {
  padding: 5rem 10%;
  background: #fefefe;
  text-align: center;
  background-size: cover;
  background-position: center;
  color: #333;
  position: relative;
}

.franquicia-contacto::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.85); /* efecto ligero de fondo blanco */
  backdrop-filter: blur(5px);
  z-index: 0;
}

.contenido-franquicia {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.franquicia-contacto h2 {
  font-size: 2rem;
  color: #db332e;
  margin-bottom: 1rem;
}

.franquicia-contacto p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  font-family: 'Outfit',sans-serif;
}

.btn-whatsapp {
  display: inline-block;
  background-color: #25d366;
  color: white;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.btn-whatsapp i {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.btn-whatsapp:hover {
  background-color: #1ebe5b;
}


/* FOOTER PIE DE PAGINA */

.contenedor-footer {
  max-width: 1400px;
  margin: 0 auto;
}

.footer {
  background-color: #000;
  padding: 20px 0;
  margin-top: auto;
}

.contenido-F {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.contenido-F img{
  height: 80px;
  width: auto;
}

.contenido-F p {
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
  color: #f8f8f8;
}

.social-icons {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 1rem 0;
}

.social-icons li {
  margin: 0 10px;
}

.social-icons a {
  text-decoration: none;
  color: #f8f8f8;
  transition: all .3s ease;
}

.social-icons a:hover {
  color: #ff6f00;
  transform: scale(1.2);
}

.social-icons a i{
  font-size: 25px;
}