@charset "UTF-8";
/*------------------------------------------------------------------
[Indice]

1. Variables y mixins
2. Estructura
3. Páginas
4. Componentes
5. Plugins

/*------------------------------------------------------------------
[1. Variables y mixins]
-------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");
html {
  min-height: 100%;
  position: relative; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #777777;
  overflow-x: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.colorPrimario {
  color: #666699; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1b273d;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

a {
  color: #666699; }
  a:hover {
    color: #666699;
    opacity: 0.6; }

a:not([href]) {
  color: #666699; }

.oculto {
  display: none; }

/*===== All Button Style =====*/
.botonPrimario {
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 30px;
  font-size: 16px;
  line-height: 44px;
  border-radius: 50px;
  color: #666699;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #fff;
  border: 1px solid #666699; }
  .botonPrimario:hover {
    background-color: #666699;
    color: #fff;
    -webkit-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.25);
    opacity: 1; }
  .botonPrimario.fondoSecundario {
    background: -webkit-linear-gradient(to right, #666699 0%, #8891b8 100%);
    background: o-linear-gradient(to right, #666699 0%, #8891b8 100%);
    background: linear-gradient(to right, #666699 0%, #8891b8 100%);
    background-size: 200% auto;
    color: #fff;
    background-position: left center;
    border: 1px solid transparent; }
    .botonPrimario.fondoSecundario:hover {
      border: 1px solid #666699;
      background: transparent;
      color: #666699;
      opacity: 1; }

.modal-header {
  background-color: #666699; }
  .modal-header .modal-title {
    color: #fff; }

.custom-control-label {
  cursor: pointer; }

@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
    padding: 0 3rem; } }

span.requerido {
  margin-left: 0.2rem;
  color: #c74848; }

hr.colorPrimario.separador {
  margin-top: 5rem; }

.fondoPrimario.oscuro {
  background-color: #666699; }

/*===== Sección fondos página =====*/
.seccionFondo.programa, .seccionFondo.contacto, .seccionFondo.login, .seccionFondo.inscripcion, .seccionFondo.zonaPrivada, .seccionFondo.patrocinadores {
  padding-top: 11rem;
  background-size: cover;
  background-position: center; }
  .seccionFondo.programa p, .seccionFondo.contacto p, .seccionFondo.login p, .seccionFondo.inscripcion p, .seccionFondo.zonaPrivada p, .seccionFondo.patrocinadores p {
    color: #fff;
    font-size: 2.4rem;
    padding-bottom: 2rem;
    font-weight: 600; }

@media (max-width: 768px) {
  .seccionFondo.programa, .seccionFondo.contacto, .seccionFondo.login, .seccionFondo.inscripcion, .seccionFondo.zonaPrivada, .seccionFondo.patrocinadores {
    padding-top: 8rem; }
    .seccionFondo.programa p, .seccionFondo.contacto p, .seccionFondo.login p, .seccionFondo.inscripcion p, .seccionFondo.zonaPrivada p, .seccionFondo.patrocinadores p {
      color: #fff;
      font-size: 1.8rem;
      line-height: 1.2; } }

.contenedor {
  padding-top: 7rem; }

.seccionFondo.programa {
  background-image: url(../img/fondos/programa.jpg); }

.seccionFondo.contacto {
  background-image: url(../img/fondos/contacto.jpg); }

.seccionFondo.login {
  background-image: url(../img/fondos/login.jpg);
  background-position: 0 60%; }

.seccionFondo.inscripcion {
  background-image: url(../img/fondos/inscripcion.jpg);
  background-position: 0 60%; }

.seccionFondo.zonaPrivada {
  background-image: url(../img/fondos/zonaPrivada.jpg);
  background-position: 0 70%; }

.seccionFondo.patrocinadores {
  background-image: url(../img/fondos/patrocinadores.jpg);
  background-position: 0 30%; }

.bootstrap-select .btn.dropdown-toggle.btn-light {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap-select .dropdown-item.active, .dropdown-item:active {
  background-color: #666699; }

.botones a {
  display: block;
  height: 100%; }
  .botones a:hover {
    opacity: 1; }

.botones .boton {
  height: 100%;
  width: 100%;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.15);
  padding: 2rem;
  text-align: center;
  border-bottom: 4px solid #666699;
  background-color: #fff; }
  .botones .boton h5 {
    color: #777777; }
  .botones .boton hr {
    border-color: #666699; }
  .botones .boton:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.35);
    opacity: 1;
    transition: all 0.3s; }

.card {
  border: none;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.15);
  height: 100%; }
  .card .imagenDetalle {
    max-width: 200px; }
  .card .card-footer {
    border-top: 3px solid #666699; }
    .card .card-footer a {
      display: inline-block;
      font-weight: 600; }
      .card .card-footer a::after {
        content: "|";
        color: #666699;
        font-weight: 400;
        padding: 0.3rem; }
      .card .card-footer a:last-of-type:after {
        content: ""; }

.plata {
  color: #898c93; }

.oro {
  color: #fad525; }

.bronce {
  color: #b34e2f; }

.imagen img {
  width: 300px; }

.imagen-lg img {
  width: 400px; }

hr.colorPrimario {
  border-color: #666699; }

.migas {
  background-color: #f0f0f0;
  padding: 0.5rem;
  border-bottom: 1px solid #666699; }

/*===== Checkboxes =====*/
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #47a847;
  background-color: #47a847;
  cursor: pointer; }

.custom-control-input.requerido:checked ~ .custom-control-label.requerido::before {
  border-color: #c74848;
  background-color: #c74848;
  cursor: no-drop; }

.custom-switch .custom-control-label::before {
  width: 2.2rem;
  height: 1.2rem; }

.custom-switch .custom-control-label::after {
  width: calc(1.2rem - 4px);
  height: calc(1.2rem - 4px); }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1rem); }

.fondoPrimario {
  background-color: #f5f8ff;
  padding: 2rem; }

textarea {
  resize: none; }

/*===Checkboxes===*/
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: -9999px; }

.customCheck {
  position: relative;
  padding: 0 0 0 28px;
  font-size: 1rem;
  cursor: pointer; }

.customCheck::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 19px;
  content: "\f0c8";
  display: block;
  position: absolute;
  opacity: 1;
  top: -3px;
  left: 0;
  color: #43474c;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

span.aspNetDisabled.checked + .customCheck::before,
input:checked + .customCheck::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  color: #666699;
  opacity: 1; }

/*===== Titulos =====*/
.section-title .title {
  font-size: 50px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 30px; } }

.section-title .text {
  margin-top: 20px; }

.header-area {
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767px) {
    .header-area {
      padding: 0; } }

#cabecera .acceso .dropdown-menu {
  min-width: 300px;
  padding: 1rem; }
  #cabecera .acceso .dropdown-menu .botonPrimario {
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 30px;
    font-size: 15.5px;
    line-height: 44px;
    border-radius: 50px;
    color: #666699;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #fff;
    border: 1px solid #666699; }
    #cabecera .acceso .dropdown-menu .botonPrimario.fondoSecundario {
      background: -webkit-linear-gradient(to right, #666699 0%, #8891b8 100%);
      background: o-linear-gradient(to right, #666699 0%, #8891b8 100%);
      background: linear-gradient(to right, #666699 0%, #8891b8 100%);
      background-size: 200% auto;
      color: #fff;
      background-position: left center;
      border: 1px solid transparent; }
      #cabecera .acceso .dropdown-menu .botonPrimario.fondoSecundario:hover {
        border: 1px solid #666699;
        background: transparent;
        color: #666699;
        opacity: 1; }

.navbar-area {
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .navbar-area .navbar-brand img {
    height: 90px; }
  .navbar-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #666699 0%, #8891b8 100%);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-area.sticky {
    position: fixed;
    z-index: 999; }
    .navbar-area.sticky::before {
      opacity: 1; }
  .navbar-area .navbar {
    position: relative;
    padding: 0; }
    .navbar-area .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #fff;
      margin: 5px 0;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      top: -7px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 107%;
        left: 0;
        width: 100%;
        background-color: #8891b8;
        z-index: 8; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 107%;
        left: 0;
        width: 100%;
        background-color: #8891b8;
        z-index: 8; } }
    @media (max-width: 767px) {
      .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 107%;
        left: 0;
        width: 100%;
        background-color: #8891b8;
        z-index: 8; } }
    .navbar-area .navbar .navbar-nav .nav-item {
      margin: 0 16px;
      position: relative; }
      .navbar-area .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 26px 0;
        color: #fff;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .navbar-area .navbar .navbar-nav .nav-item a::before {
          position: absolute;
          content: "";
          width: 0;
          height: 2px;
          background-color: #fff;
          left: 0;
          bottom: 20px;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .navbar-area .navbar .navbar-nav .nav-item a::before {
              display: none; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navbar-area .navbar .navbar-nav .nav-item a::before {
              display: none; } }
          @media (max-width: 767px) {
            .navbar-area .navbar .navbar-nav .nav-item a::before {
              display: none; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .navbar-area .navbar .navbar-nav .nav-item a {
            padding: 10px 0;
            display: block; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar-area .navbar .navbar-nav .nav-item a {
            padding: 10px 0;
            display: block; } }
        @media (max-width: 767px) {
          .navbar-area .navbar .navbar-nav .nav-item a {
            padding: 10px 0;
            display: block; } }
      .navbar-area .navbar .navbar-nav .nav-item.active > a::before, .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
        width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 7px; } }
    @media (max-width: 767px) {
      .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 7px; } }
    .navbar-area .navbar .navbar-btn .main-btn:hover {
      background-color: #fff;
      color: #1863ff; }

.header-content-area {
  height: 750px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/inicio/hero.jpg);
  background-position: center; }
  @media only screen and (min-width: 1400px) {
    .header-content-area {
      height: 850px; } }
  @media (max-width: 767px) {
    .header-content-area {
      height: 650px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-content-area {
      height: 550px; } }
  .header-content-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(16, 43, 175, 0.2) 0%, rgba(22, 100, 255, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(16, 43, 175, 0.2) 0%, rgba(22, 100, 255, 0.2) 100%);
    background: linear-gradient(to right, rgba(16, 43, 175, 0.2) 0%, rgba(22, 100, 255, 0.2) 100%); }

.header-countdown .single-count-content {
  padding: 0 45px;
  text-align: center; }
  @media (max-width: 767px) {
    .header-countdown .single-count-content {
      padding: 0 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-countdown .single-count-content {
      padding: 0 15px; } }
  .header-countdown .single-count-content .count {
    font-size: 72px;
    font-weight: 600;
    line-height: 60px; }
    @media (max-width: 767px) {
      .header-countdown .single-count-content .count {
        font-size: 24px;
        line-height: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-countdown .single-count-content .count {
        font-size: 36px;
        line-height: 40px; } }
  .header-countdown .single-count-content .text {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .header-countdown .single-count-content .text {
        font-size: 14px;
        margin-top: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-countdown .single-count-content .text {
        font-size: 18px;
        margin-top: 0; } }

.header-content {
  margin-top: 60px; }
  .header-content .header-title {
    font-size: 75px;
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-content .header-title {
        font-size: 60px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-content .header-title {
        font-size: 54px; } }
    @media (max-width: 767px) {
      .header-content .header-title {
        font-size: 30px; } }
  .header-content .sub-title {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-top: 22px; }
    @media (max-width: 767px) {
      .header-content .sub-title {
        font-size: 20px; } }
  .header-content .header-btn {
    padding-top: 50px; }
    .header-content .header-btn li {
      display: inline-block;
      margin: 10px 13px 0; }

@media (min-width: 1200px) {
  .navbar-area .navbar .navbar-nav .nav-item {
    margin: 0 1.2rem; } }

@media (max-width: 768px) {
  .navbar-area .navbar-brand img {
    height: 60px; } }

.about-image img {
  width: 100%; }

.about-content .date {
  font-size: 18px;
  font-weight: 600;
  color: #1b273d;
  margin-top: 45px; }
  .about-content .date span {
    font-size: 30px;
    color: #1863ff;
    position: relative;
    padding-left: 15px; }
    .about-content .date span::before {
      position: absolute;
      content: '';
      width: 55px;
      height: 55px;
      border: 6px solid rgba(24, 99, 255, 0.18);
      top: -18px;
      left: 0; }

.event-tab {
  border: 3px solid rgba(24, 99, 255, 0.1);
  padding: 40px 70px;
  border-radius: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .event-tab {
      padding: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-tab {
      padding: 30px; } }
  @media (max-width: 767px) {
    .event-tab {
      padding: 10px;
      padding-top: 0; } }
  @media (max-width: 767px) {
    .event-tab .nav .nav-item {
      width: 48%;
      margin-top: 10px; } }
  .event-tab .nav .nav-item a {
    text-align: center;
    width: 225px;
    border: 3px solid rgba(24, 99, 255, 0.1);
    padding: 15px 0;
    position: relative;
    z-index: 5;
    border-radius: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .event-tab .nav .nav-item a {
        width: 200px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .event-tab .nav .nav-item a {
        width: 150px;
        padding: 10px 0; } }
    @media (max-width: 767px) {
      .event-tab .nav .nav-item a {
        width: 100%;
        padding: 10px 0; } }
    .event-tab .nav .nav-item a .nav-title {
      font-size: 24px;
      font-weight: 600;
      color: #777777;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .event-tab .nav .nav-item a .nav-title {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .event-tab .nav .nav-item a .nav-title {
          font-size: 18px; } }
    .event-tab .nav .nav-item a span {
      font-size: 16px;
      color: #777777;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .event-tab .nav .nav-item a span {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .event-tab .nav .nav-item a span {
          font-size: 14px; } }
    .event-tab .nav .nav-item a::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(to right, #666699 0%, #8891b8 100%);
      background: -o-linear-gradient(to right, #666699 0%, #8891b8 100%);
      background: linear-gradient(to right, #666699 0%, #8891b8 100%);
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      border-radius: 10px; }
    .event-tab .nav .nav-item a.active {
      border-color: transparent;
      padding: 18px 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .event-tab .nav .nav-item a.active {
          padding: 13px 0; } }
      @media (max-width: 767px) {
        .event-tab .nav .nav-item a.active {
          padding: 13px 0; } }
      .event-tab .nav .nav-item a.active .nav-title,
      .event-tab .nav .nav-item a.active span {
        color: #fff; }
      .event-tab .nav .nav-item a.active::before {
        opacity: 1; }
  .event-tab .tab-content .event-content .single-event {
    padding: 40px;
    z-index: 5;
    position: relative;
    background-color: #f5f8ff;
    border-radius: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .event-tab .tab-content .event-content .single-event {
        padding: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .event-tab .tab-content .event-content .single-event {
        padding: 15px; } }
    @media (max-width: 767px) {
      .event-tab .tab-content .event-content .single-event {
        padding: 15px; } }
    .event-tab .tab-content .event-content .single-event::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(to right, #666699 0%, #8891b8 100%);
      background: -o-linear-gradient(to right, #666699 0%, #8891b8 100%);
      background: linear-gradient(to right, #666699 0%, #8891b8 100%);
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .event-tab .tab-content .event-content .single-event .event-image img {
        width: 100%; } }
    .event-tab .tab-content .event-content .single-event .event-content {
      padding-left: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .event-tab .tab-content .event-content .single-event .event-content {
          padding-left: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .event-tab .tab-content .event-content .single-event .event-content {
          padding-left: 15px; } }
      @media (max-width: 767px) {
        .event-tab .tab-content .event-content .single-event .event-content {
          padding-left: 0;
          margin-top: 15px; } }
      .event-tab .tab-content .event-content .single-event .event-content .event-title {
        font-size: 24px; }
        @media (max-width: 767px) {
          .event-tab .tab-content .event-content .single-event .event-content .event-title {
            font-size: 18px; } }
      .event-tab .tab-content .event-content .single-event .event-content .text {
        margin-top: 20px; }
      .event-tab .tab-content .event-content .single-event .event-content .event-meta {
        padding-top: 10px; }
        .event-tab .tab-content .event-content .single-event .event-content .event-meta li {
          display: inline-block;
          padding-top: 10px;
          font-size: 16px;
          color: #777777;
          margin-right: 20px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .event-tab .tab-content .event-content .single-event .event-content .event-meta li {
              font-size: 14px;
              margin-right: 10px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .event-tab .tab-content .event-content .single-event .event-content .event-meta li {
              font-size: 14px; } }
          .event-tab .tab-content .event-content .single-event .event-content .event-meta li:last-child li {
            margin-right: 0; }

#pie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 3.5rem; }
  #pie a {
    color: #fff; }
  #pie p {
    color: #fff; }
  #pie .rrss a {
    padding: 0.6rem;
    background-color: #0f0f0f;
    margin-right: 5px; }
    #pie .rrss a:last-of-type {
      margin-right: 0; }
  #pie .subfooter {
    margin-top: 3.5rem;
    background-color: #0f0f0f; }
    #pie .subfooter p {
      margin-bottom: 0; }

@media (max-width: 576px) {
  #pie {
    padding-top: 1.5rem; }
    #pie img {
      width: 250px !important; } }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #102baf 0%, #1664ff 50%, #102baf 100%);
  background: -o-linear-gradient(left, #102baf 0%, #1664ff 50%, #102baf 100%);
  background: linear-gradient(to right, #102baf 0%, #1664ff 50%, #102baf 100%);
  background-size: 200% auto;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-position: right center; }

/* FORMULARIOS
----------------------------------------------------------*/
textarea {
	resize: none;
}

	.input-group-addon-error,
	.dropdown-toggle-error,
	.panel-default-error,
	.fileInputError .file-caption,
	input[type=text].error,
	input[type=text].error:focus,
	input[type=password].error,
	input[type=password].error:focus,
	textarea.error,
	textarea.error:focus,
	select.error,
	select.error:focus,
	.TxDescripcion_DesignBox.error {
		border-color: #a94442;
	}

	input[type=text]:not(.error):focus,
	input[type=password]:not(.error):focus,
	textarea:not(.error):focus,
	select:not(.error):focus {
		border-color: #e5edeb;
		box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
		opacity: 0.8;
		outline: 0 none;
	}

	input[type=text].error:focus,
	input[type=password].error:focus,
	textarea.error:focus,
	select.error:focus {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
		opacity: 0.8;
		outline: 0 none;
	}

input[type="submit"] {
	border: none;
}

.bootstrap-tagsinput input[type=text]:not(.error):focus {
	box-shadow: none;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
select:focus {
	box-shadow: none;
	outline: 1px dotted #666666;
}

.input-group.error .file-caption,
input[type=text].error,
input[type=password].error,
textarea.error,
select.error,
.dropdown-toggle.error,
.dropdown-toggle-error,
.bootstrap-select .btn.dropdown-toggle.btn-light.dropdown-toggle-error {
	border-color: #aa0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
	color: #333333;
	outline: 0 none;
}

.input_msg_write textarea:focus {
	box-shadow: none;
}

div.error, span.error {
	color: #cc0000;
	line-height: normal;
	font-size: 12px;
	font-weight: normal;
}

.input-group-addon-error {
	color: #a94442;
	background-color: #f2dede;
}

.panel-default-error .panel-heading {
	color: #a94442 !important;
	background-color: #f2dede !important;
}

	.panel-default-error .panel-heading > * {
		color: #a94442 !important;
	}


.fileInputErrorMG .file-caption {
	border-color: #aa0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
}
/* FIN Errores */

/* -- Loader -- */

#loader {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: auto;
	padding: 1.2em 1.5em 1.2em 1.3em;
}

#fondoLoader {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

#overlay {
	z-index: 10001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

* html #overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

#loader {
	z-index: 10002;
	position: fixed;
	background-color: White;
	border: 3px solid #EEEEEE;
}

* html #loader {
	position: absolute;
	margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
/* -- FIN Loader -- */

.cursorDefecto {
	cursor: default !important;
}

.cursorMano {
	cursor: pointer !important;
}

#toTop {
	position: fixed;
	bottom: 2.5rem;
	right: 2%;
	width: 40px;
	height: 40px;
	display: none;
	z-index: 9999;
}
