/*funciones*/
/*funciones*/
/*general*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900);*/
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamRounded-Bold/GothamRounded-Bold.eot');
  src: url('../fonts/GothamRounded-Bold/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamRounded-Bold/GothamRounded-Bold.woff') format('woff'), url('../fonts/GothamRounded-Bold/GothamRounded-Bold.ttf') format('truetype'), url('../fonts/GothamRounded-Bold/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamRounded-Book/GothamRounded-Book.eot');
  src: url('../fonts/GothamRounded-Book/GothamRounded-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamRounded-Book/GothamRounded-Book.woff') format('woff'), url('../fonts/GothamRounded-Book/GothamRounded-Book.ttf') format('truetype'), url('../fonts/GothamRounded-Book/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*importantes*/
::selection {
  background: #144aa7;
  color: #ffffff;
}
::-moz-selection {
  background: #144aa7;
  color: #ffffff;
}
::-webkit-selection {
  background: #144aa7;
  color: #ffffff;
}
:focus {
  box-shadow: none;
  outline: none !important;
}
body {
  color: #ffffff;
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
}
/*importantes*/
@media (min-width: 1200px) {
  .container {
    width: 990px;
  }
}
.img-responsive--inline {
  display: inline-block;
}
/*general*/
/*cabecera y menu*/
.box-content__img {
  height: 125px;
  margin: 2px 0;
}
.navbar-header {
  background-color: #144aa7;
}
.navbar-default {
  margin-left: -15px;
  margin-right: -15px;
  background: none;
  border: none;
  margin-bottom: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #144aa7;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-brand {
  height: inherit;
}
.navbar-default .p5k {
  position: absolute;
  top: 0;
  padding: 15px;
  right: 0;
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
  font-size: 20px;
  color: #80817f;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active {
  color: #144aa7;
  background-color: #2db9dd;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #2db9dd;
  color: #144aa7;
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-default .navbar-nav > li:first-child:before {
    display: none;
  }
  .navbar-default .navbar-nav > li:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 14px;
    width: 1px;
    margin-top: -7px;
    background-color: #333;
  }
  .navbar-default .navbar-nav.navbar-right:last-child {
    margin-right: -30px;
  }
}
/*cabecera y menu*/
/*foot*/
.col-title-footer {
  text-align: center;
}
footer {
  text-align: right;
}
footer > h6 {
  color: #ffffff;
  font-size: 12px;
}
.container--footer {
  padding-top: 20px;
  background-color: #144aa7;
}
.box-socios-img {
  text-align: center !important;
}
.socios-img {
  height: 80px;
  padding: 10px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.socios-img-san-bartolo,
.socios-img--gimnasio-personal {
  height: 120px;
}
/*foot*/
/*home*/
.btn-inscripcion {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 30px;
  background-color: #144aa7;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.btn-inscripcion:hover {
  color: #ffffff !important;
}
.box-btn-inscripcion {
  margin: -25px 0 0 0;
}
.box-main {
  padding: 50px 0;
  /*background: #ffffff url(../img/bg-malla.png) top center no-repeat;*/
}

.header {
  position: relative;
  z-index: 999;
  border-bottom: 6px solid #144aa7;
}
@media (max-width: 767px) {
  #index header .navbar-collapse {
    background-color: #144aa7;
  }
  #index header .navbar-nav > li > a {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  #index header .navbar-default .navbar-header {
    position: absolute;
    right: 0;
    top: 0;
  }
  #index header .navbar-default .navbar-brand {
    padding: 15px;
  }
  #index header .navbar-default .navbar-nav > li:before {
    display: none;
  }
  #index header .navbar-default .navbar-nav > li > a {
    color: #144aa7;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
  }
  #index header .navbar-default .navbar-nav > li > a:hover,
  #index header .navbar-default .navbar-nav > li > a.active {
    background-color: #2db9dd;
    color: #ffffff;
  }
  #index header .navbar-default .navbar-nav > li:last-child > a {
    border: none;
  }
}
.main-logo--home {
  display: inline-block;
  width: 80%;
  max-width: 350px;
}
.banner {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.banner .insc {
  margin: auto;
  width: 90%;
  max-width: 430px;
  color: #2db9dd;
  border: 3px solid #144aa7;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.banner .insc .title {
  background: #ffffff;
  font-size: 20px;
  color: #144aa7;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 3px solid #144aa7;
}
@media (min-width: 768px) {
  .banner .insc .title {
    font-size: 22px;
  }
}
.banner .insc .reloj {
  background: #ffffff;
  /*padding: 15px 30px 30px;*/
  padding: 15px 0px 30px;
  overflow: hidden;
 /* font-size: 18px;*/
  font-size: 14px;
  font-weight: bold;
}
.banner .insc .reloj .cell {
  text-align: center;
  float: left;
  width: 25%;
}
.banner .insc .reloj .cell .caption {
  display: block;
}
.banner .insc .reloj .cell .number {
  font-size: 30px;
}
.franja {
  text-align: center;
  margin: 50px 0;
  font-size: 16px;
  color: #144aa7;
  font-weight: bold;
}
.franja p {
  margin: 0;
}
section.paneles .panel {
  font-size: 16px;
}
section.paneles .panel h2 {
  background: #144aa7;
  padding: 9px 15px 7px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
section.paneles .panel .det {
  position: relative;
}
section.paneles .panel .det figure > img {
  width: 100%;
}
section.paneles .panel .det .caption {
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.paneles .panel .det .caption a {
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #010101;
}
section.paneles .panel .det .caption a:hover,
section.paneles .panel .det .caption a:focus {
  text-decoration: none;
  color: #010101;
  color: #144aa7;
  border-bottom: 1px solid #144aa7;
}
@media (min-width: 768px) {
  section.paneles .panel {
    font-size: 14px;
  }
  section.paneles .panel h2 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  section.paneles .panel {
    font-size: 16px;
  }
  section.paneles .panel h2 {
    font-size: 18px;
  }
}
section.logos {
  margin-left: -15px;
  margin-right: -15px;
  border-top: 3px solid #2db9dd;
  padding-top: 3px;
}
section.logos .content {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  section.logos .content .row > div:first-child > figure {
    text-align: left;
  }
  section.logos .content .row > div:last-child > figure {
    text-align: right;
  }
}

.home-link {
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
  
  
  
}

.home-link__img {
  max-width: 200px;
}

.home-link__1 {
  color: #44bfb5;
  
}

.home-link__2 {
  color: #8ccd3a;
}

.home-link__3 {
  color: #144aa7;
}

/*home*/
/*paginas*/
.box-content {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #144aa7;
}
.box-content__title {
  background-color: #144aa7;
  color: #ffffff;
  padding: 20px;
  margin: 0;
}
.box-content__inner {
  padding: 20px;
  background-color: #ffffff;
  color: #80817f;
}
.box-content__inner h2,
.box-content__inner h3,
.box-content__inner h4 {
  color: #144aa7;
}
.box-content__inner table {
  width: 100%;
  border: 1px solid #144aa7;
  margin-bottom: 10px;
}
.box-content__inner table thead th {
  background-color: #144aa7;
  color: #ffffff;
  padding: 5px;
}
.box-content__inner table tfoot td,
.box-content__inner table tbody td {
  border: 1px solid #144aa7;
  padding: 5px;
  vertical-align: top;
}
.box-content__inner table .col-categoria {
  width: 20%;
}
.box-content__inner table .col-damas {
  width: 40%;
}
.box-content__inner table .col-varones {
  width: 40%;
}
.box-content__inner table .row-header {
  vertical-align: middle;
}
.panel-default {
  border: 1px solid #2db9dd;
}
.panel-default > .panel-heading {
  background-color: #2db9dd;
  color: #144aa7;
}
article {
  font-size: 16px;
  font-weight: 300;
  color: #80817f;
}
/*paginas*/
/*tipografia*/
h1 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #2db9dd;
}
/*tipografia*/
/*formulario*/
.form-horizontal .control-label {
  text-align: left;
  font-weight: 300;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-right: 0;
  }
}
/*formulario*/
/*micelaneas*/
ul.point {
  padding-left: 17px;
}
ul.point li {
  color: #144aa7;
}
ul.point li > span {
  color: #ffffff;
}
figure {
  text-align: center;
  margin-bottom: 15px;
}
figure img {
  max-width: 100%;
}
/*micelaneas*/
/*botones*/
.btn {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.btn:hover,
.btn:focus {
  color: #fff;
}
.btn-default {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #144aa7;
  border: 1px solid #797979;
}
.btn-default:hover,
.btn-default:focus {
  background: #2db9dd;
}
.btn-amarillo {
  background: #144aa7;
}
.btn-amarillo:hover,
.btn-amarillo:focus {
  background: #ca7c00;
}
.btn-rosa {
  background: #c07cb0;
}
.btn-rosa:hover,
.btn-rosa:focus {
  background: #b35796;
}


.main_title__img {
  max-width: 100%;
  width: 140px;
}


.main_title {
  margin: 0;
}

.logo_oefa {
  width: 150px;
}

.home_img_jumbo {
  max-width: 65%;
}

.home_img_jumbo_box {
  text-align: center;
  position: relative;
}

.btn_video {
  width: 100px;
}

.fancybox--video--openload:hover .btn_video {
  opacity: 0.5;
}

.header__row__col--nav {
  width: 100%;
}

.header__row {
  display: flex;
  justify-content: space-between;
align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.parrafo_lugar {
  font-size: 20px;
}

@media (min-width: 768px) {
  .header__row {
    flex-wrap: nowrap;
  }
  .header__row__col--nav {
    width: auto;
  }
  .navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }
  .navbar-default {
    margin: 0;
  }
  .navbar-nav>li {
    width: auto;
    float: none;
    margin-left: 10px;
  }
  .navbar-nav>li:first-child {
    margin-left: 0;
  }
  .navbar-collapse {
    padding-right: 0;
  }
  .navbar {
    min-height: 0;
  }

  .box-home-link {
    display: flex;
    justify-content: space-evenly;
  }
  .home-link__img {
    display: block;
    margin-bottom: 10px;
  }
}

.banner_ideaton {
  margin: 40px 0;
  text-align: center;
}

.banner_ideaton__logo {
  max-width: 80%;
}

.footer_row__img {
  height: 60px;
}

.footer_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.footer_row--top {
  justify-content: space-between;
}

.footer_sub_title {
  font-weight: bold;
  font-size: 20px;
}

.footer_final {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box_mapa {
  margin-top: 20px;
}

.footer_col {
  background-color: #fff;
}

.image_popup {
  width: 80%;
}

.box_image_popup {
  text-align: center;
}

.columna_center {
  text-align: center;
}

.tabla_temas {
  font-size: 12px;
}

.tabla_temas thead th {
  font-weight: normal;
}

.columna_horas {
  width: 80px;
  text-align: center;
}

.columna_fechas {
  width: 90px;
}
.box-content__inner table.tabla_temas thead th {
  background-color: #fff;
  color: #80817f;
  border: 1px solid #80817f
}

.box-content__inner table.tabla_temas tfoot td, 
.box-content__inner table.tabla_temas tbody td {
  border: 1px solid #80817f
}

.box-content__inner table.tabla_temas {
  border: 1px solid #80817f
}