.box-img-productos .box-int-productos .wp-block-cover.aligncenter {
    margin: 0;
  }
  .box-fd-informa {
    margin: 0;
  }
  .box-img-productos {
    width: 100%;
  }
  .box-img-productos {
    display: flex !important;
    gap: 0 !important;
  }
  #metaslider-id-18.escritorio-banner {
    margin-top: 0px;
    z-index: 0;
  }
  h3.text-footer-h {
    color: #d29e00;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline #0d0d0d;
  }
  .box-botones-deli {
    width: 30%;
    min-width: 25%;
    max-width: 30%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .boton-deli img{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
  }
  .boton-deli img:hover {
    border-radius: 50%;
    -webkit-border-radius: 15%;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 10px 5px #d29e00;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .big-bx-deli-esp .boton-deli img {
    -webkit-transition: none;
  }
  .big-bx-deli-esp .boton-deli img:hover {
    border-radius: 50%;
    -webkit-border-radius: 0%;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 10px 5px #fff0;
    transform: rotate(360deg);
    -webkit-transform: none;
    transform: scale(1.6);
    background-color: #fff0;
  }
  .big-bx-deli, .box-deli-info, .box-img-productos, .box-beneficio-beef, .contenedor-logo-fuego, .logo-fuego, .box-informativo-mss {
    margin: 0;
  }
  
  .wp-block-cover.img-productos-new p {
    margin: 0;
    height: 390px;
    max-height: 395px;
    min-height: 380px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .wp-block-cover.img-productos-new a {
    height: 390px;
    max-height: 395px;
    min-height: 380px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h1, h2, h3, h4, h5, h6 {
      color: #d29e00;
  }
  p {
      color: #fff;
  }
  .titulo-deli h4 {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 2px;
  }
  
  .columna-img-box {
      width: 25%;
      max-width: 25%;
      min-width: 20%;
  }
  .box-central-columnas {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .beneficios-info p {
      color: #ffffff;
      font-weight: 600;
  }
  .beneficios-info h4 {
      color: #d50614;
      font-weight: bold;
      margin: 0;
      font-size: 1.4em;
  }
  .box-informativo-mss h2 {
        color: #d29e00!important;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .columna-info-bef {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
  }
  /**especial movimiento**/
  .img-productos-new img {
    transition: transform 0.3s ease; /* Suaviza el zoom */
    transform: scale(1.2); /* Escala inicial */
  }
  
  .img-productos-new p {
    position: absolute;
    bottom: 20px; /* Ajusta según sea necesario */
    left: 50%;
    transform: translate(-50%, 0);
    transition: transform 0.3s ease; /* Suaviza el movimiento */
  }
  
  .img-productos-new:hover img {
    transform: scale(1); /* Efecto de zoom out */
  }
  
  .img-productos-new:hover p {
    transform: translate(-50%, -10px); /* El texto sube un poco */
  }
  
  .box-img-productos {
      background-color: #000;
  }
  /**especial movimiento**/
  a {
      text-decoration:none;
  }
  
  /**especial movimiento carne**/
  .img-productos-new img {
    transition: transform 0.3s ease; /* Suaviza el zoom */
    transform: scale(1.2); /* Escala inicial */
  }
  
  .img-productos-new p {
    position: absolute;
    bottom: 20px; /* Ajusta según sea necesario */
    left: 50%;
    transform: translate(-50%, 0);
    transition: transform 0.3s ease; /* Suaviza el movimiento */
  }
  
  .img-productos-new:hover img {
    transform: scale(1); /* Efecto de zoom out */
  }
  
  .img-productos-new:hover p {
    transform: translate(-50%, -10px); /* El texto sube un poco */
  }
  
  .box-img-productos {
      background-color: #000;
  }
  /**especial movimiento**/
  a {
      text-decoration:none;
  }
  
  .columna-img-box .img-corte-bef img {
    animation: carneBounce 3s infinite ease-in-out; /* Aplica una animación infinita */
    display: block;
    margin: 0 auto; /* Centra la imagen si es necesario */
  }
  
  @keyframes carneBounce {
    0%, 100% {
      transform: scale(1); /* Tamaño normal */
    }
    50% {
      transform: scale(1.05); /* Zoom in suave */
    }
  }
  /**especial movimiento carne**/
  
  
  
  .interior-logo-fuego-box {
      width: 25%;
      max-width: 30%;
      min-width: 20%;
  }
  
  .contenedor-logo-fuego {
      display: flex;
      justify-content: center;
  }
  .box-logo-fuego {
      z-index: 3;
  }
  .box-beneficio-beef {
      position: relative;
      overflow: hidden;
      background-image: url('https://www.beefburger.cl/wp-content/uploads/2025/01/fondo-beef.jpg');
      background-size: cover; /* La imagen cubrirá todo el fondo */
      background-position: center; /* Centra la imagen */
      background-repeat: no-repeat; /* Evita que la imagen se repita */
  }
  
  /**formulario**/
  
  /* Estilo general del formulario */
  .clientes-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff0; /* Fondo negro */
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    margin: 0 auto;
    color: white; /* Texto blanco */
  }
  
  /* Estilo de los campos */
  .campo-form {
      width: 100%;
      margin-bottom: 0px;
  }
  
  .campo-form p {
      margin: 10px;
  }
  .campo-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: white; /* Texto blanco */
  }
  
  .campo-form input, .campo-form textarea {
      width: 100%;
      padding: 0px;
      background-color: #ffffff;
      color: #000000;
      border: 2px solid #d50714;
      border-radius: 5px;
      font-size: 16px;
      outline: none;
  }
  
  /* Botón de envío */
  .enviar-form [type="submit"] {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .enviar-form [type="submit"]:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
  }
  /**formulario**/
  
  .gn-box-form {
    background-color: #000;
  }
  .box-form-fi {
      width: 100%;
  }
  .box-form-btn {
      background-color: #fff;
      border: 1px #fff;
      border-style: solid;
      border-radius: 10px;
      width: 80%;
      text-align: center;
      padding: 30px;
  }
  .box-form-fi {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .pd-info-form {
      margin: 90px 20px;
  }
  
  .box-form-btn h2 {
      margin: 0;
      color: #d50714;
  }
  a.btn-form-espe {
      background-color: #d29e00;
      padding: 13px;
      color:#fff;
  }
  .btn-form-espe {
      display: inline-block;
      padding: 10px 20px;
      font-size: 1.2em;
      color: #fff;
      background-color: #ff5722; /* Color inicial */
      border: none;
      border-radius: 5px;
      text-decoration: none;
      text-align: center;
      transition: transform 0.2s ease;
      transform-origin: top center; /* Punto de pivote para el efecto péndulo */
  }
  
  .btn-form-espe:hover {
      animation: pendulum 0.6s ease-in-out infinite; /* Activa la animación */
  }
  
  /* Animación del péndulo */
  @keyframes pendulum {
      0% {
          transform: rotate(0deg);
      }
      25% {
          transform: rotate(10deg);
      }
      50% {
          transform: rotate(-10deg);
      }
      75% {
          transform: rotate(5deg);
      }
      100% {
          transform: rotate(0deg);
      }
  }
  /*BANNER HOME*/
  @media (min-width: 993px){
  .banner-principal-mobile {
      display: none;
  }
  }
  @media (max-width: 992px){
  .escritorio-banner {
      display: none;
  }
  }
  /*BANNER HOME*/
  .local-info p {
   font-size: 15px;
    letter-spacing: -1px;
    text-align: left;
    color: #000;
  }
  .local-info h3 {
  text-align: left;
  color: #d29e00;
  }
  
  .d-none{
      display:none!important;
  }
  
  .box-fd-informa{
    position: relative;
    overflow: hidden;
    background-image: url('https://www.beefburger.cl/wp-content/uploads/2025/01/fondo-productos-burger.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 75px;
  }
  .box-productos-img .wp-block-media-text.is-stacked-on-mobile {
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
  }
  .box-productos-img .wp-block-media-text__content p{
      color:#000;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Ultra", serif;
  }
  .box-productos-img .wp-block-media-text__content {
    width: 100%;
    text-align: center;
  }
  .box-productos-img .wp-block-media-text__content .nombre-producto-info {
    margin: 5px 0 0 0 ;
  }
  .box-productos-img .wp-block-media-text__content .gramos-info {
    margin: 3px;
  }
  .wpcf7-not-valid-tip {
    color: #fff!important;
  
  }
.box-productos-img .wp-block-media-text__content p.gramos-info {
  color: #d29e00;
}
.master-box-inst{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.gramos-info{
	display:none;
}