/*------------- HOME -------------*/
/* DESTAQUE */
#destaque {
  padding: 40px 0 0 0;
}
#destaque img {
  border-radius: 10px;
  margin: auto;
}
.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.owl-carousel .owl-dots .owl-dot:focus,
.owl-prev:focus,
.owl-next:focus {
  outline: none;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 4px;
  background: #f95e21ae;
  display: block;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #f95e21;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 768px) {
  #destaque {
    padding: 48px 0 0 0;
  }
}

/* OFERTAS */
/* Boxes de ofertas */
#ofertas {
  padding: 80px 0 100px;
}
#ofertas .titulo-secao {
  margin-bottom: 0;
}
.box-oferta {
  background: #ffffff;
  border-radius: 10px;
  margin-top: 32px;
  transition: all 0.35s ease-in-out;
}
.box-oferta:hover {
  -webkit-box-shadow: 0px 0px 30px -10px rgba(23, 24, 26, 0.2);
  -moz-box-shadow: 0px 0px 30px -10px rgba(23, 24, 26, 0.2);
  box-shadow: 0px 0px 30px -10px rgba(23, 24, 26, 0.2);
}
.box-oferta .topo-oferta {
  border-radius: 10px 10px 0 0;
  background: #003a71;
  text-align: center;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-oferta .topo-oferta h3 {
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
.box-oferta .topo-oferta h3 span {
  font-weight: 800;
  color: #cc181f;
}
.box-oferta .miolo-oferta {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-oferta .miolo-oferta .capa img {
  width: 100%;
  max-width: 209px;
}
.box-oferta .miolo-oferta .texto {
  width: 100%;
  max-width: 240px;
  margin-left: 20px;
}
.box-oferta .miolo-oferta .texto .descricao {
  font-size: 18px;
  color: #003a71;
  line-height: 1.35;
  margin-bottom: 16px;
}
.box-oferta .miolo-oferta .texto p {
  font-size: 18px;
  line-height: 1.5;
  color: #292f34;
  margin-bottom: 0;
}
.box-oferta .miolo-oferta .texto p span {
  font-weight: 600;
}
.box-oferta .miolo-oferta .texto .valor {
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 0;
}
.box-oferta .miolo-oferta .texto .valor span {
  font-weight: 400;
  font-size: 18;
}
.box-oferta .miolo-oferta .texto .btn-maisdetalhes {
  background-color: #f95e21;
  color: #ffffff;
  width: 100%;
  max-width: 190px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 22px;
}
.box-oferta .miolo-oferta .texto .btn-maisdetalhes:hover {
  background-color: #f98e21;
}
@media (max-width: 992px) {
  .box-oferta .miolo-oferta {
    justify-content: flex-start;
  }
  .box-oferta .miolo-oferta .texto {
    max-width: 100%;
  }

  .box-oferta .miolo-oferta .texto .descricao {
    margin-bottom: 10px;
  }
  .box-oferta .miolo-oferta .texto .descricao,
  .box-oferta .miolo-oferta .texto p,
  .box-oferta .miolo-oferta .texto .valor span {
    font-size: 16px;
  }
  .box-oferta .miolo-oferta .texto .valor {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #ofertas {
    padding: 40px 0 60px;
  }
}
@media (max-width: 425px) {
  #ofertas {
    padding: 30px 0 50px;
  }
  .box-oferta .miolo-oferta {
    flex-direction: column;
    align-items: center;
  }
  .box-oferta .miolo-oferta .capa img {
    max-width: 180px;
    margin-bottom: 20px;
  }
  .box-oferta .miolo-oferta .texto {
    text-align: center;
    margin-left: 0;
  }
  .box-oferta .miolo-oferta .texto .btn-maisdetalhes {
    margin: 16px auto 0;
  }
}

/* VANTAGENS  */
#vantagens {
  background-color: #f4f5f6;
  padding: 80px 0 100px;
}
#vantagens .item {
  padding: 32px 32px;
  text-align: center;
  min-height: 262px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
}
#vantagens .item .icone {
  margin: 0 auto 24px;
  width: 100%;
  max-width: 72px;
}
#vantagens .item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #292f34;
}
#vantagens .item p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(41, 47, 52, 0.7);
  line-height: 1.5;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  #vantagens {
    padding: 40px 0 60px;
  }
}
@media (max-width: 425px) {
  #vantagens {
    padding: 30px 0 50px;
  }
  #vantagens .titulo-secao {
    padding: 0 15px;
  }
  #vantagens .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #vantagens .item {
    padding: 24px 20px;
    min-height: 222px;
  }
  #vantagens .item .icone {
    margin: 0 auto 16px;
    width: 100%;
    max-width: 56px;
  }
}

/* AVISO */
#aviso {
  background-color: #fff4c5;
  padding: 30px 0;
}
#aviso p {
  font-size: 12px;
  line-height: 1.5;
  color: #35444d;
  margin-bottom: 0px;
  text-align: center;
}
#aviso p strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  #aviso p {
    font-size: 16px;
  }
}

/*------------- PÁGINA INSTITUCIONAL -------------*/
#institucional {
  padding: 80px 0 100px;
}
#pagina-institucional .miolo {
  margin-top: 16px;
}
#pagina-institucional .miolo p {
  font-size: 16px;
}
#pagina-institucional .miolo p span {
  font-weight: 700;
}
@media (max-width: 768px) {
  #institucional {
    padding: 60px 0 60px;
  }
}
@media (max-width: 425px) {
  #institucional {
    padding: 40px 0 40px;
  }
}
