* {
  padding: 0;
  margin: 0;
}
.img-r img{
  width: 100%;
}
.main-header{
  overflow: hidden;
  max-height: 400px;

}
.main-header img{
  margin-bottom: -5px;
}
.offer{
  width: 80%;
  margin: 0 auto;
  margin-top: -30px;
  box-shadow: 1px 1px 3px 1px #b5b5b5;
  margin-bottom: 30px;
}
.offer .custom-content{
  padding: 15px;
  margin-bottom: 30px;
}
 .custom-content h2{
  text-align: center;
    font-size: 16px;
}

.offer p{
  text-align: justify;
}
.custom-cta{
  margin-top: 30px;
  margin-bottom: 30px;
}
.custom-cta a{
  display: block;
  max-width:  200px;
  margin: 0 auto;
  border-radius: 50px;
  background-color:  #dd0033;
  color: white;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  transition: .5s ease;

}
.custom-cta a:hover{
  background-color:#fb446e;
  text-decoration: none;
  color: white;
}

.code-r{
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 300px;

}

#modalcode  .modal-header{
    padding: 0px !important;
    position: relative;
}
#modalcode  .modal-header button{
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  z-index: 1;
}
@media(min-width:768px){
  .offer{
    margin-top: -100px;
  }
  .custom-cta a{
    max-width:  400px;
  }
}
