html {
  color: #000;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "OpenSans", "Oswald";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
  font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[class*='grid-'] {
  float: left;
  padding: 10px;
}
[class*='grid-']:last-of-type {
  padding-right: 10px;
  float: right;
}
[class*='grid-'] [class*='grid-'] {
  padding-top: 0;
  padding-bottom: 0;
}
[class*='grid-']:first-of-type {
  float: left !important;
  padding-left: 10px !important;
}
.box:after {
  content: "";
  display: table;
  clear: both;
}
.grid-1 {
  width: 100%;
}
.grid-2 {
  width: 50%;
}
.grid-2.f-inline-block {
  width: 49.6%;
}
.grid-3 {
  width: 33.33%;
}
.grid-3.f-inline-block {
  width: 32.93%;
}
.grid-4 {
  width: 25%;
}
.grid-4.f-inline-block {
  width: 24.6%;
}
.grid-5 {
  width: 20%;
}
.grid-5.f-inline-block {
  width: 19.6%;
}
.grid-6 {
  width: 16.6666666667%;
}
.grid-6.f-inline-block {
  width: 16.2666666667%;
}
.grid-7 {
  width: 14.2857142857%;
}
.grid-7.f-inline-block {
  width: 13.8857142857%;
}
.grid-8 {
  width: 12.5%;
}
.grid-8.f-inline-block {
  width: 12.1%;
}
.grid-9 {
  width: 11.1111111111%;
}
.grid-9.f-inline-block {
  width: 10.7111111111%;
}
.grid-10 {
  width: 10%;
}
.grid-10.f-inline-block {
  width: 9.6%;
}
.grid-11 {
  width: 9.09090909091%;
}
.grid-11.f-inline-block {
  width: 8.69090909091%;
}
.grid-12 {
  width: 8.33%;
}
.grid-12.f-inline-block {
  width: 7.93%;
}
.grid-10 {
  width: 10%;
}
.grid-20 {
  width: 20%;
}
.grid-30 {
  width: 30%;
}
.grid-40 {
  width: 40%;
}
.grid-45 {
  width: 45%;
}
.grid-50 {
  width: 50%;
}
.grid-20 {
  width: 20%;
}
.grid-25 {
  width: 25%;
}
.grid-35 {
  width: 35%;
}
.grid-60 {
  width: 60%;
}
.grid-70 {
  width: 70%;
}
.grid-80 {
  width: 80%;
}
.grid-90 {
  width: 90%;
}
.container {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  display: block;
}
.container-xs {
  max-width: 960px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
  .grid-2,
  .grid-7 {
    width: 100%;
  }
  .grid-4,
  .grid-8,
  .grid-10,
  .grid-12 {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .grid-4,
  .grid-6,
  .grid-8,
  .grid-10,
  .grid-12 {
    width: 50%;
  }
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-5,
  .grid-7,
  .grid-9,
  .grid-11 {
    width: 100%;
  }
  .grid-1.f-inline-block,
  .grid-2.f-inline-block,
  .grid-3.f-inline-block,
  .grid-5.f-inline-block,
  .grid-7.f-inline-block,
  .grid-9.f-inline-block,
  .grid-11.f-inline-block {
    width: 100%;
  }
  .grid-25,
  .grid-30,
  .grid-40,
  .grid-45,
  .grid-20,
  .grid-60,
  .grid-70,
  .grid-80 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12 {
    width: 100%;
  }
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.eot");
  src: url("../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.ttf") format("ttf"), url("../fonts/Oswald-Bold.svg#Oswald-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.eot");
  src: url("../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.ttf") format("ttf"), url("../fonts/Oswald-Regular.svg#Oswald-Regular") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Light.eot");
  src: url("../fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Light.woff2") format("woff2"), url("../fonts/Oswald-Light.woff") format("woff"), url("../fonts/Oswald-Light.ttf") format("ttf"), url("../fonts/Oswald-Light.svg#Oswald-Light") format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-ExtraLight.eot");
  src: url("../fonts/Oswald-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-ExtraLight.woff2") format("woff2"), url("../fonts/Oswald-ExtraLight.woff") format("woff"), url("../fonts/Oswald-ExtraLight.ttf") format("ttf"), url("../fonts/Oswald-ExtraLight.svg#Oswald-ExtraLight") format("svg");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("ttf"), url("../fonts/OpenSans-ExtraBold.svg#OpenSans-Bold") format("svg");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("ttf"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("ttf"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("ttf"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-style: normal;
  font-weight: 300;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-float-left {
  float: left;
}
.u-bgimage {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.u-bgimage img {
  width: 0;
  height: 0;
  display: block;
}
.u-color-1 {
  color: #f70c5b;
}
.u-bg-color-1 {
  background-color: #f70c5b;
}
.u-border-color-1 {
  border-color: #f70c5b;
}
.u-color-2 {
  color: #2d2d2d;
}
.u-bg-color-2 {
  background-color: #2d2d2d;
}
.u-border-color-2 {
  border-color: #2d2d2d;
}
.u-color-3 {
  color: #1e1e1e;
}
.u-bg-color-3 {
  background-color: #1e1e1e;
}
.u-border-color-3 {
  border-color: #1e1e1e;
}
.u-color-4 {
  color: #121212;
}
.u-bg-color-4 {
  background-color: #121212;
}
.u-border-color-4 {
  border-color: #121212;
}
.u-color-5 {
  color: #4930af;
}
.u-bg-color-5 {
  background-color: #4930af;
}
.u-border-color-5 {
  border-color: #4930af;
}
.u-color-6 {
  color: #ffb66c;
}
.u-bg-color-6 {
  background-color: #ffb66c;
}
.u-border-color-6 {
  border-color: #ffb66c;
}
.u-color-7 {
  color: #263e54;
}
.u-bg-color-7 {
  background-color: #263e54;
}
.u-border-color-7 {
  border-color: #263e54;
}
.u-color-8 {
  color: #b00b71;
}
.u-bg-color-8 {
  background-color: #b00b71;
}
.u-border-color-8 {
  border-color: #b00b71;
}
.u-color-9 {
  color: #b3b3b3;
}
.u-bg-color-9 {
  background-color: #b3b3b3;
}
.u-border-color-9 {
  border-color: #b3b3b3;
}
.u-color-10 {
  color: #0077b5;
}
.u-bg-color-10 {
  background-color: #0077b5;
}
.u-border-color-10 {
  border-color: #0077b5;
}
.u-color-w {
  color: #fff;
}
.u-bg-color-w {
  background-color: #fff;
}
.u-border-color-w {
  border-color: #fff;
}
.u-color-b {
  color: #000;
}
.u-bg-color-b {
  background-color: #000;
}
.u-border-color-b {
  border-color: #000;
}
[class^='block-'] {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 380px) {
  [class^='block-'] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.breadcrumb {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  padding-left: 0;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding: 0 0.4rem;
}
.breadcrumb li:after {
  content: "/";
  position: absolute;
  left: 100%;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  color: color-text-cua;
  text-decoration: underline;
}
.breadcrumb li a.select {
  color: color-pri;
  text-decoration: none;
}
.btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #b3b3b3;
  padding: 1rem 1.6rem;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  border-radius: 25px;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 0.92rem;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -webkit-transition-property: background-color, color, border;
  -moz-transition-property: background-color, color, border;
  -o-transition-property: background-color, color, border;
  -ms-transition-property: background-color, color, border;
  transition-property: background-color, color, border;
  line-height: 1rem;
}
.btn:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn--2 {
  border-color: #f70c5b;
  background-color: #f70c5b;
  color: #1e1e1e;
}
.btn--2:hover {
  background-color: #1e1e1e;
  border: 1px solid #f70c5b;
  color: #f70c5b;
}
.btn--3 {
  border-color: #121212;
  background-color: #121212;
  color: #1e1e1e;
}
.btn--3:hover {
  background-color: #1e1e1e;
  border: 1px solid #121212;
  color: #121212;
}
.btn--4 {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #0077b5;
}
.btn--4:hover {
  border: 1px solid #1e1e1e;
  background-color: #0077b5;
  color: #1e1e1e;
}
.fileinput {
  width: 100%;
  margin-bottom: 2rem;
  display: block;
  cursor: pointer;
}
.fileinput__btn,
.fileinput__name {
  display: block;
  width: 60%;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fileinput__btn {
  width: 40%;
  border: 1px solid;
  height: 2rem;
  line-height: 2rem;
  border-radius: 15px;
  font-size: 0.92rem;
  color: color-cua;
  font-weight: 300;
}
.fileinput__name {
  height: 2rem;
  line-height: 2rem;
  position: relative;
}
.fileinput__name:before {
  content: "";
  position: absolute;
  width: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #ddd;
}
.fileinput:after {
  content: "";
  clear: both;
  display: table;
}
.fileinput input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 480px) {
  .fileinput__btn,
  .fileinput__name {
    width: 100%;
    float: none;
    margin-top: 1rem;
  }
}
.go-top {
  position: fixed;
  z-index: 9999;
  background-color: transparent;
  border: 2px solid #fff;
  right: 1%;
  bottom: 3%;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  text-align: center;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  background-color: #2d2d2d;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
  display: none;
}
.go-top a {
  margin: 0 !important;
  display: block !important;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  line-height: inherit !important;
}
.go-top:hover {
  background-color: #f70c5b;
  -webkit-transform: translateY(-12%);
  -moz-transform: translateY(-12%);
  -o-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%);
}
.go-top:hover a {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "OpenSans", "Oswald";
  font-weight: bold;
  position: relative;
}
h1.hr:before,
h2.hr:before,
h3.hr:before,
h4.hr:before,
h5.hr:before,
h6.hr:before,
.h1.hr:before,
.h2.hr:before,
.h3.hr:before,
.h4.hr:before,
.h5.hr:before,
.h6.hr:before {
  content: "";
  position: absolute;
  border-bottom: 6px solid;
  width: 32px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}
h1.hr--border:before,
h2.hr--border:before,
h3.hr--border:before,
h4.hr--border:before,
h5.hr--border:before,
h6.hr--border:before,
.h1.hr--border:before,
.h2.hr--border:before,
.h3.hr--border:before,
.h4.hr--border:before,
.h5.hr--border:before,
.h6.hr--border:before {
  border-color: inherit;
}
h1.hr.left:before,
h2.hr.left:before,
h3.hr.left:before,
h4.hr.left:before,
h5.hr.left:before,
h6.hr.left:before,
.h1.hr.left:before,
.h2.hr.left:before,
.h3.hr.left:before,
.h4.hr.left:before,
.h5.hr.left:before,
.h6.hr.left:before {
  right: initial;
  left: 0;
}
h1,
.h1 {
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
h2,
.h2 {
  font-size: 2.4rem;
  margin-top: 0.9rem;
  margin-bottom: 1.8rem;
}
h2.title,
.h2.title {
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 1.8rem;
  margin-top: 0.7rem;
  margin-bottom: 1.4rem;
}
h4,
.h4 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
h5,
.h5 {
  font-size: 1rem;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
h6,
.h6 {
  font-size: 0.8rem;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
.leave-js {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.leave-js.no-opacity-js {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.banner video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-color: #000;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  object-fit: cover;
  z-index: -1;
  object-position: top;
}
.banner__inner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .banner__inner.imgvid__resp video {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  .banner__inner.imgvid__resp {
    background-image: none !important;
  }
  .banner__inner.imgvid__resp:after {
    position: absolute;
    background-image: -webkit-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(255,255,255,0.01) 90%);
    background-image: -moz-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(255,255,255,0.01) 90%);
    background-image: -o-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(255,255,255,0.01) 90%);
    background-image: -ms-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(255,255,255,0.01) 90%);
    background-image: linear-gradient(to right, rgba(0,114,192,0.6) 20%, rgba(255,255,255,0.01) 90%);
  }
}
.banner__inner .container {
  height: 100%;
  position: relative;
}
.banner__inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: -webkit-linear-gradient(left, #0072c0 20%, rgba(255,255,255,0.01) 90%);
  background-image: -moz-linear-gradient(left, #0072c0 20%, rgba(255,255,255,0.01) 90%);
  background-image: -o-linear-gradient(left, #0072c0 20%, rgba(255,255,255,0.01) 90%);
  background-image: -ms-linear-gradient(left, #0072c0 20%, rgba(255,255,255,0.01) 90%);
  background-image: linear-gradient(to right, #0072c0 20%, rgba(255,255,255,0.01) 90%);
}
@media screen and (max-width: 500px) {
  .banner__inner:after {
    background-image: -webkit-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(176,11,113,0.6) 90%);
    background-image: -moz-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(176,11,113,0.6) 90%);
    background-image: -o-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(176,11,113,0.6) 90%);
    background-image: -ms-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(176,11,113,0.6) 90%);
    background-image: linear-gradient(to right, rgba(0,114,192,0.6) 20%, rgba(176,11,113,0.6) 90%);
  }
}
@media screen and (max-width: 992px) {
  .banner__inner {
    height: initial;
    padding: 6rem 0 6rem;
  }
  .banner__inner .container {
    height: initial;
  }
}
.banner__inner__after {
  background-image: none !important;
}
.banner__inner__after:after {
  position: absolute;
  background-image: -webkit-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(255,255,255,0.01) 90%);
  background-image: -moz-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(255,255,255,0.01) 90%);
  background-image: -o-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(255,255,255,0.01) 90%);
  background-image: -ms-linear-gradient(left, rgba(0,114,192,0.6) 20%, rgba(255,255,255,0.01) 90%);
  background-image: linear-gradient(to right, rgba(0,114,192,0.6) 20%, rgba(255,255,255,0.01) 90%);
}
.banner__info {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  max-width: 500px;
  background-color: transparent;
  color: #fff;
  padding: 3rem 3rem;
  z-index: 99;
}
.banner__info p {
  font-size: 1.2rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 992px) {
  .banner__info {
    position: relative;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .banner__info {
    padding: 3rem 2rem;
  }
}
.banner__info__msg {
  font-size: 4rem;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 480px) {
  .banner__info__msg {
    font-size: 2.2rem;
  }
}
.banner__info img {
  max-width: 70%;
  margin-bottom: 0.4rem;
}
.banner__btn {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-top: 1rem;
  display: inline-block;
  background-color: transparent;
  padding: 0.5rem 0.8rem;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: 0.8s color ease-in-out;
  -moz-transition: 0.8s color ease-in-out;
  -o-transition: 0.8s color ease-in-out;
  -ms-transition: 0.8s color ease-in-out;
  transition: 0.8s color ease-in-out;
}
.banner__btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: 0.8s width ease-in-out;
  -moz-transition: 0.8s width ease-in-out;
  -o-transition: 0.8s width ease-in-out;
  -ms-transition: 0.8s width ease-in-out;
  transition: 0.8s width ease-in-out;
}
.banner__btn:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: 0.8s width ease-in-out;
  -moz-transition: 0.8s width ease-in-out;
  -o-transition: 0.8s width ease-in-out;
  -ms-transition: 0.8s width ease-in-out;
  transition: 0.8s width ease-in-out;
}
.banner__btn:hover {
  color: #000;
}
.banner__btn:hover:after {
  width: 100%;
}
.banner__btn:hover:before {
  width: 0;
}
.footer {
  position: relative;
  background-color: #1e1e1e;
  z-index: 9;
}
.footer__title {
  text-align: center;
  color: #fff;
  padding-top: 3rem;
}
.footer__title h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
  letter-spacing: 0.5px;
}
.footer__tag {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 3rem;
  text-align: center;
}
.footer__tag:before {
  content: '';
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: #999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer__tag li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.footer__tag li:after {
  content: '/';
  position: absolute;
  right: -2px;
  top: 15%;
  width: 2px;
  color: #fff;
}
.footer__tag li:last-child:after {
  display: none;
}
.footer__tag li a {
  color: #fff;
  text-decoration: none;
  padding: 0.2rem 0.4rem;
  display: block;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.1rem;
  -webkit-transition: color 0.5s ease-in;
  -moz-transition: color 0.5s ease-in;
  -o-transition: color 0.5s ease-in;
  -ms-transition: color 0.5s ease-in;
  transition: color 0.5s ease-in;
}
.footer__tag li a:hover {
  color: #9e8ee0;
}
.footer__copyright {
  position: relative;
  background-color: #000;
  padding: 2rem 0;
  text-align: center;
}
.footer__copyright p {
  color: #999;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
}
.menu-wrapper {
  position: absolute;
  width: 100%;
  padding: 1rem 0;
  max-height: 80px;
  z-index: 998;
}
.menu-wrapper .container {
  position: relative;
}
.menu-wrapper .menu-btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  max-width: 150px;
}
.menu-wrapper .menu-btn >span {
  vertical-align: middle;
  font-size: 2rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 500px) {
  .menu-wrapper .menu-btn >span {
    display: none;
  }
}
.menu-wrapper .menu-btn .btn-responsive {
  display: inline-block;
  text-align: center;
  height: auto;
  width: 30px;
  vertical-align: middle;
}
.menu-wrapper .menu-btn .btn-responsive span {
  background-color: #fff;
  display: block;
  border-radius: 1px;
  height: 3px;
  width: 100%;
}
.menu-wrapper .menu-btn .btn-responsive span:nth-child(2) {
  margin: 4px 0;
}
.menu-wrapper .menu__logo {
  position: relative;
  max-width: 150px;
  display: inline-block;
  margin-left: 1.5rem;
  vertical-align: middle;
}
.menu-wrapper .menu__logo a {
  outline: none;
}
.menu-wrapper .menu__logo svg {
  width: 100%;
}
.menu-wrapper .menu__logo .logo__black,
.menu-wrapper .menu__logo .logo__white {
  display: none;
}
.menu-wrapper .menu__logo .logo__black svg,
.menu-wrapper .menu__logo .logo__white svg {
  width: 85%;
}
.menu-wrapper .menu__logo .logo__black .svg {
  fill: #000;
}
.menu-wrapper .menu__logo .logo__white .svg {
  fill: #fff;
}
.menu-wrapper .menu__logo img {
  width: 96%;
}
.menu-wrapper .display {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 500px) {
  .menu {
    width: 100%;
    left: -100%;
  }
}
.menu__content {
  position: absolute;
  width: 60%;
  height: 80%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0.85rem;
  font-size: 1vw;
}
@media screen and (max-width: 600px) {
  .menu__content {
    font-size: 0.8rem;
    width: 80%;
  }
}
@media screen and (max-width: 420px) {
  .menu__content {
    font-size: 0.6rem;
    width: 90%;
  }
}
.menu__content h2 {
  font-weight: 100;
  font-family: "Oswald";
  font-size: 4em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 2rem;
  font-weight: 100;
}
@media screen and (max-height: 500px) {
  .menu__content h2 {
    padding-bottom: 0.5rem;
  }
}
.menu__open {
  left: 0px;
  -webkit-transition: left 0.5s ease-in;
  -moz-transition: left 0.5s ease-in;
  -o-transition: left 0.5s ease-in;
  -ms-transition: left 0.5s ease-in;
  transition: left 0.5s ease-in;
}
.menu__close {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s ease-in;
  -moz-transition: -moz-transform 1s ease-in;
  -o-transition: -o-transform 1s ease-in;
  -ms-transition: -ms-transform 1s ease-in;
  transition: transform 1s ease-in;
}
.menu__close span {
  position: absolute;
  margin: auto;
  display: block;
  height: 35px;
  width: 2px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.menu__close span:last-child {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.menu__close span:first-child {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.menu__sociales {
  color: #fff;
  margin-top: 2rem;
}
.menu__sociales a {
  list-style: none;
  text-decoration: none;
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 55px;
  border-radius: 100%;
  color: #fff;
  font-size: 35px;
  background-color: transparent;
  border: 4px solid #fff;
  margin-right: 0.5rem;
  -webkit-transition: 1s color ease-in, 1s background-color ease-in;
  -moz-transition: 1s color ease-in, 1s background-color ease-in;
  -o-transition: 1s color ease-in, 1s background-color ease-in;
  -ms-transition: 1s color ease-in, 1s background-color ease-in;
  transition: 1s color ease-in, 1s background-color ease-in;
}
@media screen and (max-height: 500px) {
  .menu__sociales a {
    height: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 55px;
    border-width: 2px;
  }
}
.menu__sociales a:hover {
  background-color: #fff;
  color: #0886ff;
}
.menu__marquesina {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
  right: 20px;
  display: inline-block;
  font-size: 0;
  background-color: #000;
  width: 70%;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 2rem;
}
@media screen and (max-width: 1450px) {
  .menu__marquesina {
    width: calc(100% - 400px);
    position: absolute;
    margin: auto;
    top: 0;
    right: 80px;
    bottom: 0;
    height: auto;
    max-height: 30px;
  }
}
@media screen and (max-width: 700px) {
  .menu__marquesina {
    display: none;
  }
}
.menu__marquesina a {
  font-size: 1rem;
  text-decoration: none;
  padding: 0.2rem 1rem;
  display: inline-block;
  width: 100%;
  position: relative;
}
.menu__marquesina a:before {
  vertical-align: middle;
  margin-right: 0.6rem;
  color: #55acee;
}
.menu__marquesina a:first-child,
.menu__marquesina a:nth-child(2) {
  color: inherit;
}
.menu__marquesina a:last-child {
  background-color: #000;
}
.menu__marquesina a:last-child span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.menu__marquesina a:last-child span >div {
  margin-left: 0 !important;
  -webkit-animation-duration: 65s !important;
  -moz-animation-duration: 65s !important;
  -o-animation-duration: 65s !important;
  -ms-animation-duration: 65s !important;
  animation-duration: 65s !important;
}
.menu-fixed {
  background-color: #000;
}
.menu-principal {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0rem 4rem;
  text-align: left;
}
.menu__primary {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 4em;
}
.menu__primary > ul {
  width: 90%;
}
.menu__primary ul,
.menu__primary li {
  margin: auto;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.menu__primary ul:before,
.menu__primary li:before {
  display: none;
}
.menu__primary ul a,
.menu__primary li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font-weight: 100;
  font-family: "Oswald";
  font-size: 0.4em;
  line-height: 1.15em;
  padding-left: 0.5rem;
}
.menu__primary ul ul,
.menu__primary li ul {
  padding: 0 1rem;
}
.menu__primary ul ul a:hover,
.menu__primary li ul a:hover {
  color: #4930af;
}
.menu__primary > ul > li > a {
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  -webkit-transition: color 2s ease;
  -moz-transition: color 2s ease;
  -o-transition: color 2s ease;
  -ms-transition: color 2s ease;
  transition: color 2s ease;
  border-top: 1px dotted #fff;
  text-transform: uppercase;
  font-size: 0.5em;
  line-height: 0.5em;
  padding: 0.6em 0;
}
.menu__primary >ul >li:first-child > a {
  padding-top: 0;
  border-top: none;
  border-bottom: 1px dotted #fff;
}
.menu__primary >ul >li:first-child > a:before {
  margin-right: 0.5rem;
}
.menu__primary >ul >li:nth-child(2) > a {
  border: none;
}
.menu__fixed {
  position: fixed;
  background-color: #000;
}
.TickerNews {
  width: 95%;
  height: 25px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.ti_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ti_slide {
  width: 30000px;
  position: relative;
  left: 0;
  top: 0;
}
.ti_content {
  width: 8000px;
  position: relative;
  float: left;
}
.ti_news {
  float: left;
  color: #fff;
}
.ti_news p {
  color: #fff;
  padding: 0;
  margin: 0;
}
.ti_news a {
  display: block;
  margin-right: 10px;
  color: #000;
  text-decoration: none;
  font-family: "Oswald";
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #ccc;
}
.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #ccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #307bbb;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
.c100.dark {
  background-color: #777;
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}
.c100.dark > span {
  color: #777;
}
.c100.dark:after {
  background-color: #666;
}
.c100.dark:hover > span {
  color: #c6ff00;
}
.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important;
}
.c100.green:hover > span {
  color: #4db53c;
}
.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
  color: #5fd400;
}
.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
  color: #dd9d22;
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
  color: #e08833;
}
.whatis__content,
.indiceseguridad__content {
  width: 60%;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .whatis__content,
  .indiceseguridad__content {
    width: 98%;
  }
}
.whatis__content h3,
.indiceseguridad__content h3 {
  font-family: "Oswald";
  font-weight: 300;
  font-size: 3.2rem;
  text-transform: uppercase;
  position: relative;
}
.indiceseguridad__back h2,
.hablalagente__content h2 {
  font-family: "Oswald";
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
}
.whatis__marquesina a:first-child[class*=icon-facebook],
.whatis__marquesina a:nth-child(2)[class*=icon-facebook],
.hablalagente__post__socials a:hover[class*=icon-facebook],
.hablalagente__right__socials a[class*=icon-facebook],
.people-talk__outstanding__image .share a[class*=icon-facebook],
.candidate__share a:hover[class*=icon-facebook],
.single-article__image__share a[class*=icon-facebook],
.single-article__image__share span[class*=icon-facebook],
.agenda-detalle__1 figure figcaption a[class*=icon-facebook],
.agenda-detalle__social[class*=icon-facebook],
.single-article-detail__title__description .share a[class*=icon-facebook],
.gallery__share a[class*=icon-facebook],
.download-tools__share .share a[class*=icon-facebook] {
  background-color: #3b5998;
}
.whatis__marquesina a:first-child[class*=icon-twitter],
.whatis__marquesina a:nth-child(2)[class*=icon-twitter],
.hablalagente__post__socials a:hover[class*=icon-twitter],
.hablalagente__right__socials a[class*=icon-twitter],
.people-talk__outstanding__image .share a[class*=icon-twitter],
.candidate__share a:hover[class*=icon-twitter],
.single-article__image__share a[class*=icon-twitter],
.single-article__image__share span[class*=icon-twitter],
.agenda-detalle__1 figure figcaption a[class*=icon-twitter],
.agenda-detalle__social[class*=icon-twitter],
.single-article-detail__title__description .share a[class*=icon-twitter],
.gallery__share a[class*=icon-twitter],
.download-tools__share .share a[class*=icon-twitter] {
  background-color: #55acee;
}
.whatis__marquesina a:first-child[class*=icon-google],
.whatis__marquesina a:nth-child(2)[class*=icon-google],
.hablalagente__post__socials a:hover[class*=icon-google],
.hablalagente__right__socials a[class*=icon-google],
.people-talk__outstanding__image .share a[class*=icon-google],
.candidate__share a:hover[class*=icon-google],
.single-article__image__share a[class*=icon-google],
.single-article__image__share span[class*=icon-google],
.agenda-detalle__1 figure figcaption a[class*=icon-google],
.agenda-detalle__social[class*=icon-google],
.single-article-detail__title__description .share a[class*=icon-google],
.gallery__share a[class*=icon-google],
.download-tools__share .share a[class*=icon-google] {
  background-color: #dd4d39;
}
.whatis__marquesina a:first-child[class*=icon-pinterest],
.whatis__marquesina a:nth-child(2)[class*=icon-pinterest],
.hablalagente__post__socials a:hover[class*=icon-pinterest],
.hablalagente__right__socials a[class*=icon-pinterest],
.people-talk__outstanding__image .share a[class*=icon-pinterest],
.candidate__share a:hover[class*=icon-pinterest],
.single-article__image__share a[class*=icon-pinterest],
.single-article__image__share span[class*=icon-pinterest],
.agenda-detalle__1 figure figcaption a[class*=icon-pinterest],
.agenda-detalle__social[class*=icon-pinterest],
.single-article-detail__title__description .share a[class*=icon-pinterest],
.gallery__share a[class*=icon-pinterest],
.download-tools__share .share a[class*=icon-pinterest] {
  background-color: #bd081c;
}
.whatis__marquesina a:first-child[class*=icon-linkedin],
.whatis__marquesina a:nth-child(2)[class*=icon-linkedin],
.hablalagente__post__socials a:hover[class*=icon-linkedin],
.hablalagente__right__socials a[class*=icon-linkedin],
.people-talk__outstanding__image .share a[class*=icon-linkedin],
.candidate__share a:hover[class*=icon-linkedin],
.single-article__image__share a[class*=icon-linkedin],
.single-article__image__share span[class*=icon-linkedin],
.agenda-detalle__1 figure figcaption a[class*=icon-linkedin],
.agenda-detalle__social[class*=icon-linkedin],
.single-article-detail__title__description .share a[class*=icon-linkedin],
.gallery__share a[class*=icon-linkedin],
.download-tools__share .share a[class*=icon-linkedin] {
  background-color: #0077b5;
}
.whatis__marquesina a:first-child[class*=icon-youtube],
.whatis__marquesina a:nth-child(2)[class*=icon-youtube],
.hablalagente__post__socials a:hover[class*=icon-youtube],
.hablalagente__right__socials a[class*=icon-youtube],
.people-talk__outstanding__image .share a[class*=icon-youtube],
.candidate__share a:hover[class*=icon-youtube],
.single-article__image__share a[class*=icon-youtube],
.single-article__image__share span[class*=icon-youtube],
.agenda-detalle__1 figure figcaption a[class*=icon-youtube],
.agenda-detalle__social[class*=icon-youtube],
.single-article-detail__title__description .share a[class*=icon-youtube],
.gallery__share a[class*=icon-youtube],
.download-tools__share .share a[class*=icon-youtube] {
  background-color: #e52d27;
}
.whatis__marquesina a:first-child[class*=icon-linkedin],
.whatis__marquesina a:nth-child(2)[class*=icon-linkedin],
.hablalagente__post__socials a:hover[class*=icon-linkedin],
.hablalagente__right__socials a[class*=icon-linkedin],
.people-talk__outstanding__image .share a[class*=icon-linkedin],
.candidate__share a:hover[class*=icon-linkedin],
.single-article__image__share a[class*=icon-linkedin],
.single-article__image__share span[class*=icon-linkedin],
.agenda-detalle__1 figure figcaption a[class*=icon-linkedin],
.agenda-detalle__social[class*=icon-linkedin],
.single-article-detail__title__description .share a[class*=icon-linkedin],
.gallery__share a[class*=icon-linkedin],
.download-tools__share .share a[class*=icon-linkedin] {
  background-color: #80ceff;
}
.whatis__marquesina a:first-child[class*=icon-youtube],
.whatis__marquesina a:nth-child(2)[class*=icon-youtube],
.hablalagente__post__socials a:hover[class*=icon-youtube],
.hablalagente__right__socials a[class*=icon-youtube],
.people-talk__outstanding__image .share a[class*=icon-youtube],
.candidate__share a:hover[class*=icon-youtube],
.single-article__image__share a[class*=icon-youtube],
.single-article__image__share span[class*=icon-youtube],
.agenda-detalle__1 figure figcaption a[class*=icon-youtube],
.agenda-detalle__social[class*=icon-youtube],
.single-article-detail__title__description .share a[class*=icon-youtube],
.gallery__share a[class*=icon-youtube],
.download-tools__share .share a[class*=icon-youtube] {
  background-color: #00abeb;
}
.whatis__marquesina a:last-child[class*=icon-facebook],
.candidate__share a[class*=icon-facebook] {
  color: #3b5998;
}
.whatis__marquesina a:last-child[class*=icon-twitter],
.candidate__share a[class*=icon-twitter] {
  color: #55acee;
}
.whatis__marquesina a:last-child[class*=icon-google],
.candidate__share a[class*=icon-google] {
  color: #dd4d39;
}
.whatis__marquesina a:last-child[class*=icon-pinterest],
.candidate__share a[class*=icon-pinterest] {
  color: #bd081c;
}
.whatis__marquesina a:last-child[class*=icon-linkedin],
.candidate__share a[class*=icon-linkedin] {
  color: #0077b5;
}
.whatis__marquesina a:last-child[class*=icon-youtube],
.candidate__share a[class*=icon-youtube] {
  color: #e52d27;
}
.whatis__marquesina a:last-child[class*=icon-linkedin],
.candidate__share a[class*=icon-linkedin] {
  color: #80ceff;
}
.whatis__marquesina a:last-child[class*=icon-youtube],
.candidate__share a[class*=icon-youtube] {
  color: #00abeb;
}
#fp-nav ul li a span {
  background-color: #999;
  height: 8px !important;
  width: 8px !important;
  margin: -9px 0 0 -9px;
}
#fp-nav ul li:hover a span {
  margin: -9px 0 0 -9px !important;
}
#fp-nav .active span {
  background-color: transparent;
  border: 1px solid #999;
  height: 8px !important;
  width: 8px !important;
  margin: -9px 0 0 -9px !important;
}
#fp-nav .active span:hover {
  margin: -9px 0 0 -9px !important;
}
.mfp-bg {
  background-image: -webkit-linear-gradient(left, rgba(0,114,192,0.6) 0%, #0072c0 100%);
  background-image: -moz-linear-gradient(left, rgba(0,114,192,0.6) 0%, #0072c0 100%);
  background-image: -o-linear-gradient(left, rgba(0,114,192,0.6) 0%, #0072c0 100%);
  background-image: -ms-linear-gradient(left, rgba(0,114,192,0.6) 0%, #0072c0 100%);
  background-image: linear-gradient(to right, rgba(0,114,192,0.6) 0%, #0072c0 100%);
}
.mfp-bg,
.mfp-wrap {
  z-index: 9999999;
}
.whatis {
  color: #fff;
}
.whatis__back {
  margin-top: -100px;
  height: calc(100% + 100px);
  text-align: right;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.whatis__back .container:first-child {
  height: 100%;
}
.whatis__back .container:first-child:after {
  content: "";
  height: 100%;
  display: inline-block;
  width: 0;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .whatis__back {
    height: initial;
    padding: 10rem 0 6rem;
  }
  .whatis__back .container:first-child {
    height: initial;
  }
}
@media screen and (max-width: 670px) {
  .whatis__back {
    padding: 6rem 0;
  }
}
.whatis__content {
  padding-right: 4rem;
  padding-top: 8rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .whatis__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 670px) {
  .whatis__content {
    padding-top: 0;
    text-align: center;
  }
}
.whatis__content h3 a {
  text-decoration: none;
  color: #fff;
}
.whatis__content h4 {
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 2.3rem;
  font-weight: 300;
  font-family: "Oswald";
  letter-spacing: 1px;
  margin-top: 2rem;
}
@media screen and (max-width: 350px) {
  .whatis__content h4 {
    font-size: 2rem;
  }
}
.whatis__content p {
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0.4px;
  margin-top: 0;
}
.whatis__marquesina {
  position: absolute;
  bottom: 0;
  font-size: 0;
  background-color: #000;
  width: 100%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.whatis__marquesina a {
  font-size: 1rem;
  text-decoration: none;
  padding: 0.2rem 1rem;
  display: inline-block;
}
.whatis__marquesina a:before {
  vertical-align: middle;
  margin-right: 0.6rem;
}
.whatis__marquesina a:first-child,
.whatis__marquesina a:nth-child(2) {
  color: inherit;
}
.whatis__marquesina a:last-child {
  background-color: #000;
}
.whatis__marquesina a:last-child span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.whatis__marquesina a:last-child span >div {
  margin-left: 0 !important;
  -webkit-animation-duration: 65s !important;
  -moz-animation-duration: 65s !important;
  -o-animation-duration: 65s !important;
  -ms-animation-duration: 65s !important;
  animation-duration: 65s !important;
}
.whatis__button {
  position: relative;
  text-decoration: none;
  font-size: 2rem;
}
.whatis__button p {
  color: #b00b71;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 300;
  font-size: 2rem;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  margin-top: 1rem;
}
.whatis__button .arrow-right {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.5rem;
}
@media screen and (max-width: 350px) {
  .whatis__button .arrow-right {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.whatis__button .arrow-right span {
  color: #b00b71;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.5rem;
  -webkit-animation: fadeInOut 1s infinite;
  -moz-animation: fadeInOut 1s infinite;
  -o-animation: fadeInOut 1s infinite;
  -ms-animation: fadeInOut 1s infinite;
  animation: fadeInOut 1s infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.whatis__button .arrow-right span:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.desigualdad {
  color: #000;
  text-align: right;
  z-index: 9;
}
.desigualdad .container {
  position: relative;
}
@media screen and (max-width: 1110px) {
  .desigualdad {
    padding: 0rem 0;
  }
}
@media screen and (max-width: 1024) {
  .desigualdad {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .desigualdad {
    position: relative;
    padding: 0;
  }
  .desigualdad__2 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 670px) {
  .desigualdad {
    padding: 2rem 0;
  }
  .desigualdad__2 {
    padding-top: 5rem;
  }
}
.desigualdad h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1450px) {
  .desigualdad h2 {
    font-size: 2.4rem;
  }
}
.desigualdad h2 a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 670px) {
  .desigualdad h2 {
    margin-bottom: 0;
  }
}
.desigualdad__wrapper {
  position: absolute;
  right: 0;
  width: 40%;
  color: #000;
  text-align: left;
  display: inline-block;
  z-index: 10;
  top: 37%;
}
@media screen and (max-width: 1100px) {
  .desigualdad__wrapper {
    width: 40%;
    top: 35%;
  }
}
@media screen and (max-width: 992px) {
  .desigualdad__wrapper {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 670px) {
  .desigualdad__wrapper {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
}
.desigualdad__wrapper h3 {
  font-weight: 300;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 2.25rem;
  margin-bottom: 0.7rem;
}
.desigualdad__wrapper p {
  font-size: 1rem;
  margin-top: 0;
}
.desigualdad__background {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: -1;
  top: 0;
}
@media screen and (max-width: 992px) {
  .desigualdad__background {
    top: -2rem;
  }
}
@media screen and (max-width: 670px) {
  .desigualdad__background {
    background-position: center right;
    top: 0;
  }
}
.desigualdad__button {
  position: relative;
  margin-top: 2rem;
}
.desigualdad__button a {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 0rem 1rem;
  text-transform: inherit;
  font-size: 1.2rem;
  border: 1px solid #000;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.desigualdad__button a:hover {
  background: transparent;
  color: #000;
}
.desigualdad__excerpt {
  text-align: center;
  text-transform: uppercase;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
}
.desigualdad__statistics {
  position: relative;
  z-index: 5;
}
.desigualdad__statistics .slick-dotted {
  margin-bottom: -10px;
}
@media screen and (max-width: 760px) {
  .desigualdad__statistics .slick-dotted {
    margin-bottom: 40px;
  }
}
.desigualdad__statistics__cont {
  position: absolute;
  width: 70%;
  bottom: 0;
  left: 10px;
  min-width: 400px;
  z-index: 10;
  height: 400px;
}
@media screen and (max-width: 992px) {
  .desigualdad__statistics__cont {
    display: none;
  }
}
.desigualdad__statistics__cont .line-direc-one {
  position: absolute;
  width: 268px;
  left: 355px;
  bottom: 186px;
  height: 21px;
  border-bottom: 3px solid #808080;
  border-right: 3px solid #808080;
  max-width: 0;
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 1250px) {
  .desigualdad__statistics__cont .line-direc-one {
    display: none;
  }
}
.desigualdad__statistics__cont .line-direc-two {
  position: absolute;
  width: 400px;
  left: 620px;
  bottom: 204px;
  height: 15px;
  border-bottom: 3px solid #808080;
  border-right: 3px solid #808080;
  max-width: 0;
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 1250px) {
  .desigualdad__statistics__cont .line-direc-two {
    display: none;
  }
}
.desigualdad__statistics__subjects {
  position: absolute;
  bottom: 0;
  left: 270px;
  text-align: left;
  line-height: 30px;
  z-index: 50;
}
@media screen and (max-width: 992px) {
  .desigualdad__statistics__subjects {
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 760px) {
  .desigualdad__statistics__subjects {
    text-align: center;
  }
}
.desigualdad__statistics__subjects ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.desigualdad__statistics__subjects ul.Drawing li a {
  pointer-events: none;
}
.desigualdad__statistics__subjects li {
  position: relative;
}
.desigualdad__statistics__subjects li .arrow-left {
  position: absolute;
  right: -50px;
  display: none;
}
.desigualdad__statistics__subjects li .arrow-left span {
  font-size: 1.2rem;
  letter-spacing: -10px;
  -webkit-animation: fadeInOut 1.75s infinite;
  -moz-animation: fadeInOut 1.75s infinite;
  -o-animation: fadeInOut 1.75s infinite;
  -ms-animation: fadeInOut 1.75s infinite;
  animation: fadeInOut 1.75s infinite;
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  -ms-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.desigualdad__statistics__subjects li .arrow-left span:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.desigualdad__statistics__subjects li .arrow-left span:nth-child(3) {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  -ms-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.desigualdad__statistics__subjects li .arrow-left span:nth-child(4) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
@media screen and (max-width: 760px) {
  .desigualdad__statistics__subjects li {
    display: inline-block;
    text-align: left;
    margin: 5px 10px;
  }
  .desigualdad__statistics__subjects li .arrow-left {
    display: none;
  }
}
.desigualdad__statistics__subjects a {
  display: inline-block;
  color: #000;
  position: relative;
  text-decoration: none;
  outline: none;
  font-family: "Oswald";
  font-size: 0.938em;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 15px;
}
.desigualdad__statistics__subjects a:focus {
  outline: none;
}
.desigualdad__statistics__subjects a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 10px;
  border: 2px solid transparent;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.desigualdad__statistics__subjects a.active {
  color: #be2e21;
}
.desigualdad__statistics__subjects a.active:before {
  border-color: inherit;
  background: transparent;
}
.desigualdad__statistics__subjects a.active .arrow-left {
  display: block;
}
.desigualdad__statistics__subjects a.active-2 .arrow-left {
  display: block;
}
@media screen and (max-width: 760px) {
  .desigualdad__statistics__subjects a.active .arrow-left {
    display: none;
  }
  .desigualdad__statistics__subjects a.active-2 .arrow-left {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .desigualdad__statistics__subjects__details.grid-40 {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .desigualdad__statistics__subjects__details.grid-40 {
    width: 70%;
  }
}
@media screen and (max-width: 760px) {
  .desigualdad__statistics__subjects__details.grid-40 {
    width: 100%;
  }
}
.desigualdad__statistics__subject__text {
  margin-top: 130px;
  position: relative;
  z-index: 50;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  max-height: 0;
  display: none;
}
.desigualdad__statistics__subject__text.hideElements > * {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.desigualdad__statistics__subject__text.active {
  display: block;
}
@media screen and (max-width: 992px) {
  .desigualdad__statistics__subject__text {
    margin-top: 0;
    max-height: initial;
  }
}
@media screen and (max-width: 530px) {
  .desigualdad__statistics__subject__text {
    text-align: center;
  }
}
.desigualdad__statistics__list .slick-dots:before {
  content: 'Ver informes anteriores:';
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: bold;
}
.desigualdad__statistics__list .slick-dots li {
  width: auto;
  position: relative;
  margin-right: 15px;
  font-weight: bold;
}
.desigualdad__statistics__list .slick-dots li:after {
  content: ' / ';
  position: absolute;
  bottom: 0;
  line-height: inherit;
  top: 0;
  right: -18px;
  color: #000;
  width: 15px;
  font-weight: bold;
}
.desigualdad__statistics__list .slick-dots li:last-child:after {
  display: none;
}
.desigualdad__statistics__list .slick-dots .slick-active {
  color: #be2e21;
}
.desigualdad__statistics__list .slick-slide {
  outline: none;
}
.desigualdad__statistics__list .slick-slide:focus {
  outline: none;
}
@media screen and (max-width: 530px) {
  .desigualdad__statistics .slick-dots {
    margin-bottom: -20px;
  }
}
.desigualdad__subject__text {
  text-align: left;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 530px) {
  .desigualdad__subject__text {
    text-align: center;
  }
}
.desigualdad__subject__text.dstext__one {
  margin-top: -130px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .desigualdad__subject__text.dstext__one {
    position: relative;
    top: initial;
    right: initial;
    margin-top: 0;
  }
}
@media screen and (max-width: 760px) {
  .desigualdad__subject__text.dstext__one p {
    margin-top: 0;
  }
}
.desigualdad__subject__icon {
  position: absolute;
  right: 100%;
  bottom: 100%;
  margin-right: 35px;
  margin-bottom: 15px;
  font-size: 4.5rem;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 992px) {
  .desigualdad__subject__icon {
    left: 0;
    top: initial;
    bottom: initial;
    right: initial;
  }
}
@media screen and (max-width: 530px) {
  .desigualdad__subject__icon {
    display: none;
  }
}
.desigualdad__subject__file {
  color: #fff;
  background-color: #000;
  padding: 0.2rem 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  text-align: center;
}
.desigualdad__subject__file.resp {
  text-align: center;
}
.desigualdad__subject__file.resp:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #be2e21;
}
.desigualdad__subject__file:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #be2e21;
}
@media screen and (max-width: 530px) {
  .desigualdad__subject__file {
    padding: 0.2rem 0.5rem;
    display: none;
  }
  .desigualdad__subject__file.resp {
    display: block;
  }
}
@media screen and (min-width: 531px) {
  .desigualdad__subject__file {
    display: block;
  }
  .desigualdad__subject__file.resp {
    display: none;
  }
}
.desigualdad__subject__title {
  font-weight: bold;
  font-family: "Oswald";
  text-transform: uppercase;
  margin: 1rem 70px 0.5rem 0;
  display: inline-block;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
/*&:before
        content ''
        width 450px
        height 45px
        position absolute
        bottom -8px
        left -65px
        border-right 3px solid lighten(color-b,50)
        border-bottom 3px solid lighten(color-b,50)
        //max-width 0
        //max-height 0
        +maxW(1050px)
          display none
      &:after
        content ''
        width 338px
        height 25px
        position absolute
        bottom -30px
        left -401px
        border-right 3px solid lighten(color-b,50)
        border-bottom 3px solid lighten(color-b,50)
        //max-width 0
        //max-height 0
        +maxW(1400px)
          width 290px
          left -353px
        +maxW(1300px)
          width 235px
          left -575px
        +maxW(1250px)
          width 135px
          left -473px
        +maxW(1150px)
          width 35px
          left -374px
        +maxW(1050px)
          display none*/
}
.desigualdad__subject__title>span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.desigualdad__subject__title .c100 {
  float: initial;
  position: absolute;
  top: -15px;
  left: 100%;
  font-size: 70px;
  background-color: #e6e6e6;
}
.desigualdad__subject__title .c100:after {
  background-color: #333;
}
.desigualdad__subject__title .c100>span {
  color: #fff;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.desigualdad__subject__title .c100:hover>span {
  color: #fff;
}
.desigualdad__subject__title .c100 .slice {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.desigualdad__subject__title .c100 .bar {
  border-color: #be2e21;
}
.desigualdad__subject__title .c100 .fill {
  border-color: #be2e21;
}
.desigualdad__wheel {
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  -webkit-transition: 0.75s;
  -moz-transition: 0.75s;
  -o-transition: 0.75s;
  -ms-transition: 0.75s;
  transition: 0.75s;
}
.desigualdad__wheel.active .percent__meter .pointer {
  background: -webkit-linear-gradient(left, rgba(190,46,33,0) 0%, rgba(190,46,33,0.5) 7%, rgba(190,46,33,0.9) 100%);
  background: -moz-linear-gradient(left, rgba(190,46,33,0) 0%, rgba(190,46,33,0.5) 7%, rgba(190,46,33,0.9) 100%);
  background: -o-linear-gradient(left, rgba(190,46,33,0) 0%, rgba(190,46,33,0.5) 7%, rgba(190,46,33,0.9) 100%);
  background: -ms-linear-gradient(left, rgba(190,46,33,0) 0%, rgba(190,46,33,0.5) 7%, rgba(190,46,33,0.9) 100%);
  background: linear-gradient(to right, rgba(190,46,33,0) 0%, rgba(190,46,33,0.5) 7%, rgba(190,46,33,0.9) 100%);
}
.desigualdad__wheel__percents {
  position: absolute;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.desigualdad__wheel__percents .percents {
  position: absolute;
  font-weight: normal;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.35);
}
.desigualdad__wheel__percents .percents span {
  width: 7px;
  height: 7px;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid #000;
  border-radius: 10px;
}
.desigualdad__wheel__percents .per0 {
  top: 100%;
}
.desigualdad__wheel__percents .per15 {
  top: 93%;
  left: 100px;
}
.desigualdad__wheel__percents .per25 {
  top: 85%;
  left: 80px;
}
.desigualdad__wheel__percents .per35 {
  top: 67%;
  left: 12px;
}
.desigualdad__wheel__percents .per50 {
  top: 50%;
  left: 25px;
}
.desigualdad__wheel__percents .per75 {
  top: 13%;
  left: 90px;
}
.desigualdad__wheel__percents .per100 {
  top: -8px;
  left: 240px;
}
.desigualdad__wheel__percents .active span {
  border-color: #be2e21;
}
.desigualdad__wheel__statistics {
  min-height: 420px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .desigualdad__wheel__statistics.grid-60 {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .desigualdad__wheel__statistics.grid-60 {
    width: 30%;
  }
}
@media screen and (max-width: 760px) {
  .desigualdad__wheel__statistics.grid-60 {
    width: 100%;
    min-height: initial;
  }
}
.desigualdad__wheel.subject_1 {
  width: 398px;
  height: 398px;
  bottom: 0;
  left: 50px;
  z-index: 1;
}
.desigualdad__wheel.subject_1 .percent__meter {
  background-color: #f2f2f2;
}
.desigualdad__wheel.subject_1 .percent__complement {
  width: 50px;
  height: 70px;
  background-color: #f2f2f2;
  left: 45%;
  top: -10px;
  position: absolute;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.desigualdad__wheel.subject_1 .percent__complement__1 {
  background: -webkit-linear-gradient(left, rgba(242,242,242,0) 0%, #f2f2f2 100%);
  background: -moz-linear-gradient(left, rgba(242,242,242,0) 0%, #f2f2f2 100%);
  background: -o-linear-gradient(left, rgba(242,242,242,0) 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(left, rgba(242,242,242,0) 0%, #f2f2f2 100%);
  background: linear-gradient(to right, rgba(242,242,242,0) 0%, #f2f2f2 100%);
}
.desigualdad__wheel.subject_2 {
  width: 338px;
  height: 338px;
  bottom: 30px;
  left: 80px;
  z-index: 2;
}
.desigualdad__wheel.subject_2 .percent__meter {
  background-color: #e6e6e6;
}
.desigualdad__wheel.subject_2 .percent__complement {
  width: 110px;
  height: 110px;
  background-color: #e6e6e6;
  left: 40%;
  top: -25px;
  position: absolute;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.desigualdad__wheel.subject_2 .percent__complement__1 {
  background: -webkit-linear-gradient(left, rgba(230,230,230,0) 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(left, rgba(230,230,230,0) 0%, #e6e6e6 100%);
  background: -o-linear-gradient(left, rgba(230,230,230,0) 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(left, rgba(230,230,230,0) 0%, #e6e6e6 100%);
  background: linear-gradient(to right, rgba(230,230,230,0) 0%, #e6e6e6 100%);
}
.desigualdad__wheel.subject_3 {
  width: 278px;
  height: 278px;
  bottom: 60px;
  left: 110px;
  z-index: 3;
}
.desigualdad__wheel.subject_3 .percent__meter {
  background-color: #d9d9d9;
}
.desigualdad__wheel.subject_3 .percent__complement {
  width: 130px;
  height: 130px;
  background-color: #d9d9d9;
  left: 35%;
  top: -20px;
  position: absolute;
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
}
.desigualdad__wheel.subject_3 .percent__complement__1 {
  background: -webkit-linear-gradient(left, rgba(217,217,217,0) 0%, #d9d9d9 100%);
  background: -moz-linear-gradient(left, rgba(217,217,217,0) 0%, #d9d9d9 100%);
  background: -o-linear-gradient(left, rgba(217,217,217,0) 0%, #d9d9d9 100%);
  background: -ms-linear-gradient(left, rgba(217,217,217,0) 0%, #d9d9d9 100%);
  background: linear-gradient(to right, rgba(217,217,217,0) 0%, #d9d9d9 100%);
}
.desigualdad__wheel.subject_4 {
  width: 218px;
  height: 218px;
  bottom: 90px;
  left: 140px;
  z-index: 4;
}
.desigualdad__wheel.subject_4 .percent__meter {
  background-color: #ccc;
}
.desigualdad__wheel.subject_4 .percent__complement {
  width: 180px;
  height: 180px;
  background-color: #ccc;
  left: 33%;
  top: -80px;
  position: absolute;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.desigualdad__wheel.subject_4 .percent__complement__1 {
  background: -webkit-linear-gradient(left, rgba(204,204,204,0) 0%, #ccc 100%);
  background: -moz-linear-gradient(left, rgba(204,204,204,0) 0%, #ccc 100%);
  background: -o-linear-gradient(left, rgba(204,204,204,0) 0%, #ccc 100%);
  background: -ms-linear-gradient(left, rgba(204,204,204,0) 0%, #ccc 100%);
  background: linear-gradient(to right, rgba(204,204,204,0) 0%, #ccc 100%);
}
.desigualdad__wheel.subject_5 {
  width: 158px;
  height: 158px;
  bottom: 120px;
  left: 170px;
  z-index: 5;
}
.desigualdad__wheel.subject_5 .percent__meter {
  background-color: #bfbfbf;
}
.desigualdad__wheel.subject_5 .percent__complement {
  width: 200px;
  height: 200px;
  background-color: #bfbfbf;
  left: 30%;
  top: -90px;
  position: absolute;
  -webkit-transform: rotate(115deg);
  -moz-transform: rotate(115deg);
  -o-transform: rotate(115deg);
  -ms-transform: rotate(115deg);
  transform: rotate(115deg);
}
.desigualdad__wheel.subject_5 .percent__complement__1 {
  background: -webkit-linear-gradient(left, rgba(191,191,191,0) 0%, #bfbfbf 100%);
  background: -moz-linear-gradient(left, rgba(191,191,191,0) 0%, #bfbfbf 100%);
  background: -o-linear-gradient(left, rgba(191,191,191,0) 0%, #bfbfbf 100%);
  background: -ms-linear-gradient(left, rgba(191,191,191,0) 0%, #bfbfbf 100%);
  background: linear-gradient(to right, rgba(191,191,191,0) 0%, #bfbfbf 100%);
}
.desigualdad__wheel.neutral {
  width: 98px;
  height: 98px;
  bottom: 150px;
  left: 200px;
  background-color: #ccc;
  z-index: 10;
}
.desigualdad__wheel .percent__complement {
  z-index: 1;
}
.desigualdad__wheel .percent__complement__1 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 49%;
  z-index: 10;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.desigualdad__wheel .percent__meter {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: 0.75s;
  -moz-transition: 0.75s;
  -o-transition: 0.75s;
  -ms-transition: 0.75s;
  transition: 0.75s;
  z-index: 5;
}
.desigualdad__wheel .percent__meter .pointer {
  width: 600px;
  position: absolute;
  height: 600px;
  background: -webkit-linear-gradient(left, rgba(190,46,33,0) 0%, rgba(190,46,33,0.25) 7%, rgba(190,46,33,0.45) 100%);
  background: -moz-linear-gradient(left, rgba(190,46,33,0) 0%, rgba(190,46,33,0.25) 7%, rgba(190,46,33,0.45) 100%);
  background: -o-linear-gradient(left, rgba(190,46,33,0) 0%, rgba(190,46,33,0.25) 7%, rgba(190,46,33,0.45) 100%);
  background: -ms-linear-gradient(left, rgba(190,46,33,0) 0%, rgba(190,46,33,0.25) 7%, rgba(190,46,33,0.45) 100%);
  background: linear-gradient(to right, rgba(190,46,33,0) 0%, rgba(190,46,33,0.25) 7%, rgba(190,46,33,0.45) 100%);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  top: 50%;
  left: 220%;
  -webkit-transition: 0.75s;
  -moz-transition: 0.75s;
  -o-transition: 0.75s;
  -ms-transition: 0.75s;
  transition: 0.75s;
}
.indiceseguridad {
  color: #000;
  z-index: 9;
  margin-bottom: -6rem;
  padding: 4rem 0;
}
.indiceseguridad .fp-scroller {
  height: 100%;
}
.indiceseguridad__back {
  height: inherit;
  text-align: right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: -100px;
  height: calc(100% + 100px);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  min-height: 840px;
}
@media screen and (max-width: 992px) {
  .indiceseguridad__back {
    min-height: initial;
  }
}
.indiceseguridad__back h2 {
  text-align: center;
  margin-top: 0;
  position: absolute;
  top: 3rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .indiceseguridad__back h2 {
    position: relative;
    top: initial;
  }
}
.indiceseguridad__back .container {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .indiceseguridad__back .container {
    position: relative;
    left: initial;
    right: initial;
    height: initial;
  }
}
.indiceseguridad__back .container:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.indiceseguridad__content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .indiceseguridad__content {
    padding-top: 3rem;
  }
}
.indiceseguridad__content h3 {
  font-weight: 100;
}
.hablalagente {
  background-color: #f5f5f5;
}
.hablalagente .container:after {
  content: "";
  display: table;
  clear: both;
}
.hablalagente__content {
  padding: 3rem 0;
  text-align: center;
}
.hablalagente__content h2 {
  padding-bottom: 4rem;
}
.hablalagente__left {
  width: 80%;
  float: left;
}
@media screen and (max-width: 992px) {
  .hablalagente__left {
    width: 100%;
    float: none;
  }
}
.hablalagente__post {
  padding: 2rem 0;
}
.hablalagente__post:after {
  content: "";
  display: table;
  clear: both;
}
.hablalagente__post__socials {
  width: 48px;
  text-align: left;
  float: left;
}
.hablalagente__post__socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transition: background-color 0.5s ease-in;
  -moz-transition: background-color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in;
  -ms-transition: background-color 0.5s ease-in;
  transition: background-color 0.5s ease-in;
}
.hablalagente__post__socials a:last-child {
  background-color: #ccc;
}
.hablalagente__post__socials a:nth-child(2) {
  background-color: #b3b3b3;
}
.hablalagente__post__socials a:first-child {
  background-color: #999;
}
.hablalagente__post__image {
  width: calc(30% - 48px);
  float: left;
}
@media screen and (max-width: 768px) {
  .hablalagente__post__image {
    width: 100%;
    float: none;
  }
}
.hablalagente__post__image__back {
  padding-bottom: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.hablalagente__post__image__back img {
  width: 0;
  height: 0;
  display: none;
}
.hablalagente__post__content {
  float: left;
  width: 70%;
  text-align: justify;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .hablalagente__post__content {
    width: 100%;
    float: none;
  }
}
.hablalagente__post__content__title {
  font-size: 2rem;
  font-family: "Oswald";
  text-transform: uppercase;
  -webkit-transition: 0.25 color ease-in;
  -moz-transition: 0.25 color ease-in;
  -o-transition: 0.25 color ease-in;
  -ms-transition: 0.25 color ease-in;
  transition: 0.25 color ease-in;
}
.hablalagente__post__content__author {
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 1rem;
}
.hablalagente__post__content__author:after {
  content: "";
  width: 60px;
  border-bottom: 2px solid #f70c5b;
  position: absolute;
  left: 0;
  bottom: 0.6rem;
}
.hablalagente__post__content__summary {
  padding-bottom: 1rem;
}
.hablalagente__post__content__btn {
  display: block;
  border: 2px solid;
  width: 240px;
  text-align: center;
  padding: 0.6rem 0;
  text-decoration: none;
  margin-left: auto;
  margin-right: 0;
  color: inherit;
  -webkit-transition: 0.25s color ease-in;
  -moz-transition: 0.25s color ease-in;
  -o-transition: 0.25s color ease-in;
  -ms-transition: 0.25s color ease-in;
  transition: 0.25s color ease-in;
}
.hablalagente__post__content__btn:hover {
  color: #f70c5b;
}
.hablalagente__post__content__btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 100%;
  -webkit-transition: 0.25s font-size ease-in;
  -moz-transition: 0.25s font-size ease-in;
  -o-transition: 0.25s font-size ease-in;
  -ms-transition: 0.25s font-size ease-in;
  transition: 0.25s font-size ease-in;
}
.hablalagente__post__content__btn:hover i {
  font-size: 100%;
}
.hablalagente__post:hover .hablalagente__post__content__title {
  color: #f70c5b;
}
.hablalagente__right {
  float: left;
  width: 20%;
}
@media screen and (max-width: 992px) {
  .hablalagente__right {
    display: none;
    width: 0;
  }
}
.hablalagente__right__msg {
  background-color: #ccc;
  padding: 2.6rem 0.5rem;
  position: relative;
}
.hablalagente__right__msg p {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Oswald";
  margin: 0;
}
.hablalagente__right__msg .icon {
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 14px;
}
.hablalagente__right__msg .icon:last-of-type {
  bottom: 4px;
}
.hablalagente__right__socials {
  text-align: right;
  padding-top: 2rem;
}
.hablalagente__right__socials a {
  text-decoration: underline;
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  -ms-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in;
  overflow: hidden;
}
.hablalagente__right__socials a:before {
  display: inline-block;
  vertical-align: middle;
}
.hablalagente__right__socials a span {
  font-size: 80%;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: none;
}
.hablalagente__right__socials a:hover {
  width: 100%;
}
.hablalagente__right__socials a:hover span {
  display: inline;
}
.diary {
  position: relative;
  padding: 6rem 0;
  padding-top: 2rem;
  outline: none;
  z-index: 8;
  margin-bottom: -1px;
}
@media screen and (max-width: 992px) {
  .diary {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .diary {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 350px) {
  .diary {
    padding-bottom: 10rem;
    background-position: center right;
  }
}
.diary__background {
  position: absolute;
  height: calc(100% + 50px);
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
  left: 0;
  top: -50px;
}
.diary__title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-top: 2rem;
}
@media screen and (max-width: 992px) {
  .diary__title {
    padding-top: 0;
  }
}
.diary__title h2 {
  margin: 1.5rem;
  color: #fff;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
}
.diary__title h2 a {
  color: #fff;
  text-decoration: none;
}
.diary__js {
  position: relative;
  padding: 1rem 0;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 350px) {
  .diary__js {
    margin: 0 !important;
    padding: 0;
    width: 100%;
  }
}
.diary__js .slick-dots {
  bottom: -15px;
}
.diary__js .slick-dots button {
  width: 10px;
  height: 10px;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
}
.diary__js .slick-dots button:before {
  content: none;
}
.diary__js .slick-dots li {
  width: 10px;
  height: 10px;
}
.diary__js .slick-dots li.slick-active button {
  background-color: #e6e6e6;
}
.diary__js .slick-list {
  padding-top: 1rem;
}
.diary__js .slick-arrow {
  height: initial;
  width: initial;
  top: 30%;
}
.diary__js .slick-arrow:before {
  content: '\E004';
  font-family: icons;
  color: #b3b3b3;
  font-size: 1.8rem;
}
.diary__js .slick-prev {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -6rem;
}
.diary__js .slick-next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -6rem;
}
.diary__item {
  position: relative;
  color: #fff;
  outline: none;
  text-align: center;
}
.diary__item .calendar {
  width: 30%;
  float: left;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  .diary__item .calendar {
    width: 50%;
    display: inline-block;
    float: initial;
    margin: auto;
  }
}
@media screen and (max-width: 350px) {
  .diary__item .calendar {
    width: 135px;
  }
}
.diary__item .calendar .left {
  width: 50%;
  float: left;
  -webkit-transition: color 1s ease-in;
  -moz-transition: color 1s ease-in;
  -o-transition: color 1s ease-in;
  -ms-transition: color 1s ease-in;
  transition: color 1s ease-in;
  position: relative;
  color: #d7d8dc;
}
.diary__item .calendar .left h6 {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1rem;
  margin: 0;
  font-family: "Oswald";
  letter-spacing: 1px;
  position: absolute;
  bottom: 0.2rem;
  right: 0.4rem;
  background-color: #222;
  padding: 0.3rem 0.3rem;
}
@media screen and (max-width: 350px) {
  .diary__item .calendar .left h6 {
    right: 0;
  }
}
.diary__item .calendar .left h2 {
  margin: 0;
  padding: 0;
  font-size: 4rem;
  font-family: "Oswald";
  line-height: 4.5rem;
}
.diary__item .calendar .right {
  position: relative;
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 0.2rem;
  font-weight: 100;
  font-family: "Oswald";
}
.diary__item .calendar .right span {
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.4rem;
}
.diary__item .calendar .category {
  width: 80%;
  padding: 0.5rem;
  text-transform: uppercase;
  float: left;
  margin-top: 0.8rem;
  margin-left: 10%;
  background-color: #d7d8dc;
  margin-bottom: 0.8rem;
  color: #000;
}
.diary__item .calendar .category h4 {
  margin: 0;
  font-size: 0.9rem;
}
.diary__item.event-hover__1 .category {
  background-color: #00d362;
}
.diary__item.event-hover__1 .left {
  color: #00d362;
}
.diary__item.event-hover__1 .diary__descriptins h2 {
  color: #00d362;
}
.diary__item.event-hover__2 .category {
  background-color: #77e9f2;
}
.diary__item.event-hover__2 .left {
  color: #77e9f2;
}
.diary__item.event-hover__2 .diary__descriptins h2 {
  color: #77e9f2;
}
.diary__item.event-hover__3 .category {
  background-color: #26f;
}
.diary__item.event-hover__3 .left {
  color: #26f;
}
.diary__item.event-hover__3 .diary__descriptins h2 {
  color: #26f;
}
.diary__item.event-hover__4 .category {
  background-color: #8a40bf;
}
.diary__item.event-hover__4 .left {
  color: #8a40bf;
}
.diary__item.event-hover__4 .diary__descriptins h2 {
  color: #8a40bf;
}
.diary__item.event-hover__5 .category {
  background-color: #ff3939;
}
.diary__item.event-hover__5 .left {
  color: #ff3939;
}
.diary__item.event-hover__5 .diary__descriptins h2 {
  color: #ff3939;
}
.diary__item.event-hover__6 .category {
  background-color: #d7d8dc;
}
.diary__item.event-hover__6 .category .left {
  color: #d7d8dc;
}
.diary__item.event-hover__6 .category .diary__descriptins h2 {
  color: #d7d8dc;
}
.diary__descriptins {
  float: left;
  width: 70%;
  vertical-align: top;
  padding-left: 0;
  padding-right: 1.8rem;
}
@media screen and (max-width: 500px) {
  .diary__descriptins {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    float: inherit;
    padding: 0.5rem;
  }
}
.diary__descriptins a {
  text-decoration: none;
  color: #fff;
}
.diary__descriptins h2 {
  line-height: 1.3rem;
  font-size: 0.9rem;
  margin: 0;
  padding-bottom: 0rem;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: color 1s ease-in;
  -moz-transition: color 1s ease-in;
  -o-transition: color 1s ease-in;
  -ms-transition: color 1s ease-in;
  transition: color 1s ease-in;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 1.05rem;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  color: #d7d8dc;
}
@media screen and (max-width: 500px) {
  .diary__descriptins h2 {
    text-align: center;
  }
}
.diary__descriptins p {
  color: #fff;
  font-size: 0.9rem;
  text-align: justify;
  font-weight: 100;
}
.diary__button {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 350px) {
  .diary__button {
    text-align: center;
  }
}
.diary__button a {
  display: inline-block;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 0.2rem 1.5rem;
  font-family: "Oswald";
  letter-spacing: 1px;
  font-size: 0.9rem;
  border: 1px solid #000;
}
.diary__button a span {
  font-family: "OpenSans", "Oswald";
  font-size: 1rem;
}
.diary__button a:hover {
  border: 1px solid #fff;
  background-color: transparent;
}
.diary__event {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .diary__event {
    text-align: center;
  }
}
.diary__event a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 1.5rem;
  color: #fff;
  margin-right: 4rem;
  margin-bottom: 2rem;
  line-height: 1.8rem;
  outline: none;
}
@media screen and (max-width: 500px) {
  .diary__event a {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.diary__event a span {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-size: 2.5rem;
}
.diary__event a p {
  padding-left: 0.5rem;
  position: relative;
  vertical-align: bottom;
  display: inline-block;
  margin: 0;
}
.diary__event__form {
  max-width: 900px;
  margin: auto;
  background-color: #262626;
  overflow: hidden;
  position: relative;
}
.diary__event__form .mfp-close {
  color: #fff;
}
.diary__event__form h1 {
  color: #ccc;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .diary__event__form h1 {
    margin: 0.7rem;
    font-size: 1.5rem;
  }
}
.diary__event__form .left {
  width: 60%;
  float: left;
  overflow: hidden;
  color: #ccc;
  padding: 1rem 2rem;
}
@media screen and (max-width: 800px) {
  .diary__event__form .left {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .diary__event__form .left {
    padding-bottom: 0;
  }
}
.diary__event__form .left span {
  width: 50%;
  display: block;
  float: left;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 350px) {
  .diary__event__form .left span {
    width: 100%;
  }
}
.diary__event__form .left label {
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  width: 100%;
  display: block;
}
.diary__event__form .left input {
  background-color: #333;
  border: none;
  border-radius: 15px;
  outline: none;
  color: #ccc;
  padding: 0.3rem 0.5rem;
  width: 98%;
}
@media screen and (max-width: 600px) {
  .diary__event__form .left input {
    width: 95%;
  }
}
.diary__event__form .left input[type='file'] {
  display: none;
}
.diary__event__form .left textarea {
  background-color: #333;
  border-radius: 15px;
  border: none;
  resize: none;
  height: 50px;
  width: 98%;
  display: block;
  outline: none;
  color: #ccc;
  padding: 0.3rem 0.5rem;
}
.diary__event__form .left .info {
  width: 100%;
}
.diary__event__form .left .file__button {
  width: 100%;
}
.diary__event__form .left .file__button span {
  width: initial;
  margin: 0;
}
.diary__event__form .left .file__button .jfilestyle {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1rem;
}
.diary__event__form .left .file__button .jfilestyle span {
  padding: 0.2rem 0.4rem;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  cursor: pointer;
}
@media screen and (max-width: 380px) {
  .diary__event__form .left .file__button .jfilestyle span {
    border-radius: 15px;
  }
}
.diary__event__form .left .file__button .jfilestyle input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem 0.5rem;
}
@media screen and (max-width: 380px) {
  .diary__event__form .left .file__button .jfilestyle input {
    margin-top: 0.5rem;
    border-radius: 15px;
    width: 100% !important;
  }
}
.diary__event__form .left .file__button .jfilestyle .focus-jfilestyle {
  background-image: -webkit-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -moz-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -o-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -ms-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  vertical-align: middle;
  outline: none;
  padding: 0.5rem 0.5rem;
}
.diary__event__form .right {
  padding: 4.8rem 2rem;
  width: 40%;
  overflow: hidden;
  background-color: #0f1116;
  color: #fff;
  position: absolute;
  height: 100%;
  right: 0;
}
@media screen and (max-width: 800px) {
  .diary__event__form .right {
    width: 100%;
    padding: 1rem;
    position: relative;
    background-color: #262626;
  }
}
@media screen and (max-width: 380px) {
  .diary__event__form .right {
    padding: 0rem 0.5rem 1rem 0.5rem;
  }
}
.diary__event__form__calendar {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .diary__event__form__calendar {
    display: none;
  }
}
.diary__event__form__calendar .number {
  position: relative;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 900;
  font-family: "Oswald";
  display: inline-block;
  letter-spacing: 1px;
}
.diary__event__form__calendar .number .mes {
  position: absolute;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #000;
  padding: 0.2rem 0.4rem;
}
.diary__event__form__calendar .wrapper {
  width: auto;
  display: inline-block;
  text-align: left;
}
.diary__event__form__calendar .wrapper span {
  display: block;
  font-size: 0.8rem;
  font-family: "Oswald";
  text-transform: uppercase;
}
.diary__event__form__description {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .diary__event__form__description {
    display: none;
  }
}
.diary__event__form__description h2 {
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.diary__event__form__description .description {
  text-align: justify;
  font-size: 0.9rem;
  margin-bottom: 3rem;
}
.diary__event__form .button {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.diary__event__form .button button {
  position: relative;
  cursor: pointer;
  outline: none;
  width: 80%;
  border-radius: 25px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  background-image: -webkit-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -moz-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -o-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -ms-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  padding: 0.5rem 0.5rem;
  z-index: 9;
}
@media screen and (max-width: 800px) {
  .diary__event__form .button button {
    width: auto;
    padding: 0.5rem 2rem;
  }
}
.diary__event__form .button button span {
  position: relative;
  z-index: 9;
}
.diary__event__form .button button:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  background-image: -webkit-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -moz-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -o-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -ms-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  border-radius: 25px;
  z-index: -1;
}
.diary__event__form .button button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 0;
  width: 0;
  background-color: #000;
  border-radius: 25px;
  -webkit-transition: 0.5s height ease-in-out, 0.5s width ease-in-out;
  -moz-transition: 0.5s height ease-in-out, 0.5s width ease-in-out;
  -o-transition: 0.5s height ease-in-out, 0.5s width ease-in-out;
  -ms-transition: 0.5s height ease-in-out, 0.5s width ease-in-out;
  transition: 0.5s height ease-in-out, 0.5s width ease-in-out;
  z-index: -1;
}
.diary__event__form .button button:hover span {
  color: #e6e6e6;
}
.diary__event__form .button button:hover:after {
  height: 100%;
  width: 100%;
}
.movement {
  position: relative;
  background-image: url("../img/trama_movement.png");
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  background-size: 15px;
}
@media screen and (max-width: 750px) {
  .movement {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 350px) {
  .movement {
    padding-bottom: 0rem;
  }
}
.movement__title {
  text-align: center;
  max-width: 80%;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .movement__title {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 700px) {
  .movement__title {
    max-width: 90%;
  }
}
.movement__title h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
  margin-bottom: 0;
}
.movement__title h2 a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1450px) {
  .movement__title h2 {
    font-size: 2.4rem;
  }
}
.movement__title p {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 350px) {
  .movement__title p {
    text-align: center;
  }
}
.movement__title .center {
  text-align: center;
}
.movement__item {
  position: relative;
  outline: none;
}
.movement__item .post_item {
  width: 80%;
  position: relative;
  height: 100%;
  margin: auto;
}
@media screen and (max-height: 600px) {
  .movement__item .post_item {
    width: 95%;
  }
}
.movement__item__image {
  position: relative;
  height: 15rem;
  width: 15rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 3rem;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 1450px) {
  .movement__item__image {
    margin-bottom: 0;
    height: 12rem;
    width: 12rem;
  }
}
@media screen and (max-height: 600px) {
  .movement__item__image {
    height: 10rem;
    width: 10rem;
  }
}
.movement__item__body {
  position: relative;
  margin: 0 auto;
  z-index: 5;
  text-align: center;
  width: 90%;
  color: #000;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-align: center;
}
.movement__item__body a {
  text-decoration: none;
  color: #000;
}
.movement__item__body h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: bold;
}
@media screen and (max-height: 600px) {
  .movement__item__body h3 {
    font-size: 1.2rem;
  }
}
.movement__item__body .descriptions {
  position: relative;
}
.movement__item__body .descriptions p {
  margin: 0;
  font-family: "Oswald";
  font-weight: 400;
  letter-spacing: 0.4px;
}
.movement__item__body .button {
  text-align: center;
  padding: 1rem 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.movement__item__body .button .button__2 {
  position: relative;
  display: inline-block;
  background-color: #000;
  padding: 0.2rem 1rem;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.movement__item__body .button .button__2 a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.movement__item__wrapper {
  position: absolute;
  height: 0;
  width: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.movement__item:hover .movement__item__wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.3);
}
.movement__item:hover .movement__item__image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.movement__item:hover .movement__item__body {
  text-align: left;
  color: #fff;
}
.movement__item:hover .movement__item__body a {
  color: #fff;
}
.movement__item:hover .movement__item__body a h3 {
  color: #fff;
}
.movement__item:hover .movement__item__body .button {
  text-align: right;
}
.movement__item:hover .movement__item__body .button .button__2 {
  background-color: #4930af;
  border-radius: 100%;
  padding: 0.5rem 1rem;
}
.movement__item:hover .movement__item__body .button a span {
  display: none;
}
@media screen and (max-width: 800px) {
  .movement__js {
    padding-bottom: 4rem;
  }
}
.tools {
  position: relative;
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 650px) {
  .tools {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.tools .fp-scroller {
  overflow: initial;
}
.tools .fp-scrollable {
  overflow: initial;
}
.tools__background {
  position: absolute;
  top: -5rem;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  height: calc(100% + 10rem);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .tools__background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: calc(100% + 6rem);
  }
}
.tools__title {
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}
.tools__title h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
  margin: 0;
  margin-bottom: 1rem;
}
.tools__title h2 a {
  text-decoration: none;
  color: #fff;
}
.tools__title p {
  color: #fff;
  width: 90%;
  margin: auto;
  text-align: left;
  margin-bottom: 1.5rem;
}
.tools__items {
  position: relative;
}
.tools__items .item {
  display: inline-block;
  width: 32%;
  padding: 1rem;
  padding-top: 1.5rem;
  border-bottom: 2px dashed #fff;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 1450px) {
  .tools__items .item {
    padding: 0;
    padding-top: 0.5rem;
  }
}
.tools__items .item a {
  text-decoration: none;
}
.tools__items .item i {
  font-size: 6rem;
  line-height: 7rem;
  color: #fff;
  -webkit-transition: color 0.5s ease-in;
  -moz-transition: color 0.5s ease-in;
  -o-transition: color 0.5s ease-in;
  -ms-transition: color 0.5s ease-in;
  transition: color 0.5s ease-in;
}
@media screen and (max-width: 1450px) {
  .tools__items .item i {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.tools__items .item h3 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: 100;
  -webkit-transition: color 0.5s ease-in;
  -moz-transition: color 0.5s ease-in;
  -o-transition: color 0.5s ease-in;
  -ms-transition: color 0.5s ease-in;
  transition: color 0.5s ease-in;
}
.tools__items .item:nth-child(2) {
  border-right: 2px dashed #fff;
  border-left: 2px dashed #fff;
}
.tools__items .item:nth-child(4),
.tools__items .item:nth-child(5) {
  border: none;
}
.tools__items .item:nth-child(4) {
  border-right: 2px dashed #fff;
}
.tools__items .item:hover h3 {
  color: #ffb66c;
}
.tools__items .item:hover i {
  color: #ffb66c;
}
@media screen and (max-width: 992px) {
  .tools__items .item {
    width: 45%;
  }
  .tools__items .item:nth-child(2),
  .tools__items .item:nth-child(4) {
    border-right: none;
  }
  .tools__items .item:nth-child(4) {
    border-bottom: 2px dashed #fff;
    border-left: 2px dashed #fff;
  }
}
@media screen and (max-width: 620px) {
  .tools__items .item {
    width: 90%;
  }
  .tools__items .item:nth-child(1),
  .tools__items .item:nth-child(2),
  .tools__items .item:nth-child(3),
  .tools__items .item:nth-child(4),
  .tools__items .item:nth-child(5) {
    border: none;
    border-bottom: 2px dashed #fff;
  }
  .tools__items .item:nth-child(1) h3,
  .tools__items .item:nth-child(2) h3,
  .tools__items .item:nth-child(3) h3,
  .tools__items .item:nth-child(4) h3,
  .tools__items .item:nth-child(5) h3 {
    margin-top: 0;
  }
}
.tools__credits {
  color: #fff;
  max-width: 400px;
  text-align: left;
  position: absolute;
  left: 2%;
  bottom: 2%;
}
.tools__credits a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .tools__credits {
    position: relative;
    max-width: 90%;
    margin: auto;
    margin-top: 2rem;
    text-align: justify;
  }
}
.lab {
  position: relative;
  text-align: center;
  background-image: url("../img/trama_movement.png");
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
}
.lab__title {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
  .lab__title {
    margin-top: 4rem;
  }
}
.lab__title h2 {
  text-transform: uppercase;
  font-family: "Oswald";
}
.lab__title p {
  width: 80%;
  margin: auto;
}
.lab__a {
  outline: none;
}
@media screen and (max-width: 992px) {
  .lab__js {
    padding-bottom: 2rem;
  }
}
.lab__item {
  position: relative;
  outline: none;
}
.lab__item__container {
  width: 300px;
  height: 300px;
  display: inline-block;
  margin: 1.2rem;
  outline: none;
}
.lab__item__container:hover .info__front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lab__item__container:hover .info__back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto;
}
.lab__item__wrapper {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(255,255,255,0.1);
  box-shadow: 0 1px 2px rgba(255,255,255,0.1);
  cursor: pointer;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.lab__item__description {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  top: 20px;
  left: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,0.2), inset 0 0 3px rgba(115,114,23,0.8);
  box-shadow: 0 0 0 20px rgba(255,255,255,0.2), inset 0 0 3px rgba(115,114,23,0.8);
}
.lab__item__description .info {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 100%;
}
.lab__item__description .info__front {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-position: center center;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.lab__item__description .info__back {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #2d2d2d;
  pointer-events: none;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.lab__item__description .info__back h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5rem;
  padding: 3rem 0 1rem 0;
  margin: 0;
}
.lab__item__description .info__back span {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 100;
  line-height: 3.5rem;
}
.googleMap {
  height: calc(100% - 140px);
  width: 100%;
}
.event-map {
  z-index: 2048;
  background-color: #fff;
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  text-align: right;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -o-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  transition-property: transform, opacity;
}
.event-map-wrapper {
  visibility: hidden;
}
.event-map-wrapper.open-modal {
  visibility: visible;
}
.event-map-wrapper.open-modal .event-map {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.event-map .button {
  text-align: right;
}
.event-map__input {
  display: block;
  width: calc(100% - 32px);
  margin: 16px;
  padding: 0.5em;
  border-radius: 10px;
  outline: none;
  border: none;
  border: 1px solid rgba(0,0,0,0.4);
}
.event-map__btn {
  margin: 16px;
  max-width: 200px;
}
.pac-container {
  z-index: 9999999 !important;
}
#infodiv {
  padding-right: 20px;
}
.report {
  position: relative;
  background-color: #e6e6e6;
}
@media screen and (max-width: 1110px) {
  .report {
    padding: 5rem 0;
  }
}
@media screen and (max-height: 600px) {
  .report {
    padding: 0;
  }
}
.report__title h2 {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
}
.report__js {
  position: relative;
  margin: auto;
  margin-top: 4rem;
  width: 90%;
}
.report__js .slick-arrow {
  height: initial;
  width: initial;
  top: 30%;
}
.report__js .slick-arrow:before {
  content: '\E004';
  font-family: icons;
  color: #b3b3b3;
  font-size: 1.5rem;
}
.report__js .slick-prev {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -5rem;
}
.report__js .slick-next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -5rem;
}
.report__js .slick-list {
  overflow: hidden;
  position: relative;
}
.report__js .slick-list:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #e6e6e6;
  right: 0;
  top: 0;
}
.report__item {
  position: relative;
  outline: none;
  border-right: 2px dotted #808080;
}
.report__item__wrapper {
  margin-left: 2.5rem;
  margin-right: 1.5rem;
  position: relative;
}
.report__item__wrapper:hover .report__item__title > i {
  color: #4930af;
}
.report__item__wrapper:hover .report__item__button a {
  color: #4930af;
  background-color: transparent;
  border-color: #4930af;
}
.report__item__title i {
  position: absolute;
  left: -2.2rem;
  font-size: 2rem;
}
.report__item__title h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: "Oswald";
}
.report__item__title .date {
  position: relative;
  margin-bottom: 0.5rem;
  vertical-align: middle;
}
.report__item__title .date i {
  font-size: 0.8rem;
  position: relative;
  left: inherit;
  vertical-align: middle;
}
.report__item__title .date span {
  font-size: 0.8rem;
}
.report__item__descriptions {
  text-align: justify;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.report__item__button {
  position: relative;
  margin-top: 0.8rem;
  text-align: right;
}
.report__item__button a {
  text-align: center;
  outline: none;
  text-decoration: none;
  display: inline-block;
  height: 42px;
  width: 42px;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.2rem;
  border-radius: 100%;
  -webkit-transition: border-color 1s ease, background-color 1s ease-in-out;
  -moz-transition: border-color 1s ease, background-color 1s ease-in-out;
  -o-transition: border-color 1s ease, background-color 1s ease-in-out;
  -ms-transition: border-color 1s ease, background-color 1s ease-in-out;
  transition: border-color 1s ease, background-color 1s ease-in-out;
}
.calculator {
  position: relative;
}
@media screen and (max-width: 1110px) {
  .calculator {
    height: 600px;
  }
}
@media screen and (max-width: 600px) {
  .calculator {
    height: 480px;
  }
}
.calculator .fp-scroller {
  height: 100%;
}
.calculator__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.calculator__wrapper iframe {
  width: 100%;
  height: 100%;
}
.calculator__wrapper iframe .fp-enabled .header {
  display: none;
}
.sections {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .sections {
    padding: 5rem 0;
  }
}
.sections__title {
  position: relative;
  text-align: center;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .sections__title {
    width: 100%;
  }
}
.sections__title h2 {
  color: #fff;
  font-family: "Oswald";
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 100;
  font-size: 3rem;
}
.sections__title p {
  color: #fff;
  padding: 0 2rem;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .sections__title p {
    width: 100%;
  }
}
.sections__items {
  position: relative;
  margin-top: 4rem;
  text-align: center;
}
.sections__items a {
  text-decoration: none;
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
@media screen and (max-width: 1110px) {
  .sections__items {
    text-align: center;
  }
}
@media screen and (max-width: 1110px) {
  .sections__items {
    width: 23%;
  }
}
@media screen and (max-width: 900px) {
  .sections__items {
    width: 44%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .sections__items {
    width: 100%;
  }
}
.sections__item {
  position: relative;
  text-align: center;
  width: 100%;
  float: left;
  cursor: pointer;
}
.sections__item i {
  color: #fff;
  font-size: 6.5rem;
}
.sections__item h3 {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Oswald";
  font-weight: 100;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  position: relative;
}
.sections__item h3:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 0;
  background-color: #55acee;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 1s background-color ease-in-out, 0.6s width ease-in;
  -moz-transition: 1s background-color ease-in-out, 0.6s width ease-in;
  -o-transition: 1s background-color ease-in-out, 0.6s width ease-in;
  -ms-transition: 1s background-color ease-in-out, 0.6s width ease-in;
  transition: 1s background-color ease-in-out, 0.6s width ease-in;
}
.sections__item:hover h3:after {
  width: 100px;
}
.sections__download {
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}
@media screen and (max-width: 1110px) {
  .sections__download {
    position: relative;
    margin-top: 2rem;
    bottom: 0;
  }
}
.sections__download a {
  color: #fff;
  position: relative;
  text-decoration: none;
}
.sections__download a:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 0%;
  background-color: #0072c0;
  -webkit-transition: 1s width ease-in-out;
  -moz-transition: 1s width ease-in-out;
  -o-transition: 1s width ease-in-out;
  -ms-transition: 1s width ease-in-out;
  transition: 1s width ease-in-out;
  bottom: -2px;
}
.sections__download a:hover {
  color: #0072c0;
}
.sections__download a:hover:before {
  width: 100%;
}
.traffic-light {
  position: relative;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1110px) {
  .traffic-light {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 640px) {
  .traffic-light {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 450px) {
  .traffic-light {
    padding-bottom: 12rem;
  }
}
.traffic-light:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(bottom, #0b3c54 40%, rgba(11,60,84,0.6) 100%);
  background-image: -moz-linear-gradient(bottom, #0b3c54 40%, rgba(11,60,84,0.6) 100%);
  background-image: -o-linear-gradient(bottom, #0b3c54 40%, rgba(11,60,84,0.6) 100%);
  background-image: -ms-linear-gradient(bottom, #0b3c54 40%, rgba(11,60,84,0.6) 100%);
  background-image: linear-gradient(to top, #0b3c54 40%, rgba(11,60,84,0.6) 100%);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.traffic-light .fp-scroller {
  height: 100%;
}
.traffic-light .fp-scroller:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.traffic-light .container {
  z-index: 9;
  display: inline-block;
  vertical-align: middle;
}
.traffic-light__title {
  color: #fff;
  position: relative;
  width: 90%;
  margin: auto;
}
.traffic-light__title h2 {
  text-transform: uppercase;
  font-family: "Oswald";
  margin-bottom: 0;
  font-weight: 100;
  font-size: 3rem;
}
.traffic-light__title p {
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 9;
  text-align: left;
}
.traffic-light__wrapper {
  position: relative;
  color: #fff;
  padding-top: 0.7rem;
}
.traffic-light .number {
  position: absolute;
  font-size: 18.5rem;
  line-height: 18.5rem;
  font-family: "Oswald";
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  font-weight: bold;
  left: 25%;
  color: #b3b3b3;
  top: 15px;
}
@media screen and (max-width: 1110px) {
  .traffic-light .number {
    font-size: 15rem;
    line-height: 15rem;
    left: -15px;
  }
}
@media screen and (max-height: 760px) {
  .traffic-light .number {
    left: 28%;
    top: 3rem;
  }
}
.traffic-light__item {
  color: #fff;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 1110px) {
  .traffic-light__item {
    width: 100%;
    text-align: center;
  }
  .traffic-light__item:after {
    display: none;
  }
}
.traffic-light__item:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 90%;
  border-right: 1px dotted #fff;
  right: 0;
  margin: auto;
  top: 2rem;
}
.traffic-light__item__title {
  display: inline-block;
}
@media screen and (max-height: 740px) {
  .traffic-light__item__title {
    display: block;
  }
}
.traffic-light__item__title h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 1.2rem;
  position: relative;
  text-align: right;
  padding-right: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-height: 740px) {
  .traffic-light__item__title h2 {
    text-align: center;
    padding: 0;
    margin-bottom: 0.7rem;
  }
}
.traffic-light__item__title h2:before {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 50px;
  height: 1px;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.traffic-light__item__content {
  display: inline-block;
  width: 75%;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .traffic-light__item__content {
    padding: 3rem 0;
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .traffic-light__item__content {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 440px) {
  .traffic-light__item__content {
    width: 100%;
  }
}
.traffic-light__item .icons {
  position: relative;
  vertical-align: middle;
  padding-bottom: 1rem;
  width: 100%;
  margin: 0 0 0 auto;
  padding-right: 15px;
}
@media screen and (max-width: 1110px) {
  .traffic-light__item .icons {
    padding: 0;
  }
}
.traffic-light__item .icons:hover i {
  color: #ffb66c;
  text-shadow: -5px 5px 6px rgba(0,0,0,0.6);
}
.traffic-light__item .icons i {
  width: 20%;
  display: inline-block;
  text-align: center;
  font-size: 4rem;
  line-height: 4rem;
  vertical-align: middle;
}
@media screen and (max-width: 350px) {
  .traffic-light__item .icons i {
    width: 100%;
  }
}
.traffic-light__item .icons p {
  width: 76%;
  max-width: 200px;
  display: inline-block;
  font-weight: 100;
  text-align: left;
  font-size: 0.9rem;
  vertical-align: middle;
}
@media screen and (max-width: 350px) {
  .traffic-light__item .icons p {
    width: 100%;
    text-align: centesr;
  }
}
.traffic-light__item:last-child {
  text-align: left;
}
@media screen and (max-width: 1110px) {
  .traffic-light__item:last-child {
    text-align: center;
  }
}
.traffic-light__item:last-child .traffic-light__item__title h2 {
  padding-left: 15px;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .traffic-light__item__title h2 {
    text-align: center;
  }
}
.traffic-light__item:last-child:after {
  display: none;
}
.traffic-light__item:last-child .number {
  left: 10px;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .number {
    top: 0;
    left: 10px;
  }
}
.traffic-light__item:last-child i {
  font-size: 14rem;
  height: 260px;
  width: 190px;
  max-width: 190px;
  max-height: 260px;
  display: inline-block;
  position: relative;
  line-height: 254px;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child i {
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 160px;
    font-size: 10rem;
  }
}
.traffic-light__item:last-child .semaforo {
  text-align: left;
  position: relative;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .semaforo {
    padding-top: 1rem;
  }
}
.traffic-light__item:last-child .luces {
  position: absolute;
  height: 260px;
  width: 190px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .luces {
    width: 160px;
  }
}
.traffic-light__item:last-child .luces span {
  position: absolute;
  height: 44px;
  width: 44px;
  background-color: transparent;
  border: 4px solid #ce4e4e;
  top: 29px;
  left: 90px;
  margin: auto;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 1s background-color ease-in-out;
  -moz-transition: 1s background-color ease-in-out;
  -o-transition: 1s background-color ease-in-out;
  -ms-transition: 1s background-color ease-in-out;
  transition: 1s background-color ease-in-out;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .luces span {
    width: 30px;
    height: 30px;
    top: 37px;
    left: 65px;
    border: 2px solid #ce4e4e;
  }
}
.traffic-light__item:last-child .luces span:hover {
  background-color: #ce4e4e;
}
.traffic-light__item:last-child .luces span:hover:after {
  -webkit-box-shadow: 5px -4px 0px 0px rgba(143,39,39,0.5);
  box-shadow: 5px -4px 0px 0px rgba(143,39,39,0.5);
}
.traffic-light__item:last-child .luces span:after {
  position: absolute;
  content: '';
  height: 15px;
  width: 12px;
  right: 12px;
  top: 10px;
  border-radius: 100%;
  -webkit-box-shadow: 5px -4px 0px 0px rgba(206,78,78,0.8);
  box-shadow: 5px -4px 0px 0px rgba(206,78,78,0.8);
  -webkit-transform: rotate(-52px);
  -moz-transform: rotate(-52px);
  -o-transform: rotate(-52px);
  -ms-transform: rotate(-52px);
  transform: rotate(-52px);
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .luces span:after {
    height: 10px;
    width: 10px;
    right: 7px;
  }
}
.traffic-light__item:last-child .luces span:nth-child(2) {
  border-color: #fbb03b;
  top: 80px;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .luces span:nth-child(2) {
    top: 74px;
  }
}
.traffic-light__item:last-child .luces span:nth-child(2):after {
  -webkit-box-shadow: 5px -4px 0px 0px rgba(251,176,59,0.8);
  box-shadow: 5px -4px 0px 0px rgba(251,176,59,0.8);
}
.traffic-light__item:last-child .luces span:nth-child(2):hover {
  background-color: #fbb03b;
}
.traffic-light__item:last-child .luces span:nth-child(2):hover:after {
  -webkit-box-shadow: 5px -4px 0px 0px rgba(204,126,4,0.5);
  box-shadow: 5px -4px 0px 0px rgba(204,126,4,0.5);
}
.traffic-light__item:last-child .luces span:nth-child(3) {
  border-color: #22b573;
  top: 130px;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .luces span:nth-child(3) {
    top: 110px;
  }
}
.traffic-light__item:last-child .luces span:nth-child(3):after {
  -webkit-box-shadow: 5px -4px 0px 0px rgba(34,181,115,0.5);
  box-shadow: 5px -4px 0px 0px rgba(34,181,115,0.5);
}
.traffic-light__item:last-child .luces span:nth-child(3):hover {
  background-color: #22b573;
}
.traffic-light__item:last-child .luces span:nth-child(3):hover:after {
  -webkit-box-shadow: 5px -4px 0px 0px rgba(18,95,60,0.5);
  box-shadow: 5px -4px 0px 0px rgba(18,95,60,0.5);
}
.traffic-light__item:last-child .luces span:nth-child(4) {
  border-color: #b3b3b3;
  top: 180.2px;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .luces span:nth-child(4) {
    top: 147px;
  }
}
.traffic-light__item:last-child .luces span:nth-child(4):after {
  -webkit-box-shadow: 5px -4px 0px 0px rgba(179,179,179,0.8);
  box-shadow: 5px -4px 0px 0px rgba(179,179,179,0.8);
}
.traffic-light__item:last-child .luces span:nth-child(4):hover {
  background-color: #b3b3b3;
}
.traffic-light__item:last-child .luces span:nth-child(4):hover:after {
  -webkit-box-shadow: 5px -4px 0px 0px rgba(128,128,128,0.8);
  box-shadow: 5px -4px 0px 0px rgba(128,128,128,0.8);
}
.traffic-light__item:last-child .luces .active__red {
  background-color: #ce4e4e;
}
.traffic-light__item:last-child .luces .active__red:after {
  -webkit-box-shadow: 5px -4px 0px 0px rgba(143,39,39,0.5) !important;
  box-shadow: 5px -4px 0px 0px rgba(143,39,39,0.5) !important;
}
.traffic-light__item:last-child .luces .active__yellow {
  background-color: #fbb03b;
}
.traffic-light__item:last-child .luces .active__yellow:after {
  -webkit-box-shadow: 5px -4px 0px 0px rgba(204,126,4,0.5) !important;
  box-shadow: 5px -4px 0px 0px rgba(204,126,4,0.5) !important;
}
.traffic-light__item:last-child .luces .active__green {
  background-color: #22b573;
}
.traffic-light__item:last-child .luces .active__green:after {
  -webkit-box-shadow: 5px -4px 0px 0px rgba(18,95,60,0.5) !important;
  box-shadow: 5px -4px 0px 0px rgba(18,95,60,0.5) !important;
}
.traffic-light__item:last-child .luces .active__gray {
  background-color: #b3b3b3;
}
.traffic-light__item:last-child .luces .active__gray:after {
  -webkit-box-shadow: 5px -4px 0px 0px rgba(128,128,128,0.8) !important;
  box-shadow: 5px -4px 0px 0px rgba(128,128,128,0.8) !important;
}
.traffic-light__item:last-child .arrow-right {
  position: absolute;
  left: -65px;
}
.traffic-light__item:last-child .arrow-right span {
  font-size: 1.2rem;
  letter-spacing: -10px;
  -webkit-animation: fadeInOut 1.75s infinite;
  -moz-animation: fadeInOut 1.75s infinite;
  -o-animation: fadeInOut 1.75s infinite;
  -ms-animation: fadeInOut 1.75s infinite;
  animation: fadeInOut 1.75s infinite;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.traffic-light__item:last-child .arrow-right span:nth-child(2) {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  -ms-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.traffic-light__item:last-child .arrow-right span:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.traffic-light__item:last-child .arrow-right span:nth-child(4) {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  -ms-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.traffic-light__item:last-child .luces__mensajes {
  position: absolute;
  top: 10px;
  left: 250px;
  width: 64%;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .luces__mensajes {
    left: 180px;
  }
}
@media screen and (max-width: 450px) {
  .traffic-light__item:last-child .luces__mensajes {
    width: 50%;
  }
}
@media screen and (max-width: 340px) {
  .traffic-light__item:last-child .luces__mensajes {
    left: 150px;
  }
}
.traffic-light__item:last-child .luces__mensajes > div {
  padding: 0.5rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.traffic-light__item:last-child .luces__mensajes .active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.traffic-light__item:last-child .luces__mensajes .red {
  color: #ce4e4e;
  top: 20px;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .luces__mensajes .red {
    top: 20px;
  }
}
.traffic-light__item:last-child .luces__mensajes .yellow {
  color: #fbb03b;
  position: absolute;
  top: 72px;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .luces__mensajes .yellow {
    top: 60px;
  }
}
.traffic-light__item:last-child .luces__mensajes .green {
  color: #22b573;
  position: absolute;
  top: 120px;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .luces__mensajes .green {
    top: 95px;
  }
}
.traffic-light__item:last-child .luces__mensajes .gray {
  color: #b3b3b3;
  top: 170px;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .traffic-light__item:last-child .luces__mensajes .gray {
    top: 130px;
  }
}
.traffic-light__item:last-child .text h6 {
  font-size: 1.2rem;
  font-family: "Oswald";
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.traffic-light__item:last-child .text p {
  padding: 0;
  margin: 0;
}
.traffic-light__next {
  text-align: center;
  position: absolute;
  color: #fff;
  display: inline-block;
  bottom: 20px;
  left: 0;
  right: 0;
}
.traffic-light__next a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.traffic-light__next p {
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}
@media screen and (max-height: 640px) {
  .traffic-light__next p {
    display: none;
  }
}
.traffic-light__next .arrow-next {
  display: inline-block;
}
.traffic-light__next span {
  color: #fff;
  -webkit-animation: fadeInOut 1.5s infinite;
  -moz-animation: fadeInOut 1.5s infinite;
  -o-animation: fadeInOut 1.5s infinite;
  -ms-animation: fadeInOut 1.5s infinite;
  animation: fadeInOut 1.5s infinite;
  -webkit-animation-delay: 0.375s;
  -moz-animation-delay: 0.375s;
  -o-animation-delay: 0.375s;
  -ms-animation-delay: 0.375s;
  animation-delay: 0.375s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
  line-height: 0.4rem;
}
@media screen and (max-width: 1360px) {
  .traffic-light__next span {
    line-height: 0.1rem;
  }
}
.traffic-light__next span:nth-child(2) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.traffic-light__next span:nth-child(3) {
  -webkit-animation-delay: 1.125s;
  -moz-animation-delay: 1.125s;
  -o-animation-delay: 1.125s;
  -ms-animation-delay: 1.125s;
  animation-delay: 1.125s;
}
.traffic-light__next span:nth-child(4) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.fadeInOut {
  -webkit-animation-name: fadeInOut;
  -moz-animation-name: fadeInOut;
  -o-animation-name: fadeInOut;
  -ms-animation-name: fadeInOut;
  animation-name: fadeInOut;
}
.list {
  background-color: #f4f4f4;
}
@media screen and (max-width: 1110px) {
  .list {
    padding: 4rem 0;
  }
}
.list__container {
  position: relative;
  max-width: 1280px;
  width: 90%;
  margin: auto;
  vertical-align: top;
  text-align: center;
}
.list__themes {
  width: 25%;
  max-width: 288px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .list__themes {
    width: 20%;
  }
}
@media screen and (max-width: 1010px) {
  .list__themes {
    width: 100%;
    max-width: 100%;
  }
}
.list__themes__title {
  min-height: 180px;
}
@media screen and (max-width: 1100px) {
  .list__themes__title {
    min-height: auto;
    text-align: center;
    padding-bottom: 1rem;
  }
}
.list__themes h2 {
  margin: 0;
  padding: 0;
  padding-top: 1.5rem;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media screen and (max-width: 1010px) {
  .list__themes h2 {
    padding-top: 0;
  }
}
.list__themes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1010px) {
  .list__themes ul {
    display: none;
  }
}
.list__themes__item {
  list-style: none;
  vertical-align: middle;
  min-height: 61px;
  position: relative;
  border-bottom: 1px dotted #000;
  cursor: default;
}
@media screen and (max-width: 1010px) {
  .list__themes__item {
    width: 25%;
    display: inline-block;
    border: none;
  }
}
.list__themes__item:last-child {
  border: none;
}
.list__themes__item:hover .text__hover {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.list__themes__item .number {
  font-size: 2rem;
  width: 20%;
  display: inline-block;
  font-family: "Oswald";
  font-weight: 100;
  vertical-align: middle;
}
.list__themes__item .text {
  font-size: 1rem;
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
}
@media screen and (max-width: 580px) {
  .list__themes__item .text {
    text-align: left;
  }
  .list__themes__item .text br {
    display: none;
  }
}
.list__themes__item .text p {
  margin: 4px 0;
}
.list__themes__item .text__hover {
  position: absolute;
  width: 220px;
  text-align: center;
  left: 70%;
  top: -25%;
  background-color: rgba(0,0,0,0.5);
  padding: 0.5rem 1rem;
  z-index: 9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
  -webkit-transition: 2s display ease;
  -moz-transition: 2s display ease;
  -o-transition: 2s display ease;
  -ms-transition: 2s display ease;
  transition: 2s display ease;
}
.list__themes__item .text__hover:before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border-right: 30px solid rgba(0,0,0,0.5);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.list__themes__item .text__hover p {
  font-size: 0.95rem;
  line-height: 1rem;
  color: #fff;
  padding: 0;
  font-family: "Oswald";
  font-weight: 100;
}
.list__candidate {
  max-width: 864px;
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1280px) {
  .list__candidate {
    width: 78%;
  }
}
@media screen and (max-width: 1010px) {
  .list__candidate {
    width: 100%;
  }
}
.list__candidate ul {
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
@media screen and (max-width: 1010px) {
  .list__candidate ul {
    text-align: center;
  }
}
.list__candidate__item {
  width: 16.6%;
  max-width: 140px;
  vertical-align: top;
  margin: auto;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1230px) {
  .list__candidate__item {
    width: 16%;
  }
}
@media screen and (max-width: 1010px) {
  .list__candidate__item {
    width: 33%;
    max-width: 33%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 920px) {
  .list__candidate__item {
    width: 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .list__candidate__item {
    width: 100%;
    max-width: 90%;
  }
}
.list__candidate__item .image {
  vertical-align: top;
  min-height: 180px;
  filter: grayscale(100%);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1010px) {
  .list__candidate__item .image {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    min-height: 300px;
    max-width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .list__candidate__item .image {
    width: 100%;
    filter: none;
    min-height: 300px;
  }
}
.list__candidate__item .image .image__wrapper {
  height: 160px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s height ease-in-out;
  -moz-transition: 0.5s height ease-in-out;
  -o-transition: 0.5s height ease-in-out;
  -ms-transition: 0.5s height ease-in-out;
  transition: 0.5s height ease-in-out;
}
@media screen and (max-width: 1010px) {
  .list__candidate__item .image .image__wrapper {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .list__candidate__item .image .image__wrapper {
    width: 50%;
    margin: auto;
    min-width: 250px;
    min-height: 300px;
    left: 0;
    right: 0;
  }
}
.list__candidate__item .image img {
  height: 100%;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.list__candidate__item .name {
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #aaa;
  padding: 0.5rem 0;
}
.list__candidate__item .name h6 {
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .list__candidate__item .name h6 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.list__candidate__item .name .share {
  padding-top: 0.5rem;
  height: 0;
  -webkit-transition: 0.5s height ease-in-out;
  -moz-transition: 0.5s height ease-in-out;
  -o-transition: 0.5s height ease-in-out;
  -ms-transition: 0.5s height ease-in-out;
  transition: 0.5s height ease-in-out;
}
.list__candidate__item .name .share a {
  text-decoration: none;
  color: #fff;
  padding: 0.5rem;
}
.list__candidate__item .name .share span {
  height: 0;
  font-size: 0;
  -webkit-transition: 0.2s font-size ease-in-out 0.6s;
  -moz-transition: 0.2s font-size ease-in-out 0.6s;
  -o-transition: 0.2s font-size ease-in-out 0.6s;
  -ms-transition: 0.2s font-size ease-in-out 0.6s;
  transition: 0.2s font-size ease-in-out 0.6s;
  -webkit-transition: 0.5s height ease-in-out 0.6s;
  -moz-transition: 0.5s height ease-in-out 0.6s;
  -o-transition: 0.5s height ease-in-out 0.6s;
  -ms-transition: 0.5s height ease-in-out 0.6s;
  transition: 0.5s height ease-in-out 0.6s;
}
.list__candidate__color {
  min-height: 60px;
  height: 60px;
  text-align: center;
  padding: 10px;
  margin-top: 1px;
  border-bottom: 1px dotted #000;
  position: relative;
}
@media screen and (max-width: 1010px) {
  .list__candidate__color {
    display: inline-block;
    vertical-align: middle;
    border: none;
    width: 15%;
  }
}
@media screen and (max-width: 1010px) {
  .list__candidate__color {
    width: 100%;
    min-height: auto;
    height: auto;
    max-width: 250px;
    background-color: #d1d1d1;
  }
}
.list__candidate__color:last-child {
  border: none;
}
.list__candidate__color:nth-child(2) .item__color__description {
  bottom: inherit;
  top: 100%;
}
.list__candidate__color:nth-child(2) .item__color__description:after {
  border-top: none;
  bottom: inherit;
  top: -19px;
}
.list__candidate__color:nth-child(2) .item {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.list__candidate__color:nth-child(3) .item {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.list__candidate__color:nth-child(4) .item {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.list__candidate__color:nth-child(5) .item {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.list__candidate__color:nth-child(5) .item {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.list__candidate__color:nth-child(6) .item {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.list__candidate__color .item {
  height: 40px;
  width: 40px;
  display: block;
  margin: auto;
  border-radius: 100%;
  -webkit-transition: 0.2s background-color ease-in-out 0.2s;
  -moz-transition: 0.2s background-color ease-in-out 0.2s;
  -o-transition: 0.2s background-color ease-in-out 0.2s;
  -ms-transition: 0.2s background-color ease-in-out 0.2s;
  transition: 0.2s background-color ease-in-out 0.2s;
}
.list__candidate__color .item a {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  display: block;
}
.list__candidate__color .color__defaul {
  background-color: #999 !important;
}
.list__candidate__color .color__green {
  background-color: #22b573;
}
.list__candidate__color .color__red {
  background-color: #ce4e4e;
}
.list__candidate__color .color__yellow {
  background-color: #fbb03b;
}
.list__candidate__color .color__gray {
  background-color: #b3b3b3;
}
.list__candidate__color .item__color__description {
  position: absolute;
  width: 200px;
  max-height: 200px;
  background-color: rgba(255,255,255,0.8);
  left: -30px;
  bottom: 100%;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 580px) {
  .list__candidate__color .item__color__description {
    left: -135%;
  }
}
.list__candidate__color .item__color__description:after {
  position: absolute;
  content: '';
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,0.8);
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  -moz-transform: rotate(45deg) skew(10deg, 10deg);
  -o-transform: rotate(45deg) skew(10deg, 10deg);
  -ms-transform: rotate(45deg) skew(10deg, 10deg);
  transform: rotate(45deg) skew(10deg, 10deg);
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  z-index: -1;
}
.list__candidate__color__title {
  display: none;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .list__candidate__color__title {
    display: block;
  }
  .list__candidate__color__title p {
    margin: 0;
    padding-bottom: 0.5rem;
  }
}
.list__candidate .active .image {
  filter: grayscale(0%);
}
.list__candidate .active .image__wrapper {
  height: 180px;
}
@media screen and (max-width: 1010px) {
  .list__candidate .active .image__wrapper {
    height: 300px;
  }
}
.list__candidate .active .image__wrapper .name {
  background-color: #ce4e4e;
}
.list__candidate .active .image__wrapper .share {
  height: auto;
}
.list__candidate .active .image__wrapper .share span {
  font-size: 1rem;
}
.list__candidate .active .list__candidate__color .item__color__description {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0;
  -webkit-transition: 0.5s opacity ease-in-out;
  -moz-transition: 0.5s opacity ease-in-out;
  -o-transition: 0.5s opacity ease-in-out;
  -ms-transition: 0.5s opacity ease-in-out;
  transition: 0.5s opacity ease-in-out;
}
.list__candidate .active .list__candidate__color .item__color__description p {
  font-size: 0;
}
.list__candidate .active .list__candidate__color:hover .item__color__description {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: auto;
}
.list__candidate .active .list__candidate__color:hover .item__color__description p {
  font-size: 0.8rem;
}
.list__next__candidate {
  position: absolute;
  display: inline-block;
  top: calc(100% + 25px);
  left: calc(75% + 60px);
}
@media screen and (max-height: 760px) {
  .list__next__candidate {
    width: 100%;
    left: 0;
    text-align: right;
  }
}
.list__next__candidate a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald";
  color: #696568;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-height: 760px) {
  .list__next__candidate a {
    position: relative;
  }
}
.list__next__candidate a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #0b3c54;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.list__next__candidate a:hover {
  color: #0b3c54;
}
.list__next__candidate a:hover:after {
  width: 100%;
}
.about {
  padding: 4rem 0;
  text-align: center;
  background-image: url("../img/trama_2.png");
  background-color: #f4f4f4;
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
}
.about__title h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
}
.about__items {
  text-align: center;
  position: relative;
}
.about__items a {
  color: #000;
  text-decoration: none;
}
.about__items .item {
  display: inline-block;
  margin: auto;
  float: inherit !important;
  cursor: pointer;
}
.about__items .item:hover .icons span {
  background-color: #4930af;
}
.about__items .item:hover .text:after {
  width: 80%;
}
.about__items .icons {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
.about__items .icons span {
  color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 100%;
  background-color: #000;
  font-size: 30px;
  line-height: 60px;
  margin: auto;
  -webkit-transition: 0.5s background-color ease-in-out 0.2s;
  -moz-transition: 0.5s background-color ease-in-out 0.2s;
  -o-transition: 0.5s background-color ease-in-out 0.2s;
  -ms-transition: 0.5s background-color ease-in-out 0.2s;
  transition: 0.5s background-color ease-in-out 0.2s;
}
.about__items .text {
  text-transform: uppercase;
  width: 70%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
}
.about__items .text:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0.12rem;
  bottom: 0;
  background-color: #4930af;
  -webkit-transition: 0.5s width ease-in-out 0.2s;
  -moz-transition: 0.5s width ease-in-out 0.2s;
  -o-transition: 0.5s width ease-in-out 0.2s;
  -ms-transition: 0.5s width ease-in-out 0.2s;
  transition: 0.5s width ease-in-out 0.2s;
}
.about__items .text h4 {
  font-size: 1.2rem;
  font-weight: 100;
  font-family: "Oswald";
  margin: 0.5rem;
}
@-moz-keyframes fadeInOut {
  0%, 50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fadeInOut {
  0%, 50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fadeInOut {
  0%, 50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes fadeInOut {
  0%, 50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.people-talk {
  padding: 12rem 0 8rem;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.people-talk .container {
  overflow: hidden;
}
.people-talk__header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  min-height: 10px;
  max-height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.people-talk__header:after {
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -moz-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -o-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -ms-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: linear-gradient(to top, #fff 10%, rgba(255,255,255,0.1) 80%);
  top: 0;
  left: 0;
  height: 105%;
  width: 100%;
}
.people-talk__title {
  text-align: center;
  margin-bottom: 2rem;
}
.people-talk__title h2 {
  text-transform: uppercase;
  font-family: "Oswald";
  margin-bottom: 2rem;
  font-weight: 100;
  font-size: 3rem;
}
.people-talk__title p {
  width: 85%;
  margin: auto;
}
.people-talk__title .return {
  text-align: left;
  color: #000;
}
.people-talk__title .return .agenda-detalle__regresar {
  color: #000;
}
.people-talk__items {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 4rem;
}
.people-talk__item {
  list-style: none;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
}
@media screen and (max-width: 980px) {
  .people-talk__item {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .people-talk__item {
    width: 90%;
  }
}
.people-talk__item__wrapper {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-image: none;
  -webkit-transition: 1s background-image ease-in-out;
  -moz-transition: 1s background-image ease-in-out;
  -o-transition: 1s background-image ease-in-out;
  -ms-transition: 1s background-image ease-in-out;
  transition: 1s background-image ease-in-out;
  -webkit-transition: 1s color ease-in-out;
  -moz-transition: 1s color ease-in-out;
  -o-transition: 1s color ease-in-out;
  -ms-transition: 1s color ease-in-out;
  transition: 1s color ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);
}
.people-talk__item__wrapper__background {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  height: 0;
  width: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.people-talk__item__image {
  position: relative;
  border-radius: 100%;
  max-width: 15rem;
  max-height: 15rem;
  width: 15rem;
  height: 15rem;
  margin: auto;
  -webkit-transition: 1s opacity ease-in-out;
  -moz-transition: 1s opacity ease-in-out;
  -o-transition: 1s opacity ease-in-out;
  -ms-transition: 1s opacity ease-in-out;
  transition: 1s opacity ease-in-out;
}
.people-talk__item__image img {
  position: relative;
  width: 100%;
  border-radius: 100%;
}
.people-talk__item__body {
  position: relative;
  padding-top: 0.5rem;
}
.people-talk__item__body a {
  text-decoration: none;
}
.people-talk__item__body .date {
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
}
.people-talk__item__body .title {
  width: 80%;
  margin: auto;
  text-transform: uppercase;
  font-family: "Oswald";
  color: #000;
  font-size: 1.8rem;
  -webkit-transition: 1s color ease-in-out;
  -moz-transition: 1s color ease-in-out;
  -o-transition: 1s color ease-in-out;
  -ms-transition: 1s color ease-in-out;
  transition: 1s color ease-in-out;
  font-weight: 400;
}
.people-talk__item__body .description {
  font-size: 0.8rem;
  padding: 0 1.5rem;
}
.people-talk__item__body .button {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  height: 65px;
}
.people-talk__item__body .button a {
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  padding: 0.5rem 2.5rem;
  margin-bottom: 0.5rem;
}
.people-talk__item:hover {
  color: #fff;
}
.people-talk__item:hover .people-talk__item__image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.people-talk__item:hover .people-talk__item__wrapper__background {
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.3);
}
.people-talk__item:hover .title {
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 0 1.5rem;
}
.people-talk__item:hover .description {
  text-align: justify;
}
.people-talk__item:hover .button {
  text-align: right;
}
.people-talk__item:hover .button a {
  text-align: center;
  border-radius: 100%;
  background-color: #4930af;
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.1rem;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.people-talk__item:hover .button span {
  display: none;
}
.people-talk__outstanding {
  position: relative;
  width: 90%;
  margin: auto;
}
.people-talk__outstanding__wrapper {
  position: relative;
  width: 50%;
  margin-left: 50%;
}
@media screen and (max-width: 940px) {
  .people-talk__outstanding__wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.people-talk__outstanding__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 940px) {
  .people-talk__outstanding__image {
    left: inherit;
    position: relative;
    height: 400px;
  }
}
.people-talk__outstanding__image .share {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.people-talk__outstanding__image .share a {
  display: block;
  float: left;
  width: 50%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald";
  padding: 0.3rem 0;
  letter-spacing: 1px;
  font-weight: 100;
}
@media screen and (max-width: 450px) {
  .people-talk__outstanding__image .share a {
    width: 100%;
  }
}
.people-talk__outstanding__image .share a span {
  margin-left: 1rem;
  font-size: 0.8rem;
}
.people-talk__outstanding__description {
  position: relative;
  text-align: left;
  padding: 1rem 2rem;
}
@media screen and (max-width: 600px) {
  .people-talk__outstanding__description {
    padding: 1rem 0;
  }
}
.people-talk__outstanding__description span {
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 400;
  color: #696568;
}
.people-talk__outstanding__description h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Oswald";
  font-weight: bold;
}
.people-talk__outstanding__description .description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Oswald";
  font-weight: 400;
}
.people-talk__outstanding__button {
  position: relative;
  margin-top: 1rem;
  position: relative;
  display: inline-block;
  padding: 0.4rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
}
.people-talk__outstanding__button:before {
  z-index: -1;
  height: 100%;
  width: 0;
  position: absolute;
  content: '';
  background-color: #4930af;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s width ease-in-out;
  -moz-transition: 0.5s width ease-in-out;
  -o-transition: 0.5s width ease-in-out;
  -ms-transition: 0.5s width ease-in-out;
  transition: 0.5s width ease-in-out;
}
.people-talk__outstanding__button:after {
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  content: '';
  background-color: #000;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s width ease-in-out;
  -moz-transition: 0.5s width ease-in-out;
  -o-transition: 0.5s width ease-in-out;
  -ms-transition: 0.5s width ease-in-out;
  transition: 0.5s width ease-in-out;
}
.people-talk__outstanding__button span {
  font-family: "OpenSans", "Oswald";
  font-weight: 400;
  color: #fff;
}
.people-talk__outstanding__button:hover:before {
  width: 100%;
}
.people-talk__outstanding__button:hover:after {
  width: 0;
}
.people-talk__nav {
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 999;
}
@media screen and (max-width: 650px) {
  .people-talk__nav {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .people-talk__nav h2 {
    text-transform: uppercase;
    color: #1e1e1e;
    margin: 0;
    margin-bottom: 0.5rem;
  }
}
.people-talk__nav>ul {
  display: inline-block;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .people-talk__nav>ul {
    margin: auto;
    padding: 0;
    width: 80%;
  }
}
.people-talk__nav>ul>li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 0.6rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .people-talk__nav>ul>li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 0.5rem 0.5rem;
  }
}
.people-talk__nav>ul>li:hover>ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.people-talk__nav>ul>li>a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.people-talk__nav>ul>li>a:after {
  content: '/';
  position: absolute;
  left: calc(100% + 2px);
}
@media screen and (max-width: 650px) {
  .people-talk__nav>ul>li>a:after {
    display: none;
  }
}
.people-talk__nav>ul>li:last-child a:after {
  display: none;
}
.people-talk__nav>ul ul {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  margin: auto;
  padding: 0;
  width: 180px;
  margin-top: 1rem;
  list-style: none;
  background-color: #666;
  z-index: 99;
  top: 200%;
  -webkit-transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
  -moz-transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
  -o-transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
  -ms-transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
  transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
@media screen and (max-width: 650px) {
  .people-talk__nav>ul ul {
    margin: auto;
    left: 0;
    right: 0;
    top: 100%;
  }
}
.people-talk__nav>ul ul li {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.people-talk__nav>ul ul li a {
  text-decoration: none;
  width: 100%;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.people-talk__nav>ul ul li a:hover {
  background-color: #fff;
  color: #666;
}
.people-talk .pagination {
  display: inline-block;
  margin: auto;
  margin-top: 2rem;
}
.people-talk .pagination a,
.people-talk .pagination span {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
}
.people-talk .pagination .jp-previous,
.people-talk .pagination .jp-next {
  font-size: 1rem;
  font-family: "Oswald";
  height: 30px;
  width: 30px;
  display: inline-block;
  border: 1px solid #000;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  position: relative;
}
.people-talk .pagination .jp-previous:hover,
.people-talk .pagination .jp-next:hover {
  background-color: #000;
  color: #fff;
}
.people-talk .pagination .jp-previous {
  margin-right: 0.5rem;
  color: #000;
}
.people-talk .pagination .jp-next {
  margin-left: 0.5rem;
  color: #000;
}
.people-talk .pagination .jp-disabled {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
  color: #fff;
}
.people-talk .pagination .jp-disabled:hover {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
  color: #fff;
}
.people-talk .pagination .jp-current {
  color: #0072c0;
}
.people-talk .pagination a {
  cursor: pointer;
}
.people-talk .pagination a:hover {
  color: #4930af;
}
.themes__header__assessment .points .point .semaforo-red,
.themes__declaration__title .semaforo-red {
  background-color: #ce4e4e;
}
.themes__header__assessment .points .point .semaforo-yellow,
.themes__declaration__title .semaforo-yellow {
  background-color: #fbb03b;
}
.themes__header__assessment .points .point .semaforo-green,
.themes__declaration__title .semaforo-green {
  background-color: #22b573;
}
.themes__header__assessment .points .point .semaforo-gray,
.themes__declaration__title .semaforo-gray {
  background-color: #b3b3b3;
}
.choose-candidate {
  position: relative;
  background-color: #f7f7f7;
  padding-bottom: 4rem;
  padding-top: 6rem;
  text-align: center;
}
.choose-candidate__header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  min-height: 10px;
  max-height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.choose-candidate__header:after {
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(bottom, #f7f7f7 20%, rgba(30,30,30,0.1) 80%);
  background-image: -moz-linear-gradient(bottom, #f7f7f7 20%, rgba(30,30,30,0.1) 80%);
  background-image: -o-linear-gradient(bottom, #f7f7f7 20%, rgba(30,30,30,0.1) 80%);
  background-image: -ms-linear-gradient(bottom, #f7f7f7 20%, rgba(30,30,30,0.1) 80%);
  background-image: linear-gradient(to top, #f7f7f7 20%, rgba(30,30,30,0.1) 80%);
  top: 0;
  left: 0;
  height: 105%;
  width: 100%;
}
.choose-candidate__title {
  text-transform: uppercase;
  text-align: center;
}
.choose-candidate__title h2 {
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
}
.choose-candidate__title p {
  text-transform: initial;
}
.candidate {
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 922px) {
  .candidate .grid-30 {
    width: 100%;
  }
  .candidate .grid-70 {
    width: 100%;
  }
}
.candidate:after {
  content: '';
  position: relative;
  width: calc(100% - 20px);
  border-bottom: 1px dashed #000;
  bottom: -2rem;
  margin: auto;
}
.candidate__image {
  text-align: left;
}
@media screen and (max-width: 922px) {
  .candidate__image {
    max-width: 350px;
    margin: auto;
    text-align: center;
  }
}
.candidate__image img {
  width: 100%;
}
.candidate__about {
  text-align: left;
  position: relative;
}
.candidate__about__description {
  position: relative;
  text-align: left;
}
.candidate__about__description .descriptions {
  padding: 0.5rem 0;
}
.candidate__about__description .date {
  position: relative;
  padding-top: 1rem;
}
.candidate__about__description .date p {
  padding: 0;
  margin: 0;
}
.candidate__about__description .date p a {
  text-decoration: none;
  color: #000;
}
.candidate__name {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin-right: 1rem;
}
.candidate__name h3 {
  font-family: "Oswald";
  padding: 0;
  margin: 0;
}
.candidate__name h5 {
  font-family: "Oswald";
  font-weight: 100;
  margin: 0;
  font-size: 1.5rem;
}
.candidate__share {
  display: inline-block;
  vertical-align: top;
  height: 2.8rem;
}
.candidate__share a {
  text-decoration: none;
  color: #000;
  margin-top: 0.4rem;
  vertical-align: middle;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  border: 1px solid;
  border-radius: 100%;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}
.candidate__share a:hover {
  color: #fff;
  border-color: transparent;
}
.candidate__theme {
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.themes {
  padding: 1.5rem 10px;
  text-align: right;
  position: relative;
}
.themes:after {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  border-bottom: 1px dashed #000;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.themes h3 {
  font-family: "Oswald";
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.2rem;
  text-align: left;
  margin: 0;
  width: 24%;
}
@media screen and (max-width: 1265px) {
  .themes h3 {
    width: 20%;
  }
}
@media screen and (max-width: 1220px) {
  .themes h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1082px) {
  .themes h3 {
    width: 15%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 922px) {
  .themes h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.themes .tabs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}
@media screen and (max-width: 1265px) {
  .themes .tabs__list {
    width: 78%;
  }
}
@media screen and (max-width: 1082px) {
  .themes .tabs__list {
    width: 84.2%;
  }
}
@media screen and (max-width: 922px) {
  .themes .tabs__list {
    width: 100%;
  }
}
@media screen and (max-width: 870px) {
  .themes .tabs__list {
    text-align: center;
  }
}
.themes .tabs__list .active .themes__number {
  color: #4930af;
  font-weight: 500;
}
.themes .tabs__list li {
  width: auto;
  height: auto;
  margin-left: 1rem;
  cursor: pointer;
  display: inline-block;
  list-style: none;
}
@media screen and (max-width: 1330px) {
  .themes .tabs__list li {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 870px) {
  .themes .tabs__list li {
    width: 30%;
    vertical-align: top;
  }
  .themes .tabs__list li br {
    display: none;
  }
}
@media screen and (max-width: 435px) {
  .themes .tabs__list li {
    width: 45%;
  }
}
.themes .tabs__list li:hover .themes__number {
  color: #4930af;
  font-weight: 500;
}
@media screen and (max-width: 870px) and (max-width: 530px) {
  .themes .tabs__list li br {
    display: block;
  }
}
.themes__number {
  display: inline-block;
  font-size: 3rem;
  font-family: "Oswald";
  font-weight: 100;
}
@media screen and (max-width: 1220px) {
  .themes__number {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 870px) {
  .themes__number {
    width: 100%;
    text-align: center;
  }
}
.themes__title {
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 870px) {
  .themes__title {
    width: 100%;
    text-align: center;
  }
}
.themes__title h4 {
  font-family: "Oswald";
  font-weight: 100;
  font-size: 1rem;
  margin: 0;
}
@media screen and (max-width: 1220px) {
  .themes__title h4 {
    font-size: 0.9rem;
  }
}
.themes__descriptions {
  position: relative;
}
.themes__header {
  position: relative;
  padding: 0.8rem 10px;
}
.themes__header:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  border-right: 1px dashed #000;
  left: 24%;
  top: 0;
}
@media screen and (max-width: 922px) {
  .themes__header:after {
    display: none;
  }
}
.themes__header__title {
  position: relative;
  width: 24%;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 922px) {
  .themes__header__title {
    width: 100%;
    text-align: center;
  }
  .themes__header__title br {
    display: none;
  }
}
.themes__header__title span {
  display: inline-block;
  vertical-align: middle;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #000;
  border-radius: 100%;
  color: #fff;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: center;
}
.themes__header__title h2 {
  text-align: left;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Oswald";
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 1rem;
}
.themes__header__assessment {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 922px) {
  .themes__header__assessment {
    width: 100%;
    padding-top: 1rem;
  }
}
.themes__header__assessment .title {
  display: inline-block;
  width: 38%;
  vertical-align: middle;
}
@media screen and (max-width: 922px) {
  .themes__header__assessment .title {
    width: 100%;
  }
}
.themes__header__assessment .title h2 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Oswald";
  margin: 0;
}
.themes__header__assessment .points {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 922px) {
  .themes__header__assessment .points {
    width: 100%;
    margin-top: 0.5rem;
  }
  .themes__header__assessment .points br {
    display: none;
  }
}
.themes__header__assessment .points .point {
  display: inline-block;
  width: 20%;
  text-align: center;
}
.themes__header__assessment .points .point span {
  height: 30px;
  width: 30px;
  display: block;
  margin: auto;
  border-radius: 100%;
}
.themes__header__assessment .points .point p {
  padding: 0;
  margin: 0;
  margin-top: 0.8rem;
  font-size: 0.8rem;
}
@media screen and (max-width: 550px) {
  .themes__header__assessment .points .point {
    vertical-align: top;
  }
}
@media screen and (max-width: 465px) {
  .themes__header__assessment .points .point {
    width: 45%;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 922px) and (max-width: 550px) {
  .themes__header__assessment .points br {
    display: block;
  }
}
.themes__wrapper {
  margin-top: 1rem;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #e8e8e8;
  text-align: left;
}
@media screen and (max-width: 670px) {
  .themes__wrapper {
    margin-top: 0;
    padding: 1rem;
  }
}
.themes__declaration {
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #000;
}
.themes__declaration:last-child {
  border: none;
}
.themes__declaration__content {
  width: 49%;
  display: inline-block;
  padding: 1rem;
  vertical-align: top;
}
@media screen and (max-width: 922px) {
  .themes__declaration__content {
    width: 100%;
    text-align: justify;
  }
}
@media screen and (max-width: 670px) {
  .themes__declaration__content {
    padding: 0rem;
  }
}
.themes__declaration__title {
  display: inline-block;
  vertical-align: middle;
  padding: 1rem 0;
}
.themes__declaration__title span {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.themes__declaration__title h3 {
  text-transform: uppercase;
  font-family: "Oswald";
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: 100;
}
.themes__declaration__container {
  position: relative;
}
.themes__declaration__container .date {
  position: relative;
  padding-top: 1rem;
}
.themes__declaration__container .date p {
  font-size: 0.9rem;
  padding: 0;
  padding-bottom: 0.4rem;
  margin: 0;
}
.themes__declaration__container .date p a {
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}
.tab__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.tab__list .active img {
  filter: grayscale(0%);
}
.tab__list li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  width: 75px;
  height: 75px;
}
.tab__list li span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  display: block;
}
.tab__list li span img {
  width: 100%;
  filter: grayscale(100%);
}
.tab__container {
  margin-top: 4rem;
}
.tab__content {
  position: relative;
}
.tab__theme {
  position: relative;
}
.wrap-dots {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 104px;
  z-index: 0;
}
.wrap-dots:before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 20%;
  position: absolute;
  background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.1), #fff, #fff, #fff);
  background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0.1), #fff, #fff, #fff);
  background-image: -o-linear-gradient(270deg, rgba(255,255,255,0.1), #fff, #fff, #fff);
  background-image: -ms-linear-gradient(270deg, rgba(255,255,255,0.1), #fff, #fff, #fff);
  background-image: linear-gradient(180deg, rgba(255,255,255,0.1), #fff, #fff, #fff);
  margin-top: 30%;
  z-index: -1;
}
.med-alt-wrap {
  text-align: center;
  background-color: rgba(0,0,0,0.1);
  padding-bottom: 2em;
}
.med-alt-ver-mas {
  display: inline-block;
  padding: 0.64em 2em;
  background-color: #000;
  border: 2px solid #000;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 2em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.med-alt-ver-mas:hover {
  color: #000;
  border-color: #000;
  background-color: transparent;
}
.med-alt {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.med-alt__inner {
  padding: 2em 1.6em 0;
}
.med-alt__image {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: auto;
}
@media screen and (min-width: 993px) {
  .med-alt__image {
    width: 90%;
  }
}
.med-alt__image:after {
  content: "";
  padding-bottom: 70%;
  display: block;
}
.med-alt__image img {
  width: 0;
  height: 0;
  display: none;
}
.med-alt__body {
  padding-top: 1em;
}
.med-alt__title {
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Oswald";
  text-transform: uppercase;
}
.med-alt__subtitle {
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Oswald";
  color: #818181;
}
.med-alt__overlay {
  position: absolute;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.82);
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s -webkit-transform ease-in-out;
  -moz-transition: 0.5s -moz-transform ease-in-out;
  -o-transition: 0.5s -o-transform ease-in-out;
  -ms-transition: 0.5s -ms-transform ease-in-out;
  transition: 0.5s transform ease-in-out;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .med-alt__overlay {
    font-size: 0.9em;
  }
}
.med-alt__overlay__title {
  font-size: 2.2em;
  font-family: "Oswald";
  color: #ffb66c;
  text-transform: uppercase;
  font-weight: bold;
}
.med-alt__overlay__subtitle {
  font-size: 1.6em;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Oswald";
  color: #ababab;
  position: relative;
}
.med-alt__overlay__subtitle:after {
  content: "";
  width: 1.2em;
  border-bottom: 0.1em solid #834200;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
}
.med-alt__overlay__txt {
  color: #ababab;
  text-align: justify;
  padding-top: 1em;
  font-size: 1.2em;
}
.med-alt__overlay__link {
  width: 2em;
  height: 2em;
  font-size: 2em;
  line-height: 2em;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  margin-top: 1em;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  -ms-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -ms-transition-property: background-color, color;
  transition-property: background-color, color;
}
.med-alt__overlay__link:hover {
  background-color: #fff;
  color: #000;
}
.med-alt__overlay:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.med-alt__overlay__content {
  width: 72%;
  display: inline-block;
  vertical-align: middle;
}
.med-alt:hover .med-alt__overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.activista-wrapper {
  overflow: hidden;
  background-color: rgba(0,0,0,0.2);
  padding-bottom: 2em;
}
.activista {
  width: 100%;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  padding: 0 1.6em 2em;
  text-decoration: none;
}
.activista:first-child {
  padding-top: 2em;
}
@media screen and (max-width: 640px) {
  .activista {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.activista__1,
.activista__2 {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .activista__1,
  .activista__2 {
    width: 100%;
  }
}
.activista__2 {
  position: relative;
}
.activista__2:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 1.6em solid transparent;
  border-bottom: 1.6em solid transparent;
  border-right: 1.6em solid;
  border-right-color: inherit !important;
  border-left-color: inherit !important;
  position: absolute;
  right: 99.9%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .activista__2:after {
    content: none;
  }
}
.activista__image {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.activista__image:after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 100%;
}
.activista__image img {
  display: none;
  width: 0;
  height: 0;
}
.activista__content {
  padding: 2em 1.6em;
}
.activista__title {
  font-size: 1.22em;
  font-weight: bold;
  font-family: "Oswald";
  text-transform: uppercase;
  color: inherit;
  background-color: inherit;
  position: relative;
}
.activista__title:after {
  content: "";
  width: 1.6em;
  border-bottom: 0.1em solid;
  position: absolute;
  bottom: -0.1em;
  left: 0;
}
.activista__txt {
  color: inherit;
  font-size: 0.76em;
  padding-top: 1em;
}
.activista__link {
  position: relative;
  width: 2.2em;
  height: 2.2em;
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 2em;
  font-size: 1.4rem;
  border-radius: 50%;
  margin: auto;
  margin-top: 1em;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activista__link:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.date-cuenta-section {
  padding: 3rem 0;
}
.date-cuenta {
  width: 50%;
}
.date-cuenta__content {
  position: relative;
}
.date-cuenta__wrapper {
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.date-cuenta__container {
  padding: 0 !important;
  background-color: transparent !important;
}
.date-cuenta__content {
  background-color: transparent;
  border: none !important;
  overflow: hidden;
}
.date-cuenta__list {
  background-color: transparent;
  border: none;
  margin-bottom: 1rem !important;
}
.date-cuenta__list .ui-tabs-active a {
  color: #4930af;
}
.date-cuenta__list li {
  background-color: transparent !important;
  border: none !important;
}
.date-cuenta__list li:last-child a:after {
  display: none;
}
.date-cuenta__list li a {
  outline: none;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 300;
}
.date-cuenta__list li a:after {
  content: '/';
  position: absolute;
  right: -2px;
  color: #000;
}
@media screen and (max-width: 1180px) {
  .date-cuenta {
    width: 100%;
    margin: auto;
    max-width: 640px;
  }
}
.pizarra__title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.9rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 1180px) {
  .pizarra__title {
    padding-bottom: 0.9rem;
    padding-top: 1.8rem;
  }
}
@media screen and (min-width: 1181px) {
  .pizarra__title.fixed {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    display: block;
    z-index: 9999;
    position: fixed;
    top: 80px;
    background-color: rgba(45,45,45,0.84);
    color: #fff;
    width: 50%;
  }
  .date-cuenta:last-child .pizarra__title.fixed {
    right: 0;
    text-align: left;
    padding-left: 5em;
  }
  .date-cuenta:first-child .pizarra__title.fixed {
    left: 0;
    text-align: right;
    padding-right: 2em;
  }
}
.methodology {
  position: relative;
  padding-top: 6rem;
  background-color: #e6e6e6;
}
.methodology__header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  min-height: 10px;
  max-height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.methodology__header:after {
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(bottom, #e6e6e6 20%, rgba(230,230,230,0.1) 80%);
  background-image: -moz-linear-gradient(bottom, #e6e6e6 20%, rgba(230,230,230,0.1) 80%);
  background-image: -o-linear-gradient(bottom, #e6e6e6 20%, rgba(230,230,230,0.1) 80%);
  background-image: -ms-linear-gradient(bottom, #e6e6e6 20%, rgba(230,230,230,0.1) 80%);
  background-image: linear-gradient(to top, #e6e6e6 20%, rgba(230,230,230,0.1) 80%);
  top: 0;
  left: 0;
  height: 105%;
  width: 100%;
}
.methodology__content {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 5rem 0;
}
@media screen and (max-width: 500px) {
  .methodology__content {
    padding-top: 2rem;
  }
}
.methodology__wrapper {
  position: relative;
}
.methodology__wrapper:last-child {
  position: relative;
}
.methodology__wrapper:last-child .methodology__background {
  background-image: url("../img/trama_2.png");
  background-color: #f4f4f4;
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
  z-index: -2;
  top: -100px;
}
@media screen and (max-width: 992px) {
  .methodology__wrapper:last-child .methodology__background {
    top: -120px;
    height: calc(100% + 250px);
  }
}
@media screen and (max-width: 500px) {
  .methodology__wrapper:last-child .methodology__background {
    top: -180px;
  }
}
.methodology__background {
  position: absolute;
  width: 100%;
  height: calc(100% + 100px);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top center;
  left: 0;
  top: -50px;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .methodology__background {
    height: calc(100% + 200px);
    top: -100px;
  }
}
.methodology__left {
  text-align: left;
  width: 35%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .methodology__left {
    width: 100%;
    text-align: center;
  }
  .methodology__left p {
    margin: auto;
  }
  .methodology__left .methodology__title:after {
    display: none;
  }
}
.methodology__right {
  text-align: left;
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
@media screen and (max-width: 1070px) {
  .methodology__right {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .methodology__right {
    width: 100%;
    padding-top: 1.5rem;
  }
}
.methodology__title {
  position: relative;
}
.methodology__title:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000;
  left: 0;
  bottom: -10px;
}
.methodology__title h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Oswald";
  margin: 0;
  margin-bottom: 1rem;
}
.methodology__title h1 span {
  color: #4930af;
}
.methodology__title p {
  width: 60%;
}
.methodology .not-active .number__image {
  display: none;
}
.methodology .not-active .number span {
  color: #000;
}
.methodology__item {
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .methodology__item {
    width: 48%;
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .methodology__item {
    text-align: center;
    vertical-align: top;
  }
}
@media screen and (max-width: 460px) {
  .methodology__item {
    width: 100%;
  }
}
.methodology__item .number {
  height: 4.5rem;
  width: 4.5rem;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.methodology__item .number .number__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) brightness(50%);
  z-index: -1;
}
.methodology__item .number span {
  color: #fff;
  font-family: "Oswald";
  font-weight: 100;
  margin: auto;
  display: inline-block;
  line-height: 4.5rem;
  font-size: 2rem;
  z-index: 9;
}
.methodology__item .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  margin-left: 2rem;
}
@media screen and (max-width: 992px) {
  .methodology__item .text {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .methodology__item .text {
    width: 100%;
    margin: 0;
  }
}
.methodology__item .text h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Oswald";
  margin: 0;
}
.methodology__item .text h2 span {
  color: #4930af;
}
.methodology__item .text p {
  width: 60%;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
}
@media screen and (max-width: 992px) {
  .methodology__item .text p {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .methodology__item .text p {
    margin: auto;
  }
}
.methodology__monitoring {
  width: 80%;
  margin: auto;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .methodology__monitoring {
    width: 100%;
  }
}
.methodology__monitoring__title {
  width: 10%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 500px;
  text-align: right;
}
@media screen and (max-width: 460px) {
  .methodology__monitoring__title {
    width: 100%;
    height: auto;
  }
}
.methodology__monitoring__title h2 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  position: absolute;
  right: 100%;
  top: 0;
  margin: auto;
  display: block;
  width: 500px;
  text-transform: uppercase;
  font-family: "Oswald";
}
@media screen and (max-width: 460px) {
  .methodology__monitoring__title h2 {
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
    transform: initial;
    position: relative;
    text-align: center;
    right: inherit;
    top: inherit;
    width: auto;
  }
}
.methodology__monitoring__title h2 span {
  color: #4930af;
}
.methodology__monitoring__descriptions {
  padding-top: 1rem;
  width: 85%;
  display: inline-block;
  vertical-align: top;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  height: auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .methodology__monitoring__descriptions {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .methodology__monitoring__descriptions p {
    text-align: justify;
  }
}
@media screen and (max-width: 460px) {
  .methodology__monitoring__descriptions {
    width: 100%;
  }
}
.methodology__monitoring__descriptions:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 40px;
  top: 0;
  left: 0;
  background-color: #000;
}
@media screen and (max-width: 460px) {
  .methodology__monitoring__descriptions:after {
    right: 0;
    margin: auto;
  }
}
.methodology__monitoring__descriptions p {
  margin-top: 0;
  padding-right: 2rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 460px) {
  .methodology__monitoring__descriptions p {
    padding: 0;
  }
}
.methodology__monitoring__descriptions p strong {
  color: #4930af;
}
.that-we-propose {
  position: relative;
  text-align: center;
  padding-top: 6rem;
  background-color: #1e1e1e;
}
.that-we-propose__header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 25%;
  min-height: 10px;
  max-height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.that-we-propose__header:after {
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(bottom, #1e1e1e 20%, rgba(30,30,30,0.1) 90%);
  background-image: -moz-linear-gradient(bottom, #1e1e1e 20%, rgba(30,30,30,0.1) 90%);
  background-image: -o-linear-gradient(bottom, #1e1e1e 20%, rgba(30,30,30,0.1) 90%);
  background-image: -ms-linear-gradient(bottom, #1e1e1e 20%, rgba(30,30,30,0.1) 90%);
  background-image: linear-gradient(to top, #1e1e1e 20%, rgba(30,30,30,0.1) 90%);
  top: 0;
  left: 0;
  height: 105%;
  width: 100%;
}
.that-we-propose__wrapper {
  position: relative;
  padding: 4rem 0;
}
.that-we-propose__background {
  position: absolute;
  width: 100%;
  height: calc(100% + 200px);
  top: -100px;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.that-we-propose__background:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(77,77,77,0.8) 100%);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(77,77,77,0.8) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(77,77,77,0.8) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(77,77,77,0.8) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(77,77,77,0.8) 100%);
  top: 0;
  left: 0;
}
.that-we-propose__title {
  position: relative;
  display: inline-block;
  width: 35%;
  margin-right: 10rem;
}
@media screen and (max-width: 1800px) {
  .that-we-propose__title {
    width: 40%;
    margin-right: 8rem;
  }
}
@media screen and (max-width: 950px) {
  .that-we-propose__title {
    width: 100%;
    margin: 0;
    padding-bottom: 1rem;
  }
}
.that-we-propose__title:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.that-we-propose__title h1 {
  color: #fff;
  text-align: left;
  font-size: 2.5rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 1.2rem;
  font-family: "Oswald";
  font-weight: 300;
}
.that-we-propose__title p {
  text-align: left;
  color: #fff;
  margin: 0;
  padding-bottom: 1rem;
}
.that-we-propose__items {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-left: 4rem;
}
@media screen and (max-width: 950px) {
  .that-we-propose__items {
    width: 100%;
    margin: 0;
    margin-top: 2rem;
  }
}
.that-we-propose__item {
  position: relative;
  text-align: left;
  margin-bottom: 1rem;
  cursor: default;
}
.that-we-propose__item a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 950px) {
  .that-we-propose__item {
    width: 30%;
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .that-we-propose__item {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .that-we-propose__item {
    width: 90%;
    margin-left: 25%;
  }
}
.that-we-propose__item .number {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-family: "Oswald";
  font-weight: 100;
  vertical-align: middle;
  -webkit-transition: 0.5s color ease-in-out;
  -moz-transition: 0.5s color ease-in-out;
  -o-transition: 0.5s color ease-in-out;
  -ms-transition: 0.5s color ease-in-out;
  transition: 0.5s color ease-in-out;
}
.that-we-propose__item .title {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 0.8rem;
}
.that-we-propose__item .title h3 {
  font-family: "Oswald";
  font-weight: 100;
  font-size: 1.2rem;
  margin: 0;
}
.that-we-propose__item .title h3:first-letter {
  text-transform: uppercase;
}
.that-we-propose__coalition {
  background-color: #f5f5f5;
  background-image: url("../img/trama_2.png");
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
  padding: 4rem 0;
}
.that-we-propose__coalition__title {
  position: relative;
  text-transform: uppercase;
}
.that-we-propose__coalition__title h2 {
  font-family: "Oswald";
  font-weight: 300;
  margin-top: 0;
}
.that-we-propose__coalition__title h2 span {
  color: #4930af;
}
.that-we-propose__coalition__description {
  position: relative;
  width: 70%;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .that-we-propose__coalition__description {
    width: 100%;
    text-align: justify;
  }
}
.that-we-propose__coalition__description:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  bottom: -1.5rem;
  left: 0;
  background-color: #000;
}
.that-we-propose__logos {
  position: relative;
  padding: 4rem 0;
  clear: both;
  display: block;
  background-color: #fff;
}
.that-we-propose__logos__item {
  position: relative;
  width: 20%;
  height: 150px;
  padding: 1rem;
  float: left;
  vertical-align: top;
  border-bottom: 1px dotted #000;
  border-right: 1px dotted #000;
}
.that-we-propose__logos__item:nth-child(5) {
  border-right: none;
}
.that-we-propose__logos__item:nth-child(5n+5) {
  border-right: none;
}
.that-we-propose__logos__item:nth-last-child(-n+5) {
  border-bottom: none;
}
.that-we-propose__logos__item:hover .logo {
  filter: none;
}
.that-we-propose__logos__item:hover .logo .tooltipster {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 700px) {
  .that-we-propose__logos__item {
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  .that-we-propose__logos__item {
    width: 33%;
  }
  .that-we-propose__logos__item:nth-child(5) {
    border-right: 1px dotted #000;
  }
  .that-we-propose__logos__item:nth-child(5n+5) {
    border-right: 1px dotted #000;
  }
  .that-we-propose__logos__item:nth-last-child(-n+5) {
    border-bottom: 1px dotted #000;
  }
  .that-we-propose__logos__item:nth-child(3) {
    border-right: none;
  }
  .that-we-propose__logos__item:nth-child(3n+3) {
    border-right: none;
  }
  .that-we-propose__logos__item:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
.that-we-propose__logos__item a {
  text-decoration: none;
}
.that-we-propose__logos__item .logo {
  position: absolute;
  width: 80%;
  height: 50px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  filter: grayscale(100%);
  -webkit-transition: 1s filter ease-in-out;
  -moz-transition: 1s filter ease-in-out;
  -o-transition: 1s filter ease-in-out;
  -ms-transition: 1s filter ease-in-out;
  transition: 1s filter ease-in-out;
}
.that-we-propose__logos__item .logo .tooltipster {
  position: absolute;
  bottom: calc(100% + 20px);
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s opacity ease-in-out;
  -moz-transition: 0.5s opacity ease-in-out;
  -o-transition: 0.5s opacity ease-in-out;
  -ms-transition: 0.5s opacity ease-in-out;
  transition: 0.5s opacity ease-in-out;
}
@media screen and (max-width: 600px) {
  .that-we-propose__logos__item .logo .tooltipster {
    display: none;
  }
}
.that-we-propose__logos__item .logo .tooltipster:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  margin: auto;
  background-color: #000;
  left: 0;
  right: 0;
  top: calc(100% - 10px);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.that-we-propose__logos__item .logo .tooltipster p {
  margin: 0;
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  position: relative;
  -webkit-transition: 0.5s opacity ease-in-out;
  -moz-transition: 0.5s opacity ease-in-out;
  -o-transition: 0.5s opacity ease-in-out;
  -ms-transition: 0.5s opacity ease-in-out;
  transition: 0.5s opacity ease-in-out;
  z-index: 2;
  font-size: 0.75rem;
}
.that-we-propose__logos__item .logo img {
  width: 100%;
}
.overflow {
  overflow: hidden;
}
.single-article {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #f2f2f2;
}
.single-article__header {
  -webkit-background-size: 20%;
  -moz-background-size: 20%;
  background-size: 20%;
  width: 100%;
  height: 200px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: top;
  max-height: 200px;
}
@media screen and (max-width: 500px) {
  .single-article__header {
    -webkit-background-size: 200%;
    -moz-background-size: 200%;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.single-article__title {
  margin-top: 2rem;
  font-family: "Oswald";
  text-transform: uppercase;
}
@media screen and (max-width: 460px) {
  .single-article__title {
    margin: 0;
  }
}
.single-article__title h2 {
  font-family: "Oswald";
  margin: 0;
}
@media screen and (max-width: 480px) {
  .single-article__title h2 {
    font-size: 2rem;
  }
}
.single-article__wrapper {
  position: relative;
  padding-bottom: 2rem;
}
.single-article__wrapper:nth-child(2) {
  padding-top: 4rem;
}
@media screen and (max-width: 480px) {
  .single-article__wrapper:nth-child(2) {
    padding-top: 2rem;
  }
}
.single-article__wrapper:nth-child(3) .single-article__descriptions {
  margin-left: 0;
  margin-right: 10%;
}
.single-article__wrapper:nth-child(3) .single-article__image:before {
  display: none;
}
.single-article__wrapper:nth-child(4) .single-article__descriptions {
  width: 90%;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .single-article__wrapper:nth-child(4) .single-article__descriptions {
    width: 100%;
  }
}
.single-article__image {
  position: relative;
  width: 40%;
  padding-top: 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .single-article__image {
    width: 50%;
    padding-top: 50%;
  }
}
@media screen and (max-width: 600px) {
  .single-article__image {
    width: 90%;
    padding-top: 80%;
  }
}
@media screen and (max-width: 380px) {
  .single-article__image {
    padding-top: 100%;
  }
}
.single-article__image:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(bottom, #000 0%, rgba(0,0,0,0.01) 100%);
  background-image: -moz-linear-gradient(bottom, #000 0%, rgba(0,0,0,0.01) 100%);
  background-image: -o-linear-gradient(bottom, #000 0%, rgba(0,0,0,0.01) 100%);
  background-image: -ms-linear-gradient(bottom, #000 0%, rgba(0,0,0,0.01) 100%);
  background-image: linear-gradient(to top, #000 0%, rgba(0,0,0,0.01) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
.single-article__image__description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 2rem 0 2rem;
  text-align: left;
  z-index: 2;
}
.single-article__image__description h4 {
  color: #ffb66c;
  font-family: "Oswald";
  font-size: 1.5rem;
  margin-bottom: 0rem;
}
.single-article__image__description p {
  color: #fff;
  font-weight: 100;
  margin-top: 0;
  padding-top: 0;
}
.single-article__image__description p strong {
  font-weight: 700;
}
.single-article__image__galery {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  background-color: #4930af;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
  z-index: 9;
}
.single-article__image__galery a {
  text-decoration: none;
  position: absolute;
  width: 100%;
  left: 0;
  border-radius: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.single-article__image__galery a img {
  width: 100%;
  border-radius: 100%;
}
.single-article__image__share {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-article__image__share li {
  width: 2rem;
  height: 2rem;
  max-height: 2rem;
  text-align: left;
  position: relative;
  -webkit-transition: 0.5s width ease-in-out;
  -moz-transition: 0.5s width ease-in-out;
  -o-transition: 0.5s width ease-in-out;
  -ms-transition: 0.5s width ease-in-out;
  transition: 0.5s width ease-in-out;
}
.single-article__image__share li:hover {
  width: 7rem;
}
.single-article__image__share li:hover p {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  left: 2rem;
}
.single-article__image__share li:hover p:before {
  background-color: #fff;
}
.single-article__image__share a {
  text-decoration: none;
  display: block;
  color: #fff;
}
.single-article__image__share a:before {
  display: none;
}
.single-article__image__share span {
  display: inline-block;
  text-align: center;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
}
.single-article__image__share p {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  line-height: 2rem;
  padding-left: 0.2rem;
}
.single-article__image__share p:before {
  position: absolute;
  content: '';
  height: 50%;
  left: -5px;
  width: 1px;
  background-color: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 1s background-color ease-in;
  -moz-transition: 1s background-color ease-in;
  -o-transition: 1s background-color ease-in;
  -ms-transition: 1s background-color ease-in;
  transition: 1s background-color ease-in;
}
.single-article__descriptions {
  position: relative;
  width: 40%;
  display: inline-table;
  vertical-align: top;
  margin-left: 10%;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .single-article__descriptions {
    width: 100%;
    padding-top: 2rem;
    margin: 0;
  }
}
.single-article__descriptions__title {
  position: relative;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
.single-article__descriptions__subtitle {
  font-family: "Oswald";
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  padding: 1rem 0 0.5rem;
}
.single-article__descriptions__content p {
  margin-top: 0;
  text-align: justify;
}
.single-article__comment {
  position: relative;
  width: 90%;
  margin: auto;
  padding-bottom: 4rem;
}
@media screen and (max-width: 992px) {
  .single-article__comment {
    width: 100%;
  }
}
.single-article__comment #comments {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Oswald";
  text-align: left;
}
.single-article__comment .commentlist {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.single-article__comment .comment-body {
  position: relative;
}
.single-article__comment .comment-body br {
  display: none;
}
.single-article__comment .comment-body .reply {
  text-align: right;
}
.single-article__comment .comment-body .reply a {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  border: 1px solid #000;
}
.single-article__comment .comment-body .reply a:hover {
  background-color: transparent;
  color: #000;
}
.single-article__comment .comment-body p {
  vertical-align: top;
  display: inline-block;
  top: 0.5rem;
  left: calc(80px + 2rem);
  width: 90%;
  padding-top: 0;
  margin-top: 1.5rem;
  padding-left: 1rem;
}
.single-article__comment .comment-body .commentmetadata {
  position: absolute;
  display: inline-block;
  top: -0.4rem;
  right: 3rem;
}
.single-article__comment .comment-body .commentmetadata a {
  color: #2d2d2d;
  text-decoration: none;
}
.single-article__comment .comment-body .comment-author {
  display: inline-block;
  width: auto;
  position: relative;
  top: 0.8rem;
}
.single-article__comment .comment-body .comment-author img {
  border-radius: 100%;
  width: 80px !important;
  height: 80px !important;
  display: inline-block;
  vertical-align: top;
}
.single-article__comment .comment-body .comment-author .says {
  position: absolute;
  display: inline-block;
  top: -1rem;
  left: 6.2rem;
}
.single-article__comment .comment-body .comment-author cite {
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 9rem;
}
.single-article__comment .comment-body .comment-author cite a {
  text-decoration: none;
  color: #4930af;
}
.single-article__comment .comment-awaiting-moderation {
  display: none;
}
.single-article__comment .comment-meta {
  display: inline-block;
}
.single-article__comment .comment-respond {
  text-align: left;
}
.single-article__comment .comment-respond .comment-reply-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Oswald";
}
.single-article__comment .comment-respond .comment-notes {
  display: none;
}
.single-article__comment .comment-respond form {
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-article__comment .comment-respond form label {
  display: none;
}
.single-article__comment .comment-respond form .comment-form-url {
  display: none;
}
.single-article__comment .comment-respond form .comment-form-author {
  width: 50%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  float: left;
}
@media screen and (max-width: 600px) {
  .single-article__comment .comment-respond form .comment-form-author {
    width: 100%;
  }
}
.single-article__comment .comment-respond form .comment-form-author input {
  width: 95%;
  border: none;
  background-color: transparent;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 600px) {
  .single-article__comment .comment-respond form .comment-form-author input {
    width: 100%;
  }
}
.single-article__comment .comment-respond form .comment-form-email {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  float: left;
}
@media screen and (max-width: 600px) {
  .single-article__comment .comment-respond form .comment-form-email {
    width: 100%;
  }
}
.single-article__comment .comment-respond form .comment-form-email input {
  width: 100%;
  border: none;
  padding-bottom: 0.5rem;
  background-color: transparent;
  border-bottom: 1px dotted #000;
}
.single-article__comment .comment-respond form .comment-form-comment {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -o-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.single-article__comment .comment-respond form .comment-form-comment textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px dotted;
  max-height: 2rem;
  resize: none;
}
.single-article__comment .comment-respond form .form-submit {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -o-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  text-align: right;
}
.single-article__comment .comment-respond form .form-submit .submit {
  color: #fff;
  border: none;
  text-transform: uppercase;
  border: 1px solid #000;
  background-color: #000;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.single-article__comment .comment-respond form .form-submit .submit:hover {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}
.activism-laboratories {
  position: relative;
  padding-top: 5rem;
}
.activism-laboratories__header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  min-height: 10px;
  max-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.activism-laboratories__header:after {
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -moz-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -o-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -ms-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: linear-gradient(to top, #fff 10%, rgba(255,255,255,0.1) 80%);
  top: 0;
  left: 0;
  height: 105%;
  width: 100%;
}
.activism-laboratories__title {
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}
.activism-laboratories__title h2 {
  text-align: center;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
  color: #333;
  text-transform: uppercase;
}
.activism-laboratories__js {
  width: 90%;
  margin: auto;
}
.activism-laboratories__js .slick-arrow {
  height: initial;
  width: initial;
  top: 30%;
}
.activism-laboratories__js .slick-arrow:before {
  content: '\E004';
  font-family: icons;
  color: #b3b3b3;
  font-size: 1.8rem;
}
.activism-laboratories__js .slick-prev {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -60px;
}
.activism-laboratories__js .slick-next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -60px;
}
.activism-laboratories__content {
  text-align: center;
}
.activism-laboratories__items {
  position: relative;
  padding-bottom: 4rem;
  text-align: center;
}
.activism-laboratories__item {
  display: inline-block;
  width: 32%;
  text-align: center;
  vertical-align: top;
  outline: none;
  margin-bottom: 1rem;
}
@media screen and (max-width: 965px) {
  .activism-laboratories__item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .activism-laboratories__item {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .activism-laboratories__item {
    width: 100%;
  }
}
.activism-laboratories__item:hover .activism-laboratories__item__container {
  background-color: rgba(0,0,0,0.85);
}
.activism-laboratories__item:hover .activism-laboratories__item__description {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.activism-laboratories__item .post_item {
  width: 90%;
}
.activism-laboratories__item__wrapper {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  margin: auto;
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 360px) {
  .activism-laboratories__item__wrapper {
    width: 12rem;
    height: 12rem;
  }
}
.activism-laboratories__item__container {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -webkit-transition: 1s background-color ease-in;
  -moz-transition: 1s background-color ease-in;
  -o-transition: 1s background-color ease-in;
  -ms-transition: 1s background-color ease-in;
  transition: 1s background-color ease-in;
}
.activism-laboratories__item__container:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.activism-laboratories__item__description {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  z-index: 9;
  color: #fff;
  width: 80%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 1s opacity ease-in;
  -moz-transition: 1s opacity ease-in;
  -o-transition: 1s opacity ease-in;
  -ms-transition: 1s opacity ease-in;
  transition: 1s opacity ease-in;
}
.activism-laboratories__item__description span {
  font-size: 3rem;
  font-weight: 100;
}
.activism-laboratories__item__title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 2rem;
  width: 80%;
  margin: auto;
}
.activism-laboratories__item__title h5 {
  font-family: "Oswald";
  font-size: 1.2rem;
}
.activism-laboratories .activities {
  margin-bottom: 2rem;
}
.activism-laboratories .tools {
  padding: 4rem 0;
}
.activism-laboratories .tools .tools__background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.activism-laboratories .tools .tools__title {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.activism-laboratories .tools .tools__items {
  padding-bottom: 3rem;
}
@media screen and (max-width: 650px) {
  .activism-laboratories .tools .tools__items .item h3 {
    margin-top: 0;
  }
}
.events-calendar {
  position: relative;
  background-color: #121212;
  text-align: center;
  overflow: hidden;
  padding-top: 6rem;
}
.events-calendar__header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  min-height: 10px;
  max-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.events-calendar__header:after {
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(bottom, #121212 20%, rgba(18,18,18,0.1) 80%);
  background-image: -moz-linear-gradient(bottom, #121212 20%, rgba(18,18,18,0.1) 80%);
  background-image: -o-linear-gradient(bottom, #121212 20%, rgba(18,18,18,0.1) 80%);
  background-image: -ms-linear-gradient(bottom, #121212 20%, rgba(18,18,18,0.1) 80%);
  background-image: linear-gradient(to top, #121212 20%, rgba(18,18,18,0.1) 80%);
  top: 0;
  left: 0;
  height: 105%;
  width: 100%;
}
.events-calendar__title {
  margin-bottom: 4rem;
  text-align: left;
  position: relative;
}
.events-calendar__title .diary__event {
  display: inline-block;
  left: inherit;
  right: 0;
  width: auto;
}
@media screen and (max-width: 600px) {
  .events-calendar__title .diary__event {
    position: relative;
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  }
}
.events-calendar__title .diary__event__popup {
  margin-bottom: 0;
  margin-right: 0;
}
.events-calendar__title .paginator {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .events-calendar__title .paginator {
    width: 100%;
    text-align: center;
  }
}
.events-calendar__title .paginator a {
  font-size: 2.5rem;
  font-weight: 300;
}
.events-calendar__title h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
  text-align: center;
}
.events-calendar__title .past__events__date {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  cursor: pointer;
  padding: 4px 15px;
  text-transform: uppercase;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  font-size: 0.875em;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.events-calendar__title .past__events__date:hover {
  color: #0077b5;
}
.events-calendar__items {
  width: 90%;
  margin: auto;
  position: relative;
}
.events-calendar__items h4 {
  color: #000;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.events-calendar__item {
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #f2f2f2;
  padding-bottom: 1rem;
}
.events-calendar__item.past_event {
  display: none !important;
}
.events-calendar__item .calendar {
  width: 25%;
}
.events-calendar__item .calendar .left h6 {
  background-color: #121212;
}
.events-calendar__item .diary__descriptins {
  width: 74%;
  padding: 0 0 0 15px;
}
.events-calendar__item .diary__descriptins h2 {
  font-size: 1.6rem;
}
.events-calendar__item:hover .left {
  color: #0077b5;
}
.events-calendar__item:hover .diary__descriptins h2 {
  color: #0077b5;
}
.events-calendar__item__button {
  padding-right: 1.8rem;
  float: left;
  text-align: right;
  width: 100%;
}
.events-calendar__item__button a {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 0.4rem 2rem;
  font-size: 0.8rem;
}
.events-calendar__item__button a:hover {
  background-color: transparent;
  color: #0077b5;
}
@media screen and (max-width: 1200px) {
  .events-calendar__item .diary__descriptins {
    margin-left: 0;
  }
  .events-calendar__item .events-calendar__item__button {
    padding: 0;
  }
}
@media screen and (max-width: 1020px) {
  .events-calendar__item .diary__descriptins {
    width: 80%;
  }
  .events-calendar__item .calendar {
    width: 18%;
    min-width: 140px;
  }
  .events-calendar__item .calendar .left h6 {
    right: 0;
  }
}
@media screen and (max-width: 870px) {
  .events-calendar__item .diary__descriptins {
    width: 75%;
  }
}
@media screen and (max-width: 870px) {
  .events-calendar__item .diary__descriptins {
    width: 100%;
  }
  .events-calendar__item .diary__descriptins h2 {
    text-align: center;
  }
  .events-calendar__item .calendar {
    float: initial;
    display: inline-block;
  }
}
.events-calendar__item.event-hover__1 .left {
  color: #00d362;
}
.events-calendar__item.event-hover__1 .diary__descriptins h2 {
  color: #00d362;
}
.events-calendar__item.event-hover__2 .left {
  color: #77e9f2;
}
.events-calendar__item.event-hover__2 .diary__descriptins h2 {
  color: #77e9f2;
}
.events-calendar__item.event-hover__3 .left {
  color: #26f;
}
.events-calendar__item.event-hover__3 .diary__descriptins h2 {
  color: #26f;
}
.events-calendar__item.event-hover__4 .left {
  color: #8a40bf;
}
.events-calendar__item.event-hover__4 .diary__descriptins h2 {
  color: #8a40bf;
}
.events-calendar__item.event-hover__5 .left {
  color: #ff3939;
}
.events-calendar__item.event-hover__5 .diary__descriptins h2 {
  color: #ff3939;
}
.events-calendar__item.event-hover__6 .left {
  color: #d7d8dc;
}
.events-calendar__item.event-hover__6 .diary__descriptins h2 {
  color: #d7d8dc;
}
.events-calendar__pagination {
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.events-calendar__pagination a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-family: "Oswald";
  font-weight: 300;
  padding-right: 1.2rem;
  position: relative;
}
.events-calendar__pagination a:after {
  content: '/';
  position: absolute;
  right: 4px;
}
.events-calendar__pagination a:last-child:after {
  display: none;
}
.events-calendar__pagination span {
  color: #fff;
}
.events-calendar__pagination .jp-current {
  color: #0077b5;
}
.events-calendar__pagination .jp-disabled {
  color: #0077b5;
  border-color: #0077b5;
  cursor: no-drop;
}
.demands {
  position: relative;
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 6rem;
  background-color: #4d67b0;
}
.demands__header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  min-height: 10px;
  max-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.demands__header:after {
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(bottom, #4d67b0 20%, rgba(199,89,226,0.1) 80%);
  background-image: -moz-linear-gradient(bottom, #4d67b0 20%, rgba(199,89,226,0.1) 80%);
  background-image: -o-linear-gradient(bottom, #4d67b0 20%, rgba(199,89,226,0.1) 80%);
  background-image: -ms-linear-gradient(bottom, #4d67b0 20%, rgba(199,89,226,0.1) 80%);
  background-image: linear-gradient(to top, #4d67b0 20%, rgba(199,89,226,0.1) 80%);
  top: 0;
  left: 0;
  height: 105%;
  width: 100%;
}
.demands__title {
  padding-bottom: 2rem;
}
.demands__title h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 3rem;
}
.demands__tab__list {
  padding: 0;
  margin: 0;
  width: 25%;
  display: inline-block;
  list-style: none;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 950px) {
  .demands__tab__list {
    width: 30%;
  }
}
@media screen and (max-width: 760px) {
  .demands__tab__list {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .demands__tab__list {
    text-align: left;
    padding-bottom: 1rem;
  }
  .demands__tab__list:before {
    content: '';
    position: absolute;
    height: 0px;
    width: 80%;
    left: 0;
    bottom: 0;
    border: 0.12rem dashed #fff;
  }
}
@media screen and (max-width: 465px) {
  .demands__tab__list {
    text-align: center;
  }
}
.demands__tab__list .arrow-right {
  position: absolute;
  left: 75%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 1.5rem;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 760px) {
  .demands__tab__list .arrow-right {
    left: inherit;
    right: 10%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
    margin: inherit;
    width: auto;
    top: inherit;
  }
}
.demands__tab__list .arrow-right span {
  color: #55acee;
  letter-spacing: -0.5rem;
  -webkit-animation: fadeInOut 1.5s infinite;
  -moz-animation: fadeInOut 1.5s infinite;
  -o-animation: fadeInOut 1.5s infinite;
  -ms-animation: fadeInOut 1.5s infinite;
  animation: fadeInOut 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  animation-delay: 0.25s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.demands__tab__list .arrow-right span:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.demands__tab__list .arrow-right span:nth-child(3) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.demands__tab__list .arrow-right span:nth-child(4) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
.demands__tab__list li {
  text-align: left;
  padding: 0.6rem 0;
  border-right: 1px dashed #fff;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 760px) {
  .demands__tab__list li {
    width: 35%;
    display: inline-block;
    border: none;
    position: initial;
  }
}
@media screen and (max-width: 650px) {
  .demands__tab__list li {
    width: 49%;
    position: initial;
  }
}
@media screen and (max-width: 465px) {
  .demands__tab__list li {
    width: 80%;
  }
}
.demands__tab__list li .number {
  color: #fff;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 2rem;
  line-height: 4rem;
}
.demands__tab__list li .flip__container {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}
.demands__tab__list li .flip__container,
.demands__tab__list li .front,
.demands__tab__list li .back {
  width: 4rem;
  height: 4rem;
}
.demands__tab__list li .flip__wrapper {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.demands__tab__list li .front,
.demands__tab__list li .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.demands__tab__list li .front {
  text-align: center;
  border-radius: 100%;
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.demands__tab__list li .back {
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #000;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.demands__tab__list li .back span {
  line-height: 4rem;
  font-size: 2rem;
}
.demands__tab__list li .flip__container:hover .flip__wrapper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.demands__tab__list li .title {
  display: inline-block;
  vertical-align: middle;
}
.demands__tab__list li .title h2 {
  font-family: "Oswald";
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0;
}
.demands__tab__list .active {
  border-right: 1px dashed transparent;
}
.demands__tab__list .active .arrow-right {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.demands__tab__list .active .flip__container .flip__wrapper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.demands__tab__list .active .title {
  color: #fff;
}
.demands__tab__wrapper {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 950px) {
  .demands__tab__wrapper {
    width: 65%;
  }
}
@media screen and (max-width: 760px) {
  .demands__tab__wrapper {
    width: 100%;
    margin-top: 2rem;
  }
}
.demands__tab__content {
  position: relative;
  width: 60%;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .demands__tab__content {
    width: 70%;
  }
}
@media screen and (max-width: 760px) {
  .demands__tab__content {
    width: 100%;
  }
}
.demands__tab__content__title {
  color: #fff;
  padding-bottom: 2rem;
}
.demands__tab__content__title h2 {
  margin: 0;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-bottom: 1rem;
}
.demands__tab__content__title p {
  font-weight: 100;
  padding: 0;
  margin: 0;
}
.demands__tab__content__descriptions {
  color: #fff;
}
.demands__tab__content__descriptions h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.demands__tab__content__descriptions p {
  font-weight: 100;
  margin-top: 0;
}
.demands__tab__content__descriptions p strong {
  font-weight: 700;
}
.demands__tab__content .slick-arrow {
  height: 35px;
  width: 35px;
  text-align: center;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #000;
}
.demands__tab__content .slick-arrow:before {
  color: #000;
  font-size: 1rem;
  line-height: 35px;
}
.demands__tab__content .slick-arrow:hover {
  background-color: #000;
}
.demands__tab__content .slick-arrow:hover:before {
  color: #4930af;
}
.demands__tab__content .slick-prev {
  position: absolute;
  right: calc(100% + 50px);
  left: initial;
}
.demands__tab__content .slick-prev:before {
  font-family: Icons;
  content: "\E001";
}
.demands__tab__content .slick-next {
  position: absolute;
  right: initial;
  left: calc(100% + 50px);
}
.demands__tab__content .slick-next:before {
  font-family: Icons;
  content: "\E002";
}
.demands__slider {
  position: relative;
}
.demands__slider__item {
  outline: none;
}
.demands__slider .slick-dots {
  bottom: -50px;
}
.demands__slider .slick-dots .slick-active {
  background-color: #000;
}
.demands__slider .slick-dots li {
  height: 1.8rem;
  width: 1.8rem;
  border: 1px solid #fff;
}
.demands__slider .slick-dots li button {
  font-size: 1rem;
  line-height: -0.5rem;
  color: #fff;
  padding: 0.5rem;
  height: inherit;
  width: inherit;
}
.demands__slider .slick-dots li button:before {
  display: none;
}
.agenda-detalle-top {
  color: #fff;
}
.agenda-detalle-top .title {
  color: inherit;
  font-weight: 100;
  font-size: 3rem;
}
.paginator {
  font-size: 1rem;
  display: inline-block;
}
.paginator:after,
.paginator:before {
  content: "...";
  font-size: 2em;
}
.paginator a {
  display: inline-block;
  font-size: 2.2em;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 300;
}
.paginator a.active {
  color: #0077b5;
}
.paginator a:after {
  content: "/";
}
.agenda-detalle {
  font-size: 1rem;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 992px) {
  .agenda-detalle {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.agenda-detalle__regresar {
  color: #fff;
  font-size: 1.12em;
  text-decoration: none;
  margin-bottom: 0.5em;
  font-family: "Oswald";
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}
.agenda-detalle__regresar span {
  display: inline-block;
  vertical-align: middle;
}
.agenda-detalle__regresar:before {
  content: "<<";
  display: inline-block;
  vertical-align: text-top;
  line-height: 1em;
  font-size: 1.4em;
  margin-right: 0.2em;
}
.agenda-detalle__regresar--2 {
  color: #2d2d2d;
}
.agenda-detalle__envianos {
  float: right;
  color: #fff;
  font-family: "Oswald";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4em;
  outline: none;
}
.agenda-detalle__envianos span {
  padding-left: 0.4em;
}
.agenda-detalle__envianos:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .agenda-detalle__envianos {
    position: relative;
    float: initial;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
  }
}
.agenda-detalle__1 {
  width: 360px;
}
@media screen and (max-width: 992px) {
  .agenda-detalle__1 {
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .agenda-detalle__1 {
    margin: auto;
    width: 100%;
  }
}
.agenda-detalle__1 figure {
  position: relative;
  margin: 0;
}
.agenda-detalle__1 figure img {
  max-width: 100%;
}
.agenda-detalle__1 figure figcaption {
  position: absolute;
  top: 100%;
  display: block;
}
@media screen and (max-width: 400px) {
  .agenda-detalle__1 figure figcaption {
    position: relative;
    display: inline-block;
    text-align: center;
  }
}
.agenda-detalle__1 figure figcaption a {
  display: inline-block;
  width: auto;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 0.5em;
}
.agenda-detalle__1 figure figcaption a:before {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 400px) {
  .agenda-detalle__1 figure figcaption a:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .agenda-detalle__1 figure figcaption a {
    width: 100%;
  }
}
.agenda-detalle__1 figure figcaption a span {
  padding-left: 0.72em;
  text-transform: uppercase;
  font-size: 0.78em;
  font-family: "Oswald";
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
}
.agenda-detalle__2 {
  width: calc(100% - 360px);
  color: #fff;
  padding: 2em 2em 0;
  font-family: "Oswald";
}
@media screen and (max-width: 992px) {
  .agenda-detalle__2 {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .agenda-detalle__2 {
    padding: 1rem 1rem 0;
  }
}
.agenda-detalle__date {
  float: left;
  position: relative;
}
@media screen and (max-width: 520px) {
  .agenda-detalle__date {
    float: initial;
    position: relative;
    width: 6rem;
    margin: auto;
  }
}
.agenda-detalle__day {
  font-size: 5.4em;
  display: inline-block;
  font-weight: bold;
  line-height: 100%;
}
.agenda-detalle__month {
  font-size: 1.4em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #000;
  text-transform: uppercase;
  padding: 0.1em 0.2em;
}
.agenda-detalle__dir {
  padding: 0 2em;
  float: left;
}
@media screen and (max-width: 520px) {
  .agenda-detalle__dir {
    float: initial;
    text-align: center;
  }
}
.agenda-detalle__dir p {
  line-height: 110%;
  margin: 0;
  text-transform: uppercase;
  font-weight: 100;
}
.agenda-detalle__clear {
  content: "";
  display: table;
  clear: both;
}
.agenda-detalle__content {
  font-family: "OpenSans", "Oswald";
}
.agenda-detalle__content p {
  font-size: 1em;
}
.agenda-detalle__content h3 {
  font-family: "Oswald";
  font-weight: 100;
  font-size: 2em;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.agenda-detalle__content a {
  color: #b3b3b3;
}
.agenda-detalle__social {
  color: #fff;
  padding: 0.2em 2.6em;
  text-transform: uppercase;
  text-decoration: none;
}
.agenda-detalle__social-wrapper {
  position: relative;
  display: -webkit-border-box;
  display: -moz-border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: border-box;
  display: flex;
  bottom: -0.82em;
}
@media screen and (max-width: 460px) {
  .agenda-detalle__social-wrapper {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .agenda-detalle__social:before {
    display: none;
  }
}
@media screen and (max-width: 330px) {
  .agenda-detalle__social {
    padding: 0;
  }
}
.agenda-detalle__social span {
  padding-left: 1em;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 330px) {
  .agenda-detalle__social span {
    padding: 1rem;
  }
}
.wrap-dots-2 {
  padding-top: 104px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  background-color: #1e1e1e;
}
.wrap-dots-2:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, rgba(30,30,30,0.4) 0%, rgba(30,30,30,0.4) 8%, #1e1e1e 30%, #1e1e1e 100%);
  background-image: -moz-linear-gradient(270deg, rgba(30,30,30,0.4) 0%, rgba(30,30,30,0.4) 8%, #1e1e1e 30%, #1e1e1e 100%);
  background-image: -o-linear-gradient(270deg, rgba(30,30,30,0.4) 0%, rgba(30,30,30,0.4) 8%, #1e1e1e 30%, #1e1e1e 100%);
  background-image: -ms-linear-gradient(270deg, rgba(30,30,30,0.4) 0%, rgba(30,30,30,0.4) 8%, #1e1e1e 30%, #1e1e1e 100%);
  background-image: linear-gradient(180deg, rgba(30,30,30,0.4) 0%, rgba(30,30,30,0.4) 8%, #1e1e1e 30%, #1e1e1e 100%);
}
.agenda-detalle-map {
  position: relative;
}
.agenda-detalle-map iframe {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 500px) {
  .google-widget {
    display: none;
  }
}
.single-article-detail {
  overflow: hidden;
  padding-top: 5rem;
  position: relative;
  display: block;
}
.single-article-detail .container {
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .single-article-detail .container {
    width: 80%;
  }
}
.single-article-detail__header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  min-height: 10px;
  max-height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.single-article-detail__header:after {
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -moz-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -o-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -ms-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: linear-gradient(to top, #fff 10%, rgba(255,255,255,0.1) 80%);
  top: 0;
  left: 0;
  height: 105%;
  width: 100%;
}
.single-article-detail__title {
  margin-top: 4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .single-article-detail__title {
    margin-top: 0;
  }
}
.single-article-detail__title__description {
  width: 50%;
  position: relative;
  padding: 6rem 0;
}
@media screen and (max-width: 992px) {
  .single-article-detail__title__description {
    width: 100%;
    padding-bottom: 0;
  }
}
.single-article-detail__title__description .date {
  font-family: "Oswald";
  color: #696568;
  font-weight: 300;
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  .single-article-detail__title__description .date {
    margin-top: 2rem;
  }
}
.single-article-detail__title__description .description-wrapper {
  position: relative;
}
.single-article-detail__title__description .description-wrapper h2 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Oswald";
  margin-bottom: 1rem;
  color: #696568;
}
.single-article-detail__title__description .description-wrapper .author {
  font-family: "Oswald";
  font-weight: 300;
  font-size: 1.5rem;
  color: #696568;
}
.single-article-detail__title__description .share {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
.single-article-detail__title__description .share a {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
  letter-spacing: 1px;
  padding: 0.5rem 0;
  font-size: 0.8rem;
}
@media screen and (max-width: 550px) {
  .single-article-detail__title__description .share a {
    width: 100%;
  }
}
.single-article-detail__title__description .share a span {
  padding-left: 1rem;
}
.single-article-detail__title__image {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .single-article-detail__title__image {
    position: relative;
    left: 0;
    height: 400px;
  }
}
.single-article-detail__body {
  position: relative;
  width: 60%;
  float: left;
  margin-right: 10%;
}
@media screen and (max-width: 992px) {
  .single-article-detail__body {
    width: 100%;
  }
}
.single-article-detail__body .header {
  text-align: center;
}
.single-article-detail__body .header h2 {
  text-transform: uppercase;
  font-family: "Oswald";
  margin-bottom: 1rem;
  font-weight: 300;
  color: #696568;
}
.single-article-detail__body__detail {
  font-family: "OpenSans", "Oswald";
  font-weight: 100;
}
.single-article-detail__body__detail h2,
.single-article-detail__body__detail h1 {
  text-transform: uppercase;
  font-family: "Oswald";
  margin-bottom: 1rem;
  font-weight: 300;
  color: #696568;
}
.single-article-detail__body__detail h2 {
  font-size: 1.8rem;
  margin: 0;
  margin-bottom: 0.5rem;
  text-align: left;
}
.single-article-detail__body__detail h1 {
  font-size: 2.2rem;
  line-height: 2.5rem;
  margin: 0;
  margin-bottom: 1rem;
  text-align: left;
}
.single-article-detail__body__detail p {
  margin: 0;
  padding-bottom: 1rem;
  font-weight: bolder;
}
.single-article-detail__siderbar {
  position: relative;
  text-align: center;
  width: 30%;
  max-width: 400px;
  float: left;
  margin-top: 2rem;
  counter-reset: li;
}
@media screen and (max-width: 1440px) {
  .single-article-detail__siderbar {
    max-width: 260px;
  }
}
@media screen and (max-width: 992px) {
  .single-article-detail__siderbar {
    width: 100%;
    max-width: 100%;
    margin-top: 6rem;
  }
}
.single-article-detail__siderbar ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .single-article-detail__siderbar ul {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  .single-article-detail__siderbar ul {
    width: 90%;
  }
}
.single-article-detail__siderbar ul .active .count {
  color: #0072c0;
}
.single-article-detail__siderbar ul li {
  position: relative;
  margin-bottom: 1rem;
  border-bottom: 2px dotted #e6e6e6;
  outline: none;
  height: 100px !important;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .single-article-detail__siderbar ul li {
    min-height: 4.5rem;
  }
}
.single-article-detail__siderbar ul li span {
  position: absolute;
  left: 0;
  top: 0;
  color: #808080;
  font-size: 3rem;
  font-family: "Oswald";
  font-weight: bold;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  z-index: -1;
  width: 4rem;
  line-height: 1;
}
.single-article-detail__siderbar ul li span:before {
  counter-increment: li;
  content: counter(li);
}
.single-article-detail__siderbar ul li .item {
  text-align: left;
  margin-left: 4rem;
  padding-bottom: 1rem;
}
.single-article-detail__siderbar ul li .item h3 {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #0072c0;
  margin: 0;
  font-family: "Oswald";
  font-weight: 300;
}
.single-article-detail__siderbar ul li .item h3 a {
  text-decoration: none;
  color: #0072c0;
}
.single-article-detail__siderbar ul li .item p {
  margin: 0;
  padding: 0;
  color: #808080;
  font-size: 0.8ren;
}
.single-article-detail__float {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: fixed;
  background-color: #0072c0;
  color: #fff;
  right: 0;
  top: 40vh;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  .single-article-detail__float {
    display: none;
  }
}
.single-article-detail__float__content {
  position: relative;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
}
.single-article-detail__float__content >p {
  margin: 0;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 100;
}
.single-article-detail__float__content >i {
  font-size: 3rem;
  line-height: 3rem;
}
.single-article-detail__float__content >i:before {
  vertical-align: middle;
}
.single-article-detail__float__content ul {
  text-align: left;
  margin: 0;
  padding: 0;
  max-width: 450px;
}
.single-article-detail__float__content ul a {
  color: #fff;
  text-decoration: none;
}
.single-article-detail__float__content ul li {
  list-style: none;
}
.single-article-detail__float__content ul li:last-child {
  border-bottom: none;
}
.single-article-detail__float__content ul .item {
  position: relative;
  border-bottom: 0px dashed transparent;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  height: 0;
}
.single-article-detail__float__content ul .item a {
  display: inline-block;
  width: 100%;
}
.single-article-detail__float__content ul .item .description {
  width: 85%;
  float: left;
}
.single-article-detail__float__content ul .item .description span,
.single-article-detail__float__content ul .item .description p {
  font-family: "Oswald";
  margin: 0;
  font-weight: 100;
  font-size: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.single-article-detail__float__content ul .item i {
  font-size: 0;
  float: left;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.single-article-detail__float .active {
  height: auto;
  width: 480px;
}
.single-article-detail__float .active >p {
  font-size: 1.6rem;
}
.single-article-detail__float .active >i {
  font-size: 0;
  line-height: 0;
}
.single-article-detail__float .active .item {
  border-bottom: 1px dashed #fff;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  height: auto;
}
.single-article-detail__float .active .item:last-child {
  border-bottom: none;
}
.single-article-detail__float .active .item .description span,
.single-article-detail__float .active .item .description p {
  font-size: 1rem;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.single-article-detail__float .active .item i {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  font-size: 2.5rem;
}
.single-article-detail__wrapper {
  position: relative;
  margin-bottom: 5rem;
  overflow: hidden;
}
.article {
  position: relative;
}
.article__featured {
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .article__featured {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  .article__featured {
    width: 90%;
  }
}
.article__featured li {
  position: relative;
  margin-bottom: 1rem;
  border-bottom: 2px dotted #e6e6e6;
}
@media screen and (max-width: 992px) {
  .article__featured li {
    min-height: 4.5rem;
  }
}
.article__featured li span {
  position: absolute;
  left: 0;
  top: 0;
  color: #e6e6e6;
  font-size: 3rem;
  font-family: "Oswald";
  font-weight: bold;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.article__featured li span:before {
  counter-increment: li;
  content: counter(li);
}
.article__featured li .item {
  text-align: left;
  margin-left: 2rem;
  padding-bottom: 1rem;
}
.article__featured li .item h3 {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #0072c0;
  margin: 0;
  font-family: "Oswald";
  font-weight: 400;
}
.article__featured li .item p {
  margin: 0;
  padding: 0;
  color: #808080;
  font-size: 0.8ren;
}
.article__featured__btn {
  text-align: center;
  margin-top: 1rem;
}
.article__featured__btn p {
  margin: 0;
  color: #0072c0;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: bold;
  cursor: pointer;
}
.article__featured__btn > .no-posts {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  pointer-events: none;
  display: block;
}
.article__fixed {
  top: 100px;
  position: fixed;
  max-width: inherit;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.article__fixed__btn {
  position: fixed;
  width: 100%;
  max-width: 320px;
  max-width: inherit;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  top: 570px;
}
.article__absolute {
  position: absolute;
  bottom: 2rem;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.article__absolute__btn {
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.button__actuape {
  width: 100px;
  display: block;
  position: fixed;
  top: 15px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .button__actuape {
    width: 60px;
    top: 2.5px;
    right: 10px;
  }
}
.button__actuape svg {
  width: 100%;
}
.button__actuape img {
  width: 100%;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .button__actuape img {
    width: 60%;
  }
}
.button__actuape__open {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.button__actuape__wrapper {
  position: fixed;
  text-align: center;
  z-index: 999999;
  color: #fff;
  max-width: 400px;
  right: -400px;
  top: 0;
  background-color: #0072c0;
  padding: 1.5rem;
  -webkit-transition: 0.5s right linear;
  -moz-transition: 0.5s right linear;
  -o-transition: 0.5s right linear;
  -ms-transition: 0.5s right linear;
  transition: 0.5s right linear;
}
@media screen and (max-width: 400px) {
  .button__actuape__wrapper {
    width: 100%;
  }
}
@media screen and (max-height: 550px) {
  .button__actuape__wrapper {
    height: calc(100% + 20px);
    overflow: auto;
  }
}
.button__actuape__wrapper__open {
  right: 0;
}
.button__actuape__wrapper .close {
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Oswald";
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.button__actuape__wrapper img,
.button__actuape__wrapper svg {
  right: 0;
  max-width: 85px;
}
.button__actuape__wrapper .descriptions {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 100;
}
.button__actuape__item {
  list-style: none;
  padding: 0;
  margin: 1rem 0rem;
}
@media screen and (max-width: 350px) {
  .button__actuape__item {
    margin: 0.5rem 0;
  }
}
.button__actuape__item li {
  display: inline-block;
  background-color: #0b3c54;
  color: #fff;
  padding: 0.2rem 0.4rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 400px) {
  .button__actuape__item li {
    width: 100%;
    margin-bottom: 2px;
  }
}
.button__actuape__item .active {
  color: #000;
  background-color: #fff;
}
.button__actuape__content {
  position: relative;
  max-height: calc(100vh - 340px);
  overflow-y: auto;
}
@media screen and (max-height: 550px) {
  .button__actuape__content {
    margin-top: 0.5rem;
    max-height: 100%;
    margin-bottom: 1rem;
  }
}
.button__actuape__content li {
  display: inline-block;
  width: 100%;
  background-color: #55acee;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-height: 500px) {
  .button__actuape__content li {
    margin-bottom: 0.2rem;
  }
}
.button__actuape__content li p {
  font-size: 0.9rem;
  line-height: 1.1rem;
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: 300;
}
.button__actuape__content li p span {
  color: #000;
  margin-right: 2px;
}
.button__actuape__content li a {
  display: block;
  margin-top: 0.8rem;
  width: 100%;
  text-decoration: none;
  font-size: 1rem;
  text-align: right;
  color: #000;
  font-weight: 400;
}
.button__actuape__filter {
  text-align: center;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.button__actuape__filter ul {
  list-style: none;
  padding: 0;
}
.xdsoft_datetimepicker {
  z-index: 9999999;
}
.event__date {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.event__date__single {
  position: relative;
  display: inline-block;
  width: 100%;
}
.event__date__single span {
  margin-bottom: 0.5rem !important;
}
.event__date__single input {
  margin-bottom: 4px;
}
.event__date__wrappers {
  padding-right: 1.2rem;
}
.event__date__delate {
  position: absolute;
  right: -10px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 20px;
  height: 20px;
  width: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: right;
  color: #f70c5b;
  cursor: pointer;
}
.event__add {
  display: inline-block !important;
  width: auto !important;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  background-image: -webkit-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -moz-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -o-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: -ms-linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  background-image: linear-gradient(45deg, #4930af 0%, #b00b71 100%);
  border-radius: 20px;
  cursor: pointer;
}
.event__category {
  position: absolute;
  list-style: none;
  top: calc(100% + 10px);
  width: 98%;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 98;
  background-color: #fafafa;
  border-radius: 10px;
  display: none;
}
.event__category:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: calc(100% - 12px);
  background-color: #fafafa;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -2;
}
.event__category li {
  padding: 0.4rem 0rem;
  color: #b00b71;
  z-index: 99;
  background-color: #fafafa;
  cursor: pointer;
}
.event__category li:hover {
  color: #fff;
  background-color: #b00b71;
}
.event__category li:last-child,
.event__category li:first-child {
  border-radius: 10px;
}
.event__category li:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.event__category li:first-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.file_category__after {
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: 0;
}
#formMessage {
  margin: auto;
  width: 95%;
  margin-top: 2rem;
  padding: 1rem;
}
#formMessage img {
  width: 50px;
  margin: auto;
}
#formMessage h2 {
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
#formMessage h3 {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.gallery {
  position: relative;
  overflow: hidden;
}
.gallery__header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  min-height: 10px;
  max-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.gallery__header:after {
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -moz-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -o-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -ms-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: linear-gradient(to top, #fff 10%, rgba(255,255,255,0.1) 80%);
  top: 0;
  left: 0;
  height: 105%;
  width: 100%;
}
.gallery__wrapper {
  position: relative;
  padding-top: 8rem;
}
.gallery__title {
  text-align: center;
  margin-bottom: 4rem;
}
.gallery__title h2 {
  text-align: center;
  font-family: "Oswald";
  font-weight: 100;
  color: #2d2d2d;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0;
}
.gallery__title p {
  padding: 0;
  padding-top: 1rem;
  margin: 0;
}
.gallery__title .return {
  text-align: left;
  color: #000;
}
.gallery__title .return .agenda-detalle__regresar {
  color: #000;
}
.gallery__content {
  position: relative;
}
@media screen and (max-width: 920px) {
  .gallery__content {
    text-align: center;
  }
}
.gallery__item {
  position: relative;
  text-align: center;
  width: 33%;
  display: inline-block;
  padding: 0 2% 2% 2%;
  margin-bottom: 2rem;
}
.gallery__item__wrapper {
  position: relative;
}
@media screen and (max-width: 920px) {
  .gallery__item {
    width: 48%;
  }
}
@media screen and (max-width: 550px) {
  .gallery__item {
    width: 90%;
  }
}
.gallery__item .video,
.gallery__item .image {
  padding-top: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.5);
  -webkit-transition: 0.5s box-shadow ease-in-out;
  -moz-transition: 0.5s box-shadow ease-in-out;
  -o-transition: 0.5s box-shadow ease-in-out;
  -ms-transition: 0.5s box-shadow ease-in-out;
  transition: 0.5s box-shadow ease-in-out;
}
.gallery__item .video i,
.gallery__item .image i {
  position: absolute;
  font-size: 5rem;
  height: 80px;
  width: 80px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ccc;
  -webkit-transition: 0.5s font-size ease-in-out;
  -moz-transition: 0.5s font-size ease-in-out;
  -o-transition: 0.5s font-size ease-in-out;
  -ms-transition: 0.5s font-size ease-in-out;
  transition: 0.5s font-size ease-in-out;
}
.gallery__item .video:hover,
.gallery__item .image:hover {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.3);
}
.gallery__item .video:hover i,
.gallery__item .image:hover i {
  font-size: 5.5rem;
}
.gallery__item .description {
  padding-top: 2rem;
}
.gallery__item .photo__galery {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gallery__item .photo__galery a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.gallery__image {
  background-color: rgba(0,114,192,0.5);
  cursor: default;
}
.gallery__image .mfp-close {
  cursor: pointer !important;
  display: inline-block;
  padding: 0;
  right: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 30px;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  -moz-transition: -moz-transform 0.5s ease-in;
  -o-transition: -o-transform 0.5s ease-in;
  -ms-transition: -ms-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
}
.gallery__image .mfp-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gallery__image .mfp-arrow {
  text-align: center;
}
.gallery__image .mfp-arrow:after {
  display: none;
}
.gallery__image .mfp-arrow:before {
  content: '\E001';
  font-family: Icons;
  border: none;
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 2rem;
}
.gallery__image .mfp-arrow-right:before {
  content: '\E002';
}
.gallery__video {
  background-color: rgba(0,114,192,0.5);
}
.gallery__video .mfp-close {
  cursor: pointer !important;
}
.gallery__pagination {
  padding: 2rem 0;
  margin-bottom: 2rem;
  text-align: center;
}
.gallery__pagination a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-size: 2rem;
  font-family: "Oswald";
  font-weight: 300;
  padding-right: 1.2rem;
  position: relative;
}
.gallery__pagination a:after {
  content: '/';
  position: absolute;
  right: 4px;
}
.gallery__pagination a:last-child:after {
  display: none;
}
.gallery__pagination span {
  color: #000;
}
.gallery__pagination .jp-current {
  color: #0077b5;
}
.gallery__pagination .jp-disabled {
  color: #0077b5;
  border-color: #0077b5;
  cursor: no-drop;
}
.gallery__share {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .gallery__share {
    position: relative;
  }
}
.gallery__share a {
  display: block;
  float: left;
  width: 50%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald";
  padding: 0.3rem 0;
  letter-spacing: 1px;
  font-weight: 100;
}
@media screen and (max-width: 1350px) {
  .gallery__share a {
    width: 100%;
  }
}
.gallery__share a span {
  margin-left: 1rem;
  font-size: 0.8rem;
}
.download-tools {
  position: relative;
  overflow: hidden;
}
.download-tools__header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  min-height: 10px;
  max-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.download-tools__header:after {
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -moz-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -o-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: -ms-linear-gradient(bottom, #fff 10%, rgba(255,255,255,0.1) 80%);
  background-image: linear-gradient(to top, #fff 10%, rgba(255,255,255,0.1) 80%);
  top: 0;
  left: 0;
  height: 105%;
  width: 100%;
}
.download-tools__wrapper {
  position: relative;
  padding-top: 8rem;
}
.download-tools__title {
  text-align: center;
  margin-bottom: 4rem;
}
.download-tools__title h2 {
  text-align: center;
  font-family: "Oswald";
  font-weight: 100;
  color: #2d2d2d;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0;
}
.download-tools__title p {
  padding: 0;
  padding-top: 1rem;
  margin: 0;
}
.download-tools__title .return {
  margin-top: 1rem;
  text-align: left;
  color: #000;
}
.download-tools__title .return .agenda-detalle__regresar {
  color: #000;
}
.download-tools__items {
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
}
.download-tools__item {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 1rem 0;
  vertical-align: middle;
  border-top: 1px dotted #808080;
}
.download-tools__item:nth-child(7n) {
  border-bottom: 1px dotted #808080;
}
.download-tools__item:last-child {
  border-bottom: 1px dotted #808080;
}
.download-tools__item:hover .description h4 {
  color: #0072c0;
  font-weight: 300;
}
.download-tools__item:hover .icons i {
  color: #0072c0;
}
.download-tools__item a {
  text-decoration: none;
}
.download-tools__item .icons {
  text-align: center;
  vertical-align: middle;
  width: 10%;
  display: inline-block;
}
.download-tools__item .icons img {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .download-tools__item .icons img {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .download-tools__item .icons img {
    display: none;
  }
}
.download-tools__item .icons i {
  font-size: 3rem;
  color: #b3b3b3;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-animation: fontSizeActua 2s infinite;
  -moz-animation: fontSizeActua 2s infinite;
  -o-animation: fontSizeActua 2s infinite;
  -ms-animation: fontSizeActua 2s infinite;
  animation: fontSizeActua 2s infinite;
}
.download-tools__item .description {
  position: relative;
  text-align: left;
  width: 78%;
  display: inline-block;
  padding-left: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .download-tools__item .description {
    width: 88%;
  }
}
@media screen and (max-width: 450px) {
  .download-tools__item .description {
    width: 100%;
  }
}
.download-tools__item .description h4 {
  margin: 0;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 1.5rem;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.download-tools__item .description p {
  font-family: "Oswald";
  font-weight: 100;
  line-height: 1.2rem;
}
.download-tools__pagination {
  padding: 2rem 0;
  text-align: center;
}
.download-tools__pagination a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-size: 2rem;
  font-family: "Oswald";
  font-weight: 300;
  padding-right: 1.2rem;
  position: relative;
}
.download-tools__pagination a:after {
  content: '/';
  position: absolute;
  right: 4px;
}
.download-tools__pagination a:last-child:after {
  display: none;
}
.download-tools__pagination span {
  color: #000;
}
.download-tools__pagination .jp-current {
  color: #0077b5;
}
.download-tools__pagination .jp-disabled {
  color: #0077b5;
  border-color: #0077b5;
  cursor: no-drop;
}
.download-tools__share {
  position: relative;
  padding-bottom: 2rem;
  text-align: right;
}
.download-tools__share .share {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: auto;
  bottom: 0;
  right: 0;
  max-width: 500px;
  text-align: center;
}
.download-tools__share .share a {
  display: block;
  float: left;
  width: 50%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald";
  padding: 0.3rem 0;
  letter-spacing: 1px;
  font-weight: 100;
}
@media screen and (max-width: 500px) {
  .download-tools__share .share a {
    width: 100%;
  }
}
.download-tools__share .share a span {
  margin-left: 1rem;
  font-size: 0.8rem;
}
@-moz-keyframes fontSizeActua {
  0% {
    font-size: 2.8rem;
  }
  50% {
    font-size: 3rem;
    color: #0072c0;
  }
  100% {
    font-size: 2.8rem;
  }
}
@-webkit-keyframes fontSizeActua {
  0% {
    font-size: 2.8rem;
  }
  50% {
    font-size: 3rem;
    color: #0072c0;
  }
  100% {
    font-size: 2.8rem;
  }
}
@-o-keyframes fontSizeActua {
  0% {
    font-size: 2.8rem;
  }
  50% {
    font-size: 3rem;
    color: #0072c0;
  }
  100% {
    font-size: 2.8rem;
  }
}
@keyframes fontSizeActua {
  0% {
    font-size: 2.8rem;
  }
  50% {
    font-size: 3rem;
    color: #0072c0;
  }
  100% {
    font-size: 2.8rem;
  }
}
.result {
  padding: 4rem 0;
  padding-top: 6rem;
}
.hueveo {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .hueveo {
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    background-size: inherit;
  }
}
@media screen and (max-width: 680px) {
  .people-talk__outstanding__wrapper {
    margin-top: -1.5rem;
  }
  .people-talk__outstanding__image {
    height: 430px;
  }
}
@media screen and (max-width: 600px) {
  .people-talk__outstanding__wrapper {
    margin-top: -2.6rem;
  }
  .people-talk__outstanding__image {
    height: 420px;
  }
}
@media screen and (max-width: 550px) {
  .people-talk__outstanding__wrapper {
    margin-top: -2.6rem;
  }
  .people-talk__outstanding__image {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .people-talk__outstanding__image {
    height: 360px;
  }
}
@media screen and (max-width: 450px) {
  .people-talk__outstanding__image {
    height: 340px;
  }
  .people-talk__outstanding__wrapper {
    margin-top: -2.9rem;
  }
}
@media screen and (max-width: 400px) {
  .people-talk__outstanding__wrapper {
    margin-top: -2.6rem;
  }
  .people-talk__outstanding__image {
    height: 320px;
  }
}
@media screen and (max-width: 350px) {
  .people-talk__outstanding__wrapper {
    margin-top: -4rem;
  }
  .people-talk__outstanding__image {
    height: 310px;
  }
}