.banner-image .banner-text{
    padding-top:15.3%;
}
.banner-area.banner-image{
    background-image: url('../img/banner/banner-foto.jpg');
    background-position: center!important;
}
.banner-area.banner-image:after{
    background-color:transparent!important;
}
.banner-area .banner-text h1{
    font-size: 39px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-transform: none;
}
.banner-area .titulo-small{
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.57);
    font-size: 20px;
    text-align: left;
    color: #ffffff;    
}
.frase-principal{
    font-family:'latoregular';
}
.btn-garantir {
  width: 377px;
  height: 74px;
  border-radius: 3px;
  border: solid 2px #fdd100;
  background-color: #fdd100;
  margin-top:15px;
}
.btn-garantir:hover {
    border: solid 2px #eac200;
    background-color: #eac200;
}
.garantir-desconto {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
    color: #284a66;
    text-transform: uppercase;
}
.garantir-desconto:hover {
    color:#284a66;
    text-decoration:none;
}
.pegar-desconto {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.57);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #a7a7a7;
  text-decoration:underline;
}
.pegar-desconto:hover{
    color:#469E28;
}
.label-1{
    font-size:25px;
    color:#fff;
}
.asterisco{
    color: #fff!important;
    top: -24px;
    font-size: 23px;
    position: relative;
}
@media (max-width: 767px){
    .banner-area.banner-image{
        background-position: initial!important;
    }
    .banner-text h1 {
        font-size: 26px!important;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .banner-image .banner-text {
        padding-top: 45%;
    } 
    .btn-garantir {
        width: 290px;
        height: 49px;
    }
    .garantir-desconto {
        font-size: 15px;
    }
    .asterisco{
        top: -8px;
    }    
    .label-1{
        margin-top:1px;
    }
}
