	/*--- Components ---*/
/* GENERALES */
body {
  font-family: 'Roboto', sans-serif; }

.navbar {
  height: 110px;
  padding: 8px 0;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 0; }
  .navbar .nav {
    float: right;
    font-size: 14px;
    margin-top: 20px; }
    .navbar .nav li {
      display: inline-block; }
      .navbar .nav li.active a {
        color: #CC404E; }
      .navbar .nav li a {
        color: #005934; }
        .navbar .nav li a:hover {
          color: #598BAF;
          background: transparent; }

#collapse {
  position: absolute;
  z-index: 30;
  background: #FFF;
  width: 105%;
  left: -2px;
  padding: 30px 60px 30px 0; }
  #collapse ul {
    list-style: none; }
    #collapse ul li {
      font-size: 15px;
      padding: 10px 0;
      border-bottom: 1px solid #26773C; }
      #collapse ul li:last-child {
        border-bottom: 0; }
      #collapse ul li.active a {
        color: #fe9a36; }
      #collapse ul li a {
        color: #337ab7; }
        #collapse ul li a:hover {
          color: #fe9a36;
          background: transparent;
          text-decoration: none; }

/* HOME */
.slide-home {
  width: 100%;
  height: 390px; }
  .slide-home .carousel-inner {
    height: 390px; }
    .slide-home .carousel-inner .item img {
      max-width: none; }

#slide-home {
  height: 390px;
  width: auto;
  overflow: hidden; }
  #slide-home .carousel-control {
    background: transparent;
    opacity: 10; }
  #slide-home a.right {
    width: 40px;
    margin-right: 30px;
    margin-top: 170px;
    z-index: 10;
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -20px; }
  #slide-home a.left {
    width: 40px;
    margin-left: 30px;
    margin-top: 170px;
    z-index: 10;
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -20px; }
  #slide-home .slide-bg {
    background: #264e71;
    width: 50%;
    height: 390px;
    position: absolute;
    z-index: 2; }
    #slide-home .slide-bg .slide-texto {
      color: #FFF;
      font-family: 'Roboto Slab', serif;
      margin-left: 130px;
      margin-top: 115px; }
      #slide-home .slide-bg .slide-texto p {
        font-size: 45px;
        margin-bottom: 0; }
      #slide-home .slide-bg .slide-texto span {
        display: block;
        font-size: 25px;
        font-weight: 300; }
      #slide-home .slide-bg .slide-texto i {
        font-size: 22px;
        font-weight: 300;
        padding-left: 20px; }
 
  #slide-home .slide-img {
    position: relative;
    z-index: 1;
    height: 390px;
    float: right; }

h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  margin-bottom: 20px; }

.actividades-home {
  background: url(../img/actividades.jpg) left no-repeat;
  background-size: cover;
  width: 100%;
  height: 390px;
  color: #FFF;
  font-size: 19px;
  padding-top: 50px; }
  .actividades-home ul {
    padding-left: 15px; }
    .actividades-home ul li {
      margin-bottom: 8px; }
  .actividades-home a {
    color: #C6C522;
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    margin-top: 5px; }

.testimonios-home {
  padding: 30px 0 60px 0; }
  .testimonios-home h1 {
    color: #2B4C69;
    text-align: center;
    margin-bottom: 60px; }
  .testimonios-home img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px; }
  .testimonios-home p {
    color: #333;
    font-style: italic;
    font-size: 16px;
    text-align: center; }
  .testimonios-home h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #2B4C69;
    text-align: center;
    font-weight: bold; }
  .testimonios-home a:hover {
    text-decoration: none; }

.nota-director {
  background: #146642;
  padding: 50px 0;
  color: #FFF;
  text-align: center; }
  .nota-director h1 {
    font-size: 28px;
    line-height: 35px; }
  .nota-director a {
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    color: #C6C522;
    text-align: center; }
    .nota-director a:hover {
      color: #C6C522; }

/*NOTAS*/
.notas h3 {
  margin: 30px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  line-height: 35px;
  text-align: left; }
.notas p {
  font-size: 16px; }
.notas a {
  display: inline-block;
  margin-top: 20px;
  color: #3A6188;
  font-size: 16px; }

footer {
  position: relative;
  background: url(../img/footer.png) top left repeat;
  width: 100%;
  height: 360px;
  font-family: 'Roboto Slab', serif;
  padding-top: 50px;
  color: #FFF; }
  footer ul {
    font-size: 15px; }
    footer ul li {
      list-style: none;
      margin-bottom: 8px; }
      footer ul li a {
        color: #FFF; }
        footer ul li a:hover {
          color: gray;
          text-decoration: none; }
  footer p {
    margin-bottom: 15px;
    font-size: 18px; }
  



.portada-contenedor {
  width: 100%;
  height: 140px; }
  .portada-contenedor .portada-bg {
    background: #146642;
    width: 50%;
    height: 140px;
    position: absolute;
    z-index: 1; }
    .portada-contenedor .portada-bg h2 {
      font-family: 'Roboto Slab', serif;
      font-size: 35px;
      color: #FFF;
      padding: 30px 0 30px 105px; }
  .portada-contenedor .portada-borde {
    width: 69px;
    height: 140px;
    position: absolute;
    z-index: 2;
    left: 50%;
    background: url(../img/portada-borde.png) left no-repeat; }

/* SERVICIOS */
.servicios h3 {
  margin: 30px 0 70px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center; }
.servicios ul {
  font-size: 18px;
  margin-bottom: 100px; }
  .servicios ul li {
    margin-bottom: 5px; }

/* STAFF */
.staff-medico h3 {
  margin: 30px 0 60px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  line-height: 35px;
  text-align: left; }
.staff-medico .directores, .staff-medico .staff-gral, .staff-medico .equipo {
  margin-bottom: 50px; }
  .staff-medico .directores h4, .staff-medico .staff-gral h4, .staff-medico .equipo h4 {
    color: #26773C;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin: 15px 0 5px 0; }
  .staff-medico .directores p, .staff-medico .staff-gral p, .staff-medico .equipo p {
    font-size: 16px;
    font-weight: 500; }
  .staff-medico .directores .staff, .staff-medico .staff-gral .staff, .staff-medico .equipo .staff {
    padding: 0 50px 50px 50px; }
.staff-medico .staff-gral {
  margin-bottom: 20px; }
.staff-medico .equipo h3 {
  margin: 0 0 20px 0; }

/* ACTIVIDADES */
.actividades h3 {
  margin: 30px 0 70px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  line-height: 35px;
  text-align: center; }
.actividades img {
  margin-bottom: 50px; }
.actividades ul {
  font-size: 18px; }
  .actividades ul li {
    margin-bottom: 13px; }

/* TESTIMONIOS */
.testimonios h3 {
  margin: 30px 0 60px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  line-height: 35px;
  text-align: left; }
.testimonios .testimonio {
  margin-bottom: 60px; }
  .testimonios .testimonio img {
    display: block;
    margin: 0 auto; }
  .testimonios .testimonio p {
    color: #333;
    font-style: italic;
    font-size: 16px;
    text-align: left; }
  .testimonios .testimonio h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #fe9a36;
    text-align: left;
    font-weight: bold; }

/* INSTALACIONES */
.instalaciones {
 /*
.carousel {
  a.left {
    margin-top: 25%;
  }
  a.right {
    margin-top: 25%;
  }
}
.carousel-indicators {
   .active {
    background: #fe9a36;
   }
   li {
    border: 0;
    background: #FFF;
   }
}*/ }
  .instalaciones #slide-instalaciones {
    margin-top: 50px; }
  .instalaciones .carousel-inner {
    height: 100%; }
  .instalaciones .carousel-control {
    background: transparent;
    opacity: 10; }
  .instalaciones a.right {
    width: 50px;
    margin-right: 20px;
    margin-top: 25%;
    z-index: 10; }
  .instalaciones a.left {
    width: 50px;
    margin-left: 20px;
    margin-top: 25%;
    z-index: 10; }

/* CONTACTO */
.contacto .mapa-contacto {
  width: 100%;
  height: 370px;
  background: url(../img/mapa-contacto.jpg) center no-repeat;
  background-size: cover; }
.contacto .info-contacto {
  width: 100%;
  padding: 30px;
  font-family: 'Roboto Slab', serif;
  color: #FFF;
  background: #598BAF;
  text-align: center; }
  .contacto .info-contacto i {
    font-size: 19px; }
  .contacto .info-contacto p {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 300; }
.contacto h3 {
  margin: 30px 0 40px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  line-height: 35px;
  text-align: left; }
.contacto form label {
  font-weight: 300;
  font-size: 14px; }
.contacto form input[type="submit"] {
  background: #26773C;
  border: 0;
  color: #FFF;
  padding: 5px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px; }

#result {
  color: #3c763d;
  background-color: #dff0d8;
  padding: 10px;
  margin-top: 15px;
  text-align: center; }

/* 
TABLET
*/
@media screen and (max-width: 992px) {
  .container .burger {
    margin: 25,px 0 0 20px;
    background: transparent;
    border: 0; }

  .navbar .nav {
    padding-top: 15px; }
    .navbar .nav li a {
      font-size: 13px;
      padding: 0;
      padding-right: 15px; }

  footer ul {
    padding-left: 0 !important;
    margin-left: 0 !important; }
    footer ul li {
      display: inline-block;
      margin-right: 15px; } }
@media screen and (max-width: 768px) {
  .container .navbar-header {
    margin: 0; }

  .intro-home {
    padding: 50px; }
    .intro-home h1 {
      font-size: 23px;
      text-align: center;
      line-height: 28px; }

  .actividades-home {
    background: #598BAF;
    padding-left: 40px; }
    .actividades-home h1, .actividades-home ul {
      display: table;
      margin: 0 auto; }
    .actividades-home h1 {
      margin-bottom: 25px; }
    .actividades-home a {
      display: table;
      margin: 0 auto; }

  .testimonios-home {
    padding-bottom: 0; }
    .testimonios-home .testimonio {
      margin-bottom: 70px; }

  footer {
    padding: 20px 0;
    height: auto; }
    footer ul {
      display: none; }
    footer .mapa {
      display: table;
      margin: 0 auto; }
    footer .datos-contacto {
      padding-top: 30px;
      display: table;
      margin: 0 auto; }
      footer .datos-contacto p {
        margin: 0 auto; }

  #slide-home .slide-bg {
    display: none; }
  #slide-home .slide-borde {
    display: none; }
  #slide-home a.left {
    width: 30px;
    margin-left: 10px; }
  #slide-home a.right {
    width: 30px;
    margin-right: 10px; }

  .portada-contenedor .portada-bg {
    width: 100%; }
    .portada-contenedor .portada-bg h2 {
      padding: 30px 0;
      text-align: center; }
  .portada-contenedor .portada-borde {
    display: none; }

  .testimonios h3 {
    margin-bottom: 40px; }
  .testimonios .testimonio {
    margin-bottom: 40px; }
    .testimonios .testimonio img {
      display: block;
      margin: 0 auto;
      padding-bottom: 20px; }
    .testimonios .testimonio p {
      color: #333;
      font-style: italic;
      font-size: 16px;
      padding: 0 20px;
      text-align: center; }
    .testimonios .testimonio h4 {
      font-family: 'Roboto Slab', serif;
      font-size: 18px;
      color: #fe9a36;
      text-align: center;
      font-weight: bold; }

  .servicios ul {
    margin: 30px 0 50px 0; }
    .servicios ul.segunda-lista {
      margin-bottom: 0; } }
@media screen and (max-width: 580px) {
  .reloj {
    display: none; } }

/*# sourceMappingURL=main.css.map */
