﻿
/*********** servicos *************/
.servicos {
  width: 100%;
  padding: 0 0px 60px 0px;
  background-color: #f7f8f9;
}

.servicos .servicos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px 30px;
  /* max-width: 1170px; */
  margin: 0 auto;
}

.servicos a {
  background: #f7f8f9;
  padding: 20px 20px;
  color: #222!important;
  font-weight: 500;
  font-size: 1.05rem!important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.2); */
  border:1px solid white;
  border-radius: 5px;
}

.servicos a:hover {
  /* color: white!important; */
  text-decoration: none!important;
  /* background: #E5F6FF!important; */
  border:1px solid #333;
}

.servicos a .link {
  border-left: 1px solid #ddd;
  padding-left: 18px;
  height: 30px;
  display: flex;
  align-items: center;
}

.servicos .grid-block{
  padding: 0;
  margin: 0;
}

.servicos .grid-block > a{
  border-bottom: 1px solid transparent!important;
}

.servicos .grid-block > a:hover{
  border-bottom: 1px solid #333!important;
}

.servicos .grid-block .item{
  background-color: white;
  align-items: flex-start;
  justify-content: flex-start;
}

.servicos .grid-block .item:hover{
  background-color: #eafaf2!important;
}
.servicos .grid-block .item .link .content{
	border-bottom: 2px solid transparent;
}
.servicos .grid-block .item:hover .link .content{
	border-bottom: 2px solid;
}

.servicos .grid-block .titulo{
  margin-top: 10px;
}


.servicos .grid-block .link{
  border: none;
  padding: 0px;
  align-items: flex-end;
  gap: 5px;
  font-weight: 300;
  font-size: 1rem;
}

.servicos .grid-block .item.filled,
.servicos .grid-block .item.filled:hover{
  background-color: #2e5b38!important;
}
.servicos .grid-block .item.filled .link,
.servicos .grid-block .item.filled .titulo,
.servicos .grid-block .item.filled .descricao,
.servicos .grid-block .item.filled .link > span {
    color: white!important;
}

.todos-servicos{
  margin-top: 40px;
  background-color: white;
  padding: 0 0.5rem 2rem 0.5rem!important;
}
.todos-servicos .grid-block .item{
  background-color: #f7f8f9;
}



/* 
.portal-carousel {
  margin: 60px auto 0 auto;
  position: relative;
}

.owl-carousel a {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  background-color: #e9ebec;
  border: 1px solid #dcdddd;
  color: #000;
  padding: 30px 18px;
  font-weight: 400;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
}

.owl-carousel a:hover {
  color: white;
  text-decoration: none;
  background: #026096;
} */

.portal-item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* Item ativo */
.portal-item.active,
.portal-item:hover {
  background-color: #335b8e;
  color: #fff;
}

.portal-item.active img,
.portal-item:hover img {
  filter: brightness(0) invert(1);
}

/* Botões de navegação */
/* 
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none;
  font-size: 28px !important;
  color: #000 !important;
  transition: color 0.2s ease;
}

.owl-nav button.owl-prev {
  left: -35px;
}

.owl-nav button.owl-next {
  right: -35px;
}

.owl-nav button:hover {
  color: #335b8e !important;
}

.owl-carousel .owl-item img {
    height: 40px!important;
    max-width: 40px!important;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    height: 3px;
    width: 60px !important;
    min-width: 60px !important;
    margin: 0 5px;
    background: #e0e1e6 !important;
    transition: all 0.3s ease;
}

    .owl-dot.active,
    .owl-dot:hover {
        background: #232642 !important;
    }

.owl-nav {
    display: none;
}

@media (max-width: 500px) {
    .owl-dot {
        width: 30px !important;
        min-width: 30px !important;
    }
} */

/* Responsividade */
@media (max-width: 600px) {
  .portal-item {
    padding: 10px 12px;
    font-size: 14px;
  }

  .portal-item img {
    width: 20px;
    height: 20px;
  }
/* 
  .owl-nav button.owl-prev {
    left: -25px;
  }

  .owl-nav button.owl-next {
    right: -25px;
  } */
}








.areas-atuacao {
  width: 100%;
  padding: 0 0px 60px 0px;
  background-color: white;
}


