@import url(slider.css);
@import url(animaciones.css);
@import url(formulario.css);
@import url(noticias.css);
@import url(articulos.css);
@charset "utf-8";
/* CSS Document */

#imagen_principal {
  background-image: url(../images/comun/inicio-quienes-somos.jpg);
}
.contenedor_quienes_somos {
  background-image: url('../images/comun/quienes_somos_fondo.jpg');
    background-position: center center;
  background-size: cover;
}

#presentacion {
  padding: 40px 20px;
}
#presentacion .titulo_presentacion {
  margin-bottom: 20px;
}
#presentacion p a {
  color: #0085bd;
}
#blurbs{
  padding: 20px 0;
}
.blurb {
  padding: 0 10px;
  text-align: center;
}
.blurb img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.blurb .imagen_blurb {
  border: solid 2px transparent;
  padding: 10px 5px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blurb:hover .imagen_blurb {
  border-color: #0085bd;
}
.blurb p {
  text-align: center;
  color: #0085bd;
  font-weight: 400;
  font-size: 14pt;
  line-height: 18pt;
}
#quienes_somos, #que_hacemos {
  padding: 40px 0;
  background-image: url('../images/comun/');
}
#quienes_somos .col:first-child {
  padding-right: 20px;
}
#quienes_somos iframe {
  width: 100%;
}
.titulo_quienes_somos, .titulo_que_hacemos {
  color: #222;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
}
.casilla_que_hacemos {
  text-align: center;
  margin-bottom: 40px;
}
.casilla_que_hacemos .titulo_casilla {
  font-size: 22px;
  line-height: 24px;
  height:48px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #333;
}
.circulo_container {
  margin: auto;
  position: relative;
  width: 210px;
  height: 210px;
}
.circulo {
  position: relative;
  margin: 20px auto;
  height: 210px;
  width: 210px;
  border: solid 3px #ffb719;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: white;
  background-position: center center;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.casilla_que_hacemos:hover .circulo{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.reverso {
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  background-color: white;
  position: absolute;
  border: solid 3px #ffb719;
  min-height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
   -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.casilla_que_hacemos:hover .reverso {
}
.reverso p {
  font-size: 10pt;
  padding:15px;
  text-align: center;
  cursor: default;
}
.c_1 {
  background-image: url('../images/comun/comunicacion.png');
}
.c_2 {
  background-image: url('../images/comun/desarrollo-web.png');
}
.c_3 {
  background-image: url('../images/comun/social-media.png');
}
.c_4 {
  background-image: url('../images/comun/marca-personal.png');
}
.c_5 {
  background-image: url('../images/comun/asesoramiento.png');
}
.c_6 {
  background-image: url('../images/comun/plan-de-crisis.png');
}
.c_7 {
  background-image: url('../images/comun/contenidos.png');
}
.c_8 {
  background-image: url('../images/comun/edicion-multimedia.png');
}

/* casillas jugadores */

#jugadores {
  overflow: hidden;
  position: relative;
  margin-left: 0px;
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.casilla_jugador {
  height: 100%;
  background-size: cover;
  position: relative;
}
.overlay_jugador {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255,183,25,0.7);
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.casilla_jugador:hover .overlay_jugador {
  opacity: 1;
}
.casilla_jugador:nth-child(1) {
   background-image: url('../images/comun/jugadores_1.jpg');
}
.casilla_jugador:nth-child(1) .overlay_jugador {
  background-image: url('../images/comun/charles-escudo-nj.png');
  background-size: 50%;
}
.casilla_jugador:nth-child(2) {
   background-image: url('../images/comun/jugadores_2.jpg'); 
}
.casilla_jugador:nth-child(2) .overlay_jugador {
  background-image: url('../images/comun/esteban-escudo-nj.png');
  background-size: 50%;
}
.casilla_jugador:nth-child(3) {
   background-image: url('../images/comun/jugadores_3.jpg'); 
}
.casilla_jugador:nth-child(3) .overlay_jugador {
  background-image: url('../images/comun/lucas-escudo-nj.png');
  background-size: 50%;
}
.casilla_jugador:nth-child(4) {
   background-image: url('../images/comun/jugadores_4.jpg'); 
}
.casilla_jugador:nth-child(4) .overlay_jugador {
  background-image: url('../images/comun/luis-alberto-escudo.png');
  background-size: 50%;
}
.casilla_jugador:nth-child(5) {
   background-image: url('../images/comun/jugadores_5.jpg'); 
}
.casilla_jugador:nth-child(5) .overlay_jugador {
  background-image: url('../images/comun/luis-cembranos-escudo-nj.png');
  background-size: 50%;
}

.casilla_jugador:nth-child(6) {
   background-image: url('../images/comun/jugadores_6.jpg'); 
}
.casilla_jugador:nth-child(6) .overlay_jugador {
  background-image: url('../images/comun/pape-cheikh-escudo.png');
  background-size: 50%;
}

.casilla_jugador:nth-child(7) {
   background-image: url('../images/comun/jugadores_7.jpg'); 
}
.casilla_jugador:nth-child(7) .overlay_jugador {
  background-image: url('../images/comun/verza-escudo-nj.png');
  background-size: 50%;
}

.contenedor_jugadores {
  position: relative;
}

.jugadores_izda, .jugadores_dcha {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
   cursor: pointer;
}
.jugadores_izda {
  left: 50px;
}
.jugadores_dcha {
  right: 50px;
}

/* Responsive */
@media only screen and (max-width: 767px){
  #blurbs .blurb {
   width: 33.3%;
   height: 250px;
  } 
}
@media only screen and (max-width: 480px){
 #blurbs .blurb {
  width: 100%;
  height: 220px;
} 
}