/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 38px;
}

a:link {
  color: #347A79;
  text-decoration: none;
}
a:visited {
  color: #347A79;
  text-decoration: none;
}
a:hover {
  color: #8060D5;
  text-decoration: none;
}

ul.nav li a, ul.nav li a:visited {
    color: #347A79 !important;
}

ul.nav li a:hover, ul.nav li a:active {
    color: #8060D5 !important;
}

ul.nav li.active a {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.row-home {
  margin-top: 15px;
}

.text-muted {
  margin-bottom: 0px;
}

h1 {
  margin-top: 10px;
  font-size: 5em;
  font-weight: 200;
  color: #4FB3AE;
}

h2 {
  margin-top: 10px;
}

p {
  font-size: 1.3em !important;
  font-weight: 400;
}

.header-nalette {
  font-size: 4em !important;
}

.link-nalette {
  font-weight: 300;
  font-size: 1.4em;
}

.img-title-nalette {
  background-color: #000000;
  color: #ffffff;
  padding: 4px;
  margin-top: 1px;
  font-size: 1.2em;
  font-weight: 300;
}

.logo-nalette {
  max-width: 200px;
}

.fb-nalette {
  margin-top: 15px;
}

.fb2-nalette {
  padding-left: 20px;
}

@media (min-width: 360px) {
  .logo-nalette {
    max-width: 251px;
  }
}

@media (min-width: 768px) {
  .fb-nalette {
    margin-top: 0px;
  }
  .fb2-nalette {
    padding-left: 0px;
  }
  .img-curso-nalette {
    margin-top: 20px;
  }
  .img-bio-nalette {
    margin-top: 45px;
    margin-bottom: 30px;
  }
}

.footer {
  padding-top: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  /* Set the fixed height of the footer here */
  height: 38px;
  background-color: #f5f5f5;
}

.navbar-header {
  margin-right: 0px;
}

.navbar-nalette {
  font-size: 2.1em;
  padding-top: 4px;
}

.navbar-nalette>li>a {
  padding-left: 7px;
  padding-right: 7px;
}

.navbar-default {
  margin-bottom: 10px;
  border-color: #ffffff;
  background-color: #ffffff;
}

.container {
  width: auto;
  max-width: 962px;
}

.whatsApp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-whatsApp{
	margin-top:16px;
	color: white;
}