* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  font-family: sans-serif;
}
a {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
  font-size: inherit !important;
}

p a {
  display: inline;
}
li {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  background-image: url(./assets/background/fondo.webp) !important;
  background-size: cover !important;
}

/* ------------------------Header------------------------------ */
.header {
  width: 80%;
  max-width: 1100px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* background-color: red; */
  display: flex;
  border-radius: 20px;
  padding: 20px;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ffff;
  margin-top: 10px;
}

.header-logo {
  margin-right: 20px;
  object-fit: cover;
  width: 180px;
}

.header .menu {
  margin-left: 100px;
  width: 50%;
  backdrop-filter: blur(50px);

  /* background-color: blueviolet; */
}

.header .menu-ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.header .li {
  margin: 0.5em;
}

.header .button {
  display: none;
}
/*------------------------------------- preguntas freceuntes------------------------------- */
.preguntas-freceuntes {
  margin-top: 30px;
  width: 50%;
  /* background-color: red; */
  height: 100%;
}

.frommap {
  background-color: #f5f5f5;
}
/* .collapse {
  border: none !important;
  border-top: 1px solid #256cfc !important;
}
.accordion-item {
  border: none !important;
  border-bottom: 1px solid #256cfc !important;
}
.title-preguntas {
  padding-bottom: 10px;
  color: #256cfc;

  border-bottom: 1px solid #256cfc;
} */
/* ---------------------------footer------------------------------- */
.footer {
  /* border-top: 1px solid black; */
  margin-top: 50px;
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  padding: 50px;
}
.footer-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: red; */
  height: 100%;
  flex-wrap: wrap;
  border-bottom: 2px solid #b2b2b2;
  padding-bottom: 10px;
}
.footer-logo {
  width: 150px;
  height: 100%;
  /* background-color: #123467; */
}
.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-info {
  /* background-color: blue; */

  display: flex;
  flex-direction: row;
  width: 50%;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.redes-sociales {
  display: flex;
  flex-direction: row;
  width: 100px;
  height: 100%;
  /* background-color: #3e96fc; */
  justify-content: center;
}
.redes-sociales a {
  font-size: 20px;
  padding: 5px;
}

.footer-termino {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 10px;
}
.contacto-from {
  justify-content: center;
  width: 80%;
}

@media (max-width: 865px) {
  .preguntas-freceuntes {
    margin-top: 30px;
    width: 100%;
    /* background-color: red; */
    height: 100%;
  }
  .header {
    width: 100%;
  }
  .header-logo {
    margin-right: 20px;
    object-fit: cover;
    width: 180px;
  }

  .header .menu {
    width: 100%;
    display: none;
    /* background-color: blueviolet; */
    height: 0;
    transition: all 0.5s ease;
  }

  .header .menu.activo {
    width: 100%;
    display: block;
    /* background-color: blueviolet; */
    margin-left: 0px;
    height: 14vh;
  }
  .header .menu-ul {
    flex-direction: column;
  }

  .header .li {
    text-align: center;
    margin: 0.5em;
    width: 100%;
    height: 20px;
  }

  .header li:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .header .button {
    display: block;
    margin-right: 20px;
    background-color: white;
  }
  .contacto-from {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 416px) {
  .preguntas-freceuntes {
    margin-top: 30px;
    width: 100%;
    /* background-color: red; */
    height: 100%;
  }
  /* --------footer--- */
  .footer-body {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
    height: 100%;
    width: 100%;

    flex-wrap: wrap;
    border-bottom: 20px solid #0000;
  }
  .footer-logo {
    width: 100%;
    height: 100%;
    /* background-color: #123467; */
  }
  .footer-logo img {
    width: 100%;
    height: 100%;
  }

  .footer-info {
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .redes-sociales {
    display: flex;
    flex-direction: row;
    width: 100px;
    height: 100%;
    /* background-color: #3e96fc; */
    justify-content: center;
  }
  .redes-sociales a {
    font-size: 20px;
    padding: 5px;
  }

  .footer-termino {
    display: flex;
    flex-wrap: wrap;
  }
  .contacto-from {
    justify-content: center;
    width: 100%;
  }
}
