/* VISTA EXPLODIDAS */
.box_vistas .vista {
  display: none;
  border: 1px #dcdcdc solid;
  margin-bottom: 1rem;
}
.box_vistas h4 {
  background: #f1f1f1;
  font-size: 1.1rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
}
.box_vistas h4:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  top: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211.5px%22%20height%3D%227.3px%22%20viewBox%3D%22-90%2049.7%2011.5%207.3%22%20enable-background%3D%22new%20-90%2049.7%2011.5%207.3%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23333%22%20points%3D%22-87.7%2C52.3%20-84.2%2C55.8%20-80.8%2C52.3%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.box_vistas h4:hover {
  background: #fe3131;
  color: #fff;
}
.box_vistas h4:hover:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211.5px%22%20height%3D%227.3px%22%20viewBox%3D%22-90%2049.7%2011.5%207.3%22%20enable-background%3D%22new%20-90%2049.7%2011.5%207.3%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-87.7%2C52.3%20-84.2%2C55.8%20-80.8%2C52.3%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.box_vistas .vista_ativo {
  background: #fe3131;
  color: #fff;
}
.box_vistas .vista_ativo:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211.5px%22%20height%3D%227.3px%22%20viewBox%3D%22-90%2049.7%2011.5%207.3%22%20enable-background%3D%22new%20-90%2049.7%2011.5%207.3%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-87.7%2C52.3%20-84.2%2C55.8%20-80.8%2C52.3%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.box_duvidas {
  border: 1px #dcdcdc solid;
  margin-top: 2rem;
}
.box_duvidas .duvida {
  display: none;
  padding: 1rem;
}
.box_duvidas .active {
  -webkit-box-shadow: 0 11px 8px -3px rgba(0, 0, 0, 0.19);
          box-shadow: 0 11px 8px -3px rgba(0, 0, 0, 0.19);
  width: 104%;
  margin-left: -2%;
  background: #fff;
}
.box_duvidas h4 {
  font-size: 1rem;
  padding: 1rem 1.3rem 1rem 1rem;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
  font-family: 'open_sansregular';
  border-top: 1px #dcdcdc solid;
  margin-bottom: 0;
}
.box_duvidas h4:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  top: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211.5px%22%20height%3D%227.3px%22%20viewBox%3D%22-90%2049.7%2011.5%207.3%22%20enable-background%3D%22new%20-90%2049.7%2011.5%207.3%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23333%22%20points%3D%22-87.7%2C52.3%20-84.2%2C55.8%20-80.8%2C52.3%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.box_duvidas h4:hover {
  background: #fe3131;
  color: #fff;
}
.box_duvidas h4:hover:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211.5px%22%20height%3D%227.3px%22%20viewBox%3D%22-90%2049.7%2011.5%207.3%22%20enable-background%3D%22new%20-90%2049.7%2011.5%207.3%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-87.7%2C52.3%20-84.2%2C55.8%20-80.8%2C52.3%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.box_duvidas h4:first-child {
  border: none;
}
.box_duvidas .duvidas_ativo {
  width: 104%;
  margin-left: -2%;
  background: #fe3131;
  color: #fff;
  border-top: 1px #fe3131 solid;
}
.box_duvidas .duvidas_ativo:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2211.5px%22%20height%3D%227.3px%22%20viewBox%3D%22-90%2049.7%2011.5%207.3%22%20enable-background%3D%22new%20-90%2049.7%2011.5%207.3%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%22-87.7%2C52.3%20-84.2%2C55.8%20-80.8%2C52.3%20%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.box_duvidas .duvidas_opacity {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.banner_duvida {
  max-width: 420px;
  text-align: center;
  border: 1px hsl(215, 99%, 85%) solid;
  padding: 1rem;
  margin: 2rem auto 0 auto;
  background: hsl(215, 99%, 95%);
}
@media only screen and (min-width: 48em) {
  .banner_duvida {
    margin-top: 0;
  }
}
@media only screen and (min-width: 75em) {
  .banner_duvida {
    padding: 1rem 0 0 0;
  }
}
.banner_duvida h3 {
  color: #014AAF;
  letter-spacing: 0;
}
.banner_duvida div {
  position: relative;
  margin-top: -0.5rem;
  background: #014AAF;
  padding: 1rem;
}
@media only screen and (min-width: 75em) {
  .banner_duvida div {
    padding: 0;
    min-height: 269px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(215, 99%, 95%)), color-stop(22%, hsl(215, 99%, 95%)), color-stop(22%, #014AAF), to(#01419a));
    background: -o-linear-gradient(top, hsl(215, 99%, 95%) 0%, hsl(215, 99%, 95%) 22%, #014AAF 22%, #01419a 100%);
    background: linear-gradient(180deg, hsl(215, 99%, 95%) 0%, hsl(215, 99%, 95%) 22%, #014AAF 22%, #01419a 100%);
  }
}
.banner_duvida div:before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url(../imagens/callcenter.png) right center no-repeat;
  z-index: 1;
}
@media only screen and (min-width: 75em) {
  .banner_duvida div:before {
    display: block;
  }
}
.banner_duvida div p {
  position: relative;
  z-index: 9;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
.banner_duvida div p strong {
  display: block;
  margin-bottom: 0.5rem;
}
.banner_duvida div p strong em {
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.4rem;
}
@media only screen and (min-width: 75em) {
  .banner_duvida div p {
    text-align: left;
    padding: 7rem 0 0 2.5rem;
  }
}
.banner_duvida .horario {
  font-size: 1rem;
  padding: 1rem;
  letter-spacing: 0;
  color: hsl(215, 23%, 55%);
}
