* {
  box-sizing: border-box;
  --colorBlue: #3e69ba;
}


body {
  background-color: #3e69ba;

}

textarea {

  height: 100px;
}

.container {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 90%;
  min-height: 100vh;
  margin: auto;
  border: 1px solid #000;
  background-color: #eee;
}

main {
  width: 100%;
  padding: 1em;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rrss {
  display: flex;

  width: 100%;
  background-color: #000;
  min-height: 50px;
  border-top: 2px solid rgb(255, 0, 0);
  justify-content: flex-end;
  align-items: center;
}

.rrss img {
  margin-right: 0.7em;
  width: 1.3em;
}

.rrss img:hover {
  filter: invert(10)
}

header {
  display: inline;
  width: 100%;

  justify-content: center;
  background-color: #eee;

}

header img {
  display: block;
  width: 135px;
  height: auto;
  justify-content: center;
  margin: auto;
}

h1 {
  text-align: center;
  font-size: 2rem;
  font-family: 'Kdam Thmor Pro', sans-serif;
  color: #2c5e98;
}

header p {
  text-align: center;
  border-bottom: 1px solid rgb(20, 0, 131);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  padding: 5px;
}

footer {
  width: 100%;
  height: 4rem;
  background-color: #000;
  color: rgb(150, 148, 148);
  align-items: center;
  margin: 0;
  display: flex;
  justify-content: center;
}

footer p {

  padding: 1em;
  text-align: center;

}

nav {
  display: flex;
  justify-content: center;

}

nav ul.menu-items {
  justify-content: center;
  display: flex;
  gap: 1em;
  list-style: none;
  color: #222;
  display: flex;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1em;
}

.menu-items a {
  color: inherit;
  text-decoration: none;
}

.menu-items a:hover {
  color: var(--colorBlue);
}

h2 {
  text-align: center;
  color: var(--colorBlue);
  padding: 10px;
}

/* quienes somos */

.contenido {
  width: 90%;
  display: inline-block;
  font-family: sans-serif;
  text-align: center;
  position: relative;

}

.contenido .forms-enviado {
  padding: 1em;
  position: fixed;
  inset: 0;
  width: 80%;
  height: 85vh;
  margin: auto;
  background-color: #4878d1;
  border: 1px solid rgb(151, 42, 42);
  display: flex;
  transition: .35s all;
}




.contenido .forms-enviado .info {
  width: 50%;
  background-color: #eee;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em;

  & h2 {
    background-color: transparent;
    text-shadow: none;
    font-weight: bold;
    margin-bottom: 0;
    color: rgb(29, 165, 29);
    text-transform: uppercase;
    font-size: 1.2rem;
  }

  & svg {
    margin-top: 1em;
    width: 100px;
  }

  & p {
    text-align: center;
  }

  & a {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background-color: #eee;
    color: #a05555;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    display: flex;
    top: 1em;
    right: 1em;
    text-decoration: none;
    margin-bottom: 1em;
  }
}

.contenido h2 {
  display: inline-block;
  color: var(--colorBlue);
  font-size: 2.2rem;
  background-color: rgba(170, 169, 169, 0.671);
  border-radius: 15px;
  text-shadow: -1px 1px 1px rgb(165, 164, 164);

}

.contenido h3 {
  font-weight: bold;
  font-size: 1rem;
  padding: 3px;
  margin-top: 2rem;
}

.contenido p {
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 1rem;
  text-align: start;

}

.contenido button {
  background-color: var(--colorBlue);
  width: 120px;
  height: 40px;
  color: yellow;
  border-radius: 7px;
  padding: 10px;
  cursor: pointer;
  border: none;
}

.contenido ul {
  text-align: justify;
  padding: 2rem;
  margin: 2rem;

}

.contacto p {
  text-align: center;
}

.ingreso-orden h3 {
  color: var(--colorBlue);

}

.ingreso-orden .faqs-ingreso {
  display: flex;
  gap: 1em;
  flex-direction: column;
}

.ingreso-orden .faqs-ingreso li strong {
  margin-bottom: .4em;
  display: block;
}

/* banner de la cabecera de la descripcion de las paginas*/
.banner {
  width: 100%;
  height: 50%;
  margin: auto;
}


.banner img {
  width: 100%;
  max-height: 650px;

}

.formulario {
  width: 70%;
  margin: auto;
  text-align: start;
  border: 1px solid #3e69ba;
  padding: 1rem;
  display: block;
  margin-bottom: 5rem;
  background-color: #fff;
  text-align: center;
}

.formulario span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

}

.formulario span label {
  margin-bottom: 2px;
  font-weight: bold;

}

.formulario span label::after {
  content: '*';
  color: rgb(148, 14, 14);
}


.formulario p {
  text-align: center;
  font-weight: bold;
}


.formulario input,
textarea {
  display: block;
  padding: 0.5rem;
  width: 100%;
  margin-bottom: 10px;
  resize: none;
  border-radius: 5px;

}


.formulario input[type="submit"] {
  margin-bottom: 0px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: bold;
  background-color: #3e69ba;
  border: none;
}

.formulario input[type="submit"]:hover {
  opacity: 0.75;
  cursor: pointer;
}

.formulario>*[required]:invalid {
  border: 1px solid rgb(160, 13, 15);

}

.formulario>*[required]:valid {
  border: 2px solid #3e69ba;

}


.formulario .alert-error ul li {
  color: rgb(196, 97, 97);
  font-weight: bold;
}

#focus {
  color: #3e69ba;

}

footer span {
  color: #fff;

}

@media only screen and (max-width: 700px) {
  .conteiner {
    max-width: 100%;
    height: auto;
  }

  .contenido {
    width: 100%;
  }

  .contenido ul {
    text-align: justify;
    padding: 1rem;
    margin: 1rem;
  }

  .formulario {
    border: 1rem solid #3e69ba;
  }

  footer p {
    display: block;
    font-size: 1.1vh;
    text-align: center;

  }
}


.menu-mobile {
  display: none;

}


.off-canvas-btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  opacity: 0;

}

.off-canvas-bg {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 998;
  width: 3rem;
  height: 0.6rem;
  background-color: rgb(168, 166, 170);
  border-radius: 0.3rem;
  transform: rotate(0deg) translate(0, -1.2rem);
  transform-origin: top left;
  transition: transform 0.5s ease, background-color 500ms ease;
}

.off-canvas-bg::before,
.off-canvas-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background-color: rgb(178, 173, 182);
  border-radius: 0.3rem;
  transition: transform 0.5s ease;
}

.off-canvas-bg::before {
  transform: rotate(0deg) translate(0, -0.9rem);
}

.off-canvas-bg::after {
  transform: rotate(0deg) translate(0, 0.3rem);
}

.off-canvas-btn:checked+.off-canvas-bg {
  background-color: transparent;
}

.off-canvas-btn:checked+.off-canvas-bg::before {
  transform: rotate(45deg) translate(0, 0);
}

.off-canvas-btn:checked+.off-canvas-bg::after {
  transform: rotate(-45deg) translate(0.4rem, -0.5rem);
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 997;
  display: flex;
  justify-content: center;
  background-color: #142442;
  transition: transform 500ms ease-in-out;
  transform: translate(100%, 0);
}

.off-canvas-btn:checked~.off-canvas-menu {
  transform: translate(0, 0);
}



.off-canvas-menu-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.off-canvas-link {
  padding: 1rem;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
  border-bottom: 0.5rem solid #3e69ba;
  color: #fff;
  transition: background-color 300ms ease;
}

.off-canvas-link:hover {
  background-color: #3e69ba;
}

.off-canvas-link:first-child {
  border-top: 0.5rem solid #3e69ba;
}

.off-canvas-link:last-child {
  border-bottom: 0.5rem solid #3e69ba;
}

@media only screen and (max-width: 800px) {

  .menu-mobile {
    display: block;
    ;
  }

  nav {
    display: none;
  }
}


.enviado {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;

  padding: 1em;
  margin: auto;
}

.enviado-conteiner h1 {
  color: #3057a1;
  /* margin-top: 10%; */
  text-shadow: 1px 1px 1px rgb(75, 71, 71);
  word-wrap: break-word;
}



.enviado-conteiner {
  margin: auto;
  /* margin-top: 1em; */
  margin-bottom: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 100%;
}