

:root {
  -webkit-text-fill-color: #235ff6, #0a49eb;
  --primary: #0a49eb;
  --fundo-trabalho:  #05071e;
  --light: #EEF9FF;
  --dark: #091E3E;
  --laranja1: #eba015ff;
  --laranja2: #e67e22ff;
  --segunda-cor: #141529;
}

body {
  background-color: var(--fundo-trabalho);
  color: #ffffff;
}

.navbarHome {
  background-color: transparent;
  transition: background-color 0.3s ease;
  border-radius: 20px;
  /* Suavizar a transição */
}

.img-nav img {
  display: none;
}

footer {
  background-color: var(--dark);

}

.verd {
  color: #009970;
}

.servicosClientes {
  background-color: var(--segunda-cor);
}

a {
  text-decoration: none;
  list-style: none;
  cursor: pointer;

}

.navbarHome {
  margin-bottom: 20px;
}

.nav-item {
  padding: 1px 1px;
  margin-left: 4px;
}

.login-buttom {
  display: none;
}

.login-buttom:hover {
  background-color: var(--laranja2);
}

.navbar-toggler {
  border: none;
  font-size: 1.25rem;
}

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

.nav-link {
  font-weight: 500;
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: var(--secondary);
}

/* .navbar-brand{
   background-color: #009977; 
} */
.navborder.no-border {
  border-radius: none;
  background-color: transparent;

}

@media(min-width:991px) {
  .login-buttom {
    display: block;
    background-color: var(--primary);
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
  }

  .linkBorder::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--laranja2);
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .nav-link:hover::before,
  .nav-link.active::before {
    width: 100%;
    visibility: visible;
  }

  .img-nav img {
    display: block;
    width: 5em;
  }

  /* BOTÃO FIXO WHATSAP */
  .fixed-button {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--secondary);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 8Px 18px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 1000;
  }

  .fixed-button:hover {
    background-color: var(--primary);
    transform: scale(1.1);
  }


}


.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}


/* dashboard */
.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}


.navbar .form-control {
  padding: .75rem 1rem;
}


footer svg {
  fill: #ffffff;
  /* Cor desejada */
  margin-left: 1.5em;
}

/* BOTÃO FIXO WHATSAP */
.fixed-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--secondary);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 8Px 18px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}


/* NOSSOS CLIENTES */


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  /* background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  height: 150px;

  margin: auto;
  overflow: hidden;
  position: relative;
}

/* .slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
} */

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 18);
}

.slider .slide {
  width: 2150px;
  /* background-color: #009970; */

}

/* .slider .slide img {
   background-color: #174b7b;
}  */

/* MISÃO VISÃO VALORES */
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 60em;
  zoom: 1
}

.grid-mvv {
  overflow: hidden;
  padding-top: 3.125em
}

.grid-mvv li {
  float: left;
  list-style-type: none;
  padding-bottom: 3.125em
}

.grid-mvv p {
  line-height: 1.5em;
  margin: 0
}

.grid-mvv-citation {
  color: #656262;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 2em;
  text-transform: uppercase;
  text-align: center
}

.grid-mvv li div {
  border: 5px solid var(--laranja2);
  padding: 2.125em 7.638888888888889%;
  position: relative
}

.grid-mvv .quote-arrow {
  background: #fff;
  border-right: 5px solid var(--laranja2);
  border-bottom: 5px solid var(--laranja2);
  content: '';
  display: block;
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (min-width: 50em) {
  .grid-mvv li {
    margin-right: 5%;
    width: 30%
  }

  .grid-mvv li:nth-child(3n) {
    margin-right: 0
  }
}


/* SERVICOS */

/* ADVERTISERS SERVICE CARD */

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

/* .advertisers-service-sec {
  /* background-color: #f5f5f5; */


.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--segunda-cor);
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#0dcaf0, var(--laranja2));
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #FFFFFF;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: var(--fundo-trabalho);
  color: var(--laranja2);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

/* ADVERTISERS SERVICE CARD ENDED */











.service-icon {
  margin: 30px 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 2px;
  transform: rotate(-45deg);
}

.service-icon svg {
  transform: rotate(45deg);
}

.cardcol {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;

}

.cardcol:hover {
  transform: scale(1.05);
}

.cardcol-ti {
  background-image: url("../../public/ti\ \(2\).jpg");

}

.cardcol-maritimo {
  background-image: url("../../public/maritmob.jpg");

}

.cardcol-civil {
  background-image: url("../../public/CC.jpg");
}

.cardcol::before {
  content: "";
  /* Necessário para criar o pseudo-elemento */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}


.cardcol .service-text {
  position: relative;
  z-index: 2;
}

.cardcol .card-body {
  position: relative;
  z-index: 2;
}


.cardcol-ti .text-white {
  color: white !important;
}



/*POR QUE SOMO A SUA ESCOLHA escolha*/

.single-promo-card {
  transition: all .2s ease;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  background: var(--segunda-cor);
}
  
.card.single-promo-card {
  border-radius: 1rem;
}

.card.single-promo-card:hover {
  background: var(--laranja2);
  color: #ffffff;
}
.card.single-promo-card:hover span,
.card.single-promo-card:hover h5,
.card.single-promo-card:hover p.text-muted {
  color: #ffffff !important; 
}

.card.single-promo-card,
.card.single-promo-card span,
.card.single-promo-card h5,
.card.single-promo-card p.text-muted {
  color: #ffffff !important; 
}

.single-promo-card .card-body {
  padding: 1rem;
}

.single-promo-card p {
  color: white;

}

.single-promo-hover {
  transition: all .2s ease-out;
  will-change: transform;
}

.single-promo-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

/*=========================================
            09. VIDEO PROMO CSS
============================================*/


.background {
  background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95));
}

.video-play-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  display: inline-block;
  border: 2px solid #ffffff;
  cursor: pointer;
  background: #ffffff;
}

.video-play-icon span {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 25%;
  font-size: 23px;
  left: 2px;
}

.video-promo-content a.video-play-icon-without-bip:hover span {
  color: #ffffff;
}

.video-promo-content a.video-play-icon {
  border-radius: 50%;
  display: block;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  transition: .5s
}

.video-promo-content a.video-play-icon-without-bip {
  animation: none;
}

.video-promo-content a.video-play-icon-without-bip:hover {
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  transition: .5s;
  background-color: #9629e6;
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

.ptb-100 {
  padding: 50px 0;
}

.download-btn a {
  padding: 12px 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.google-play-btn:hover {
  background: transparent;
  color: #ffffff;
}

.app-store-btn {
  border-radius: 30px;
  color: #ffffff;
  border-color: #ffffff;
}

.app-store-btn:hover {
  background: #ffffff;
  color: #6730e3;
}



/*--------------------------------------------------------------
# Paginas de serviços prestados
--------------------------------------------------------------*/
.features .features-item {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.texto-laranja {
  color: var(--laranja2);
}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 700;
  font-size: 26px;
}

.features .features-item .btn-get-started {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
}

.features .features-item .btn-get-started:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 10%);
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: orange;
}

.features .features-item img {
  border: 6px solid var(--segunda-cor);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.features .features-item .features-img-bg {
  position: relative;
  min-height: 500px;
}

@media (max-width: 640px) {
  .features .features-item .features-img-bg {
    min-height: 300px;
  }
}

.features .features-item .features-img-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features .features-item .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.features .features-item .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}

.features .features-item .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
}




/*--------------------------------------------------------------
# Contactos Section
--------------------------------------------------------------*/
.contact .info-item {
  background: color-mix(in srgb, var(--default-color), transparent 96%);
  padding: 30px;
}

.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: var(--accent-color);
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .email-form {
  background: color-mix(in srgb, var(--default-color), transparent 96%);
  padding: 30px;
  height: 100%;
}

.contact .email-form input[type=text],
.contact .email-form input[type=email],
.contact .email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .email-form input[type=text]:focus,
.contact .email-form input[type=email]:focus,
.contact .email-form textarea:focus {
  border-color: var(--secondary);
}





/*--------------------------------------------------------------
# Carteira de projectos
--------------------------------------------------------------*/
.projectos {
 
  padding: 60px 0;
}

.projectos .projecto-item {
  background-color: var(--segunda-cor);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  height: 100%;
  padding: 30px;
  transition: 0.3s;
  border-radius: 10px;
  display: flex;
}

.projectos .projecto-item .icon {
  font-size: 32px;
  border-radius: 10px;
  position: relative;
  margin-right: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.projectos .projecto-item h3 {
  color: white;
  font-weight: 700;
  font-size: 22px;
  transition: 0.3s;
}

.projectos .projecto-item p {
  margin-bottom: 0;
  color:#ffffff;
  transition: 0.3s;
}

.projectos .projecto-item .read-more {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  transition: 0.3s;
  font-size: 14px;
}

.projectos .projecto-item .read-more i {
  margin-left: 10px;
}

.projectos .projecto-item.item-cyan .icon {
  color: #0dcaf0;
  border: 1px solid #0dcaf0;
  background: rgba(13, 202, 240, 0.1);
}

.projectos .projecto-item.item-orange .icon {
  color: #fd7e14;
  border: 1px solid #fd7e14;
  background: rgba(253, 126, 20, 0.1);
}

.projectos .projecto-item.item-teal .icon {
  color: #20c997;
  border: 1px solid #20c997;
  background: rgba(32, 201, 151, 0.1);
}

.projectos .projecto-item.item-red .icon {
  color: #df1529;
  border: 1px solid #df1529;
  background: rgba(223, 21, 4, 0.1);
}

.projectos .projecto-item.item-indigo .icon {
  color: #6610f2;
  border: 1px solid #6610f2;
  background: rgba(102, 16, 242, 0.1);
}

.projectos .projecto-item.item-pink .icon {
  color: #f3268c;
  border: 1px solid #f3268c;
  background: rgba(243, 38, 140, 0.1);
}

.projectos .projecto-item:hover {
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.projectos .projecto-item:hover h3 {
  color: var(--laranja2);
}

.projectos .projecto-item:hover p {
  color: var(--laranja2);
}

/* SVG */
.a {
  stroke: #000000;

}



/* EQUIPE */

.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: linear-gradient(to right, #0a49eb, #041a52);
  /* background: linear-gradient(90deg, #007bff, #6f42c1); azul → roxo */
  /*background: linear-gradient(90deg, #f59e0b, #facc15);  laranja → amarelo 
  background: linear-gradient(to right, #0d6efd, #20c997, #6f42c1, #fd7e14);
   #235ff6, #0a49eb
 #eba015ff;
  --laranja2: #e67e22ff;
  */
}

.testimonial-card .avatar {
  width: 110px;
  margin-top: -60px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
}


/* CONTADOR DE DADOS */
.counter {
  transition: all 0.5s ease-out;
}


/* ANIMAÇ baixo sima */

/* Estilo inicial dos elementos */
.animate {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.5s ease-out;
}

/* Quando o elemento estiver visível */
.animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* ANIMAÇ baixo sima */

/* Estilo inicial dos elementos */
.animateLado {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1.5s ease-out;
}

/* Quando o elemento estiver visível */
.animateLado.show {
  opacity: 1;
  transform: translateX(0);
}

/* BTN WHATSAP */

.btnwhatsapp {
  border: none;
  background-color: transparent;
}


/* Logo Parceiros */
@media (max-width: 768px) {
  .logoParcero {
    max-width: 30%;
  }
}





.texto-esquerda h1 {
  font-size: 55px;
}

.texto-esquerda p {
  font-size: 17px;
}

.service11 {
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  background: var(--segunda-cor);
}



/* FAQ */
.accordion-item{
  background-color: var(--fundo-trabalho);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 30px;
  margin-bottom: 10px;
  color: #ffffff;
}

.accordion-button {
    background-color: var(--fundo-trabalho); 
    color: #fff;
}
.accordion-button:not(.collapsed) {
    background-color: var(--laranja2); 
    color: #fff;
}

.accordion-button::after {
    filter: invert(1); /* deixa branca */
}

/* SOBRE NOS */
.sobre-nos p{
  font-size: 15px;
}



/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
  background-color: var(--segunda-cor);
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: var(--default-color);
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: var(--light);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  background: var(--laranja2);
  color: var(--contrast-color);
}

.call-to-action .cta-btn:hover {
  background: color-mix(in srgb, var(--laranja1) 90%, white 15%);
}



/* mt serviços */
.mt-servicos {
  margin-top: 100px;
}
