/* Local compatibility bundle for the static copy of albergosorive.com. */
@import url("/wp-content/themes/hello-elementor/style.min.css");
@import url("/wp-content/themes/hello-elementor/theme.min.css");
@import url("/wp-content/plugins/elementor/assets/css/frontend.min.css");
@import url("/wp-content/plugins/elementor-pro/assets/css/frontend.min.css");
@import url("/wp-content/plugins/powerpack-elements/assets/css/min/frontend.min.css");
@import url("/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css");
@import url("/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css");

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

img,
svg,
video {
  height: auto;
  max-width: 100%;
}

.elementor-section,
.elementor-container,
.elementor-row {
  max-width: 100%;
}

@media (max-width: 767px) {
  .elementor-column {
    min-width: 0;
  }
}
