/* reset css */

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,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}



ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

.nav a,
.nav label {
  display: block;
  padding: 1.2rem;
  color: #fff;
  background-color: #e30521;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.05s ease-in;
  font-size: 14px;
  font-weight: 500;
}

.nav a:focus,
.nav a:hover,
.nav label:focus,
.nav label:hover {
  color: rgb(255 255 255 / 75%);
  background: #03030300;
  font-size: 12px;
  font-weight: 500;
}

.nav label {
  cursor: pointer;
}

.fechaa2 {
  color: #fff; font-weight: 700; padding-top: 20px;
}

/**
 * Styling first level lists items
 */

.group-list,
.group-list label {
  padding-left: 2rem;
  background: #ffffff00;
}


.group-list a,
.group-list label {
  
  background: #ffffff00;
}



.group-list a:focus,
.group-list a:hover,
.group-list label:focus,
.group-list label:hover {
  background: #ffffff00;
}

/**
 * Styling second level list items
 */

.sub-group-list,
.sub-group-list label {
  padding: 0px 0px 0px 0px;
  background: #ffffff00;
  height: 70px;
}


.a {
  padding: 18px 0px 0px 0px;
  background: #ffffff00;
  height: 100%;
}



.sub-group-list a:focus,
.sub-group-list a:hover,
.sub-group-list label:focus,
.sub-group-list label:hover {
  background: #ffffff00;
}

/**
 * Styling third level list items
 */

.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
}

.sub-sub-group-list a:focus,
.sub-sub-group-list a:hover,
.sub-sub-group-list label:focus,
.sub-sub-group-list label:hover {
  background: #333333;
}

/**
 * Hide nested lists
 */

.group-list,
.sub-group-list,
.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.05s ease-in-out;
  transition: max-height 0.05s ease-in-out;
}

.nav__list input[type="checkbox"]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 100%;
}

/**
 * Rotating chevron icon
 */

label > span {
  float: right;
  -webkit-transition: -webkit-transform 0.05s ease;
  transition: transform 0.05s ease;
}

.nav__list input[type="checkbox"]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
