/* STYLE FOR: Sanatorio */
.paracita {
    display: none;
}


/* GEN POP */

html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Lato', sans-serif;
}
p {
   font-size: 1.2rem;
   font-weight: 400;
   color: #111;
}
a {
   color: #000;
}
a:hover {
   text-decoration: none;
   color: #1dcad3;
}

/* HEADINGS */

h1 {
  font-family: 'Lato', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
  width: 400px;
  margin-left: auto;
  margin-right: 50px;
  color: #fff;
}
h2 {
	font-size: 1.2rem;
	color: #0c4b74;
  font-weight: 700;
}
h2.mid {
  color: #76c6f9;
  text-align: right;
  font-size: 2rem;
  width: 192px;
  margin-left: auto;
}
h3 {
  color: #fff;
  font-size: 1.3rem;
  font-family: 700;
}


/* COLORS */

.blue {
	color: #127dc2;
  font-weight: 700;
}
.white {
	color: #fff;
}
.bg-blue {
  background: url('../img/bg-shapes.jpg') no-repeat 0 80% #127dc2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.border-blue {
  border-right: 3px solid #127dc2;
  padding-right: 20px;
}
.overlay {
  background-color: rgba(250,250,250,0.8);
  padding: 40px;
  min-height: 546px;
}

/* MASONRY */

section.masonry {
  column-width: 350px;
  column-gap: 30px;
  padding: 5px;
  margin-top: 60px;
}
section.masonry img {
  width: 100%;
  cursor: pointer;
  margin-top: 30px;
}
section.masonry img:hover {
  opacity: 0.6;
}
.ekko-lightbox-nav-overlay a {
  font-size: 50px;
  color: #fff;
}
.modal-body {
    padding: 0;
}
.modal-dialog {
    margin: 5.75rem auto;
}

/* BACKGROUNDS */

.bg-maternidad {
  background: url('../img/img-bg-maternidad.jpg') no-repeat 0 0 #127dc2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-one {
	padding: 3rem;
	background-color: #127dc2;
}
.bg-two {
	padding: 3rem;
	background-color: #0c4b74;
}
.bg-three {
	padding: 3rem;
	background-color: #90aabb;
}
.bg-one p,
.bg-two p,
.bg-three p {
	color: #fff;
}
.bg-footer {
  background-color: #0c4b74;
}

/* TILES */

.tile-one {
  width: 58%;
  height: 500px;
  background: url('../img/img-maternidad.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px;
  margin-right: 10px;
}
.tile-one p,
.tile-two p,
.tile-three p,
.tile-four p,
.tile-five p,
.tile-six p {
  color: #fff;
  font-size: .9rem;
  margin-top: 10px;
}
.tile-two {
  width: 40%;
  height: 500px;
  background: url('../img/img-cirugia.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 50px;
}
.tiles-box {
  width: 23%;
  height: 500px;
}
.tile-three {
  background: url('../img/img-laboratorio.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 30px;
  margin-left: 10px;
}
.tile-four {
  background: url('../img/img-vacunacion.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 30px 55px;
  margin-left: 10px;
  margin-top: 20px;
}
.tile-five {
  width: 74.7%;
  height: 350px;
  background: url('../img/img-consulta.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 100px;
  margin-right: 10px;
  margin-top: 20px;
}
.tile-six {
  width: 23.5%;
  height: 350px;
  background: url('../img/img-hospitalizacion.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px;
  margin-left: 10px;
  margin-top: 20px;
}

/* BUTTONS */



/* TYPO */

.media-body {
	color: #8e8e8e;
}
p.credit {
	font-size: 0.8rem;
	padding-top: 5px;
	font-weight: 300;
	color: #fff;
}

/* POSITION (PADDINGS, MARGINS, ETC..) */

.section {
   padding-top: 80px;
   padding-bottom: 80px;
}


/* LISTS */

ul.maternidad {
  padding-left: 20px;
  margin-top: 30px;
}
ul.maternidad li {
  text-align: left;
}

/* HEADER */

.top-bar {
  background-color: #0c4b74;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5%;
}
.top-bar .info {
  color: #fff;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.top-bar .info i,
.top-bar .info img {
  margin-right: 5px;
  font-size: 1.4rem;
}
.top-bar .info a {
  color: #fff;
  font-size: 1rem;
}
.top-bar .info:last-child a {
  font-size: 1.4rem;
}
.logo {
  width: 100%;
  padding: 30px 50px 80px;
  position: absolute;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0) 100%);
  z-index: 1;
  display: none;
}
.slider-caption {
  position: relative;
  width: 100%;
  background: rgba(250,250,250,0);
  min-height: 200px;
  margin-top: -205px;
}
.slider-caption-border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
}
.slider-caption h1 {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 35px;
  text-align: right;
}
.navbar {
    padding: 0;
}
.navbar-light .navbar-nav {
	width: 100%;
	background-color: #0c4b74;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-weight: 600;
  padding: .8rem 2rem;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #fff;
	background-color: #127dc2;
}
}


/* FOOTER */



/* CONTENT */
