/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Generic base elements.
 */

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

.visually-hidden {
  width: 1px !important;
}

html {
  font-family: var(--font-sans);
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: var(--line-height-base);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  word-wrap: break-word;
  text-align: justify;
  color: var(--color-text-neutral-medium);
  background-color: var(--color--gray-100);
  background-image: url(../../images/bg.png);
}

body, html{
  background-color: #e7e7e7;
}

body.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

main .block__content{
  background-color: white;
  padding: 2em;
  box-shadow: 0px 40px 30px -25px #00000047;
}

.region--breadcrumb{
margin-bottom: -3em;
    z-index: 1000 !important;
    position: relative;
    padding-left: 3em;
}

.region--highlighted
{
      z-index: 1000;
    position: absolute;
    top: 0;
}

#block-olivero-page-title{
  background-color: white;
  padding-top: 4em;
}

[dir="rtl"] body {
  background-position: top right;
}

a {
  color: var(--color-text-primary-medium);
}

a:hover {
  color: var(--color--primary-50);
}

a:focus {
  outline: solid 2px currentColor;
  outline-offset: 2px;
}

button {
  font-family: inherit;
}

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

audio {
  display: block;
  max-width: 100%;
}

h1 {
  letter-spacing: -0.01em;
  font-size: 1.75rem;
  line-height: var(--sp2);
}

h2 {
  letter-spacing: -0.01em;
  font-size: 1.5rem;
  line-height: var(--sp2);
}

h3 {
  font-size: 1.25rem;
  line-height: var(--sp1-5);
}

h4 {
  font-size: 1.125rem;
  line-height: var(--sp1-5);
}

h5 {
  font-size: 1rem;
  line-height: var(--sp1-5);
}

h6 {
  font-size: 0.875rem;
  line-height: var(--sp);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: var(--sp);
  color: var(--color--primary-60);
  font-family: var(--font-sans);
  font-weight: bold;
}

.splash_makro{
  margin: auto auto 2em auto;
    border-radius: 0.5em;
    opacity: 0.8;
}
h1 {
  background-color: var(--color-text-primary-medium);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  display: block !important;
  padding-bottom: 0.2em;
  margin: 0;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

h1::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5em;
    height: 50%;
    border-bottom: solid 4px var(--color--primary-50);
    box-shadow: 0 25px 25px -10px #00000017;
    margin-left: -10%;
    margin-right: -10%;
    pointer-events: none;
    opacity: 0.6;
}


ul {
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  margin-inline-start: 1.5em;
  margin-inline-end: 0;
  padding-inline-start: 0;
  list-style-type: disc;
  list-style-image: none;
}

.wrapper_makro_items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-family: var(--font-sans);
  align-content: center;
  justify-content: center;
}

.makro_item {
  flex: 1 1 0;
    text-align: center;
    padding: 1em;
    color: #272727 !important;
    background-color: #e3d7d7d9;
    margin: 0.5em;
    transition: all 0.5s !important;
    text-shadow: none;
    border-radius: 1em;
}

.makro_item:hover {
  box-shadow: 0px 38px 25px -25px #00000040 !important;
}

.makro_item:hover .title {
  color: black;
}

.makro_item .makro_img {
  background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    width: 100%;
    height: 150px;
    background-color: white;
    border-radius: 1em;
    margin-bottom: 1em;
}

.makro_item .makro_img_small {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  width: 100%;
  height: 100px;
  max-height: 70px;
  min-width: 150px;
  background-color: rgb(255 255 255);
}

.makro_item .makro_img_medium {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 150px;
  min-width: 150px;
  background-color: rgb(255 255 255);
}

.makro_item .makro_img_product {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  background-color: transparent;
}

.makro_item h3 {
  font-size: 18px;
}

.makro_item .title {
  margin-block: 0 !important;
  line-height: 20px;
  transition: all 0.5s;
}

.makro_item p {
  font-size: 14px;
  margin-block: 0 !important;
  line-height: 22px;
}

.makro_gray_content {
  color: #ffffff;
    padding: 3em;
    box-shadow: 500px 0px 0px #666666, -500px 0px 0px #666666, -100px 0px 50px -10px #00000099, 100px 0px 50px -10px #000000b3, inset 0px 0 50px 50px #666666;
    display: block;
    z-index: 1;
    position: relative;
    font-size: medium;
    background: #857676;
    background: radial-gradient(circle, rgba(133, 118, 118, 1) 0%, rgba(120, 111, 111, 1) 50%, rgba(102, 102, 102, 1) 100%);
}

.makro_gray_content h3,
.makro_gray_content h2 {
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}

.makro_gray_content p {
  margin-top: 0px !important;
}

.small {
  font-size: small !important;
}

.wrapper_makro_bars {
  display: flex;
    line-height: 1.5em;
    font-family: var(--font-sans);
    background-color: #00000030;
    padding: 1em;
    border-radius: 1em;
}

.wrapper_makro_bars .makro_bars_titles {
  text-align: right;
}

.wrapper_makro_bars .makro_bars_shapes {
  flex-grow: 8;
}

.wrapper_makro_bars .bar_title {
  padding: 1em;
    font-weight: 100;
    color: #e07070;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px #00000047;
}

.wrapper_makro_bars .bar_body {
  padding: 1em;
  position: relative;
}

.wrapper_makro_bars .bar_body::before {
  content: "|";
    display: inline-block;
    position: absolute;
    left: 1em;
    right: 1em;
    color: transparent;
    text-shadow: 0 0 transparent;
    background-color: #b9b9b9;
    opacity: 1;
    background-size: 4px 4px;
    background-image: repeating-linear-gradient(45deg, #582626 0, #2f0000 0.4px, #b3a7a7 0, #710e0e 50%);
    border-bottom: solid 1px #9a9a9a;
    box-shadow: inset -2px 0px 3px #00000047, inset -1.6em 0px 0px #877373;
}

.wrapper_makro_bars .bar_body::after {
  content: " ";
  width: 1em;
  display: block;
  background-color: #d64343;
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  border-radius: 7px;
  right: 1.6em;
  border-bottom: solid 1px #820000;
  border-top: solid 1px white;
  border-left: solid 1px #deaaaa;
  border-right: solid 1px #b24646;
  box-shadow: -5px 0px 4px -4px #0000005c;
}

.iframe-maps {
  border: solid 4px #d64343 !important;
  border-radius: 1em;
}

a[href="/"].breadcrumb__link::before,
a[href="/en"].breadcrumb__link::before {
  font-family: "Font Awesome 6 Solid";
  font-weight: 900;
  content: "\f015";
  display: none;
}

a[href="/"].breadcrumb__link svg,
a[href="/en"].breadcrumb__link svg {
  margin-right: 0.5em;
  margin-left: -0.5em;
  transform: scale(1.3);
}

@media (max-width: 800px) {
  h1::before {
    margin-left: 5%;
    margin-right: 5%;
  }

  a[href="/"].breadcrumb__link svg,
  a[href="/en"].breadcrumb__link svg {
    margin-right: 0.2em;
    transform: scale(1.0);
  }

}

.doxflow_clientes {
  padding-top: 4em;
}

