.region-desktop {
  position: relative; }

.region {
  position: relative;
  margin-bottom: 0 !important; }

.MGIB3-container {
  position: relative; }

.MGI3-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 5px;
  width: 100%;
  height: 100%;
  overflow-x: visible;
  overflow-y: hidden;
  pointer-events: none; }

.MGIB3-imageBanner {
  width: 100%;
  height: auto; }

.MGIB3-container picture {
  display: block;
  width: 100%;
  height: auto; }

.MGIB3-container a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none; }

/* Content ALWAYS hover Image Block */
.MGBIB3-content-container,
.MGIB3-content-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* END Content Horizontal Alignment PD Attribute */
/* Content Vertical Alignment PD Attribute */
.MGBIB3-alignment-vertical-arriba {
  grid-row: 1 / 3;
  grid-column: 1 / -1; }

.MGBIB3-alignment-vertical-centro {
  grid-row: 2 / 3;
  grid-column: 1 / -1; }

.MGBIB3-alignment-vertical-abajo {
  grid-row: 3 / 3;
  grid-column: 1 / -1; }

.MGBIB3-alignment-izquierda {
  text-align: left; }

.MGBIB3-alignment-centro {
  text-align: center; }

.MGBIB3-alignment-derecha {
  text-align: right; }

@media (max-width: 768px) {
  .MGBIB3-alignment-izquierda,
  .MGBIB3-alignment-centro,
  .MGBIB3-alignment-derecha {
    text-align: center; } }

/* END Content Horizontal Alignment PD Attribute */
.MGIB3-text-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.MIGB3-text-alignment-arriba {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.MIGB3-text-alignment-centro {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.MIGB3-text-alignment-abajo {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.MGIB3-text {
  width: 100%; }
  .MGIB3-text h1,
  .MGIB3-text h2,
  .MGIB3-text h3,
  .MGIB3-text h4,
  .MGIB3-text h5,
  .MGIB3-text h6,
  .MGIB3-text p {
    margin: 0; }

/* Opacity PD Attribute */
.MGIB3-opacity {
  -webkit-filter: brightness(60%);
          filter: brightness(60%); }

/* END Opacity PD Attribute */
/* Button PD Attribute */
.MGIB3-button-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.MGIB3-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  max-width: 150px;
  font-size: 18px; }
  @media (min-width: 992px) {
    .MGIB3-button {
      font-size: 24px; } }
  .MGIB3-button.MGIB3-buttonStyle-fino {
    height: 25px; }
  .MGIB3-button.MGIB3-buttonStyle-ancho {
    height: 35px; }
  .MGIB3-button:only-child:not(.single) {
    min-width: 35%; }
  .MGIB3-button.single {
    width: 200px; }
  .MGIB3-button.underline {
    text-decoration: underline; }
  .MGIB3-button h1,
  .MGIB3-button h2,
  .MGIB3-button h3,
  .MGIB3-button h4,
  .MGIB3-button h5,
  .MGIB3-button h6,
  .MGIB3-button p {
    margin: 0;
    text-align: center; }

/* END Button PD Attribute */
/* Zoom PD Attribute */
.MGIB3-image-hover {
  -webkit-transition: 1.15s;
  transition: 1.15s; }

.MGIB3-image-hover:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15); }

.MGIB3-image-hover-container {
  overflow: hidden;
  display: block; }

/* END Zoom PD Attribute */
/* Content Horizontal Alignment PD Attribute */
.MGBIB3-buttons-alignment-izquierda {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.MGBIB3-buttons-alignment-centro {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.MGBIB3-buttons-alignment-derecha {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.MGBIB3-buttons-vertical-alignment-arriba {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.MGBIB3-buttons-vertical-alignment-centro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.MGBIB3-buttons-vertical-alignment-abajo {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media (max-width: 768px) {
  .MGBIB3-buttons-alignment-izquierda,
  .MGBIB3-buttons-alignment-centro,
  .MGBIB3-buttons-alignment-derecha {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

/* END Content Horizontal Alignment PD Attribute */
/* Image under content text */
.MGIB3-contentImageBottom {
  width: 40%;
  display: block;
  margin: auto; }

/* END Image under content text */
/* Content under Image Block only in mobile Format */
@media (min-width: 768px) {
  .MGBIB3-content-container-mobileBottom,
  .MGIB3-content-container-mobileBottom {
    position: absolute;
    margin: auto;
    line-height: 140%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media (max-width: 768px) {
  .MGBIB3-content-container-mobileBottom h1,
  .MGBIB3-content-container-mobileBottom h2,
  .MGBIB3-content-container-mobileBottom h3,
  .MGBIB3-content-container-mobileBottom p,
  .MGIB3-content-container-mobileBottom h1,
  .MGIB3-content-container-mobileBottom h2,
  .MGIB3-content-container-mobileBottom h3,
  .MGIB3-content-container-mobileBottom p {
    color: black; } }

/* Content ALWAYS under Image Block */
.MGBIB3-content-container-fixedBottom,
.MGIB3-content-container-fixedBottom {
  display: block; }
  .MGBIB3-content-container-fixedBottom h1,
  .MGBIB3-content-container-fixedBottom h2,
  .MGBIB3-content-container-fixedBottom h3,
  .MGBIB3-content-container-fixedBottom p,
  .MGIB3-content-container-fixedBottom h1,
  .MGIB3-content-container-fixedBottom h2,
  .MGIB3-content-container-fixedBottom h3,
  .MGIB3-content-container-fixedBottom p {
    color: black; }

/* Background Content PD Attribute */
.MGIB3-background-blanco-intenso {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4%; }

.MGIB3-background-blanco-medio {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 4%; }

/* END Background Content PD Attribute */
/* Espacios entre componentes PageDesigner */

/*# sourceMappingURL=V3_genericImageBanner.css.map*/