@charset "UTF-8";
/*-----------------------------------
Tipos de Letra --*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Raleway:500i,600,800");
body {
  font-family: 'Open Sans', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bg-primary {
  background-color: #00a3e2 !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Raleway', 'sans-serif';
  font-weight: 800; }

.display-4 {
  font-size: 3rem;
  font-weight: 800;
  color: #1c8abd;
  text-align: center;
  padding-right: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  padding-bottom: 30px; }

.home-carousel-buttons {
  text-align: center; }

@media screen and (min-width: 60em) {
  .display-4 {
    font-size: 3.8rem;
    display: inline-block;
    text-align: left; }
  .home-carousel-buttons {
    text-align: left !important; } }

.small {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  font-style: italic; }

.section-title {
  position: relative;
  padding-left: 20px; }
.section-title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 6px;
  background: #1c8abd;
  margin-bottom: 1.5rem; }

/*-----------------------------------
Utilitários --*/
.py-10 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important; }

:-moz-focusring {
  outline: 0px; }

/* Para quando abre a modal do menu mobile não dar um salto no background */
body.modal-open {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  padding-right: 0 !important; }

/*-----------------------------------
Botões --*/
.btn {
  border: 0px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 4px;
  transition: all 0.3s ease;
  font-size: 0.9rem; }

.btn:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 12px;
  transform: translateY(-4px);
  transition: all 0.2s ease; }

.btn-primary {
  background-color: #1c8abd; }

.btn-primary:hover {
  background-color: #1c8abd; }

.btn-default {
  background-color: #fff;
  color: #1c8abd; }

/*-----------------------------------
Breadcrum --*/
.breadcrumb {
  background-color: transparent;
  padding: 0.75rem 0; }

.breadcrumb-item a {
  color: #6c757d; }

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #212529; }

.breadcrumb > .active {
  color: #212529; }

/*-----------------------------------
Navbar --*/
a {
  text-decoration: none !important;
  color: #FFF; }

a:hover {
  color: #FFF; }

.bg-transparent-interior {
  background-color: #1f1e20!important;
  border-bottom: 5px solid rgba(28, 138, 189, 0.8);
}

.navbar {
  z-index: 1;
  background: linear-gradient(#13161a, rgba(27, 61, 87, 0.05));
  /*       background:linear-gradient(

        rgba(28, 138, 189, 0.8),
        rgba(28, 138, 189, 1)
        );*/
  /*background:linear-gradient(to bottom,rgba(19,22,26,1),rgba(27,61,87,0.7)),url(../img/fnd_topo.png) no-repeat 100% 100%;*/
  /*background:linear-gradient(to bottom,rgba(28, 138, 189, 0.8),rgba(28, 138, 189, 0.9)),url(../img/fnd_topo.png) no-repeat 100% 100%;*/ }

.navbar-filled {
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0.4), rgba(28, 138, 189, 0)), url(../images/fnd_topo2.png) no-repeat 100% 100%; }

.navbar-filled .nav-link {
  color: #ffffff !important; }

.navbar-filled a.teste::before {
  background-color: rgba(255,255,255, 0.9) !important; }

.nav-link {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 1.5em; }

.dropdown-menu {
  margin-top: 2.42em;
  background-color: rgba(27, 61, 87, 0.8);
  border: 0px;
  border-radius: 0px; }

.dropdown-menu-filled {
  background-color: rgba(28, 138, 189, 0.9); }

.dropdown-item {
  padding: 0;
  padding-bottom: 3px;
  margin-left: 1.5em;
  margin-bottom: 0.8em;
  margin-right: 1.5em;
  width: auto; }

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0); }

a.teste {
  display: inline-block !important;
  position: relative !important;
  font-weight: 400;
  font-size: 1rem; }
a.teste:before {
  background-color: #FFF;
  content: '';
  height: 2px;
  position: absolute !important;
  bottom: -1px;
  visibility: hidden;
  width: 100%;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out 0s; }
a.teste:hover:before, a.teste:focus:before {
  visibility: visible;
  transform: scaleX(1); }

a.teste-dark {
  color: #0b2e13;
}

.dropdown-menu-filled a.teste::before {
  background-color: #fff !important; }

.logo {
  height: 65px; }

/* Navbar Mobile */
.menu__button {
  font-size: 30px;
  z-index: 999;
  display: inline; }

.menu__button-open:after {
}

.modal-mobile-nav {
  min-width: 100%;
  margin: 0;
  padding: 0 !important; }

.modal-content-mobile-nav {
  background-color: rgba(27, 61, 87, .99);
  border: 0px !important;
  border-radius: 0px !important;
  min-height: 100vh; }

.modal-content-mobile-nav > .modal-header,
.modal-content-mobile-nav > .modal-footer {
  border: 0px; }

.modal-content-mobile-nav-close {
  color: #fff;
  opacity: 1;
  font-size: 3rem; }

.modal-content-mobile-nav-close:hover {
  color: #1c8abd;
  text-shadow: none; }

.mobile-nav-items {
  padding-left: 0;
  list-style-type: none; }

.mobile-nav-item {
  font-size: 1.6rem;
  padding: 1rem 0 0.5rem;
  font-weight: 600; }

.mobile-nav-items-sub {
  font-size: 1.15rem;
  font-weight: 500; }

.mobile-nav-items-sub > li {
  padding: 0.5rem 0; }

.mobile-nav-item > a {
  color: #1c8abd; }

.mobile-nav-items-sub > li > a:hover {
  color: #1c8abd; }

#menuMobile {
  padding-right: 0px !important; }

/*-----------------------------------
Home - Hero Slider --*/
.home__slider {
  position: absolute;
  top: 0;
  height: 700px;
  width: 100%; }

.home__slider .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.home__slider .carousel-control-next,
.home__slider .carousel-control-prev {
  top: 107px;
}

.carousel-indicators li {
  background-color: white; }

.carousel-indicators .active {
  background-color: #1c8abd; }

/*-----------------------------------
Home - Áreas de Negócio --*/
.container-s {
  padding-top: 100vh;
  background: #DAE1E7 url("../images/particles-bg-top.png") no-repeat 100% 100%; }

.home-areasdenegocio-box {
  position: relative;
  overflow: hidden; }

.home-areasdenegocio-box h5 {
  width: 100%;
  font-weight: 600;
  transition: all 0.2s;
  padding-bottom: 0.2em; }

.home-areasdenegocio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 73%;
  /*background-color: rgba(28, 138, 189, 0.5);*/
  background: rgba(28, 138, 189, 0.4) url(../images/particles-bg-top.png) no-repeat bottom center;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.home-areasdenegocio-box:hover > .home-areasdenegocio-overlay {
  bottom: 0%;
  transition: all 0.3s ease;
  background-color: rgba(28, 138, 189, 0.8);
  justify-content: center; }

/*-----------------------------------
Home - Clientes --*/
.clientes {
  position: relative; }

.bg-clientes {
  position: absolute;
  background: url("../images/particles-bg-bottom.png") no-repeat 50% 50%;
  top: 0px;
  right: 0px;
  height: 445px;
  width: 590px; }

/* Slider logos de cliente */
.main-carousel {
  width: 100%; }

.main-carousel img {
  display: block;
  height: 65px;
  margin: 0 50px 10px 50px;
  filter: grayscale(100%); }

@media screen and (min-width: 768px) {
  .main-carousel img {
    height: 50x;
    margin-left: 100px;
    margin-right: 100px; } }

/*-----------------------------------
Home - Video --*/
#video_home {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 400px;
  z-index: -100; }

.video-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden; }

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.overlay {
  background: url(../images/pattern.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 75px 0;
  position: absolute;
  text-align: center; }

.overlay :last-child {
  margin-bottom: 0; }

.overlay h1 {
  font-size: 32pt;
  font-weight: bold;
  text-shadow: 0 0 0.3em #000;
  margin: 0 0 1em; }

.overlay p {
  font-size: 11pt;
  text-shadow: 0 0 0.3em #000;
  margin: 1em 0; }

.overlay a {
  color: #fff; }

code {
  font-family: monospace; }

/*-----------------------------------
Home - Actualidade --*/
.home-actualidade {
  position: relative;
  overflow: hidden; }

/* Container onde corre o Particles JS */
#particles-js {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8; }

.card {
  border: none;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 4px;
  transition: all 0.3s ease;
  overflow: hidden; }

/* Wraper em volta dos cards das notícias para as animações, para se comportar nas mesmas condições em flexbox */
.card-sr {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0; }

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 12px;
  transform: translateY(-4px);
  transition: all 0.2s ease; }

.card-footer {
  border: 0px; }

.card-img-top {
  border-radius: 0px;
  filter: saturate(70%);
  transition: filter 0.2s ease; }

.card:hover > .card-img-top {
  filter: saturate(100%);
  transition: filter 0.2s ease; }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .card {
    flex-direction: row !important;
    flex-wrap: wrap; }
  .card-img-top {
    flex-basis: 33%;
    max-width: 300px;
    max-height: 170px; }
  .card-body {
    flex-basis: 50%;
    padding-top: 0.5em; }
  .card-footer {
    flex-basis: 100%; } }

/*-----------------------------------
Home - Contactos Footer --*/
#map {}

.contacts_div {
  /*    background: linear-gradient(to bottom, rgba(19, 22, 26, 1), rgba(27, 61, 87, 1));*/
  /* background:linear-gradient(to bottom,rgba(19,22,26,1),rgba(27,61,87,1)),url(../img/particles-bg-top.png) no-repeat 100% 100%; */
  background: linear-gradient(to bottom, #153b5a, rgba(28, 138, 189, 0.9)); }

.contacts_div li {
  margin: .5em 0!important;
}

.contacts_div:after {
  content: ' ';
  background: url(../img/fnd_contactos.png) no-repeat 100% 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: -20; }

.home-contacts-background {
  height: 100%;
  width: 100%;
  background: url(../img/fnd_contactos.png) no-repeat 100% 100%; }

.facebook-button {
  z-index: 1000;
  display: inline;
  width: 2rem;
  transition: all 0.3s ease;
  fill: #153b5a; }
.facebook-button:hover {
  transform: translateY(-4px);
  transition: all 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 12px;
  fill: white; }

.facebook-button-dark {
  fill: #1c8abd;
}

.facebook-button-dark:hover {
  fill: #153b5a;
}

#map {
  min-height: 300px;
}

@media screen and (min-width: 768px) {
  #map {
    height: 100%; } }

/*-----------------------------------
Background Páginas Internas --*/
.background-interno {
  background: url("../img/particles-bg-bottom.png") no-repeat 100% 0; }

/*-----------------------------------
Listas --*/
.lista-default li {
  margin: 1em 0; }


/*-----------------------------------
Página de Manutenção --*/
.display-4-manutencao {
  font-size: 2.2rem;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 10px; }

.home__slider-manutencao {
  min-height: 100vh;
  height: auto; }

.logo-manutencao {
  max-width: 60%; }

.small {
  color: #fff;
  font-size: 1.4rem; }

@media screen and (min-width: 768px) {
  .logo-manutencao {
    max-width: 350px; }
  .display-4-manutencao {
    font-size: 3rem; } }

.facebook-button-manutencao {
  fill: #fff; }

.info > p,
.info a {
  font-weight: 600; }

.gallery {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 250px;
  grid-gap: 12px;
}

@media screen and (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.gallery a {
  overflow: hidden;
}

.gallery img:hover {
  transform: scale(1.05);
  transition: all ease-in-out 0.3s;
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}


@media screen and (min-width: 768px){
  .img-square-wrapper {
    width: 40%;

  }
}


.img-square-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-fade {
  height: 400px;
}

.carousel-fade img {
  height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
}

.notices p {
  margin: 15px!important;
}

footer p, footer a, footer li {
  font-size: .9rem!important;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}