/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
/* Aumentar tamaño de todos los iconos sociales */
/* 🔹 Forzar wrapper a usar todo el ancho de la pantalla */
.section_wrapper {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

/* 🔹 Asegurar que no aparezca scroll lateral */
html, body {
  overflow-x: hidden !important;
}
