@font-face {
  src: url('../../assets/fonts/Product\ Sans\ Regular.ttf');
  font-family: 'ProductSans', sans-serif;
  font-weight: 400;
}

@font-face {
  src: url('../../assets/fonts/Product\ Sans\ Bold.ttf');
  font-family: 'ProductSans', sans-serif;
  font-weight: 700;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    position: absolute;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

html,
body {
  font-family: 'ProductSans', sans-serif;
  font-weight: 400;
}

.c-cinza-escuro {
  color: #727272;
}

.fs-34 {
  font-size: 34px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

:focus {
  outline: none!important;
}

::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}

::-webkit-scrollbar {
  width: 12px;
  background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
  background: #E7AA1F;
}

.obj-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.bg-yello{
  color: #E7AA1F;
}

.bg-blueescur{
  background-color: #2075BC;
}

.bg-cinzaescur{
  background-color: #D9D9D9;
}

.bg-cinzaclar{
  background-color: #E6E6E6;
}

.c-white{
  color: #fff;
}

.c-cinza{
  color: #727272;
  font-weight: 300;
  font-size: 16px;
}

.c-pointer{
  cursor: pointer;
}

a{
  text-decoration: none!important;
}

ul,li{
  list-style: none!important;
}

button{
  outline: none!important;
  border: none!important;
  background: none!important;
}

.z-1{
  z-index: 1!important;
}

.z-2{
  z-index: 2!important;
}


/*CSS BGPRINCIPAL*/
.bgPrincipal{
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 115px;
  position: relative;
}

.bgPrincipal::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border: 10px solid #E7AA1F;
  transition: ease-in .5s;
  width: 20%;
}

.bgPrincipal:hover::after{
  width: 100%;
}

.banner .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  bottom: 45%;
  width: 100%;
  height: auto;
  margin: 0;
}

.banner .owl-theme .owl-nav .owl-next{
  font-size: 34px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 2px solid #fff!important;
  border-radius: 0!important;;
  position: absolute;
  right: 20px!important;
}

.banner .owl-theme .owl-nav .owl-prev{
  font-size: 34px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 2px solid #fff!important;
  border-radius: 0!important;
  position: absolute;
  left: 20px!important;
}

.tituloBg{
  margin-top: 140px;
  font-weight: 700;
  color: #004B60;
  font-size: 50px;
  width: 100%;
}

.paragrafoBg{
  font-weight: 400;
  color: #004B60;
  font-size: 20px;
  width: 100%;
  word-break: normal!important;
}
@media (min-width: 320px) {
  .bgPrincipal{
    height: auto;
    padding: 230px 0px 115px 0px;
  }
  .tituloBg{  
    margin: 0;
    font-size: 25px;
  }
  .paragrafoBg{
    font-size: 16px;
    word-break: break-all;
  }
}

@media (min-width: 576px) {  
  .bgPrincipal{
    height: auto;
    padding: 230px 0px 115px 0px;
  }
  .tituloBg{
    margin: 0;
    font-size: 37px;
  }
  .paragrafoBg{
    font-size: 22px;
  } 
}

@media (min-width: 992px) {
  .bgPrincipal{
    height: auto;
    padding: 230px 0px 115px 0px;
  }
  .tituloBg{
    margin: 0;
    font-size: 45px;
  }
  .paragrafoBg{
    font-size: 25px;
  } 
}

@media (min-width: 1200px) {
  .bgPrincipal{
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 115px;
    position: relative;
  }
  
  .bgPrincipal::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border: 10px solid #E7AA1F;
    transition: ease-in .5s;
    width: 20%;
  }
  
  .bgPrincipal:hover::after{
    width: 100%;
  }
  
  .tituloBg{
    margin-top: 140px;
    font-weight: 700;
    color: #004B60;
    font-size: 50px;
    width: 100%;
  }
  
  .paragrafoBg{
    font-weight: 400;
    color: #004B60;
    font-size: 20px;
    width: 100%;
  }
}

/*CSS CLIENTES*/

.clientes{
  width: 100%;
  height: auto;
  padding: 40px 0px;
}

.clientes .item{
  height: auto;
  width: auto;
}

.clientes h1{
  width: 100%;
  text-align: left;
  font-weight: 400;
  color: #004B60;
  margin: 0;
  padding: 0;
}

/*CSS CONTATO*/

.contato{
  width: 100%;
  height: auto;
  background-color: #EEEEEE;
  padding: 20px;
}

.contato h1{
  width: 100%;
  height: auto;
  font-size: 34px;
  color: #004B60;
  font-weight: 700;
  text-align: center;
}

.contato .form-group{
  width: 100%;
  height: 50px;
}

.contato .form-text{
  width: 100%;
  height: 170px;
}

.contato .form-contato{
  width: 98%;
  height: 100%;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  padding-left: 18px;
}

.contato .form-text .form-contato{
  width: 98%;
  padding-top: 10px;
}

.contato .btnEnviarForm{
  width: 150px;
  height: 50px;
  background-color: #E7AA1F;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 253px;
  margin-top: 50px;
}


@media (min-width: 768px) {
  .contato{
    width: 100%;
    height: auto;
    background-color: #EEEEEE;
    padding: 60px;
  }
  
  .contato h1{
    width: 100%;
    height: auto;
    font-size: 34px;
    color: #004B60;
    font-weight: 700;
    text-align: center;
  }
  
  .contato .form-group{
    width: 50%;
    height: 50px;
  }
  
  .contato .form-text{
    width: 100%;
    height: 170px;
  }
  
  .contato .form-contato{
    width: 96%;
    height: 100%;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    padding-left: 18px;
  }
  
  .contato .form-text .form-contato{
    width: 98%;
    padding-top: 10px;
  }
  
  .contato .btnEnviarForm{
    width: 150px;
    height: 50px;
    background-color: #E7AA1F;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 253px;
    margin-top: 50px;
  }
}

/*CSS DEPOIMENTOS*/

.depoimentos{
  width: 100%;
  height: auto;
  padding: 75px 0px;
  background-color: #fff;
}

.depoimentos h1{
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  color: #004B60;
  font-weight: 700;
  font-size: 34px;
  text-align: center;
}

.depoimentos .item{
  width: 100%;
  height: auto;
  position: relative;
}

.depoimentos .item::after{
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  background-color: #E7AA1F;
  width: 2px;
  height: 100%;
}

.depoimentos .item .textDepoimento{
  width: 100%;
  height: auto;
  padding: 27px;
  background-color: #004B60;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
}

.depoimentos .item .nomeDepoimento{
  width: 100%;
  height: auto;
  background-color: #EEEEEE;
  position: relative;
  z-index: 1;
}

.depoimentos .item .nomeDepoimento::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #004B60;
}

.depoimentos .item .nomeDepoimento .icon img{
  width: 80px;
  height: 80px;
  z-index: 2;
  border-radius: 100%;
  object-fit: contain;
  background-color: white;
  object-position: center;
}

.depoimentos .item .nomeDepoimento .texto{
  font-size: 16px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  padding: 15px 0px;
  flex-wrap: wrap;
  text-align: center;
  color: #4D4D4D;
}

.depoimentos .item .nomeDepoimento .aspas{
  width: 40px;
  height: 27.5px;
  z-index: 38!important;
  position: absolute;
  top: 26px;
  left: 20px;
}

.depoimentos .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 4px;
  margin: 5px 4px;
  background: #D4D4D4 ;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 0;
}

.depoimentos .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #E7AA1F;
  width: 30px;
  height: 5px;
}

.depoimentos .owl-theme .owl-nav {
  text-align: center;
  position: relative;
  top: 40px;
}


/*FOOTER*/
@media (min-width: 320px) and (max-width: 1199px) {
  .ropade {
      position: relative;
      bottom: 0px;
  }
  .footer {
      width: 100%;
      height: auto;
      background-color:  #fff;
      position: relative;
      bottom: 0px;
  }
  .logofooter {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 40px 0px;
  }
  .logofooter img {
      max-width: 280px;
      max-height: 78px;
  }
  .navfooter {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    text-align: left;
    padding: 25px 0px;
  }
  .nav-list-footer li{
    text-decoration: none;
    color: #707070;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .nav-link-footer:active,
  .nav-link-footer:visited,
  .nav-link-footer:link {
      color: #707070;
      width: 100%;
  }
  .nav-item-footer {
      margin: 10px 0px;
      padding: 0px!important;
      list-style-type: none;
  }
 .nav-item-footer:hover {
      color: #E7AA1F;
  }
  .contatofooter {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: flex-start!important;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
      top: 22px;
      padding: 25px 0px;
  }
  .contatofooter h2 {
      position: relative;
      top: -15px;
      left: 0px;
      font-size: 20px;
      text-align: left;
  }
  .divcontatofotter {
      width: 100%;
      height: auto;
      display: flex;
      position: relative;
      top: -12px;
  }
  .divcontatofotter img {
      min-width: 30px;
      max-width: 30px;
      min-height: 30px;
      max-height: 30px;
  }
  .divcontatofotter p {
      max-width: 100%;
      position: relative;
      color: #707070;
      top: 0px;
  }
  .empresaferrari {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      list-style: none;
      text-align: left;
      flex-wrap: wrap;
      padding: 25px 0px;
  }
  .empresaferrari h1 {
      font-size: 20px;
      width: 100%;
      margin-bottom: 30px;
  }
  .empresaferrari h2 {
      font-size: 16px;
      width: 100%;
      margin-bottom: 10px;
      color: #707070;
  }
  .empresaferrari .form-group {
      width: 100%;
      border-radius: 0px;
      font-size: 16px;
      margin-bottom: 0px;
  }
  .copyright {
      color: #4D4D4D;
      height: auto;
      padding: 20px 0%;
      width: 100%;
      justify-content: flex-start;
  }
  .creditos {
      color: #4D4D4D;
      height: auto;
      padding: 20px 0%;
      width: 100%;
      justify-content: flex-end;
  }
  .whatsapp {
      width: 60px;
      height: 60px;
      position: fixed;
      bottom: 20px;
      z-index: 1000000000000000000000000000000000;
      right: 20px;
      cursor: pointer;
  }
  .whatsapp img {
      width: 100%;
      height: auto;
  }
}

@media (min-width: 1200px) {
  .ropade {
      position: relative;
      bottom: 0px;
  }
  .footer {
      width: 100%;
      height: 370px;
      background-color: #FFF;
      position: relative;
      bottom: 0px;
  }
  .logofooter {
      width: 285px;
      height: auto;
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }
  .logofooter img {
      max-width: 280px;
      max-height: 78px;
  }
  .navfooter {
      width: 285px;
      height: 295px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      text-align: left;
      position: relative;
      top: 60px;
      padding: 0px;
      margin: 0px;
      line-height: 30px;
  }
  .nav-list-footer {
    list-style: none!important;
  }
  .nav-list-footer li {
    color: #707070;
    font-size: 16px;
    text-decoration: none;
    flex-wrap: wrap;
    display: flex;
  }
  a{
    text-decoration: none;
  }
  .nav-link-footer:active,
  .nav-link-footer:visited,
  .nav-link-footer:link {
      color: #707070;
      font-size: 16px;
      width: 100%;
  }
  .nav-link-footer:hover{
      color: #E7AA1F;
      font-weight: 700;
  }
  .contatofooter {
      width: 285px;
      height: 295px;
      position: relative;
      top: 60px;
  }
  .contatofooter h2 {
      font-size: 20px;
      text-align: left;
  }
  .divcontatofotter {
      width: 265px;
      height: auto;
      display: flex;
      align-items: center;
      position: relative;
      top: 0px;margin-bottom: 20px;
  }
  .divcontatofotter img {
      min-width: 30px;
      max-width: 30px;
      min-height: 30px;
      max-height: 30px;
  }
  .divcontatofotter p {
      max-width: 100%;
      position: relative;
      color: rgba(0, 0, 0, 1);
      top: 0px;
      margin: 5px;
  }
.divcontatofotter span {
      max-width: 100%;
      position: relative;
      color: rgba(0, 0, 0, 1);
      top: 0px;
      margin: 5px;
  }
  .numberFooter{
      font-size: 20px;
      color: #E7AA1F!important;
	font-weight: 700;
  }
  .empresaferrari {
      width: 285px;
      height: 295px;
      list-style: none;
      text-align: left;
      flex-wrap: wrap;
      position: relative;
      top: 60px;
      line-height: 30px;
  }
  .empresaferrari h1 {
      font-size: 20px;
      width: 100%;
      margin-bottom: 30px;
      color: rgba(255, 255, 255, 1);

  }
  .empresaferrari h2 {
      font-size: 16px;
      width: 100%;
      margin-bottom: 10px;
      color: rgba(255, 255, 255, 1);
      

  }
  .empresaferrari .form-group {
    width: 100%;
    border-radius: 0px;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .copyright {
    color: #4D4D4D;
    display: flex;
    align-items: center;
    height: 75px;
    width: 50%;
    justify-content: flex-start;
      
  }
  .creditos {
    color: #4D4D4D;
    display: flex;
    align-items: center;
    height: 75px;
    width: 50%;
    justify-content: flex-end;
  }
  .creditos a{
    color: #4D4D4D;
    text-decoration: none;
  }
  .whatsapp {
      width: 70px;
      height: 70px;
      position: fixed;
      bottom: 50px;
      z-index: 1000000000000000000000000000000000;
      right: 50px;
      transition: ease-in-out .5s;
      cursor: pointer;
  }
  .whatsapp img {
      width: 100%;
      height: auto;
  }
}

/*CSS FORMULARIO*/

.solucoes .bgFormulario {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.solucoes .bgFormulario::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border: 10px solid #E7AA1F;
  transition: ease-in .5s;
  width: 20%;
}

.solucoes .bgFormulario:hover::after {
  width: 100%;
}

.solucoes .bgFormulario svg {
  z-index: 10;
  font-size: 35px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}

.solucoes .tituloForm {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.solucoes h1 {
  width: 100%;
  height: auto;
  font-size: 34px;
  color: #4D4D4D;
  font-weight: 700;
  text-align: center;
}

.solucoes .form-group {
  width: 100%;
  height: 50px;
}

.solucoes .form-text {
  width: 100%;
  height: 170px;
}

.solucoes .form-contato {
  width: 98%;
  height: 100%;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  padding-left: 18px;
  background-color: #EEEEEE;
}

.solucoes .form-text .form-contato {
  width: 98%;
  padding-top: 10px;
  background-color: #EEEEEE;
}

.solucoes .btnEnviarForm {
  width: 150px;
  height: 50px;
  background-color: #E7AA1F;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 253px;
  margin-top: 50px;
}

.solucoes .listaServicosModal svg {
  font-size: 42px;
  color: #E7AA1F;
  border-radius: 10px;
  padding: 6px;
  margin-right: 10px;
  transition: ease-in-out .3s;
}

.solucoes .listaServicosModal {
  width: 100%;
  height: auto;
  display: flex;
  color: #707070;
  font-weight: 400;
  font-size: 16px;
}


/*MODAL NÃO MECHER*/

.solucoes .modal {
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  padding: 0!important;
}

.solucoes .modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}

.solucoes .modal-dialog {
  position: relative;
  width: auto;
  margin: 0rem;
  pointer-events: none;
  width: 100%;
}

.solucoes .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  height: 100vh;
  overflow: auto;
}

@media (min-width: 992px) {
  .solucoes .modal-lg {
      max-width: 100%;
      height: 100vh;
  }
}

@media (min-width: 576px) {
  .solucoes .modal-dialog {
      max-width: 100%;
      margin: 1.75rem auto;
      height: 100vh;
  }
}

@media (min-width: 768px) {
  .solucoes .bgFormulario {
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
  }
  .solucoes .bgFormulario::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border: 10px solid #E7AA1F;
      transition: ease-in .5s;
      width: 20%;
  }
  .solucoes .bgFormulario:hover::after {
      width: 100%;
  }
  .solucoes .bgFormulario svg {
      z-index: 10;
      font-size: 35px;
      color: #fff;
      position: absolute;
      right: 210px;
      bottom: 15px!important;
      cursor: pointer;
  }
  .solucoes .tituloForm {
      font-size: 34px;
      font-weight: 700;
      color: #fff;
      text-align: center;
  }
  .solucoes h1 {
      width: 100%;
      height: auto;
      font-size: 34px;
      color: #4D4D4D;
      font-weight: 700;
      text-align: center;
  }
  .solucoes .form-group {
      width: 50%;
      height: 50px;
  }
  .solucoes .form-text {
      width: 100%;
      height: 170px;
  }
  .solucoes .form-contato {
      width: 96%;
      height: 100%;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      padding-left: 18px;
      background-color: #EEEEEE;
  }
  .solucoes .form-text .form-contato {
      width: 98%;
      padding-top: 10px;
      background-color: #EEEEEE;
  }
  .solucoes .btnEnviarForm {
      width: 150px;
      height: 50px;
      background-color: #E7AA1F;
      color: #fff;
      font-size: 16px;
      border: none;
      cursor: pointer;
      border-radius: 253px;
      margin-top: 50px;
  }
  .solucoes .listaServicosModal svg {
      font-size: 42px;
      color: #E7AA1F;
      border-radius: 10px;
      padding: 6px;
      margin-right: 10px;
      transition: ease-in-out .3s;
  }
  .solucoes .listaServicosModal {
      width: 100%;
      height: auto;
      display: flex;
      color: #707070;
      font-weight: 400;
      font-size: 16px;
  }
  /*MODAL NÃO MECHER*/
  .solucoes .modal {
      position: fixed;
      top: -30px;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1050;
      display: none;
      overflow: hidden;
      outline: 0;
      padding: 0!important;
  }
  .solucoes .modal-open .modal {
      overflow-x: hidden;
      overflow-y: hidden;
  }
  .solucoes .modal-dialog {
      position: relative;
      width: auto;
      margin: 0rem;
      pointer-events: none;
      width: 100%;
  }
  servicos .modal-body {
      position: relative;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 1rem;
      height: 100vh!important;
      overflow: auto;
  }
  @media (min-width: 992px) {
      .solucoes .modal-lg {
          max-width: 100%;
          height: 100vh;
      }
  }
  @media (min-width: 576px) {
      .solucoes .modal-dialog {
          max-width: 100%;
          margin: 1.75rem auto;
          height: 100vh;
      }
  }
}

/*HEADER*/
.descricaoHeader {
  display: none;
}

.header {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #FFF;
  top: 0px;
}

.header .navbar-brand {
  width: 100%;
  max-width: 150px;
  padding-bottom: 0;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .hamburger-menu {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 2%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999888;
  background-repeat: no-repeat;
}

.header .hamburger-menu .bar {
  position: relative;
  display: block;
  width: 30px;
  height: 4px;
  background: #FFF;
  border-radius: 5px;
  transition: all .5s ease;
}

.header.header-internal .hamburger-menu .bar {
  background: #fff;
}

.header .hamburger-menu .bar::before,
.header .hamburger-menu .bar::after {
  content: "";
  height: 100%;
  background: #FFF;
  border-radius: 5px;
  display: block;
  position: absolute;
}

.header.header-internal .hamburger-menu .bar::before,
.header.header-internal .hamburger-menu .bar::after {
  background: #fff;
}

.header .hamburger-menu .bar::before {
  top: -10px;
  width: 35px;
}

.header .hamburger-menu .bar::after {
  bottom: -10px;
  width: 25px;
}

.header .hamburger-menu.open .bar {
  width: 35px;
  transform: rotate(135deg);
}

.header .hamburger-menu.open .bar::before,
.header .hamburger-menu.open .bar::after {
  top: 0;
  width: 35px;
  transform: rotate(90deg);
}

.header .nav-link.magicscroll {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  margin-right: 0px;
}

.header.header-internal .nav-link.magicscroll {
  color: #666666;
}

.header .nav-list.open .nav-link {
  font-size: 16px;
  padding: 0;
  color: #666666;
}

.header .nav-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  list-style: none;
  background: transparent;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: ease all .5s;
}

.header .nav-list.open {
  opacity: 1;
  padding: 60px 30px;
  background: #fff;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transform: translateX(0);
}

.header .nav-list.open .nav-item {
  width: 100%;
  text-align: left;
  padding: .625rem 0;
}

.header .nav-list.open .nav-item {
  width: 100%;
  text-align: center;
  animation-name: fade-right;
  animation-duration: .7s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.header .nav-list.open .nav-item:nth-child(2) {
  animation-delay: .1s;
}

.header .nav-list.open .nav-item:nth-child(3) {
  animation-delay: .2s;
}

.header .nav-list.open .nav-item:nth-child(4) {
  animation-delay: .3s;
}

.header .nav-list.open .nav-item:nth-child(5) {
  animation-delay: .4s;
}

.header .nav-list.open .nav-item:nth-child(6) {
  animation-delay: .5s;
}

.header .nav-list.open .nav-item:nth-child(7) {
  animation-delay: .6s;
}

.header .nav-list.open .nav-item:nth-child(8) {
  animation-delay: .7s;
}

.header .nav-list.open .nav-item:nth-child(9) {
  animation-delay: .8s;
}

@keyframes fade-right {
  0% {
      opacity: 0;
      transform: translateX(100%)
  }
  100% {
      opacity: 1;
      transform: translateX(0)
  }
}

.header.fixed {
  height: 115px;
  position: fixed;
  top: 0%;
  z-index: 999;
  animation: slideDown linear .4s;
  background: #fff;
}


/*.header.fixed .navbar-brand {
max-width: 55px;
padding-top: 0;
}*/

@keyframes slideDown {
  0% {
      transform: translateY(-135px);
  }
  50% {
      opacity: .5;
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}


/* MEDIA QUERY */

@media (min-width: 576px) {
  .header .hamburger-menu {
      right: 5%;
  }
  .barred {
      display: none;
  }
  .ondeestamos {
      display: none;
  }
  .ondeestamosfocus {
      display: none;
  }
}

@media (min-width: 1200px) {
  .descricaoHeader {
      width: 100%;
      height: 50px;
      background-color: #004B60;
      display: flex;
      align-items: center;
  }
  .ondeestamos {
      display: none;
  }
  .descricaoHeader ul li {
      width: 100%;
      height: 100%;
      text-decoration: none;
      list-style: none;
      color: rgba(255, 255, 255);
      padding: 0;
      margin: 0;
  }
  .header {
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: #FFF;
    top: 50px;
  }
  .header.fixed {
      height: 115px;
      box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  }
  .header .navbar-brand {
      max-width: 200px;
      padding: 14px;
      margin-left: 16px;
  }
  .header .hamburger-menu {
      display: none;
  }
  .header .nav-list {
      position: initial;
      width: initial;
      height: initial;
      background-color: initial;
      flex-direction: row;
      align-items: flex-end;
      opacity: initial;
      transform: initial;
      transition: initial;
      margin: 0;
      padding: 0;
      pointer-events: all;
      margin-left: 80px;
  }
 /* .header .nav-list .nav-item:nth-child(6) {
      background: #fff;
      height: 50px;
      display: flex;
      align-items: flex-end;
      margin-left: 0px;
      position: relative;
  }*/
  /*.header .nav-list .nav-item:nth-child(6)::before {
      content: '';
      background: #ff0000;
      position: absolute;
      top: -15px;
      left: 0;
      right: 0;
      bottom: 0;
  }
  .header .nav-list .nav-item:nth-child(6) .nav-link {
      font-weight: 400;
      color: #666666;
      font-size: 16px;
  }*/
  .header .nav-link {
      position: relative;
      transition: ease .3s;
  }
  .header .nav-link.magicscroll:hover {
      font-weight: 700;
      color: #E7AA1F;
  }
  .header .nav-link.magicscroll::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      background-color: #E7AA1F;
      width: 100%;
      height: 2px;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 1000ms;
  }
  .header .nav-link.magicscroll:hover::before {
      transform: scaleX(1);
  }
  .header .nav-link.magicscroll.active::before {
      transform: scaleX(1);
  }
  /*CSS*/
  .barred {
      width: 115px;
      height: 115px;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      background-position: center;
      right: 0;
      cursor: pointer;
      display: block;
  }
  .btnfechar {
      width: 115px;
      height: 115px;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      background-position: center;
      right: 0;
      cursor: pointer;
      display: block;
  }
  .ondeestamos {
      height: 100%;
      background-color: rgba(255, 255, 255, 1);
      position: fixed;
      right: 0;
      top: 0;
      display: none;
      z-index: 1100;
      transition: ease-in .5s;
      padding: 100px 80px 80px 80px;
  }
  .ondeestamosfocus {
      width: 500px!important;
      transition: ease-in .5s
  }
  .bg-black {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1000;
      position: fixed;
      display: none;
      top: 0;
      left: 0;
  }
  .contatoHeader {
      width: 100%;
      height: 40px;
      display: flex;
      margin-bottom: 10px;
      margin-right: 1%;
  }
  .contatoHeader img {
      min-width: 26px;
      max-width: 26px;
      min-height: 26px;
      max-height: 26px;
  }
  .contatoHeader p {
      max-width: 100%;
  }
  .redesocialheader {
      margin-top: 90px;
  }
  .ondeestamos img {
      margin-bottom: 20px;
  }
  .ondeestamos p {
      width: 100%;
  }
}

/*MISSÃO*/

.missao{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 100px 0 70px 0;
}
.missao h1{
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  color: #004B60;
  font-weight: 700;
}
.missao .icone{
  height: 70px;
  margin-bottom: 20px;
}
.missao .text{
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #4D4D4D;
}

/*CSS NEWSLETTER*/

.newsletter{
  width: 100%;
  height: auto;
  background-color: #004B60;
  position: relative;
  padding: 60px 0px;
}

.newsletter::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 37%;
  height: 100%;
  background-color: #E7AA1F;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.newsletter p {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.newsletter p span{
  color: #fff;
  font-size: 40px ;
  font-weight: 700;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.newsletter .btnEnviarForm{
  width: 100%;
  height: 44px;
  background-color: #E7AA1F;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-top: 0px;
}

.newsletter .form-contato{
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  padding-left: 18px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (min-width: 768px){
  .newsletter{
    width: 100%;
    height: 160px;
    background-color: #004B60;
    position: relative;
    padding: 0px;
  }
  
  .newsletter::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    height: 100%;
    background-color: #E7AA1F;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  }
  
  .newsletter p {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
  }
  
  .newsletter p span{
    color: #fff;
    font-size: 40px ;
    font-weight: 700;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .newsletter .btnEnviarForm{
    width: 150px;
    height: 44px;
    background-color: #E7AA1F;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: 0px;
  }
  
  .newsletter .form-contato{
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    padding-left: 18px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

/*CSS POLITICA*/
.politica {
  height: auto;
  background-color: #F2F3F5;
}

.politica .bgPolitica {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 115px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.politica .bgPolitica::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border: 10px solid #E7AA1F;
  transition: ease-in .5s;
  width: 20%;
}

.politica .bgPolitica:hover::after {
  width: 100%;
}

.politica .bgPolitica h1 {
  font-size: 37px;
  color: #EEEEEE;
  font-weight: 700;
  width: 100%;
}

.politica .textPolitica {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #004B60;
  padding: 20px 0px;
}

.politica .cardPolitica {
  width: 100%;
  height: 300px;
  background-color: #fff;
  border-radius: 18px;
}

.politica .cardPolitica img{
  height: 130px;
  position: absolute;
  top: 30px;
}
.politica .cardPolitica p {
  padding: 0 30px;
  font-size: 16px;
  text-align: center;
  color: #707070;
  position: absolute;
  top: 175px;
}
.politica .btnvoltar {
  width: 80px;
  height: 35px;
  background-color: #E7AA1F;
  line-height: 35px;
  border-radius: 10px;
  color: #fff!important;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}
.politica a {
  text-decoration: none;
  color: #fff;
}

@media (min-width: 768px) {
  .politica {
      height: auto;
      background-color: #F2F3F5;
  }
  .politica .bgPolitica {
      width: 100%;
      height: 300px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 115px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  .politica .bgPolitica::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border: 5px solid #E7AA1F;
      transition: ease-in .5s;
      width: 20%;
  }
  .politica .bgPolitica:hover::after {
      width: 100%;
  }
  .politica .bgPolitica h1 {
      font-size: 55px;
      color: #EEEEEE;
      font-weight: 700;
  }
  .politica .textPolitica {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      background-color: #004B60;
      padding: 20px 0px;
  }
  .politica .cardPolitica {
      width: 96%;
      height: 330px;
      background-color: #fff;
      border-radius: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
      box-shadow: 0 15px 25px rgba(0,0,0,0.1);
  }

  .politica .cardPolitica img{
      height: 130px;
      position: absolute;
      top: 30px;
  }
  .politica .cardPolitica p {
      padding: 0 30px;
      font-size: 16px;
      text-align: center;
      color: #707070;
      position: absolute;
      top: 175px;
  }
  .politica .btnvoltar {
      width: 80px;
      height: 35px;
      background-color: #E7AA1F;
      line-height: 35px;
      border-radius: 10px;
      color: #fff!important;
      text-align: center;
      font-weight: 500;
      font-size: 15px;
      cursor: pointer;
      box-shadow: 0 15px 25px rgba(0,0,0,0.1);
  }
  .politica a {
      text-decoration: none;
      color: #fff;
  }
}

/*CSS PROJETOS*/

.projetos{
  height: auto;
  background-color: #004B60;
}
.projetos .item {
  width: 100%;
  max-width: 350px;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.projetos .item .tituloProjeto{
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 15px 40px 12px 30px;
  font-size: 16px;
  font-weight: 700;
}

.projetos .item .tituloProjeto::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E7AA1F;
  width: 10px;
  height: 100%;
}

.projetos h1{
color: #fff;
font-size: 34px;
font-weight: 700;
}

.projetos p{
color: #fff;
font-size: 16px;
font-weight: 400;
}

.btnvoltar {
width: 300px;
height: 50px;
background-color: #E7AA1F;
line-height: 50px;
border-radius: 25px;
color: #fff!important;
text-align: center;
font-weight: 500;
font-size: 15px;
cursor: pointer;
box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}
.projetos a { 
text-decoration: none;
color: #fff;
}


.singleProjeto{
margin-top: 115px;
}

.singleProjeto .item{
height: 450px;
}
.singleProjeto .item img{
  width: 100%;
  height: 100%; 
  object-fit: cover;
  object-position: center;
}

.singleProjeto .tituloProjeto span{
font-size: 34px;
color: #004B60;
font-weight: 700;
}

.singleProjeto .tituloProjeto{
font-size: 34px;
color: #E7AA1F;
font-weight: 700;
}

.singleProjeto .owl-theme .owl-nav {
z-index: 222222;
margin-top: 10px;
position: absolute;
bottom: 20px;
width: 100%;
}

.singleProjeto .owl-theme .owl-nav .owl-prev{
color: #fff;
font-size: 29PX;
border: 3px solid #fff!important;
width: 47px;
height: 47px;
border-radius: 0px;
}

.singleProjeto .owl-theme .owl-nav .owl-next{
color: #fff;
font-size: 29PX;
border: 3px solid #fff!important;
width: 47px;
height: 47px;
border-radius: 0px;
}

.singleProjeto p{
font-size: 16px;
color: #4D4D4D;
font-weight: 400;
}

.singleProjeto .tempoProjeto{
font-size: 25px;
color: #4D4D4D;
display: flex;
align-items: center;
}

.singleProjeto .tempoProjeto svg{
width: 48px;
height: 48px;
background-color: #E7AA1F;
padding: 7px;
color: #fff;
border-radius: 10px;
box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}

.singleProjeto .next-prev svg{
color: #fff;
font-size: 29PX;
border: 3px solid #fff!important;
width: 47px;
height: 47px;
border-radius: 0px;
}

.todososprojetos{
margin-top: 115px;
background-color: #fff;
padding: 0 0 75px 0px;
}

.singleProjeto ::-webkit-scrollbar-thumb {
background: #004B60!important;
}


.todososprojetos .item {
width: 100%;
height: 360px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
}

.bgProjetos {
width: 100%;
height: 300px;
display: flex;
justify-content: flex-start;
align-items: center;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
margin-bottom: 0px;
}

.bgProjetos::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
border: 5px solid #E7AA1F;
transition: ease-in .5s;
width: 20%;
}
.bgProjetos:hover::after {
width: 100%;
}
.bgProjetos h1 span {
font-size: 55px;
color: #EEEEEE;
font-weight: 700;
}

.pdl{
padding: 0px 20px;
}

.singleProjeto .btnvoltar {
width: 80px;
height: 35px;
background-color: #E7AA1F;
line-height: 35px;
border-radius: 10px;
color: #fff!important;
text-align: center;
font-weight: 500;
font-size: 15px;
cursor: pointer;
box-shadow: 0 15px 25px rgba(0,0,0,0.1);
position: absolute;
bottom: 40px;
}
a {
text-decoration: none;
color: #fff;
}



@media (min-width: 576px) and(max-width: 767px) {
.projetos .item {
  width: 50%;
  max-width: 350px;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
}







@media (min-width: 768px){
.pdl{
  padding: 0px 60px;
}
.projetos{
  height: auto;
  background-color: #004B60;
}
.projetos .item {
  width: 33.3%;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.projetos .item .tituloProjeto{
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 15px 40px 12px 30px;
  font-size: 16px;
  font-weight: 700;
}

.projetos .item .tituloProjeto::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E7AA1F;
  width: 10px;
  height: 100%;
}

.projetos h1{
color: #fff;
font-size: 34px;
font-weight: 700;
}

.projetos p{
color: #fff;
font-size: 16px;
font-weight: 400;
}

.btnvoltar {
width: 300px;
height: 50px;
background-color: #E7AA1F;
line-height: 50px;
border-radius: 25px;
color: #fff!important;
text-align: center;
font-weight: 500;
font-size: 15px;
cursor: pointer;
box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}
.projetos a { 
text-decoration: none;
color: #fff;
}


.singleProjeto{
margin-top: 115px;
}

.singleProjeto .item{
height: 600px;
}
.singleProjeto .item img{
width: 100%;
height: 100%;
}

.singleProjeto .tituloProjeto span{
font-size: 34px;
color: #004B60;
font-weight: 700;
}

.singleProjeto .tituloProjeto{
font-size: 34px;
color: #E7AA1F;
font-weight: 700;
}

.singleProjeto .owl-theme .owl-nav {
z-index: 222222;
margin-top: 10px;
position: absolute;
bottom: 20px;
width: 100%;
}


.singleProjeto .owl-theme .owl-nav .owl-prev{
color: #fff;
font-size: 29PX;
border: 3px solid #fff!important;
width: 47px;
height: 47px;
border-radius: 0px;
}

.singleProjeto .owl-theme .owl-nav .owl-next{
color: #fff;
font-size: 29PX;
border: 3px solid #fff!important;
width: 47px;
height: 47px;
border-radius: 0px;
}

.singleProjeto p{
font-size: 16px;
color: #4D4D4D;
font-weight: 400;
}

.singleProjeto .tempoProjeto{
font-size: 25px;
color: #4D4D4D;
display: flex;
align-items: center;
}

.singleProjeto .tempoProjeto svg{
width: 48px;
height: 48px;
background-color: #E7AA1F;
padding: 7px;
color: #fff;
border-radius: 10px;
box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}

.singleProjeto .next-prev svg{
color: #fff;
font-size: 29PX;
border: 3px solid #fff!important;
width: 47px;
height: 47px;
border-radius: 0px;
}

.todososprojetos{
margin-top: 115px;
background-color: #fff;
padding: 0 0 75px 0px;
}

.singleProjeto ::-webkit-scrollbar-thumb {
background: #004B60!important;
}


.todososprojetos .item {
width: 96%;
height: 360px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
}

.bgProjetos {
width: 100%;
height: 300px;
display: flex;
justify-content: flex-start;
align-items: center;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
margin-bottom: 75px;
}

.bgProjetos::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
border: 5px solid #E7AA1F;
transition: ease-in .5s;
width: 20%;
}
.bgProjetos:hover::after {
width: 100%;
}
.bgProjetos h1 span {
font-size: 55px;
color: #EEEEEE;
font-weight: 700;
}

}

/*CSS SEGMENTOS*/

.segmentos{
  width: 100%;
  height: 700px;
  padding: 110px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.segmentos h1{
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 75px;
}

.segmentos .itemSegmentos{
  width: 100%;
  height: 230px;
  border: 2px solid #fff;
}

.segmentos .itemSegmentos img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}


.segmentos .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  bottom: -125px;
  width: 100%;
  height: auto;
  margin: 0;
}

.segmentos .owl-theme .owl-nav .owl-next{
  font-size: 34px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 2px solid #fff!important;
  border-radius: 0!important;;
}

.segmentos .owl-theme .owl-nav .owl-prev{
  font-size: 34px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 2px solid #fff!important;
  border-radius: 0!important;
}


@media (min-width: 576px) and(max-width: 767px) {
  .segmentos .itemSegmentos{
    width: 50%;
    height: 230px;
    border: 2px solid #fff;
  }
}

@media (min-width: 320px) and(max-width: 576px){
  .segmentos .itemSegmentos{
    width: 100%;
    height: auto;
  }
}


/*SERVICOS*/

.servicos{
  width: 100%;
  height: auto;
  position: relative;
  top: -70px;
  left: 0;
}
.quaisServicos{
  width: 98%;
  height: 255px;
  margin: 2%;
  background-position: center; background-repeat: no-repeat; background-size: cover;
  z-index: 1;
  border: 7px solid #fff;
  position: relative;
  transition: ease-in-out .5s;
  text-decoration: none;
}

.tituloQServicos{
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0px;
  background-color: #004B60;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  transition: ease-in-out .3s;
  text-align: left;
  }

  .quaisServicos:hover .tituloQServicos{
    background-color: #E7AA1F!important;
  } 
.tituloQServicos svg{
  font-size: 38px;
  color: #fff;
  background-color: #E7AA1F;
  border-radius: 10px;
  padding: 6px;
  margin-right: 15px;
  transition: ease-in-out .3s;
}


.quaisServicos:hover .tituloQServicos svg{
  font-size: 42px;
  color: #E7AA1F;
  background-color: #fff;
  border-radius: 10px;
  padding: 6px;
  margin-right: 10px;
}


.card-body {
  border: none;
}

.descricaoServicos{
  color: #707070;
  font-size: 16px;
}

.descricaoServicos svg {
  color: #E7AA1F;
  font: 18px;
}

.btnFecharServicos{
  width: 150px;
  height: 45px;
  background-color: #E7AA1F;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  margin-top: 40px;
}

.GaleriaServico{
  width: 100%;
  height: 250px;
}

.textoDescricao{
  width: 100%;
  height: 0;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  background-color: rgba(0,0,0,0.8);
  transition: .5s ease;
  opacity: 0;
}

.quaisServicos:hover .textoDescricao{
  height: 161px;
  padding: 20px;
  opacity: 1;
}


.servicos .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  width: 30%;
  height: auto;
  margin: 0;
}

.servicos .owl-theme .owl-nav{
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  width: 75px;
  height: auto;
  margin: 0;
}

.servicos .owl-theme .owl-nav .owl-next{
  font-size: 25px;
  color: #E7AA1F;
}

.servicos .owl-theme .owl-nav .owl-prev{
  font-size: 25px;
  color: #E7AA1F;
}

/*CSS SOBRENOS*/

.sobre{
  background-color: #fff;
  padding: 0px 0px;
}

.sobre .sobreNos{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 33px; 

}

.sobre .sobreNos .titulo{
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sobre .sobreNos .descricao{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

.sobre .sobreNos .btnFecharServicos{
  width: 100%;
  height: 45px;
  background-color: #E7AA1F;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  pad: 0px 40px;
  font-weight: 700;
}

.sobre .sobreNosImg{
  width: 100%;
  height: 100%;
  position: relative;
  top: 0%;
  left: 0%;
  display: none;
}

.sobre .sobreNosImg img{
  width: 100%;
  height: 100%;
}


@media (min-width: 990px) {
  .sobre{
    background-color: #F2F3F5;
    padding: 75px 0px;
  }
  
  .sobre .sobreNos{
    width: 105%;
    height: auto;
    background-color: #fff;
    padding: 50px; 
    position: relative;
    left: -4%;
  }
  
  .sobre .sobreNos .titulo{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .sobre .sobreNos .descricao{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  
  .sobre .sobreNos .btnFecharServicos{
    width: 300px;
    height: 45px;
    background-color: #E7AA1F;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    pad: 0px 40px;
    font-weight: 700;
  }
  
  .sobre .sobreNosImg{
    width: 95%;
    height: 110%;
    position: relative;
    top: -5%;
    left: -10%;
    display: block;
  }
  
  .sobre .sobreNosImg img{
    width: 100%;
    height: 100%;

  }
  
}

/*SOLUCOES*/

.solucoes{
  background-color: #F2F3F5;
  padding: 75px 0px;
  height: auto;
  width: 100%;
}

.solucoes h1{
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #004B60;
  font-size: 34px;
  margin-bottom: 50px;
}

.solucoes .qualSolucao{
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 19px 0px;
}

.tituloQSolucoes{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004B60;
  font-weight: 700;
  font-size: 22px;
  transition: ease-in-out .3s;
  }

  .tituloQSolucoes svg{
    font-size: 33px;
    color: #fff;
    transition: ease-in-out .3s;
  }

  .svgSolu{
    content: '';
    width: 50px;
    height: 50px;
    background-color: #E7AA1F;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
  }

  .descricaoSolucoes{
    width: 100%;
    height: auto;
    padding: 20px 35px;
    text-align: center;
    color: #707070;
    font-weight: 400;
  }

  .solucoes .btnAbrirForms{
    width: 120px;
    height: 40px;
    background-color: #E7AA1F;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
  }

  
@media (min-width: 768px){
  .solucoes .qualSolucao{
    width: 95%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 19px 0px;
  }
}


@media (min-width: 1200px) {
  .solucoes{
    background-color: #F2F3F5;
    padding: 75px 0px;
    height: auto;
    width: 100%;
  }
  
  .solucoes h1{
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #004B60;
    font-size: 34px;
    margin-bottom: 50px;
  }
  
  .solucoes .qualSolucao{
    width: 95%;
    height: 270px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 19px 0px;
  }
  
  .tituloQSolucoes{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004B60;
    font-weight: 700;
    font-size: 22px;
    transition: ease-in-out .3s;
  }

  .tituloQSolucoes svg{
    font-size: 33px;
    color: #fff;
    transition: ease-in-out .3s;
  }

  .svgSolu{
    content: '';
    width: 50px;
    height: 50px;
    background-color: #E7AA1F;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
  }

  .descricaoSolucoes{
    width: 100%;
    height: auto;
    padding: 20px 35px;
    text-align: center;
    color: #707070;
    font-weight: 400;
  }

  .solucoes .btnAbrirForms{
    width: 120px;
    height: 40px;
    background-color: #E7AA1F;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
  }
  
}