/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
  border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

address {
  font-style: normal;
}

/* ------------------------------------------------------------------------
Colores
------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------
Type Styles
------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------

------------------------------------------------------------------------- */
*, *:before, *:after {
  box-sizing: content-box;
}

*:focus {
  outline: thin dotted;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  color: #4C5F6C;
  background-color: #FFF;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  color: #000;
  text-align: center;
}

h2 {
  margin: 0;
  color: #333;
  font-size: 170%;
}

a, input, button, select, li {
  box-sizing: border-box;
  transition: all 0.3s;
}

.flex {
  display: flex;
}

.flex.column {
  flex-flow: column;
}

.flex.column h3 {
  margin-top: 10px;
  padding: 5px 20px;
  font-size: 150%;
  border-top: 1px solid #839198;
}

.flex.center {
  justify-content: center;
  align-items: center;
}

.flex.center p {
  text-align: center;
}

.gap20 {
  gap: 20px;
}

.doble > div {
  width: 50%;
}

.triple > div {
  width: 33.3333%;
}

.container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 15px 25px 15px;
  width: 100%;
  max-width: 900px;
}

.header {
  display: flex;
  margin: 40px 0 30px 0;
  flex-flow: column;
  align-items: center;
}

.header img {
  width: 100%;
  max-width: 352px;
}

.container, .buscar {
  box-sizing: border-box;
}

.buscar {
  margin-bottom: 30px;
  padding: 40px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #FFFFFF 60%);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(5px);
}

.buscar label {
  display: flex;
  margin-bottom: 10px;
}

.buscar input {
  width: 100%;
  padding: 14px;
  border: none;
}

.buscar input[type=text] {
  text-align: center;
}

.buscar button.tab__buscar {
  margin-top: 40px;
  cursor: pointer;
  padding: 6px 20px;
  border: none;
  border-radius: 30px;
  transition: 250ms ease-out;
}

.buscar button.tab__buscar:enabled {
  padding: 6px 20px 6px 40px;
  color: #911216;
  background: #DFD4A6 url(../img/lupa.svg) 20px center no-repeat;
}

.buscar button.tab__buscar:disabled {
  cursor: not-allowed;
  background-color: #A6B1B6;
  color: #DBE0E2;
}

.buscar button.tab__buscar:enabled:hover, .buscar button.tab__buscar:enabled:focus {
  padding-right: 30px;
  padding-left: 50px;
  background-color: #DBE0E2;
  background-position-x: 30px;
}

select {
  appearance: none;
  outline: 0;
  width: 150px;
  white-space: pre-wrap;
  word-wrap: break-word;
  box-shadow: none;
  border: 0 !important;
  background-image: none;
}

.buscar input, select {
  background-color: #EDEFF0;
  border-radius: 10px;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.buscar input:hover, .buscar input:focus, select:hover, select:focus {
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select */
.select {
  position: relative;
  display: flex;
  height: 3em;
  line-height: 3;
  overflow: hidden;
  box-sizing: border-box;
}

select {
  flex: 1;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
}

input, select {
  color: #4C5F6C;
}

/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  color: #FFF;
  background: #364755;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
}

/* Transition */
.select:hover::after {
  color: #364755;
  background: #C7B363;
}

/*
.icon-bike {
	mask: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/icon-bike-black.svg);
}
.icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: black;
	mask-size: cover;
  }
  .icon:hover,
  .icon:focus {
	background: red;
  }
*/
/* ------------------------------------------------------------------------
Colores
------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------
Type Styles
------------------------------------------------------------------------- */
.tab {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.tab__tablinks {
  float: left;
  border: none;
  order: 1;
  cursor: pointer;
  margin: 0 10px;
  padding: 16px 0 12px 0;
  width: 33.33%;
  width: calc(33.33% - 20px);
  color: #4C5F6C;
  transition: 0.3s;
  font-size: 17px;
  background-color: #DBE0E2;
  border-radius: 14px 14px 0 0;
  box-shadow: 0px -4px 4px rgba(116, 84, 84, 0.4);
}

.tab__tablinks:hover {
  background-color: #DFD4A6;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.7);
}

.tab__tablinks.active {
  padding: 13px 0 15px 0;
  color: #FFF;
  background-color: #911216;
  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.25);
}

.tab__tabcontent {
  display: none;
  flex-grow: 1;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  order: 99;
  animation: fadein .8s;
  border-top: 1px solid #A6B1B6;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 770px) {
  .tab__tablinks {
    margin: 0;
    width: 100%;
    order: initial;
    border-bottom: 1px solid #A6B1B6;
    border-radius: 0;
    box-shadow: inherit;
  }
  .tab__tabcontent {
    padding: 30px 10px;
    order: inherit;
    border: none;
  }
}

/* ------------------------------------------------------------------------
Colores
------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------
Type Styles
------------------------------------------------------------------------- */
.accordion {
  margin: 0;
  border-top: 1px solid #DBE0E2;
}

.accordion dt {
  font-weight: bold;
  margin: 0;
  font-size: 1.2em;
  border-bottom: 1px solid #aaa;
}

.accordion dd {
  margin: 0;
}

/************************************** BASE STATE */
.accordion[role="tablist"] dt {
  position: relative;
  padding: 8px;
  cursor: pointer;
  user-select: none;
  background-color: #FAFAFA;
  border-bottom: 1px solid #DBE0E2;
  transition: background-color .4s, color .4s;
}

.accordion[role="tablist"] dt:after {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  content: "";
  border: 8px solid transparent;
  border-top-color: #A6B1B6;
  transform: rotate(0deg);
  transition: transform .6s, color .4s;
  transform-origin: 50% 20%;
}

/************************************** SELECTED STATE */
.accordion[role="tablist"] dt[aria-selected="true"] {
  background-color: rgba(0, 0, 0, 0.05);
}

/************************************** FOCUSED STATE */
.accordion[role="tablist"] dt[aria-selected="true"]:focus,
.accordion[role="tablist"] dt[aria-selected="true"]:hover,
.accordion[role="tablist"] dt:focus,
.accordion[role="tablist"] dt:hover {
  color: #FFF;
  background-color: #911216;
}

/************************************** OPEN STATE */
.accordion[role="tablist"] dt[aria-expanded="true"] {
  color: #4C5F6C;
  background-color: #DFD4A6;
}

.accordion[role="tablist"] dt[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

/************************************** OPEN STATE */

.accordion[role="tablist"] dd *:first-child {
  margin-top: 0;
}

.accordion[role="tablist"] dd *:last-child {
  margin-bottom: 0;
}

/************************************** HIDDEN STATE */
.accordion[role="tablist"] dd[aria-hidden="true"] {
  display: none;
}

.bk {
  position: absolute;
  top: 0;
  background: url(../img/documento.jpg) center center no-repeat;
  background-size: cover;
}

.bk, .bk > div {
  display: flex;
  width: 100%;
  height: 50vh;
}

.bk > div {
  z-index: 1;
  background-color: rgba(199, 179, 99, 0.7);
}

.listNormas {
  margin: 10px 0 0 0;
  padding: 0 0 20px 0;
  list-style: none;
  border-bottom: 1px solid #DBE0E2;
}

.listNormas li {
  padding: 10px;
  border-top: 1px solid #DBE0E2;
}

.listNormas li a {
  display: flex;
  color: #4C5F6C;
  text-decoration: none;
}

.listNormas li span {
  font-size: 80%;
}

.listNormas li h3 {
  margin: 0;
  font-size: 130%;
}

.listNormas li h3 a {
  color: #911216;
}

.listNormas li .time {
  font-size: 90%;
  color: #839198;
}

.listNormas li p {
  margin: 0;
}

.listNormas li p a {
  padding: 10px 0;
}

.listNormas li:hover {
  background-color: #EDEFF0;
}

.listNormas li:hover a {
  color: #333;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 38px;
}

.lds-ellipsis div {
  position: absolute;
  top: 20px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #DFD4A6;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* ------------------------------------------------------------------------

------------------------------------------------------------------------- */
.consolidado {
  margin: 60px 0 30px 0;
}

.consolidado .listNormas {
  padding-left: revert;
  padding-bottom: 0;
  list-style: revert;
}

.sedes {
  padding: 40px 60px;
  background-color: #F0F3F4;
  border-radius: 24px;
}

.sedes h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

.sedes h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -35px;
  right: -35px;
  height: 1px;
  background-color: gray;
}

.sedes h4, .sedes .column h3 {
  margin: 0;
}

.sedes p {
  margin: 8px 0 0 0;
  font-size: 86%;
}

.sedes hr {
  margin: 40px auto;
  /*max-width: 300px;*/
  border-color: #EDEFF0;
}

/* ------------------------------------------------------------------------

------------------------------------------------------------------------- */
@media (max-width: 770px) {
  .doble {
    flex-flow: column;
  }
  .doble > div {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .sedes hr {
    margin: 0 auto 30px auto;
  }
  .sedes .triple {
    flex-flow: column;
  }
  .sedes .triple > div {
    margin-bottom: 30px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  form .triple {
    flex-flow: column;
  }
  form .triple > div {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------

------------------------------------------------------------------------- */
.hidden {
  display: none !important;
}

.view {
  display: table;
}

/*# sourceMappingURL=style.css.map */
