@charset "UTF-8";
/******************************************************************************* */
/*******************************************************************************
 * // Fuentes */
/*******************************************************************************
 * // Títulos */
/*******************************************************************************
 * // Elementos de interfáz */
/*******************************************************************************
 * // Modelos */
/*******************************************************************************
 * // Media queries */
/*******************************************************************************
 * // Animaciones */
/*******************************************************************************
 * // Elementos de wordpress */
/*******************************************************************************
 * // Estructura */
/*******************************************************************************
 * // Colores 
 *
 * @var {string}   $main-color             El color principal corporativo
 *
 * @var {string}   $secondary-color        El color secundario corporativo
 *
 * @var {string}   $secondary-color        Color complementario corporativo
 *
 * @var {int}      $lightness-factor       El factr de iluminación sobre el que
 *         se aclararán ú obscurecerán los colores
 *         para generar la gama de color light y
 *         dark 
 *
 * @var {mixed}    ${color}                El color 
 *
 * @var {mixed}    $light{color}           El color aplicando un factor de luminisencia
 *         positivo
 *
 * @var {mixed}    $dark{color}            El color aplicando un factor de luminisencia
 *         negativo */
/*******************************************************************************
 * // Funciones */
/*******************************************************************************
 * // Contiene todos los estílos que se aplican directamnete a tags de html */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
}

p {
  margin-top: 16px;
  margin-bottom: 16px;
}

body {
  font-family: "Roboto", "Open Sans", "Helvetica", sans-serif;
  font-size: 13px;
}

code {
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 4px;
  margin-left: 4px;
  background: #e0e0e0;
  font-family: monospace;
  font-size: 11px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
table td {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}

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

strong,
b {
  font-weight: 700;
}

data,
i {
  font-style: normal;
}

fieldset {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Open Sans", "Helvetica", sans-serif;
}

/*******************************************************************************
 * // Placeholders */
.col-logo {
  width: 128px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}
@media ( max-width: 782px ) {
  .col-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

@media ( max-width: 782px ) {
  .col-main-nav {
    text-align: center;
  }
}

.col-nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
}
@media ( min-width: 783px ) {
  .col-nav-social {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media ( max-width: 782px ) {
  .col-nav-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media ( min-width: 783px ) {
  .col-nav-social .icon {
    margin-left: 32px;
  }
}
@media ( max-width: 782px ) {
  .col-nav-social .icon {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media ( min-width: 783px ) {
  #main-header {
    height: 128px;
    padding-right: 128px;
  }
  #main-header .wk-cols, #main-header .wk-col {
    height: inherit;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.logo img {
  width: 100%;
  height: auto;
}

#main-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 16px;
  height: 100%;
  text-transform: uppercase;
  font-style: italic;
  opacity: 0.8;
}
@media ( max-width: 782px ) {
  #main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-item:not(:first-child) {
  padding-left: 16px;
  padding-right: 16px;
}

#main-footer {
  height: 128px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media ( min-width: 783px ) {
  #main-footer {
    padding-left: 128px;
    padding-right: 128px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media ( max-width: 782px ) {
  #main-footer {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
}

.leyend {
  opacity: 0.25;
  font-size: 10px;
}

.col-banner {
  background-color: #272727;
  color: #ffffff;
}
.col-equipo {
  background-color: red;
}
.col-info {
  background-color: red;
}

.label {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.label__small {
  font-size: 10px;
  font-weight: 400;
}

.title {
  font-size: 18px;
  text-transform: uppercase;
}

.title__small {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.btn {
  background-color: #27e7e7;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  margin-right: 16px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.btn-icon {
  margin-right: 8px;
  font-size: 22px;
  vertical-align: middle;
}
.btn-whatsapp {
  background-color: #25D366;
}
.btn-email {
  background-color: #ff7700;
}
.btn-phone {
  background-color: #0040ff;
}

.btn-group {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media ( max-width: 782px ) {
  .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.btn-group .btn {
  min-width: 120px;
  text-align: center;
}
@media ( max-width: 782px ) {
  .btn-group .btn {
    margin-bottom: 16px;
  }
}

.modal {
  background-color: #5a2d82;
  color: #ffffff;
  min-width: 25%;
  min-height: 25vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(24%, #b511ab), to(#4b0979));
  background: linear-gradient(90deg, #b511ab 24%, #4b0979 100%);
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #414141;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5a5a5a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #747474;
}

body {
  background-image: url(../img/background.png);
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

@media ( max-width: 782px ) {
  #main-header,
#section-content {
    padding-left: 32px;
    padding-right: 32px;
  }
}

#section-content {
  overflow-x: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media ( min-width: 783px ) {
  #section-content {
    padding-left: 128px;
    padding-right: 128px;
    background-color: rgba(39, 39, 39, 0.2);
    height: calc(100vh - 256px);
  }
}
#section-content .wk-cols, #section-content .wk-col {
  height: 100%;
}
#section-content .banner {
  opacity: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.96, 0.01, 0.58, 1);
  transition: all 0.25s cubic-bezier(0.96, 0.01, 0.58, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media ( min-width: 783px ) {
  .viewer #section-content .banner {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

#section-content .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-content .equipo {
  background-color: #272727;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.96, 0.01, 0.58, 1);
          transition-timing-function: cubic-bezier(0.96, 0.01, 0.58, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  position: relative;
  z-index: 2;
}
.viewer #section-content .equipo {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media ( min-width: 783px ) {
  #section-content .equipo {
    overflow-y: auto;
  }
}
#section-content .equipo .title__small {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
#section-content #container-equipo-sub {
  -webkit-transition: all 0.75s cubic-bezier(0.96, 0.01, 0.58, 1);
  transition: all 0.75s cubic-bezier(0.96, 0.01, 0.58, 1);
  height: 100%;
  width: 0;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
}
@media ( min-width: 783px ) {
  .viewer #section-content #container-equipo-sub {
    -webkit-animation-name: viewerin;
            animation-name: viewerin;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.96, 0.01, 0.58, 1);
            animation-timing-function: cubic-bezier(0.96, 0.01, 0.58, 1);
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
}

#section-content #container-equipo-sub .avatar-full {
  opacity: 0;
  height: 100%;
}
#section-content #container-equipo-sub .avatar-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#section-content #container-equipo-sub .player-headings {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  left: -40px;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.96, 0.01, 0.58, 1);
  transition: all 0.25s cubic-bezier(0.96, 0.01, 0.58, 1);
}
#section-content #container-equipo-sub .fill {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(90, 45, 130, 0.35);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#section-content #container-equipo-sub #equipo-sub-content {
  height: 100%;
}
#section-content #container-equipo-sub #equipo-sub-content .col-grafica {
  display: none;
}
#section-content #container-equipo-sub .icon-close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: red;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#section-content #container-equipo-sub .icon-close:hover {
  background-color: #ff8080;
}
#section-content .info {
  opacity: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.96, 0.01, 0.58, 1);
  transition: all 0.25s cubic-bezier(0.96, 0.01, 0.58, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background-color: #0040ff;
}
@media ( min-width: 783px ) {
  .viewer #section-content .info {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.player-info {
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  background: linear-gradient(45deg, #018997, #ff197c);
}
.player-info-data {
  background: linear-gradient(45deg, #018997, #ff197c);
}
.player-info .title,
.player-info .sub {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 16px;
  padding-left: 16px;
}
.player-info .title {
  margin-top: 16px;
  margin-bottom: 16px;
}
.player-info .sub {
  font-size: 12px;
  display: block;
}
.player-info .sub .label {
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
}
.player-info .sub:last-child {
  margin-bottom: 16px;
}
.player-info-img {
  width: 100%;
}

@-webkit-keyframes viewerin {
  0% {
    background-color: #272727;
    left: 128px;
    opacity: 0;
  }
  100% {
    background-color: #272727;
    left: calc((100% - 256px) / 4 + 128px);
    width: calc((100% - 256px) / 4 * 3);
    opacity: 1;
  }
}

@keyframes viewerin {
  0% {
    background-color: #272727;
    left: 128px;
    opacity: 0;
  }
  100% {
    background-color: #272727;
    left: calc((100% - 256px) / 4 + 128px);
    width: calc((100% - 256px) / 4 * 3);
    opacity: 1;
  }
}
.content-padding {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.equipo-items {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equipo-item {
  width: calc(50% - 16px);
  background-color: #343434;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 3px;
  text-align: center;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-bottom: 8px;
}
@media ( max-width: 782px ) {
  .equipo-item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.equipo-item:hover, .equipo-item:active, .equipo-item:focus, .equipo-item.current {
  background-color: #0040ff;
}
.equipo-item-avatar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.equipo-item-avatar img {
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media ( min-width: 783px ) {
  .equipo-item-avatar img {
    width: 32px;
  }
}
@media ( max-width: 782px ) {
  .equipo-item-avatar img {
    width: 64px;
  }
}
.equipo-item-title, .equipo-item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.equipo-item-title {
  font-size: 12px;
  opacity: 0.65;
}
.equipo-item-data {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  font-size: 9px;
  color: #747474;
  display: none;
}
@media ( min-width: 783px ) {
  .equipo-item-data {
    text-align: right;
  }
}
.equipo-item-data span:first-child {
  font-weight: 700;
}
.content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-block.feed {
  background-color: #272727;
}
@media ( min-width: 783px ) {
  .content-block.feed {
    height: 50%;
  }
}
@media ( max-width: 782px ) {
  .content-block.feed {
    min-height: 50%;
  }
}
.content-block.cal {
  background-color: lime;
  color: #1c1e21;
}
@media ( min-width: 783px ) {
  .content-block.cal {
    height: 25%;
  }
}
@media ( max-width: 782px ) {
  .content-block.cal {
    min-height: 50%;
  }
}
.content-block.contacto {
  background-color: #0040ff;
}
@media ( min-width: 783px ) {
  .content-block.contacto {
    height: 25%;
  }
}
@media ( max-width: 782px ) {
  .content-block.contacto {
    min-height: 50%;
  }
}
.content-block.contacto .wk-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.feed-item {
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.feed-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feed-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.feed:hover .feed-video {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.feed-overlay {
  background-color: rgba(90, 45, 130, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.feed-label {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  position: absolute;
  top: 0;
}
.feed-title {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.feed-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 32px;
  border-style: solid;
  border-radius: 100px;
  border-width: 1px;
  border-color: #ffffff;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
}
.contacto .wk-col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contacto-data__mail {
  font-size: 11px;
}
.contacto-data__mail a {
  color: inherit;
}

@media ( max-width: 782px ) {
  .desktop {
    display: none !important;
  }
}

@media ( min-width: 783px ) {
  .movil {
    display: none !important;
  }
}

.hidden {
  display: none;
}
/*# sourceMappingURL=style.min.css.map */