*{

  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;


}


body{

  background: #000;


}

@font-face {
    
  font-family: "montserrat-bold";
  src: url("/Fonts/Montserrat-Bold.otf") format('woff');
 
}
@font-face {
    
  font-family: "montserrat-medium";
  src: url("/Fonts/Montserrat-Medium.otf") format('woff');
 
}
@font-face {
    
  font-family: "poppins-black";
  src: url("/Fonts/Poppins-Black.otf") format('woff');
 
}

@font-face {
    
  font-family: "poppins-bold";
  src: url("/Fonts/Poppins-Bold.otf") format('woff');
 
}

@font-face {
    
  font-family: "poppins-light";
  src: url("/Fonts/Poppins-Light.otf") format('woff');
 
}

@font-face {
    
  font-family: "poppins-medium";
  src: url("/Fonts/Poppins-Medium.otf") format('woff');
 
}

.section-banner-eventos{

  position: relative;
  width: 100%;

}

.section-background-eventos img{

  width: 100%;

}


.text-eventos-outplay{


  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%);

}

.text-eventos-outplay h1{


  font-family: poppins-black;
  color: #ffffff;
  font-size: 2.5vw;

}

