/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #888;
  overflow-x: hidden;
  font-size: 16px;
}


* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #00081F;
  border-color: #00081F;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

p {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.section {
  padding: 80px 0;
} 


.section-title {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-size: 38px;
  font-style: bold;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #00081F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #081828;
}


/*======================================
	Header
========================================*/
.header {
  background: #00081F;
  background: linear-gradient(180deg,rgba(0, 8, 31, 1) 0%, rgba(87, 173, 199, 0) 100%);
  height: 200px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.header .button {
  background-color: #33c80e;;
  border: none;
  border-radius: 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 150px;
}

.header .button:hover {
  opacity: 0.8;;
}

.header .navbar-brand img {
  width: 230px;
}

.sticky {
  height: 100px;
  position: fixed;
  z-index: 99;
  background: #00081F;
  background: linear-gradient(179deg,rgba(0, 8, 31, 0.94) 0%, rgba(0, 8, 31, 0.79) 100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
}


.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #dddddd;
}

/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  background: #00081F;
  background: linear-gradient(179deg,rgba(0, 8, 31, 0.94) 0%, rgba(0, 8, 31, 0.79) 100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0px 0;
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding-left: 0;
  border-radius: 0;
}

.mobile-menu-btn {
  padding: 0px;
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -7px;
}


.navbar-nav-menu {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

.navbar-nav {
  padding: 35px 0;
}

.nav-item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-right: 40px;
  z-index: 1;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0px;

}

.navbar-nav .nav-item a {
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}

.navbar-nav .nav-item a:hover {
  color: #ffff00;
}

/*======================================
     Main
  ========================================*/
.main {
  padding-top: 520px;;
}

/*======================================
    Contato
========================================*/

.contato {
  background: url(../../docs/images/bg-contato.jpg) no-repeat top center;
  background-color: #00081F;
}

.contato .form-edit {
  background: rgba(126, 126, 126, 0.7);
  border: none;
  color: #ffffff;
  font-size: 16px;
  height: 60px;
}

.contato .form-edit-textarea {
  background: rgba(126, 126, 126, 0.7);
  border: none;
  color: #ffffff;
  font-size: 16px;
  height: 213px;
}

.contato input::placeholder {
  color: white;          /* cor do placeholder */
  opacity: 1;            /* garante que o placeholder fique totalmente opaco */
}

.contato textarea::placeholder {
  color: white;          /* cor do placeholder */
  opacity: 1;            /* garante que o placeholder fique totalmente opaco */
}

.contato .btn-submit {
  background: #FCBB21;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  height: 65px;
  width: 215px;
}


/*======================================
    Hero Area CSS
========================================*/
.publi-area {
  position: absolute;
  z-index: 80;
}

.publi-area .publi-content {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  margin-top: 200px;
  margin-left: 90px;
  position: absolute;
  text-align: left;
  width: 50%;
  z-index: 81;
}

.publi-area .publi-content h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 40px;
}

.publi-area .publi-content h2 {
  font-size: 42px;
  font-weight: 100;
  margin-bottom: 50px;
}

.publi-area .publi-content h3 {
  font-size: 28px;
  font-weight: 200;
  max-width: 500px;
}


/*======================================
    Quem Somos
========================================*/
.quemsomos {
  background-color: #f9f9f9;
  color: #333333;
  padding-top: 270px;
}

/*======================================
    Our Achievement CSS
========================================*/

.onde-recarregar {
  background-color: #BDBFC1;
  display: flex;
  min-height: 400px;
  justify-content: space-between;
}

.onde-recarregar > div{
  padding-top: 70px;
  padding-bottom: 80px;
  width: 50%;
}

.onde-recarregar .onde-recarregar-dados {
  color: #ffffff;
  font-size: 18px;
  padding-left: 50px;
}

.onde-recarregar-bg {
  background: url(../../docs/images/bg-onde.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
}

/*=============================
	Benefícios
===============================*/
.beneficios {
  background: url(../../docs/images/bg-beneficios.jpg) no-repeat top center;
  background-color: #00081F;
  background-size: cover;
  color: #ffffff;
  width: 100%;
}


/*=============================
	Benefícios
===============================*/
.faq {
  background: url(../../docs/images/bg-faq.jpg) no-repeat top center;
  background-color: #1E224D;
  color: #ffffff;
  width: 100%;
}

.faq .faq-perguntas {
  font-size: 18px;
  font-weight: bold;
  height: 75px;
}

.faq .faq-respostas {
  color: #666666;
  font-weight: normal;
  font-style: italic;
  padding-left: 40px;
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
  font-size: 100px;
  color: #00081F;
  margin-bottom: 25px;
  font-weight: 800;
  line-height: 100px;
}

.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #888;
}

/*======================================
	Footer CSS
========================================*/

.footer {
  background-color: #E6E7E8;
  color: #333333;
  padding-top: 40px;
  position: relative;
}

.footer .logo img {
  width: 220px;
}

.footer .footer-contact > li {
  height: 40px;
  padding-left: 35px;
  text-indent: -17px;
  vertical-align: middle;
}

.footer .footer-contact .footer-contact-email {
  display: inline-block;
  font-size: 16px;
  margin-left: 15px;
}

.footer .icon-contact {
  color: #53c711;
  font-size: 20px;
  margin-right: 10px;
}

.footer .footer-menu > li {
  line-height: 32px;
}

.footer a:link.lk-footer { color: #333333; text-decoration: none; }
.footer a:visited.lk-footer { color: #333333; text-decoration: none; }
.footer a:hover.lk-footer { color: #ff0000; text-decoration: none; }

.footer a:link.lk-social { color: #ffffff; text-decoration: none; }
.footer a:visited.lk-social { color: #ffffff; text-decoration: none; }
.footer a:hover.lk-social { color: #ffff00; text-decoration: none; }

.footer .social {
  display: flex;
}

.footer .social > div {
  background: #333333;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

.footer .footer-bottom {
  background-color: #cccccc;
  font-size: 14px;
  min-height: 40px;
  text-align: left;
  padding-top: 10px;
}
