@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
@import url(http://fonts.googleapis.com/css?family=Roboto:700,400,300,100);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700);

/**  Basic Page CSS **/
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 2em;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  margin: 0;
}
h2 {
  font-size: 3em;
}

/**  Header Navigation **/

header .navbar {
  padding: 30px 0;
  transition: all 0.5s ease-out;
}

header .navbar-default {
  background-color: transparent;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1em;
}

header .navbar-default .navbar-nav a {
  color: white;
  padding: 15px 8px;
  height: 50px;
  vertical-align: center;
  background: rgba(0, 0, 0, 0.1);
}

header .navbar-default .navbar-nav a:hover {
  color: #eec856;
}

header .navbar-default .navbar-nav .active a {
  font-weight: 500;
  color: #eec856;
  background: rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

header .navbar-default .navbar-nav .active a:hover {
  color: #e15d5f;
  background: transparent;
  text-shadow: none;
}

/**  Navbar Brand **/

header .navbar-brand {
  background: url(../images/logoBlanco.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 7.5px 10px;
  height: auto;
  margin-top: -20px;
}

header .navbar-brand h1 {
  color: white;
  margin: 0;
  font-size: 1.8em;
  font-weight: 200;
  padding-left: 50px;
}

header .navbar-brand span.subhead {
  display: block;
  font-family: "Roboto", serif;
  font-size: 0.6em;
  font-weight: 100;
}

/**  Navbar Toggle **/
header .navbar-toggle {
  background-color: #36403e;
}

header .navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

@media only screen and (max-width: 768px) {
  header .navbar-collapse.in {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

/**  nav inbody **/

header .inbody {
  background: rgba(65, 60, 55, 0.9);
}

header .navbar.inbody {
  padding-top: 0;
  padding-bottom: 0;
}

header .navbar.inbody .navbar-nav {
  padding-top: 0px;
}

header .inbody .navbar-brand {
  background-size: 43px;
  background-position: top left;
  margin-top: 5px;
  padding-bottom: 0;
  margin-left: 10px;
}

header .inbody .navbar-brand h1 {
  font-size: 1.1em;
  padding-left: 38px;
  margin-top: -4px;
  padding-bottom: 5px;
}

header .inbody .navbar-brand span.subhead {
  display: none;
}

/**  Carousel Fade **/

.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  transition: opacity ease-out 0.7s;
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}

.carousel.fade .item:first-child {
  top: auto;
  opacity: 0;
  position: relative;
}

.carousel.fade .item.active {
  opacity: 1;
}

.carousel-control {
  opacity: 0;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel-indicators {
  z-index: -1;
}

#featured .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -2;
}

/**  Page **/
.page {
  padding: 50px 0;
}

.page h2 {
  text-align: center;
  margin-bottom: 30px;
}

/**  Page -- Mission **/
#mission {
  color: white;
  background-color: #ee865a;
}

/**  Page -- Services **/

.service {
  text-align: center;
}
#services {
  background-color: #d4ebf1;
}
#services img.icon {
  display: block;
  width: 130px;
  margin: 0 auto;
  margin-bottom: 5px;
}

#services h3 {
  margin-bottom: 10px;
}

@media only screen and (min-width: 450px) and (max-width: 768px) {
  .service p {
    padding: 0 20%;
  }
}

.icon {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.icon:hover {
  transform: translate(0, -0.7em);
}

/* Standard syntax */
@keyframes example {
  0% {
    left: 0px;
    bottom: 0px;
  }
  40% {
    left: 0px;
    bottom: 5px;
  }
  100% {
    left: 0px;
    bottom: 0px;
  }
}

/**  Page -- Staff **/

#staff {
  color: white;
  background-color: #6689d3;
  padding-bottom: 100px;
}

.doctor {
  margin: 10px 0;
}

.doctor h3 {
  font-weight: 300;
  font-size: 1.2em;
  color: white;
  padding-bottom: 5px;
}

.doctor p {
  font-size: 0.8em;
}

.doctor img {
  width: 100%;
}

#iconoCurriculumFacebook {
  float: left;
  margin-right: 3px;
  height: 25px;
  width: 25px;
  background: url(../images/iconos/iconosCurriculumFaceBook.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#iconoCurriculumLinkedit {
  float: left;
  margin-right: 3px;
  height: 25px;
  width: 25px;
  background: url(../images/iconos/iconosCurriculumLinkEdit.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#iconosCurriculumInstagram {
  float: left;
  margin-right: 3px;
  height: 25px;
  width: 25px;
  background: url(../images/iconos/iconosCurriculumInstagram.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#iconosCurriculumTwiter {
  float: left;
  margin-right: 3px;
  height: 25px;
  width: 25px;
  background: url(../images/iconos/iconosCurriculumTwiter.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#iconoCurriculumFacebook:hover {
  opacity: 0.5;
}
#iconoCurriculumLinkedit:hover {
  opacity: 0.5;
}
#iconosCurriculumInstagram:hover {
  opacity: 0.5;
}
#iconosCurriculumTwiter:hover {
  opacity: 0.5;
}

.skill {
  margin-top: 40px;
}

.barras {
  background: linear-gradient(
    to right,
    rgba(44, 38, 103, 0.33) 0%,
    rgba(250, 250, 250, 0) 100%
  );
  width: 300px;
  margin: auto;
  border-radius: 2px;
}

#barraArquitectura {
  width: 290px;
  height: 30px;
  background-color: #01daaf;
  margin-bottom: 20px;
  color: WHITE;
  vertical-align: middle;
  font-size: 1em;
  padding-left: 10px;
  border-radius: 4px;
}
#diseno {
  width: 270px;
  height: 30px;
  background-color: #c494da;
  margin-bottom: 20px;
  color: WHITE;
  vertical-align: middle;
  font-size: 1em;
  padding-left: 10px;
  border-radius: 4px;
}
#unity {
  width: 260px;
  height: 30px;
  background-color: #21d9e5;
  margin-bottom: 20px;
  color: WHITE;
  vertical-align: middle;
  font-size: 1em;
  padding-left: 10px;
  border-radius: 4px;
}

/**  Page -- Testimonials **/

#testimonials {
  padding: 0;
}

#testimonials h2 {
  display: none;
}

#testimonials blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
  min-height: 500px;
  position: relative;
}

#testimonials blockquote .quote {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 5%;
  position: absolute;
  bottom: 0;
  width: 75%;
  font-weight: 400;
  border-radius: 0 50px 0 0;
}

#testimonials blockquote .quote:hover {
  background-color: rgba(239, 240, 196, 0.9);
}

#testimonials #janeh {
  background: url(../images/portfolioHermes.jpg) no-repeat center center;
  background-size: cover;
}

#testimonials #johnb {
  background: url(../images/portfolioVidrio.jpg) no-repeat center center;
  background-size: cover;
}

#testimonials #mcphersons {
  background: url(../images/portfolioCarabona.jpg) no-repeat center center;
  background-size: cover;
}

#testimonials #lorraines {
  background: url(../images/portfolioCuenco.jpg) no-repeat center center;
  background-size: cover;
}

#testimonials .quote {
  font-size: 1.2em;
  line-height: 110%;
  font-weight: 400;
}

#testimonials .quote .more,
#testimonials .customer {
  opacity: 0;
  font-size: 0;
  line-height: 0;
  padding-top: 10px;
}

#testimonials .quote:hover .more {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  display: block;
  opacity: 1;
  font-size: 0.8em;
  line-height: 120%;
}

#testimonials .quote:hover .customer {
  display: block;
  font-size: 0.7em;
  text-align: right;
}

#testimonials .quote .intro::after {
  content: "...";
}

#testimonials .quote:hover .intro::after {
  content: "";
}

#testimonials a {
  color: black;
}
#testimonials a:hover {
  color: black;
  text-decoration: none;
}

/**  Contacto **/
#contacto {
  background-color: #cfe1e5;
}

#datos-formulario {
}

/**  Mission **/
#mission h3 {
  margin-bottom: 10px;
}

/**  Mapa **/
.maps {
  height: 400px;
  width: 100%;
}

.maps iframe {
  pointer-events: none;
}

/**  Footer **/

footer {
  background: #586d74;
  color: white;
  font-size: 0.8em;
  padding: 20px 0;
}

footer a {
  color: #e0e6ae;
}

footer a:hover {
  color: #eec856 !important;
}

footer .phone {
  font-size: 1.4em;
  font-weight: 700;
  color: #e0e6ae;
}

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

footer .navbar-default {
  background-color: transparent;
  border: none;
  margin-right: 40px;
}

footer .navbar-nav > li a {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
  color: #eec856 !important;
}

canvas {
  margin: 0;
  padding: 0;
}
