@property --cor-destaque-1-gradiente-a {
  syntax: '<color>';
  initial-value: #C40109;
  inherits: false;
}

@property --cor-destaque-2-gradiente-a {
  syntax: '<color>';
  initial-value: #840409;
  inherits: false;
}

@property --cor-destaque-1-gradiente-b {
  syntax: '<color>';
  initial-value: #526C90;
  inherits: false;
}

@property --cor-destaque-2-gradiente-b {
  syntax: '<color>';
  initial-value: #001F49;
  inherits: false;
}

@property --cor-texto {
  syntax: '<color>';
  initial-value: #1E1E1E;
  inherits: false;
}

@property --cor-fundo {
  syntax: '<color>';
  initial-value: #ffffff;
  inherits: false;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  line-height: 1.2;
}

/* INICIO HEADER */

.logo {
  max-width: 150px;
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .logo {
    max-width: 110px;
  }
}

.single-portfolio-slide:focus,
.single-portfolio-slide:hover {
  -webkit-box-shadow: 0 6px 50px 0px rgba(0, 55, 236, 0.363);
  box-shadow: 0 6px 50px 0px rgba(0, 55, 236, 0.363);
}

.header-area,
.header-area .main-header-area.sticky {
  position: relative;
}

.classy-nav-container {
  background-color: #FFFFFF;
  padding: 0;
}

.classy-nav-container .classy-navbar {
  height: 6.25rem;
  padding: 0 8%;
}

.breakpoint-on .classy-navbar .classy-menu {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: -19.375rem;
  z-index: 1000;
  width: 18.75rem;
  height: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo {
    max-width: 8.4375rem;
  }

  #nav li a {
    font-size: 0.8125rem;
  }

  .get-a-quote {
    margin: 0.4rem !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar {
    height: 3.75rem;
    padding: 0 8%;
  }

  .logo {
    max-width: 4.6875rem;
  }

  #nav li a {
    font-size: 1rem;
  }

  .get-a-quote {
    margin: 1.875rem 0.9375rem !important;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .logo {
    max-width: 7.8125rem;
  }

  .classy-navbar-toggler {
    display: block;
    position: absolute;
    right: 1.25rem;
  }

  .classy-navbar-toggler .navbarToggler {
    display: inline-block;
    cursor: pointer;
  }

  .breakpoint-on .classy-navbar .classy-menu.menu-on {
    left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .classy-navbar-toggler {
    display: block;
    position: absolute;
    right: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar {
    height: 4.375rem;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .nav-brand {
    max-width: 5.625rem;
    margin-right: 0.9375rem;
  }
}

.classy-nav-container .classy-navbar .classynav ul li a {
  position: relative;
  z-index: 1;
  font-weight: normal;
  font-size: 1rem;
  text-transform: initial;
  color: #032a74;
}

.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
  color: #001949;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 0.625rem;
    padding: 0 0.625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 0.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 0.875rem;
  }
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
  font-size: 1rem;
  text-transform: initial;
  height: 2.625rem;
  line-height: 2.625rem;
  padding: 0 1.875rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
    font-size: 0.875rem;
  }
}

/* .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
      content: '';
      position: absolute;
      width: 70%;
      height: 2px;
      background-color: #CB0B1E;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } } */

#nav li a {
  position: relative;
  text-decoration: none;
  padding-bottom: 0.3125rem;
  transition: all 0.3s ease-in-out;
}

#nav li a:focus-visible {
  outline: 2px solid var(--cor-destaque-2-gradiente-b);
  ;
  outline-offset: 2px;
  border-radius: 1.375rem;
}

#nav li a.active {
  font-weight: 500;
}

#nav li a::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.0625rem;
  background-color: var(--cor-destaque-2-gradiente-b);
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  transform: translateX(-50%);

  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#nav li a:hover::after,
#nav li a.active::after {
  opacity: 1;
}

ul#nav li {
  padding: 0 0 0 0.625rem;
}

a.testing-btn.btn-2 {
  border-radius: 2.3rem;
  color: #FFFFFF;
  /* box-shadow: 0px 0.2825rem 3rem 0px rgba(131, 143, 158, 0.92); */
  border: none;
  cursor: pointer;
  text-align: center;
  background: var(--cor-destaque-1-gradiente-a);
}

.testing-btn.btn-2 {
  background-color: var(--cor-destaque-2-gradiente-b);
  color: var(--cor-fundo) !important;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
}


@media(hover: hover) and (pointer: fine) {
  .testing-btn.btn-2:hover {
    background-color: var(--cor-fundo);
    color: var(--cor-destaque-2-gradiente-b) !important;
  }
}

.testing-btn.btn-2:active {
  background-color: var(--cor-fundo);
  color: var(--cor-destaque-2-gradiente-b) !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testing-btn.btn-2 {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .testing-btn {
    padding: 0 0.9375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testing-btn.btn-2 {
    font-size: 0.6875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
  }

  .testing-btn {
    padding: 0 0.9375rem;
  }
}

/* FIM HEADER */


/* INICIO SECTION BANNER */
.banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  /* ou remova altura fixa */
  overflow: visible;
  /* garanta que não esteja cortando o conteúdo */
}

.banner img {
  max-width: 100%;
  height: auto;
  display: block;
}

.welcome-text {
  position: absolute;
  text-align: left;
  left: 0;
  padding-left: 8%;
  top: 50%;
  transform: translateY(-50%);
}

.welcome-text h1 {
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  font-weight: 500;
  text-shadow: 0rem 0.184rem 2.305rem #AFB5FF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-text h1 {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-text h1 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .welcome-text h1 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .welcome-text h1 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .welcome-text h1 {
    font-size: 0.75rem;
  }
}

.welcome-text h1 span {
  font-weight: bold;
}

.vector-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
}

.vector-img {
  width: 12.5rem;
  height: auto;
  max-width: unset;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vector-img {
    width: 6.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vector-img {
    width: 7.5rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .vector-img {
    width: 6.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .vector-img {
    width: 5.5rem;
  }
}

.vector-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--cor-fundo);
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vector-text {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vector-text {
    font-size: 0.7rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .vector-text {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 575px) {
  .vector-text {
    font-size: 0.7rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .vector-text {
    font-size: 0.5rem;
  }
}

.vector-text span {
  font-weight: 200;
  letter-spacing: 0.30rem;
  padding-left: 0.35rem;
}

/* FIM SECTION BANNER */


/* INICIO SECTION INSCRIÇÃO */
.inscription-section {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6rem;
  padding: 8% 8% 0 8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inscription-section {
    padding: 13% 8%;
  }
}

@media only screen and (max-width: 991px) {
  .inscription-section {
    padding: 15% 8%;
  }
}

.inscription-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}

@media only screen and (max-width: 1199px) {
  .inscription-container {
    flex-direction: column;
    gap: 0;
  }
}

.inscription-area,
.inscription-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .inscription-area {
    margin-left: auto;
    margin-right: auto;
  }
}

.inscription-area h2 {
  background: linear-gradient(354.42deg, var(--cor-destaque-2-gradiente-b) 8.7%, var(--cor-destaque-1-gradiente-b) 115.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 3.225rem;
  margin-bottom: 2.2rem;
  margin-left: 0;
  align-self: flex-start;
}

@media only screen and (min-width: 1200px) and (max-width: 1709px) {
  .inscription-area h2 {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inscription-area h2 {
    font-size: 2.15rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inscription-area h2 {
    font-size: 1.825rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inscription-area h2 {
    font-size: 1.825rem;
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (max-width: 575px) {
  .inscription-area h2 {
    font-size: 1.325rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .inscription-area h2 {
    margin-bottom: 0;
  }
}

.btn-inscription {
  width: 70%;
  padding-bottom: 2.4%;
  padding-top: 2.4%;
  border-radius: 2.3rem;
  color: var(--cor-fundo) !important;
  box-shadow: 0px 3.82px 3.82px 0px #00000040;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
  font-size: 26px;
  line-height: 107%;
  border: none;
  cursor: pointer;
  text-align: center;
  background-image: linear-gradient(to right, var(--cor-destaque-1-gradiente-a), var(--cor-destaque-2-gradiente-a));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  align-self: flex-start;
  transition: all 500ms ease;
}

@media(hover: hover) and (pointer: fine) {
  .btn-inscription:hover {
    --cor-destaque-1-gradiente-a: var(--cor-fundo);
    --cor-destaque-2-gradiente-a: var(--cor-fundo);
    color: #001949 !important;
    border-style: solid;
    border-color: #001949;
    outline: none;
    text-decoration: none;
  }
}

.btn-inscription:active {
  --cor-destaque-1-gradiente-a: var(--cor-fundo);
  --cor-destaque-2-gradiente-a: var(--cor-fundo);
  color: #001949 !important;
  border-style: solid;
  border-color: #001949;
  outline: none;
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  .btn-inscription {
    width: 70%;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.inscription-info {
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inscription-info {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (max-width: 575px) {
  .inscription-info {
    margin-left: auto;
    margin-right: auto;
  }
}

.inscription-text {
  margin-bottom: 1rem;
  font-size: 1.35rem;
  color: var(--cor-texto);
  text-align: justify;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inscription-text {
    font-size: 1.15rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inscription-text {
    font-size: 1.15rem;
  }

}

@media only screen and (min-width: 401px) and (max-width: 575px) {
  .inscription-text {
    font-size: 1.15rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .inscription-text {
    font-size: 1rem;
  }
}

/* FIM SECTION INSCRIÇÃO */


/* INICIO SECTION VÍDEO */
.video-section {
  width: 100%;
  /* background: linear-gradient(256.56deg,
      rgba(0, 6, 41, 0.8) 17.09%,
      rgba(0, 11, 84, 0.8) 32.53%,
      rgba(0, 30, 96, 0.8) 48.69%,
      rgba(0, 6, 41, 0.8) 82.43%), #001127; */
  padding: 8% 8% 0 8%;
}


.video-area {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  margin-bottom: 8rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-area {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-area {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-area {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (max-width: 575px) {
  .video-area {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.video-poc {
  flex: 1;
  text-align: left;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-poc {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-poc {
    margin-left: auto;
    margin-right: auto;
  }
  
}
@media only screen and (max-width: 575px) {
.video-poc {
    margin-left: auto;
    margin-right: auto;
  }
} */

.video-poc div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 2.983rem;
  border: 0.128rem solid #8598B4;
  padding: 6% 8%;
  width: 100%;
  height: fit-content;
  margin-bottom: 1.85rem;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-poc div {
    width: 37.75rem;
    text-align: center;
    margin-bottom: 2.725rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-poc div {
    width: 37.75rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-poc div {
    width: 30.35rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 13.8rem;
  }

}

@media only screen and (min-width: 430px) and (max-width: 550px) {
  .video-poc div {
    width: 23rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 13.25rem;
  }
}

@media only screen and (min-width: 401px) and (max-width: 429px) {
  .video-poc div {
    width: 22rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 340px) and (max-width: 400px) {
  .video-poc div {
    width: 18rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 300px) and (max-width: 339px) {
  .video-poc div {
    width: 16.5rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
} */

.btn-video {
  background-image: linear-gradient(to right, var(--cor-destaque-1-gradiente-a), var(--cor-destaque-2-gradiente-a));
  box-shadow: 0px 3.82px 3.82px 0px #00000040;
  width: 100%;
  padding-bottom: 2.4%;
  padding-top: 2.4%;
  border-radius: 2.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
  font-size: 26px;
  line-height: 107%;
  border: none;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-left: 0;
  align-self: flex-start;
  color: var(--cor-fundo) !important;
  transition: all 500ms ease;
}

@media(hover: hover) and (pointer: fine) {
  .btn-video:hover {
    --cor-destaque-1-gradiente-a: var(--cor-fundo);
    --cor-destaque-2-gradiente-a: var(--cor-fundo);
    color: #001949 !important;
    border-style: solid;
    border-color: #001949;
    outline: none;
    text-decoration: none;
  }
}

.btn-video:active {
  --cor-destaque-1-gradiente-a: var(--cor-fundo);
  --cor-destaque-2-gradiente-a: var(--cor-fundo);
  color: #001949 !important;
  border-style: solid;
  border-color: #001949;
  outline: none;
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  .btn-video {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
}

.video-text {
  font-size: 26px;
  font-weight: 500;
  color: var(--cor-texto);
  text-align: justify;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-text {
    text-align: center;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-text {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-text {
    text-align: center;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 575px) {
  .video-text {
    text-align: center;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 401px) and (max-width: 550px) {
  .video-text {
    text-align: center;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .video-text {
    text-align: center;
    font-size: 0.85rem;
  }
}

.video-iframe {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-iframe {
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-iframe {
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .video-iframe {
    justify-content: center;
  }
}

.video-iframe iframe {
  border-radius: 28px;
  width: 100%;
  aspect-ratio: 16/9;
}

/* FIM SECTION VIDEO */


/* INICIO SECTION VANTAGENS */
.vantagens-section {
  width: 100%;
  background: linear-gradient(256.56deg,
      rgba(0, 6, 41, 0.8) 17.09%,
      rgba(0, 11, 84, 0.8) 32.53%,
      rgba(0, 30, 96, 0.8) 48.69%,
      rgba(0, 6, 41, 0.8) 82.43%), #001127;
}

.vector-vantagens {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}

.vector-vantagens .vector-img {
  position: absolute;
  left: 0;
  width: 41.5rem;
  height: 0.25rem;
  max-width: unset;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vector-vantagens .vector-img {
    width: 17rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vector-vantagens .vector-img {
    width: 12rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .vector-vantagens .vector-img {
    width: 7.225rem;
  }
}

@media only screen and (max-width: 575px) {
  .vector-vantagens .vector-img {
    width: 7.225rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 429px) {
  .vector-vantagens .vector-img {
    width: 5rem;
  }
}

.vector-vantagens .vector-text {
  font-size: 2rem;
  /* text-shadow: 0rem 0.184rem 2.305rem #AFB5FF; */
  color: var(--cor-destaque-2-gradiente-b);
  padding-left: 35rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vector-vantagens .vector-text {
    font-size: 1.8rem;
    padding-left: 13.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vector-vantagens .vector-text {
    font-size: 1.4rem;
    padding-left: 9.7rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .vector-vantagens .vector-text {
    font-size: 1.1rem;
    padding-left: 5.7rem;
  }

}

@media only screen and (max-width: 575px) {
  .vector-vantagens .vector-text {
    font-size: 1rem;
    padding-left: 5.7rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 429px) {
  .vector-vantagens .vector-text {
    font-size: 0.52rem;
    padding-left: 4.2rem;
  }
}

.vantagens-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.65rem;
  margin: 0 auto;
  margin-bottom: 6.725rem;
}

@media only screen and (max-width: 1199px) {
  .vantagens-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 300px) and (max-width: 429px) {
  .vantagens-container {
    gap: 2rem;
  }
}

.vantagens-projeto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0 4rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vantagens-projeto {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vantagens-projeto {
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .vantagens-projeto {
    padding: 0;
  }

}

@media only screen and (max-width: 575px) {
  .vantagens-projeto {
    padding: 0;
  }
}


.vantagens-projeto-img {
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.625rem;
  border-radius: 100%;
  background-image: var(--cor-fundo);
  box-shadow: 0px 4px 15px 0px #00000040;
}

.vantagens-projeto-img svg {
  color: var(--cor-destaque-1-gradiente-a);
  width: 60%;
  height: 60%;
}

.vantagens-text {
  color: var(--cor-texto);
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid var(--cor-texto);
  display: inline-block;
  padding-bottom: 0.45rem;
  margin-bottom: 12px;
}

@media only screen and (max-width: 575px) {
  .vantagens-text {
    font-size: 1rem;
  }
}

.text-infos {
  color: var(--cor-texto);
  font-weight: 400;
  font-size: 1.025rem;
  text-align: justify;
}

@media only screen and (min-width: 341px) and (max-width: 575px) {
  .text-infos {
    font-size: 0.8rem;
    text-align: justify;
  }
}

@media only screen and (min-width: 300px) and (max-width: 340px) {
  .text-infos {
    font-size: 0.8rem;
    text-align: left;
  }
}

/* FIM SECTION VANTANGENS */


/* INICIO SECTION FORMULÁRIO */
.fomulario-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55%;
  margin: 0 auto;
  padding: 2rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fomulario-area {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fomulario-area {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fomulario-area {
    width: 100%;
  }

}

@media only screen and (max-width: 575px) {
  .fomulario-area {
    width: 100%;
  }
}

.formulario-text {
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--cor-texto);
  text-align: center;
  margin-bottom: 2.3rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .formulario-text {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .formulario-text {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .formulario-text {
    width: 100%;
  }

}

@media only screen and (max-width: 575px) {
  .formulario-text {
    font-size: 1.1rem;
    width: 100%;
  }
}

.fomulario-area a {
  background-image: linear-gradient(to right, var(--cor-destaque-1-gradiente-a), var(--cor-destaque-2-gradiente-a));
  box-shadow: 0px 3.82px 3.82px 0px #00000040;
  width: 28.53rem;
  height: 3.8125rem;
  border-radius: 2.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
  font-size: 1.15rem;
  line-height: 107%;
  border: none;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  color: var(--cor-fundo) !important;
  transition: all 500ms ease;
}

@media(hover: hover) and (pointer: fine) {
  .fomulario-area a:hover {
    --cor-destaque-1-gradiente-a: var(--cor-fundo);
    --cor-destaque-2-gradiente-a: var(--cor-fundo);
    color: #001949 !important;
    border-style: solid;
    border-color: #001949;
    outline: none;
    text-decoration: none;
  }
}

.fomulario-area a:active {
  --cor-destaque-1-gradiente-a: var(--cor-fundo);
  --cor-destaque-2-gradiente-a: var(--cor-fundo);
  color: #001949 !important;
  border-style: solid;
  border-color: #001949;
  outline: none;
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  .fomulario-area a {
    font-size: 15px;
    width: 90%;
  }
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 26.5625rem;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid #506A8F;
  border-radius: 60px;
}

@media only screen and (min-width: 300px) and (max-width: 340px) {
  .form-container {
    padding: 0;
  }
}

@media only screen and (min-width: 341px) and (max-width: 429px) {
  .form-container {
    padding: 1.5rem;
  }
}

.fomulario-area form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fomulario-area input {
  width: 100%;
  height: 3.5rem;
  padding: 0.75rem;
  margin-bottom: 2.5rem;
  border-radius: 25px;
  border: none;
  color: #7C8BA0;
  text-indent: 1rem;
  background-color: #D9D9D9;
}

.fomulario-area button {
  background-image: linear-gradient(to right, var(--cor-destaque-1-gradiente-a), var(--cor-destaque-2-gradiente-a));
  color: #fff;
  font-size: 1.45rem;
  font-weight: bold;
  border: none;
  width: 17.83rem;
  height: 3.125rem;
  border-radius: 2.64125rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3.82px 3.82px 0px #00000040;
  margin: 2.5rem auto;
  transition: all 500ms ease;
}

.fomulario-area button:hover,
.fomulario-area button:focus {
  --cor-destaque-1-gradiente-a: var(--cor-fundo);
  --cor-destaque-2-gradiente-a: var(--cor-fundo);
  color: #001949 !important;
  border-style: solid;
  border-color: #001949;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fomulario-area button {
    font-size: 1.1rem;
    width: 15.83rem;
    height: 2.825rem;
    margin: 1.5rem auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fomulario-area button {
    width: 17.53rem;
    margin: 1.5rem auto;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 430px) and (max-width: 550px) {
  .fomulario-area button {
    width: 14rem;
    margin: 1.5rem auto;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 429px) {
  .fomulario-area button {
    width: 11rem;
    margin: 1.5rem auto;
    font-size: 0.9rem;
  }
}

/* FIM SECTION FORMULÁRIO */

.container-slides {
  max-width: 100% !important;
}

.carrossel-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #001F49;
  padding-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carrossel-title {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carrossel-title {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .carrossel-title {
    font-size: 1.1rem;
  }

}

@media only screen and (max-width: 575px) {
  .carrossel-title {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 340px) and (max-width: 429px) {
  .carrossel-title {
    font-size: 0.9rem;
  }
}

.single-portfolio-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 15.625rem;
  height: 10rem;
  overflow: hidden;
  margin-bottom: 2rem !important;
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  div.owl-item {
    width: 18.125rem !important;
    height: 10rem !important;
    margin-right: 0 !important;
  }

}

@media only screen and (max-width: 575px) {
  div.owl-item {
    width: 12.5rem !important;
    height: 10rem !important;
  }
} */

.single-portfolio-slide img {
  max-height: 80%;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.footer-area {
  background-color: var(--cor-destaque-1-gradiente-a);
}

.single-footer-widget .footer-social-info a {
  color: var(--cor-destaque-1-gradiente-a) !important;
}

@media(hover: hover) and (pointer: fine) {
  .single-footer-widget .footer-social-info a:hover {
    background: var(--cor-destaque-1-gradiente-a) !important;
    color: #fff !important;
  }
}

.single-footer-widget .footer-social-info a:active {
  background: var(--cor-destaque-1-gradiente-a) !important;
  color: #fff !important;
}

.logo-footer {
  max-width: 6.25rem;
  margin-right: 3.4375rem;
}

.text-center-footer {
  font-size: 0.8125rem;
  color: var(--cor-fundo);
  font-weight: 400;
  margin: 0.9375rem 0 0 0;
}

.text-center a:hover,
.text-center a:focus {
  font-family: "Montserrat";
  background-color: var(--cor-fundo) !important;
  color: #001949 !important;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 600;
}

.footer-content a:hover,
.footer-content a:focus {
  font-family: "Montserrat";
  background-color: var(--cor-fundo) !important;
  color: #001949 !important;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-center {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 575px) and (max-width: 991px) {
  .text-center {
    font-size: 0.5625rem;
  }
}

.text-center a {
  font-weight: 700 !important;
  text-decoration: underline;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-footer-widget p a {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-footer-widget .widget-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

}

@media only screen and (max-width: 575px) {
  .single-footer-widget .widget-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.erro-campo {
  color: red;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  display: block;
}

.input-erro {
  border: 2px solid red !important;
}

.owl-next,
.owl-prev {
  border: none;
  color: #000000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  cursor: pointer;
  z-index: 200;
  transition: opacity 0.3s ease;
  opacity: 0.7;
  background-image: radial-gradient(circle, rgb(161, 180, 197), rgba(255, 255, 255));
}

@media(hover: hover) and (pointer: fine) {

  .owl-prev:hover,
  .owl-next:hover {
    opacity: 1 !important;
  }
}

.owl-prev:active,
.owl-next:active {
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {

  .owl-next,
  .owl-prev {
    width: 25px;
    height: 25px;
  }
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  /* left: -10px; */
  top: 35%;
  width: 100%;
  padding: 0 10px;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}

.owl-stage-outer {
  margin: 0 auto;
  width: 80%;
}

.owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1.75rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.input-erro {
  border: 2px solid red !important;
}

.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  left: calc(100vw - 5rem);
  width: 4rem;
  height: 4rem;
  z-index: 99;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem rgb(115 113 113 / 30%);
  transition: transform 0.2s ease-in-out;
}

.whatsapp-float:hover,
.whatsapp-float:active {
  transform: scale(1.1);
}

@media screen and (max-width: 480px) {
  .whatsapp-float {
    bottom: 1rem;
    left: calc(100vw - 3.5rem);
    width: 3rem;
    height: 3rem;
  }
}

.portfolio-sildes-lp {
  max-width: 100%;
  /* overflow-x: hidden; */
  margin: 0 auto;
}

.portfolio-sildes-lp .owl-dots .owl-dot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  /* flex: 0 0 8px; */
  /* max-width: 0.5rem; */
  margin: 0 0.3125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #001F49;
  transition: background-color 0.5s ease;
}

.portfolio-sildes-lp .owl-dots .owl-dot.active {
  background: #001F49;
  width: 2.3em;
  height: 0.875rem;
  border-radius: 15px;
}