* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Monserrat", sans-serif;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

p {
  text-align: left;
  color: #666666;
}

.top-bar {
  padding: 5px 0;
  background-color: #446fb6;
}
.top-bar ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.top-bar ul li {
  display: inline-block;
}
.top-bar ul li:not(:first-child) {
  margin-left: 40px;
}
.top-bar ul a {
  color: #fff;
  font-weight: 300;
}
.top-bar .social a {
  padding-left: 5px;
  font-size: 18px;
  color: #fff;
}

.logo {
  height: 50px;
}

.nav-item a {
  color: #000;
}
.nav-item a:hover {
  color: #d02228;
}
.nav-item .active {
  color: #d02228 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #446fb6;
  border: solid 1px #fff;
}

.destaque {
  background-color: #d02228;
  border-radius: 50px;
  border: solid 1px #d02228;
  transition: 0.3s ease;
}
.destaque:hover {
  background-color: #fff;
  transition: 0.3s ease;
}
.destaque:hover a {
  color: #d02228;
  transition: 0.3s ease;
}
.destaque a {
  color: #fff;
}

.footer {
  background-color: #446fb6;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer ul a {
  color: #fff;
  font-weight: 300;
}
.footer p {
  font-weight: 400;
  color: #fff !important;
}
.footer h3 {
  color: #fff;
  font-weight: bold;
}
.footer a {
  color: #fff !important;
  text-decoration: none;
}
.footer .social li {
  display: inline-block;
}
.footer .social li:not(:last-child) {
  margin-right: 15px;
}
.footer .social li a {
  font-size: 25px;
}

.subfooter {
  background-color: #d02228;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .top-bar ul li:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  .top-bar ul a {
    font-size: 14px;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
  .dropdown-menu {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .dropdown-menu .dropdown-item {
    padding: 5px;
  }
  .footer .col-lg-4.col-12,
  .footer .col-lg-5.col-12,
  .footer .col-lg-3.col-12 {
    margin-top: 50px;
  }
  .destaque {
    text-align: center !important;
  }
}
@media screen and (min-width: 991px) {
  #mainSlider {
    height: 795px;
  }
  #mainSlider .carousel-item {
    height: 795px;
  }
  #mainSlider #mainSlide1, #mainSlider #mainSlide2, #mainSlider #mainSlide3, #mainSlider #mainSlide4 {
    height: 795px;
    background-size: cover;
  }
  #mainSlider #mainSlide1 {
    background-image: url("/assets/imgs/0001_Forwartrans.jpg");
  }
  #mainSlider #mainSlide2 {
    background-image: url("/assets/imgs/capa2.jpg");
  }
  #mainSlider #mainSlide3 {
    background-image: url("/assets/imgs/capa.jpg");
  }
}
@media screen and (max-width: 990px) {
  #mainSlider {
    height: 300px;
  }
  #mainSlider .carousel-item {
    height: 300px;
  }
  #mainSlider #mainSlide1,
  #mainSlider #mainSlide2,
  #mainSlider #mainSlide3,
  #mainSlider #mainSlide4 {
    height: 300px;
    background-size: cover;
  }
  #mainSlider #mainSlide1 {
    background-image: url("/assets/imgs/0001_Forwartrans.jpg");
  }
  #mainSlider #mainSlide2 {
    background-image: url("/assets/imgs/capa2.jpg");
  }
  #mainSlider #mainSlide3 {
    background-image: url("/assets/imgs/capa.jpg");
  }
}
.services {
  padding-top: 100px;
  padding-bottom: 0px;
}
.services h2 {
  font-weight: bold;
  margin-bottom: 40px;
  color: #446fb6;
}
.services .service-btn {
  background-color: #d02228;
  border-color: #d02228;
  border-radius: 50px;
  padding: 8px 30px;
  transition: 0.3s ease;
}
.services .service-btn:hover {
  background-color: #fff;
  color: #d02228;
  transition: 0.3s ease;
}
.services .card {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.services .card-img,
.services .card-img-top {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.stats {
  background-image: url("/assets/imgs/stats.jpg");
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-size: cover;
  margin-top: -100px;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}
.stats h2 {
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
}
.stats .value-counter {
  font-size: 60px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .desc {
    margin-bottom: 50px;
  }
}
.content-transport {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-transport h1 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #446fb6;
}
.content-transport h2 {
  font-size: 30px;
  font-weight: bold;
  color: #446fb6;
}
.content-transport h3 {
  font-weight: bold;
}
.content-transport img {
  border-radius: 10px;
}
.content-transport ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.content-transport ul a {
  color: #666666;
  text-decoration: none;
}
.content-transport .nav-underline .nav-link {
  color: #446fb6;
}
.content-transport .map-btn a {
  background-color: #d02228;
  border: solid 1px #d02228;
  border-radius: 50px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s ease;
}
.content-transport .map-btn a:hover {
  background-color: #fff;
  color: #d02228;
  transition: 0.3s ease;
}
.content-transport .location {
  margin-top: 20px;
}
.content-transport .location h3 {
  margin-bottom: 20px;
}
.content-transport .gallery-fix img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-contact {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-contact h1 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #446fb6;
}
.content-contact h2 {
  font-size: 30px;
  font-weight: bold;
}
.content-contact h3 {
  font-weight: bold;
}
.content-contact img {
  border-radius: 10px;
}
.content-contact ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 40px;
}
.content-contact ul a {
  color: #666;
  text-decoration: none;
}
.content-contact .nav-underline .nav-link {
  color: #446fb6;
}
.content-contact .map-btn a {
  background-color: #d02228;
  border: solid 1px #d02228;
  border-radius: 50px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s ease;
}
.content-contact .map-btn a:hover {
  background-color: #fff;
  color: #d02228;
  transition: 0.3s ease;
}
.content-contact .location {
  margin-top: 20px;
}
.content-contact .location h3 {
  margin-bottom: 20px;
}

.about-us p:not(:last-child) {
  margin-bottom: 30px;
}
.about-us h4 {
  font-weight: 500;
  font-size: 22px;
}
.about-us iframe {
  margin-bottom: 40px;
}
.about-us .about-gallery img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-road {
  background: linear-gradient(180deg, rgb(68, 111, 182) 0%, rgb(208, 34, 40) 100%);
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
.flow-road h3 {
  color: #fff;
  margin-bottom: 40px;
}
.flow-road .desc {
  text-align: center;
}

.team h3 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.team .inner {
  position: relative;
  width: 100%;
}
.team .title {
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  top: 0;
  opacity: 0;
  left: 2px;
  transition: 0.5s ease;
}
.team .foto {
  filter: grayscale(1);
  transition: 0.5s ease;
  position: relative;
  z-index: 1;
}
.team .foto img {
  max-width: 300px;
}
.team .admin .row {
  text-align: center;
}
.team .admin .row .foto:hover {
  transition: 0.5s ease;
  filter: grayscale(0);
}
.team .admin .row .foto:hover ~ .name {
  transition: 0.5s ease;
  transform: translateY(100px);
  left: 10px;
  color: #446fb6;
  font-size: 40px;
  line-height: 40px;
  opacity: 1;
}
.team .name {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: grey;
  transition: 0.5s ease;
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: left;
  opacity: 0;
}
.team .foto:hover {
  transition: 0.5s ease;
  filter: grayscale(0);
}
.team .foto:hover ~ .name {
  transition: 0.5s ease;
  left: 0;
  color: #446fb6;
  font-size: 80px;
  line-height: 80px;
  opacity: 1;
}

.employees .inner {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.employees .wthbg {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s ease;
  z-index: 0;
}
.employees .foto-employee {
  position: relative;
}
.employees .info {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
  opacity: 0;
  transition: 0.5s ease;
  text-align: left;
}
.employees .info .title-employee {
  font-size: 20px;
}
.employees .info .name-employee {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #446fb6;
}
.employees .inner:hover > .wthbg {
  transition: 0.5s ease;
  opacity: 0.85;
  z-index: 3;
}
.employees .inner:hover > .info {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .team .admin .row {
    text-align: center;
  }
  .team .admin .row .foto {
    filter: grayscale(0);
  }
  .team .admin .row .title {
    opacity: 1;
    left: 0;
    right: unset;
    top: -30px;
  }
  .team .admin .row .name {
    opacity: 1;
    text-align: center;
    color: #446fb6;
    bottom: 100px;
  }
  .team .admin .row .name div {
    display: inline;
  }
  .team .admin .row .foto:hover {
    pointer-events: none;
  }
  .admin .row {
    text-align: center;
  }
  .team .inner {
    padding-bottom: 150px;
  }
  .team .foto {
    filter: grayscale(0);
  }
  .team .title {
    opacity: 1;
    top: -30px;
  }
  .team .name {
    opacity: 1;
    text-align: center;
    color: #446fb6;
    bottom: 100px;
    right: 0;
  }
  .team .name div {
    display: inline;
  }
  .team .foto:hover {
    pointer-events: none;
  }
  .employees {
    padding-top: 0;
  }
  .employees .inner {
    padding-bottom: 0;
  }
  .employees .info {
    top: 10px;
    left: 10px;
  }
  .employees .info .name-employee {
    font-size: 18px;
    line-height: 18px;
  }
  .employees .info .title-employee {
    font-size: 16px;
  }
}
.main-bg-contacts {
  background: url("/assets/imgs/contactos_1920x400.jpg");
}

.main-bg-about {
  background: url("/assets/imgs/imgs24112025/montagem2a.jpg");
}

.main-bg-services {
  background: url("/assets/imgs/servicos1920x400.jpg");
}

.main-bg-team {
  background: url("/assets/imgs/Equipa_capa.jpg");
}

.main-bg-partners {
  background: url("/assets/imgs/parceiros_capa.jpg");
}

.main-bg {
  height: 400px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}/*# sourceMappingURL=styles.css.map */