.box-img-productos .box-int-productos .wp-block-cover.aligncenter {
  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: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: underline #5490ff;
}
.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 #d50614;
  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: #5490ff;
}
p {
    color: #000;
}
.titulo-deli h4 {
  color: #d50614;
  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: #fff!important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.columna-info-bef {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.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://devforsend.cl/bufalo-beef/wp-content/uploads/2024/12/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: #000; /* 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: #d50714;
  color: white;
  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: white;
  color: #d50714;
}
/**formulario**/

.gn-box-form {
    background-color: #d50714;
    box-shadow: 1px 0px 6px 6px #d50714;
}
.box-form-fi {
    width: 100%;
}
.box-form-btn {
    background-color: #000;
    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: #d50714;
    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: #000;
}
.master-box-inst{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.formulario-ac {
  background-color: #0791d5;
}
.whatsapp-ac {
  background-color: #35a403;
}
.botones-accion {
  padding: 15px;
  color: #fff!important;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 800;
  display: inline-block;
  transition: transform 0.2s ease;
  transform-origin: top center;
}

.botones-accion:hover {
  animation: pendulum 0.6s ease-in-out infinite;
}
.botones-accion.formulario-ac :hover {
  color: #0791d5;
  background-color: red;
}
.botones-accion.whatsapp-ac :hover {
  color: #35a403;
  background-color: red;
}
.bx-parrafo span {
  color: #5490ff;
  font-weight: 800;
}
.bx-mapa {
  display: flex;
}
.color-bx {
  background-color: #5490ff;
}
.color-bx h2, .color-bx p{
  color: #fff;
}
.bx-modelos {
  display: flex;
  justify-content: space-around;
  padding-bottom: 60px;
}
#presentacion .bx-links{
  padding-bottom: 30px;
}
.modelos-interior {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  width: 30%;
  box-shadow: 10px 2px 11px #0000004f;
}
.modulo-img {
  border-radius: 15px;
}
.modelos-interior p {
  color:#5490ff;
}
.modelos-interior h3, .modelos-interior p span {
  margin: 5px 0px;
  font-weight: 900;
}
.galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 15px;
  padding: 20px;
}

.galeria-grid a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.galeria-grid img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.galeria-grid a:hover {
    transform: scale(1.05);
}


.inversion-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.inversion-descripcion {
  flex: 1;
  max-width: 500px;
  text-align: center;
}

.inversion-beneficios {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
}

.beneficio-item {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.beneficio-item i {
    font-size: 24px;
    color: #007bff;
}


.ubicacion-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.ubicacion-info {
    flex: 1;
    max-width: 450px;
}

.contacto-botones {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.btn-contacto {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.btn-contacto i {
    margin-right: 5px;
}

.btn-contacto:hover {
    background-color: #0056b3;
}

.ubicacion-mapa {
    flex: 1;
    max-width: 500px;
}

.ubicacion-mapa iframe {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    border: none;
}
.ubicacion-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.ubicacion-info {
    flex: 1;
    max-width: 450px;
}

.contacto-botones {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.btn-contacto {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.btn-contacto i {
    margin-right: 5px;
}

.btn-contacto:hover {
    background-color: #0056b3;
}

.ubicacion-mapa {
    flex: 1;
    max-width: 500px;
    text-align: center;
}

.ubicacion-mapa img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ubicacion-mapa img:hover {
    transform: scale(1.05);
}
#ubicacion-destacada {
    margin-top: 40px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
}

.ubicacion-lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.ubicacion-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    max-width: 350px;
}

.ubicacion-item i {
    font-size: 24px;
    color: #007bff;
}
.inversion-beneficios .beneficio-item p {
  color: #000;
}

#inversion h2, .inversion-descripcion p {
  color: #fff;
}
#inversion {
  padding-top: 20px;
  padding-bottom: 60px;
}