/*PALETA COLORES*/
/*USO COLORES*/
/*TIPOGRAFIA*/
.fontRegular {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.fontRegularI {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
}
.fontMedium {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 600;
}
.fontBold {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 700;
}
.fontXBold {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 800;
}
.fontBlack {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 900;
}
.fontLight {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 200;
}
/*ESTILOS*/
.transition3 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.borderRadius {
  border-radius: 30px;
}
.borderTopRadius {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.overlayShadow {
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5) !important;
}
.outerGlow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.borderBottom {
  border-bottom: 1px solid #5A70D6;
}
/*TAMAÑOS*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1E396F;
  background: #5a70d6;
  background: -moz-linear-gradient(top, #5a70d6 0%, #5a70d6 50%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #5a70d6 0%, #5a70d6 50%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #5a70d6 0%, #5a70d6 50%, #ffffff 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a70d6', endColorstr='#ffffff', GradientType=0);
  width: 100vw;
}
body.user {
  background: #FFFFFF;
}
p,
.p {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0;
}
small,
.small {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0;
  font-size: 0.75rem;
}
h1,
.h1 {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 700;
  color: #5A70D6;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
h2,
.h2 {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
}
h3,
.h3 {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 800;
  text-transform: uppercase;
  color: #1E396F;
}
a {
  color: #24ED54;
  display: block;
}
a:hover {
  text-decoration: none;
  color: #0fb637;
}
.button {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 700;
  background: #1E396F;
  border-radius: 10px;
  border: 0 none;
  color: #ffffff;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  width: 70%;
  margin: 1rem auto;
}
.button a {
  color: #ffffff;
}
.button a:hover {
  text-decoration: none;
  color: #d9d9d9;
}
.button:hover {
  text-decoration: none;
  color: #d9d9d9;
  background: #0e1a33;
  cursor: pointer;
}
.button.secondary {
  font-size: 0.8rem;
  padding: 0.5rem;
  background: #FFFFFF;
  border: 2px solid #1E396F;
  color: #1E396F;
  margin-top: 5rem;
}
img {
  width: 100%;
  height: auto;
}
form .small {
  font-size: 0.9rem;
  margin: 0;
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 200;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 0.9rem;
}
label {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 800;
  text-transform: lowercase;
  margin-bottom: 0;
}
.uppercase {
  text-transform: uppercase;
}
input:not([type=checkbox]):not([type=radio]),
select {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #1E396F;
  border-radius: 0;
  padding-left: 0;
}
input:not([type=checkbox]):not([type=radio]):focus,
select:focus,
input:not([type=checkbox]):not([type=radio]):focus-within,
select:focus-within {
  background: transparent;
  border-color: #1E396F;
  box-shadow: 0 0 5px 0.2rem rgba(30, 57, 111, 0.5);
}
.hasDatepicker {
  position: relative;
}
.ui-datepicker {
  border: 1px solid #5A70D6;
  background: #FFFFFF;
  padding: 0.5rem;
  z-index: 900;
}
.ui-datepicker .ui-datepicker-header {
  border-bottom: 2px solid #1E396F;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  order: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  order: 2;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  font-family: 'rawline', Georgia, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-weight: 700 !important;
  color: #5A70D6;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-top: 0.2rem;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar a {
  color: #1E396F;
}
.ui-datepicker .ui-datepicker-calendar a:hover {
  text-decoration: none;
  color: #1E396F;
}
.ui-datepicker-trigger {
  position: absolute;
  bottom: 10px;
  right: 20px;
  height: 1rem;
  width: auto;
}
.monthpicker .ui-datepicker-calendar {
  display: none;
}
#loader-container {
  background: #FFFFFF url("../imagenes/loader.svg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
#map-container {
  height: 50vh;
}
#dialog-login {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5) !important;
  display: none;
  position: absolute;
  left: 10%;
  width: 80%;
  background: #FFFFFF;
  top: 50%;
  z-index: 1500;
}
#dialog-login .header {
  background: #A80404;
  padding: 0.5rem;
}
#dialog-login .header h1 {
  color: white;
}
#dialog-login .button {
  background: #A80404;
  padding: 0.5rem;
}
body#landing {
  background: #24ED54;
}
body#landing main {
  background: #a3a3a3 url("../imagenes/Landingbg.svg") no-repeat right bottom;
  background-size: cover;
  border-radius: 0;
  min-height: 100vh;
  padding-top: 0;
  position: relative;
  width: 100vw;
}
@media (min-width: 992px) {
  body#landing main {
    overflow: hidden;
  }
}
body#landing main h1 {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 900;
  font-size: 2rem;
  color: #1E396F;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body#landing main h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
body#landing main h2 {
  text-transform: uppercase;
  font-size: 1rem;
}
body#landing main p {
  margin-bottom: 0.8rem;
}
body#landing main ul {
  padding: 0;
}
body#landing main ul li {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-size: 0.9rem;
  padding: 0;
  list-style: none;
}
body#landing main .button {
  text-transform: uppercase;
  background: #FFFFFF;
  color: #5A70D6;
  font-size: 2rem;
  padding: 1rem;
  width: 80%;
}
@media (min-width: 992px) {
  body#landing main .button {
    width: 50%;
  }
}
body#landing main .landing-info {
  background: #24ED54;
  height: 0;
  width: 100vw;
  position: absolute;
  bottom: 0;
  padding: 2rem 1rem;
  left: 0;
  z-index: 100;
}
@media (min-width: 769px) {
  body#landing main .landing-info {
    padding: 3rem;
    height: 100vw;
    width: 0;
  }
}
body#landing main .landing-info section {
  opacity: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body#landing main .landing-info section {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  body#landing main .landing-info section {
    margin-bottom: 1rem;
  }
}
body#landing main .landing-info section#landing-header {
  align-items: center;
}
body#landing main .landing-info section#landing-deportes {
  display: none;
  color: #1E396F;
  padding: 0 1rem 1rem 1rem;
}
@media (min-width: 768px) {
  body#landing main .landing-info section#landing-deportes {
    display: flex;
  }
}
body#landing main .landing-info section#landing-deportes img {
  width: 100%;
  height: auto;
  max-height: 150px;
}
body#landing main .landing-info section#landing-deportes h1 {
  text-align: center;
  font-size: 1rem;
  margin: 1rem 0;
}
header {
  background: #5A70D6;
  height: 4.2rem;
  position: relative;
  display: flex;
  align-items: center;
}
header > .row {
  align-items: center;
}
header .header-title h1,
header .header-title p {
  color: white;
  margin: 0;
}
header .header-title p {
  font-size: 0.8rem;
  line-height: 1;
  margin: 0;
}
header .filtro-container {
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  display: none;
  left: 0;
  margin: 0.5rem;
  padding: 1rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
header .filtro-container h1 {
  font-size: 1rem;
}
header .filtro-container a {
  text-transform: uppercase;
  font-weight: 500;
  color: #1E396F;
}
header .filtro-container a.active {
  color: #24ED54;
  font-weight: 800;
}
header .filtro-container a.button {
  color: white;
}
header .fotoPerfil {
  padding: 0.5rem;
}
main {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding-top: 1rem;
  background: #FFFFFF;
  min-height: calc(100vh - 70px);
}
main section {
  margin-bottom: 1rem;
}
main section#second-nav {
  margin-bottom: 1rem;
}
main section#second-nav .filter {
  font-family: 'rawline', Georgia, sans-serif;
  font-weight: 400;
  font-weight: 600;
  color: #CBCCD0;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
main section#second-nav .filter:hover {
  cursor: pointer;
  text-decoration: none;
}
main section#second-nav .filter.active {
  color: #24ED54;
}
main section#vivo-container {
  background: #24ED54;
  height: 2rem;
  overflow: hidden;
}
main section#vivo-container div#vivo {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
}
main section#vivo-container div#vivo div.vivo-info {
  align-items: center;
  color: #1E396F;
  display: flex;
  height: 100%;
  margin-right: 1rem;
}
main section#vivo-container div#vivo div.vivo-info p.vivo-deporte {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 800;
  font-size: 0.8rem;
  background: white;
  margin-right: 0.3rem;
  padding: 0.2rem;
  text-transform: uppercase;
}
main section#vivo-container div#vivo div.vivo-info p {
  font-size: 0.9rem;
  white-space: nowrap;
}
main section.deportes-container .menu-item {
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  margin: 1rem 0;
  text-align: center;
  filter: invert(15%) sepia(70%) saturate(1585%) hue-rotate(203deg) brightness(95%) contrast(90%);
}
main section.deportes-container .menu-item:hover,
main section.deportes-container .menu-item:focus {
  filter: invert(66%) sepia(50%) saturate(838%) hue-rotate(78deg) brightness(107%) contrast(86%);
}
main section.deportes-container .menu-item p {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 700;
  color: #000;
}
main section .proxFecha-container > div.header {
  border-top: 2px solid #5A70D6;
  border-bottom: 2px solid #5A70D6;
  margin: 0.5rem 0;
  padding: 0.5rem 0;
}
main section .proxFecha-container .content .col-5 {
  background: #CBCCD0;
}
main section.confirmacion {
  justify-content: center;
  text-align: center;
}
main section.confirmacion .timeline-header {
  margin: 2rem;
}
main section.confirmacion .timeline-header h1 {
  margin-top: 1rem!important;
}
main .timeline .fechas > div,
main .timeline .noticias > div,
main .timeline .cell > div {
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
main .timeline .timeline-container {
  margin: 0.7rem 0;
}
main .timeline .timeline-container .timeline-header h1 {
  margin: 0;
}
main .timeline .timeline-container .timeline-header h3 {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 600;
}
main .timeline .timeline-container .timeline-header .title h1 {
  color: #1E396F;
  font-size: 1rem;
  white-space: nowrap;
}
main .timeline .timeline-container .timeline-header .timeline-imagen {
  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 150px;
}
main .timeline .timeline-container .timeline-header .timeline-imagen:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
main .timeline .timeline-container .timeline-fecha {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
}
main .timeline .timeline-container .tags-container {
  display: flex;
  margin-top: 1rem;
}
main .timeline .timeline-container .tags-container .timeline-tag {
  padding: 0.3rem;
  border: 1px solid #24ED54;
  border-radius: 25px;
  font-size: 0.6rem;
  white-space: nowrap;
  margin: 0 0.2rem;
  text-transform: uppercase;
}
main .tabla .header {
  font-family: 'rawline', Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 700;
  text-align: center;
  font-size: 1.1rem;
}
main .tabla .col-6 {
  background: #CBCCD0;
  border: 1px solid #FFFFFF;
}
main .tabla .footer {
  justify-content: center;
  margin-top: 1rem;
}
main table.table {
  white-space: nowrap;
}
main table.table th {
  padding: 0.5rem;
}
main table.table tr.local {
  background: #24ED54;
}
footer {
  background: #FFFFFF;
  border-top: 1px solid #5A70D6;
  margin-bottom: 3rem;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  text-align: center;
}
footer p {
  font-size: 0.7rem;
}
nav {
  background: #1E396F;
  position: fixed;
  height: 3rem;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 900;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  width: 100vw;
  align-items: center;
}
nav div.navbar-container {
  text-align: center;
  margin: 0 0.5rem;
}
nav div.navbar-container a.navbar-item {
  display: block;
  padding: 0.3rem;
}
nav div.navbar-container a.navbar-item:hover img,
nav div.navbar-container a.navbar-item:focus img {
  filter: invert(75%) sepia(73%) saturate(1367%) hue-rotate(73deg) brightness(98%) contrast(90%);
}
nav div.navbar-container a.navbar-item.active img {
  filter: invert(45%) sepia(17%) saturate(1966%) hue-rotate(192deg) brightness(94%) contrast(90%);
}
nav div.navbar-container a.navbar-item.disabled {
  cursor: not-allowed;
}
nav div.navbar-container a.navbar-item.disabled img {
  filter: invert(45%) sepia(17%) saturate(0%) hue-rotate(192deg) brightness(94%) contrast(90%);
}
