@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	background: #fefefe;
	color: #333;
    font-family: 'Poppins', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.container {
	max-width: 1400px;
	padding-left: 20px;
	padding-right: 20px;	
}
::selection {
	color: #fff;
	background: #073763;
}

/* ---------------------------------------- */

.bg-light {
    background: #073863 !important;
	border-bottom: 5px solid #67b7ef;
}
.navbar-brand img {
	max-height: 100px;
}
.dropdown:hover> .dropdown-menu {
	display: block;
}
.dropdown-menu {
	margin-top: -2px;
	border-radius: 0;
	border:0;
	background-color: #ffffff;
}
.dropdown-menu a {
	color: #858585;
	font-size: 13px;
	padding: 8px 15px;
}
.dropdown-menu a:hover {
	background-color: #cfedff;
}
.dropdown-item {
	font-size: 0.9rem;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 0.83rem;
	padding-top: 12px;
	padding-bottom: 12px;
}
.nav-item {
/* 	margin-left: 10px; */
}
.nav-item:first-child {
	margin-left: 0;
}
.navbar-light .navbar-nav .nav-link {
	color: #FFF !important;
    border: 1px solid #073863;	
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #67b7ee !important;
	border: 1px solid #67b7ee;
}
@media (max-width:991px) {
	.navbar-brand img {
		height: 50px;
	}
}
@media (min-width:992px) and (max-width:1099px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 0.73rem;
	}
	.navbar-brand img {
		height: 50px;
	}
}
@media (min-width:1100px) and (max-width:1199px) {
	.navbar-brand img {
		height: 58px;
	}
}
@media (min-width:1200px) and (max-width:1299px) {
	.navbar-brand img {
		height: 80px;
	}
}
@media (max-width:499px) {
    .logo-escrito img {
    	width: 150px;
    }
}
@media (min-width:992px) and (max-width:1339px) {
	.logo-escrito {
		display: none;
	}
}
.navbar-light .navbar-toggler {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
#nav-burg {
  width: 38px;
  height: 34px;
  position: relative;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-burg span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-burg span:nth-child(1) {
  top: 4px;
}
#nav-burg span:nth-child(2),#nav-burg span:nth-child(3) {
  top: 16px;
}
#nav-burg span:nth-child(4) {
  top: 28px;
}
#nav-burg.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
#nav-burg.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-burg.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-burg.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}

/* ---------------------------------------- */

section {
	padding: 60px 0;
}

/* ---------------------------------------- */

.news {
    background: url('../../assets/img/news-background.jpg') no-repeat top center;
	background-color: #e3f6ff;
    background-size: cover;	
}
.news-item {
    background: #FFF;
    border: 0;
    box-shadow: 0 0 15px rgb(140 152 164 / 20%);
    border-radius: 0.35rem;
    padding: 15px 15px 10px 15px;
    margin: 25px 5px;
	opacity: .5;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;    
	text-align: center;
}
.news-item a {
	text-decoration: none;
}
.news-date {
	margin-top: 10px;
	color: #b2b2b2;
	font-size: 14px;
}
.news-title {
	font-size: 1rem;
	line-height: 24px;
	color: #333;
	font-weight: normal;
}
.news-img {
	margin-top: -40px;
}
.news-img img {
	border-radius: 5px;
}
.owl-item.active.center .news-item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
.owl-prev {
    background: #e3f6ff !important;
    border: 1px solid #CCC !important;
    border-radius: 20px !important;
    color: #CCC !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    left: -20px;
}
.owl-next {
    background: #e3f6ff !important;
    border: 1px solid #CCC !important;
    border-radius: 20px !important;    
    color: #CCC !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    right: -20px;
}
.owl-prev:hover, 
.owl-next:hover {
    background: #073863 !important;
    border: 1px solid #073863 !important;
    color: #ffffff !important;
}

/* ---------------------------------------- */

.company {
	overflow: hidden;
}
.company a {
    text-decoration: none;
}
.company a:hover > .company-icon,
.company a:hover > .company-item-title {
    color: #67b7ef;	
}

/* ---------------------------------------- */

.president {
	background: #69aad2;
	background: linear-gradient(0deg, rgba(63,138,185,1) 0%, rgba(105,170,210,1) 65%);	color: #FFF;
}
.president h3 {
	font-size: 22px;
}
.president img {
	max-width: 90px;
	border-radius: 45px;
}

/* ---------------------------------------- */

.main {
    background: url('../../assets/img/main-background-waves.jpg') no-repeat top center;
    background-size: cover;

}
.main-wrapper {
    max-width: 550px;	
	margin: 0 auto 50px auto;
	display: block;
}
.main-title {
	font-size: 1.70rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}
.main-sub {
	color: #a0a0a0;
	text-align: center;
	line-height: 1.8rem;
}
.main a {
	text-decoration: none;
}
.main a:hover > .main-item-title {
	color: #67b7ef;
}
.main-img img {
	margin-bottom: 15px;
	border-radius: 10px;
}
.main-item-title {
	color: #005fb3;
	font-size: 1.2rem;
	font-weight: 600;
}
.main-item-text {
    margin-top: .5rem;
    margin-bottom: 0;
    color: #999;
    font-size: 15px;
}

/* ---------------------------------------- */

.company-title {
	font-size: 1.70rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}
.company-sub {
	color: #a0a0a0;
	text-align: center;
	line-height: 1.8rem;
	margin-bottom: 40px;
}
.company-item {
	text-align: center;
}
.company-icon {
    color: #408bb9;
    font-size: 50px;
	margin: 0 auto;
}
.company-item-title {
	color: #408bb9;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.company-info {
    color: #a0a0a0;
}

/* ---------------------------------------- */

.join {
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}
@media (min-width:768px) {
	.join {
		background: url('../img/associe.jpg');
		background-position: top right;
		background-repeat: no-repeat;
	}
}
.join-info, 
.join-img {
	margin: 0;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.join h3 {
    font-size: 1.70rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.join p {
	color: #a0a0a0;
	line-height: 1.8rem;
	margin-bottom: 0;
}
.btn-join {
	background: #073863;
	color: #FFF;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.btn-join:hover {
	background: #4992bf;
	color: #FFF;
}

/*----------------------------------------*/

.page-header {
    padding: 20px 0;
	background: #ebf5fb;
}
.page-header-title h2 {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0;
}
.page-content {
	padding: 30px 0;
	font-size: 15px;
    line-height: 1.8rem;
	color: #505050;
}
.page-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: #4376b9;
}
.page-content a {
	text-decoration: none;
	color: #67b7ef;
}
.page-content a:hover {
	color: #3f609e;
}
@media (min-width:1024px) {
	.page-content {
		min-height: 630px;
	}
}
.page-post-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.page-post-item {
	margin-bottom: 30px;
}
.page-post-item a {
	text-decoration: none;
}
.page-post-capa img {
	width: 150px;
	margin-right: 20px;
	float: left;
}
@media (max-width:767px) {
	.page-post-capa img {
		width: 100%;
		margin-bottom: 15px;
	}
}
.page-post-titulo {
	font-size: 1rem;
	color: #333;
}
.page-post-data {
    color: #b5b5b5;
    font-size: 12px;
    line-height: 14px;
}
.page-post-chamada {
	color: #969696;
	font-size: 13px;
	line-height: 20px;
}
.page-item.active .page-link {
    background-color: #073863;
    border-color: #073863;
}
.page-item.disabled .page-link {
    color: #b7b7b7;
}

/* ---------------------------------------- */

.accordion-body img {
	max-width: 100%;
	height: 100%;
}
.accordion-button {
	font-size: 1.1rem;
	font-weight: 500;
	color: #2d57a1;
	background: #f9f9f9;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
	background: rgb(7,56,99);
	background: linear-gradient(90deg, rgba(7,56,99,1) 30%, rgb(194 226 254) 100%);
}
.accordion-body-title {
	font-size: 1.3rem;
	font-weight: 500;
	color: #69aad2;
	margin-top: 10px;
	margin-bottom: 10px;
}
.accordion-body-hr {
	border: 2px solid #CCC;
	margin-top: 30px;
	margin-bottom: 30px;
}
.accordion-body-mainimg {
	max-width: 350px;
	border: 1px solid #eaeaea;
}
.accordion-body-mainimg	{
	margin-bottom: 20px;
}

/* ---------------------------------------- */

.extra-link {
	display: block;
	background-color: #f9f9f9;
	border: 1px solid #f0f0f0;
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 1.15rem;
	color: #2d57a1 !important;
	font-weight: 500;
}
.extra-link:hover {
	background-color: #ebf5fb;
}

/* ---------------------------------------- */

#calendario {
	margin-bottom: 20px;
}
@media (max-width:767px) {
	#calendario {
	    display: block;
		margin: 10px auto 25px;
	}
}
.calendario {
    max-width: 300px;
    border: 2px solid #d9d9d9;
    padding: 2px;
}
.month {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.month-name {
    font-size: 17px;
    font-weight: 500;
    color: #333;
}
.month a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	background: #335e84;
	color: #ffffff;
}
.month .lnk_inactive {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	background: #dddddd;
	color: #ffffff;
}
.month a:hover {
    background: #67b7ee;
    color: #ffffff;
}
.days-names {
    margin-top: 2px;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    background: #67b7ef;
}
.days-names div {
	width: 43px;
	background-color: #67b7ef;
	border: 1px solid #67b7ef;
	text-align: center;
    color: #FFF;
}
.days {
	display: flex;
	justify-content: space-between;
}
.day {
	color: #b7b7b7;
	width: 43px;
	height: 40px;
	line-height: 40px;
	text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #FFF;
}
.day a {
	display: block;
	background: #ecf6fc;
	height: 38px;
	font-weight: 500;
	color:#4781d7;
}
.day a:hover {
	background: #67b7ef;
	color: #ffffff;
}

/* ---------------------------------------- */

#share a {
    color: #FFF;
}

/* ---------------------------------------- */

.login {
	max-width: 350px;
	margin: 0 auto;
}

/* ---------------------------------------- */

.log-error {
	color: #FFF;
	margin-bottom: 15px;
	background-color: #ff2439;
	padding: 15px 20px;
	border-radius: 4px;
	text-align: center;
}

/* ---------------------------------------- */

.homologacao-protocolo {
	padding: 20px 20px 5px 20px;
	border: 2px solid #CCC;
}
.homologacao-protocolo-data {
	background-color: #ededed;
	padding: 10px 15px;
	font-weight: bold;
}
.homologacao-protocolo span {
	font-size: 13px;
	display: block;
	margin-bottom: -10px;
}
.homologacao-protocolo-erro {
	color: #FFF;
	background-color: #ff2439;
	padding: 15px 20px;
	border-radius: 4px;
	text-align: center;
}

/* ---------------------------------------- */

.owl-gallery {
	max-width: 700px;
	margin: 0 auto;
}
.owl-gallery .gallery-item img {
	max-width: 700px;
}

/* ---------------------------------------- */

.footer {
	color: #FFF;
	background-color: #073863;
	padding: 40px 0;
}
.footer p {
	margin-bottom: 0;
}
.footer .row {
    display: flex;
    align-items: center;
}
.footer-info {
	font-size: 0.8rem;
	padding: 0 !important;
	margin: 0;
}
@media (max-width:991px) {
	.selo {
        margin-top: 25px;
	}	
}

/* ---------------------------------------- */

.pagina-scroll {
	display: none;
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	background-color: rgba(91, 136, 206, 0.6);
	border: 0;
	color: #FFF;
	width: 44px;
	height: 44px;
	font-size: 1.5rem;
}

/* ---------------------------------------- */

.modal-home .modal-title {
	font-size: 25px;
}
.modal-home img {
	max-width: 100%;
	height: auto;
}

/* ---------------------------------------- */

.clear {
	clear: both;
}

/* ---------------------------------------- */

/* .cookieConsentContainer{
    z-index:999;
    width: calc(100% - 40px);
    min-height:20px;
    box-sizing:border-box;
    padding:25px;
    background:rgba(35, 35, 35, 0.90);
    overflow:hidden;
    position:fixed;
    bottom:20px;
    right:20px;
    left: 20px;
    display:none;
}
.cookieConsentContainer .cookieTitle a{
    color:#fff;
    font-size:22px;
    line-height:20px;
    display:block;
}
.cookieConsentContainer .cookieDesc p{
    margin:0;
    padding:0;
    color:#fff;
    font-size:13px;
    line-height:20px;
    display:block;
    margin-top:10px;
}
.cookieConsentContainer .cookieDesc a{
    color:#fff;
    text-decoration:underline;
}
.cookieConsentContainer .cookieButton a{
    display:inline-block;
    color:#fff;
    font-size:12px;
    margin-top:14px;
    background:#dc3535;
    box-sizing:border-box;
    padding:5px 25px;
    text-align:center;
    transition:background .3s;
}
.cookieConsentContainer .cookieButton a:hover{
    color: #FFF;
    cursor:pointer;
    background:#96000e;
}
@media (max-width:980px){
    .cookieConsentContainer{
        bottom:0!important;
        left:0!important;
        width:100%!important;
    }
} */
