.footer-net {
  padding-top: 25px;
  width: 100%;
}
.footer-net__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.footer-net__container--contact iconify-icon {
  margin-bottom: -2px;
  font-size: 14px;
}
.footer-net__logo {
  max-width: 130px;
  max-height: 60px;
  object-fit: cover;

}
.footer-net__link {
  color: #fff !important;
  font-size: 14px;
}
.footer-net__link:hover {
  color: #fff !important;
}
.footer-net__text {
  color: #fff;
  line-height: 25px;
  font-size: 14px;
}
.footer-net__item p{
  color: #fff;
  font-size: 12px;
}
.footer-net__container-full--secundary .footer-net__item a{
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}
.footer-net__item--container-logos {
  gap: 20px;
}
.footer-net__list {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.footer-net__list--row {
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-net__list--center {
  align-items: center;
}
.footer-net__item {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-net__logos {
  justify-content: space-between;
}

@media (min-width: 1025px) {
  .footer-net {
    margin: 0 auto;
  }
  .footer-net__container, .footer-net__list {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-net__container--column, .footer-net__list--column {
    flex-direction: column;
  }
  .footer-net__container--redes, .footer-net__list--redes {
    gap: 5px;
    margin: 0;
  }
  .footer-net__container--center, .footer-net__list--center {
    align-items: center;
  }
  .footer-net__container {
    padding: 10px;
  }
  .footer-net::before {
    border-top: 1px solid #D2D2D2;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
  }
}
hr.hrfooter {
  border-top: 1px solid #D2D2D2;
}

@media (max-width: 1024px) {
  .footer-net {
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #6d55bd;
  }
  .footer-net__container {
    gap: 20px;
    padding: 20px 0;
  }
  .footer-net .net-accordion__title {
    border-bottom: 1px solid #e6e6e6;
  }
  .footer-net__list--logos {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-net__list--logos > .footer-net__item{
    margin: 1rem 0;
    width: 100%;
  }
  .footer-net__list--logos > .footer-net__item > ul{
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .footer-net__container, .footer-net__list {
    gap: 1px;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-net__container--logos, .footer-net__list--logos {
    min-height: 50px;
    padding-bottom: 12px;
  }
  .footer-net__container--column, .footer-net__list--column {
    flex-direction: column;
  }
  .footer-net__container--redes, .footer-net__list--redes {
    gap: 10px;
  }
  .footer-net__container {
    padding: 10px 0 15px;
  }
  .footer-net__link {
    font-size: 14px;
  }
  .footer-net__link--phone {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .footer-net::before {
    content: initial;
  }
  .net-accordion__body {
    padding: 0 15px;
  }
  .net-accordion__container {
    padding: 40px 0px;
  }
  .net-accordion__title {
    font-weight: 400;
    font-size: 18px;
    padding: 10px 0;
    color: #fff;
  }
  .net-accordion__body {
    padding: 0;
  }
  .footer-net__container-full {
    background-color: #6d55bd;
  }
  .footer-net__container-full--secundary {
    background-color: #5f45b3;
  }
  .footer-net__container-full>div{
    max-width: 1164px;
    margin: 0 auto;
  }
  .footer-net__container-full--secundary>div {
    gap: 8px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .footer-net__container-full--secundary>div>ul:last-child {
    gap: 6px;
  }
}

.net-accordion__title{
  color: #fff !important;
}

.link {
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}
.link--icon {
  color: var(--net-color-light) !important;
  background-color: var(--net-color-primary);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 6px;
}
.link--icon:hover {
  color: var(--net-color-light) !important;
  background-color: #5f45b3;
  text-decoration: none;
}

.c-page-home_contact {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

.c-contact__button--img {
  font-size: 25px !important;
  color: #6d55bd;
}

.c-contact__button {
  background: #6d55bd;
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 52px;
  right: 41px;
  z-index: 1;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.39);
}
.c-contact__button> img{
  max-width: 55px;
}
.c-contact__button::before {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid #6d55bd;
  width: 69px;
  height: 68px;
  left: -7px;
  top: -7px;
  border-radius: 100%;
}

.c-contact__button--img-close {
  display: none;
}

.c-contact__button-active .c-contact__button--img-close {
  display: block;
}

.c-contact__button-active .c-contact__button--img {
  display: none;
}

.c-contact__button-active {
  background: #6d55bd;
}

.c-contact__menu {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
}

.c-contact__menu--bkg {
  position: absolute;
  width: 200%;
  height: 200%;
  background: #5f45b3;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 10px 2px #5f45b3;
  -moz-box-shadow: 0px 0px 10px 2px #151f6d;
  box-shadow: 0px 0px 10px 2px #6d55bd;
  transition: 0.2s;
  top: 0;
  left: 0;
}

.c-contact__menu--bkg::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  background: #5f45b3;
  border-radius: 100%;
  left: 15%;
  top: 15%;
}

.c-contact__menu-active {
  width: 460px;
  height: 300px;
  overflow: initial;
}

.c-contact__menu--nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 8px 0;
  gap: 13px;
}

.c-contact__menu--nav:nth-child(1) {
  right: 60px;
  top: -5px;
}

.c-contact__menu--nav:nth-child(2) {
  right: 134px;
  top: -11px;
}

.c-contact__menu--nav:nth-child(3) {
  right: 127px;
}

.c-contact__menu--nav:nth-child(4) {
  top: -15px;
  right: 40px;
}

.c-contact__menu--nav p {
  color: #ffffff;
  text-align: right;
  font-size: 0.8rem;
  line-height: 1.3rem;
  margin: 0;
}

.c-contact__menu--nav a {
  color: #fff;
  background: #6d55bd;
  padding: 12px;
  border-radius: 50px;
}
.c-contact__menu--nav iconify-icon {
  font-size: 25px;
  color: #fff;

}
.c-contact__menu--nav .link1 {
  background: none;
  padding: 0;
}
.c-contact__menu--nav:nth-child(3) i {
  margin-bottom: -2px;
}
@media (max-width: 1024px) {
  .c-page-filter .c-page-home_contact {
      display: none;
  }
  .c-contact__button {
      bottom: 70px;
      right: 20px;
  }
  .c-contact__menu-active {
      width: 370px;
      height: 300px;
  }
  .c-contact__menu--nav {
      margin: 5px 0;
  }
  .c-contact__menu--nav:nth-child(1) p {
      margin-bottom: 10px;
  }

  .c-contact__menu--nav:nth-child(1) {
      right: 20px;
      top: -50px;
  }
  
  .c-contact__menu--nav:nth-child(2) {
      right: 111px;
      top: -60px;
  }
  
  .c-contact__menu--nav:nth-child(3) {
      right: 127px;
      top: -50px;
  }
  
  .c-contact__menu--nav:nth-child(4) {
      top: -15px;
      right: 40px;
  }
}


   /* Cookies styles */

   .nav-cookies {
    position: fixed;
    bottom: 0;
    background: #5b5959;
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.nav-cookies div p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.nav-cookies div p a{
  color: #fff;
  text-decoration: underline;
}


.nav-cookies div p button {
    background: rgb(200, 200, 200);
    border: none;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    margin-left: 5px;
    text-decoration: none;
    cursor: pointer;
}

.nav-cookies div p button:hover {
    background: #fff;
}

@media (max-width: 1024px) {
    .nav-cookies div p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .nav-cookies {
        height: 15vh;
    }
    .nav-cookies div p {
        line-height: 25px;
        margin-right: 5%;
        margin-left: 5%;
    }

}

.navegarSelect{
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 1rem;
}
.navegarSelect p{
  color: #fff;
  font-size: 14px;
}
.navegarSelect #navegar{
  width: 160px;
    height: 35px;
    border-radius: 6px;
    padding: 6px;
    font-size: 14px;
}

.navegarSelect #navegar:focus-visible{
  outline: none !important;
}



.menu__custom-volala._navbar__item--last, .opcion-2-demo li:has( a[href="#car"]),
.net-accordion .net-accordion__container .net-accordion__child:first-child .net-accordion__body ul li:last-child{
  display: none;
}


.navegarSelect #navegar option:nth-child(2){
  display: none;
  }