@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
body {
	font-family: 'Noto Sans', sans-serif;

}
h1, h2, h3 {
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
}
a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.banner {
	padding-top: 24px;
}
.banner {
    padding-top: 24px;
}
.banner .col-lg-8 {
    width: 56%;
}
.banner .col-lg-4 {
    width: 44%;
}
.img-banner img{
	width: 100%;
	height: auto;
}
.navbar-wrapper {
	z-index: 999;
	position: relative;
	background-color: #352725;
}
 .banner {
    background-color: #352725;
    background-image: url(../img/bg-banner.jpg?sszz=axxoua);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}






.navbar-collapse{
	float:right;}
.navbar {
	margin-bottom: 0;
	padding-bottom: 10px;
	background-color: transparent;
	border: none;
	padding-top: 20px;
}
.navbar-nav {
	float: right;
}
.navbar-nav>li {
	padding-top: 20px;
	background-position: top center;
	background-repeat: no-repeat;
}
.navbar-nav>li.active a {
	text-decoration: underline;
	color: #ECDFAB !important;
	background-color: transparent !important;
}
.navbar-nav>li.ico-01 {
	background-image: url(../img/ico-001.png);
}
.navbar-nav>li.ico-02 {
	background-image: url(../img/ico-002.png);
}
.navbar-nav>li.ico-03 {
	background-image: url(../img/ico-003.png);
}
.navbar-nav>li.ico-04 {
	background-image: url(../img/ico-004.png);
}
.navbar-nav>li.ico-05 {
	background-image: url(../img/ico-005.png);
}
.navbar-nav>li.ico-06 {
	background-image: url(../img/ico-006.png);
}
.navbar-nav>li.ico-07 {
	background-image: url(../img/ico-007.png);
}
.navbar-nav>li.ico-08 {
	background-image: url(../img/ico-008.png);
}
.navbar-brand {
	background-image: url(../img/logo-stefania-fernandes.png?sszz=axxoua);
	width: 152px;
	height: 57px;
	display: block;
	text-indent: -20000px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #ECDFAB;
}

.img-banner {
    text-align: left;
    height: 404px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    align-content: flex-end;
    flex-wrap: wrap;
}
.heading-line.white {
	background: #fff;
}
.heading-line {
	display: block;
	width: 55px;
	height: 5px;
	text-align: left;
	background: #352725;
	margin-left: 0px;
	box-sizing: content-box;
}
.banner-caption {
	color: #fff;
	margin-top: 90px;
	margin-bottom: 90px;
	display: block;
}
.banner-caption h1 {
	text-transform: uppercase;
	font-size: 46px;
}
.banner-caption p {
	font-size: 18px;
	max-width: 564px;
}
.container-fluid.social-facebook a img {
	margin-left: 20px;
}
.container-fluid.social-facebook a {
	text-transform: uppercase;
	color: #fff;
	display: block;
}
.container-fluid.social-facebook a:hover img {
	opacity: 0.9;
}
.container-fluid.social-facebook a:hover {
	color: #352725;
	text-decoration: none;
}
.container-fluid.social-facebook {
	text-align: center;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #ECDFAB;
	color: #cbcbcb;
	font-size: 18px;
}
.title-page h3 {
	display: block;
	font-size: 22px;
	color: #666666;
	font-weight: 100;
	font-family: 'Noto Sans';
}
.title-page h3 strong {
	text-transform: uppercase;
	font-size: 46px;
	color: #352725;
	margin-top: 6px;
	display: block;
}
.sobre-stefania {
	padding-top: 50px;
}
.nopadding {
	padding: 0px !important;
}
.img-sobre {
	background-image: url(../img/img-sobre.jpg?sszz=axxoua);
	height: 390px;
	margin-top: 76px;
}
.txt-sobre {
	background: #352725;
	min-height: 540px;
	background-image: url(../img/pattern.jpg?sszz=axxoua);
}
.txt-sobre p {
	padding: 80px 80px 0px 80px;
	color: #fff;
	font-size: 20px;
	font-family: 'Noto Sans';

}
.txt-sobre ul li {
	color: #fff;
	font-size: 16px;
	font-family: 'Noto Sans';
}
.txt-sobre ul {
	padding: 20px 80px 20px 80px;
	list-style-type: none;
}
.txt-sobre .cta a:hover {
	background: #ECDFAB;
	color: #352725;
	text-decoration: none
}
.txt-sobre .cta a {
	display: block;
	margin: 0px 80px 40px 80px;
	padding: 20px;
	background: #fff;
	font-size: 20px;
	color: #352725;
	text-transform: uppercase;
	text-align: center;
}
.post-blog img {
	width: 100%;
	-webkit-filter: brightness(80%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.post-blog a:hover .title-blog h3 {
	color: #352725;
}
.post-blog a:hover img {
	-webkit-filter: brightness(105%);
}
.posts-home {
	margin-left: -15px;
	margin-right: -15px;
}
.title-blog {
	display: block;
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: normal;
}
.title-blog h3 {
	margin: 0px;
	padding: 40px;
	font-family: 'Noto Sans';
	color: #352725;
}
.area-blog {
	background: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 120px;
	margin-top: 60px;
}
.grey {
	background: #352725;
}
.black {
	background: #271d1c;
}
.footer-area {
	text-align: center;
	padding-bottom: 40px;
	padding-top: 50px;
}
.footer-area p {
	color: #a7a7a7;
	margin-top: 10px
}
.creditos {
	text-align: center;
	padding: 14px;
}
.creditos a {
	color: #a7a7a7;
}
.transparent {
	background: url(../img/menu-transparent.png?sszz=axxoua) !important;
}
.head-title {
	height: 394px;
	position: relative;
	margin-top: -102px;
	background: #352725;
}
.head-title.biografia {
	background: url(../img/bg-biografia.jpg?sszz=axxoua);
	background-position: center;
    background-size: auto 100%;
}
.head-title.apresentacao {
	background: url(../img/bg-apresentacao.jpg?sszz=axxoua);
	background-position: center;
		background-size: cover;

}
.head-title .title-page .heading-line {
	background: #fff;
	margin-left: auto;
}
.head-title .title-page {
	display: block;
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
	top: 150px;
}
.head-title .title-page span {
	color: #fff;
	font-size: 15px;
}
.head-title .title-page h1 {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'Noto Sans';
	font-weight: bold;
}
.internas {
	margin-top: 60px;
	margin-bottom: 60px
}
.internas p {
	color: #666;
	font-size: 16px;
}
.internas .img-txt {
	margin: 40px 0 40px 0
}
.post-bg h1 {
	background-color: #f16562;
	max-width: 75%;
	display: -webkit-inline-box;
	padding: 30px;
	font-size: 42px !important;
}
.post-bg {
	background-size: cover;
	background-position: center;
}
.post-bg .title-page .heading-line {
	background: #f16562 !important;
}
.breadcrumb a {
	color: #352725;
}
.txt-bio {
	max-width: 930px;
	margin: 0px auto;
}
.post-content {
}
.well {
	background-color: #f9f8fb;
}
.date {
	float: left;
}
.share {
	float: right;
}
.well a {
	font-size: 15px;
	color: #352725;
	line-height: 26px;
	text-decoration: inherit;
	background-color: #ffffff;
	padding: 8px;
	margin: 4px;
	float: left;
	border-radius: 0px;
}
.well a:hover {
	background: #352725;
	color: #fff;
}
.list-unstyled {
	overflow: hidden;
}
.btn-primary {
	background: #352725;
	color: #fff;
	border: 0px;
	padding: 20px;
	font-size: 18px;
	border-radius: 0px;
}
.btn-primary:hover {
	background: #ECDFAB;
	color: #352725;
	border: 0px;
}
.post-content a:hover {
	text-decoration: none;
}
.post-content h3 {
	font-weight: 100;
	color: #352725;
}
.post-content h3 {
	font-weight: 100;
    font-family: 'Noto Sans', sans-serif;
	font-size: 31px;
	line-height: normal;
}
.videos {
	max-width: 800px;
	margin: 0px auto;
}
.carousel {
	position: relative;
	text-align: center;
}
.bg-blog {
	background-image: url(../img/bg-blog.jpg?sszz=axxoua);
	background-position: center;
	background-size: cover;
}
.reportagem {
	background-image: url(../img/bg-reportagem.jpg?sszz=axxoua);
	background-position: center;
		background-size: cover;

}
.locucao {
	background-image: url(../img/bg-locucao.jpg?sszz=axxoua);
	background-position: center;	background-size: cover;

}
.direcao {
	background-image: url(../img/bg-direcao.jpg?sszz=axxoua);
	background-position: center;	background-size: cover;

}
.contato {
	background-image: url(../img/bg-contato.jpg?sszz=axxoua);
	background-position: center;	background-size: cover;

}
.form-contact .field {
	clear: both;
	width: 100%;
}
form#contactform textarea {
	border: 1px solid #4A4A4A;
	width: 100%;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 13px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 14px;
}
form#contactform input[type="text"], form#contactform input[type="email"] {
	width: 100%;
	border: 1px solid #4A4A4A;
	min-height: 40px;
	padding-left: 20px;
	font-size: 15px;
	padding-right: 20px;
	margin-bottom: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-contact {
	margin: 0px auto;
	float: none;
	text-align: center;
}
.col-sm-5 .contact {
	margin: 0x auto;
	border: 1px solid red;
}
.btn-default {
	background: #352725;
	color: #ECDFAB;
	border: 0px;
	border-radius: 0px;
}
.enviar-contato {
	padding: 14px;
	font-size: 18px;
	width: 100%;
}
.enviar-contato:hover {
	background: #ECDFAB;
	color: #352725;
}
.form-control {
	border-radius: 0px;
}
.carousel-control.right, .carousel-control.left {
	background: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	color: #352725;
	font-size: 48px;
	text-shadow: none;
}
.glyphicon-chevron-left, .glyphicon-chevron-right {
	top: 60%!important;
}
.carousel-inner>.item {
	height: auto;
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.videos h2 {
	text-align: left;
	max-width: 560px;
	display: block;
	margin: 0 auto;
}
.videos p {
	color: #666;
	font-size: 16px;
	margin: 0px auto;
	text-align: left;
	max-width: 560px;
	margin-bottom: 24px;
}
#sendmessage, #errormessage {
	background: #1F8F35;
	display: none;
	text-align: center;
	padding: 15px 12px 15px 65px;
	margin: 10px 0;
	font-weight: 600;
	margin-bottom: 30px;
	color: #fff !important;
}
#errormessage {
	background: #D10A22;
}