/* Base - holds vendor code, helpers, mixins, variables, and general selector styles (body, h1, p, a, etc.). */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box; }

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; }

/*------------------------------------*\
    RESET
\*------------------------------------*/
/*------------------------------------*\
    POSITIONING
\*------------------------------------*/
/*------------------------------------*\
    SHADOWS
\*------------------------------------*/
/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
/* Place Holders */
/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/
/*------------------------------------*\
    COLORS
\*------------------------------------*/
/* Colors */
.bg-white {
  background-color: white; }

.filter-white {
  background-color: white;
  opacity: 0.8; }

.white {
  color: white; }

.border-color-white {
  border-color: white; }

.bg-black {
  background-color: black; }

.filter-black {
  background-color: black;
  opacity: 0.8; }

.black {
  color: black; }

.border-color-black {
  border-color: black; }

.bg-blue {
  background-color: #26487C; }

.filter-blue {
  background-color: #26487C;
  opacity: 0.8; }

.blue {
  color: #26487C; }

.border-color-blue {
  border-color: #26487C; }

.bg-blue-2 {
  background-color: #255187; }

.filter-blue-2 {
  background-color: #255187;
  opacity: 0.8; }

.blue-2 {
  color: #255187; }

.border-color-blue-2 {
  border-color: #255187; }

.bg-red {
  background-color: #E02617; }

.filter-red {
  background-color: #E02617;
  opacity: 0.8; }

.red {
  color: #E02617; }

.border-color-red {
  border-color: #E02617; }

.bg-orange {
  background-color: #F77D00; }

.filter-orange {
  background-color: #F77D00;
  opacity: 0.8; }

.orange {
  color: #F77D00; }

.border-color-orange {
  border-color: #F77D00; }

.bg-amber {
  background-color: #FFB100; }

.filter-amber {
  background-color: #FFB100;
  opacity: 0.8; }

.amber {
  color: #FFB100; }

.border-color-amber {
  border-color: #FFB100; }

.bg-yellow {
  background-color: #FAE015; }

.filter-yellow {
  background-color: #FAE015;
  opacity: 0.8; }

.yellow {
  color: #FAE015; }

.border-color-yellow {
  border-color: #FAE015; }

.border-color-green {
    border-color: #12a8b3; }
.bg-grey-light {
  background-color: #EBEBEB; }

.filter-grey-light {
  background-color: #EBEBEB;
  opacity: 0.8; }

.grey-light {
  color: #EBEBEB; }

.border-color-grey-light {
  border-color: #EBEBEB; }

.bg-grey {
  background-color: #6A6A6A; }

.filter-grey {
  background-color: #6A6A6A;
  opacity: 0.8; }

.grey {
  color: #6A6A6A; }

.border-color-grey {
  border-color: #6A6A6A; }

.bg-grey-dark {
  background-color: #343434; }

.filter-grey-dark {
  background-color: #343434;
  opacity: 0.8; }

.grey-dark {
  color: #343434; }

.border-color-grey-dark {
  border-color: #343434; }

/* Fuentes */
@font-face {
  font-family: geomanistRegular;
  src: url(../fonts/Geomanist-Regular.ttf); }
@font-face {
  font-family: geomanistMedium;
  src: url(../fonts/Geomanist-Medium.ttf); }
@font-face {
  font-family: geomanistBook;
  src: url(../fonts/Geomanist-Book.ttf); }
.book {
  font-family: geomanistBook, sans-serif; }

.regular {
  font-family: geomanistRegular, sans-serif; }
  .regular strong {
    font-family: geomanistMedium, sans-serif; }

html {
  font-size: 14px;
  font-family: geomanistMedium, sans-serif;
  overflow-x: hidden; }
  html::-webkit-scrollbar {
    width: 1em;
    height: 1em; }
  html::-webkit-scrollbar-thumb {
    background: #333333; }
  html::-webkit-scrollbar-thumb:hover {
    background: #333333;
    cursor: pointer; }
  html::-webkit-scrollbar-track {
    background: black; }

h1 {
  font-size: 3.28em; }
  @media screen and (max-width: 1000px) {
    h1 {
      font-size: 2.85em; } }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 2.15em; } }

h2 {
  font-size: 2.57em; }
  @media screen and (max-width: 1000px) {
    h2 {
      font-size: 2.2em; } }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 2em; } }

h3 {
  font-size: 2.14em; }
  @media screen and (max-width: 1000px) {
    h3 {
      font-size: 1.8em; } }
  @media screen and (max-width: 500px) {
    h3 {
      font-size: 1.5em; } }

h4 {
  font-size: 1.64em; }
  @media screen and (max-width: 1000px) {
    h4 {
      font-size: 1.4em; } }
  @media screen and (max-width: 500px) {
    h4 {
      font-size: 1.25em; } }

h5 {
  font-size: 1.4em; }
  @media screen and (max-width: 1000px) {
    h5 {
      font-size: 1.25em; } }
  @media screen and (max-width: 500px) {
    h5 {
      font-size: 1.1em; } }

label,
p {
  line-height: 1.7em; }

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

a .link_noticia {
    text-decoration: none;
    color: white; }
a .link_noticia :hover{
    text-decoration: none;
    color:#848484 }
small {
  font-size: 0.8em; }

img {
  display: block; }

/* Layout */
.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.ma-0 {
  margin: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.pa-0 {
  padding: 0 0 !important; }

.mt-1 {
  margin-top: 4px !important; }

.mr-1 {
  margin-right: 4px !important; }

.mb-1 {
  margin-bottom: 4px !important; }

.ml-1 {
  margin-left: 4px !important; }

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.ma-1 {
  margin: 4px 4px !important; }

.pt-1 {
  padding-top: 4px !important; }

.pr-1 {
  padding-right: 4px !important; }

.pb-1 {
  padding-bottom: 4px !important; }

.pl-1 {
  padding-left: 4px !important; }

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.pa-1 {
  padding: 4px 4px !important; }

.mt-2 {
  margin-top: 8px !important; }

.mr-2 {
  margin-right: 8px !important; }

.mb-2 {
  margin-bottom: 8px !important; }

.ml-2 {
  margin-left: 8px !important; }

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.ma-2 {
  margin: 8px 8px !important; }

.pt-2 {
  padding-top: 8px !important; }

.pr-2 {
  padding-right: 8px !important; }

.pb-2 {
  padding-bottom: 8px !important; }

.pl-2 {
  padding-left: 8px !important; }

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.pa-2 {
  padding: 8px 8px !important; }

.mt-3 {
  margin-top: 16px !important; }

.mr-3 {
  margin-right: 16px !important; }

.mb-3 {
  margin-bottom: 16px !important; }

.ml-3 {
  margin-left: 16px !important; }

.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important; }

.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.ma-3 {
  margin: 16px 16px !important; }

.pt-3 {
  padding-top: 16px !important; }

.pr-3 {
  padding-right: 16px !important; }

.pb-3 {
  padding-bottom: 16px !important; }

.pl-3 {
  padding-left: 16px !important; }

.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.pa-3 {
  padding: 16px 16px !important; }

.mt-4 {
  margin-top: 24px !important; }

.mr-4 {
  margin-right: 24px !important; }

.mb-4 {
  margin-bottom: 24px !important; }

.ml-4 {
  margin-left: 24px !important; }

.mx-4 {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.ma-4 {
  margin: 24px 24px !important; }

.pt-4 {
  padding-top: 24px !important; }

.pr-4 {
  padding-right: 24px !important; }

.pb-4 {
  padding-bottom: 24px !important; }

.pl-4 {
  padding-left: 24px !important; }

.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.pa-4 {
  padding: 24px 24px !important; }

.mt-5 {
  margin-top: 48px !important; }

.mr-5 {
  margin-right: 48px !important; }

.mb-5 {
  margin-bottom: 48px !important; }

.ml-5 {
  margin-left: 48px !important; }

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important; }

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.ma-5 {
  margin: 48px 48px !important; }

.pt-5 {
  padding-top: 48px !important; }

.pr-5 {
  padding-right: 48px !important; }

.pb-5 {
  padding-bottom: 48px !important; }

.pl-5 {
  padding-left: 48px !important; }

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important; }

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.pa-5 {
  padding: 48px 48px !important; }

.elevation-0 {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }

.elevation-1 {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.elevation-2 {
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.elevation-3 {
  -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }

.elevation-4 {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.elevation-5 {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }

.elevation-6 {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.elevation-7 {
  -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.elevation-8 {
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.elevation-9 {
  -webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.elevation-10 {
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.elevation-11 {
  -webkit-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.elevation-12 {
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.elevation-13 {
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.elevation-14 {
  -webkit-box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.elevation-15 {
  -webkit-box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.elevation-16 {
  -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.elevation-17 {
  -webkit-box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.elevation-18 {
  -webkit-box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.elevation-19 {
  -webkit-box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.elevation-20 {
  -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.elevation-21 {
  -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.elevation-22 {
  -webkit-box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.elevation-23 {
  -webkit-box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.elevation-24 {
  -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }

.app-loading {
  position: fixed;
  bottom: 1em;
  right: 1em; }

.pointer {
  cursor: pointer; }

.link {
  cursor: pointer; }
  .link:hover {
    text-decoration: underline; }

.full-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

  .full-container-eventos {
    height: 100%;
    width: 100%;
    /* position: absolute; */
    top: 0;
    left: 0; }

.full-container2{
  height: 80%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  }

/* images*/
.background-image {
  background-size: cover;
  background-position: center; }
  .background-image-contain {
    margin-top:5%;margin-bottom:5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  } 

  .background-image-contain2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  } 
  .background-image.blur {
    filter: blur(10px); }

.paragraph {
  display: block;
  margin-bottom: 1em; }

.bullet-list {
  list-style: initial;
  padding-left: 1.5em; }

/* Positioning */
.text-align-center {
  text-align: center; }
  .text-align-center img {
    margin: 0 auto; }

.flex-align-right {
  display: flex;
  justify-content: flex-end; }

.flex-align-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-align-vertical {
  display: flex;
  align-items: center; }

.flex-align-vertical {
  display: flex;
  justify-content: center; }

.text-with-icon2 {
  display: flex;
  align-items: center; }
  .text-with-icon2 *:first-child {
    margin-right: .5em; }
  .text-with-icon2 p {
    line-height: 1.2; }
  .text-with-icon2.center {
    justify-content: center; }
  .text-with-icon2.inline {
    display: inline-flex; }

.social-links {
  display: flex;
  margin: 0 -.5em; }
  .social-links li {
    margin: 0 .5em; }
  .social-links img {
    max-height: 2.5em; }
    .social-links img:hover {
      animation: pulse .3s linear; }

.filter {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3; }
  .filter.filter-1 {
    opacity: 0.1; }
  .filter.filter-2 {
    opacity: 0.2; }
  .filter.filter-3 {
    opacity: 0.3; }
  .filter.filter-4 {
    opacity: 0.4; }
  .filter.filter-5 {
    opacity: 0.5; }
  .filter.filter-6 {
    opacity: 0.6; }
  .filter.filter-7 {
    opacity: 0.7; }
  .filter.filter-8 {
    opacity: 0.8; }
  .filter.filter-9 {
    opacity: 0.9; }
  .filter.filter-10 {
    opacity: 0.10; }

/* Images */
.icon {
  display: inline; }
  .icon-xxs, .icon-1 {
    height: .75em; }
  .icon-xs, .icon-2 {
    height: 1em; }
  .icon-3 {
    height: 1.25em; }
  .icon-ssm, .icon-4 {
    height: 1.5em; }
  .icon-sm, .icon-5 {
    height: 2em; }
  .icon-md, .icon-6 {
    height: 3em; }
  .icon-lg, .icon-7 {
    height: 5em; }
  .icon-xl, .icon-8 {
    height: 7em; }

.invisible {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.pointer {
  cursor: pointer; }

.main-header {
  display: flex;
  align-items: center;
  padding: 3em 1.5em; }
  @media screen and (max-width: 500px) {
    .main-header {
      padding: 2em 1.5em; } }

.main-container {
  position: relative;
  z-index: 30;
  background-color: white;
  width: calc(100% - 3em);
  margin: 0 auto 2em;
  background-color: #f4f4f4; }
  .main-container.overlap {
    margin-top: -2em; }
  @media screen and (max-width: 500px) {
    .main-container {
      width: 100%; } }

.container-section {
  padding: 3em 5em;
  position: relative; }
  .container-section-header {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: .5em;
    display: flex;
    align-items: center; }
    .container-section-header .btn-icon {
      flex: 0 0 auto;
      margin-right: 1em; }
    .container-section-header .text-box {
      display: flex;
      align-items: flex-end;
      flex-wrap: wrap; }
      .container-section-header .text-box .title {
        margin-right: 1em; }
        .container-section-header .text-box .title h2 {
          line-height: .85em; }
  .container-section-body {
    padding: 2em 0; }
  .container-section .group-header {
    font-family: geomanistMedium, sans-serif;
    color: #343434;
    margin-bottom: 1em; }
  .container-section--white {
    background-color: white;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8; }
  @media screen and (max-width: 900px) {
    .container-section {
      padding: 3em; } }
  @media screen and (max-width: 500px) {
    .container-section {
      padding: 2em 1.5em; } }

.group {
  margin-bottom: 3em; }
  .group:last-child {
    margin-bottom: 0em; }

.title, .subtitle {
  font-family: geomanistMedium, sans-serif; }

.material-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.material-shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.material-shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.half {
  width: 50%; }

.left {
  left: 0;
  right: auto; }

.right {
  left: auto;
  right: 0; }

.images-list {
  display: flex;
  flex-wrap: wrap;
  margin: -.5em; }

.images-list-item {
  width: calc((100% / 3) - 1em);
  margin: .5em .5em;
  border-radius: 10px;
  overflow: hidden; }
  .images-list-item img {
    width: 100%; }

.flex {
  display: flex; }

.block {
  display: block; }

/* Plugins */
.tns-outer {
  position: relative; }

.tns-controls button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
  background: none;
  border: none;
  height: 6em;
  width: 3em;
  background-repeat: no-repeat;
  background-position: center; }
  .tns-controls button:active, .tns-controls button:focus {
    outline: none; }
@media screen and (max-width: 500px) {
  .tns-controls button:first-child {
    width: 1.5em; }
  .tns-controls button:last-child {
    width: 1.5em; } }

button[data-action="stop"] {
  display: none; }

button[data-action="start"] {
  display: none; }

.tns-inner {
  position: relative;
  z-index: 10; }

.tns-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3em;
  z-index: 20; }
  .tns-nav button {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    height: 1em;
    width: .95em;
    border-radius: 50%;
    border: none;
    margin: 0 .25em;
    background-color: white; }
    .tns-nav button:active, .tns-nav button:focus {
      outline: none; }
  .tns-nav .tns-nav-active {
    background-color: #F07A00; }

.slider-container2 {
  position: relative; }

.slider-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }
  .slider-control:active, .slider-control:focus {
    outline: none; }
  .slider-control--prev {
    left: 1em;
    z-index: 10; }
    .slider-control--prev:hover img {
      animation: shakeLeft .3s linear; }
  .slider-control--next {
    right: 1em;
    z-index: 10; }
    .slider-control--next:hover img {
      animation: shakeRight .3s linear; }
  @media screen and (max-width: 500px) {
    .slider-control .icon-lg {
      height: 3em; } }

.slider-control2 {
  position: absolute;
  top: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }

@keyframes shakeLeft {
  0%, 50%, 100% {
    transform: translateX(0); }
  25% {
    transform: translateX(-5px); }
  75% {
    transform: translateX(5px); } }
@keyframes shakeRight {
  0%, 50%, 100% {
    transform: translateX(0); }
  25% {
    transform: translateX(5px); }
  75% {
    transform: translateX(-5px); } }
/* Shared */
/* Shared */
.navbar2 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #ffffff;
  background: -webkit-linear-gradient(legacy-direction(bottom), #ffffff, #fefefe, #c7c7c7);
  background: linear-gradient(to bottom, #ffffff, #fefefe, #c7c7c7);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }
  .navbar2 .date-time__short-date {
    display: none; }
  .navbar2.active .date-time {
    font-size: 10px;
    border: 1px solid #26487C; }
  @media screen and (min-width: 950px) {
    .navbar2.active .navbar2-top2 {
      height: 6em; }
    .navbar2.active .navbar2-logo2 img {
      height: 5em; }
    .navbar2.active .navbar2-sponsor2 {
      padding: .5em 1em; }
      .navbar2.active .navbar2-sponsor2 img {
        height: 2em; }
    .navbar2.active .date-time-container {
      flex-direction: row; }
    .navbar2.active .date-time-box {
      border-bottom: none; }
    .navbar2.active .date-time-item {
      padding: .3em .5em; }
    .navbar2.active .date-time__hour {
      flex: 0 0 auto;
      padding: .3em .5em;
      width: auto; }
    .navbar2.active .navbar2-bottom2 {
      padding: .5em 0.3em; }
    .navbar2.active .navbar2-menu-item a {
      font-size: 12px; }
    .navbar2.active .navbar2-interbet2 {
      font-size: 12px; }
    .navbar2.active .navbar2-autogestion {
      font-size: 12px; } }
  @media screen and (max-width: 950px) {
    .navbar2 .navbar2-menu {
      background: linear-gradient(to bottom, #ffffff, #fefefe, #c7c7c7); } }
  @media screen and (max-width: 850px) {
    .navbar2 .navbar2-top2 {
      height: auto;
      padding: .5em; }
    .navbar2 .navbar2-date {
      padding-left: 0; }
    .navbar2 .navbar2-logo2 img {
      height: 5em; }
    .navbar2 .navbar2-date {
      font-size: 12px; }
      .navbar2 .navbar2-date p {
        line-height: 1; }
    .navbar2 .date-time-item {
      padding: .25em; }
    .navbar2 .navbar2-sponsor2 img {
      height: 3em; } }
  @media screen and (max-width: 650px) {
    .navbar2 .navbar2-logo2 img {
      height: 4em; }
    .navbar2 .navbar2-sponsor2 img {
      height: 2em; }
    .navbar2 .date-time-container {
      border-right: none; }
      .navbar2 .date-time-container.social {
        display: none; }
    .navbar2 .date-time__temp {
      display: none; }
    .navbar2 .date-time__short-date {
      display: block; }
    .navbar2 .date-time__long-date {
      display: none; } }
  @media screen and (max-width: 500px) {
    .navbar2 .navbar2-date {
      display: none; }
    .navbar2 .navbar2-logo2 {
      position: relative;
      transform: translate(0);
      left: 0; }
    .navbar2 .navbar2-bottom2 {
      padding: 1em;
      flex-direction: row-reverse; }
    .navbar2 .navbar2-mobile-menu-btn2 {
      margin-right: auto; }
    .navbar2 .navbar2-interbet2 {
      position: relative;
      transform: translate(0);
      left: auto; }
    .navbar2 .navbar2-autogestion {
      display: none; } }
  @media screen and (max-width: 400px) {
    .navbar2 .navbar2-top2 {
      padding-bottom: 0; }
    .navbar2 .navbar2-bottom2 {
      padding: .5em 1em; }
    .navbar2 .navbar2-logo2 img {
      height: 3em; }
    .navbar2 .navbar2-sponsor2 img {
      height: 1.5em; } }

.navbar2-top2 {
  position: relative;
  display: flex;
  height: 10em;
  align-items: center;
  justify-content: space-between;
  transition: .3s; }

.navbar2-date {
  padding-left: 1em; }

.navbar2-logo2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .navbar2-logo2 img {
    top: 1em;
    height: 8em;
    transition: .3s; }

.navbar2-sponsor2 {
  padding: 1em;
  transition: .3s; }
  .navbar2-sponsor2 img {
    height: 4em;
    transition: .3s; }

.navbar2-bottom2 {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 1em 0 .5em; }
  @media screen and (max-width: 950px) {
    .navbar2-bottom2 {
      padding: 1em 0; }
      .navbar2-bottom2 .navbar2-mobile-menu-btn2 {
        display: inline-flex; }
      .navbar2-bottom2 .navbar2-menu {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        position: relative;
        background-color: white;
        height: 100%;
        width: 50%;
        padding: 1em;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        transform: translateX(-200%);
        opacity: 0;
        transition: .3s; }
        .navbar2-bottom2 .navbar2-menu__container2 {
          position: fixed;
          top: 0;
          right: 0;
          height: 100vh;
          width: 100%;
          z-index: 100;
          pointer-events: none; }
          .navbar2-bottom2 .navbar2-menu__container2.active {
            pointer-events: auto; }
            .navbar2-bottom2 .navbar2-menu__container2.active .navbar2-menu {
              transform: translateX(0);
              opacity: 1; }
              .navbar2-bottom2 .navbar2-menu__container2.active .navbar2-menu__background2 {
                pointer-events: auto;
                opacity: 1; }
      .navbar2-bottom2 .navbar2-menu-item {
        padding: .5em 0;
        margin: .5em; }
        .navbar2-bottom2 .navbar2-menu-item.autogestion {
          display: block; } }
  @media screen and (max-width: 450px) {
    .navbar2-bottom2 .navbar2-menu {
      width: 70%; } }

.navbar2-mobile-menu-btn2 {
  display: none; }

.navbar2-menu {
  font-family: geomanistMedium, sans-serif;
  color: #343434;
  display: flex; }
  .navbar2-menu-item {
    padding: 0 1em .3em; }
    .navbar2-menu-item:hover, .navbar2-menu-item.active {
      border-bottom: 3px solid; }
      .navbar2-menu-item:hover.border-color-white, .navbar2-menu-item.active.border-color-white {
        border-color: white; }
      .navbar2-menu-item:hover.border-color-black, .navbar2-menu-item.active.border-color-black {
        border-color: black; }
      .navbar2-menu-item:hover.border-color-blue, .navbar2-menu-item.active.border-color-blue {
        border-color: #26487C; }
      .navbar2-menu-item:hover.border-color-blue-2, .navbar2-menu-item.active.border-color-blue-2 {
        border-color: #255187; }
      .navbar2-menu-item:hover.border-color-cyan, .navbar2-menu-item.active.border-color-cyan {
        border-color: #0075B8; }
      .navbar2-menu-item:hover.border-color-red, .navbar2-menu-item.active.border-color-red {
        border-color: #E02617; }
      .navbar2-menu-item:hover.border-color-orange, .navbar2-menu-item.active.border-color-orange {
        border-color: #F77D00; }
      .navbar2-menu-item:hover.border-color-amber, .navbar2-menu-item.active.border-color-amber {
        border-color: #FFB100; }
      .navbar2-menu-item:hover.border-color-yellow, .navbar2-menu-item.active.border-color-yellow {
        border-color: #FAE015; }
      .navbar2-menu-item:hover.border-color-grey-light, .navbar2-menu-item.active.border-color-grey-light {
        border-color: #EBEBEB; }
      .navbar2-menu-item:hover.border-color-grey, .navbar2-menu-item.active.border-color-grey {
        border-color: #6A6A6A; }
      .navbar2-menu-item:hover.border-color-grey-dark, .navbar2-menu-item.active.border-color-grey-dark {
        border-color: #343434; }
    .navbar2-menu-item.autogestion {
      display: none; }
  .navbar2-menu__background2 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: .3s; }

.navbar2-interbet2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1em;
  display: flex;
  align-items: center; }
  .navbar2-interbet2 img {
    height: 1.7em; }
  .navbar2-interbet2 p {
    font-family: geomanistMedium, sans-serif;
    color: #343434;
    margin-left: 1em; }

.navbar2-autogestion {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  display: flex;
  align-items: center; }
  .navbar2-autogestion img {
    height: 1em; }
  .navbar2-autogestion p {
    flex: 0 0 auto;
    font-family: geomanistMedium, sans-serif;
    color: #343434;
    margin-left: .5em;
    padding-left: .5em;
    border-left: 1px solid rgba(78, 42, 39, 0.16); }

.main-footer {
  padding: 2em 5em 5em; }
  @media screen and (max-width: 900px) {
    .main-footer {
      padding: 2em 3em 5em; } }
  @media screen and (max-width: 450px) {
    .main-footer {
      padding: 2em 1.5em 3em; } }

.footer-top {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 600px) {
    .footer-top {
      display: block; }
      .footer-top .footer-social {
        margin-bottom: 1em; } }

.footer-social, .footer-phone {
  display: flex;
  margin: 0 -.5em; }
  .footer-social-item, .footer-phone-item {
    margin: 0 .5em; }
  @media screen and (max-width: 450px) {
    .footer-social, .footer-phone {
      justify-content: center; } }

@media screen and (max-width: 400px) {
  .footer-phone {
    display: block;
    text-align: center; }
    .footer-phone-item.separator {
      display: none; } }

.footer-bottom {
  margin-top: 1em;
  border-top: 1px solid rgba(52, 52, 52, 0.3);
  padding-top: 1em; }

.footer-social {
  margin-right: 1em; }

.footer-links {
  display: flex;
  flex-wrap: wrap; }
  .footer-links-item {
    margin-right: 2em;
    margin-bottom: 1em; }
  @media screen and (max-width: 450px) {
    .footer-links {
      justify-content: center; } }

/* Componentes */
.date-time {
  display: inline-flex;
  color: #26487C;
  border: 1px solid #26487C;
  border-radius: 10px;
  font-family: geomanistMedium, sans-serif; }
  .date-time__social:hover {
    animation: jello .6s; }

.date-time-container {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #26487C; }
  .date-time-container:last-child {
    border-right: none; }

.date-time-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #26487C; }
  .date-time-box:last-child {
    border-bottom: none; }

.date-time-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .5em;
  text-align: center;
  width: 100%;
  border-right: 1px solid #26487C; }
  .date-time-item:last-child {
    border-right: none; }
  .date-time-item.date-time__social {
    padding: .25em; }
  .date-time-item.date-time__date {
    padding: .5em 1em; }

.btn {
  display: inline-block;
  padding: .5em 2em;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  transition: .3s;
  border-radius: 5px;
  font-family: geomanistMedium, sans-serif; }
  .btn.shorter {
    padding: .5em; }
  .btn.short {
    padding: .5em 1em; }
  .btn.text-with-icon2 {
    display: inline-flex; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none; }

.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none; }

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-sm {
  font-size: 12px; }

.btn-xs {
  font-size: 10px; }

.btn-long {
  padding: 1em 6em; }
  @media screen and (max-width: 500px) {
    .btn-long {
      padding: 1em 4em; } }
  @media screen and (max-width: 400px) {
    .btn-long {
      padding: 1em 3em; } }

.btn-white {
  border: 1px solid white;
  background-color: white;
  color: white; }
  .btn-white:hover, .btn-white:active, .btn-white:focus {
    border: 1px solid white;
    background-color: white;
    color: white; }

.btn-white--transparent {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.5);
  color: white; }
  .btn-white--transparent:hover, .btn-white--transparent:active, .btn-white--transparent:focus {
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.75);
    color: white; }

.btn-white--ghost {
  border: 1px solid white;
  background-color: transparent;
  color: white; }
  .btn-white--ghost:hover, .btn-white--ghost:active, .btn-white--ghost:focus {
    border: 1px solid white;
    background-color: white;
    color: white; }

.btn-black {
  border: 1px solid black;
  background-color: black;
  color: white; }
  .btn-black:hover, .btn-black:active, .btn-black:focus {
    border: 1px solid #1a1a1a;
    background-color: #1a1a1a;
    color: white; }

.btn-black--transparent {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.5);
  color: white; }
  .btn-black--transparent:hover, .btn-black--transparent:active, .btn-black--transparent:focus {
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.75);
    color: white; }

.btn-black--ghost {
  border: 1px solid black;
  background-color: transparent;
  color: black; }
  .btn-black--ghost:hover, .btn-black--ghost:active, .btn-black--ghost:focus {
    border: 1px solid black;
    background-color: black;
    color: white; }

.btn-blue {
  border: 1px solid #26487C;
  background-color: #26487C;
  color: white; }
  .btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    border: 1px solid #325fa3;
    background-color: #325fa3;
    color: white; }

.btn-blue--transparent {
  border: 1px solid transparent;
  background-color: rgba(38, 72, 124, 0.5);
  color: white; }
  .btn-blue--transparent:hover, .btn-blue--transparent:active, .btn-blue--transparent:focus {
    border: 1px solid transparent;
    background-color: rgba(38, 72, 124, 0.75);
    color: white; }

.btn-blue--ghost {
  border: 1px solid #26487C;
  background-color: transparent;
  color: #26487C; }
  .btn-blue--ghost:hover, .btn-blue--ghost:active, .btn-blue--ghost:focus {
    border: 1px solid #26487C;
    background-color: #26487C;
    color: white; }

.btn-blue-2 {
  border: 1px solid #255187;
  background-color: #255187;
  color: white; }
  .btn-blue-2:hover, .btn-blue-2:active, .btn-blue-2:focus {
    border: 1px solid #3069af;
    background-color: #3069af;
    color: white; }

.btn-blue-2--transparent {
  border: 1px solid transparent;
  background-color: rgba(37, 81, 135, 0.5);
  color: white; }
  .btn-blue-2--transparent:hover, .btn-blue-2--transparent:active, .btn-blue-2--transparent:focus {
    border: 1px solid transparent;
    background-color: rgba(37, 81, 135, 0.75);
    color: white; }

.btn-blue-2--ghost {
  border: 1px solid #255187;
  background-color: transparent;
  color: #255187; }
  .btn-blue-2--ghost:hover, .btn-blue-2--ghost:active, .btn-blue-2--ghost:focus {
    border: 1px solid #255187;
    background-color: #255187;
    color: white; }


    .btn-cyan {
      border: 1px solid #0075B8;
      background-color: #0075B8;
      color: white;
    }
    .btn-cyan:hover, .btn-cyan:active, .btn-cyan:focus {
      border: 1px solid #0095eb;
      background-color: #0095eb;
      color: white;
    }
    
    .btn-cyan--transparent {
      border: 1px solid transparent;
      background-color: rgba(0, 117, 184, 0.5);
      color: white;
    }
    .btn-cyan--transparent:hover, .btn-cyan--transparent:active, .btn-cyan--transparent:focus {
      border: 1px solid transparent;
      background-color: rgba(0, 117, 184, 0.75);
      color: white;
    }
    
    .btn-cyan--ghost {
      border: 1px solid #0075B8;
      background-color: transparent;
      color: #0075B8;
    }
    .btn-cyan--ghost:hover, .btn-cyan--ghost:active, .btn-cyan--ghost:focus {
      border: 1px solid #0075B8;
      background-color: #0075B8;
      color: white;
    }
    

.btn-red {
  border: 1px solid #E02617;
  background-color: #E02617;
  color: white; }
  .btn-red:hover, .btn-red:active, .btn-red:focus {
    border: 1px solid #eb4c3f;
    background-color: #eb4c3f;
    color: white; }

.btn-red--transparent {
  border: 1px solid transparent;
  background-color: rgba(224, 38, 23, 0.5);
  color: white; }
  .btn-red--transparent:hover, .btn-red--transparent:active, .btn-red--transparent:focus {
    border: 1px solid transparent;
    background-color: rgba(224, 38, 23, 0.75);
    color: white; }

.btn-red--ghost {
  border: 1px solid #E02617;
  background-color: transparent;
  color: #E02617; }
  .btn-red--ghost:hover, .btn-red--ghost:active, .btn-red--ghost:focus {
    border: 1px solid #E02617;
    background-color: #E02617;
    color: white; }

.btn-orange {
  border: 1px solid #F77D00;
  background-color: #F77D00;
  color: white; }
  .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    border: 1px solid #ff962b;
    background-color: #ff962b;
    color: white; }

.btn-orange--transparent {
  border: 1px solid transparent;
  background-color: rgba(247, 125, 0, 0.5);
  color: white; }
  .btn-orange--transparent:hover, .btn-orange--transparent:active, .btn-orange--transparent:focus {
    border: 1px solid transparent;
    background-color: rgba(247, 125, 0, 0.75);
    color: white; }

.btn-orange--ghost {
  border: 1px solid #F77D00;
  background-color: transparent;
  color: #F77D00; }
  .btn-orange--ghost:hover, .btn-orange--ghost:active, .btn-orange--ghost:focus {
    border: 1px solid #F77D00;
    background-color: #F77D00;
    color: white; }

.btn-amber {
  border: 1px solid #FFB100;
  background-color: #FFB100;
  color: white; }
  .btn-amber:hover, .btn-amber:active, .btn-amber:focus {
    border: 1px solid #ffc133;
    background-color: #ffc133;
    color: white; }

.btn-amber--transparent {
  border: 1px solid transparent;
  background-color: rgba(255, 177, 0, 0.5);
  color: white; }
  .btn-amber--transparent:hover, .btn-amber--transparent:active, .btn-amber--transparent:focus {
    border: 1px solid transparent;
    background-color: rgba(255, 177, 0, 0.75);
    color: white; }

.btn-amber--ghost {
  border: 1px solid #FFB100;
  background-color: transparent;
  color: #FFB100; }
  .btn-amber--ghost:hover, .btn-amber--ghost:active, .btn-amber--ghost:focus {
    border: 1px solid #FFB100;
    background-color: #FFB100;
    color: white; }

.btn-yellow {
  border: 1px solid #FAE015;
  background-color: #FAE015;
  color: white; }
  .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    border: 1px solid #fbe747;
    background-color: #fbe747;
    color: white; }

.btn-yellow--transparent {
  border: 1px solid transparent;
  background-color: rgba(250, 224, 21, 0.5);
  color: white; }
  .btn-yellow--transparent:hover, .btn-yellow--transparent:active, .btn-yellow--transparent:focus {
    border: 1px solid transparent;
    background-color: rgba(250, 224, 21, 0.75);
    color: white; }

.btn-yellow--ghost {
  border: 1px solid #FAE015;
  background-color: transparent;
  color: #FAE015; }
  .btn-yellow--ghost:hover, .btn-yellow--ghost:active, .btn-yellow--ghost:focus {
    border: 1px solid #FAE015;
    background-color: #FAE015;
    color: white; }

.btn-grey-light {
  border: 1px solid #EBEBEB;
  background-color: #EBEBEB;
  color: white; }
  .btn-grey-light:hover, .btn-grey-light:active, .btn-grey-light:focus {
    border: 1px solid white;
    background-color: white;
    color: white; }

.btn-grey-light--transparent {
  border: 1px solid transparent;
  background-color: rgba(235, 235, 235, 0.5);
  color: white; }
  .btn-grey-light--transparent:hover, .btn-grey-light--transparent:active, .btn-grey-light--transparent:focus {
    border: 1px solid transparent;
    background-color: rgba(235, 235, 235, 0.75);
    color: white; }

.btn-grey-light--ghost {
  border: 1px solid #EBEBEB;
  background-color: transparent;
  color: #EBEBEB; }
  .btn-grey-light--ghost:hover, .btn-grey-light--ghost:active, .btn-grey-light--ghost:focus {
    border: 1px solid #EBEBEB;
    background-color: #EBEBEB;
    color: white; }

.btn-grey {
  border: 1px solid #6A6A6A;
  background-color: #6A6A6A;
  color: white; }
  .btn-grey:hover, .btn-grey:active, .btn-grey:focus {
    border: 1px solid #848484;
    background-color: #848484;
    color: white; }

.btn-grey--transparent {
  border: 1px solid transparent;
  background-color: rgba(106, 106, 106, 0.5);
  color: white; }
  .btn-grey--transparent:hover, .btn-grey--transparent:active, .btn-grey--transparent:focus {
    border: 1px solid transparent;
    background-color: rgba(106, 106, 106, 0.75);
    color: white; }

.btn-grey--ghost {
  border: 1px solid #6A6A6A;
  background-color: transparent;
  color: #6A6A6A; }
  .btn-grey--ghost:hover, .btn-grey--ghost:active, .btn-grey--ghost:focus {
    border: 1px solid #6A6A6A;
    background-color: #6A6A6A;
    color: white; }

.btn-grey-dark {
  border: 1px solid #343434;
  background-color: #343434;
  color: white; }
  .btn-grey-dark:hover, .btn-grey-dark:active, .btn-grey-dark:focus {
    border: 1px solid #4e4e4e;
    background-color: #4e4e4e;
    color: white; }

.btn-grey-dark--transparent {
  border: 1px solid transparent;
  background-color: rgba(52, 52, 52, 0.5);
  color: white; }
  .btn-grey-dark--transparent:hover, .btn-grey-dark--transparent:active, .btn-grey-dark--transparent:focus {
    border: 1px solid transparent;
    background-color: rgba(52, 52, 52, 0.75);
    color: white; }

.btn-grey-dark--ghost {
  border: 1px solid #343434;
  background-color: transparent;
  color: #343434; }
  .btn-grey-dark--ghost:hover, .btn-grey-dark--ghost:active, .btn-grey-dark--ghost:focus {
    border: 1px solid #343434;
    background-color: #343434;
    color: white; }

.btn-block {
  width: 100%; }

.el-button + .el-button {
  margin: 0; }

.btn-list {
  display: flex;
  flex-wrap: wrap; }
  .btn-list__item {
    cursor: pointer;
    margin: 0 .5em .5em; }
    .btn-list__item:first-child {
      margin-left: 0; }
    .btn-list__item:last-child {
      margin-right: 0; }
  .btn-list.align-right {
    justify-content: flex-end; }

    .btn-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      flex: 0 0 auto;
    }
    
    .btn-icon > img {
      height: 50%;
    }
    .btn-icon--xs {
      height: 1.5em;
      width: 1.5em;
    }
    .btn-icon--sm {
      height: 2em;
      width: 2em;
    }
    .btn-icon--smd {
      height: 3em;
      width: 3em;
    }
    .btn-icon--md {
      height: 4em;
      width: 4em;
    }

.btn-with-icon {
  display: flex;
  align-items: center; }
  .btn-with-icon img {
    display: inline-block;
    margin-right: .5em; }

.card {
  padding: 1em;
  text-align: center;
  position: relative;
  display: block; }


.card-header {
  position: relative;
  color: #6A6A6A; }

.card-title {
  position: relative; }

.card-body {
  position: relative;
  padding: 1em 0; }

.card-type {
  position: absolute;
  top: 1em;
  right: 1em; }


.card-type-resource {
  position: absolute;
  top: 50px;
  right: 1em; }

.card-media2 {
  position: relative; }
  .card-media img {
    max-width: 100%;
    margin: 0 auto; }

.card-media {
  position: relative; }
  .card-media img {
    max-width: 100%;
    margin: 0 auto; }

.card-footer2 {
  position: relative; }

.news-grid {
  display: flex;
  flex-wrap: wrap; }

.news-grid-item {
  width: calc(100% / 3); }
  .news-grid-item.double {
    width: calc(100% * (2 / 3)); }

.news-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .news-card a:hover {
    text-decoration: none;
     color:#6A6A6A}
  .news-card__media {
    position: relative;
    height: 300px; }
  .news-card__body {
    position: relative;
    margin-top: auto;
    min-height: 40%; }
  .news-card__content {
    position: relative;
    min-height: auto;
    padding: 1em;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    color: white;
    font-family: geomanistMedium, sans-serif; }
    .news-card__content.align-center {
      justify-content: center;
      align-items: center; }
  .news-card__tags {
    padding: .5em 0;
    display: flex;
    flex-wrap: wrap; }
  .news-card__tag {
    margin-right: .5em; }
    .news-card__tag:last-child {
      margin-right: 0; }
  .news-card__date {
    font-size: 12px;
    margin-bottom: .5rem; }
  .news-card__featured-image {
    transition: .3s; }
  .news-card:hover .news-card__featured-image {
    transform: scale(1.2); }
  @media screen and (max-width: 1100px) {
    .news-card__media {
      position: relative;
      height: 200px; } }

.news-card--horizontal {
  flex-direction: row; }
  .news-card--horizontal .news-card__media {
    width: 50%;
    height: 100%;
    min-height: 250px; }
  .news-card--horizontal .news-card__body {
    width: 50%;
    height: 100%;
    margin: 0; }
  .news-card--horizontal .news-card__content {
    height: 100%;
    display: block; }
  @media screen and (max-width: 950px) {
    .news-card--horizontal {
      flex-direction: column; }
      .news-card--horizontal .news-card__media {
        width: 100%;
        height: 200px; }
      .news-card--horizontal .news-card__body {
        width: 100%; } }

.form-group {
  margin-bottom: 2em; }

.form-control {
  padding: .5em;
  background-color: transparent;
  border-radius: 10px; }

.form-inline {
  display: flex;
  align-items: center; }
  .form-inline .form-group {
    flex: 0 1 auto;
    margin: 0;
    margin-right: 1em; }

.sidemenu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  animation: hide .3s linear forwards; }
  .sidemenu-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    z-index: 50; }
  .sidemenu-item {
    padding: .5em;
    display: flex;
    align-items: center;
    transition: .3s;
    transform-origin: 0% 50%;
    cursor: pointer; }
    .sidemenu-item:hover, .sidemenu-item.active {
      transform: scale(1.2); }
  .sidemenu-text {
    margin-left: 1em;
    display: none; }
@keyframes hide {
  0% {
    opacity: 0;
    transform: translateX(-200%); }
  1% {
    transform: translateX(-200%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
  .sidemenu.active {
    animation: setActive .3s linear forwards; }
@keyframes setActive {
  0% {
    opacity: 0;
    transform: translateX(-200%); }
  1% {
    transform: translateX(-200%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
    .sidemenu.active .sidemenu-toggle .sidemenu-icon {
      transform: rotate(180deg); }
    .sidemenu.active .sidemenu-text {
      display: block; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .breadcrumbs p {
    font-size: 1.2em;
    line-height: 1.2; }
  .breadcrumbs a:hover {
    text-decoration: underline; }

.breadcrumbs-item {
  position: relative;
  font-family: geomanistRegular, sans-serif;
  margin-right: 1em; }
  .breadcrumbs-item.active {
    font-family: geomanistMedium, sans-serif; }

.chaco-tv {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #8a3466;
  z-index: 90;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  transition: .3s; }
  .chaco-tv__open {
    cursor: pointer; }
    .chaco-tv__open img {
      height: 1.7em;
      margin: 0 auto; }
  .chaco-tv__status {
    display: none; }
  .chaco-tv__video {
    width: 100%;
    height: 100%;
    display: none; }
  .chaco-tv__close {
    display: none;
    position: absolute;
    background-color: black;
    top: 0;
    left: 0;
    transform: translate(-40%, -40%);
    padding: .5em;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s; }
    .chaco-tv__close:hover {
      transform: translate(-30%, -30%) scale(1.2); }
    @media screen and (max-width: 700px) {
      .chaco-tv__close {
        padding: .5em; }
        .chaco-tv__close img {
          height: .7em; } }
  .chaco-tv.active {
    height: 250px;
    width: 400px;
    bottom: 0;
    right: 0;
    border-radius: 0; }
    .chaco-tv.active .chaco-tv__open {
      display: none; }
    .chaco-tv.active .chaco-tv__video {
      display: block; }
    .chaco-tv.active .chaco-tv__close {
      display: block; }
    @media screen and (max-width: 1400px) {
      .chaco-tv.active {
        height: 150px;
        width: 300px; } }
    @media screen and (max-width: 700px) {
      .chaco-tv.active {
        height: 100px;
        width: 200px; } }
  @media screen and (max-width: 700px) {
    .chaco-tv {
      height: 50px;
      width: 50px; }
      .chaco-tv figure img {
        height: 1.5em; }
      .chaco-tv figcaption {
        font-size: 10px; } }

.video-popup {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 110;
  display: none; }
  .video-popup__background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  .video-popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%; }
    @media screen and (max-width: 1200px) {
      .video-popup__content {
        width: 90%; } }
    @media screen and (max-height: 500px) {
      .video-popup__content {
        width: 80%; } }
    @media screen and (max-height: 400px) {
      .video-popup__content {
        width: 70%; } }
  .video-popup__video {
    width: 100%; }
  .video-popup__close {
    position: absolute;
    top: 2em;
    right: 2em;
    cursor: pointer;
    transition: .5s; }
    .video-popup__close:hover {
      transform: rotate(90deg); }
  .video-popup.active {
    display: block; }

.results-list__item {
  padding: .25em 0;
  display: flex;
  align-items: center; }
  .results-list__item.headers p {
    font-family: geomanistMedium, sans-serif;
    text-transform: uppercase; }
  .results-list__item p {
    font-family: geomanistRegular, sans-serif; }
  .results-list__item > * {
    width: 33.3%;
    text-align: center; }
    .results-list__item > * img {
      margin: 0 auto; }
  .results-list__item:nth-child(odd) {
    background-color: #f8f8f8; }
.results-list.two .results-list__item > * {
  width: 50%; }
.results-list.one .results-list__item > * {
  width: 100%; }
.results-list .results-position {
  font-family: geomanistMedium, sans-serif; }

.responsive-table {
  width: 100%; }
  .responsive-table th {
    padding: 1em .5em;
    text-align: left;
    background-color: #6A6A6A;
    color: white; }
  .responsive-table td {
    padding: 1em .5em;
    font-family: geomanistRegular, sans-serif; }
    .responsive-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      margin-right: .5em;
      display: none; }
  .responsive-table tr:nth-child(even) {
    background-color: rgba(106, 106, 106, 0.1); }
  .responsive-table .column-acciones {
    width: 90px;
    text-align: right; }
  @media screen and (max-width: 700px) {
    .responsive-table .column-acciones {
      width: auto;
      text-align: left; }
    .responsive-table th {
      display: none; }
    .responsive-table td {
      display: block;
      padding: .5em 1em; }
      .responsive-table td:before {
        display: inline-block; }
      .responsive-table td:first-child {
        padding-top: 2em; }
      .responsive-table td:last-child {
        padding-bottom: 2em; } }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination__arrow {
    cursor: pointer;
    padding: .5em; }
  .pagination__list {
    display: flex;
    align-items: center; }
  .pagination__list-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    border-radius: 2px;
    padding: .5em;
    margin: 0 .25em;
    color: #6A6A6A; }
    .pagination__list-item.active {
      color: black; }

/* Views */
.home-welcome-slider__controls .slider-control--prev {
  left: 3em; }
.home-welcome-slider__controls .slider-control--next {
  right: 3em; }
@media screen and (max-width: 600px) {
  .home-welcome-slider__controls .icon-xl {
    height: 5em; }
  .home-welcome-slider__controls .slider-control--prev {
    left: 0em; }
  .home-welcome-slider__controls .slider-control--next {
    right: 0em; } }

/* .home-slider-item2 {
  width: 80%;
  max-height: 700px;
  margin-top:1px}
  @media screen and (max-width: 1400px) {
    .home-slider-item2 {
      max-height: 600px; 
      margin-top:1px} }
  @media screen and (max-width: 570px) {
    .home-slider-item2 {
      max-height: 400px;
      margin-top:1px } } */

      .home-slider-item {
        width: 100%;
        height: 700px;
        margin-top:1px
      }
      @media screen and (max-width: 1400px) {
        .home-slider-item {
          height: 600px;
          margin-top:1px
        }
      }
      @media screen and (max-width: 570px) {
        .home-slider-item {
          height: 400px;
          margin-top:1px
        }
      }
  
.sorteo-banner {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fefefe;
  background: -webkit-linear-gradient(legacy-direction(top), #fefefe, #c7c7c7);
  background: linear-gradient(to top, #fefefe, #c7c7c7);
  display: flex;
  align-items: center;
  overflow-x: hidden;
  border-radius: 5px;
  font-family: geomanistLight, sans-serif;
  margin-bottom: 1em;
}
.sorteo-banner strong {
  font-family: geomanistMedium, sans-serif;
}
.sorteo-banner__header {
  padding: 2.5em 2em;
  width: 40%;
  color: white;
  text-align: center;
  position: relative;
}
.sorteo-banner__header .background {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #E02617;
  background: -webkit-linear-gradient(legacy-direction(bottom), #E02617, #E02617, #E02617, #b21e12);
  background: linear-gradient(to bottom, #E02617, #E02617, #E02617, #b21e12);
  width: 120%;
  transform: skew(-25deg) translateX(-7%);
}
}
.sorteo-banner__header .content {
  position: relative;
}
.sorteo-banner__details {
  text-align: center;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sorteo-banner__details .btn {
  margin-left: 1em;
}
@media screen and (max-width: 800px) {
  .sorteo-banner {
    flex-wrap: wrap;
  }
  .sorteo-banner__header {
    width: 100%;
    padding: 1.5em;
  }
  .sorteo-banner__header .background {
    width: 100%;
    transform: skew(0) translateX(0);
  }
  .sorteo-banner__details {
    width: 100%;
    padding: 1.5em;
  }
}

.popup {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 2000;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.popup__background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 20px;
  padding: 3em 1em 1em;
  max-width: 80%;
}
.popup.active {
  pointer-events: auto;
  opacity: 1;
}
.popup__close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 1em;
  cursor: pointer;
}
.popup__close img {
  width: 100%;
}
.popup__image {
  width: 100%;
  height: 100%;
  max-height: 50vh;
  overflow-y: scroll;
}
.popup__image img {
  max-width: 100%;
}
.popup__actions {
  text-align: right;
  padding: 1.5em 0 1em;
}

.sorteo-popup {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 1em;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  position: relative;
  transform: translateX(200%);
  opacity: 0;
  transition: 0.3s;
}
.sorteo-popup.active {
  transform: translateX(0);
  opacity: 1;
}
.sorteo-popup__container {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 100;
}
.sorteo-popup__details {
  padding: 0 2.5em 0 0.5em;
}
.sorteo-popup__title {
  display: block;
  font-size: 1.2em;
  margin-bottom: 0.25em;
}
.sorteo-popup__close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  cursor: pointer;
}

.sorteo-popup__container {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 100;
}

.home-resultados .card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 1px solid #E3E0E0;
  border-radius: 4px;
  background-color: white; }
.home-resultados .card-media {
  height: 5em; }
.home-resultados .tns-outer {
  overflow: initial; }
.home-resultados .tns-inner {
  overflow: hidden;
  padding: 1em 0; }
.home-resultados .slider-item2 {
  padding: 0 .5em; }
.home-resultados .tns-nav {
  bottom: -1em; }
.home-resultados .tns-nav-active {
  background-color: #E02617; }

.resultados-container .group {
  width: 50%; }
@media screen and (max-width: 1100px) {
  .resultados-container {
    display: block;
    padding-bottom: 3em; }
    .resultados-container .group {
      width: 100%; } }

.home-resultados-horarios {
  display: flex;
  align-items: center;
  padding: 1em 0;
  justify-content: space-between;
  flex-wrap: wrap; }
  .home-resultados-horarios__item {
    padding: 0 1em;
    font-size: 16px; }
  @media screen and (max-width: 1200px) {
    .home-resultados-horarios {
      justify-content: space-around; }
      .home-resultados-horarios__item {
        margin-bottom: 2em; } }

@media screen and (max-width: 600px) {
  .home-sponsors .images-list {
    margin: 0; }
  .home-sponsors .images-list-item {
    width: 100%; } }

.home-juegos .tns-outer {
  overflow: initial; }
.home-juegos .tns-inner {
  overflow: hidden;
  padding: 1em 0em; }
.home-juegos .card2 {
  padding: 0; }
.home-juegos .card-body2 {
  padding: 0; }
.home-juegos .card-media2 {
  height: 4em; }
  .home-juegos .card-media.small {
    height: 2em;
    margin-top: 1em; }
.home-juegos .tns-nav {
  bottom: -1.5em; }
.home-juegos .tns-nav-active {
  background-color: #E02617; }

.home-accesos .card {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: white; }
.home-accesos .card-header {
  min-height: 5em;
  display: flex;
  align-items: center;
  justify-content: center; }
.home-accesos .card-title {
  padding: .5em; }
.home-accesos .card-body {
  margin: auto 0; }
.home-accesos .card-footer {
  padding: 1em;
  margin-top: auto; }
.home-accesos .tns-outer {
  overflow: initial; }
.home-accesos .tns-inner {
  overflow: hidden;
  padding: 1em 0em; }
.home-accesos .tns-nav {
  bottom: -1em; }
.home-accesos .slider-control--prev {
  left: -3em; }
.home-accesos .slider-control--next {
  right: -3em; }
@media screen and (max-width: 900px) {
  .home-accesos .slider-control--prev {
    left: 0em; }
  .home-accesos .slider-control--next {
    right: 0em; } }
@media screen and (max-width: 600px) {
  .home-accesos .slider-control--prev {
    left: -1em; }
  .home-accesos .slider-control--next {
    right: -1em; } }

.home-eventos .tns-outer {
  overflow: initial; }
.home-eventos .tns-inner {
  overflow: hidden;
  padding: 1em 0em; }
.home-eventos .tns-nav {
  bottom: -1em; }
.home-eventos .slider-control--prev {
  left: -3em; }
.home-eventos .slider-control--next {
  right: -3em; }
@media screen and (max-width: 900px) {
  .home-eventos .slider-control--prev {
    left: 0em; }
  .home-eventos .slider-control--next {
    right: 0em; } }
@media screen and (max-width: 600px) {
  .home-eventos .slider-control--prev {
    left: -1em; }
  .home-eventos .slider-control--next {
    right: -1em; } }

.home-presente-slider .card {
  height: 200px;
  border-radius: 5px;
  overflow: hidden; }

  .banner-presente-slider .card {
    height: 200px;
    border-radius: 5px;
    overflow: hidden; }

.campanias {
  display: flex;
  margin: 0 -1em; }
  @media screen and (max-width: 900px) {
    .campanias {
      display: block;
      margin: 0; } }

.campanias-item {
  height: 100px;
  position: relative;
  margin: 0 1em;
  width: calc((100% / 3) - 2em); }
  .campanias-item.double {
    width: calc((100% * 2/3) - 2em); }
  @media screen and (max-width: 1300px) {
    .campanias-item {
      width: calc((100% / 4) - 2em); }
      .campanias-item.double {
        width: calc((100% * 2/4) - 2em); } }
  @media screen and (max-width: 1200px) {
    .campanias-item {
      width: calc((100% * 4 / 12) - 2em); }
      .campanias-item.double {
        width: calc((100% * 6 / 12) - 2em); } }
  @media screen and (max-width: 1000px) {
    .campanias-item {
      width: calc((100% * 5 / 12) - 2em); }
      .campanias-item.double {
        width: calc((100% * 6 / 12) - 2em); } }
  @media screen and (max-width: 900px) {
    .campanias-item {
      margin: 0 0 1em;
      width: 100%; }
      .campanias-item.double {
        width: 100%; } }

.novedades-featured .news-card__content {
  min-height: 400px; }
  @media screen and (max-width: 700px) {
    .novedades-featured .news-card__content {
      min-height: 300px; } }

.novedades-latest {
  display: flex;
  align-items: stretch;
  margin-left: -.5em;
  margin-right: -.5em; }
  .novedades-latest > div {
    padding: .5em; }
  .novedades-latest .news-card {
    margin-bottom: 1em; }
    .novedades-latest .news-card:last-child {
      margin-bottom: 0; }
    .novedades-latest .news-card__media {
      height: 200px; }
  @media screen and (max-width: 700px) {
    .novedades-latest {
      display: block; }
      .novedades-latest > div {
        width: 100%; }
      .novedades-latest .half {
        width: 100%; }
      .novedades-latest .news-card.vertical .half {
        height: 100%; }
      .novedades-latest .filter.filter-7 {
        opacity: 0.5; } }

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5em; }
  .news-list-item {
    width: 33.3%;
    padding: .5em; }
    .news-list-item.double {
      width: 66.6%; }
  @media screen and (max-width: 950px) {
    .news-list-item {
      width: 50%;
      padding: .5em; }
      .news-list-item.double {
        width: 50%; } }
  @media screen and (max-width: 700px) {
    .news-list {
      display: block;
      margin: 0; }
      .news-list-item {
        width: 100%;
        margin: 0 0 1em; }
        .news-list-item.double {
          width: 100%; }
      .news-list .news-card.vertical .half {
        height: 100%; } }

.noticia-article .container-section-body {
  max-width: 900px;
  margin: 0 auto; }
.noticia-article__image {
  position: relative;
  overflow: hidden;
  height: 400px; }
.noticia-article__title {
  text-align: center; }
.noticia-article .tns-nav {
  bottom: 1em; }
.noticia-article__body {
  padding: 2em 0;
  font-family: geomanistRegular, sans-serif; }
  .noticia-article__body p {
    font-size: 1.2em; }
@media screen and (max-width: 900px) {
  .noticia-article__title {
    text-align: initial; } }
@media screen and (max-width: 600px) {
  .noticia-article__image {
    height: 300px; } }

.horarios-list__item {
  display: flex;
  font-size: 1.2em; }
.horarios-list__day {
  width: 30%; }
.horarios-list__hour {
  width: 70%; }
@media screen and (max-width: 1300px) {
  .horarios-list__day {
    width: 40%; }
  .horarios-list__hour {
    width: 60%; } }
@media screen and (max-width: 600px) {
  .horarios-list__day {
    width: 60%; }
  .horarios-list__hour {
    width: 40%; } }
@media screen and (max-width: 350px) {
  .horarios-list__day {
    width: 65%; }
  .horarios-list__hour {
    width: 35%; } }

.licitaciones-lista {
  width: 100%; }
  .licitaciones-lista th {
    padding: 1em .5em;
    text-align: left;
    background-color: #FFB100;
    color: white; }
  .licitaciones-lista td {
    padding: 1em .5em;
    font-family: geomanistRegular, sans-serif; }
    .licitaciones-lista td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      margin-right: .5em;
      display: none; }
  .licitaciones-lista tr:nth-child(even) {
    background-color: rgba(255, 177, 0, 0.1); }
  .licitaciones-lista .column-acciones {
    width: 90px;
    text-align: right; }
  @media screen and (max-width: 700px) {
    .licitaciones-lista .column-acciones {
      width: auto;
      text-align: left; }
    .licitaciones-lista th {
      display: none; }
    .licitaciones-lista td {
      display: block;
      padding: .5em 1em; }
      .licitaciones-lista td:before {
        display: inline-block; }
      .licitaciones-lista td:first-child {
        padding-top: 2em; }
      .licitaciones-lista td:last-child {
        padding-bottom: 2em; } }

.eventos-galeria .card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .eventos-galeria .card-list__item {
    width: 25%;
    padding: 1em 0.5em; 
  }
    /* .eventos-galeria .card-list__item:first-child {
      padding-left: 0; }
    .eventos-galeria .card-list__item:last-child {
      padding-right: 0; } */
.eventos-galeria .news-card {
  height: auto; }
  .eventos-galeria .news-card__media {
    height: 200px; }
@media screen and (max-width: 700px) {
  .eventos-galeria .card-list__item {
    width: 100%;
    padding: 0;
    margin-bottom: 1em; }
  .eventos-galeria .news-card__media {
    position: relative;
    height: 150px; } }

.juego-extractos .card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em; }
  .juego-extractos .card-list__item {
    width: 25%;
    padding: 1em; }
.juego-extractos .card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: white;
  border-radius: 5px; }
.juego-extractos .card-header {
  border-bottom: 1px solid #6A6A6A;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center; }
@media screen and (max-width: 1500px) {
  .juego-extractos .card-list__item {
    width: 33.3%; } }
@media screen and (max-width: 1100px) {
  .juego-extractos .card-list__item {
    width: 50%; } }
@media screen and (max-width: 750px) {
  .juego-extractos .card-list {
    margin: 0; }
    .juego-extractos .card-list__item {
      width: 100%;
      padding: 1em 0; } }

.agencia-digital .card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em; }
  .agencia-digital .card-list__item {
    width: 25%;
    padding: 1em; }
.agencia-digital .card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: white;
  border-radius: 5px; }
.agencia-digital .card-body.results {
  display: flex; }
  .agencia-digital .card-body.results .results-list {
    width: 50%; }
.agencia-digital .card-media {
  height: 5em; }
@media screen and (max-width: 900px) {
  .agencia-digital .card-list__item {
    width: 33.3%; } }
@media screen and (max-width: 750px) {
  .agencia-digital .card-list__item {
    width: 50%; } }
@media screen and (max-width: 500px) {
  .agencia-digital .card-list__item {
    width: 100%; } }

.resultados-quiniela .card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em; }
  .resultados-quiniela .card-list__item {
    width: 33.3%;
    padding: 1em; }
.resultados-quiniela .card-body.results {
  display: flex; }
  .resultados-quiniela .card-body.results .results-list {
    width: 50%; }
@media screen and (max-width: 700px) {
  .resultados-quiniela .card-list__item {
    width: 50%; } }
@media screen and (max-width: 600px) {
  .resultados-quiniela .card-list__item {
    width: 100%; } }
@media screen and (max-width: 500px) {
  .resultados-quiniela .card-body.results {
    font-size: 12px; } }

.loteria .card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
  justify-content: center;
  align-items: stretch; }
  .loteria .card-list__item {
    width: 33.33%;
    padding: 1em; }
.loteria .card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: white;
  border-radius: 5px;
  height: 100%; }
  .loteria .card img {
    margin: 0 auto .5em; }
.loteria .vocales .card-list__item {
  width: 25%; }
.loteria .direcciones .card-list {
  margin: 0 -.5em; }
  .loteria .direcciones .card-list__item {
    width: 25%;
    padding: .5em; }
.loteria .direcciones .card {
  font-size: 13px; }
@media screen and (max-width: 1200px) {
  .loteria .presidente .card-list__item {
    width: 50%; }
  .loteria .vocales .card-list__item {
    width: 50%; } }
@media screen and (max-width: 900px) {
  .loteria .direcciones .card-list__item {
    width: 33.3%; } }
@media screen and (max-width: 700px) {
  .loteria .presidente .card-list__item {
    width: 100%; }
  .loteria .vocales .card-list__item {
    width: 100%; } }
@media screen and (max-width: 650px) {
  .loteria .direcciones .card-list__item {
    width: 50%; } }
@media screen and (max-width: 400px) {
  .loteria .direcciones .card-list__item {
    width: 100%; } }

.loteria-historia {
  font-family: geomanistRegular, sans-serif; }

.oficinas-list {
  display: flex;
  flex-wrap: wrap; }
  .oficinas-list__media {
    border: .5em solid white;
    border-radius: 10px;
    display: block;
    margin-bottom: 1em; }
    .oficinas-list__media img {
      width: 100%; }
  .oficinas-list__item {
    width: 33.3%;
    padding: 1em; }
  @media screen and (max-width: 900px) {
    .oficinas-list__item {
      width: 50%;
      padding: 1em; } }
  @media screen and (max-width: 700px) {
    .oficinas-list__item {
      width: 100%;
      padding: 1em; } }

.agencias-casinos .form-control {
  background-color: white; }
@media screen and (max-width: 700px) {
  .agencias-casinos .form-inline {
    display: block; }
  .agencias-casinos .form-group {
    margin: 0;
    margin-bottom: 1em; } }

.suenos .card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5em; }
  .suenos .card-list__item {
    width: 25%;
    padding: .5em; }
.suenos .card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: white;
  border-radius: 5px; }
@media screen and (max-width: 700px) {
  .suenos .card-list__item {
    width: 33.3%; } }
@media screen and (max-width: 550px) {
  .suenos .card-list__item {
    width: 50%; }
  .suenos .card-body h2 {
    font-size: 1.5em; }
  .suenos .card-body h4 {
    font-size: 1em; } }
@media screen and (max-width: 330px) {
  .suenos .card-list {
    margin: 0; }
    .suenos .card-list__item {
      width: 100%;
      padding: .5em 0; } }

/*# sourceMappingURL=main.css.map */
