@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*--------------------------*/
/* general */
/*--------------------------*/
body {
  background-color: #eaeaee;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 600;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
  transition: all 0.3s ease-out;
}
a img {
  transition: all 0.3s ease-out;
  display: block;
  width: 100%;
}

img {
  display: block;
}

.button {
  background-color: #c99056;
  color: #fff;
  padding: 15px 25px 20px;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  font-weight: 700;
}
.button:hover {
  color: #000;
  top: -2px;
  left: -2px;
}
.button.azul {
  background-color: #51aff7;
  color: #fff;
}
.button.azul:hover {
  opacity: 0.7;
}
.button.rojo {
  background-color: #B23939;
  color: #fff;
}
.button.rojo:hover {
  opacity: 0.7;
}
.button.verde {
  background-color: #92db5e;
  color: #fff;
}
.button.verde:hover {
  opacity: 0.7;
}
.button.gris {
  background-color: #777;
  color: #fff;
}
.button.gris:hover {
  opacity: 0.7;
}
.button i {
  display: block;
  font-size: 12px;
}

@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}
@keyframes hide {
  100% {
    height: 0;
  }
}
.loading {
  position: relative;
  height: calc(100vh + 1px);
  background-color: #c99056;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  animation: hide 0.3s ease-out 3s 1 forwards;
}
.loading span {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-radius: 40px;
}
.loading span i {
  background-color: #c99056;
  display: block;
  width: 52px;
  height: 8px;
  background-color: #c99056;
  position: absolute;
  z-index: 2;
  left: -5px;
  top: 20px;
  animation: spin 0.9s ease-out 0s infinite;
}

/*--------------------------*/
/* Header */
/*--------------------------*/
header {
  padding: 10px 20px;
  background-color: #c99056;
}
header .logo {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
}

/* paginas */
.all {
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
}

.all section {
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  min-height: calc(100vh - 39px);
}
.all section h2 {
  margin-bottom: 20px;
}

/*welcome */
.welcome {
  max-width: calc(100%);
  padding: 0 30px;
  display: block;
  background: #fff;
  background-size: cover;
  color: #c99056;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}
.welcome > a {
  color: #c99056;
  margin-bottom: 30px;
}
.welcome > a img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.welcome > a span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  opacity: 0.7;
}

/*--------------------------*/
/* formularios */
/*--------------------------*/
legend {
  margin: 0.8em 0;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 120%;
}
legend span.glyphicons {
  vertical-align: bottom;
}

fieldset {
  background-color: #f5f5f5;
  clear: both;
  margin-bottom: 2em;
  padding: 15px;
  text-align: center;
}

/* Listados */
.listados fieldset {
  padding: 70px 30px 30px;
}

.listados ul {
  max-width: 800px;
  margin: 0 auto;
}

.listados li {
  margin-bottom: 20px;
  text-align: left;
  list-style-type: square;
}

.listados h3 {
  text-align: left;
  max-width: 800px;
  margin: 0 auto 20px;
}

/* windows */
.windows {
  width: 100%;
}
.windows p + p {
  margin-top: 10px;
}
.windows p + p:last-child {
  margin-bottom: 0;
}
.windows p.pregunta {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  background-color: #f4e9dd;
  cursor: pointer;
}
.windows p.pregunta:hover {
  background-color: #eedcca;
}
.windows p.pregunta:after {
  content: "+";
  text-decoration: none;
  background-color: #c99056;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 22px;
  margin-left: 20px;
}
.windows p.pregunta.open:after {
  content: "✕";
}
.windows div.respuesta {
  padding: 15px;
  font-size: 15px;
  position: relative;
  margin-bottom: 20px;
  display: none;
  margin-top: -10px;
}
.windows div.respuesta.open {
  display: block;
}
.windows div.respuesta span {
  position: absolute;
  right: 10px;
  top: 5px;
}

/* Acciones */
.acciones {
  text-align: center;
  padding: 30px 0;
}
.acciones a {
  display: block;
}
.acciones a + a {
  margin-top: 10px;
}
.acciones a.button {
  padding: 22px 25px 24px;
}
.acciones a.button span {
  font-size: 30px;
}
.acciones a.aceptar {
  background-color: #92db5e;
}
.acciones a.cancelar {
  background-color: #B23939;
}
.acciones a.informe {
  background-color: #51aff7;
}
.acciones .back {
  font-size: 12px;
  padding: 20px;
}
.acciones .more {
  display: inline-block;
  background-color: #51aff7;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 18px;
  text-transform: uppercase;
}
.acciones .more span {
  font-size: 11px;
  text-transform: none;
  display: block;
}
