footer {
  width: 100%;
  background-color: #204780;
  position: relative;
  bottom: 0;
  display: flex !important;
  flex-direction: column;
  height: auto !important;
}
.FooterBox {
  width: 330px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.FooterLink {
  padding: 40px 160px;
  /* margin: 0 0 30px 0; */
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-flow: row wrap;
}
.FooterCopyRight {
  width: 100%;
  height: 30px;
  background-color: #14c1ea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.FooterCopyRight p {
  padding: 0 10px;
  color: #000000;
  font-size: 0.8rem;
  text-align: center;
}
.FooterSubBox {
  display: flex;
  flex-direction: column;
}
.FooterOption {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  margin: 0 0 5px 0;
}

.FooterOption:hover {
  color: #00ffff;
}
.FooterTitle {
  font-size: 1.5rem;
  color: #fff;
  margin: 20px 0;
  font-weight: 800;
  line-height: normal;
}
.ServiciosFooterIMG {
  width: 260px;
  height: auto;
  margin: 15px 0 0 0;
}
.ACXCFooterIMG {
  width: 200px;
  height: auto;
}
.FooterSubBoxSocial {
  display: flex;
  gap: 5px;
  margin: 15px 0 120px 0;
}

.FooterSocialNetwork {
  background: var(--AzulClaro);
  padding: 35px;
  position: relative;
  /* border-radius: 2px; */
}
.FooterSocialNetwork::before {
  content: "";
  display: block;
  background-color: var(--AlternativoNegro);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0, 1);
  transform-origin: left bottom;
}

.FooterSocialNetwork::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  padding: 35px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.container-op {
  width: 430px !important;
}
.FooterSocialNetwork.IconFB::after {
  background-image: url(../img/SocialIcon/FacebookIcon.svg);
}

.FooterSocialNetwork.IconYT::after {
  background-image: url(../img/SocialIcon/YouTubeIcon.svg);
}

.FooterSocialNetwork.IconTW::after {
  background-image: url(../img/SocialIcon/TwitterIcon.svg);
}

.FooterSocialNetwork.IconIN::after {
  background-image: url(../img/SocialIcon/InstagramIcon.svg);
}

.FooterSocialNetwork:hover::before {
  transform: scaleY(1);
}

.content-regu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 418px;
  height: 0px;
  bottom: 220px;
  right: 40px;
  overflow: visible;
  background: #0d78ae;
  margin-right: 32px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}

#mainregu .slick-prev {
  background: url(/img/icons/Slick-Left3.svg) top left no-repeat !important;
  width: 30px;
  height: 30px;
  background-size: 30px !important;
  position: absolute;
  left: 5px;
  top: calc(50% - -80px);
  z-index: 99;
  border: none;
  cursor: pointer;
}

#mainregu .slick-next {
  background: url(/img/icons/Slick-Right3.svg) top left no-repeat !important;
  width: 30px;
  height: 30px;
  background-size: 30px !important;
  position: absolute;
  right: 5px;
  top: 80px;
  z-index: 99;
  border: none;
 
  cursor: pointer;
}
@media (max-width: 820px) {
  .FooterLink {
    padding: 20px;
    justify-content: center;
  }
  .FooterCopyRight p {
    font-size: 0.6rem;
  }
  .FooterSubBoxSocial {
    justify-content: center;
  }
  .FooterTitle {
    text-align: center;
  }
  .FooterSubBox {
    align-items: center;
  }
  footer {
    padding-top: 80px;
  }
  .content-regu{
    bottom: 50%;
    right: -32px;
  }
}

.MenuPromoImg {
  border-radius: 18px;
}
.MenuPromoLink {
  border-radius: 18px;
}
