html,body{margin:0;padding:0;overflow:hidden;height:100%;scroll-behavior:smooth}#contenedor{display:flex;flex-direction:row;overflow-x:scroll;overflow-y:hidden;width:100vw;height:100vh;scroll-snap-type:x mandatory;scroll-behavior:smooth}#contenedor>.fila{flex:0 0 100vw;height:100vh;scroll-snap-align:start;scroll-snap-stop:always}@media (max-width:1079px){html,body{overflow-y:auto!important;overflow-x:hidden!important;height:auto!important;scroll-behavior:smooth!important}#contenedor{display:block!important;overflow-y:auto!important;overflow-x:hidden!important;height:auto!important;scroll-snap-type:none!important}#contenedor>.fila{width:100%!important;min-height:100vh!important;height:auto!important;scroll-snap-align:none!important;scroll-snap-stop:normal!important;display:flex!important;flex-wrap:wrap!important}#contenedor>.fila .et_pb_column{width:100%!important;max-width:100%!important;flex:0 0 100%!important;height:auto!important;min-height:auto!important}}.alinear-abajo{display:flex;flex-direction:column;justify-content:flex-end;height:100%}.alinear-arriba{display:flex;flex-direction:column;justify-content:flex-start;height:100%}.marca-reg{font-size:0.5em;vertical-align:super;position:relative;top:-0.1em;margin-left:0.1em}.redes-sociales-custom{display:flex;justify-content:center;gap:16px}.redes-sociales-custom a{background:white;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform 0.3s ease,background 0.3s ease}.redes-sociales-custom i{font-size:18px;color:#e25f2a}.redes-sociales-custom a:hover{transform:scale(1.1);background:#ffe5db}