  #carrusel_servicios {
    overflow: hidden;
    white-space: nowrap;
    height: 64px;
    background-color: var(--azul-1);
    display: flex;
    align-items: center;
  }

  #carrusel_servicios div {
    display: inline-block;
    will-change: transform;
    color:white;
    font-size:18px
  }
  .dot{
    display: inline-block;
    padding: 0 11px;
  }

  @media(max-width:767px){
      #carrusel_servicios {
    height: 64px;
  }
     #carrusel_servicios div {
    font-size:15px
  }
  }