p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.4em;
}

.mb90 {
  margin-bottom: 90px !important;
}

blockquote {
    border-left: 5px solid #4ecdc4;;
}

.blockquote-reverse {
    border-right: 5px solid #4ecdc4;;
}

/* Intro */
/* #intro.intro {
	padding:8% 0 0 0;
}  */

.intro .home-slogan {
position: relative;
}

.intro .slogan h2 {
	color: #fff;
	text-shadow: none;
  font-size: 70px;
  line-height: 85px;
  font-weight: 400;
  font-family: "Oswald";
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #fff;
	border-style: none;
  letter-spacing: 8px;
  word-spacing: 4px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 20px 10px;
}

.intro .slogan h3 {
	color: #fff;
	text-shadow: none;
  font-size: 35px;
 line-height: 45px;
  line-height: 1.15538em
  font-weight: 400;
  font-family: "Oswald";
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	border-width: 0px;
	border-color: #fff;
	border-style: none;
  letter-spacing: 4px;
  word-spacing: 2px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 20px 10px;
}
/*	text-transform: uppercase; */
 /*
.intro .slogan h3 {
	color: #444;
	text-shadow: none;
  font-weight: 300;
  font-size: 43px
  text-rendering: optimizeLegibility;
  line-height: 1.15538em
  font-family: "Open Sans";
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	border-width: 0px;
	border-color: #fff;
	border-style: none;
  letter-spacing: normal;
  word-spacing: normal;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 20px 10px;
}      */

.intro .slogan h4 {
	color: #fff;
/*  color: #999;  */
  text-align: center;
 font-family: "Oswald";
  /*  font-family: "Open Sans"; */
  font-weight: 300;
  letter-spacing: 2px;    /* */
  margin-bottom: 0;
 font-size: 14px;
 /* font-size: 26px;  */
  margin: 0px 0px 10px;
  text-transform: none;
  margin: 0 0 10px;
  display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 26px;
    word-spacing: 2px;
     text-shadow: -1px 1px 1px #fff;
  /*  text-shadow: 0px 0px 0px #fff;  */
}

.intro .slogan h4:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  margin: 20px auto 0;
  background-color: transparent;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
}



.intro .slogan p {
	color: #fff;
  text-align: center;
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 14px;
  margin: 0px 0px 10px;
  text-transform: none;
  margin: 0 0 10px;
  display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 26px;
    word-spacing: 2px;
}

.intro .slogan a.btn {
  text-transform: uppercase;
}
.home .slogan a.btn.left-btn {
  margin-right: 20px !important;
}

.intro .img-center img {
  margin-left: auto;
  margin-right: auto;

}



/* button */
.btn.btn-lg {
    padding: 10px 35px;
    letter-spacing: 2px;
    font-size: 21px;
    border-radius: 20px;
    margin-bottom: 5px;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.btn-main {
    color: #fff;
    background-color: #4ecdc4;
    border-color: #4ecdc4;
    text-transform: none;
}

.btn-main:hover, .btn-main:focus, .btn-main:active {
    background-color: #33b5ac;
    border-color: #33b5ac;
    color: #fff;
}

.btn {
  font-size: 16px;
}

/* navbar */
.nav.navbar-nav {
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.3);
}


.navbar-custom ul.nav li a {
    font-family: "Oswald";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-transform: none;
    -webkit-transition: color 0.3s, background-color 0.3s, padding 0.3s;
    transition: color 0.3s, background-color 0.3s, padding 0.3s;
}

 @media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.8);
	}

  .navbar-custom ul.nav li a {
    color: #black;
  }

}

/* ecra grande */

@media(min-width:768px) {

    .navbar {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-nav>li>a {
      padding-top: 30px;
      padding-bottom: 15px;
     }

    .top-nav-collapse {
        padding: 0;
        background-color: #fff;
        color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 0px;
    }


    .intro {
      /*  height: 100%; */
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }


    .intro-text {
        font-size: 25px;
    }


}



.navbar-brand {
  height: auto;
  padding: 5px 15px;
  -webkit-transition: padding 0.3s;
          transition: padding 0.3s;
}
.navbar-brand img {
  height: 70px;
  -webkit-transition: height 0.3s;
          transition: height 0.3s;
}

.top-nav-collapse {
    background: #fff;
}

/*
.navbar-custom.top-nav-collapse  .navbar-brand {
  padding: 15px 15px;
} */

.navbar-custom.top-nav-collapse  .navbar-brand img {
  height: 65px;
}

.navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #000;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    color: #f03d1d; /* azul #4ecdc4; */
    outline: 0;
    background-color: rgba(0,0,0,0);
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  color: #f03d1d;
  outline-width: 0;
}

.navbar-nav > li.active > a,
.navbar-nav > li.active a:hover,
.navbar-nav > li.active a:focus,
.navbar-nav > li.active a:active {
  color: #f03d1d;
}

.navbar-custom .nav.navbar-nav > li > a:hover,
.navbar-custom .nav.navbar-nav > li > a:focus {
  color: #f03d1d;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  color: #666;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	  color: #f03d1d;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
color:#666;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #000;
}

.section-heading {
 text-align: center;
}
.section-heading h2 {
    font-family: "Oswald";
    text-transform: uppercase;
    color: #4c4c4c;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 48px;
    display: block;
    clear: both;
    position: relative;
    padding: 0 10px;

 }

.title-divider {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    height: 5px;
}

.title-divider:before {
    left: -48px;
}

.title-divider:after {
    right: -48px;
}

.title-divider span {
    background-color: #8a8f6a;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 5px;
    margin: 0 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.title-divider:before, .title-divider:after {
    content: '';
    position: absolute;
    top: 2px;
    width: 40px;
    height: 1px;
    background-color: #f4f4f4;
}

.bottom-line {
    margin-bottom: 20px;
}

.bottom-line:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #4ecdc4;
    margin-top: 5px;
}

p {
    line-height: 26px;
  -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;

}

.price {
  font-family: "Oswald";
  color: #ff0000;
  font-size: 40px;
  line-height: 70px;
  font-weight: 400px;
  text-align: center;
  padding: 10px 40px;
}

.about {
	background: #f8f8f8 url(../img/world_map.png) no-repeat center center;
  font-size: 14px;
}

.newsletter {
  padding: 100px 0;
  background-attachment: fixed;
  background-color: #333;
}

.newsletter_s {
  padding: 50px 0;
  background-attachment: fixed;
  background-color: #333;
}

.news {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #fff !important;
}
.news h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.news h2:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #4ecdc4;
  margin: 15px auto 20px;
}

.news h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.news h3:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: #4ecdc4;
  margin: 15px auto 20px;
}

.news h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.news h4:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #4ecdc4;
  margin: 10px auto 10px;
}

.news p {
  margin-bottom: 40px;
}

footer  {
     background-color: #333;
     color: #fff;
}

a, .tp-caption a.btn:hover {
  color: #f03d1d;
   /*   color: #c03d20;    */
}

.enline-text {
    list-style: none;
    padding-left: 0px;
}

.enline-text li {
    display: inline;
    padding-right: 10px;
    margin:0 !important;

}

.baixo  {
    margin-top: -18px;
    padding-right: 0px;
    float: left;
}

img.img-centrar  {
  margin-left: auto;
  margin-right: auto;
}



img.thumbnail-post {
border: 8px solid white;
box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
/* margin-right: 23px;   */
margin-bottom: 17px;
margin-top: 7px;
border-image: initial;
}
img.thumbnail-largesidebar {
border: 2px solid white;
box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
margin-right: 23px;
margin-bottom: 17px;
margin-top: 7px;
border-image: initial;
}

/* projects */

.thum-projects  {
padding: 5px;
}

.thum-projects h5, h4  {
margin-bottom: 15px;
}

h1.orange {
  color: #D94F25;
  font-size: 26px;
    font-weight: 300;
}

h3.orange {
  color: #D94F25;
    font-weight: 300;
}

.fromblog
{
text-align: left;
padding: 0px 0px 3px 120px;
}

.float-left
{
float: left;
}

img.border1-b {
border: #505b5d solid 1px;
}

img.borderradius10     {
border-radius: 10px;
}

.faqs h4   {
	text-transform: uppercase;
}

ul.benefits {
    list-style-image: url(/img/todo.png);
    margin-left: 5px;
}

.input-group-captcha {
    padding: 3px 6px;
 }


.day h4 {

color:#fff;
background-color: #444444;
padding: 20px 20px 25px;
line-height: 1.1;
}

.navbar-custom h3 {
    font-family: "Oswald","Lato","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    color:#fff;
    margin: 2.5rem 0;
    line-height: 1;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

.navbar-custom.top-nav-collapse h3 {
    color:#000;

}

/* slides */

/* pages background */

.livros {

 background: url(../img/livrobg.jpg) no-repeat top left;
 width:100%;
  position:relative;
  padding:20% 0 0 0;
/* height: 70px; */
  background-size: cover;
}

.paginas .slogan h3 {
  color: #fff;
  text-shadow: none;
  font-size: 35px;
 line-height: 45px;
  line-height: 1.15538em
  font-weight: 400;
  font-family: "Oswald";
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  border-width: 0px;
  border-color: #fff;
  border-style: none;
  letter-spacing: 4px;
  word-spacing: 2px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 20px 10px;
}
.paginas .slogan h4 {
  color: #fff;
/*  color: #999;  */
  text-align: center;
 font-family: "Oswald";
  /*  font-family: "Open Sans"; */
  font-weight: 300;
  letter-spacing: 2px;    /* */
  margin-bottom: 0;
 font-size: 14px;
 /* font-size: 26px;  */
  margin: 0px 0px 10px;
  text-transform: none;
  margin: 0 0 10px;
  display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 26px;
    word-spacing: 2px;
   /*    text-shadow: -1px 1px 1px #fff; */
  text-shadow: 0px 0px 0px #fff;
}


.playlist {

 /* background: url(../img/bg2.jpg) no-repeat top left; */
  background-size: 100px;
  width:100%;
  background-color: #A8A38F;
  position:relative;
  padding: 10% 0 0 0;

}

.pad-container {
   padding-bottom: 5%;
}

.boxed-white {
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}


