@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v20/memnYaGs126MiZpBA-UFUKXGUehs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UN8rs-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/pacifico/v17/FwZY7-Qmy14u9lezJ96A.ttf) format('truetype');
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    height: auto;
    width: auto;
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    height: 0;
    width: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    height: auto;
    width: auto;
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    height: 0;
    width: 0;
  }
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    height: 0;
    width: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    height: auto;
    width: auto;
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    height: 0;
    width: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    height: auto;
    width: auto;
  }
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.animate.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animate.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animate.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animate.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animate {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.animate.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animate.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animate.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.animate.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
.animate.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
.animate.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.animate.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

#records {
  background: linear-gradient(0deg, #fff 82%, #ececec 82%);
  padding-top: 30px;
  padding-bottom: 30px
}

@media (max-width: 875px) {
  #records {
    padding-top: 100px;
    background: linear-gradient(0deg, #ececec 87%, #fff 87%)
  }
}

#records h1 {
  font-family: 'Montserrat', sans-serif;
  color: #004f8e;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px
}

#records #breadcrumb .breadcrumb {
  background-color: transparent
}

#records #breadcrumb .breadcrumb .breadcrumb-item:before {
  display: none
}

#records #breadcrumb .breadcrumb .breadcrumb-item.active {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 12px;
  padding-top: 5px
}

#records #breadcrumb .breadcrumb .breadcrumb-item a {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #004f8e;
  font-size: 12px
}

#records #search {
  background: linear-gradient(0deg, #fff 75%, #ececec 75%);
  padding-top: 30px;
  padding-bottom: 30px
}

#records #search form {
  margin: 0;
  padding: 0;
  width: 100%;
  height: unset
}

#records #search form input[type=text] {
  width: 70%;
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  border: none;
  background-color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  border: 0;
  color: #004f8e;
  background-repeat: no-repeat;
  background-position: 100% center;
  font-size: 16px;
  padding: 5px
}

#records #search form input[type=text]::placeholder {
  color: #000;
  font-family: 'Gotham-Book', sans-serif;
  text-transform: capitalize
}

#records #search form input[type=image] {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  width: 20%;
  display: inline-block;
  position: relative;
  top: 11px;
  height: 33px
}

@media (max-width: 875px) {
  #records #search form input[type=image] {
    top: 12px;
    height: 35px
  }
}

@media (max-width: 875px) {
  #records #nav-records {
    width: 90%;
    margin: 0 auto
  }
}

#records #nav-records .nav-content {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
  border: 1px solid #004f8e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.1vw
}

@media (max-width: 875px) {
  #records #nav-records .nav-content {
    font-size: 3vw
  }
}

#records #nav-records .nav-content .rec {
  padding: 15px 0
}

#records #nav-records .nav-content .active {
  background-color: #004f8e
}

#records #nav-records .nav-content .active a {
  color: #fff
}

#records #nav-records .nav-content a {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #004f8e
}

#records #nav-records .nav-content a:not(.not) {
  border-right: 1px solid #004f8e
}

@media (max-width: 875px) {
  #records #nav-records .nav-content a:not(.not) {
    border: none
  }
}

#records #details {
  background-color: #9ba5ae;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px
}

#records #details p {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: .7vw;
  margin: 0
}

@media (max-width: 875px) {
  #records #details p {
    font-size: 3vw
  }
}

#records #ficha .box {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
  background-color: #fff;
  border: 1px solid #004f8e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px
}

#records #ficha .box .rec {
  padding: 15px
}

#records #ficha .box .download {
  background-color: #004f8e
}

#records #ficha .box .download:hover {
  background-color: #ff7600
}

#records #ficha .box .download a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.2vw
}

#records #ficha .box .download a span {
  display: inline-block
}

#records #ficha .box .download a img, #records #ficha .box .download a svg {
  display: inline-block;
  width: 20px
}

@media (max-width: 875px) {
  #records #ficha .box .download a img, #records #ficha .box .download a svg {
    width: 30px
  }
}

#records #ficha .box p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #004f8e;
  text-align: center;
  margin: 0;
  font-size: .8vw
}

@media (max-width: 875px) {
  #records #ficha .box p {
    font-size: 2.5vw;
    font-weight: 500
  }
}

#records #ficha .box p:not(.not) {
  border-right: 1px solid #004f8e
}

@media (max-width: 875px) {
  #records #ficha .box p:not(.not) {
    border: none
  }
}

#records #ficha .box time {
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #004f8e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: .7vw
}

#records #paginator ul {
  list-style: none
}

#records #paginator ul li {
  list-style: none;
  display: inline-block
}

#records #paginator ul li.paginationjs-prev a {
  margin-right: 15px
}

#records #paginator ul li.paginationjs-next a {
  margin-left: 15px
}

#records #paginator ul li a {
  color: #004f8e;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px
}

#records #paginator .paginator {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px
}

#records #paginator .paginator a {
  color: #004f8e;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px
}

#records #paginator .paginator a.prev {
  margin-right: 15px
}

#records #paginator .paginator a.next {
  margin-left: 15px
}