.op-locals{
  padding-top: 42px;
}

.op-locals h4{
  text-align: center;
  margin-bottom: 32px;
}

.op-locals h4 i{
  color: var(--color-primary);
  margin-right: 16px;
}

.op-locals .mapa{
  height: 350px;
  width: auto;
  transition: all ease-in-out .5s;
}

.op-locals .mapa:hover{
  scale: 1.05;
}

.op-locals .mapa img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.op-locals .title-place{
  margin-top: 32px;
  margin-bottom: 12px;
}

.op-locals .title-place span{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.op-locals .title-place span i{
  color: var(--color-primary);
  margin-right: 8px;
}

.op-locals .data{
  margin-bottom: 42px;
}

.op-locals .data .address{
  margin-left: 24px;
  display: flex;
  margin-bottom: 8px;
}

.op-locals .data .address i{
  color: var(--color-primary);
  padding: 0px;
  border: 1px solid var(--color-primary);
  height: 26px;
  width: 26px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 16px;
  margin-right: 8px;
}

.op-locals .data .address span{
  
}

.op-locals .data .phone{
  
}

.op-locals .data .phone a{
  margin-left: 24px;
  display: flex;
  color: black;
  width: max-content;
}

.op-locals .data .phone a i{
  color: var(--color-primary);
  padding: 0px;
  border: 1px solid var(--color-primary);
  height: 26px;
  width: 26px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 14px;
  margin-right: 8px;
}

.op-locals .data .phone a:hover{
  color: var(--color-primary);
}