/* STYLE FOR: Dr. Ariel */



/* GEN POP */

html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Lato', sans-serif;
}
p {
   font-size: 1.1rem;
   font-weight: 300;
   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: 700;
  color: #409ba1;
}
h2 {
	font-size: 1.2rem;
	color: #409ba1;
  font-weight: 700;
}
h3 {
  color: #fff;
  font-size: 1.1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: 20px;
}


/* COLORS */

.blue {
	color: #409ba1;
  font-weight: 700;
}
.white {
	color: #fff;
}

/* BACKGROUNDS */

.bg-shapes {
  background-image: url('../img/bg-top.jpg'), url('../img/bg-bottom.png');
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-color: #6da2a6;
  padding-top: 100px;
  padding-bottom: 186px;
}
.bg-green {
  background-color: #246978;
}
.bg-celulas {
  background: url('../img/bg-celulas.jpg') no-repeat 0 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-one {
	padding: 3rem;
	background-color: #409ba1;
}
.bg-two {
	padding: 3rem;
	background-color: #236977;
}
.bg-three {
	padding: 3rem;
	background-color: #90aabb;
}
.bg-one p,
.bg-two p,
.bg-three p {
	color: #fff;
}
.bg-footer {
  background-color: #236977;
}


/* BUTTONS */



/* TYPO */

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.formacion {
  display: inline-block;
  vertical-align: top;
  padding-left: 0px;
  margin-top: 30px;
  width: 350px;
  margin-right: 40px;
  margin-left: 40px;
}
ul.formacion li {
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

/* HEADER */

.logo {
  width: 100%;
  padding: 30px 50px 80px;
  position: absolute;
  z-index: 1;
}
.navbar {
    padding: 0;
}
.navbar-light .navbar-nav {
	width: 100%;
	background-color: #236977;
}
.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: #409ba1;
}


/* FOOTER */



/* CONTENT */

.box-servicios {
  padding: 0 40px;
  text-align: center;
}
.telefonost { 
background-color: #236977;
    border-radius: 100px;
    color: white;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 100;
    padding: 18px;
    }
