html {
	scroll-behavior: smooth;
}
body {
	color: #2B2B42;
	font-family: 'Open Sans', sans-serif;
}
.bg-top {
	background-image: url(/site/img/bglight.jpg);
}
.hidden {
	display: none;
}
nav.navbar {
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}
.fixed-top {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
.gradient-bg {
    background: #FFBB01;
    background: linear-gradient(225deg, #FFBB01, #FF6B01);
  }
  .text-white p {
    color:#fff;
  }

  .bg-beneficios {
    text-align: center;
    border-radius: 8px;
    padding: 15px;
    background-color: var(--white);
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.8);
    /*box-shadow: 0 1rem 3rem rgba(0, 0, 0, .05) !important;*/
    border: solid 1px rgba(39, 26, 117, 0.2);
    z-index: 1 !important;
    height: 100%;
  }

  .btn-primary {
      border-color: rgba(39, 26, 117, 0.9);
      font-weight: 700;
      color: #fff;
      background-color: rgba(39, 26, 117, 0.9);
      border-radius: 50px;
      padding: 10px 20px !important;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    border-color: #8838df;
    color: #fff;
    background-color: #8838df;
  }
  
  .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
  }
  
  .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    border-color: rgba(39, 26, 117, 0.9);
    background-color: rgba(39, 26, 117, 0.9);
  }

  .bg-nav {
	background: rgba(39, 26, 117, 0.9) !important;
}

.fixed-top {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
.padding {
	padding-top:100px; 
	padding-bottom:100px; 	
}
.padding-top {
	padding-top:50px;
}
.news-height {
	font-weight:700;
	font-size:18px;
	min-height:100px;
}
p {
	font-size: 1.1rem;
    font-weight: 400;
    color: #232333;
    line-height: 170%;
}
h1 {
	font-family: "Lora", serif;
	font-size: 2.1rem;
	font-weight: 800;
	color: #3C3083;
}
h2 {
	font-family: "Lora", serif;
	font-size: 2rem;
	font-weight: 800;
	color: #2B2B42;
	margin-bottom: 30px;
}
h3 {
	font-family: "Lora", serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.8rem;
    font-optical-sizing: auto;
    font-style: normal;
}

.subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.beneficios {
	background-color: #f8f9fa !important;
}

.beneficios p {
    color: #2B2B42;
    font-size: 1rem;
    font-weight: 400;
}

a.title-artigo {
	color: #2B2B42;
}
.internacional, .internacional a, .internacional.las, .internacional h2 {
	color:#fff;
}
.internacional a {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}
.blog, .blog a, .blog.las {
	color: #2B2B42;
}
.youtube {
	position:absolute; 
	padding-left:40% !important; 
	z-index:100; 
	margin-top:25%;
}

.fa-circle {
    color: transparent !important;
}
ul.social {
  margin: 30px auto 20px auto;
}
ul.social li.fa-stack {
  line-height: 2em !important;
}
ul.social li a .fa-stack-1x {
  color: #fff;
  background-color: #000;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
ul.social li a .fa-stack-1x:hover {
  color: #000;
  background-color: #ccc;
}
ul.social li.list-inline-item:not(:last-child) {
  margin-right: -0.5rem;
}

@media(max-width:767px) {
h2 {
	text-align: center !important;
    vertical-align:middle !important;
	display: inline-block !important;	
}
.livros img {
	width:60%;
	margin-bottom:30px;	
}
.padding {
	padding-top:60px; 
	padding-bottom:60px; 	
}
.padding-top {
	padding-top:20px;
}
.podcast img {
	width:60%;
	margin-bottom:30px;	
}
.news-height {
	min-height:0px;
	margin-bottom:15px;
}
.artigos .btn {
	margin-bottom:60px !important;
}
.tv img {
	width:60%;
	margin-bottom:30px;	
}
.pesquisas img {
	width:60%;
	margin-bottom:30px;	
}
.internacional .title {
	margin-bottom:30px;
}
.youtube {
	position:absolute; 
	padding-left:32% !important; 
	width:60%;
	z-index:100; 
	margin-top:20%;
}
.blog .la-5x {
	margin-top:25px;
}
}