@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Roboto+Condensed:700|Montserrat:900&display=swap);/* inicial */
* {
  margin: 0;
  padding: 0;
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  box-sizing: content-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

body {
  color: #000;
  font-family: sans-serif;
  background-color: #fff;
}

li {
  vertical-align: bottom;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-size: 1em;
}

section, header, footer, aside, nav, article, iframe {
  display: block;
}

div, input, section, textarea, li, header, footer {
  box-sizing: border-box;
}

input, textarea, select {
  font-family: inherit;
}

img {
  max-width: 100%;
}

/* clearfix optimizado, ie8+ */
.group::after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.fancybox-overlay {
  max-width: none;
}

.compartir .at-icon-wrapper {
  display: none;
}

/* fin inicial */
@font-face {
  font-family: "Gotham Rounded";
  src: url("/fuentes/GothamRounded-Medium.woff") format("woff"), url("/fuentes/GothamRounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("/fuentes/GothamRounded-Light.woff") format("woff"), url("/fuentes/GothamRounded-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("/fuentes/GothamRounded-Bold.woff") format("woff"), url("/fuentes/GothamRounded-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 50% 50%;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: "";
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

[class^=select2] {
  border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  background-image: url(../img/btn-desplegar.svg) !important;
  width: 10px;
  height: 10px;
  left: 20% !important;
  background-size: 10px;
  background-position: top left;
  background-repeat: no-repeat;
}

.select2-selection__rendered {
  line-height: 33px !important;
  color: #6D6F71 !important;
}

.select2-container .select2-selection--single {
  height: 37px !important;
}

.select2-selection__arrow {
  height: 36px !important;
}

.select2-selection.select2-selection--single {
  background-color: white !important;
  font-size: 14px;
  border: 1px solid #ccc !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0DBCC5 !important;
}

html {
  font-size: 14px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: black;
  font-size: 14px;
}

strong,
b {
  font-weight: 700;
}

#general {
  background-color: white;
  max-width: 2000px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 650px) {
  #general {
    padding-bottom: 0;
  }
}

.contenedor {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 30;
}

header {
  padding-top: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center top -10px;
}
header .contenedor {
  padding: 20px 0;
  position: relative;
}
header .contenedor div.encabezado {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .contenedor div.encabezado .col {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #aaa;
}
header .contenedor div.encabezado .col:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
header .contenedor div.encabezado h1 {
  font-family: "Gotham Rounded", sans-serif;
  font-size: 28px;
  text-align: left;
  line-height: 1em;
}
header .contenedor div.encabezado h1 span {
  display: block;
  font-weight: 300;
}
header .contenedor div.encabezado h1 strong {
  display: block;
  font-weight: 500;
}
header .contenedor div.encabezado .contraste {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
header .contenedor div.encabezado .contraste span {
  margin-bottom: 2px;
  padding: 2px 6px;
  font-family: "Gotham Rounded", sans-serif;
  background-color: black;
  color: white;
  font-weight: 700;
  font-size: 16px;
}
header .contenedor div.encabezado h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: left;
  max-width: 220px;
}
header .contenedor div.encabezado h2 span {
  color: #595a59;
  font-size: 12px;
  display: block;
}
header .contenedor div.encabezado h2 strong {
  font-size: 24px;
  color: #FFB600;
  display: block;
  line-height: 1em;
}
header .contenedor div.encabezado h2 strong span {
  font-size: inherit;
}
header .contenedor .redes {
  position: absolute;
  top: 0;
  right: 3%;
  display: flex;
  align-items: center;
  align-self: flex-start;
}
header .contenedor .redes a {
  display: block;
  width: 22px;
  height: 20px;
  margin: 0 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}
header .contenedor .redes a:hover {
  transform: scale(1.15);
}
header .contenedor .redes a.email {
  background-image: url(../img/icn-email.svg);
}
header .contenedor .redes a.facebook {
  background-image: url(../img/icn-facebook.svg);
}
header .contenedor .redes a.twitter {
  background-image: url(../img/icn-twitter.svg);
}
header .contenedor .redes a.instagram {
  background-image: url(../img/icn-instagram.svg);
}
header .contenedor .redes a.youtube {
  background-image: url(../img/icn-youtube.svg);
}
@media (max-width: 650px) {
  header .contenedor {
    padding-bottom: 10px;
  }
  header .contenedor div.encabezado {
    display: block;
  }
  header .contenedor div.encabezado .col {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
  }
  header .contenedor div.encabezado .col:first-child:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 100px;
    border-bottom: 1px solid #aaa;
  }
  header .contenedor div.encabezado h1 {
    text-align: center;
    display: block;
    font-size: 32px;
  }
  header .contenedor div.encabezado .contraste {
    text-align: center;
    display: block;
    font-size: 0;
  }
  header .contenedor div.encabezado .contraste span {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
  }
  header .contenedor div.encabezado h2 {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  header .contenedor div.encabezado h2 strong {
    margin-bottom: 5px;
    font-size: 20px;
  }
  header .contenedor .redes {
    display: none;
  }
}

footer {
  background-color: #96150e;
  padding: 50px 10px;
}
footer .contenido {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
footer .contenido a {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
  transition: transform 0.2s ease;
}
footer .contenido a.email {
  background-image: url(../img/footer/email.svg);
  width: 60px;
  height: 40px;
}
footer .contenido a.facebook {
  background-image: url(../img/footer/facebook.svg);
  width: 30px;
  height: 50px;
}
footer .contenido a.twitter {
  background-image: url(../img/footer/twitter.svg);
  width: 56px;
  height: 50px;
}
footer .contenido a.instagram {
  background-image: url(../img/footer/instagram.svg);
  width: 52px;
  height: 52px;
}
footer .contenido a:hover {
  transform: scale(1.1);
}
@media (max-width: 650px) {
  footer {
    padding: 30px 10px;
  }
  footer .contenido {
    transform: scale(0.8);
  }
}

.filtros {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 15px auto;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.filtros form {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.filtros form .select {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0 6px;
}
.filtros form .select select {
  width: 100%;
}
.filtros .links {
  display: flex;
  align-items: center;
}
.filtros .links a {
  display: block;
  width: 30px;
  height: 38px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 6px;
  transition: transform 0.5s ease;
}
.filtros .links a:hover {
  transform: translateY(-4px);
}
.filtros .links a.mapa {
  background-image: url(../img/btn-mapa.svg);
}
.filtros .links a.mapa.activo {
  background-image: url(../img/btn-mapa-color.svg);
}
.filtros .links a.listado {
  padding: 0;
  background-image: url(../img/btn-listado.svg);
}
.filtros .links a.listado.activo {
  background-image: url(../img/btn-listado-color.svg);
}

@media (max-width: 770px) {
  .filtros {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 15px auto;
  }
  .filtros form {
    display: block;
  }
  .filtros form .select {
    margin: 6px 0;
    text-align: center;
  }
  .filtros form .select span {
    text-align: left;
  }
  .filtros form .select select {
    width: 95%;
  }
  .filtros .links {
    justify-content: center;
  }
  .filtros .links a {
    display: block;
    width: 30px;
    height: 38px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 6px;
    transition: transform 0.5s ease;
  }
  .filtros .links a:hover {
    transform: translateY(-4px);
  }
  .filtros .links a.mapa {
    background-image: url(../img/btn-mapa.svg);
  }
  .filtros .links a.mapa.activo {
    background-image: url(../img/btn-mapa-color.svg);
  }
  .filtros .links a.listado {
    background-image: url(../img/btn-listado.svg);
  }
  .filtros .links a.listado.activo {
    background-image: url(../img/btn-listado-color.svg);
  }
}
.mapa {
  height: 90vh;
}
.mapa .ventana-actividad {
  width: 260px;
  padding: 4px;
}
.mapa .ventana-actividad h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #434041;
}
.mapa .ventana-actividad .thumbnail {
  margin-bottom: 15px;
}
.mapa .ventana-actividad .thumbnail img {
  width: 100%;
}
.mapa .ventana-actividad .bajada {
  font-size: 13px;
  color: #6D6F71;
}
.mapa .ventana-actividad .bajada a {
  color: #0DBCC5;
}
.mapa .ventana-actividad .bajada a:hover {
  text-decoration: underline;
}

@media (max-width: 650px) {
  .mapa .ventana-actividad {
    width: 220px;
  }
}
.listado {
  text-align: center;
  padding-bottom: 30px;
}
.listado .actividades {
  font-size: 0;
  text-align: left;
  margin-bottom: 30px;
}
.listado .actividades .grupo {
  display: none;
  margin-top: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 450px));
  justify-content: center;
  grid-gap: 20px;
}
.listado .actividades .grupo:first-child {
  display: grid;
}
.listado .actividades .grupo .item {
  border-bottom: 1px solid #ddd;
}
.listado .actividades .grupo .item .contenido {
  position: relative;
  padding-bottom: 70px;
  height: 100%;
}
.listado .actividades .grupo .item .categorias {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  color: #0DBCC5;
  margin-bottom: 10px;
}
.listado .actividades .grupo .item h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #434041;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.listado .actividades .grupo .item .imagen {
  overflow: hidden;
  margin-bottom: 15px;
}
.listado .actividades .grupo .item .imagen > div {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.listado .actividades .grupo .item .slider-actividad {
  margin-bottom: 15px;
}
.listado .actividades .grupo .item .slider-actividad .slick-dots {
  margin-top: 0;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.listado .actividades .grupo .item .slider-actividad .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.listado .actividades .grupo .item .slider-actividad .slick-dots button {
  font-size: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  margin: 0 5px;
  transition: transform 0.2s ease;
}
.listado .actividades .grupo .item .slider-actividad .slick-dots .slick-active button {
  transform: scale(1.8);
}
.listado .actividades .grupo .item .slider-actividad .slick-prev {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 800;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/slide-anterior.svg);
  left: 1%;
  background-color: transparent;
}
.listado .actividades .grupo .item .slider-actividad .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 800;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/slide-siguiente.svg);
  right: 1%;
  background-color: transparent;
}
.listado .actividades .grupo .item .slider-actividad .slide {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.listado .actividades .grupo .item .slider-actividad .slide > div {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.listado .actividades .grupo .item .slider-actividad .slide .play {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}
.listado .actividades .grupo .item .slider-actividad .slide a.cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.listado .actividades .grupo .item .slider-actividad .slide:hover .play {
  transform: translateY(-50%) scale(1.3);
}
.listado .actividades .grupo .item .bajada {
  font-size: 16px;
  color: #6D6F71;
  padding-right: 30px;
}
.listado .actividades .grupo .item .links {
  position: absolute;
  bottom: 10px;
  right: 5px;
  text-align: right;
  font-size: 14px;
  color: #6D6F71;
}
.listado .actividades .grupo .item .links .iconos {
  display: flex;
}
.listado .actividades .grupo .item .links a {
  line-height: 32px;
  box-sizing: border-box;
  padding-right: 25px;
  margin-left: 15px;
}
.listado .actividades .grupo .item .links a.ver-mapa {
  background-image: url(../img/btn-mapa-color.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
}
.listado .actividades .grupo .item .links a.documento {
  background-image: url(../img/pdf.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
}
.listado .actividades .grupo .item .links a.documento-2 {
  background-image: url(../img/lapiz.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
}
.listado .actividades .grupo .item .links a.repercusiones {
  background-image: url(../img/parlante.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: right center;
}
.listado a.ver-mas {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #6D6F71;
  text-transform: uppercase;
}

.graficos {
  padding: 30px 0;
}
.graficos h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #434041;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 35px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
.graficos h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  border-top: 3px solid #0DBCC5;
}
.graficos .items {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  font-size: 0;
}
.graficos .items .item {
  padding: 0 20px;
  margin-top: 15px;
}
.graficos .items .item .contenido {
  position: relative;
  border-bottom: 1px solid #aaa;
  height: 100%;
  padding-top: 20px;
}
.graficos .items .item.ancho-100 {
  width: 100%;
}
.graficos .items .item.ancho-50 {
  width: 50%;
}
.graficos .items .item h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #434041;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.graficos .items .item .info {
  margin: 40px 0;
  text-align: center;
}
.graficos .items .item .info .icono {
  text-align: center;
  margin-bottom: 20px;
}
.graficos .items .item .info .icono img {
  max-width: 72px;
  max-height: 82px;
}
.graficos .items .item .info .numero {
  font-family: "Roboto Condensed", sans-serif;
  color: #434041;
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 20px;
}
.graficos .items .item .info .destacado {
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.graficos .items .item .info .destacado span {
  background-color: #434041;
  padding: 7px 12px;
  text-transform: uppercase;
}
.graficos .items .item .grafico {
  margin: 20px 0;
  height: 270px;
}
.graficos .items .item .grafico canvas {
  height: 270px;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.graficos .items .item .bajada {
  font-size: 14px;
  color: #6D6F71;
  line-height: 1.4em;
  padding-bottom: 20px;
}

@media (max-width: 650px) {
  .graficos {
    padding: 30px 0;
  }
  .graficos h2 {
    font-family: "Roboto Condensed", sans-serif;
    color: #434041;
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
  }
  .graficos .items {
    display: block;
  }
  .graficos .items .item {
    padding: 0;
  }
  .graficos .items .item .contenido {
    position: relative;
    border-bottom: 1px solid #aaa;
    height: 100%;
    padding-top: 20px;
  }
  .graficos .items .item.ancho-100 {
    width: 100%;
  }
  .graficos .items .item.ancho-50 {
    width: 100%;
  }
}
.noticias {
  padding: 30px 0;
}
.noticias h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #434041;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 35px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
.noticias h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  border-top: 3px solid #0DBCC5;
}
.noticias .lista {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 450px));
  justify-content: center;
  grid-gap: 20px;
}
.noticias .lista .item {
  border-bottom: 1px solid #ddd;
}
.noticias .lista .item .contenido {
  position: relative;
  padding-bottom: 20px;
}
.noticias .lista .item h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #434041;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.noticias .lista .item .imagen {
  overflow: hidden;
  margin-bottom: 15px;
}
.noticias .lista .item .imagen > div {
  transition: transform 0.5s ease;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.noticias .lista .item:hover .imagen > div {
  transform: scale(1.15);
}
.noticias .lista .item .bajada {
  font-size: 16px;
  color: #6D6F71;
}
.noticias .lista .item a.cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (max-width: 650px) {
  .noticias {
    padding: 30px 0;
  }
  .noticias h2 {
    font-family: "Roboto Condensed", sans-serif;
    color: #434041;
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
  }
}
.ficha {
  padding: 30px 0;
}
.ficha h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #434041;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 35px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
.ficha h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  border-top: 3px solid #0DBCC5;
}
.ficha .banner {
  text-align: center;
  margin-bottom: 30px;
}
.ficha .banner img {
  margin: 0 auto;
  max-height: 260px;
}
.ficha .texto {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4em;
  color: #6D6F71;
}
.ficha .texto .bajada {
  font-size: 19px;
  line-height: 1.4em;
  color: #0DBCC5;
  margin-bottom: 20px;
}
.ficha .acciones {
  max-width: 800px;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ficha .acciones a {
  border-right: 1px solid #0DBCC5;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 28px;
  display: block;
}
.ficha .acciones a.compartir {
  background-image: url(../img/compartir.svg);
}
.ficha .acciones a.descargar {
  background-image: url(../img/descargar.svg);
}
.ficha .acciones a:last-child {
  border-right: 0;
}
.ficha .contenidos {
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto;
}
.ficha .contenidos ul {
  font-size: 0;
}
.ficha .contenidos ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 10px;
}
.ficha .contenidos ul li.unico {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.ficha .contenidos ul li .multimedia a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ficha .contenidos ul li .multimedia a .imagen {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 1s ease;
}
.ficha .contenidos ul li .multimedia a:hover .imagen {
  transform: scale(1.2);
}
.ficha .contenidos ul li .multimedia a.play::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/play.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 1s ease;
}
.ficha .contenidos ul li .multimedia a.play:hover::after {
  transform: scale(0.8);
}
.ficha .contenidos ul li .multimedia iframe {
  width: 100%;
}

@media (max-width: 650px) {
  .ficha {
    padding: 30px 0;
  }
  .ficha h2 {
    font-family: "Roboto Condensed", sans-serif;
    color: #434041;
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
  }
  .ficha .contenidos {
    padding: 10px 0;
  }
  .ficha .contenidos ul {
    font-size: 0;
  }
  .ficha .contenidos ul li {
    width: 100%;
    padding: 5px 0;
  }
  .ficha .contenidos ul li.unico {
    width: 100%;
  }
}
.formulario {
  background-color: #ffce2a;
  padding: 65px 10px;
  font-family: "Gotham Rounded", sans-serif;
}
.formulario .contenido {
  max-width: 600px;
  margin: 0 auto;
}
.formulario h2 {
  text-align: center;
  margin-bottom: 20px;
  color: white;
  font-weight: 700;
  font-size: 40px;
}
.formulario p {
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
  font-size: 20px;
}
.formulario form {
  margin: 30px 0;
}
.formulario .campo {
  margin-bottom: 15px;
}
.formulario .campo label {
  display: block;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}
.formulario .campo input, .formulario .campo textarea {
  display: block;
  background-color: white;
  padding: 6px 12px;
  font-size: 16px;
  width: 100%;
}
.formulario .campo textarea {
  height: 150px;
}
.formulario .boton {
  text-align: center;
  margin-top: 20px;
}
.formulario .boton button {
  display: inline-block;
  background-color: #96150e;
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 15px;
}
.formulario .boton .cargando {
  font-size: 16px;
  display: none;
}