#footer-credits p {
  text-transform: none;
  color: #CCC;
  text-align: left;
}
#footer-credits p a {
  color: #999;
}

.button-main {
  border-radius: 3px;
  background-color: #22474b;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.2);
}
.button-main:hover {
  background-color: #FFF;
  color: #22474b;
}

.boton-footer {
  background-color: #00bbce;
}
.footer-widgets a:hover {
  color: #22474b;
}



.foto-equipo {
  max-width: 180px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 10px;
}
.lightbox .overlay {
  background-color: #FFF;
}
.fancy-wrap:hover img, .fancy-wrap:active img, .fancy-wrap:focus img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.box-text h4 {
   padding-top: 13px;
   padding-bottom: 15px;
}
.box-text ul {
   margin: 0;
}


.map {
height: 300px;
}

header {
    background: rgba(0,116,128,1);
}
#footer-credits {
    background: #303440 !important;
}

.texto-grande {
    font-size: 16px;
}

.align-center {
  text-align: center;
}

.copyright {
  display: none;
}

.no-padding {
padding: 0px !important;
}
