* {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.01em;
}

.navbar {
  min-height: 80px;
  margin-bottom: 0;
}

.navbar-default {
  background-image: none;
  background-color: #fff;
}

.navbar-brand {
  min-height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand span {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #232323 !important;
}

.navbar-toggle {
  margin-top: 23px;
  margin-right: 20px;
}

.navbar-nav > li > a {
  color: #232323 !important;
  font-weight: 500;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }
}

.seccion {
  margin-top: 70px;
  margin-bottom: 70px;
}

.titulo {
  font-size: 35px;
  font-weight: 700;
  color: #232323;
  margin-top: 30px;
  margin-bottom: 10px;
}

.cuerpo {
  font-size: 18px;
  font-weight: 400;
  color: #232323;
  margin-bottom: 20px;
}

.span_red {
  color: red;
}

#grid_ligas {
  display: flex;
  align-items: center;
  column-gap: 12%;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 30px;
  margin-bottom: 60px;
}
#grid_ligas .liga {
  width: 25%;
}
#grid_ligas .logo_liga {
  width: 100%;
  height: 200px;
  position: relative;
}
#grid_ligas .logo_liga img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#grid_ligas .nombre_liga {
  font-size: 18px;
  text-align: center;
  color: #232323;
  text-decoration: none;
}

#equipos_inscritos a {
  text-decoration: none;
}
#equipos_inscritos h3 {
  color: #232323;
  text-decoration: none;
}
#equipos_inscritos .cuerpo_equipo {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  color: #232323;
  text-decoration: none;
}
#equipos_inscritos .logo_equipo {
  width: 150px;
  height: 150px;
  position: relative;
}
#equipos_inscritos .logo_equipo img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#equipos_inscritos .descripcion_equipo {
  font-size: 17px;
  font-weight: 300;
  width: calc(100% - 170px);
  text-align: justify;
}

footer {
  background-color: #232323;
  padding-top: 32px;
  padding-bottom: 32px;
}
footer .logo_boxnave {
  width: 100px;
  background-color: #fff;
  border-radius: 9px;
  padding: 7px;
  box-shadow: 0px 0px 5px #666;
  position: relative;
  top: -1px;
  margin-left: 3px;
  margin-right: 25px;
}
footer .desarrollado {
  color: white;
  margin-top: 15px;
}
@media (min-width: 992px) {
  footer .desarrollado {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
footer .desarrollado a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
footer .link_locales a {
  color: #40b0bf !important;
  font-size: 19px;
  font-weight: 400;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
footer .link_redes {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  footer .link_redes {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
footer .link_redes a {
  opacity: 0.5;
  transition: 0.2s linear;
  color: #fff !important;
  font-size: 27px;
  font-weight: 400;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0px;
  text-decoration: none;
}
footer .link_redes a:hover {
  opacity: 1;
}
footer .rights {
  font-size: 19px;
  color: #fff;
}

#pagina_liga {
  margin-bottom: 60px;
}
#pagina_liga .fondo {
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #999;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#pagina_liga .fondo .nombre_liga {
  color: #fff;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 50%;
}
@media (min-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

#modulo_contacto {
  margin-top: 60px;
  margin-bottom: 100px;
  display: block;
}

#carousel-patrocinadores .imagen {
  width: 100%;
}

#pagina_contacto {
  margin-bottom: 60px;
}
#pagina_contacto .fondo {
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #999;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagina_contacto .fondo .titulo {
  color: #fff;
}

#pagina_contacto_formulario {
  margin-bottom: 100px;
  display: block;
}

#carousel-home-1 .item img {
  width: 100%;
}

#pagina_equipo .fondo {
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #999;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
#pagina_equipo .fondo .nombre_equipo {
  color: #fff;
}
#pagina_equipo .logo {
  height: 220px;
  width: 220px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #pagina_equipo .logo {
    position: absolute;
    margin-bottom: 0px;
    bottom: -25px;
    left: 50px;
    box-shadow: -2px 2px 3px #999;
  }
}
#pagina_equipo .descripcion_equipo {
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 60px;
}
#pagina_equipo #grid {
  margin-bottom: 60px;
}

#carousel-patrocinadores .carousel-indicators {
  bottom: 0;
}
#carousel-patrocinadores .carousel-indicators li,
#carousel-patrocinadores .carousel-indicators .active {
  margin-left: 5px;
  margin-right: 5px;
}
#carousel-patrocinadores .carousel-caption {
  padding-bottom: 20px;
  text-shadow: 1px 1px 2px #000;
}/*# sourceMappingURL=estilo_site.css.map */