@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
/*---------------------------------------
basic styles 
---------------------------------------*/
:root {
  --transition: all .3s ease-in-out;
  --radius:1rem;
  --bs-dark:#333333;
  --bs-light:#F4F4F4;
  --bs-navy:#0F264D;
  --bs-orange:#FA7C0A;
  --bs-cyan:#47E3FF;
  --bs-yellow:#FFC000;
  --bs-gray:#86949A;
  --radius:38px; }

::selection {
  background-color: var(--bs-cyan);
  color: var(--bs-dark); }

body {
  font-family: "Lato", sans-serif;
  color: var(--bs-navy);
  font-size: 16px; }

main {
  overflow: hidden; }

/*---------------------------------------
basic styles 
---------------------------------------*/
/*color-theme */
.has-azul-escuro-color {
  color: var(--bs-navy) !important; }

.has-laranja-color {
  color: var(--bs-orange); }

.has-ciano-color {
  color: var(--bs-cyan); }

.has-amarelo-color {
  color: var(--bs-yellow); }

.has-cinza-color {
  color: var(--bs-cinza); }

/*---------------------------------------
cores especiais
---------------------------------------*/
.bg-white {
  background-color: white; }

.bg-light {
  background-color: var(--bs-light);
  color: var(--bs-navy); }

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-orange {
  background-color: var(--bs-orange);
  color: white; }

.bg-navy {
  background-color: var(--bs-navy);
  color: white; }

.bg-cyan {
  background-color: var(--bs-cyan); }

.bg-gray {
  background-color: var(--bs-gray);
  color: white; }

/*---------------------------------------
titulos e paragrafos
---------------------------------------*/
h1, .h1 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 42px;
  line-height: 1em;
  color: #FA7C0A;
  margin-bottom: 0.3em; }

h2, .h2 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-size: 35px;
  line-height: 40px; }

h3, .h3 {
  font-size: 21px; }

h4, .h4 {
  font-size: 25px;
  margin-bottom: 0.85em; }
  h4 strong, h4 b, .h4 strong, .h4 b {
    font-weight: 900; }

p:last-child {
  margin-bottom: 0; }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 45px; }
    h1.h1-lets, .h1.h1-lets {
      font-size: 88px; }

  h4, .h4 {
    margin-bottom: 1em; } }
/*---------------------------------------
links + button
---------------------------------------*/
a {
  transition: var(--transition);
  color: var(--bs-navy); }
  a:hover {
    color: var(--bs-orange); }
  a.nounder {
    text-decoration: none; }

p.nounder a {
  text-decoration: none; }

.btn {
  cursor: pointer;
  transition: var(--transition);
  font-weight: 600;
  line-height: 1rem;
  font-size: 16px;
  padding: 12px  30px;
  border-radius: 100px;
  border-width: 2px;
  min-width: 180px;
  text-align: center;
  text-transform: lowercase; }
  .btn:disabled {
    filter: grayscale(1);
    opacity: 0.8; }

.btn-primary {
  border-color: var(--bs-orange);
  background-color: var(--bs-orange);
  color: white; }
  .btn-primary:hover {
    border-color: var(--bs-orange);
    background-color: var(--bs-orange); }

.btn-outline-dark {
  border-color: var(--bs-navy);
  color: var(--bs-navy); }
  .btn-outline-dark:hover {
    background-color: var(--bs-navy);
    color: white; }

.btn-outline-light {
  border-color: white;
  color: white; }
  .btn-outline-light:hover {
    background-color: white;
    color: var(--bs-navy); }

@media (max-width: 575px) {
  .btn {
    width: 100%; } }
/*---------------------------------------
BOOTSTRAP
---------------------------------------*/
hr {
  background-color: var(--bs-cyan);
  opacity: 1;
  margin: 2em 0;
  height: 1px !important; }

/*---------------------------------------
ROWS
---------------------------------------*/
.img-full {
  width: 100%;
  height: auto; }

.areoi-strip {
  padding: 50px 0; }

/*---------------preLG---------------*/
@media (max-width: 991px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 88%;
    text-align: center; }

  .col + .col {
    margin-top: 1em; }

  .noBr br {
    display: none; } }
/*---------------LG---------------*/
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1110px; }

  .areoi-strip {
    padding: 75px 0; } }
/*---------------------------------------
general
---------------------------------------*/
.banner {
  padding: 35px 0;
  min-height: 460px;
  margin-top: 95px; }
  .banner p {
    color: white;
    background-color: var(--bs-orange);
    border-radius: var(--radius);
    color: white;
    font-size: 30px;
    padding: 1em;
    margin: 0;
    text-align: center;
    line-height: 1.2em; }
  .banner.banner-home {
    padding: 60px 0; }
    .banner.banner-home p {
      background-color: transparent;
      padding: 0;
      color: white;
      font-size: 32px;
      transform: translate(0, -2em); }
    .banner.banner-home p.role-para-baixo {
      font-size: 12px;
      font-weight: bold;
      position: absolute;
      transform: rotate(-90deg);
      border-bottom: 4px solid white;
      border-radius: 0;
      transform-origin: right bottom;
      padding: 0 100px 10px 20px;
      right: 20px;
      bottom: 250px; }
  .banner.banner-sessao {
    padding: 60px 0;
    min-height: 520px; }
    .banner.banner-sessao p {
      color: var(--bs-navy);
      font-size: 32px; }

/* parallax */
.img-parallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: none; }
  .img-parallax.home-1 {
    top: 10%; }
  .img-parallax.home-2 {
    top: -45%; }
  .img-parallax.home-3 {
    top: -45%; }
  .img-parallax.home-4 {
    top: -10%; }
  .img-parallax.sobre-1 {
    left: -11%; }
  .img-parallax.sobre-2 {
    position: relative; }
  .img-parallax.sobre-6 {
    left: -8%;
    right: -8%;
    width: 116%; }
  .img-parallax.solucoes-1 {
    top: 5%; }
  .img-parallax.solucoes-5 {
    top: 10%;
    left: -3%;
    width: 106%; }
  .img-parallax.certificacoes-1 {
    top: -30%;
    width: 106%; }

figure.img-nolimits img {
  max-width: none !important;
  width: auto !important; }

.foto-radius {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.16); }

@media (max-width: 991px) {
  .img-line-scale {
    transform: scale(1.5);
    margin: 25% 0; }

  .font-28mob {
    font-size: 28px;
    display: block;
    width: 100%;
    position: relative; }

  .banner.banner-home {
    overflow: hidden;
    min-height: calc(100vh - 95px); }
    .banner.banner-home p.role-para-baixo {
      right: calc(50% - 10px);
      bottom: 130px;
      padding: 0 0px 10px 0px;
      text-align: left;
      position: fixed; } }
@media (min-width: 992px) {
  .bg-mobile-only {
    display: none; }

  .banner {
    margin-top: 0;
    min-height: 520px; }
    .banner p {
      text-align: left; }
    .banner.banner-home {
      margin-top: 160px;
      aspect-ratio: 100 / 45;
      min-height: none;
      max-height: calc(100vh - 160px);
      width: 100vw !important; }
      .banner.banner-home p {
        font-size: 41px;
        padding: 1em 0 0 0;
        transform: none; }
      .banner.banner-home p.role-para-baixo {
        right: 20px;
        bottom: 250px; }
    .banner.banner-sessao {
      min-height: 490px; }
      .banner.banner-sessao p {
        font-size: 32px; }

  /* parallax */
  .img-parallax.sobre-2 {
    position: relative;
    transform: translate(0, -100px); } }
