.laboratorios .blog{
  display: none;
}
a:focus{
  outline: none;
}
a:hover{
  text-decoration: none;
}
.topo h4 {
  min-height: 56px;
  place-content: center;
}
.topo {
  display: grid;
  grid-template-columns: 38% 1fr;
  grid-template-areas:
        'a1 a2'
        'a3 a4';
  text-align: center;
  align-items: center;
  min-height: 110px !important;
  column-gap: 26px;
    padding-left: 13px;
}
.topo p {
  grid-area: a4;
  text-align: left;
  background: #274971;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 22px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
}

.topo img {
  grid-area: 1 / 1 / 3 / 2;
  max-width: 185px;
  max-height: 60px;
  min-height: 60px;
  justify-self: center;
}
.laboratorios .acordl h4{
  background: white;
  position: relative;
}
.laboratorios .acordl {
  width: 47% !important;
  margin: 9px 10px 0px 12px;
  padding: 15px 17px;
  margin-bottom: 2%;
  border-radius: 6px;
  box-shadow: -1px 3px 12px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 3px 12px 1px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 12px 1px rgba(0,0,0,0.75);
}
.topo h4 {
  color:#274971;
  font-weight: 700;
  text-align: -webkit-left;
}
/* .laboratorios .acord h4::before {
  content: "+";
  color:#274971;
  font-weight: bold;
  margin-right: 5px;
  float: inline-end;
  position: absolute;
  right: 0px;
  top: -22px;
} */
.tamanho-text-acord {
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 17px;
  color: black;
}
.dots-acord ul.slick-dots {
  display: flex !important;
  list-style: none;
  column-gap: 10px;
  color: transparent;
}
.dots-acord ul.slick-dots li button {
  width: 21px;
  height: 21px;
  border-radius: 90px;
  /* background: white; */
  padding: 3px;
  /* border: solid 2px#274971; */
}
.dots-acord ul.slick-dots li.slick-active button {
  background:#274971;
  border: solid 4px white;
}
.dots-acord ul.slick-dots li {
  border: 1px solid#274971;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
.dots-acord {
  display: flex;
  place-content: center;
  margin-top: 5%;
  position: relative;
  width: fit-content;
    margin: auto;
}
.seta-direita.slick-arrow {
  position: absolute;
  right: -30px;
  font-size: 3rem;
  color:#274971;
  top: -8px;
  cursor: pointer;
}
.seta-esquerda.slick-arrow {
  position: absolute;
  left: -30px;
  font-size: 3rem;
  color:#274971;
  top: -8px;
  cursor: pointer;
}
.moduletable.lab > h3 {
  margin-bottom: 4%;
  padding-left: 1%;
}
@media screen and (max-width: 768px) {
.laboratorios .acordl {
    width: 93% !important;
  }
  .topo img {
    grid-area: 1 / 1 / 3 / 2;
    max-width: 148px;
  }
}