#stockrails-container {
  display: flex;
  height: 64px;
  padding: 0px 16px;
  padding-right: 0px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

#stockrails-container #img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#stockrails-container #img-container.contenedor-imagen-logo {
  padding: 0px 4px 0px 0px;
}

#stockrails-container #img-container .contenedor-imagen-logo .img-mobile {
  display: block;
}

#stockrails-container #img-container .contenedor-imagen-logo .img-desktop {
  display: none;
}

#img-container-mbl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 181px;
  min-width: 181px;
  height: 68px;
  border-bottom-left-radius: 16px;
  background-color: #dcebe1;
}

#img-container-mbl .call-title {
  font-family: "IberPangeaText-Regular";
  color: #2f6852;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding-left: 23px;
}

#img-container-mbl .ico-headphone::before {
  content: "";
  background: url(/ibdmedia/ibdcomes/hogares/luz/landing/comun/cintillo-logo/img/ico-customer_service.svg);
  background-size: cover;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: -25px;
}

#img-container-mbl .phone-title {
  text-align: start;
  margin-bottom: 0;
}

#img-container-mbl .phone-title a {
  font-weight: 600;
}

#img-container-dsk {
  display: none;
}

@media (min-width: 576px) {
  #stockrails-container {
    padding: 0px 40px;
    padding-right: 0px;
    min-width: 100%;
  }
}

@media (min-width: 992px) {
  #stockrails-container {
    padding: 12px 83px;
    padding-top: 0px;
    padding-right: 0px;
    height: 80px;
  }

  #stockrails-container #img-container .contenedor-imagen-logo .img-mobile {
    display: none;
  }

  #stockrails-container #img-container .contenedor-imagen-logo .img-desktop {
    display: flex;
    width: 169px;
    height: 52px;
    margin-top: auto;
    margin-bottom: auto;
    align-self: center;
    position: relative;
    top: 6px;
  }

  #img-container-mbl {
    display: none;
  }

  #img-container-dsk {
    display: flex;
    align-items: center;
    max-width: 432px;
    min-width: 432px;
    height: 68px;
    border-bottom-left-radius: 16px;
    background-color: #f9f9f9;
  }

  #img-container-dsk .no-client {
    height: 68px;
    max-width: 216px;
    min-width: 216px;
    background-color: #dcebe1;
    border-bottom-left-radius: 16px;
    display: flex;
    flex-direction: column;
  }

  #img-container-dsk .no-client .call-title {
    padding-left: 0px;
    margin-left: 40px;
    font-family: "IberPangeaText-Regular";
    color: #2c2c2c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    min-width: 128px;
    height: 16px;
    margin-top: 12px;
  }

  .acento-color {
    font-weight: bold;
  }

  #img-container-dsk .no-client .phone-title {
    padding-left: 0px;
    margin-left: 61px;
    font-family: "IberPangeaText-Regular";
    color: #2c2c2c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    min-width: 128px;
    height: 16px;
    margin-top: 8px;
  }

  #img-container-dsk .no-client .phone-title .ico-phone-custom-landing {
    content: "";
    background: url(/ibdmedia/ibdcomes/hogares/luz/landing/comun/cintillo-logo/img/ico-phone.svg);
    background-size: cover;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -30px;
  }

  #img-container-dsk-client {
    height: 68px;
    max-width: 216px;
    min-width: 216px;
    margin-right: 32px;
  }

  #img-container-dsk .client .call-title {
    font-family: "IberPangeaText-Regular";
    color: #2c2c2c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    min-width: 128px;
    height: 16px;
    margin-top: 12px;
    text-align: center;
  }
  #img-container-dsk .client .phone-title .ico-phone-custom-landing {
    content: "";
    background: url(/ibdmedia/ibdcomes/hogares/luz/landing/comun/cintillo-logo/img/ico-phone.svg);
    background-size: cover;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -30px;
  }

  #img-container-dsk .client .phone-title {
    padding-left: 0px;
    margin-left: 61px;
    font-family: "IberPangeaText-Regular";
    color: #2c2c2c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    min-width: 128px;
    height: 16px;
    margin-top: 8px;
  }
}
