@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/*----------------------------------------------------------------------FOOTER----------------------------------------------------------------*/
footer {
  bottom: 100;
  left: 0;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: white;
  font-family: "Roboto", sans-serif;
  background-color: #222222;
}

.top-footer {
  width: 100%;
  height: 85%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  padding-bottom: 2%;
}

.top-footer-main {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.top-footer-main-titulo>h1 {
  font-size: 3em;
  text-align: center;
}

.top-footer-main-titulo {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-footer-main-redes {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -12%;
}

.top-footer-avisolegal {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: top;
  flex-direction: column;
}

.top-footer-avisolegal>h1 {
  font-size: 1.5em;
  margin: 0;
  padding-left: 10%;
  padding-top: 15%;
  padding-bottom: 5%;
}

.top-footer-avisolegal>p {
  font-size: 1em;
  margin: 0;
  margin-top: 3%;
  padding-left: 10%;
}

.top-footer-avisolegal>p:hover {
  cursor: pointer;
  text-decoration: underline;
}

.top-footer-condiciones {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: top;
  flex-direction: column;
}

.top-footer-condiciones>h1 {
  font-size: 1.5em;
  margin: 0;
  padding-left: 10%;
  padding-top: 15%;
  padding-bottom: 5%;
}

.top-footer-condiciones>p {
  font-size: 1em;
  margin: 0;
  margin-top: 3%;
  padding-left: 10%;
}

.top-footer-condiciones>p:hover {
  cursor: pointer;
  text-decoration: underline;
}

.top-footer-politicas {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: top;
  flex-direction: column;
}

.top-footer-politicas>h1 {
  font-size: 1.5em;
  margin: 0;
  padding-left: 10%;
  padding-top: 15%;
  padding-bottom: 5%;
}

.top-footer-politicas>p {
  font-size: 1em;
  margin: 0;
  margin-top: 3%;
  padding-left: 10%;
}

.top-footer-politicas>p:hover {
  cursor: pointer;
  text-decoration: underline;
}

.bottom-footer {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-top: 2px solid white;
}

/*----------------------------------------------------------------------MODAL----------------------------------------------------------------*/
.modalFooter {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-contentFooter {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 50px;
  border: 1px solid #888;
  width: 70%;
  margin: auto;
  margin-top: 10%;
}

.modal-contentFooter>p {
  text-align: justify;
}

.closeFooter {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeFooter:hover,
.closeFooter:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*--------------------------------------------------------------------ACORDEON----------------------------------------------------------------*/
.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion-item {
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.accordion-header {
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.accordion-header:hover {
  background-color: hsla(211, 74%, 38%, 0.25);
  border-radius: 5px;
}

.accordion-header.active {
  background-color: #195fa9;
  color: #fff;
}

.accordion-content {
  padding: 15px;
  display: none;
  text-align: justify;
}

.accordion-content p {
  margin: 0;
}

#FYQ {
  margin-top: 5%;
}

/*---------------------------------------------------------------------RESPONSIVE-------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .top-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2%;
    height: 1200px;
    width: 50%;
    margin-bottom: 3%;
  }

  .top-footer-main {
    width: 100%;
  }

  .top-footer-politicas {
    width: 100%;
    height: 30%;
    text-align: center;
    margin-bottom: 5%;

  }

  .top-footer-politicas>h1 {
    padding: 0;
  }

  .top-footer-politicas>p {
    padding: 0;
  }

  .top-footer-condiciones {
    width: 100%;
    height: 20%;
    text-align: center;
    margin-bottom: 5%;

  }

  .top-footer-condiciones>h1 {
    padding: 0;
  }

  .top-footer-condiciones>p {
    padding: 0;
  }

  .top-footer-avisolegal {
    width: 100%;
    text-align: center;
    height: 30%;
    margin-bottom: 5%;
  }

  .top-footer-avisolegal>h1 {
    padding: 0;
  }

  .top-footer-avisolegal>p {
    padding: 0;
  }

  footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 900px;
  }
}

@media screen and (max-width: 800px) {
  .modal-contentFooter {
    width: 80%;
    margin-top: 20%;

  }

  .modal-contentFooter > h1{
    font-size: 1.5em;
  }
}

@media screen and (max-width: 550px) {
  footer {
    height: 1100px;
  }

  .top-footer-main {
    width: 100%;
    height: 30%;
  }

  .top-footer-condiciones {
    height: 30%;
  }

  .top-footer-politicas {
    height: 30%;
  }
}