@charset "UTF-8";
/* == Prueba - Styles == */
/* == Prueba - Mixins genéricos == */
/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* == Prueba - Estilos básicos == */
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #414648;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75em;
  text-transform: none;
  background: #fff;
}
/* == Text Styles == */
a {
  color: #222;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  transition: color, 0.5s;
}
.noTouchDevice a:hover {
  text-decoration: none;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #14b2de;
  color: #fff;
  text-shadow: none;
}
p {
  margin-bottom: 0.7em;
}
ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.7em;
}
ol {
  padding-left: 2.2em;
  list-style-type: decimal;
}
ol li {
  padding-left: 0.7em;
  padding-bottom: 0.7em;
}
dl {
  zoom: 1;
}
dl dt {
  float: left;
  width: 48%;
  text-align: right;
  font-weight: bold;
  margin-right: 2%;
}
dl dt:after {
  content: ':';
}
dl dd {
  width: 50%;
  float: left;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
}
pre {
  margin-bottom: 1.5em;
}
blockquote {
  font-family: 'Roboto', sans-serif;
  font-size: 1.357em;
  text-align: center;
  padding: .8em;
  margin-bottom: 1.5em;
}
blockquote p {
  margin-bottom: 0;
}
blockquote img {
  margin-bottom: 9px;
}
/* == Heading Styles == */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #252525;
  font-weight: normal;
}
h1 {
  font-size: 2.5em;
  line-height: 1.3em;
  padding-bottom: 5px;
}
h2 {
  font-size: 2em;
  line-height: 1.6em;
  padding-bottom: 10px;
}
h3 {
  /* OK */
  font-size: 1.7143em;
  letter-spacing: -0.006em;
  line-height: 1.25em;
  word-spacing: -0.059em;
}
h4 {
  font-size: 1.3571em;
  line-height: 1.0416em;
  letter-spacing: -0.006em;
  word-spacing: -0.059em;
}
h5 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
h6 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
.iframe-wrapper {
  position: relative;
  max-width: 100%;
  height: 0px;
  padding-top: 56.25%;
  margin: 30px 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* == Table Styles == */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  background: #fcfcfc;
  border: 1px solid #dddddd;
}
table tbody {
  overflow: scroll;
}
table tr td {
  font-size: 0.9em;
  line-height: 1.1em;
  text-align: center;
  vertical-align: middle;
  padding: 8px 5px 8px 5px;
  border-right: 1px solid #dddddd;
}
table tr td:last-child {
  border-right: 0;
}
table tr:nth-child(2n+1) td {
  background: #f5f5f5;
}
table tr th,
table thead tr td {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 400;
  background: #e0e0e0;
  font-size: 1.1em;
  line-height: 1.1em;
  vertical-align: middle;
  padding: 8px 5px 8px 5px;
  border-right: 1px solid #dddddd;
}
table tr th:last-child,
table thead tr td:last-child {
  border-right: 0;
}
/* == Form Styles == */
textarea {
  padding: 14px 10px 0px 10px;
}
input:-moz-placeholder {
  color: #a9a9a9;
}
textarea:-moz-placeholder {
  color: #a9a9a9;
}
textarea,
input {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8571em;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -moz-appearance: caret;
  /* Mobile Firefox too! */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #dddddd;
  padding: 0.8em;
}
input[type="submit"],
input[type="cancel"],
button {
  background: #0f9ac3;
  color: white;
  font-size: 1.285em;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  padding: 0.6em 2em 0.4em 2em;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #0090b0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
label {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 0.9285em;
  position: relative;
  padding-right: 1em;
  padding-bottom: 0.7em;
}
/* == Content elements == */
hr {
  margin: 0 auto 8.586em;
  background-color: #67b500;
  border: 0;
  height: 1px;
  width: 48px;
}
.alignnone,
.alignright,
.alignleft,
.aligncenter {
  display: block;
}
.alignnone {
  float: none;
  margin: 0 0 3em 0;
}
.alignright {
  float: right;
  margin: 0 0 3em 30px;
}
.alignleft {
  float: left;
  margin: 0 30px 3em 0;
}
.aligncenter {
  float: none;
  margin: 0 auto 30px auto;
}
.wp-caption {
  display: block;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 2px;
  text-align: center;
}
.wp-caption img {
  max-width: 100%;
}
.wp-caption-text {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
  text-align: center;
  color: rgba(68, 68, 68, 0.6);
  margin: 0.5em 0 0 0;
  padding: 0;
}
/* == jQuery UI Datepicker Styles == */
.ui-datepicker {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #F0F0F0;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker thead {
  background: #232323;
}
.ui-datepicker thead tr th {
  background: #232323;
  font-weight: bold;
  font-size: 0.75em;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #fff;
}
.ui-datepicker table tr td {
  border: 1px solid #DDD;
  padding: 0;
}
.ui-datepicker table tr td a {
  display: block;
  padding: 12px 12px;
  background: #fff;
}
.noTouchDevice .ui-datepicker table tr td a:hover {
  background: #EBEBEB;
}
.ui-datepicker table tr td.ui-datepicker-today a {
  background: #EBEBEB;
}
.ui-datepicker table tr td.ui-datepicker-current-day a {
  background: #000;
  color: #fff;
}
.button,
.button-primary,
a.button,
input[type="submit"],
input.button,
input.button-primary input.button-primary {
  outline: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: normal!important;
  font-size: 0.928em;
  /* 13/14 */
  font-style: normal;
  color: #fff;
  background-color: #84d020;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 17px 58px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  display: inline-block;
  letter-spacing: 0.2em;
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
}
.button:hover,
.button-primary:hover,
a.button:hover,
input[type="submit"]:hover,
input.button:hover,
input.button-primary input.button-primary:hover {
  color: #fff;
  background-color: #67B500;
}
@font-face {
  font-family: "fem";
  src: url("_fonts/_icons/fem.eot");
  src: url("_fonts/_icons/fem.eot#iefix") format("embedded-opentype"), url("_fonts/_icons/fem.woff") format("woff"), url("_fonts/_icons/fem.ttf") format("truetype"), url("_fonts/_icons/fem.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "fem" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fem" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-down:before {
  content: "\61";
}
.icon-twitter:before {
  content: "\62";
}
.icon-facebook:before {
  content: "\63";
}
.hidden-el {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.btn {
  color: white;
  background: #682769;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: .8em 1em;
  max-width: 300px;
}
.btn:hover {
  color: #222;
  background: white;
}
.nav-tabs {
  text-align: center;
  border: none;
}
.nav-tabs.nav-tabs_mobile {
  display: none;
}
.nav-tabs > li {
  padding: 0;
  background: none;
  display: inline-block;
  float: none;
}
.nav-tabs > li > a {
  background: #1c1c24;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 1em;
  color: white;
}
.nav-tabs > li > a:focus {
  border: none;
  background: #1c1c24;
}
.nav-tabs > li > a:hover {
  background: #682769;
  color: white;
}
.nav-tabs > li.active > a {
  border: none;
  background: #682769;
  color: white;
}
.nav-tabs > li.active > a:hover {
  background: #682769;
  border: none;
  color: white;
}
.nav-tabs > li.active > a:focus {
  background: #682769;
  border: none;
  color: white;
}
.tab-content {
  margin: 2em 0;
}
.schedule > .inner {
  padding: 5em 2em;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.schedule > .inner .pre-section {
  font-size: 1em;
  font-weight: 900;
  color: #682769;
  display: block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin: 0 0 .2em;
}
.schedule > .inner .title-section {
  font-size: 2em;
  font-weight: normal;
  display: block;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin: 0 0 1.5em;
}
.schedule > .inner .date {
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 2em 0;
  color: #682769;
  font-weight: 700;
}
.schedule > .inner .schedule-list > li {
  padding: 0;
  margin: 0 0 1em 0;
}
.schedule > .inner .schedule-list > li:last-child {
  margin-bottom: 0;
}
.schedule > .inner .schedule_day {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 1.5em 1em;
  display: table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.schedule > .inner .schedule_day .schedule_day-time {
  width: 15%;
  display: table-cell;
  vertical-align: top;
  line-height: 1em;
  font-size: 1em;
  font-weight: 700;
}
.schedule > .inner .schedule_day .schedule_day-image {
  width: 5%;
  display: table-cell;
  line-height: 1em;
  vertical-align: top;
}
.schedule > .inner .schedule_day .schedule_day-image > img {
  height: 55px;
  width: 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.schedule > .inner .schedule_day .schedule_day-event {
  padding: 0 3em;
  width: 80%;
  display: table-cell;
  line-height: 1em;
  vertical-align: top;
}
.schedule > .inner .schedule_day .schedule_day-event .cat {
  text-transform: uppercase;
  color: #682769;
  font-weight: 700;
  display: inline-block;
  padding: .2em .3em;
  font-size: .65em;
  line-height: 1em;
  margin-bottom: .5em;
  letter-spacing: .09em;
}
.schedule > .inner .schedule_day .schedule_day-event .cat.cat-social {
  background: #b06a86;
  color: white;
}
.schedule > .inner .schedule_day .schedule_day-event .cat.cat-cultura {
  background: black;
  color: white;
}
.schedule > .inner .schedule_day .schedule_day-event .cat.cat-edu {
  background: #98be13;
  color: white;
}
.schedule > .inner .schedule_day .schedule_day-event .cat.cat-deporte {
  background: #55abde;
  color: white;
}
.schedule > .inner .schedule_day .schedule_day-event .title {
  display: block;
  font-weight: 700;
  font-size: 1.1em;
  margin: .2em 0 .4em;
  line-height: 1.3em;
}
.schedule > .inner .schedule_day .schedule_day-event .info p {
  font-size: .8em;
  line-height: 1.3em;
  font-weight: normal;
  padding: 0;
}
.schedule > .inner .schedule_day .schedule_day-event .info p a{
  display: inline-block;
  font-size: 1em;
  text-decoration: underline;
}
.schedule > .inner .schedule_day .schedule_day-event .info p strong{
  font-weight: bold;
}
.schedule > .inner .schedule_day .schedule_day-event .info .venue {
  margin: .8em 0 0;
  font-size: .8em;
  display: block;
  font-weight: 700;
}
.schedule > .inner .schedule_day .schedule_day-event .info .venue a{
  display: inline-block;
  font-size: 1em;
  text-decoration: underline;
}
.schedule > .inner .schedule_day .schedule_day-event .info .venue.yt{
  background: #fff;
  padding: 20px;
  border: 1px solid #999;
  text-align: center;
}
.schedule > .inner .schedule_day .schedule_day-event .info .show-more,
.schedule > .inner .schedule_day .schedule_day-event .info a {
  font-size: .8em;
  line-height: 1.3em;
  font-weight: normal;
  display: block;
  color: #682769;
}
.schedule > .inner .schedule_day .schedule_day-event .info .content-toggle {
  display: none;
}
.celebrities {
  background: -moz-linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
  background: -webkit-linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
  background: -o-linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
  background: -ms-linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
  background: linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
}
.celebrities > .inner {
  padding: 5em 2em;
  max-width: 1280px;
  margin: 0 auto;
}
.celebrities > .inner .pre-section {
  font-size: 1em;
  font-weight: 900;
  color: #111;
  display: block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin: 0 0 .2em;
}
.celebrities > .inner .title-section {
  font-size: 2em;
  font-weight: normal;
  display: block;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin: 0 0 1.5em;
  color: white;
}
.celebrities > .inner .celebrities_list .carousel {
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity, 0.5s;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}
.celebrities > .inner .celebrities_list .carousel.slick-initialized {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity, 0.5s;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}
.celebrities > .inner .celebrities_list .carousel .item-carousel {
  width: 25%;
  float: left;
  padding: 1em;
}
.celebrities > .inner .celebrities_list .carousel .item-carousel .image {
  width: 100%;
  line-height: 0;
}
.celebrities > .inner .celebrities_list .carousel .item-carousel .image > img {
  width: 100%;
}
.celebrities > .inner .celebrities_list .carousel .item-carousel .info {
  background: white;
  padding: 1em;
}
.celebrities > .inner .celebrities_list .carousel .item-carousel .info .name {
  display: block;
  color: #682769;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 1.3em;
}
.celebrities > .inner .celebrities_list .carousel .item-carousel .info .job {
  display: block;
  color: #222;
}
.celebrities > .inner .celebrities_list .carousel .slick-dots {
  list-style: none;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 1em;
}
.celebrities > .inner .celebrities_list .carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.celebrities > .inner .celebrities_list .carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.celebrities > .inner .celebrities_list .carousel .slick-dots li.slick-active button {
  background: #ff0763;
}
.about {
  background: white;
}
.about > .inner {
  padding: 5em 2em;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.about > .inner:after {
  content: "";
  clear: both;
  display: table;
}
.about > .inner .pre-section {
  font-size: 1em;
  font-weight: 900;
  color: #682769;
  display: block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin: 0 0 .2em;
}
.about > .inner .title-section {
  font-size: 2em;
  font-weight: normal;
  display: block;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin: 0 0 1.5em;
  color: #222;
}
.about > .inner .info-container:after {
  content: "";
  clear: both;
  display: table;
}
.about > .inner .info {
  padding: 1em;
  max-width: 50%;
  margin: 0 auto;
  float: left;
}
.about > .inner .info p {
  font-size: 1.4em;
  line-height: 1.3em;
  padding-right: 3em;
}
.about > .inner .info + .info p {
  font-size: 1em;
  line-height: 1.3em;
  padding-right: 0;
}
.about > .inner .sections {
  margin-top: 3em;
  display: table;
  width: 100%;
}
.about > .inner .sections .row {
  display: table-row;
}
.about > .inner .sections .box {
  padding: 2em 4em;
  border: 10px solid white;
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.about > .inner .sections .box .title {
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: .09em;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: .5em;
}
.about > .inner .sections .box p {
  color: white;
  font-size: 1em;
  line-height: 1.3em;
}
.about > .inner .sections .box.box-cultura {
  background: black;
}
.about > .inner .sections .box.box-edu {
  background: #98be13;
}
.about > .inner .sections .box.box-social {
  background: #b06a86;
}
.about > .inner .sections .box.box-deportes {
  background: #55abde;
}
.sponsors {
  background: #efefef;
}
.sponsors > .inner {
  padding: 5em 2em;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.sponsors > .inner .pre-section {
  font-size: 1em;
  font-weight: 900;
  color: #682769;
  display: block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin: 0 0 .2em;
}
.sponsors > .inner .title-section {
  font-size: 2em;
  font-weight: normal;
  display: block;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin: 0 0 1.5em;
}
.sponsors > .inner .lists.sponsors-list > ul > li,
.sponsors > .inner .lists.collaborators-list > ul > li,
.sponsors > .inner .lists.schedule-list > ul > li {
  max-width: 150px;
}
.sponsors > .inner .lists.collaborators-list {
  max-width: 900px;
  margin: 0 auto;
}
.sponsors > .inner .lists > span {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: normal;
  display: block;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin: 0 0 1.5em;
}
.sponsors > .inner .lists > ul {
  text-align: center;
}
.sponsors > .inner .lists > ul > li {
  padding: 0;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  line-height: 0;
  margin: 0 3em 3em 0;
}
.sponsors > .inner .lists > ul > li:last-child {
  margin-right: 0;
}
.sponsors > .inner .lists > ul > li > img {
  width: 100%;
}
.sponsors > .inner .lists .carousel-logos {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity, 0.5s;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}
.sponsors > .inner .lists .carousel-logos.slick-initialized {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity, 0.5s;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}
.sponsors > .inner .lists .carousel-logos .item {
  width: 100px;
  float: left;
  padding: 1em;
}
.sponsors > .inner .lists .carousel-logos .item .image {
  width: 100%;
  line-height: 0;
}
.sponsors > .inner .lists .carousel-logos .item .image > img {
  width: 100%;
}
.sponsors > .inner .lists .carousel-logos .slick-dots {
  list-style: none;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 1em;
}
.sponsors > .inner .lists .carousel-logos .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.sponsors > .inner .lists .carousel-logos .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sponsors > .inner .lists .carousel-logos .slick-dots li.slick-active button {
  background: #ff0763;
}
@media screen and (max-width: 670px) {
  .nav-tabs {
    display: none;
  }
  .nav-tabs.nav-tabs_mobile {
    display: block;
  }
  .nav-tabs.nav-tabs_mobile > li {
    margin-bottom: .5em;
  }
  .about > .inner {
    padding: 3em 2em;
  }
  .about > .inner .info {
    float: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .about > .inner .info p {
    font-size: 1.2em;
    padding-right: 0;
  }
  .about > .inner .sections {
    margin-top: 2em;
    display: block;
  }
  .about > .inner .sections .row {
    display: block;
    overflow: hidden;
  }
  .about > .inner .sections .box {
    padding: 2em;
    border: none;
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .schedule > .inner {
    padding: 3em 2em;
  }
  .schedule > .inner .date {
    font-size: 1.2em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 2em 0;
    color: #682769;
    font-weight: 700;
  }
  .schedule > .inner .schedule_day .schedule_day-time {
    width: 100%;
    display: block;
    font-size: 1.4em;
  }
  .schedule > .inner .schedule_day .schedule_day-image {
    display: none;
  }
  .schedule > .inner .schedule_day .schedule_day-event {
    padding: 1em 0 0;
    width: 100%;
    display: block;
  }
  .schedule > .inner .schedule_day .schedule_day-event .cat {
    text-transform: uppercase;
    color: #682769;
    font-weight: 700;
    display: inline-block;
    padding: .2em .3em;
    font-size: .65em;
    line-height: 1em;
    margin-bottom: .5em;
    letter-spacing: .09em;
  }
  .schedule > .inner .schedule_day .schedule_day-event .cat.cat-social {
    background: #b06a86;
    color: white;
  }
  .schedule > .inner .schedule_day .schedule_day-event .cat.cat-cultura {
    background: black;
    color: white;
  }
  .schedule > .inner .schedule_day .schedule_day-event .cat.cat-edu {
    background: #98be13;
    color: white;
  }
  .schedule > .inner .schedule_day .schedule_day-event .cat.cat-deporte {
    background: #55abde;
    color: white;
  }
  .schedule > .inner .schedule_day .schedule_day-event .title {
    display: block;
    font-weight: 700;
    font-size: 1.1em;
    margin: .2em 0 .4em;
    line-height: 1.3em;
  }
  .schedule > .inner .schedule_day .schedule_day-event .info p {
    font-size: .8em;
    line-height: 1.3em;
    font-weight: normal;
    padding: 0;
  }
  .schedule > .inner .schedule_day .schedule_day-event .info .venue {
    margin: .8em 0 0;
    font-size: .8em;
    display: block;
    font-weight: 700;
  }
  .sponsors > .inner {
    padding: 3em 2em;
  }
  .sponsors > .inner .lists.sponsors-list > ul > li,
  .sponsors > .inner .lists.collaborators-list > ul > li,
  .sponsors > .inner .lists.schedule-list > ul > li {
    padding: 0;
    display: inline-block;
    max-width: 40%;
    width: 100%;
    line-height: 0;
    margin: 0 5% 1em 0;
  }
  .sponsors > .inner .lists.sponsors-list > ul > li:last-child,
  .sponsors > .inner .lists.collaborators-list > ul > li:last-child,
  .sponsors > .inner .lists.schedule-list > ul > li:last-child {
    margin: 0 auto 3em;
  }
  .sponsors > .inner .lists > ul > li {
    padding: 0;
    display: inline-block;
    max-width: 40%;
    width: 100%;
    line-height: 0;
    margin: 0 5% 1em 0;
  }
  .sponsors > .inner .lists > ul > li:last-child {
    margin: 0 auto 3em;
  }
}
.header .navigation {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  padding: 0 20px;
}
.header .navigation.morph {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background: -moz-linear-gradient(145deg, #682769 5%, #6859de 100%);
  background: -webkit-linear-gradient(145deg, #682769 5%, #6859de 100%);
  background: -o-linear-gradient(145deg, #682769 5%, #6859de 100%);
  background: -ms-linear-gradient(145deg, #682769 5%, #6859de 100%);
  background: linear-gradient(145deg, #682769 5%, #6859de 100%);
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.header .navigation.morph .menu {
  padding: 1em 0;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.header .navigation:after {
  content: "";
  clear: both;
  display: table;
}
.header .navigation .logo {
  float: left;
  max-width: 112px;
  width: 100%;
  line-height: 0;
  margin: 12px 0;
}
.header .navigation .logo > img {
  width: 100%;
}
.header .navigation .menu {
  float: right;
  width: 100%;
  max-width: 75%;
  padding: 2em 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: right;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.header .navigation .menu > li {
  padding: 0;
  display: inline-block;
  margin-right: 1em;
}
.header .navigation .menu > li:last-child {
  margin-right: 0;
}
.header .navigation .menu > li a {
  color: white;
  text-transform: uppercase;
  font-size: .7em;
  letter-spacing: .09em;
  display: block;
  padding: 0 1em;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.header .navigation .menu > li a:hover {
  color: white;
  background: rgba(255, 7, 99, 0.5);
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.header .navigation .menu > li a.active {
  color: white;
  background: rgba(255, 7, 99, 0.5);
}
.highlight {
  overflow: hidden;
}
.highlight .inner {
  background: url('https://www.femtoledo.com/_style/_css/_gfx/bg-cartel22.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
}
.highlight .inner:before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #1d0261, #b24763, #9b469c, #a955aa);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.highlight .inner .video-container {
  width: 100%;
  height: 100%;
}
.highlight .inner .video-container video {
  width: 100%;
}
.highlight .inner .header-table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.highlight .inner .header-table .icon-down {
  position: absolute;
  bottom: 1em;
  display: block;
  text-align: center;
  z-index: 1;
  left: 50%;
  padding: 1em;
  line-height: 0;
  margin-left: -28px;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.highlight .inner .header-table .icon-down:before {
  color: white;
  font-size: 1.5em;
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.highlight .inner .header-table .header-cell {
  text-align: center;
  position: relative;
  height: 100%;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  padding: 0 2em;
}
.highlight .inner .header-table .header-cell .logo {
  line-height: 0;
}
.highlight .inner .header-table .header-cell .logo > img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 1em;
}
.highlight .inner .header-table .header-cell .title {
  color: white;
  font-size: 4em;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  letter-spacing: .09em;
}
.highlight .inner .header-table .header-cell .title span {
  position: relative;
}
.highlight .inner .header-table .header-cell .title span:before {
  content: "";
  height: 8px;
  width: 28px;
  background: white;
  display: block;
  position: absolute;
  left: 4px;
  top: 17px;
}
.highlight .inner .header-table .header-cell .subtitle {
  display: block;
  color: white;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 .8em;
}
.highlight .inner .header-table .header-cell .venue {
  margin: 0;
  display: inline-block;
  color: white;
  padding: .3em .5em;
  font-size: 1em;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: .09em;
}
.highlight .inner .header-table .header-cell .btn-go {
  color: white;
  background: #682769;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 1em;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: .09em;
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 3em auto 0;
  font-weight: normal;
  line-height: 1.4em;
}
.highlight .inner .header-table .header-cell .btn-go:hover {
  color: white;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
@media screen and (max-width: 970px) {
  .header .navigation.morph .menu {
    padding: .5em 0;
  }
  .header .navigation .logo {
    display: none;
  }
  .header .navigation .menu {
    float: none;
    text-align: center;
    max-width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (max-width: 670px) {
  .header .navigation.morph .menu {
    padding: .5em 0;
  }
  .header .navigation .logo {
    display: none;
  }
  .header .navigation .menu {
    float: none;
    text-align: center;
    max-width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  .header .navigation .menu > li {
    padding: 0;
    display: inline-block;
    margin-right: 1em;
  }
  .header .navigation .menu > li:last-child {
    margin-right: 1em;
  }
  .highlight .inner {
    height: 500px;
  }
  .highlight .inner .header-table .header-cell .title {
    font-size: 2em;
  }
  .highlight .inner .header-table .header-cell .title span:before {
    content: "";
    height: 4.5px;
    width: 14px;
    background: white;
    display: block;
    position: absolute;
    left: 2px;
    top: 8.5px;
  }
  .highlight .inner .header-table .header-cell .logo > img {
    max-width: 200px;
  }
  .highlight .inner .header-table .header-cell .subtitle {
    font-size: 1em;
  }
  .highlight .inner .header-table .header-cell .venue {
    font-size: .8em;
    line-height: 1.3em;
  }
  .highlight .inner .header-table .header-cell .btn-go {
    max-width: 220px;
  }
}
.footer {
  background: #333;
}
.footer > .inner {
  padding: 2em;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  color: white;
}
.footer > .inner:after {
  content: "";
  clear: both;
  display: table;
}
.footer > .inner .info {
  float: left;
}
.footer > .inner .info .logo {
  max-width: 100px;
  width: 100%;
  margin: 0;
  line-height: 0;
}
.footer > .inner .info .logo > img {
  width: 100%;
}
.footer > .inner .info .copy {
  text-align: left;
  color: #999;
  font-size: .65em;
  display: block;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 700;
}
.footer > .inner .social {
  float: right;
  margin: 1.3em 0;
}
.footer > .inner .social > li {
  padding: 0;
  display: inline-block;
  line-height: 0;
  margin-right: 1em;
}
.footer > .inner .social > li > a {
  display: block;
  line-height: 0;
}
.footer > .inner .social > li > a .icon:before {
  color: white;
  font-size: 1.5em;
}
.footer > .inner .social > li:last-child {
  margin-right: 0;
}