/* ===========================      TopArea     ============================ */
.top-area {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  background-color: #6aa5d9;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.top-area p {
  margin-bottom: 10px;
}
.top-area.top-padding {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-top: 6px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
/* ===========================      Navigation     ============================ */
.navbar-brand {
  padding-top: 15px;
  margin-top: 5px;
  padding-bottom: 0;
}
.navbar-brand.reduce {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbar.navbar-custom {
  width: inherit;
  margin: 0 auto;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.12);
  box-shadow: 0 0 3px rgba(0,0,0,0.12);
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.2);
  box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
.navigation {
  padding-bottom: 15px;
}
.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.navbar-brand {
  font-weight: 700;
}
.navbar-brand:focus {
  outline: 0;
}
.navbar.navbar-custom.navbar-fixed-top {
  background: #fff;
}
.navbar-custom.top-nav-collapse .nav.navbar-nav {
  background-color: rgba(0,0,0,0);
}
.navbar.navbar-custom {
  padding-top: 0;
}
ul.nav.navbar-nav {
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav {
  margin-top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbar-custom ul.nav li a {
  font-size: 13px;
  letter-spacing: 1px;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
}
.navbar.navbar-custom.top-nav-collapse {
  background: #fff;
}
.navbar.navbar-custom.top-nav-collapse .navigation {
  padding-bottom: 10px;
}
.navbar-custom.top-nav-collapse ul.nav li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #444;
}
.navbar-custom ul.nav ul.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 16px;
}
.navbar-custom ul.nav ul.dropdown-menu li {
  border-bottom: 1px solid #f5f5f5;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
  background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
  color: #666;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom.navbar-fixed-top .nav li a:hover,
.navbar-custom.navbar-fixed-top .nav li a:focus,
.navbar-custom.navbar-fixed-top .nav li.active a,
.navbar-custom.navbar-fixed-top .nav li.active {
  outline: 0;
  background: none;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom.top-nav-collapse .nav li a:focus,
.navbar-custom.top-nav-collapse .nav li.active {
  outline: 0;
  background-color: rgba(255,255,255,0.2);
}
.navbar-toggle {
  padding: 4px 6px;
  font-size: 14px;
  color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}
/* ===========================      General Class     ============================ */
.div-align {
  display: table;
  min-height: 23em;
}
.v-align {
  display: table-cell;
  vertical-align: middle;
}
hr.styl-1 {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
}
/* ===========================      Main     ============================ */
main {
  position: relative;
  background-color: #fff;
  font-size: 1.2em;
}
/* ===========================      loader     ============================ */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f2f2f2;
  z-index: 9999;
}
.loader img {
  width: 155px;
  height: auto;
}
.loader p {
  font-size: 2em;
  font-weight: 600;
  margin-top: 0.5em;
}
/* ===========================      Page Home     ============================ */
/* ===========================      Intro     ============================ */
.intro {
  width: 100%;
  position: relative;
}
.intro .intro-content {
  background: url("../img/dummy/bg1.jpg") no-repeat top center;
  background-size: cover;
  padding: 4em 0;
}
.intro .intro-content h2 {
  margin-bottom: 10px;
}
.intro .intro-content.intro-nobg {
  background: #fff;
  position: relative;
  margin: 0;
}
/* ===========================      About     ============================ */
.about {
  margin-top: 2em;
}
.about .img-about img {
  max-height: 20em;
  margin: auto;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.about .info-about{
  margin: 32px 0;
}

/* ===========================      Services     ============================ */
.services {
  color: #f2f2f2;
  margin-right: 0;
  margin-left: 0;
}
.services article {
  padding: 2em;
  text-align: center;
}
.services article h2 {
  color: #f2f2f2;
  font-size: 1.5em;
  margin: 0.5em 0;
  font-weight: 500;
}
.services article span {
  font-size: 7em;
}
/* ===========================      Guía del paciente    ============================ */
.callaction-section {
  margin: 2em 0;
}
.callaction-section .callaction {
  margin-bottom: 2em;
}
/* ===========================      Services     ============================ */
.allies {
  padding: 0 0 4em 0;
}
/* ===========================      Page About     ============================ */
/* ===========================      ¿Quiénes somos?     ============================ */
.about-home {
  position: relative;
  margin: 0;
  text-align: center;
}
/* ===========================      Mision y Vision     ============================ */
.about-vision,
.about-mission {
  padding: 2em 0;
}
/* ===========================      Mision     ============================ */
.about-mission {
  background-color: #fafafa;
}
/* ===========================      Valores     ============================ */
.about-values {
  overflow: hidden;
}
.col-20 {
  padding: 3.5em 0;
}
.col-20 p {
  margin: 0;
}
.col-20 {
  color: #f2f2f2;
  width: 20%;
  float: left;
  text-align: center;
}
/* ===========================     Page Contact    ============================ */
.contact {
  padding: 0 0 3em 0;
}
.about button.form-submit {
  background-color: #0070b5;
  color: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* ===========================     Page Guía del paciente    ============================ */
.home-patient-guide {
  text-align: center;
}
.content-item {
  margin-bottom: 3em;
}
.content-item article {
  background-color: #f2f2f2;
  padding: 1.5em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.content-item article h2 {
  font-size: 1.1em;
  margin-top: 1em;
}
.content-item article hr {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
}
.content-item article:hover {
  -webkit-box-shadow: 5px 5px 10px 3px #a8a5a8;
  -moz-box-shadow: 5px 5px 10px 3px #a8a5a8;
  box-shadow: 5px 5px 10px 3px #a8a5a8;
}
/* ===========================     Page Servicio de Admisiones    ============================ */
.home-admissions {
  padding-bottom: 3em;
}
.home-admissions h3 {
  font-size: 1.2em;
  margin: 0 0 1em;
}
/* ===========================     Page Map    ============================ */
.home-map,
.social-work {
  padding-bottom: 3em;
}
.breadcrumb {
  margin-top: 1.5em;
}
/* ===========================     Page Security    ============================ */
.home-security {
  padding-bottom: 3em;
}
.home-security .callaction h3 {
  font-size: 1.3em;
  margin: 0;
}
.home-security .callaction p {
  padding-left: 1.2em;
  line-height: 1.6;
}
/* ===========================     Page Social Work    ============================ */
.social-work h3 {
  font-size: 1.2em;
  margin: 0 0 1em;
}
ol.breadcrumb {
  text-align: left;
  background-color: #fff;
}
ol.breadcrumb li a {
  color: #0070b5 !important;
}
ol.breadcrumb li:first-child a,
ol.breadcrumb li:first-child a:hover {
  color: #00509b !important;
}
ol.breadcrumb li:last-child,
ol.breadcrumb li:last-child:hover {
  color: #6aa5d9 !important;
}
ol.breadcrumb li a:hover {
  color: #097cc4 !important;
}
.rights-duties-map img,
.loading img {
  display: block;
  margin: auto;
  margin-bottom: 3em;
}
.navbar-header button {
  background: none;
  top: 7px;
  font-size: 2em;
  border: none;
}
.img-banner {
  margin: 0;
}
.img-banner img {
  width: 100%;
}
@media only screen and (max-width: 2160px) {
  .img-map {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .intro,
  .about,
  .talent {
    font-size: 16px;
  }
  .intro .intro-content {
    padding-top: 3em;
  }
  .intro .intro-content h2 {
    font-size: 1.8em;
  }
  .intro .intro-content h4 {
    font-size: 1.4em;
  }
  .about,
  .talent .section-heading p,
  .callaction-section .callaction p,
  .callaction-section .callaction a,
  .section-heading {
    text-align: justify !important;
    text-align-last: center !important;
  }
  .col-20 {
    width: 100%;
  }

  .h-medium {
    font-size: 1.6em;
  }
  .services article h2 {
    font-size: 1.3em;
  }
  .cta-btn {
    padding: 0;
  }
  .callaction .button {
    font-size: 0.8em;
  }
  .services article span {
    font-size: 5.5em;
  }
}
