body {
  width: 100% !important;
  font-family: 'Roboto', sans-serif;
}

body,
table,
td,
a {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  color: #fff;
}

table td {
  border-collapse: collapse !important;
}

img {
  border: 0;
  height: auto;
  outline: none;
  text-decoration: none;
  max-width: 100%;
}

h1, h2, h3 {
  margin: 0;
  font-family: 'Bebas Neue', cursive;
}

h1{
  color: #fff;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 3.5rem;
  text-shadow: 0 2px 3px #00000027;
}

header{
  height: 0;
}

.sec-1{
  background: url(../img/bgv2.jpg) no-repeat center;
  background-size: cover;
}

.sec-2{
  background-color: #ffa101;
}

.uk-slidenav{
  background: #2c9de3;
    border-radius: 50%;
    color: #fff!important;
}

.uk-slidenav:hover{
  opacity: .8;
}

.sec-4{
  background: url(../img/bg-2.jpg) no-repeat center;
  background-size: cover;
}

.newsletter h2{
  font-style: italic;
  font-size: 4rem;
  line-height: 3.5rem;
  text-shadow: 0 2px 3px #00000027;
}

.newsletter p{
  font-size: 1.5rem;
  padding: 5px 0 25px;
  text-shadow: 0 2px 3px #00000054;
}

.newsletter input{
  display: block;
  font-size: 1.25rem;
  padding: 10px;
  margin: 0 auto 10px;
  border-radius: 5px;
  width: 340px;
  border: none;
  outline: none;
}

.newsletter button{
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px auto 0 auto;
  padding: 10px 30px;
  background-color: #023571;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
}

.newsletter button:hover{
  background-color: #001833;
}

.btn{
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 30px;
  background-color: #023571;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  max-width: 80px;
  margin: 15px auto 0;
  transition: .3s;
}

.btn:hover{
  color: #fff;
  background-color: #001833;
  text-decoration: none;
}

@media(max-width: 400px){
  .newsletter input{
      font-size: 1rem;
      width: 280px;
  }
}

.newsletter h2 span{
  display: block;
  color: #fff;
}


#faq{
  background: #0461c6;
}

#faq h2{
  font-style: italic;
  font-weight: bold;
  color: #4fd4ff;
  font-size: 4rem;
  margin-bottom: 0px;
}

#faq h3{
  font-family: 'Roboto';
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

#faq p{
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}

#faq ul{
  padding: 0 10px;
}

#faq ul h2{
  font-size: 1.75rem;
  margin-bottom: 0;
  line-height: normal;
  color: #ff8800;
  text-align: left;
}

#faq li{
  background: #023571;
  border-radius: 20px;
  padding: 20px 40px;
  text-align: left;
  font-size: 16px;
  position: relative;
}

#faq li p{
  font-size: 16px;
}

#faq .uk-accordion-title::before{
  content: ">";
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4fd4ff;
  padding: 5px;
  border-radius: 50%;
  color: #023571;
  position: absolute;
  left: -25px;
}

#faq .uk-open>.uk-accordion-title::before{
  background: #4fd4ff;
}

.app{
  position: relative;
}

.app-text{
  font-family: 'Bebas Neue', cursive;
  font-style: italic;
  font-size: 2rem;
  line-height: 2rem;
  color: #023571;
  text-transform: uppercase;
  padding-left: 5px;
}

.sec-3{
  background-color: #023b7e;
}

.sec-3 .title{
  font-family: 'Bebas Neue', cursive;
  font-style: italic;
  font-size: 4rem;
  line-height: 3.5rem;
  color: #2c9de3;
  text-transform: uppercase;
  max-width: 230px;
  margin: 0 auto;
}

.sec-3 .title span{
  color: #ff8800;
  margin-left: 40px;
}

.sec-3 .subtitle{
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  margin: 5px 0 25px;
}

.uk-card{
  border-radius: 25px;
}

.uk-card a:hover{
  text-decoration: none;
  color: #fff;
}

.uk-card-media-top{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}

.line{
  position: absolute;
  display: block;
  height: 7px;
  width: 60%;
  background: #023b7e;
  bottom: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.uk-card-media-top img{
  max-height: 250px;
  max-width: 250px;
  padding: 10px;
}

.uk-card-body{
  background: #ff4e00;
  color: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 20px;
  height: 60px;
  display: flex;
  align-items: center;
}

.uk-card-title{
  color: #fff!important;
  line-height: 1.5rem;
}

.buttons{
  margin-top: 10px;
}

.buttons a{
  text-decoration: none;
}

.icon{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8560e;
  padding: 5px;
  border-radius: 15px;
  height: 70px;
  width: 70px;
}

.icon img{
  max-width: 60px;
}



footer{
  background: #004b9d;
  color:#fff
}
.footer{
  padding:30px 0
}
.footer .social{
  width:100%;
  align-items:flex-end;
  justify-content:center;
  list-style: none;
  padding-left: 0;
}
.footer .social li{
  margin:10px
}
.footer .social li a{
  margin:10px;
  color:#fff
}
.footer .social li a:hover{
  color:#001833
}

.copy{
  background:#003e81;
  padding:20px 0;
}

.copy span{
  font-weight: bold;
  display:inline-block;
  width:100%;
  color:rgb(230, 230, 230);
  font-size:.9rem;
  padding-bottom: 10px;
}

.legal{
  font-size: .8rem;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

@media(max-width: 640px){
  .desconto{
    left: 30%;
  }
  .responsive-cronometro{
    flex-direction: column;
  }
  .responsive-cronometro .app-text{
    margin-top: 15px;
  }
  h1{
    font-size: 1.2rem;
  }
}

@media(max-width: 420px){
  .desconto{
    left: 20%;
  }
}