@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
   
}
body{
  background:#FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333333;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
a { text-decoration:none; padding:0; margin:0; }

h1, h2, h3, h4, h5 {
 
 }

h1 {
   font-family: "Oswald", sans-serif;
    color:#312E23;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 52.5px;
}

  .container { max-width:1180px; }


 .nav-bg-color { 

    transition: all 0.3s ease-in-out;
    padding-left: 1.6em;
    padding-right: 1.6em;
 

 }
 .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(0 0 0 / 77%) !important;
}
 .navbar {
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  height: 180px;
}

.navbar-brand {
  
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.logo-top-tacos {
  transition: all 0.3s ease-in-out;
  width: 80%;
}

.logo-top-tribuna {
    
    width: 180px;

}


.navbar-nav {
  display: flex;
}

.nav-item {
  margin-right: 15px;
  font-size: 1.1em;
}
.nav-item a { color:#fff; 
  text-transform:uppercase;
  font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 23.1px;
    letter-spacing: 0.28px;
}
.nav-item a:hover { color:#d79132; }
.nav-item a.active { color:#d79132!important; }
.navbar-collapse {
 flex-grow: 0!important; }
 .navbar-toggler-icon {  }
 .navbar-toggler {
    border-color: #fff;
}
/* Cuando el usuario hace scroll, la barra se hace más pequeña */
.navbar.shrink {
 
  height: 120px;

}

/* Reduce el tamaño del logo al hacer scroll */
.navbar.shrink .logo-top-tacos {
  width: 60%; /* Tamaño reducido */
}

.navbar.shrink .logo-top-tribuna {
  width: 150px; /* Tamaño reducido */
}




/* Opcional: Smooth scrolling */
html {
    scroll-behavior: smooth;
}


.banner-tacos-canasta, .banner-eventos, .banner-hamburguesas, .banner-ensaladas {
  width: 100%;
  height: 480px;
  background-image: url(../img/ban_tacos.jpg);
  background-position: center;
  background-size: cover;
}
.banner-eventos {

  background-image: url(../img/ban_eventos.jpg);

}

.banner-hamburguesas {

  background-image: url(../img/ban_hamburguesas.jpg);

}

.banner-ensaladas {

  background-image: url(../img/ban_ensaladas.jpg);

}

.bienvenida_intro {

  padding: 6em 8em 4em;
  text-align: center;
  width: 100%;
}

.bienvenida_intro h1 {
 
}

.bienvenida_intro h1 span {
   font-family: "Open Sans", sans-serif;
   letter-spacing: 0px;
  color: orangered;
  font-size: 26px;
  line-height: 27px;
  text-transform: none;
  margin-bottom: 1em;
}

.bienvenida_intro  p {
  color:#686868;
  line-height: 30px;
  margin-top: 1em;
  
}

.tacos-dom {
  width: 100%;
  height: auto;
  background-color: #fcf6f0;
}


.acerca {
  padding: 2em 0 4em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.acerca h2 {
  font-weight: 400;
  letter-spacing: 0px;
  color: #686868;
  font-size: 21px;
  line-height: 32px;
  text-transform: none;
}

.acerca p {
   color: #686868;
    font-family: "Open Sans", Sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
  
}

.bienvenida_l {

  padding-right: 2em;
  }
  .bienvenida_r {
  padding-left: 2em;

  }

  ul.guisados {
    margin: 2em 0;

  }

    ul.guisados li {
      list-style: none;
    }

    ul.guisados li i {

      color: orangered;
      margin-right: 10px;
    }


.but-mas a {
margin-top: 2em; 
  background-color:orangered;
  display: inline-block;
  padding: 1em 2em;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
   }

   .eventos {
  width: 100%;
  height: auto;
  background-color: #1D2027;
}

.eventos h1 {
  color: orangered;
}
.eventos h2 {
  color: #fcf6f0;
}
.eventos p {
  color: #bbb9b7;
}


.paquetes {
  padding: 4em 0;
  margin: 4em auto;
  width: 100%;
  background-color: #fcf6f0;
}

.paquete {
  padding: 1em 2em;

}

.paquete .resaltado {
  font-weight: 600;
  font-size: 1.2em;
}

.titulo-paquetes {
  text-align: center;
  padding: 2em 0;
}

.paquetes h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: orangered;
  display: flex;
  align-items: center;
}

.paquetes h2 i {
  font-size: 0.7em;
  line-height: 1.2em;
  margin-right: 15px;

}

.paquetes h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;

}

.precio_p {
    font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: darkred;
  font-size: 28px;
  margin-bottom: 5px;
}
.precio_p span {

  font-size: 16px;

}

.lista_paquetes {
 padding: 0;
 padding-bottom: 1em;
 border-bottom: 1px solid #ccc;
}

.lista_paquetes li {
  list-style: none;
}


.medidas-tacos {
  padding: 4em 0 ;
  margin-bottom: 2em;
}

.medidas-tacos h1 {
  font-size: 2em;
}

.img-medida {

  display: flex;
  justify-content: center;
  align-items: center;
}

#menu {
  background-color: #DAA158;
  width: 100%;
  color: #fff;
  padding: 2em 0;
}
#menu h2 {
  text-align: center;
   font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2em;
}

#menu ul li i{
  color: #fff;
}

.informes {
  width: 100%;
  padding: 0;
}

.pedidos {
  display: flex;
  flex-direction: row;
  align-items: center;  /* Centra verticalmente */
  justify-content: flex-start; /* Alinea a la izquierda */
  gap: 10px; /* Espacio entre los elementos */
  margin-top: 2em;
}

.container-informes {
 
}

.pedidos-cont {

background-color: #DADADA; /* Fondo gris */
background-image: url(../img/fnd-pedidos.jpg);
background-position: center;
background-size: cover;
  padding: 4em 10%;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}

.info {
  padding: 4em 10%;
  margin-right: 0!important;
}

.logo_whats img {
  display: block; /* Evita espacios extra debajo de la imagen */
  width: 60px; /* Asegura tamaño */
  height: 60px;
}

.cotizar {
  margin: 0; /* Elimina márgenes predeterminados del <p> */
  font-size: 1.6em;
  font-weight: 200;
}

.h2_informes {
  margin-left: 75px;
  
}

.h2_informes a {
color: orangered;
}

.h3_informes {
  color: orangered;
}


.pago {

  font-size: 1.2em;
}

.pagos-distancia {

  margin: 1em 0 2em 0;
}

.ubicacion {
 padding-top: 0;
 padding-bottom: 5em;
 margin-top: 0;
  width: 100%;
  background-color: #fcf6f0;

}
.ubicacion .bienvenida_intro {
  padding-bottom: 0!important;

}
.ubicacion h3 {

  text-align: center;
  margin-bottom: 3em;
  padding-bottom: 0;

}
.map {
  width:100%; 
  display:block; 
}
.map iframe { 
  height:460px;
   width:100%;  

}

.img-contacto {

  margin: 2em 0;
}

.contacto {

  padding-bottom: 3em;
}

/*-- sign-in --*/
.formulario_registro label { color:rgba(95,95,95,1.00); letter-spacing:1px; font-size:1.2em; font-weight:400; padding-left:12px;}
.formulario_registro input[type="text"], .formulario_registro input[type="password"], .formulario_registro input[type="email"] {
    width: 100%;
    padding: 15px 10px;
    font-size: 0.9em;
    margin: 0 0 1em;
    outline: none;
    color: #000;
    border: 1px solid #bfbfbf;
    letter-spacing: 1px;
    text-align: left;
}
.formulario_registro input[type="text"] {
    background: none;
    display: block;
}
.formulario_registro input[type="email"] {
    background: none;
    display: block;
}
.formulario_registro input[type="submit"] {
    padding: 10px 0;
    width: 36%;
    font-size: 1em;
    border: none;
    color: #fff;
    background: orangered;
    outline: none;
    font-weight: 600;
    letter-spacing: 1px;
}
.formulario_registro input[type="submit"]:hover {
    background:#a6b753;
}
.formulario_registro p{
    font-size: 0.9em;
    color: #212121;
    letter-spacing: 1px;
    padding:2em 0;
}
.formulario_registro p a {
    color: #23B684;
  text-decoration:underline;
}
.formulario_registro p a:hover{
  color:#212121;
}
.formulario_registro textarea {background: none;
    display: block; width: 100%;
    padding: 15px 10px;
    font-size: 0.9em;
    margin: 0 0 1em;
    outline: none;
    color: #000;
    border: 1px solid #bfbfbf;
    letter-spacing: 1px;
    text-align: left; }

.tel, .mail {
  color: orangered;
  font-size: 1.2em;
}

.eventos-sec {
  text-align: center;
  width: 76%;
  margin: 0 14% 4em 14%;
}
.eventos-sec h2 {

  color: orangered;

}


.eventos-sec .precio {

  font-size: 4em;
  color: orangered;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: 600;

}

h3.precio {

  font-size: 4em;
  color: orangered;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: 600;

}

h3.precio span {

font-size: 0.6em;
}

.eventos-sec p {
 font-size: 1.2em;
padding: 0 2em;

}

.eventos-sec .resaltado {

  font-size: 1.4em;
  font-weight: 600;
}

.eventos-sec .resaltado2 {

  font-size: 2em;
  font-weight: 600;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #b73116;
  color: #000;
}

.eventos-sec .txt_min {
  font-size: 0.9em;
}

.tacos-corte, .guisados-b, .chilaquiles {
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid #dedbdb;
}

  .list-eve2 { padding:1em 2em; }
  .list-eve2 li { color:#b62026; text-align:left; }
  .list-eve2 li span { display:block; color:#000;  font-size:0.6em; text-transform:uppercase; }

.chila {
  display: flex;
  justify-content: space-between; /* Distribuye los elementos a los extremos */
  align-items: center; /* Mantiene la alineación vertical */
}

.precio-chilaquiles {
  margin: 0; /* Asegura que el texto no tenga márgenes extra */
  text-align: right; /* Alinea el texto a la derecha dentro de su div */
  width: 100%; /* Ocupa todo el espacio de su columna */
}

.chila img {
  display: block; /* Asegura que la imagen no tenga márgenes extra */
  width: auto; /* Mantiene su tamaño original */
}


.eventos-sec .precio-chilaquiles {

   font-size: 4em;
  color: orangered;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: 600;
  padding: 0!important;

}

.rojo-naranja {
  color: orangered;
}

.ensaladas-row {

  display: flex;
  justify-content: center;
  align-items: center;
}

   .ensaladas {
   padding: 1em;
   margin-bottom: 2em;
   }

  .ensaladas h3 {
    color: #000;
    font-size: 1.3em;
    text-align: left;
    line-height: 0.7em;
  }
  .ensaladas p { 
     font-size: 0.8em;
     color: #373737;
    text-align: left;
     line-height: 1.1em;
  }

  .eventos-sec .ensaladas p {
    padding: 0;
}

.precio-en {
     font-size: 3em!important;
    color: orangered;
    font-family: "Oswald", sans-serif;
    font-style: italic;
    font-weight: 600;

    padding: 0!important;

}

  .b-verde {
     border: 5px solid #8fd8a6;
  }

    .b-ama {
     border: 5px solid #ebc62a;
  }

/*-- //contact --*/

/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin:0;
    padding: 90px 20px;
    text-align: center;
    background: linear-gradient(rgba(3, 15, 39, .8), rgba(3, 15, 39, .8)), url(../img/carousel-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .container {
    max-width: 760px;
}

.about-page .testimonial {
    padding-bottom: 90px;
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 0px;
    margin: 0 auto;
    display: 0;
}

.testimonial .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(1.8);
    z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 37px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
    padding-top: 50px;
}

.testimonial .testimonial-slider::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 50px;
    top: 0;
    left: calc(50% - 30px);
    background: url(../images/quote.png) top center no-repeat;
}

.testimonial .testimonial-slider h3 {
    color: #fdbe33;
    font-size: 22px;
    font-weight: 700;
}

.testimonial .testimonial-slider h4 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial .testimonial-slider p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
}



/*-- footer --*/
footer{
    background-color: #0e0e0e;
    color: #fff;
    padding: 4em 0;
}
.img-logo img {  }
.footer-info p { font-size:0.9em;color:#ecefe7; }
.footer-info p span { padding-right:0.6em; color:#fff; font-size:1.3em; }
.footer-info a.mail { color:#FFF; }
.footer-info-bt input[type="email"] {
  width: 60%;
    color: #919191;
    background: none;
    outline: none;
    font-size: .9em;
    padding: .5em;
    border: solid 1px #919191;
    -webkit-appearance: none;
}
.footer-info-bt input[type="submit"] {
    outline: none;
    -webkit-appearance: none;
    border: solid 1px #fbd232;
    font-size: .9em;
    color: #212121;
    padding: .5em 1em;
    text-transform: uppercase;
    text-decoration: none;
    background: #fbd232;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.footer-info-sec input[type="submit"]:hover {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    background: none;
}
.menu_footer li a { 
  color:#fff; 
  font-size: 0.9em;
   }
.logos-foot { 
  display:flex;
  flex-direction: column; 
  justify-content:center;
  align-items:center;
  }

.logos-foot .logo-maxima {
  margin-bottom: 7px;
}

.logos-foot p {
  font-size: 0.8em;
  text-align: center;
  line-height: 0.8em;
}
.logos-foot p a {
  color: #e30001;
  font-size: 1.4em;
}

/*-- //footer --*/

/*-- copyright --*/
.footer-redes{
  text-align: center;
    padding: 1em 0;
    background-color: #0e0e0e;
  border-top:1px solid #202020;
  position:relative;
}
.footer-redes p{
  color:#FFFFFF;
  font-size:.9em;
  margin:0;
  
}
.footer-redes p a{
  color:#FFFFFF;
  text-decoration:none;
}
.footer-redes p a:hover{
    color: #fbd232;
}

.tel_f {
   font-size: 1.2em;
   color: orangered;
}
/*-- //copyright --*/


  /*** boton wats */
#wats_btn { width: 68px; height: 72px; position: fixed; bottom: 60px; right: -5px; z-index: 99999; }
#wats_btn img { width: 86%; height: auto; }


/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  z-index: 999; 
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*-- //to-top --*/


.logo-top-tribuna2{
  display: none;
}

.lista-eventos h2 {

   font-size: 1.5em;
   padding: 1em 0;
   color: #000;
   text-align: center;
}


.servicio {

}

.servicio .precio_p {
  background-color: darkred;
  padding: 0.2em 0.3em;
  color: #fff;
  margin-bottom: 0;
}

.servicio .lista_paquetes {
  padding:   1em 0.5em;
  background-color: #f6da90;
}

.uber-leyenda {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    padding: 1em 15%;
    margin-bottom: 1em;
}
.uber-leyenda img { width:120px; }

.uber-leyenda p { color:#fff; text-align:left; color:#999; }


/*** responsive */
@media(max-width:767px){

  .navbar {


     height: auto;
}

  .logos-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

   .nav-bg-color {
    padding:0;
    text-align: center;
     }
  .navbar-collapse  {

    padding:2em;
    
     }


    .logo-top-tacos {

    width: 70%;
}

.logo-top-tribuna2{
  display: block;
  width: 130px;
}

.logo-top-tribuna{
  display: none;
}

  .bienvenida_intro {

  padding:0;
  text-align: center;
  width: 100%;
  margin: 3em 0;
}

.bienvenida_intro h1 {
 line-height: 30px;
}

.bienvenida_intro h1 span {

  font-size: 20px;
  line-height: 5px;
  text-transform: none;
  margin-bottom: 1em;
}

.bienvenida_intro  p {
  color:#686868;
  line-height: 30px;
  margin-top: 1em;
  margin-bottom: 3em;
}

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

.eventos-sec .precio {
    font-size: 3em;
}

.eventos-sec p {
    font-size: 1.1em;
  padding: 0; 
}

.eventos-sec .precio-chilaquiles {
 font-size: 3em;
}

.precio-chilaquiles {
    
    text-align: center;
   
}

.eventos-sec .resaltado2 {
font-size: 1em;

}

.servicio {
  width: 100%;
  
}


.uber-leyenda {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
}

.uber-leyenda p {
  text-align: center;
}

}

@media (max-width: 560px) {
  .lista-eventos h2 {
    font-size: 1.1em

}
}

@media (max-width: 345px) {
    .bienvenida_intro h1 {
       line-height: 1.2em; 
    }

        .bienvenida_intro h1 span{
               display: block;
        line-height: 30px !important;
    
    }
      .lista-eventos h2 {
    font-size: 1em

}

   
}