@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900');


body {
  margin: 0 !important;
  padding: 0;
}

.banner--marzo {
  color: #FFF;
  padding: 20px 0px 10px;
  width: 100% !important;
  height: auto !important;
  font-family: 'Titillium Web', sans-serif;
  background: linear-gradient( to left, rgba(0,0,0,0), #451364 ),url(bg-banner.jpg) ;
  background-repeat: no-repeat;
background-size: cover;
  background-position: center;
}

.banner--marzo  .container {
  max-width: 1170px;
  margin: 0 auto;
}

.banner--marzo  .container .content {
  width: 60%;
  text-align: center;
  margin-bottom: 15px;
  padding: 0px 20px;
}

.content .title {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 768px) {
  .content {
    width: inherit !important;
  }
  .content .amount{
    font-size: 40px !important;
  }
}

.content .title span{
  font-weight: bold;
}

.content .amount{
  font-size: 60px;
  margin: 0;
}

.content .btn-accion, .btn-accion:focus {
  font-family: "Titillium Web", sans-serif;
  background: #498B2B;
  width: 200px;
  /* margin: 20px 0 5px; */
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 600;
  padding: 10px 0;
  border: none;
  /* display: block; */
  outline: none;
  line-height: 1.2;
  cursor: pointer;
}

.content .btn-accion:hover {
  background: #3a7021;
  color: #fff;
}

.btn-accion-hover {
  background: #3a7021;
  color: #fff;
}



.banner--marzo-hover {
  /* padding: 20px 0px 10px; */
  /* width: 100% !important;
  height: auto !important; */
  background: linear-gradient(  rgba(69,19,100,0.8), rgba(69,19,100,0.8) ),url(bg-banner.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  cursor: pointer !important;
}