.contact-center:hover .contact-center-popover {
  display: block;
}

.text-horario-atencion{
  font-size: 0.8rem;
}

.contact-center {
  position: fixed;
  bottom: 29px;
  right: 20px;
  z-index: 1000;
}

.contact-center-popover {
  background: white;
  padding: 2px 6px;
  position: absolute;
  top: -35px;
  left: -25px;
  display: none;
}

.contact-center__customer_support_content_items path {
  fill:#ED6A24;
}

.contact-center.is-active {
  margin: 30px 0 60px 30px;
}

.contact-center .contact-center__close,
.contact-center.is-active .contact-center__open {
  display: none;
}

.contact-center.is-active .contact-center__close {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.contact-center__item .icon {
  display: flex;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 10px 0 rgb(193 193 193 / 50%);
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}

.contact-center__item .icon:hover {
  background-color: #ff6a13;
}

.contact-center__item .icon:hover svg path {
  filter: brightness(0) invert(1);
}

.contact-center__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}

.contact-center__item .ctext {
  width: 70px;
}

.contact-center__item .icon svg {
  margin-right: 0;
  width: 32px;
}

.contact-center.is-active .contact-center__icon {
  background-color: #f8f2ff;
}

.contact-center__icon {
  position: relative;
  z-index: 2;
  width: 63px;
  height: 63px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
  @media (min-width: 769px) {
    .contact-center__icon{
    box-shadow: 0 2px 10px 0 rgb(193 193 193 / 50%);
    border-radius: 50%;
    }
  }



.contact-center__icon button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.contact-center__icon button svg {
  display: block;
  height: 100%;
  margin: 0 auto;
}


.contact-center__content .contact-center__item svg .st0 {
  fill: #ed6a24;
}

.contact-center__content {
  visibility: hidden;
}
.contact-center__circle {
  width: 500px;
  height: 580px;
  background: white;
  position: absolute;
  opacity: 1;
  right: -245px;
  bottom: -315px;
  border-radius: 50%;
  z-index: 1;
  display: block;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  transform: rotate(310deg);
}

.contact-center__circle.close {
  opacity: 0;
}
.contact-center__content.is-active {
  visibility: visible;
}

.contact-center__item {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  width: 140px;
}
.contact-center__item a {
  text-decoration: none;
  color: white;
  line-height: 1.2rem;
}

.contact-center__customer_support_content,
.contact-center__supportech_content,
.contact-center__ethical_line_content,
.contact-center__customer-support,
.contact-center__contact_content,
.contact-center__pqrs_content {
  display: none;
}
.contact-center__customer_support_content.is-active,
.contact-center__supportech_content.is-active,
.contact-center__ethical_line_content.is-active,
.contact-center__customer-support.is-active,
.contact-center__contact_content.is-active,
.contact-center__pqrs_content.is-active {
  display: block;
}

.contact-center__content_box {
  border-radius: 6px;
  background-color: white;
  padding: .5rem 1rem;
  border: 1px solid #f5efef;
  margin-right: -1rem;
  width: 290px;
  max-width: 290px;
  box-shadow: 0px 0px 12px grey;
  position: fixed;
left: 50%;
transform: translate(-50%, 3%);
  z-index: 100;
}

.contact-center__content_box h3,
.contact-center__content_box a,
.contact-center__item .ctext {
  font-family: "Nunito" !important;
}

.contact-center__item .ctext {
  font-weight: 600;
}

.contact-center__content_box h3 {
  color: #414141;
  font-size: 18px;
}

.contact-center__content_box a {
  font-size: 14px;
  color: #409 !important;
}

.contact-center__content_box p {
  margin-bottom: 0;
}

.contact-center__content_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon{
  width: 30px;
}
.contact-center__content_box li {
  
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1fr 8fr;
  column-gap: 1rem;
}
.contact-center__content_box li .contact-center-item.contact-center__mr{
  display: none ;
}

.contact-center__content_box li .contact-center-item {
  display: contents;
}

.contact-center__content_box li h5 {
  margin: 0 0 0.5rem;
  color: #333;
  font-size: 15px;
}

.contact-center__content_box li a {
  color: purple;
}

.contact-center__content_box .close-secondary-options,
.contact-center__content_box .close-customer-support {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  background-color: white;
  border: 2px solid #FF6A13;
  border-radius: 50%;
}

.close-secondary-options,
.close-customer-support {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
}
.close-secondary-options:hover
.close-customer-support:hover{
  opacity: 1;
}
.close-secondary-options:before,
.close-secondary-options:after,
.close-customer-support:before,
.close-customer-support:after {
  position: absolute;
  left: 13px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #FF6A13;;
  top: 4px;
}
.close-secondary-options:before,
.close-customer-support:before {
  transform: rotate(45deg);
}
.close-secondary-options:after,
.close-customer-support:after {
  transform: rotate(-45deg);
}

.contact-center__customer_support {
  top: -100px;
  left: -100px;
}

.contact-center__ethical_line {
  top: -15px;
  left: -150px;
  
}
.contact-center__ethical_line .ctext {
  width: 40px;
}

.contact-center__support {
  left: -140px;
  top: 80px;
  width: 120px;
}

.contact-center__support .ctext {
  width: 50px;
}

#mclose {
  width: 50px;
  height: 50px;
  /* border: 2px solid #440499; */
}

.mclose {
  height: 50px;
  width: 4px;
  margin-left: 22px;
  background-color: #440499;
  transform: rotate(45deg);
  z-index: 1;
  border-radius: 10px;
}

.mdclose {
  height: 50px;
  width: 4px;
  background-color: #440499;
  transform: rotate(90deg);
  z-index: 2;
  border-radius: 10px;
}

.contact-center-item__icon{
  width: 58px;
  height: 58px;
  box-shadow: 0 2px 10px 0 rgb(193 193 193 / 50%);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.contact-center-item__icon-hover{
  background-color: #ff6a13;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  width: 65px;
  height: 65px;
}
.contact-center-item__icon_ac{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-atencionalcliente.svg);
}
.contact-center-item__icon_ac-hover{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-atencionalcliente-hover.svg);
}
.contact-center-item__icon_el{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-lineaetica.svg);
}
.contact-center-item__icon_el-hover{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-lineaetica-hover.svg);
}

.contact-center-item__icon_s{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-soporte.svg);
}
.contact-center-item__icon_s-hover{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-soporte-hover.svg);
}

.contact-center-item__icon_c{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-contacto.svg);
}
.contact-center-item__icon_c-hover{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-contacto-hover.svg);
}

.contact-center-item__icon_pqrs{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-pqr.svg);
}
.contact-center-item__icon_pqrs-hover{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-pqr-hover.svg);
}
.contact-center-item__icon_mr{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-requerimientos.svg);
}
.contact-center-item__icon_mr-hover{
  background-image: url(/modules/custom/xm_contact_center/dist/css/../images/ic-requerimientos-hover.svg);
}

.contact-center-info{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-center-info a{
  text-decoration: none !important;
  margin: 0 0 0.5rem;
  color: #333;
  font-size: 15px;
}
.contact-center_title{
  display: flex;
  align-items: center;
}
.contact-center__icon-title{
  position: relative;
  left: -1.1rem;
  top: -.6rem;
  width: 70px;
  height: 70px;
}

.contact-center__icon-title.pqrs-icon{
  top: -1.2rem;
}


.contact-center__icon-title svg{
  width: 70px;
  height: 70px;
}

@media (min-width: 550px) and  (max-width: 768px) {
  .contact-center__content_box {
    right: 300px;
  }
}

@media (max-width: 768px) {
  .contact-center__icon {
    width: 40px;
    height: 40px;
  }

  .contact-center {
    position: fixed;
    height: 52px;
    right: 10px;
    z-index: 1000;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #409;
    color: white;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  .contact-center-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }

  .ctext-icon {
    font-size: 10px;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .contact-center__content_box {
    bottom: 50px;
  }
  .contact-center__content_box li a {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .contact-center__content_box{
    right: 100px;
    left: inherit;
    transform: inherit;
    bottom: 20px;
    width: 320px;
    max-width: 320px;
  }
  
  .contact-center__content_box li{
    border-top: 1px solid #ccc;
  }
  .contact-center__content_box li:first-child {
    border-top: 0px transparent;
  }
}
