@import url("https://use.typekit.net/btd0ufa.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --branco: #C4D6E6;
  --preto: #083449;
}

/* CSS */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

h1 {
  font-size: 65px;
  font-family: "barlow-semi-condensed", sans-serif;
}

h2 {
  font-size: 55px;
  font-family: "barlow-semi-condensed", sans-serif;
}

h3 {
  font-weight: 300;
  font-size: 22px;
}

p,
li {
  font-size: 18px;
}

a,
a:hover {
  text-decoration: none !important;
  color: inherit;
  line-height: 30px;
  font-weight: 200;
}

span {
  letter-spacing: 15px;
  text-transform: uppercase;
  opacity: 40%;
}

h1 b,
h2 b {
  font-weight: 700;
}

b {
  font-weight: 400;
}

.hover {
  transition: transform 0.5s, box-shadow 2s;
}

.hover:hover {
  transform: scale(1.05);
  transition: transform 0.5s, box-shadow 2s;
}

/* Botão */
.botao-1 {
  padding: 17px 40px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: #052332;
  color: var(--branco) !important;
  white-space: nowrap;
  transition: background 1s;
}

.botao-2 {
  padding: 12px 50px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: #E5E8EB;
  color: var(--preto);
  transition: background 1s;
}

.botao-3 {
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: #0A425C;
  color: var(--branco);
}

.botao-2:hover {
  background: #98a1a9;
  font-weight: 400;
  transition: background 1s;
}

.botao-1:hover {
  cursor: pointer;
  background-color: #083449;
  transition: background 1s;
  font-weight: 500;
  color: var(--branco) !important;
}

/* Nav */
nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  background: #002538;
  color: #e5e8eb73;
  font-size: 18px;
  font-weight: 200;
}

nav a:hover {
  color: #e5e8ebc9;
}

.logo-nav {
  padding: 30px 0;
  max-width: 450px;
}

/* sec-01 */
.secao-01 {
  padding: 150px 0 680px;
  background: url("../assets/bg/header01.webp") center/cover no-repeat;
  height: 80vh;
  color: var(--branco);
}

.logo-mobile {
  display: none;
}

.secao-02 {
  padding: 100px 0;
  color: var(--branco);
  background-color: #0A425C;
}

.secao-02 .blocos {
  padding: 10px;
  background-color: #fff;
  margin: 20px 0;
  border-radius: 8px;
}

.secao-03 {
  padding: 100px 0;
  color: var(--branco);
  background: url("../assets/bg/secao-03.webp") center/cover no-repeat;
}

.secao-04 {
  padding: 50px 0;
  color: var(--branco);
  background: url("../assets/bg/secao-04.webp") center/cover no-repeat;
}

.secao-05 {
  padding: 80px 0;
  color: var(--branco);
  background: url("../assets/bg/bg01.webp") center/cover no-repeat;
}

.secao-05 .caixa-central {
  background-color: #083449;
  padding: 25px;
  border-radius: 10px;
}

.redounded,
.caixa-central img {
  border-radius: 7px;
}

.secao-06 {
  padding: 100px 0;
  color: var(--branco);
  background: #002538;
}

.secao-06 img {
  border-radius: 10px;
}

.secao-07 {
  padding: 50px 0;
  color: var(--preto);
  background: url("../assets/bg/secao-07.webp") center/cover no-repeat;
}

.secao-08 {
  padding: 80px 0 50px;
  color: var(--branco);
  background: url("../assets/bg/bg01.webp") center/cover no-repeat;
}

.secao-08-1 {
  padding: 10px 0;
  background: #fff;
}

.logos {
  display: flex;
  align-items: center;
}

.logos-slide {
  display: flex;
  animation: correr 20s linear infinite;
}

.logos-slide img {
  height: 150px;
  margin: 0 30px;
}

/* Animação */
@keyframes correr {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.secao-09 {
  padding: 50px 0;
  color: var(--branco);
  background: url("../assets/bg/secao-09.webp") center/cover no-repeat;
}

footer {
  padding: 100px 0;
  background-color: #001925;
}

.rodape {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-weight: 500;
  background-color: #242424;
  color: #5a5a5a;
  padding: 5px 0;
}

.rodape a {
  color: #5a5a5a;
  font-size: 13px;
  font-weight: 300;
}

.rodape a:hover {
  color: #7c7c7c;
}

.comercialwpp {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: rgba(0, 200, 0, 1);
  color: white;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 50px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
  z-index: 9000;
}

.comercialwpp:hover {
  color: green;
}

.comercialwpp i {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }

  70% {
    -webkit-box-shadow: 0 0 0 13px rgba(0, 200, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}