@charset "UTF-8";

/* GERAL
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Rubik:wght@300;400;800&display=swap");

body {
  background-color: #F5F6F7;
  font-family: "Open Sans", sans-serif;
}

nav,
.nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

b,
strong {
  font-weight: 700;
}

a {
  transition: all 0.5s;
}

p {
  line-height: 1;
}

.pagination {
  margin: 0px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -1;
}

.skip-link:focus,
.skip-link:active {
  position: static;
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  z-index: 1000;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}


/* Loding dos Filtros */

.loading-cart
{
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -50px 0px 0px -50px;
   color:#fff;

}

/* TOPBAR
-------------------------------------------------- */


.topBar {
    background-color: #FFFFFF;
  }


.topBar .nav-link {
  color: #000000;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  text-transform: uppercase;
}

.topBar .nav-link small {
  font-size: 70%;
}

.topBar .nav-link a {
  color: white;
  fill: white;
}

.topBar .nav-link a:hover {
  color: #343a40;
  text-decoration: none;
}


.topBar .nav-link button {
  color: white;
  fill: white;
}

.topBar .nav-link button:hover {
  color: #343a40;
  text-decoration: none;
}

.topBar .badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top left;
  left: 1.8rem;
  top: 1.5rem;
  border-radius: 20px;
  font-size: 18px;
}


.topBar img {
  margin-right: 0.8rem;
}

.topBar svg {
  margin-right: 0.8rem;
}

.topBar p {
  margin-bottom: 0px;
  line-height: 17px;
}


.langBar small, .langBar i {
  color:#FFFFFF;
} 

.langBar .dropdown-item small,i {
  color:#222222;
} 
/* MENU
-------------------------------------------------- */

.menuBar .navbar-nav .nav-link {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.menuBar .navbar-nav .nav-link i {
  color: #007bff;
  margin-right: 0.3rem;
}

/* ------- teste */

.navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
  border: none;
}

.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu li > ul > li {
  list-style: none;
}

.mega-dropdown-menu li > ul > li > a {
  display: block;
  padding: 20px;
  clear: both;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  color: #000000;
  white-space: normal;
}

.mega-dropdown-menu li > ul > li > a:hover,
.mega-dropdown-menu li > ul > li > a:focus {
  text-decoration: none;
  color: #007bff;
}

.mega-dropdown-menu .dropdown-header {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.mega-dropdown-menu .dropdown-header span {
  font-weight: 300;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

/* PESQUISA
-------------------------------------------------- */

.pesquisa {
  position: absolute;
  bottom: 0px;
  z-index: 999;
  margin-left: 410px;
}

@media (max-width: 992px) {
  .pesquisa {
    margin-left: 0px;
    background-color: #FFFFFF;
    padding: 0px 0px;
  }

  .pesquisaForm {

    padding: 0px 0px 0px 20px;
  }

  .pesquisaForm .form-control {
    border-radius: 0px;
    font-size: 18px;
    height: 60px;
    padding: 0px 0px;
    color: #000000;
    border: #FFFFFF;
    transform: none;
  }

  .pesquisaForm button {
    transform: none;
    border-radius: 0px;
  }

  .pesquisaForm button > span {
    display: inline-block;
    transform: none;
  }


}

@media (min-width: 993px) {
.pesquisaForm {
  padding: 0px 0px 0px 20px;
}

.pesquisaForm .form-control {
  border-radius: 0px;
  font-size: 24px;
  height: 91px;
  padding: 0px 30px;
  color: #000000;
  border: #FFFFFF;
  transform: skew(-19.3deg);
}

.pesquisaForm button {
  transform: skew(-19.3deg);
  border-radius: 0px;
}

.pesquisaForm button > span {
  display: inline-block;
  transform: skew(19.3deg);
}
}
/* CAROUSEL
-------------------------------------------------- */

.slider {
  position: relative;
}

.carousel {
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.carousel .carousel-item {
  height: 33.6rem;
}

.carousel .carousel-item .wrapImage {
  height: 33.6rem;
}

.carousel .carousel-item img {
  width: 100%;
  min-height: 100%;
}

@media screen and (min-width: 992px) and (max-width: 3024px) {

    .carousel .carousel-caption {
    top: 13rem;
    z-index: 999;

    }

    .carousel .carousel-caption p {
    text-transform: uppercase;
    font-weight: 380;
    margin-bottom: 0px;
    }

    .carousel .carousel-caption h1 {
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0px;
    }

    .carousel .carousel-caption h2 {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
    }

}

@media screen and (min-width: 0px) and (max-width: 992px) {

    .carousel .carousel-caption {
        bottom: 0rem;
        z-index: 999;
        width: 280px;
        left: 50px;
        }

        .carousel .carousel-caption p {
        text-transform: uppercase;
        font-weight: 380;
        margin-bottom: 0px;
        margin-top: 10px;
        }

        .carousel .carousel-caption h1 {
        font-weight: 800;
        font-size: 2rem;
        text-transform: uppercase;
        margin-bottom: 0px;
        }

        .carousel .carousel-caption h2 {
        font-weight: 800;
        font-size: 1rem;
        text-transform: uppercase;
        margin-bottom: 0px;
        }
}

/* DESTAQUES
-------------------------------------------------- */

.destaques .img-wrap {
  overflow: hidden;
}

.destaques .info-wrap {
  padding-bottom: 5px;
}

.destaques .img-wrap {
    overflow: hidden;
    position: relative;
    height: 300px;
    text-align: center;
}

.full-wrap{
    height: 260px !important;
}

.destaques .img-wrap img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.destaques .carousel .carousel-item {
    height: auto;
}

.destaques .info-wrap a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.destaques .info-wrap p {
  text-align: center;
  font-size: 12px;
  color: #6f6f6f;
  margin-bottom: 0px;
}

.destaques .carousel .carousel-indicators {
    right: 0;
    width: auto;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 999;
    margin: 0px;
}
.destaques .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 3px 0 #CCC;
}
.destaques .carousel-indicators .active {
    opacity: 1;
    background-color: #007bff;
    -moz-box-shadow: inset 0 0 3px #CCC;
    -webkit-box-shadow: inset 0 0 3px #CCC;
    box-shadow: inset 0 0 3px #CCC;
}

/* LISTAGEM PRODUTOS
-------------------------------------------------- */
.listagemProdutos .img-wrap {
  overflow: hidden;
}

.img-wrap {
    text-align: center;
    display: block;
  }
  .listagemProdutos .img-wrap {
    overflow: hidden;
    position: relative;
    height: 300px;
    text-align: center;
  }
  .listagemProdutos .img-wrap img {
    width: 100%;
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
  }
  .listagemProdutos .promo-wrap {
  position: absolute;
  top: 2px;
  left: 10px;
}
.listagemProdutos .rating-wrap {
  position: absolute;
  top: 2px;
  right: 2px;
}

.listagemProdutos .info-wrap {
  padding-bottom: 5px;
}

.listagemProdutos .info-wrap a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.listagemProdutos .info-wrap p {
  text-align: center;
  font-size: 12px;
  color: #6f6f6f;
  margin-bottom: 0px;
}

.listagemProdutos .bottom-wrap {
  background-color: #E4E6E9;
}

.listagemProdutos .bottom-wrap .price-wrap {
  font-size: 14px;
  color: #6f6f6f;
  padding: 10px;
}

.listagemProdutos .bottom-wrap .price-wrap p {
  margin-bottom: 0px;
}

.listagemProdutos .bottom-wrap .price-wrap .price-new {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}

.listagemProdutos .bottom-wrap .price-wrap .price-iva {
  color: #000000;
  font-size: 12px;

}

.listagemProdutos .bottom-wrap .price-wrap .price-old {
  font-size: 14px;
  font-weight: 700;
}

/*-- PAGINATION ------------------*/
.pagination {
    font-weight: 300;
    font-size: 14px;
  }
  .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
  }
  .page-link {
    color: #007bff;
  }

/* FICHA DE PRODUTO
-------------------------------------------------- */

.detalheProduto .gallery-wrap .img-big-wrap {
  overflow: hidden;
  position: relative;
  /* height: 450px; */
  text-align: center;
  padding-bottom: 20px;
}

.detalheProduto .gallery-wrap .img-big-wrap img {
  width: 100%;
  height: auto;
}

.detalheProduto .gallery-wrap .img-small-wrap {
  text-align: center;
}

.detalheProduto .gallery-wrap .img-small-wrap .item-gallery {
  width: 100px;
  height: 70px;
  border: 1px solid #ddd;
  margin: 7px 2px;
  display: inline-block;
  overflow: hidden;
}

.detalheProduto .gallery-wrap .img-small-wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.detalheProduto .infoProduto h1.title {
  font-weight: 700;
  font-size: 26px;
}

.detalheProduto .infoProduto .price-wrap {
  font-size: 14px;
  color: #6f6f6f;
}

.detalheProduto .infoProduto .price-wrap .price-old {
  font-size: 16px;
  font-weight: 700;
}

.detalheProduto .infoProduto .price-wrap .price-new p {
  margin: 0px;
}

.detalheProduto .infoProduto .price-wrap .price-new .num {
  color: #000000;
  font-weight: 700;
  font-size: 36px;
}

.detalheProduto .infoProduto .price-wrap .price-new .legend-price {
  font-size: 14px;
  color: #7D788E;
}

.detalheProduto .description-list {
  font-size: 14px;
}

.detalheProduto dl {
  display: grid;
  grid-template-columns: auto auto;
}

.detalheProduto dt {
  grid-column-start: 1;
}

.detalheProduto dd {
  grid-column-start: 2;
}

/* VIATURA DE ORIGEM
-------------------------------------------------- */

.viaturaOrigem .title {
  font-size: 18px;
  font-weight: 700;
}

.viaturaOrigem .description-list {
  font-size: 12px;
  margin-top: 1rem;
}

.viaturaOrigem dt {
  display: inline;
}

.viaturaOrigem dd {
  display: inline;
  margin-right: 20px;
}

.tableListaPecas {
  font-size: 14px;
}

.tableListaPecas td {
    vertical-align: middle;
}

.tableListaPecas p {
  margin-bottom: 0px;
}

.tableListaPecas small {
  color: #6f6f6f;
}

.tableListaPecas td:first-child {
  width: 70px;
}

.tableListaPecas td:last-child a {
  width: 100%;
}

.slideViaturaOrigem .carousel-item {
  height: auto;
}

.slideViaturaOrigem .col-sm {
  padding-right: 5px;
  padding-left: 5px;
}

.viaturaOrigem .info-wrap {
    padding-bottom: 5px;
  }

  .viaturaOrigem .container .info-wrap {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
  }

  .viaturaOrigem .info-wrap p {
    text-align: center;
    font-size: 12px;
    color: #6f6f6f;
    margin-bottom: 0px;
  }


.slick-slide {
  margin: 0px 5px;
}

.slick-slide img {
 /* width: 100%;*/
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}


  .vehiclefotos .img-wrap {
    overflow: hidden;
    position: relative;
    height: 200px;
    text-align: center;
  }
  .vehiclefotos .img-wrap img {
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
  }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* CONTACTOS
-------------------------------------------------- */

.contactosInfo h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}

.contactosInfo p {
  font-size: 14px;
  margin-bottom: 10px;
}

.contactosInfo p.title {
  font-size: 18px;
  font-weight: 700;
}

.formularioContactos {
  font-size: 14px;
}

.formularioContactos h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* SERVIÇOS
-------------------------------------------------- */

.servicos {
  font-weight: 300;
  font-size: 12px;
}

.servicos h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding: 2rem 0 0 0;
}

/* Newsletter
-------------------------------------------------- */

/* FOOTER
-------------------------------------------------- */

footer {
  font-family: "Montserrat", sans-serif;
}

footer h3 {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-transform: uppercase;
}

footer ul {
  padding: 0px;
}

footer ul li {
  padding: 0px;
  list-style-type: none;
}

footer ul li a {
  color: #FFFFFF;
  font-weight: 300;
}

footer ul li a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

footer .social-links a {
  color: #FFFFFF;
}

footer .social-links a:hover {
  color: #007bff;
}

footer .cArbitragem {
  font-size: 12px;
}

footer i {
  color:#FFFFFF;
} 

/* CARRINHO (FECHO ENCOMENDA)
-------------------------------------------------- */
.ActiveCarrieresShoppingCart small {
  font-size: 11px;
  display: inline-block;
  line-height: 1.3;
}


/* PAGINAS ESTÁTICAS (FIXAS)
-------------------------------------------------- */

.termos h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.termos .title {
  font-weight: 700;
}

.termos p {
  font-size: 0.8rem;
  line-height: 1.5;
}

.termos ul li {
  font-size: 0.8rem;
  line-height: 1.5;
}

/* RATING STARS
-------------------------------------------------- */


ul.rating-stars {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  clear: both;
}

ul.rating-stars li {
  display: block;
  text-overflow: clip;
  white-space: nowrap;
  z-index: 1;
}

ul.rating-stars li i {
  font-size: 14px;
  color: #ccc;
  display: inline;
}

ul.rating-stars li.stars-active {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

ul.rating-stars li.stars-active i {
  color: orange;
}

.label-rating {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.7em;
}

/* COOKIES
-------------------------------------------------- */

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 99999;
  opacity: 0.8;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #212327;
}

.cookiealert.show {
  opacity: 0.8;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}



/*-- TIMELINE FRONTOFFICE------------------*/
.timeline {
  border-left: 3px solid #007bff;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #DCEEE5;
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 40px 20px 20px 20px;
  list-style: none;
  text-align: left;
  max-width: 90%;
}
.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}
.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  margin-bottom: 25px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
/*.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}*/
.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #007bff;
  box-shadow: 0 0 0 3px #007bff;
  left: -25.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}
.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #007bff;
}
.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}
.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

@media (max-width: 767px) {
  .timeline {
    max-width: 98%;
    padding: 25px;
  }
  .timeline .event:before {
    left: 0px;
    text-align: left;
  }
  .timeline .event:after {
    left: -31.8px;
  }
}

/*-----------------------------------*/


@media screen and (min-width: 0px) and (max-width: 992px) {

    .detalheProduto dl {
        display: block;
      }


  .alertMessages {
    top: 20px;
    left: 20px;
    width: 100%;
  }

  .mobile {
    display: visible;
  }

  .btn-mobile {
    width: 100%;
  }

  .desktop {
    display: none;
  }

  .mobile-desktop-text-align {
    text-align: center;
  }

  /*button remover filtro */

  .filterbox-stack-top {
    z-index: 9;
    right: 25px;
    position: absolute;
  }

  .modal-full {
    min-width: 100%;
    margin: 0;
  }

  .modal-full .modal-content {
    min-height: 100vh;
  }
}

/* hide it elsewhere */

@media screen and (min-width: 992px) and (max-width: 3024px) {

  .alertMessages {
    top: 20px;
    left: 20px;
    width: 50%;
  }


  .mobile {
    display: none;
  }

  .desktop {
    display: visible;
  }

  /*button remover filtro */

  .filterbox-stack-top {
    z-index: 9;
    right: 12px;
    position: absolute;
  }
}



/* Honeypot */
.checkusertype{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}



.zoom {
    transition: transform .2s; /* Animation */
    height: 30px;
    margin: 0 auto;
    z-index: 10;
  }

  .zoom:hover {
    transform: scale(3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

    .gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
    .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

    @media (max-width: 450px) {
    .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    }
    }

    @media (max-width: 400px) {
    .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    }
    }



    .form-group.required .control-label:after {
        content:"*";
        color:red;
        margin-left: 2px;
      }



    /* Timeline */


    .vertical-timeline {
        width: 100%;
        position: relative;
        padding: 1.5rem 0 1rem
    }

    .vertical-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 67px;
        height: 100%;
        width: 4px;
        background: #e9ecef;
        border-radius: .25rem
    }

    .vertical-timeline-element {
        position: relative;
        margin: 0 0 1rem
    }

    .vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
        visibility: visible;
        animation: cd-bounce-1 .8s
    }

    .vertical-timeline-element-icon {
        position: absolute;
        top: 0;
        left: 60px
    }

    .vertical-timeline-element-icon .badge-dot-xl {
        box-shadow: 0 0 0 5px #fff
    }

    .badge-dot-xl {
        width: 18px;
        height: 18px;
        position: relative
    }

    .badge:empty {
        display: none
    }

    .badge-dot-xl::before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: .25rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5px 0 0 -5px;
        background: #fff
    }

    .vertical-timeline-element-content {
        position: relative;
        margin-left: 90px;
        font-size: .8rem
    }

    .vertical-timeline-element-content .timeline-title {
        font-size: .8rem;
        text-transform: uppercase;
        margin: 0 0 .5rem;
        padding: 2px 0 0;
        font-weight: bold
    }

    .vertical-timeline-element-content .vertical-timeline-element-date {
        display: block;
        position: absolute;
        left: -90px;
        top: 0;
        padding-right: 10px;
        text-align: right;
        color: #adb5bd;
        font-size: .7619rem;
        white-space: nowrap
    }

    .vertical-timeline-element-content:after {
        content: "";
        display: table;
        clear: both
    }

@media screen and (min-width: 0px) and (max-width: 992px) {
    .carousel-inner::after {
        display: none;
    }
}


/*******/

.invisible {
    visibility: hidden!important;
    display: none;
  }



  /*******************   Abate  ********************/




  input.AbateCKECK{ display:none;}

  input.AbateCKECK:checked ~ label {

      background-color:rgba(144, 238, 144, 0.6);
      border:1px solid #dee1e3;
      display:inline-block;
      cursor:pointer;
      text-decoration:none;
      text-align:center;
      padding-top:5px;
      vertical-align:top;
      width:100%;
      height:45px;
      border-radius: 0px;
      top:50%;
      }
      .AbateCKECK > p {
        font-weight: 300;
        font-size: 12px;
        opacity: 0.5;
        margin-top: 2%;
        line-height: 14px;
      }

  input.AbateCKECKVAZIO{ display:none;}
  .AbateCKECKVAZIO {

      background-color:transparent;
      border:1px solid #dee1e3;
      display:inline-block;
      cursor:pointer;
      text-decoration:none;
      text-align:center;
      padding-top:5px;
      vertical-align:top;
      width:100%;
      height:45px;
  }

  .AbateCKECKVAZIO > p {
    font-weight: 300;
    font-size: 12px;
    opacity: 0.5;
    margin-top: 2%;
    line-height: 14px;
  }

  input.AbateCKECKDISABLED{ display:none;}
  .AbateCKECKDISABLED {

      background-color:#ffe6e6;
      border:1px solid #dee1e3;
      display:inline-block;
      cursor:not-allowed	;
      text-decoration:none;
      text-align:center;
      padding-top:5px;
      vertical-align:top;
      width:100%;
      height:45px;
  }

  .AbateCKECKDISABLED > p {
    font-weight: 300;
    font-size: 12px;
    opacity: 0.5;
    margin-top: 2%;
    line-height: 14px;
  }

  .AbateCKECKLABEL{

      background-color:#FBFBFB;
      border:1px solid #dee1e3;
      display:inline-block;
      text-decoration:none;
      text-align:center;
      padding-top:5px;
      vertical-align:top;
      width:100%;
      height:45px;
  }

    .AbateCKECKLABEL > p {
        font-weight: 300;
        font-size: 12px;
        opacity: 0.5;
        margin-top: 2%;
        line-height: 14px;

      }

  #carouselCalendarioControls > .dropdown-menu {
      max-height: 200px;
      overflow-x: hidden;
      font-weight: 300;
  }

  .SelectRecolha-danger {
      background-color:#ffe6e6;
    border:1px solid #ffb3b3;

  }

  /***************************************/


  .AbateImg {
    position: relative;
    width: 100%;
    max-width: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .AbateImg img {
    max-width:200px;
    max-height:200px;
  }

  .AbateImg .btn {
    position: absolute;
    top: 5%;
    right: 2%;
    background: url(../../images/Icon/delete.png) no-repeat center;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;

    border: none;
    cursor: pointer;
  }


  /*
/* MegaMenu CSS
-------------------------------------------------- */
.carousel .carousel-item img{
    width: auto;
}

.carousel .carousel-item {
    height: auto;
}




  .navImg {
    display: block;
    max-height: 110px;
    overflow-y: hidden;
  }

  .navImgSlide {
    min-width: 200px;
    display: inline-block;
    padding-top: 12px;
  }


  .navImgSlide img  {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }


.slick-next:before {
    margin: 0 50px;
      color:#222222;
  }

  .slick-prev:before{
    margin: 0 0 0 -50px;
      color:#222222;
  }



  /* BANNER
-------------------------------------------------- */


.wrapSearch {
    position: absolute;
    z-index: 10;
    margin: 0px auto;
    top: 35%;
  }

  @media (max-width: 992px) {

    .wrapSearch {
        position: absolute;
        z-index: 10;
        margin: 0px auto;
        top: 45%;
      }
  }


  #custom-search-input{
    padding: 0px;
    border-radius: 6px;
    background-color: #fff;
    min-height: calc(2em + 2rem + 2px);
  }

  #custom-search-input input, #custom-search-input .bootstrap-select{
    height: calc(2em + 2rem + 2px);
    /*border: 0;*/
    box-shadow: none;
    padding: .375rem 1.5rem;
  }


  .banner-select {
      background-color: #FFFFFF !important;
      border: none;
      color: #222222;
      border-radius: 0px;
      outline: none;
    }


    .banner .nav-link {
        text-decoration: none;
        background-color: #FFFFFF !important;
        color: #212529 !important;

    }

    .banner .nav-link.active {
        text-decoration: none;
        color: #FFFFFF !important;
        background-color: #212529 !important;
    }

    .banner .nav-link:hover {
        text-decoration: none;
        color: #FFFFFF !important;
        background-color: #212529 !important;
    }

    #custom-search-input .banner-select {
      padding-left: 0px;
      padding-right: 0px;
    }

    #custom-search-input .sizeBig3 {
      width: 25%;
    }

    #custom-search-input .sizeBig2 {
      width: 45%;
    }


    #custom-search-input .sizeSmall {
      width: 10%;
    }

    @media screen and (max-width: 768px) {
      #custom-search-input .sizeBig3  {
          width: 100%;
        }

        #custom-search-input .sizeBig2  {
          width: 100%;
        }

        #custom-search-input .sizeSmall , #custom-search-input .sizeSmall button{
          width: 100%;
        }

        .margin-mobile{
            margin-top:-220px;
        }
    }


    #custom-search-input .filter-option-inner{
    margin-top: 8px;
    }

    .filter-option-inner-inner, #SearchId, #SearchId::placeholder, select {
    color: #222222;
    }

  #custom-search-input button {
    background: none;
    box-shadow: none;
    border: 0;
    color: #222222;
    padding: 7px 25px 7px 25px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 100%;
    width: 100%;
    outline: none;
    text-transform: uppercase;
    background-color: #343a40;

  }

  #custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    outline: none;

  }

  #custom-search-input .bootstrap-select .dropdown-toggle:focus {
      outline: 0 !important;
  }


  #custom-search-input i {
    font-size: 23px;
  }




.H1breadcrumbs {
    background-color: transparent;
}



/* BREADCRUMB
-------------------------------------------------- */

 .breadcrumbs h1{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
 }
  .breadcrumblist {
    text-align: right;
    background-color: transparent;
    font-size: 12px;
  }
  .breadcrumbs nav {
    min-height: 70px;
    height: auto;
  }

  .breadcrumbs .navbar-nav {
    display: flex;
    flex-direction: row;
  }

  .breadcrumb-item.active {
    color: #FFFFFF;
    padding-right: .3rem;
  }
  .breadcrumb-item a {
    color: #FFFFFF;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .3rem;
    color: #FFFFFF;
    content: "|";
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.3rem;
}


/**********  Custom Select ************/

.bootstrap-select .dropdown-item {
    white-space: normal;
    min-width: 300px;
 }

 .bootstrap-select .dropdown-item span{
    line-height:18px;
 }


/**********  Disabled link ************/
 .isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
  }







  /**********************************************************************************************************/
  .invisible {
    visibility: hidden!important;
    display: none;
  }


/* COOKIES
-------------------------------------------------- */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 99999;
    opacity: 0.8;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
  }

  .cookiealert.show {
    opacity: 0.8;
    transform: translateY(0%);
    transition-delay: 1000ms;
  }

  .cookiealert a {
    text-decoration: underline;
  }

  .cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
  }



  /* Honeypot */
.checkusertype{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}




/* PAGINA INICIAL */
.main-content {
    padding: 50px 0px;
}
.features .feature-panel-holder {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.features .feature-panel-holder .feature-panel {
    position: relative;
    padding: 39px 35px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(40 40 40 / 20%);
    box-shadow: 0px 5px 20px 0px rgb(40 40 40 / 20%);
    cursor: pointer;
    margin-bottom: 30px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.feature-content a {
    font-size: 0.8em;
    display: block;
}
.features .feature-panel-holder .feature-panel a.read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: transparent;
    font-size: 12px;
    color: #000000;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 3px 63px 0px rgb(40 40 40 / 11%);
    box-shadow: 0px 3px 63px 0px rgb(40 40 40 / 11%);
}
.features .feature-panel-holder .feature-panel a.read-more i {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 18px;
}
.features .feature-panel-holder .feature-panel a.read-more span {
    font-size: 12px;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 0px;
    color: #FFFFFF;
}
.features .feature-panel-holder:hover .feature-panel a.read-more {
    background-color: #007bff;
    padding-left: 15px;
    padding-right: 15px;
}
.features .feature-panel-holder:hover .feature-panel a.read-more i {
    color: #FFFFFF;
}
.features .feature-panel-holder:hover .feature-panel a.read-more span {
    font-size: 12px;
    opacity: 1;
    margin-left: 10px;
}


a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.btn-client {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }

  .btn-client:hover {
    color: #fff;
    background-color: #0056b3;
    border-color: #0056b3;
  }

  .btn-client:focus,
  .btn-client.focus {
    color: #fff;
    background-color: #0056b3;
    border-color: #0056b3;
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
  }

  .btn-client.disabled,
  .btn-client:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }

  .btn-client:not(:disabled):not(.disabled):active,
  .btn-client:not(:disabled):not(.disabled).active,
  .show > .btn-client.dropdown-toggle {
    color: #fff;
    background-color: #0056b3;
    border-color: #0056b3;
  }

  .btn-client:not(:disabled):not(.disabled):active:focus,
  .btn-client:not(:disabled):not(.disabled).active:focus,
  .show > .btn-client.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179 0.5);
  }


  .btn-client2 {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }

  .btn-client2:hover {
    color: #fff;
    background-color: black;
    border-color: black;
  }

  .btn-client2:focus,
  .btn-client2.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  }

  .btn-client2.disabled,
  .btn-client2:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }

  .btn-client2:not(:disabled):not(.disabled):active,
  .btn-client2:not(:disabled):not(.disabled).active,
  .show > .btn-client2.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
  }

  .btn-client2:not(:disabled):not(.disabled):active:focus,
  .btn-client2:not(:disabled):not(.disabled).active:focus,
  .show > .btn-client2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  }


  .bg-client {
    background-color: #007bff !important;
  }

  a.bg-client:hover,
  a.bg-client:focus,
  button.bg-client:hover,
  button.bg-client:focus {
    background-color: #0056b3 !important;
  }


  .bg-client2 {
    background-color: #343a40 !important;
  }

  a.bg-client2:hover,
  a.bg-client2:focus,
  button.bg-client2:hover,
  button.bg-client2:focus {
    background-color: black !important;
  }



.text-client {
    color: #007bff !important;
  }

  a.text-client:hover,
  a.text-client:focus {
    color: #005c27 !important;
  }

  .text-client-light {
    color: #DCEEE5 !important;
  }

  a.text-client-light:hover,
  a.text-client-light:focus {
    color: #a9d5bf !important;
  }

  .text-client2 {
    color: #343a40 !important;
  }

  a.text-client2:hover,
  a.text-client2:focus {
    color: black !important;
  }

  .text-client3 {
    color: #F5F6F7 !important;
  }

  a.text-client3:hover,
  a.text-client3:focus {
    color: #cbd0d5 !important;
  }

/* ORDERNAÇÃO
-------------------------------------------------- */


.setOrder.active {
    font-weight: bold;
}


/* SERVIÇOS
-------------------------------------------------- */

.servicos {
  font-weight: 300;
  font-size: 12px;
}

.servicos h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  padding: 2rem 0 0 0;
}

/* ITEMS SERVIÇOS
-------------------------------------------------- */

.block-features-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 8px 40px;
}

.block-features-list .block-features-item {
  display: flex;
  width: calc((100% - 3px)/4);
  padding: 1.5rem 1rem;
  justify-content: center;
}

.block-features-list .block-features-item .block-features-item-icon {
  display: flex;
  align-items: center;
  fill: #6c757d;
  color: #6c757d;
  margin-right: 1.375rem;
}

.block-features-list .block-features-item .block-features-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-features-list .block-features-item .block-features-item-info .block-features-item-title {
  font-size: 16px;
  line-height: 1.125;
  padding: 0.16667em 0;
  font-weight: 700;
}

.block-features-list .block-features-item .block-features-item-info .block-features-item-subtitle {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.25;
  padding: 0.11111em 0;
}

/**************   ORDENAÇÃO   *******************/

.ordenacao span {
  line-height: 1.2;
  font-size: 14px;
  margin-right: 10px;
}
.ordenacao .btn-link {
  text-decoration: none;
  cursor: pointer;
  padding: 0px 5px;
  font-size: 14px;
  line-height: 1;
  color: #343a40;
}
.ordenacao .btn-link.active {
  color: #222222;
  font-weight: 700;
}