/* STYLE FOR: <Project Title>

Google Fonts used:

font-family: 'Lato', sans-serif;

*/

/* GEN POP */

html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Lato', sans-serif;
}
p {
  font-size: 1rem;
  color: #727176;
}
a {
  color: #fdb9a5;
}
a:hover {
   text-decoration: underline;
   color: inherit;
}

/* HEADINGS */

h1 {
  color: #738881;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 600;
}
.h2, h2 {
  font-size: 1rem;
  color: #738881;
}
.h3, h3 {
  font-size: 1.2rem;
  color: #727176;
  margin-top: 15px;
}

/* COLORS */

.white {
  color: #fff !important;
}
.green {
  color: #738881;
}

/* BACKGROUNDS */

.bg-top {
  background: url('../img/dra-lourdes-mendoza-website-foto-1.jpg') no-repeat  0 0;
  background-size: 100%;
  text-align: right;
  padding: 6rem 13rem 20rem;
}
.bg-tree {
  background: url('../img/bg-arbol.png') no-repeat  100% 135%;
  background-size: auto;
  padding-bottom: 3rem;
}
.bg-top h2 {
  color: #738881;
  text-align: right;
  font-style: italic;
}
.bg-one {
	padding: 2rem 3rem 1rem;
	background-color: #738881;
}
.bg-two {
	padding: 2rem 3rem 2rem;
	background-color: #94b4a9;
}
.bg-three {
	padding: 2rem 3rem 1rem;
	background-color: #6e6c6b;
}
.bg-one p,
.bg-two p,
.bg-three p {
	color: #fff;
}
.bg-terapia {
  background-color: #738881;
  padding: 2.3rem 0 2rem;
}
.mid-img {
  background: url('../img/dra-lourdes-mendoza-website-foto-2.jpg') no-repeat 0 0;
  background-size: 100%;
  padding-bottom: 410px;
}

/* BUTTONS */



/* TYPO */



/* POSITION (PADDINGS, MARGINS, ETC..) */

.section {
   padding-top: 80px;
   padding-bottom: 80px;
}
.title {
  margin-left: auto;
}


/* LISTS */

ul.servicios {
  padding-left: 0;
  margin-top: 3rem;
}
ul.servicios li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 20px 15px;
  width: 180px;
}
ul.servicios li img {
  margin-bottom: 1rem;
}

/* HEADER */

.top-bar {
   background-color: #738881;
   text-align: right;
   padding: 10px 55px;
}
.top-bar a,
.top-bar a p {
   color: #fff;
   font-size: .9rem;
   letter-spacing: 1px;
   margin: 0;
}
.top-bar .social {
   border-left: 1px solid #fff;
   padding-left: 10px;
   margin-left: 10px;
   margin-top: -10px;
}
.top-bar .social,
.top-bar .tel {
   display: inline-block;
   vertical-align: middle;
}
.top-bar .tel:hover {
   text-decoration: underline;
}
.navbar-light .navbar-brand {
  max-width: 200px;
}
.nav-item {
  margin-left: 10px;
  margin-right: 10px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #bde8dc;
}

/* FOOTER */

p.credit {
	font-size: 0.8rem;
	padding-top: 5px;
	font-weight: 300;
	color: #fff;
}
.bg-footer {
  background-color: #727176;
}

/* TILES */

ul.tiles {
  padding-left: 0;
}
ul.tiles li.shadow {
  width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
  padding: 3rem;
  display: inline-block;
  vertical-align: top;
  min-height: 362px;
  margin: 3rem .5rem;
}
ul.tiles li img {
  margin-bottom: 2rem;
}
ul.inner {
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  width: 250px;
  margin: 0 2rem;
}
ul.inner li {
  text-align: left;
}

ul.tiles.terapia li.shadow {
  width: 100%;
}
