/* GERAL */
#popupCookie{
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    z-index: 9999999;
    box-shadow: 1px 1px 5px 1px #555;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	display: none;
}
.btn-primary{
	background: #175E90;
	border-color: #175E90;
	color: #fff;
}
.bg-primary{
	background: #175E90 !important;
	color: #fff;
}
.btn-warning{
	background: #F86911;
	border-color: #F86911;
	color: #fff;
}
.btn-warning:hover{
	background: #f98d4b;
	border-color: #f98d4b;
	color: #333;
}
.back-to-top{
	display: block;
	background: #34af23;
}
.btn-warning:focus, .btn-warning.focus {
  	background: #f98d4b;
  	border-color: #f98d4b;
}
#intro {
    width: 100%;
    height: 50vh;
    position: relative;
    background: #f5f8fd url(../img/sono.jpg) center top no-repeat;
    background-size: cover;
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.section-title h2{
	color: #F86911;
	text-transform: uppercase;
	font-size: 28px;
}
.underline{
	border-bottom: 2px solid;
	display: inline-block;
}
.breadcrumbs{
	background: #F86911;
    color: #fff;
    padding: 60px 0;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs h2{
	font-size: 40px;
	font-weight: bold;
}
.breadcrumbs a{
	color: #fff;
	font-weight: bold;
}
.section-bg-image{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	position: relative;
	padding: 70px 0;
}
.section-bg-image .section-title{
	position: relative;
	z-index: 1;
}
.section-bg-image .overlay{
	background: #175E90;
}
.section-bg-image input{
	background: transparent;
	height: 50px;
	border-color: #fff;
}
.section-bg-image .btn{
	height: 50px;
}
.section-bg-image ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.section-bg-image :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

.section-bg-image ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
.box{
	border: 1px solid #ccc;
	padding: 30px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #175E90;
	border-color: #175E90;
}
.portfolio-details .portfolio-info{
	word-break: break-all;
}
@media (max-width: 968px) {
	.row,
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
		margin-bottom: 20px;
	}
}

/* FIM GERAL */

/* HEADER */
#topbar{
	background: #175E90;
	color: #fff;
	padding: 5px 0;
}
#topbar .social-links a{
	margin-top: 5px;
}
#topbar .contact-info i{
	color: #F86911;
}
#header{
	height: 120px;
    border-bottom: 1px solid #ccc;
}
#header-sticky-wrapper{
	height: 120px !important;
}
#header .logo img{
	max-height: 70px;
	margin: 10px 0;
	transition: all 0.3s;
}
#header.header-scrolled{
	height: 90px;
}
#header.header-scrolled .logo img{
	max-height: 50px;
}
#header .nav-menu > ul > li:hover{
	border-top: 3px solid #F86911;
	margin-top: -3px;
}
@media (min-width: 992px){
	.nav-menu{
		margin-top: 20px;
	}
	#header.header-scrolled .nav-menu{
		margin-top: 10px;
	}
}
/* FIM HEADER */

/* HOME */
.about .container{
	box-shadow: none;
}
.section-shadow{
	box-shadow: 0 2px 25px 0 rgba(214, 215, 216, 0.6) inset;
}
.about .about-content{
	padding-top: 0;
	padding-bottom: 0;
}
.about .icon-box + .icon-box{
	margin-top: 20px;
}
.about .section-title p{
	font-style: normal;
}
#hero {
  	height: auto;
	padding: 0 !important;
}

#hero .carousel-item {
	height: auto;
}

#hero .carousel-item::before {
  background-color: transparent;
}
#newsletter{
    background-image: url('../img/bg-news.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	position: relative;
	padding: 70px 0;
	/* padding: 0; */
}
#newsletter .overlay{
	background: #175E90;
}
#newsletter input{
	background: transparent;
	height: 50px;
	border-color: #fff;
	color: #fff;
}
#newsletter .btn{
	height: 50px;
}
#newsletter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

#newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

#newsletter ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
.destaques h4{
    font-weight: bold;
    padding: 0;
	color: #333;
}
.destaques .content-item,
.destaques .featured{
	color: #333;
}
.destaques .content-item h4{
	margin: 20px 0;
	color: #333;
}
.destaques .thumb{
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
	border: 1px solid #ccc;
	border-bottom: 0;
}
.destaques .thumb:hover{
	opacity: 0.8;
}
.mini-banner{
	border: 1px solid #ccc;
	padding: 20px;
	position: relative;
	height: 100%;
}
.mini-banner .thumb{
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.counts{
	padding-top: 30px;
	padding-bottom: 30px;
}
.counts .count-box{
	margin-bottom: 0;
}
#parceiros img{
	/* box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1); */
}
#slideEventos{
	padding-bottom: 70px;
}
#slideEventos .carousel-item{
	padding: 50px;
	border: 1px solid #ccc;
}
#slideEventos .carousel-indicators{
	bottom: -50px;
}
#slideEventos .carousel-indicators li{
    background-color: #ccc;
	opacity: 1;
}
#slideEventos .carousel-indicators li.active{
    background-color: #F86911;
}
#slideEventos .image-evento{
	display: block;
	width: 100%;
	height: 225px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#slideEventos .data{
	color: #999;
	font-size: 20px;
	display: inline-block;
	text-transform: capitalize;
}
#slideEventos .dia{
	font-size: 5rem;
	color: #175E90;
	display: inline-block;
	font-weight: bold;
}
#slideEventos .title{
	font-weight: bold;
	color: #175E90;
}
#slideEventos .location{
	color: #175E90;
	opacity: 0.8;
}
#slideEventos .description{
	margin: 30px 0;
}
@media (min-width: 992px){
	#newsletter{
		background-attachment: fixed;
	}
	#slideEventos .dia{
		display: block;
	}
}
@media (min-width: 769px){
	#newsletter{
		background-attachment: fixed;
	}
	#slideEventos .dia{
		display: block;
	}
	#hero {
	  	height: auto;
	}

	#hero .carousel-item {
		height: auto;
	}
}

/* FIM HOME */
#footer{
	background: #175E90;
}
#footer .footer-top{
	background: #175E90;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #F86911;
	text-shadow: none;
}
#footer .footer-top .footer-links ul a:hover{
	color: #F86911;
}

/* PAINEL SÓCIOS */
.box.box-icon{
	background: #fff;
    height: 90%;
    border-radius: 20px;
    text-align: center;
    padding: 40px 10px;
    display: block;
    margin-bottom: 30px;
	position: relative;
}
.box-icon p{
  font-size: 18px;
  font-weight: bold;
}
.box-icon small{
  font-size: 14px;
}
.box-icon i{
  font-size: 40px;
  padding: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #175E90;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0px;
}
.box-icon i:before{
  font-style: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}
.box-icon a:hover{
  text-decoration: none;
}
@media(min-width: 768px){
	.box-icon i{
	  font-size: 40px;
	  width: 80px;
	  height: 80px;
	}
	.box-icon p{
	  font-size: 18px;
	}
}
/* FIM PAINEL SÓCIOS */
