* {
  font-family: "Open Sans", sans-serif !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}

.color-white {
  color: white;
}

.font-bold {
  font-weight: bold;
}

.titulo {
  color: white;
}

p {
  color: white;
}

#showMenu,
.logo-mobile {
  display: none;
}

/*////////////////////////////////////////// sessao um ///////////////////////////////////////////////////////*/
.logo {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 25%;
  width: 200px;
}

.down {
  cursor: auto;
}
.down .descer {
  width: 75px !important;
  margin-top: 5vh;
  background-color: #075eb6;
  padding: 15px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (min-width: 1660px) {
  .down .descer {
    margin-top: 15vh;
  }
}

.itens-nav {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.itens-nav .underline {
  color: #fff;
  position: relative;
}
.itens-nav .underline:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  bottom: -1px;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.itens-nav .underline:hover:after {
  width: 100%;
  left: 0;
}

.sessao-um {
  background-color: #075eb6;
  text-align: center;
}

.paragrafo-box {
  margin: 50px auto;
  height: auto;
  font-weight: bold;
  color: #535458;
  text-align: center;
}
.paragrafo-box .texto {
  margin-top: 20px;
  text-align: center;
}
.paragrafo-box .texto img {
  width: 90%;
  margin-top: 20px;
}
.paragrafo-box .box-mapa {
  background-color: #075eb6;
  border-radius: 30px;
  color: white;
  padding: 15px;
  margin-top: 40px;
  transition: 0.7s all;
  border: 3px solid transparent;
}
.paragrafo-box .box-mapa:hover {
  background-color: white;
  color: #075eb6;
  border: 3px solid #075eb6;
}
.paragrafo-box .texto-bateria {
  margin: 40px auto;
}
.paragrafo-box .texto-bateria p {
  text-align: justify;
  margin-top: 20px;
  font-weight: 500;
}
.paragrafo-box .inativo img,
.paragrafo-box .inativo p {
  opacity: 0.5;
  transition: 0.7s all;
}
.paragrafo-box .inativo:hover img,
.paragrafo-box .inativo:hover p {
  opacity: 1;
}
.paragrafo-box .ativo {
  transition: 0.7s all;
}
.paragrafo-box .ativo:hover {
  opacity: 0.5;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #075eb6;
  color: white;
  text-align: center;
}
.footer div {
  margin: 0 auto;
}
.footer p {
  margin-top: 20px;
  margin-bottom: 0;
  color: white;
  text-align: center;
  line-height: 35px;
}
.footer p img {
  width: 36px;
  margin-right: 5px;
}
.footer .marg-left {
  margin-left: -30px;
}
.footer h5 {
  display: block;
  margin: 40px auto 0 auto;
  font-weight: bold;
}
.footer hr {
  margin-top: 50px;
  margin-bottom: 40px;
}

.dev-by {
  background-color: #075eb6;
  margin: 0;
  color: white;
}
.dev-by img {
  width: 120px !important;
}

header nav {
  display: block;
  transition: 0.7s all;
}
header .header-fixo {
  transition: 0.2s all;
  background-color: #075eb6;
}
header .logo-fixo {
  width: 150px;
  transition: 0.7s all;
}
header .itens-nav-fixo {
  margin-top: 30px;
  transition: 0.7s all;
}
header ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: transparent;
}
header ul li {
  text-align: center;
  padding: 10px;
  background-color: transparent;
  transition: 0.7s all;
}
header ul li a:focus,
header ul li a:hover {
  color: white;
}
header ul li a img {
  width: 50px;
  margin-top: -10px;
}
header ul .ativo {
  background-color: #4660a2;
}

.box-ativo {
  position: relative;
  background: white;
  padding: 20px;
  display: block !important;
  transition: 0.7s all;
  margin-top: 0;
  margin-bottom: 0 !important;
}

.box-ativo:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: white;
  border-width: 15px;
  margin-left: -15px;
}

.box-compre-agora,
.box-sobre,
.box-local {
  display: none;
  color: black;
  height: 300px;
  text-align: center;
  transition: 0.7s all;
  font-weight: bold;
}

.box-ativo:hover {
  display: block;
  transition: 0.7s all;
}

.box-fixed {
  margin-right: auto !important;
  position: fixed !important;
  top: 13% !important;
  width: 33% !important;
}

.wpp-fixo {
  position: fixed;
  bottom: 2%;
  right: 2%;
}

.baterias-vitrine {
  margin-top: 180px;
  height: 85vh;
}
.baterias-vitrine .large-2 {
  width: 20% !important;
}
.baterias-vitrine img {
  display: block;
  margin: 0 auto;
}
.baterias-vitrine p,
.baterias-vitrine h3 {
  color: white;
}
.baterias-vitrine h3 {
  margin: 30px auto;
  font-weight: bold;
}
.baterias-vitrine hr {
  margin-top: -10px;
  border-bottom: 5px solid white;
  width: 15%;
}
.baterias-vitrine p {
  margin-top: 20px;
}
.baterias-vitrine .hvr-bolinha-um,
.baterias-vitrine .hvr-bolinha-dois,
.baterias-vitrine .hvr-bolinha-tres,
.baterias-vitrine .hvr-bolinha-quatro,
.baterias-vitrine .hvr-bolinha-cinco {
  height: 100%;
}
.baterias-vitrine .bolinha-oculta img,
.baterias-vitrine .bolinha-oculta p,
.baterias-vitrine .bolinha-oculta h3,
.baterias-vitrine .bolinha-oculta hr {
  opacity: 0.15;
}
.baterias-vitrine .bolinha-oculta h3 {
  font-size: 26px !important;
}
.baterias-vitrine .bolinha-oculta .hr-ativo,
.baterias-vitrine .bolinha-oculta .h3-ativo,
.baterias-vitrine .bolinha-oculta .img-ativo,
.baterias-vitrine .bolinha-oculta .p-ativo {
  opacity: 1;
}
.baterias-vitrine .texto-previa {
  position: relative;
  top: 30%;
  color: white;
  margin: 0;
  font-size: 14px;
  padding-top: 25px;
  border-top: 2px solid lightgray;
}
.baterias-vitrine .bolinha-ativo {
  border: 0px;
  width: 100%;
  position: relative;
  top: 0%;
}

.grow {
  transition: all 0.2s ease-in-out;
}

.grow:hover {
  transform: scale(1.1);
}

.carousel {
  margin-top: 150px;
  overflow: hidden;
  height: 500px;
  color: white;
  cursor: pointer;
}
.carousel hr {
  width: 50px;
  border: 2.5px solid white;
}
.carousel h3 {
  font-weight: bold;
}

.carousel-cell {
  width: 25%;
  height: 500px;
  margin-right: 10px;
  border-radius: 5px;
  opacity: 0.2;
}
.carousel-cell img {
  width: 337px;
  height: 270px;
}
.carousel-cell p {
  font-size: 15px;
}

.carousel-cell.is-selected {
  opacity: 1;
}

.dot {
  display: none;
}

@media screen and (max-width: 640px) {
  header ul li {
    padding: 15px 5px;
    font-size: 12px;
  }

  #showMenu,
  .logo-mobile {
    display: block;
  }

  .titulo {
    font-size: 34px;
  }

  .logo-mobile {
    margin: 0 auto;
    margin-bottom: -100px;
  }

  footer .marg-left {
    margin-left: 0 !important;
  }

  header {
    display: none;
  }

  .box-compre-agora-mobile,
  .box-sobre-mobile,
  .box-local-mobile {
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    display: none;
  }
  .box-compre-agora-mobile a,
  .box-sobre-mobile a,
  .box-local-mobile a {
    color: white;
  }

  .box-sobre-mobile {
    font-size: 13px;
    padding: 10px;
  }

  #navigation-menu {
    overflow: auto;
  }
}
#showMenu,
#hideMenu {
  position: fixed;
  padding: 20px;
  color: #ddd;
  background: black;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: left 0.2s, color 0.2s;
  transition: left 0.2s, color 0.2s;
}

#showMenu:hover,
#hideMenu:hover {
  color: #fff;
  cursor: pointer;
}

#showMenu i:hover,
#hideMenu i:hover {
  cursor: pointer;
}

#navigation-hover {
  position: fixed;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: display 0.5s;
  transition: display 0.5s;
}

#navigation-menu {
  position: fixed;
  width: 300px;
  background: #075eb6;
  left: -300px;
  top: 0;
  z-index: 2;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
#navigation-menu a {
  text-align: center;
  font-weight: bold;
}

.menu-selection {
  width: 100%;
  background: #075eb6;
  color: white;
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.menu-selection:hover {
  background: #075eb6;
  cursor: pointer;
  color: #fff;
}

.menu-selection .menu-icon {
  width: 30px;
  padding-left: 10px;
}

.menu-icon {
  margin-left: -10px;
  margin-bottom: 2px;
}

@media screen and (max-width: 1366px) {
  .carousel,
  .sessao-um {
    height: auto;
  }

  .descer {
    position: relative;
    top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .flickity-viewport {
    height: 600px !important;
  }

  .box-ativo {
    width: 500px;
  }

  .box-fixed {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .carousel-cell {
    width: 50%;
  }

  .flickity-viewport {
    height: 550px !important;
  }
}
@media screen and (max-width: 480px) {
  .carousel-cell {
    width: 80%;
  }

  .flickity-viewport {
    height: 500px !important;
  }
}
.main-compre {
  padding-top: 14vh;
}

.grid-x {
  background-color: #075eb6;
}

.buttons-container {
  display: flex;
  flex-direction: column;
  padding-left: 10%;
  width: 55%;
  margin-top: -22%;
  margin-bottom: 20%;
}
.buttons-container a {
  color: white;
  font-size: 20px;
  border-radius: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  background: none;
  width: 350px;
  height: 65px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.buttons-container #blue-button {
  background: linear-gradient(0deg, #002e54 0%, #005185 100%);
  transition: all 0.3s ease;
}
.buttons-container #blue-button:hover {
  background: linear-gradient(0deg, #001c33 0%, #01395c 100%);
  color: white;
}
.buttons-container #yellow-button {
  background: linear-gradient(0deg, #d79100 0%, #f4b00e 100%);
  transition: all 0.3s ease;
}
.buttons-container #yellow-button:hover {
  background: linear-gradient(0deg, #ac7301 0%, #c9900c 100%);
  color: white;
}

.padding-icons {
  padding-block: 2rem;
  background: white;
}

.bg-linear-yellow {
  background: #f4b00e !important;
  color: #002850 !important;
  font-weight: 600;
}

.size-icon {
  max-width: 25px;
}

.size-shop-image {
  width: 100%;
}

.padding-top-div {
  padding-top: 2rem;
}

.ul-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.li-item {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  align-items: center;
  transform: scale(0.95);
  transition: transform 0.3s ease;
  width: 100%;
}
.li-item:hover {
  transform: scale(1);
}
.li-item div {
  font-size: 26px;
  font-weight: 700;
  width: 100%;
  color: #043361;
  text-align: center;
  line-height: 120%;
}
.li-item .span-icon {
  height: 200px;
}

.icon-image {
  width: 100%;
  height: 100%;
}

.promo-banner {
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .box-container-left h2 {
    font-size: 26px;
  }

  .buttons-container a {
    width: 250px;
  }
}
@media only screen and (max-width: 1366px) {
  .box-container-left h2 {
    font-size: 22px;
  }

  .span-icon {
    height: 75px !important;
    width: auto;
  }

  .padding-icons {
    padding-block: 1rem;
  }

  .buttons-container a {
    width: 175px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1020px) {
  .span-icon {
    height: 55px !important;
    width: auto;
  }

  .padding-icons {
    padding-block: 0;
  }

  .main-compre {
    padding-top: 0;
  }

  .buttons-container {
    margin-top: 1rem;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    margin-top: 1rem;
    width: 100%;
    background: white;
  }
  .buttons-container a {
    width: 175px;
    font-size: 18px;
  }

  .ul-list {
    display: flex;
    flex-direction: column;
  }

  .li-item div {
    font-size: 16px;
  }

  .logo-wrapper {
    background-color: #075eb6;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .buttons-container {
    flex-direction: column;
  }
}

/*# sourceMappingURL=app.css.map */
