.modulo-hero-a-por-europa{
  background: linear-gradient(
    to top,
    var(--Color-Surface-General-Inverse, #00402A) 0%,
    var(--Color-Surface-General-Inverse, #00402A) 0%,
    var(--Color-Surface-General-1, #F9F9F9) 100%,
    var(--Color-Surface-General-1, #F9F9F9) 100%
  );
}

.modulo-hero-a-por-europa__header-default{
   border-radius: 16px;
   min-width: 100%;
}

.modulo-hero-a-por-europa__video-container{
    position: relative;
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 1rem;

  
}

.modulo-hero-a-por-europa__video{
  border-radius: 1rem;
  height: 175px;
  width: 100%;
  object-fit: fill;
}

.modulo-hero-a-por-europa__play-icon {
  height: 56px;
  width: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

@media(min-width: 576px){

.modulo-hero-a-por-europa__video{
  border-radius: 1rem;
  height: 275px;
  width: 100%;
}

}

@media(min-width: 768px){

.modulo-hero-a-por-europa__video{
  border-radius: 1rem;
  height: 350px;
  width: 100%;
}

}

@media(min-width: 992px){
.modulo-hero-a-por-europa__header-default{
  border-radius: 48px;
}

 .modulo-hero-a-por-europa__video{
  border-radius: 48px;
   height: 450px;
   object-fit: fill;
}

  .modulo-hero-a-por-europa__play-icon {
  height: 80px;
  width: 80px;
}
}

@media(min-width: 1200px){

  .modulo-hero-a-por-europa__header-default{
    height: 550px;   
  }
  
 .modulo-hero-a-por-europa__video{
  border-radius: 48px;
   height: 550px;
}

}

@media(min-width: 1920px){

  .modulo-hero-a-por-europa__header-default{
    height: 800px;   
  }
   .modulo-hero-a-por-europa__video{
      height: 800px;
    }

}