@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
h1 {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
  color: #000E56;
  font-size: 48px;
  line-height: 49px;
}
h1 span {
  color: #1E5AB2;
}

h2 {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
  color: #000E56;
  font-size: 40px;
  line-height: 42px;
}

h3 {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
  color: #000E56;
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
  color: #292A2D;
  font-size: 22px;
  line-height: 50px;
}

h5 {
  font-family: "Rethink Sans", sans-serif;
  font-weight: normal;
  color: #292A2D;
  font-size: 24px;
  line-height: 32px;
}

body {
  font-family: "Rethink Sans", sans-serif;
  font-weight: normal;
  color: #292A2D;
  font-size: 20px;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
li,
button {
  margin-bottom: 25px;
}

sup {
  top: -0.6em;
  font-size: 60%;
}

html,
body {
  background-color: #fafafb;
  padding: 0;
}

img {
  max-width: 100%;
}

.btn {
  padding: 20px 58px;
  border-radius: 60px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
  color: #fafafb;
  font-size: 26px;
  line-height: 32px;
  background-color: #000E56;
}
.btn:hover {
  background-color: #1E5AB2;
}

header {
  margin-bottom: 0;
  border: 0;
}

.header-container {
  position: relative;
}

nav .nav-item {
  margin: 10px 0 0;
}
nav .nav-link {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
  color: #1E5AB2;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
}
nav .nav-link.btn-primary {
  padding: 8px 20px;
  color: #fafafb;
  border-radius: 50px;
}
nav .nav-link:hover {
  color: #000E56;
}

.navbar-collapse.collapse.show .nav,
.navbar-collapse.collapsing .nav {
  flex-direction: column;
  width: 100%;
}

.logos {
  display: inline-flex;
}
.logos a {
  padding: 0 10px;
}

section {
  padding: 85px 0;
}

.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}

.bloco-container {
  margin: 0 15px;
}

.bloco {
  border-radius: 0 20px 0 20px;
  padding: 40px 40px;
  background-color: #ffffff;
  min-height: 366px;
}

.ico {
  position: relative;
}
.ico:before {
  content: url(../images/ico-bell.png);
  display: block;
  position: absolute;
  left: -25px;
  top: 30px;
}

.ico-bell:before {
  content: url(../images/ico-bell.png);
}

.ico-mega:before {
  content: url(../images/ico-mega.png);
}

.ico-cog:before {
  content: url(../images/ico-cog.png);
}

.ico-question:before {
  content: url(../images/ico-question.png);
}

.ico-man:before {
  content: url(../images/ico-man.png);
}

.blue {
  color: #1E5AB2;
}

.bblue {
  background-color: #80ABEA;
}

.blblue {
  background-color: #D3EAFF;
}

#hero {
  background-image: url(../images/banner-top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#hero p {
  color: #1E5AB2;
}
#hero p b {
  color: #000E56;
}

#tutorial {
  background-color: #F0F0F0;
  text-align: center;
}
#tutorial .video {
  border-radius: 10px;
  overflow: hidden;
  margin: 30px 0;
  position: relative;
}
#tutorial .video:hover {
  cursor: pointer;
}

#play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
#play-button.pause {
  opacity: 0;
}

#sobre_tne img {
  padding: 0;
}
#sobre_tne .highlight {
  font-weight: 600;
  color: #1E5AB2;
  text-transform: uppercase;
}

#sobre {
  text-align: center;
}
#sobre .bloco {
  text-align: left;
}
#sobre .cta {
  background-color: #000E56;
  color: #fafafb;
}
#sobre .cta.bloco {
  text-align: center;
  padding: 90px 40px 10px;
  position: relative;
  margin-top: 100px;
}
#sobre .cta img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sobre .cta h3,
#sobre .cta h2 {
  color: #fafafb;
}
#sobre .cta .btn-primary {
  background-color: #80ABEA;
  color: #000E56;
}
#sobre .cta .btn-primary:hover {
  background-color: #fafafb;
  color: #000E56;
}

footer {
  background-color: #F0F0F0;
  border-top: 5px solid #D6D6D6;
  font-size: 13px;
  line-height: 20px;
  color: #797979;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .nav-brand {
    max-width: 70%;
  }

  .navbar-expand-lg {
    width: 100%;
  }

  .navbar-collapse {
    margin-bottom: 20px;
  }

  .navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding-top: 10px;
  }

  h1 {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    color: #000E56;
    font-size: 32px;
    line-height: 34px;
  }

  h2 {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    color: #000E56;
    font-size: 26px;
    line-height: 30px;
  }

  h3 {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    color: #000E56;
    font-size: 24px;
    line-height: 30px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .btn {
    padding: 10px 40px;
  }

  .container {
    padding: 0 25px;
  }

  .bloco-container {
    margin: 0;
  }

  .bloco {
    padding: 45px 30px 10px;
    margin-bottom: 100px;
    min-height: auto;
  }

  .ico:before {
    left: 20px;
    top: -25px;
  }

  #hero {
    background-image: url(../images/banner-top-m.jpg);
    padding-top: 110vw;
    text-align: center;
  }

  #sobre_tne {
    text-align: center;
  }
}

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