body, .owl-carousel {
	overflow-x: hidden
}
th {
    cursor: pointer;
}
.offdate{display:none!important;}
#dtBasicExample th {
    position: relative;
}

#dtBasicExample th.organizar:after {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #093851 transparent;
    position:absolute;
    right:0;
    top: 20px;
}
#dtBasicExample th.organizar:before {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #093851 transparent transparent transparent;
    position:absolute;
    right:0;
    top: 26px;
}

.home-header .owl-carousel .owl-nav {
	position: absolute;
	top: calc(50% - 24px);
	display: flex;
	width: 100%;
	height: 0;
	flex-flow: row wrap; 
	align-items: center; 
	justify-content: space-between;
	z-index: 10;
	padding: 0 30px
}

.home-header .owl-dots {
	display: none
}

.home-header .owl-carousel .owl-nav button {
    color: white;
    font-size: 2rem;
    opacity: 1;
    right: initial;
	outline: 0px !important;
    left: initial;
    position: relative;
}

.header-menu .container .row {
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.header-menu .container .row [class*="col"] {
	flex: 1
}



.mais-noticias{
	font-size:16pt;
	font-family:bold;
	color:#082B53;
}

.wp-image-7989{
	opacity:0.6;
	border-color:#FBFBFB;
}


@media (max-width: 1200px) {
	.header-menu .container .row {
		text-align: center;
		justify-content: center;
		flex-flow: column;
	}
	.header-menu .container .row [class*="col"] {
		padding: 10px 0
	}
}

/*  */

.modal-inner {
    background: white;
    padding: 30px;
    border-radius: 20px;
    max-width: 737px;
    text-align: center;
}

.modal {
/*     display: flex; */
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.3);
    padding: 50px;
}

.modal.show {
	display: flex;
}

.modal a.close {
    height: 30px;
    width: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: black;
    color: white !important;
    font-size: 16px;
    margin: -40px;
    opacity: 1;
}

.modal p {
	text-align: justify
}

@media (max-width: 814px) {
	.modal {
		padding: 0;
	}
	.modal-inner {
		max-width: 100%;
		border-radius: 0;
		height: 100%;
		overflow: auto;
		background: rgba(255,255,255,.9);
	}
	.modal a.close {
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}
.title-bercario{
	color:#005BA2;
}
.img-bercario img{
	border: solid 3px;
	border-radius:5%;
	border-color:#005BA2;
	box-shadow:5px 5px 20px #1E94D2;
}
