@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
  --brand: rgba(28, 116, 159);
  --dark: #092032;
  --body: #516171;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
  font-family: 'Barlow', sans-serif;
  color: var(--body);
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 700;
  color: var(--dark);
}

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

img {
  width: 100%;
}

a {
  color: var(--dark);
  transition: all 0.4s ease;
  font-weight: 500;
}

a:hover {
  color: var(--brand);
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-brand {
  color: var(--brand) !important;
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
  background-color: rgba(255, 255, 255, 0.3) !important;
  width: 60px !important;
  height: 60px !important;
  display: block;
  display: grid;
  place-items: center;
  color: #fff !important;
  border-radius: 100px;
  line-height: 0;
  border-radius: 100px !important;
  position: absolute;
  top: 50%;
  font-weight: 600 !important;
  font-size: 12px !important;
  transition: all 0.4s ease;
  margin-top: -30px !important;
}

.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
  background-color: var(--brand) !important;
}

.owl-dot.active span {
  background-color: var(--brand) !important;
}

/* slide */
.slide {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slide1 {
  background: linear-gradient(
      to right,
      rgba(28, 115, 159, 0.445),
      rgba(72, 182, 171, 0.513)
    ),
    url(../img/bg_banner2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide2 {
  background: linear-gradient(
      to right,
      rgba(28, 115, 159, 0.445),
      rgba(72, 182, 171, 0.513)
    ),
    url(../img/bg_banner1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide3 {
  background: linear-gradient(
      to right,
      rgba(28, 115, 159, 0.445),
      rgba(72, 182, 171, 0.513)
    ),
    url(../img/bg_banner3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide4 {
  background: linear-gradient(
      to right,
      rgba(28, 115, 159, 0.445),
      rgba(72, 182, 171, 0.513)
    ),
    url(../img/bg_banner4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide5 {
  background: linear-gradient(
      to right,
      rgba(28, 115, 159, 0.445),
      rgba(72, 182, 171, 0.513)
    ),
    url(../img/bg_banner5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide6 {
  background: linear-gradient(
      to right,
      rgba(28, 115, 159, 0.445),
      rgba(72, 182, 171, 0.513)
    ),
    url(../img/bg_banner6.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide .display-3 {
  text-transform: uppercase;
  color: #fff;
}

/* navbar */
.top-nav {
  background-image: linear-gradient(
    to right,
    rgba(28, 116, 159),
    rgba(72, 182, 171)
  );
  background-color: var(--brand);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-nav p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.top-nav span,
.top-nav i {
  vertical-align: middle;
}

.navbar {
  box-shadow: var(--shadow);
}

.social-icons a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.social-icons a:hover {
  background-color: #fff;
  color: var(--brand);
}
.conditions-section {
  margin: 20px 0;
}
.conditions-section a {
  color: #fff;
  margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
  color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
  color: var(--brand);
}

.navbar-brand {
  font-size: 28px;
  font-weight: 700;
}

.navbar-brand .dot {
  color: var(--brand);
}

.btn {
  padding: 8px 26px;
}

.btn-brand {
  border-color: var(--brand);
  background-color: var(--brand);
  color: #fff;
}

.btn-brand:hover {
  background-color: rgb(106, 179, 216);
  border-color: rgb(106, 179, 216);
  color: #fff;
}

.intro {
  margin-bottom: 36px;
  text-align: center;
}

.intro p {
  max-width: 500px;
}
.intro h6 {
  color: var(--brand);
  font-weight: 400;
  text-transform: uppercase;
}

.intro h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.info-box {
  align-items: center;
  display: flex;
}

.info-box img {
  width: 90px;
}

#milestone {
  background: linear-gradient(rgba(28, 116, 159, 0.8), rgba(28, 115, 159, 0.8)),
    url(../img/bg_banner1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
  color: #fff;
}

.iconimg {
  width: 50px;
  position: relative;
  z-index: 1;
}

.icon-box-primary {
  position: relative;
}

.icon-box-primary {
  content: '';
  position: absolute;
  width: 80px;
  height: 75px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  border: 2px solid rgb(0, 0, 0);
}

/* .service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
} */

/*** Service ***/
.container-service {
  position: relative;
}

.container-service::before {
  position: absolute;
  content: '';
  background: var(--bs-light);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
  z-index: -1;
}

.service-item .iconimg {
  max-width: 100%; /* Garante que a imagem não se estenda além de seu contêiner */
  transition: filter 0.3s; /* Adiciona uma transição suave ao efeito de filtro */
}

.features {
  background: #fff;
  height: 250px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.137) !important;
}

.iconimg {
  filter: invert(
    100%
  ); /* Inverte as cores da imagem quando o mouse passa por cima */
  margin-top: 20px;
}
.services-wrap:hover .iconimg1 {
  filter: invert(
    100%
  ); /* Inverte as cores da imagem quando o mouse passa por cima de .services-wrap */
  transition: filter 0.3s; /* Adiciona uma transição suave */
}

.service-item {
  position: relative;
  height: 100%;
  padding: 45px 30px;
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}

.service-item:hover h5 {
  color: white;
}

.service-item:hover p {
  color: white;
}

.service-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  background: #1a7ab1;
}

.service-item:hover::before {
  height: 100%;
  top: 0;
}

.service-item * {
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

/* .service-item:hover h5,
.service-item:hover p {
  color: var(--bs-white);
} */

.service-item:hover .icon-box-primary::before {
  background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
  color: var(--bs-white) !important;
}

.project {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.project h6 {
  font-weight: 400;
}

.project h6::before {
  content: '';
  height: 2px;
  width: 30px;
  display: inline-block;
  background: var(--brand);
  vertical-align: middle;
  margin-right: 10px;
}

.project .overlay {
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 76, 41, 0) 0%,
    var(--dark) 100%
  );
}

.project .content {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.project h2,
.project h6 {
  color: #fff;
}

.team-member {
  text-align: center;
}

.team-member .image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.team-member .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -10%;
  background-color: rgba(28, 116, 159, 0.7);
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member h5 {
  margin-top: 16px;
  margin-bottom: 4px;
}

.team-member .social-icons {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member .social-icons a {
  width: 40px;
  height: 40px;
}

.team-member:hover .social-icons {
  top: 50%;
  opacity: 1;
}

.team-member:hover .overlay {
  top: 0%;
  opacity: 1;
}

#reviews {
  background: linear-gradient(
      -90deg,
      rgba(8, 32, 50, 0.8),
      rgba(8, 32, 50, 0.8)
    ),
    url(../img/bg_banner1.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.review {
  text-align: center;
  z-index: 2;
  position: relative;
  margin: 15px;
  max-width: 768px;
  margin: auto;
}

.review .bxs-quote-alt-left {
  font-size: 120px;
  position: absolute;
  opacity: 0.1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.review img {
  width: 80px !important;
  height: 80px;
  border-radius: 100px;
  margin: auto;
}

.review h5 {
  margin-top: 16px;
  margin-bottom: 4px;
  color: #fff;
}

.review h3 {
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
}

.review small {
  color: var(--brand);
}

.review .stars {
  color: var(--brand);
}

.blog-post {
  position: relative;
  background-color: #fff;
  box-shadow: var(--shadow);
}

.blog-post .content {
  padding: 32px;
}

.blog-post a {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--brand);
  padding: 2px 12px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
}

.blog-post h5 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.blog-post small {
  text-transform: uppercase;
  color: var(--brand);
  text-decoration: underline;
}

#about {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.671),
      rgba(255, 255, 255, 0.74)
    ),
    url(../img/bgwhite1.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer {
  background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)),
    url(../img/bg_banner1.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .footer-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
}

footer .navbar-brand {
  color: #fff;
}

footer p {
  color: #adb3b9;
}

footer .social-icons a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.loader {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
}

input.form-control {
  border-color: transparent;
  height: 44px;
}

.form-control {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.04);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--brand);
}

.text-justify {
  text-align: justify;
}

.neon-text {
  color: rgb(35, 39, 39);

  animation: float 1s linear infinite alternate;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-18px);
  }
}
/* 
.card {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-20px);
}

.card::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #ffbc00, #ff0058);
  border-radius: 1.2em;
}

.card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ffbc00, #ff0058);
  filter: blur(30px);
}

.card span {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  border-radius: 1em;
}

.card span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.card .content {
  position: relative;
  padding: 10px;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.5em;
} */

.bg-light1 {
  background: #1a7ab1;
}

.services-wrap {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
}
.services-wrap .img {
  width: 100%;
  height: 220px;
}
.services-wrap .text {
  width: 100%;
  text-align: center;
  padding: 20px 5px;
  position: relative;
}
.services-wrap .text h2 {
  font-weight: 500;
  font-size: 22px;
}
.services-wrap .text .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  margin: -65px auto 20px auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
}
.services-wrap .text .icon span {
  color: #fc5e28;
  font-size: 50px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-wrap .text .btn-custom {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  width: 80%;
  background: #040e26;
  color: #fff;
  padding: 12px 10px;
  border-radius: 3px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.services-wrap:hover {
  -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
}
.services-wrap:hover .text .icon {
  background: #0079a9;
}
.services-wrap:hover .text .icon span {
  color: white;
}
.services-wrap:hover .text .btn-custom {
  background: #0079a9;
}

.ftco-services-2 .services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  background: #040e26;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .ftco-services-2 .services {
    padding: 20px;
  }
}
.ftco-services-2 .services:before {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  content: '';
  width: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
  -webkit-transform: matrix(1.3, 0, -0.3, 1, 0, 0);
  -ms-transform: matrix(1.3, 0, -0.3, 1, 0, 0);
  transform: matrix(1.3, 0, -0.3, 1, 0, 0);
}
.ftco-services-2 .services.services-2 {
  background: #0079a9;
}
.ftco-services-2 .services.services-2 .icon {
  background: #040e26;
}
@media (min-width: 992px) {
  .ftco-services-2 .services {
    margin-top: -70px;
  }
}
.ftco-services-2 .services .icon {
  line-height: 1.3;
  position: relative;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  z-index: 1;
  margin-bottom: 20px;
  background: #0079a9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ftco-services-2 .services .icon span {
  font-size: 50px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .ftco-services-2 .services .icon {
    width: 50px;
    height: 50px;
  }
  .ftco-services-2 .services .icon span {
    font-size: 40px;
  }
}
.ftco-services-2 .services .media-body {
  width: calc(100% - 80px);
}
.ftco-services-2 .services .media-body h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Roboto', Arial, sans-serif;
  color: #fff;
}
@media (max-width: 767.98px) {
  .ftco-services-2 .services .media-body {
    width: calc(100% - 50px);
  }
}

.bgsection {
  background-image: linear-gradient(#ffffff, #ffffff59, #f8f8f84d, #ffffff),
    url('/img/bgwhite.jpg');
}

.bgsection2 {
  background-image: linear-gradient(#ffffff, #ffffff59, #f8f8f84d, #ffffff),
    url('/img/bgwhite1.jpg');
}

.sign {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px; /* Tamanho da fonte do sinal de adição */
  margin-right: 5px; /* Espaçamento à direita para separar o número do sinal de adição */
}

/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: '';
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: var(--primary);
  border-radius: 2px;
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -75px;
}

.section-title.section-title-sm::before {
  width: 90px;
  height: 3px;
}

.section-title::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: var(--light);
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
  width: 4px;
  height: 3px;
}

.section-title.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
  0% {
    left: 0;
  }
  50% {
    left: 145px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes section-title-run-center {
  0% {
    left: 50%;
    margin-left: -75px;
  }
  50% {
    left: 50%;
    margin-left: 45px;
  }
  100% {
    left: 50%;
    margin-left: -75px;
  }
}

@-webkit-keyframes section-title-run-sm {
  0% {
    left: 0;
  }
  50% {
    left: 85px;
  }
  100% {
    left: 0;
  }
}

@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.contact .php-email-form {
  margin-top: 80px;
  width: 100%;
  padding: 50px;
  background: linear-gradient(136.12deg, #1a7ab1 22.9%, #70ccc3 100%);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  border-radius: 12px 12px 0px 0px;
  background-size: 200% 100%;
  animation: moveGradient 3s linear infinite alternate;
}

.form-control {
  background-color: white;
  margin: 6px;
  /* Outros estilos, como bordas, cores de texto, etc., podem ser definidos aqui */
}

.contact {
  padding-bottom: 0;
}

.main-button {
  background-color: white;
  margin-top: 2%;
  color: #333; /* Cor do texto */
  border: 2px solid #333; /* Borda com uma cor escura */
  padding: 10px 30px; /* Espaçamento interno do botão */
  border-radius: 4px; /* Borda arredondada */
  text-align: center; /* Alinhamento do texto */
  text-decoration: none; /* Remover sublinhado do link (caso seja um link) */
  display: inline-block; /* Para que o botão ocupe apenas o espaço necessário */
  font-size: 16px; /* Tamanho do texto */
  cursor: pointer; /* Mudar o cursor ao passar o mouse sobre o botão */
  /* Outros estilos, como sombras, margens, etc., podem ser adicionados conforme necessário */
}

.main-button:hover {
  background-color: #082032 !important; /* Cor de fundo ao passar o mouse */
  color: white; /* Cor do texto ao passar o mouse */
}

svg {
  width: 2.25em;
  transform-origin: center;
  animation: rotate4 2s linear infinite;
}

circle {
  fill: none;
  stroke: hsl(0, 0%, 100%);
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -125px;
  }
}

.texd {
  display: inline-block;
}
