/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*Estilos generales*/

html {
  font-size: 16px;
}

body {
  width: 100%;
  text-align: center;
  font-size: 1rem;
}

img {
  max-width: 100%;
}

.content-1420-p {
  max-width: 1420px;
  margin: 0 auto;
  clear: both;
  text-align: left;
  padding: 0 90px;
}

#cabecera {
  width: 100%;
  padding-top: 65px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  align-items: center;
  position: relative;
}

#cabecera .logo-caixa {
  grid-column: 1/2;
}

#cabecera .logo-joly-cab {
  grid-column: 2/3;
}

#cabecera ul.menu {
  font-family: "Oswald", sans-serif;
  grid-column: 3/4;
  justify-self: end;
  align-self: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#cabecera ul.menu li {
  text-transform: uppercase;
  font-size: 1.15rem;
  margin-right: 30px;
}

#cabecera ul.menu li:last-child {
  margin-right: 0px;
}

#cabecera ul.menu li a {
  text-decoration: none;
  box-shadow: inset 0 0 0 0 #007fb7;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: #007fb7;
  padding: 6px;
}

#cabecera ul.menu li a:hover {
  color: white;
  box-shadow: inset 150px 0 0 0 #007fb7;
}
/* ############################################################################# */
#titulo {
  width: 100%;
  margin-top: 50px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}

#titulo .box-logo {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 67%;
  grid-template-rows: 1fr;
  width: 80%;
  align-items: center;
}

#titulo .box-logo img {
  max-width: 100%;
}

#titulo .box-logo .titulo-logo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}

#titulo .box-logo .titulo-logo img {
  max-width: 100%;
}

#titulo .box-logo .titulo-logo .cab-logo {
  font-size: 40px;
  font-weight: 600;
  font-family: "Oxygen", sans-serif;
}

#titulo .box-texto {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 67%;
  grid-template-rows: 1fr;
  width: 80%;
}
#titulo .texto-titulo {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-top: 20px;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  width: 100%;
}

/* #titulo .caja-logo {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
} */

/* #titulo .img-hoja-titulo {
  grid-column: 1/2;
  grid-row: 1/-1;
  max-width: 750px;
}

#titulo .texto-titulo {
  margin-left: 225px;
  font-size: 24px;
  font-weight: 600;
  width: 40%;
} */

/* #titulo h1 {
  grid-column: 2/3;
  grid-row: 1/-1;
  font-family: "Oswald", sans-serif;
} */

#apertura {
  width: 100%;
  margin-top: 65px;
  background: #007fb7;
}

#apertura p span {
  font-weight: 700;
}

.content-1420-p-grid {
  max-width: 100%;
  margin: 0 auto;
  clear: both;
  text-align: left;
  padding: 50px 0% 50px 10%;
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 40px;
  justify-items: start;
  position: relative;
}

.content-1420-p-grid p {
  font-family: "Oxygen", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6em;
  font-weight: 300;
  color: #fff;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 90%;
}

.content-1420-p-grid button {
  border: none;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 500;
  grid-column: 1/2;
  grid-row: 2/3;
  justify-self: stretch;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
}

.content-1420-p-grid button a {
  text-decoration: none;
  box-shadow: inset 0 0 0 0 #fff;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: #fff;
  padding: 5px 30px;
  border: 3px solid white;
  border-radius: 5px;
}

.content-1420-p-grid button a:hover {
  color: #007fb7;
  box-shadow: inset 220px 0 0 0 #fff;
}

.content-1420-p-grid .img-apertura {
  grid-column: 3/4;
  grid-row: 2/3;
  justify-self: stretch;
  background: transparent;
  color: #fff;
  position: absolute;
  right: 0;
  top: -450px;
  width: 100%;
  transition: ease-out 0.4s;
}

.content-1420-p-grid .img-apertura:hover {
  transform: translateY(15px);
}

#categorias,
#ganadores {
  width: 100%;
  padding-top: 90px;
}

.cont-1420-p-grid-cat-titulo {
  max-width: 1420px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 120px 1fr;
}

#categorias .caja-titulo {
  grid-column: 1/2;
  grid-row: 1/2;
}

#categorias .caja-titulo h2,
#ganadores .caja-titulo h2 {
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  text-transform: uppercase;
}

#categorias .caja-titulo .linea,
#ganadores .caja-titulo .linea {
  border-top: 1px solid #027deb;
  width: 35%;
  margin: 20px 0 0 0;
}

#categorias p {
  font-family: "Oxygen", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.6em;
  font-weight: 300;
  color: #000;
  grid-column: 1/3;
  grid-row: 2/3;
}

#categorias p span {
  font-weight: 700;
}

#categorias .listado-categorias {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: baseline;
}

#categorias .item-categoria {
  background: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 250px;
  padding: 0 1% 15px;
  transition: ease-in 0.2s;
  border-radius: 5px;
}

#categorias .item-categoria:hover {
  background: #f0f8fb;
  scale: 1.06;
}

#categorias .item-categoria img {
  margin: 10px;
  max-height: 200px;
  object-fit: contain;
}

#categorias .item-categoria h3 {
  font-family: "Oxygen", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 15px;
}

#categorias .item-categoria span {
  font-family: "Oxygen", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5em;
  font-weight: 600;
  color: #007fb7;
  margin-bottom: 10px;
}

#categorias .item-categoria p {
  font-family: "Oxygen", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5em;
  font-weight: 300;
}

#instrucciones {
  width: 100%;
  background: #f0f8fb;
  padding: 90px 0;
}

.content-1420-p-instrucciones {
  max-width: 1420px;
  margin: 0 auto;
  clear: both;
  text-align: left;
  padding: 0 90px;
  background: url("img/bg-instrucciones.png");
  background-repeat: no-repeat;
  background-position: right top 145px;
  background-size: 52%;
}

.cont-1420-p-grid-inst-titulo {
  max-width: 1420px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 120px 1fr;
}

#instrucciones .caja-titulo {
  grid-column: 1/2;
  grid-row: 1/2;
}

#instrucciones .caja-titulo h2 {
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  text-transform: uppercase;
}

#instrucciones .caja-titulo .linea {
  border-top: 1px solid #027deb;
  width: 35%;
  margin: 20px 0 0 0;
}

#instrucciones p {
  font-family: "Oxygen", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.6em;
  font-weight: 300;
  color: #000;
  grid-column: 1/3;
  grid-row: 2/3;
}

#instrucciones .caja-instrucciones {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

#instrucciones .caja-instrucciones .instruccion {
  background: #fff;
  padding: 40px 20px 30px;
  display: flex;
  flex-direction: column;
  opacity: 0.9;
  transition: ease-in 0.2s;
  border-radius: 5px;
}

#instrucciones .caja-instrucciones .instruccion:hover {
  scale: 1.06;
  opacity: 1;
  color: #007fb7;
  background-color: #fff;
}

#instrucciones .ins1 {
  grid-column: 1/2;
  grid-row: 1/2;
}

#instrucciones .ins2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

#instrucciones .ins3 {
  grid-column: 1/2;
  grid-row: 2/3;
}

#instrucciones .ins4 {
  grid-column: 2/3;
  grid-row: 2/3;
}

#instrucciones .caja-instrucciones .instruccion h4 {
  font-family: "Oxygen", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

#instrucciones .caja-instrucciones .instruccion .linea {
  width: 15%;
  margin: 20px auto;
  border-top: 1px solid #027deb;
}

#instrucciones .caja-instrucciones .instruccion p {
  font-family: "Oxygen", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

#instrucciones .caja-instrucciones .instruccion p span {
  font-weight: 700;
}

#formulario {
  width: 100%;
  background: #fff;
  padding: 90px 0;
}

.cont-1420-p-grid-form-titulo {
  max-width: 1420px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 120px 1fr;
}

#formulario .caja-titulo {
  grid-column: 1/2;
  grid-row: 1/2;
}

#formulario .caja-titulo h2 {
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  text-transform: uppercase;
}

#formulario .caja-titulo .linea {
  border-top: 1px solid #027deb;
  width: 35%;
  margin: 20px 0 0 0;
}

#formulario p {
  font-family: "Oxygen", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.6em;
  font-weight: 300;
  color: #000;
  grid-column: 1/3;
  grid-row: 2/3;
}

#formulario .cont-formulario {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 45px;
  align-items: flex-start;
  max-width: 1100px;
}

#formulario h5 {
  font-family: "Oswald", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#formulario .cont-candidatura {
  padding: 25px 0;
  display: grid;
  grid-template-columns: auto;
  width: 50%;
  margin-right: 5%;
}

#formulario .nombre-campo {
  grid-column: 1/-1;
  font-family: "Oswald", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0 15px;
  color: #484848;
  letter-spacing: 0.02rem;
}

#formulario .cont-contacto .nombre-campo {
  color: #fff;
  letter-spacing: 0.04rem;
}

#formulario input[type="radio"] {
  display: inline;
}

#formulario label.labelradio {
  display: inline;
  font-family: "Oxygen", sans-serif;
  font-size: 0.875rem;
}

#formulario .fila-form {
  grid-column: 1/-1;
  margin-bottom: 5px;
}

#formulario input[type="text"],
#formulario input[type="tel"],
#formulario input[type="email"],
#formulario input[type="date"] {
  border: 2px solid #007fb7;
  border-radius: 5px;
  padding: 10px 2%;
  font-family: "Oswald", sans-serif;
  color: #000;
  width: 94%;
  margin-bottom: 10px;
  font-size: 16px;
  outline: none;
}

#formulario input[type="text"]:focus,
#formulario input[type="tel"]:focus,
#formulario input[type="email"]:focus,
#formulario input[type="date"]:focus {
  background: #f9f9f9;
  border: 2px solid #ebd700;
}

#formulario select {
  border: 2px solid #007fb7;
  border-radius: 5px;
  padding: 10px 10px;
  font-family: "Oswald", sans-serif;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
  outline: none;
}

#formulario select:focus {
  background: #f9f9f9;
  border: 2px solid #ebd700;
}

#formulario textarea {
  border: 2px solid #007fb7;
  border-radius: 5px;
  padding: 10px 5px;
  font-family: "Oswald", sans-serif;
  color: #000;
  width: 97%;
  height: 75px;
  outline: none;
}

#formulario textarea:focus {
  background: #f9f9f9;
  border: 2px solid #ebd700;
}

#formulario .fila-form p {
  font-family: "Oxygen", sans-serif;
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 20px;
}

#formulario .btnadjuntar {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  background: #007fb7;
  padding: 7px 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 15px 0;
  border-radius: 5px;
  letter-spacing: 0.03rem;
  transition: ease 0.3s;
}

#formulario .btnadjuntar:hover {
  background: #015b83;
}

#formulario .textoadjunto {
  font-family: "Oxygen", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #000;
  margin: 15px 0 0;
}

#formulario .no-margen-top {
  margin-top: 0;
}

#formulario .cont-contacto {
  background: #007fb7;
  color: #fff;
  padding: 25px 2% 25px 2%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1fr;
  width: 42%;
  border-radius: 5px;
}

#formulario .fila-dividida {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#formulario .columna {
  display: flex;
  flex-flow: column;
  width: 45%;
}

#formulario .cont-pie-form {
  margin-top: 15px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 20px;
  max-width: 1100px;
}

#formulario .g-recaptcha {
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: start;
}

#formulario .cont-bases {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: start;
  align-self: center;
}

#formulario input[type="check"] {
  display: inline;
}

#formulario label.labelcheck {
  display: inline;
  font-family: "Oxygen", sans-serif;
  font-size: 0.875rem;
}

#formulario label.labelcheck a {
  color: #000;
  text-decoration: underline;
}

#formulario label.labelcheck a:hover {
  text-decoration: none;
}

#formulario .btn-envio {
  background: #007fb7;
  border: 0;
  border-radius: 5px;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 75px;
  color: #fff;
  grid-column: 3/4;
  grid-row: 1/2;
  justify-self: end;
  align-self: center;
  letter-spacing: 0.05rem;
  transition: ease 0.3s;
  cursor: pointer;
}

#formulario .btn-envio:hover {
  background-color: #015b83;
}

/* #formulario .statusMsg {
    grid-column: 1/-1;
    grid-row: 2/3;
} */

#formulario .statusMsg p.alert {
  grid-column: 1/-1;
  grid-row: 2/3;
  padding: 20px 2%;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin: 10px auto;
  display: block;
  line-height: 1.5em;
  border: 3px solid #f53b3b;
  color: #f53b3b;
}

#formulario .statusMsg p.alert-success {
  border: 3px solid #004481;
  color: #004481;
}

#formulario .statusMsg p.alert-danger {
  border: 3px solid #f53b3b;
  color: #f53b3b;
}

#formulario .oculto {
  display: none;
}

#formulario .boton_representa {
  align-items: center;
  background: #e9e9e9;
  border-radius: 5px;
  display: flex;
  margin-bottom: 10px;
  padding: 7px;
  width: fit-content;
}

#formulario #representaCheck {
  height: 15px;
  width: 15px;
  cursor: pointer;
}

#formulario .texto_no_candidato {
  color: #007fb7;
  font-family: "Oswald", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  padding-left: 5px;
  text-transform: uppercase;
}

#pie {
  width: 100%;
  background: #f0f8fb;
  padding: 60px 0;
}

.cont-1420-p-grid-pie {
  max-width: 1420px;
  margin: 0 auto;
  clear: both;
  text-align: left;
  padding: 0 90px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  align-items: center;
}

#pie .caja-logo {
  padding: 15px 0;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 67%;
  grid-template-rows: 1fr;
  align-items: center;
  max-width: 50%;
}

#pie .img-hoja-pie {
  grid-column: 1/2;
  grid-row: 1/-1;
}

#pie h1 {
  grid-column: 2/3;
  grid-row: 1/-1;
  font-family: "Oswald", sans-serif;
  padding-bottom: 5px;
}

#pie .caja-logos {
  justify-self: end;
  display: flex;
  flex-flow: column;
}

#pie .caja-logos p {
  font-family: "Oswald", sans-serif;
  font-size: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#pie .caja-logos .imagenes {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
}

#pie .caja-logos p.texto-pie {
  font-family: "Oxygen", sans-serif;
  font-size: 0.75rem;
  color: #000;
  margin-top: 15px;
  text-transform: none;
}

#pie .caja-logos p.texto-pie a {
  color: #000;
  text-decoration: underline;
}

#pie .caja-logos p.texto-pie a:hover {
  text-decoration: none;
}

.fin_participacion {
  font-family: "Oxygen", sans-serif;
  font-size: 2rem;
  color: #000;
  text-align: center;
  padding: 100px 0;
  line-height: 1.5em;
}

/*Estilos auxiliares*/

.textooculto {
  text-indent: -9999px;
}

/* Estilo menú hamburguesa */

.menu-toggle {
  display: none;
}

/* icono de hamburguesa */
.hamburger {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 15;
  grid-column: 3;
  justify-self: end;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #333;
  left: 0;
  transition: transform 0.3s ease, top 0.3s ease;
}

.hamburger::before {
  top: 6px;
}

.hamburger::after {
  top: 18px;
}

/* Menú principal visible solo en pantallas grandes */
.menu {
  display: flex;
  gap: 15px;
}

/* Menú móvil */
.menu-mobile {
  border-radius: 3px;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f0f8fb;
  padding: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.menu-mobile li {
  list-style: none;
  margin: 5px 0;
}

.menu-mobile a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 20px;
}

/* Slider */

#ganadores .slider-container {
  height: fit-content;
  max-width: 1420px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#ganadores .slider {
  position: relative;
}

#ganadores .slide {
  display: none;
  width: 100%;
  height: 100%;
}

/* Flex layout for slide content */
#ganadores .slide-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 100%;
}

#ganadores .slide img {
  width: 29%;
  object-fit: cover;
  height: 100%;
  padding: 0 0 0 40px;
}

#ganadores .slide-text {
  width: 60%;
}

#ganadores .slide-text h2 {
  font-family: "Oxygen", sans-serif;
  font-size: 30px;
}

#ganadores .slide-text h3 {
  font-family: "Oxygen", sans-serif;
  font-size: 20px;
  color: #555;
  margin: 12px 0;
}

#ganadores .slide-text span {
  font-family: "Oswald", sans-serif;
  color: #007fb7;
  border-left: 1px solid #007fb7;
  padding-left: 2%;
  margin: 2%;
  font-size: 20px;
}

#ganadores .slide-text p {
  color: #333;
  font-family: "Oxygen", sans-serif;
  font-size: 18px;
  line-height: 1.5rem;
  padding: 10px 40px 0 0;
}

/* Navigation buttons */
#ganadores .prev,
#ganadores .next {
  cursor: pointer;
  position: absolute;
  top: 160px;
  padding: 18px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  text-shadow: 0px 0px 5px #000;
}

#ganadores .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#ganadores .prev:hover,
#ganadores .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Fading animation */
#ganadores .fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

/* estilo listado */

h1.titulo {
  font-family: "Oxygen", sans-serif;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin: 2rem;
}

.list-container {
  height: 100vh;
  margin: 0 auto;
  width: 70%;
}

.list-container .fila {
  background-color: #ffffff;
  clear: both;
  font-family: "Oxygen", sans-serif;
  padding: 15px;
  font-size: 1em;
}

.list-container .label {
  font-size: 16px;
  float: left;
  font-weight: bold;
}

.list-container .texto {
  font-size: 16px;
  float: left;
}

.list-container .descripcion {
  font-size: 16px;
  float: left;
}

.list-container .textosin {
  font-size: 16px;
  float: left;
}

.list-container a.enlace:link,
.list-container a.enlace:visited {
  text-decoration: underline;
  color: #0280c8;
}

.list-container a.enlace:hover {
  text-decoration: none;
}

.list-container .separador {
  border-top: 1px solid #ccc;
  margin: 40px 0 20px 20px;
  width: 25%;
}

.list-container .txt_total {
  font-family: "Oxygen", sans-serif;
  font-size: 25px;
  text-align: center;
  margin: 20px 0 40px;
}

.list-container details {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: "Oxygen", sans-serif;
  margin: 10px 0;
  overflow: hidden;
  text-align: left;
}

.list-container summary {
  padding: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  background-color: #0280c8;
  color: #fff;
  position: relative;
}

.list-container summary::after {
  content: "\002B";
  color: #fff;
  float: right;
}

.list-container details[open] summary::after {
  content: "\2212";
}
