@charset "utf-8";

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
}

body {
    font-size: 100%;
    font-family: 'Montserrat Bold', sans-serif;
    line-height: 1.375em;
}

@media (max-width: 768px) {
      .col-xs-12.centradoMovil {
            text-align: center;
            margin-top: 1.5em;
      }
      .margenEsloganMovil {
        margin-top: 3em!important;
      }
      .esloganMovil {
        font-size: 22px!important;
      }
      .margenFondoBotMovil {
        margin-bottom: 100px!important;
      }
      .margenHorariosMovil {
        margin-top: 4em!important;
      }
      .margenTarifasMovil {
        margin-top: 7em!important;
      }

}

@media (max-width: 400px) {
    .margenPerfilMovil {
      padding: 1px!important;
    }
    .img-responsive.imagenInstalaciones{
      width: 250px!important;
      height: 90px!important;
    }
}



a:link {text-decoration:none!important;color:#fff!important;}
a:visited {text-decoration:none!important;color:none;}
a:hover {color:#00BCB4!important;}
a:active {color:#fff!important;}

/* Animacion Aparecer*/

.wow:first-child {
      visibility: hidden;
    }

/* Cabecera Menu */

.fondo {
     background: url('../img/fondo.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.margenCabecera {
    margin-top: 2em;
}

.logo {
    width: 225px;
}

.menu {
    margin-top: 0.5em;
}

.menuP {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    margin: 0.4em;
}

/* Eslogan y unirse */

.margenBot {
    margin-bottom: 300px;
}

.margenEslogan {
    margin-top: 16em;
}

.eslogan {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    color: #00BCB4;
    /*padding: 3px;
    border-width: 0px;
    border-radius: 0px;
    border-color: transparent;
    background-color: rgba(48, 48, 48, 0.298039);
    opacity: 1;*/
}

/* Sobre Nosotros */

.tituloSobre {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
}

.margenPerfil {
  margin-top: 6em;
}

.perfil-texto {
  background: #00BCB4;
  padding: 7px;
  font-size: 18px;
  color: #fff;
}

.tituloEmpleo {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 14px;
    line-height: 2em;
    color: #a9a9a9;
    background: #eaeaea;
    padding: 0.4em;
}

.barra {
    background: #00BCB4;
    content: "";
    height: 2px;
    width: 125px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -5px auto;
}

.margenSobreTexto {
  margin-top: 3.5em;
}

.sobreNosotrosTexto {
  font-family: 'Montserrat Bold', sans-serif;
  font-size: 16px;
}

/* Barra Pogreso */

.progress-bar {
  background: #00BCB4!important;
}

.caraSobre {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

/* Instalaciones */

.margenInstalaciones {
  margin-top: 5em;
}

.imagenInstalaciones {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
    width: 500px!important;
    height: 225px!important;
}

.imagenInstalaciones:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* Horarios */

.margenHorarios {
  margin-top: 8.4em;
}

.fondoHorarios {
  background: #1c2326;
  padding: 15px;
  margin-top: 3em;
  border: 3px solid #00BCB4;
}

.letrasHorarios {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #fff;
}

.letrasHorariosT {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #00BCB4;
}

.margenTarifas {
  margin-top: 10em;
}

/* Donde estamos */

.fondoDonde {
  background: #1c2326;
  padding: 5px;
  margin-top: 1em;
  border: 1px solid #00BCB4;
}

.letrasDonde {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #fff;
}

.letrasDondeT {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #00BCB4;
}

.dondeMargen {
  margin-top: 4em;
}

.float {
    padding: 3px;
    float: left;
    list-style: none;
    display: block;
    margin-top: 1em;
    width: 48px;
}

/* Pie de pagina */

.pieFondo{
  background: #1c2326;
  padding: 1.5em;
  margin-top: 8em;
  color: #fff;
  font-family: 'Montserrat Bold', sans-serif;
}
