body {
  font-family: "Signaturide Sans", Arial, sans-serif;
}

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  background: url(../images/bg_home.png);
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-content {
  background-image: url(../images/cerro_de_la_silla.png);
  background-position: bottom right 8%;
  background-repeat: no-repeat;
  background-size: 40%;
}

/* MENU LEFT */
.hero-menu {}

.hero-menu h5 {
  font-style: italic;
  margin-bottom: 20px;
}

.hero-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 6px;
  font-weight: 300;
  letter-spacing: 1px;
}

.ovalo {
  background-image: url(../images/ovalotexto.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 450px;
  width: 400px;
}

/* CENTER TEXT */
.hero-title {
  /* border: 2px solid #fff; */
  /* width: max-content; */
  /* border-radius: 10%; */
  /* padding: 13% 30%; */
  text-align: center;
  font-family: 'Signaturide Sans', Arial, sans-serif;
}

.hero-title h1 {
  /* font-size: 2rem; */
  font-weight: initial;
  line-height: 0.95;
  letter-spacing: 0.5px;
  font-size: 2.8rem;
}

.hero-title span {
  display: block;
  font-size: 0.5rem;
  letter-spacing: 4px;
}

/* BUTTON */
.btn-hero {
  background: #e10600;
  color: #fff;
  border-radius: 0;
  padding: 12px 30px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
}

.btn-hero:hover {
  background: #b80500;
}

/* FOOTER INFO */
.hero-footer {
  font-size: 0.7rem;
  font-weight: 300;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .hero-title h1 {
    font-size: 2.2rem;
  }
}

.menu {
  height: 100%;
}

.bg-cabrito {
  background: url(../images/cabrito.png);
  background-position: bottom left;
  background-size: 50%;
  background-repeat: no-repeat;
  /* height: 400px; */
}

.badge-pipirin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 53px;
  background-color: #000;
  color: #fff;
  /* font-family: 'Oswald', sans-serif; */
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50%;
  line-height: 1;
}

.text-pipirin {
  color: #04258f;
  line-height: normal;
}

.text-red-pipirin {
  color: #b50416;
}

.space-50 {
  letter-spacing: 3px;
  font-weight: 500;
}

.btn-pipirin {
  /* COLOR BLACK */
  background-color: #000;
  color: #fff;
  border-radius: 0%;
}

.pipirin-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 32px;

  border: 1px solid #000;
  border-radius: 50%;

  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 1px;

  line-height: 1;
}

.oval-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 60px;
  height: 32px;

  border: 1px solid #ffffff;
  background-color: white;
  color: #B50214;
  border-radius: 50%;

  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 1px;

  line-height: 1;
}

.line-time {
  border-bottom: 2px solid black;
  width: 18%;
  display: inline-block;
}

.line {
  border-bottom: 2px solid black;
  display: inline-block;
  width: 100%;
}

.no-mayuscula {
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.horario {
  background-color: #B50214;
  height: 100vh;
}

.bg-bocho {
  background-image: url(../images/autoybaile.png),url(../images/bocho-mb.png);
  background-position: center,top 15% center;
  background-repeat: no-repeat,no-repeat;
  background-size: contain,25%;
  height: 100%;
}

/* Estilo general de la sección para el fondo negro */
.social-icons-section {
  background-color: #000000;
  /* Fondo negro */
  padding: 40px 0;
  /* Espaciado superior e inferior */
  min-height: 150px;
  /* Para asegurar que se vea bien */
  display: flex;
  align-items: center;
}

/* Estilo del contenedor de cada ícono (el círculo blanco) */
.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  /* Tamaño del círculo */
  height: 45px;
  /* Tamaño del círculo */
  border-radius: 50%;
  /* Para que sea un círculo */
  /* background-color: #ffffff; */
  /* Círculo blanco */
  margin: 0 12px;
  /* Espacio entre los íconos */
  text-decoration: none;
  /* Quitar el subrayado de los enlaces */
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  /* Sombra suave para destacar */
  transition: transform 0.2s ease-in-out;
  /* Transición para el efecto hover */
}

/* Estilo de la imagen dentro del círculo */
.social-icon i {
  font-size: 20px;
  /* Tamaño del ícono */
  color: #000000;
  /* Color */
}

/* Efecto al pasar el ratón (hover) */
.social-icon:hover {
  transform: scale(1.1);
  /* Un pequeño aumento de tamaño */
}

/* Ajuste para móviles (responsive) */
@media (max-width: 576px) {
  .social-icon {
    width: 40px;
    height: 40px;
    margin: 0 8px;
  }

  .social-icons-section {
    padding: 20px 0;
  }
}

.whatsapp-float {
    position: fixed;
    top: 5%;
    right: 10%;
    z-index: 9999;

    width: 45px;
    height: 45px;

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

    font-size: 2.5rem;
    transition: transform .2s ease;
    color: #ffffff;

}
.nav-link{
  color: #000000 !important;
}
.whatsapp-float:hover {
    transform: scale(1.08);
}
.whatsapp-float i {
    color: #ffffff;
}

/* ===== COLORES DEL ICONO ===== */
.whatsapp-float.icon-light i {
    color: #ffffff!important;
}

.whatsapp-float.icon-dark i {
    color: #02238e!important;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .whatsapp-float {
        top: 10%;
        /* bottom: 20px; */
        right: 5%;
    }
}

.watch-section {
    min-height: 100vh;
}

footer{
  height: 100vh;
}

.bg-cabrito-light{
   background-image: 
        url("../images/cabrito_a_la_len.png"),
        url("../images/molcajete.png");

    background-position: 
        top 3% right,
        bottom 5% right;

    background-repeat: 
        no-repeat,
        no-repeat;

    background-size: 
        200px,
        200px;
}

.btn-pipirin:hover {
  background-color: #B50214;
  color: #ffffff;
}
.btn-pipirin:active {
  background-color: #B50214;
  color: #ffffff;
}