* {
  z-index: 10;
}

.lg_kubo_home {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: inherit;
  margin: inherit;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.lg_kubo_home.active {
  opacity: 1;
}

.home {
  background: #FFFFFF;
}

.full_slider {
  width: 100%;
  height: 100%;
}

.full_slider .slide {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.full_slider .slide.active {
  opacity: 1;
}

.hover_image {
  overflow: hidden;
}

.hover_image img.gr_25.zoom {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover_image img.gr_25.zoom:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.grid_48 {
  background-image: none;
}

.equipa_desc {
  display: block;
  clear: both;
  width: 100%;
}

.equipa_desc p {
  margin-left: 7%;
  margin-top: 5px;
  display: block;
  float: left;
  padding-left: 0px;
  width: 70%;
}

.equipa_desc p strong {
  font-family: 'amaranthregular';
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
}

.departamento_desc {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 5px;
  display: block;
  float: left;
  padding-left: 50px;
}

.departamento_desc strong {
  font-family: 'amaranthregular';
  font-size: 18px;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.listagem_serv_dp {
  width: auto;
}

.lta {
  font-family: 'amaranthregular';
  font-size: 14px;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 25px;
  background-image: url(../imagens/ic_li_1_a.svg);
  background-repeat: no-repeat;
  list-style-type: none;
  padding: 0px 0px 3px 33px;
  background-size: 25px;
  height: 25px;
  opacity: 0.5;
  width: 100px;
  text-align: right;
  background-position: center right;
  padding-right: 30px;
  cursor: pointer;
}

.lta span {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.lta:hover span {
  opacity: 1;
}

.lta.on {
  opacity: 1;
}

.portfolio_text {
  font-family: 'allerregular';
  font-size: 14px;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 16px;
}

.portfolio_text strong {
  font-family: 'amaranthregular';
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
}

.img_portfolio_1 {
  background-image: none;
}

.topo_port {
  border-bottom-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}

.svg {
  opacity: 1 !important;
}

.svg path {
  fill: #FFFFFF;
}

.show_mobile {
  display: none;
}

@media only screen and (max-width: 1030px) {
  .ic_facebook {
    opacity: 1 !important;
  }
  .ic_facebook path {
    fill: #FFFFFF;
  }
  .dv66 {
    width: 100%;
  }
  .dv34home {
    width: 0;
  }
  .hide_mobile {
    display: none;
  }
  .departamento_desc {
    margin-left: 0;
  }
  .show_mobile {
    display: block;
  }
}

.home_page1 {
  background: none;
}

.bg_home {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 120%;
}

.dv34home {
  opacity: 0;
}

.dv66 {
  background-color: #e2231a;
  height: 100%;
}

.scroll_div {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.grid_full_360 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.form-control {
  position: relative;
  font-size: 16px;
  width: 250px;
  height: auto;
  padding: 10px;
  border: 1px solid #8a8a89;
  background: transparent;
  color: #8a8a89;
  box-sizing: border-box;
  font-family: 'PT Sans', sans-serif;
}

.search {
  position: relative;
  top: 140px;
  text-align: center;
}

.slide_clientes {
  border: 4px solid #FFFFFF;
  clear: both;
  width: 70%;
  margin: 0 auto;
  padding: 1% 0;
  margin-bottom: 100px;
  overflow: hidden;
}

.slide_clientes .swiper-slide {
  width: 100%;
  display: block;
}

.slide_clientes .line {
  display: block;
  width: 100%;
  padding: 0 5%;
}

.slide_clientes .thumb {
  width: 14%;
  float: left;
  padding: 2.5px;
}

.slide_clientes .thumb img {
  max-width: 100%;
  max-height: 100%;
}

.seta_esq {
  width: 20px;
  height: 20px;
  background: white;
  position: relative;
  top: -272px;
  left: 13%;
  background: #e2231a url("../imagens/st_br_esquerda.svg") center center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  cursor: pointer;
}

.seta_dir {
  width: 20px;
  height: 20px;
  background: white;
  position: relative;
  top: -213px;
  right: 13%;
  float: right;
  background: #e2231a url("../imagens/st_br_direita.svg") center center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  cursor: pointer;
}

.seta_branca.top {
  position: relative;
  left: 20%;
}

.seta.bottom {
  position: relative;
  left: 20%;
  margin-bottom: 40px;
}

.sp_h1 {
  font-size: 46px;
  line-height: 50px;
}

.sp_h2,
.sp_p {
  padding-left: 0;
}

.sp_p {
  margin-top: 0;
}

.sp_p strong {
  font-weight: bold;
}

.txt_central {
  display: table;
  height: 159px;
}

.txt_central span {
  display: table-cell;
  vertical-align: middle;
  font-family: "aller_lightitalic";
}

.dp_h5 a {
  color: #FFFFFF;
}

.dp_h5 a .circulo_cheio {
  width: 55px;
  height: 55px;
  background: none;
  border: 5px solid #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.dp_h5 a:hover .circulo_cheio {
  background: #FFFFFF;
}

.hover_image {
  height: 25vw;
}

.img_portfolio_1 {
  position: absolute;
  right: 0;
}

.lg_cs {
  height: 0;
  border: none;
}

.topo_port {
  opacity: 0;
}

.listagem_serv {
  padding-bottom: 50px;
}

.lta.right {
  text-align: left;
  background-position: left center;
  padding-right: 0;
}

.listagem_serv {
  width: 64%;
  margin-left: 18%;
  margin-right: 18%;
}

.contentor_full100 {
  top: 125px;
}

.scale {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
