html,
body {
  margin: 0;
}

.banner {
  background:rgba(120,4,6,1.00);
}

.banner__content {
  padding:4px;
  height: 100px;
	max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.banner__text {
  flex-grow: 1;
  line-height: 1.4;
  font-family: "Quicksand", sans-serif;
}
.banner__close {
  background: none;
  border: none;
  cursor: pointer;
}
.banner__text{
	font-size: 18px;
	color: #ffffff;
}
.banner__text_linea{
	font-size: 14px;
	color: #ffffff;
}
.banner__close > span {
  color: #ffffff;
	font-size: 30px;
	
}
.button1 {
 background-color:crimson; /* Green */
	 float:inherit;
  max-width: 100px;
  border-radius: 12px;
  color: white;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}


