#content, #footer, .slider-detailpage{
  background-image: url('../images/bg.jpg');
  background-repeat:repeat;
  background-size:300px;
}

.btn {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	transition: 0.1s ease;
	border-radius: 0;
	line-height: 45px;
	padding: 0;
}

.btn-bilheteira, .btn-yellow {
	background-color: var(--green);
	color: #fff;
}

.btn-bilheteira:hover, .btn-yellow { 
	background-color: #386139;
	transform: translateY(-3px);
	color: #fff;
}

.btn-borderbilheteira {
	border: 2px solid var(--green);
	background-color: transparent;
	color: var(--green);
	border-radius: 0;
	font-size: 13px;
}

.btn-borderbilheteira:hover { 
	background-color: var(--green);
	transform: translateY(-3px);
	color: #000;
}

.btn-resumojogo {
	background-color: #121212;
	color: #fff;
	border-radius: 0;
	font-size: 13px;
	text-transform: uppercase;
}

.btn-resumojogo:hover { 
	background-color: #000;
	transform: translateY(-3px);
	color: #8B8B8B;
}


.bg-match {
	background-image: url('../images/bg-match.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-sep {
    background-image: url(../images/banner/bannerhome.jpg);
    background-size: cover;
    min-height: 530px;
    background-position: center center;
    margin: auto;
    display: flex;
    align-items: center;
    max-width: 1720px;
}

.casa-clube {
	color: var(--green) !important;
}

.teamlogo-homepage {
	max-height: 100px;
}

.competicoes-homepage {
	max-height: 35px;
}

.mainsponsors-footer img {
    max-height: 100px;
    transition: .1s ease;
}

.mainsponsors-footer img:hover, .officialsponsors-footer img:hover {
	opacity: 0.6;
}

.officialsponsors-footer img {
    max-height: 60px;
    transition: .1s ease;
}

.black-bg {
	background-color: #000;
}


.bg-overlay {
	opacity: 0;
	transition: .2s ease;
}

.entry:hover .bg-overlay {
	opacity: 1;
}

.entry-position {
	background: #fff;
    padding: 20px;
}

.entry-wdiv {
	background-color: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 100;
	width: 100%;
}

.arrows-link {
    font-size: 15px;
    color: #000;
    transition: 0.2s ease;
}

h2.titles {
	font-size: 28px;
}

.mb-60 {
	margin-bottom: 60px;
}

.page-menu-nav {
    display: -ms-flex;
    display: flex;
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    background-color: transparent !important;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
}


 .menu-pages .page-menu-nav {
     background-color: #fff !important;
     border-bottom: 1px solid #E2E2E2;
}
 .menu-pages .page-menu-item > a {
     padding: 15px 6px !important;
     border-radius: 0;
     background-color: inherit;
     margin: 0 4px;
     color: rgba(0, 0, 0, 0.3);
     transition: 0s !important;
     font-family: 'Poppins', sans-serif;
     font-size: 16px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    font-weight: 500;
}

 .menu-pages .page-menu-item.current a, .menu-pages .page-menu-item a{
     border-bottom: 3px solid #fff;
}

 .menu-pages .page-menu-item.current a, .menu-pages .page-menu-item:hover a {
     border-bottom: 3px solid #5399DB;
     color: rgba(0, 0, 0, 1.0);
}

.block-slider-2 {
    background-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgb(0 0 0) 75%, rgb(0 0 0 / 0%) 75%, rgb(0 0 0 / 0%) 100%), url('../images/bg.jpg');
}

.headers {
    border-left: 3px solid #5399DB;
    padding-left: 8px;
    text-transform: uppercase;
}

.bg-white p {
	color: #5A5A5A;
}

.side-banner {
	background-color: #000;
	height: 100%;
	display: flex;
}
.side-banner img {
	transition: .2s ease;
}

.side-banner:hover img {
	opacity: 0.7;
}

.slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    background: linear-gradient(180deg, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 20%) 30%, rgba(0,0,0,0.7) 100%);
}

.accordion-title {
	color: #fff;
}

.orgaossociais-accordion span {
	opacity: 0.6;
}

.orgaossociais-accordion p {
	color: #000;
}

.border-left {
	border-left: 3px solid #dee2e6!important;
    margin-left: 55px;
}

.square {
    height: 100%;
    width: 100%;
    background: #fff;
    margin-left: 13px;
    padding: 10px 0;
}

.square i {
    color: #5399DB;
}

.squarewcircle {
    margin-left: 15px;
	font-size: 12px;
}

.data-palmares {
	display: flex;
	align-items: center;
	top: 22px;
    left: -59px;
    position: absolute;
}

.data-palmares p {
	font-weight: bold;
	color: #000;
}

.bg-gray {
    background: #F4F4F4;
}

.top-table {
    background: #000;
    color: #fff;
}

.table > :not(caption) > * > * {
    padding: 12px;
    vertical-align: middle;
}

.farense-table {
	background-color: #000 !important;
	color: #fff !important;
}

.logo-team-table {
	max-height: 40px;
}

.top-table th:first-child {
	width: 0;
}

table tr td div{
    width: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

table tr:nth-child(-n+3) td div{
    background: #34AC48;
    color: #fff;
}

table tr:nth-child(16) td div{
    background: #FFB02F;
    color: #fff;
}

table tr:nth-last-child(-n+2) td div{
    background: #FF3939;
    color: #fff;
}

.team-name {
	font-weight: bold;
}

.background-player, .background-staff {
	background: url('../images/futebol/jogadores/bg-player.jpg');
	background-size: cover;
	background-position: center center;
	transition: 0.2s ease-in;
}

.player-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 5;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	mix-blend-mode: multiply;
}
.number-player {
	color: #000;
	position: absolute;
	top: 0px;
	left: 15px;
	z-index: 100;
	font-size: 45px;
	font-weight: bold;
	opacity: 1;
	margin-bottom: 0px;
}
.div-info-player {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 100;
}
.name-player {
	color: #fff;
	font-size: 22px;
}

 .player-img-1 {
     transition: 0.4s ease-in;
}

 .player-img-2{
 	display: none;
     opacity: 0;
     transition: 0.4s ease-in;
}

 .background-player:hover .player-img-2{
     opacity: 1;
     display: block;
     transition: 0.4s ease-in;
}
 .background-player:hover .player-img-1 {
     opacity: 0;
     display: none;
     transition: 0.4s ease-in;
}

.bg-calendar {
	background-image:linear-gradient(to right, rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), url('../images/bg-calendar.jpg');
	background-size: cover;
	background-position: center;
}

.bg-result {
	background-image:linear-gradient(to right, rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), url('../images/bg-results.jpg');
	background-size: cover;
	background-position: center;
}

.team-logos {
	max-height: 100px;
}

.square-hour-game {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}

.game-title {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}

.bg-result, .bg-result .game-title {
	color: #fff !important;
}

.bg-result .square-hour-game {
	color: #000;
}

.div-escaloes {
	background-color: #000;
	padding: 10px;
	width: 100%;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.slider-overlay-escaloes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%);
    transition: .3s ease;
}

.slider-overlay-escaloes:hover {
	opacity: 0.5;
}

.vantagens-img {
	max-height: 70px;
}

.btn-file, .fileinput-remove {
     display: flex;
     align-items: center;
     padding: 0 10px;
}

.entry-title h3 {
	font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}

.pagination .page-link {
	color: #000;
	font-weight: bold;
	border: 0;
}

.pagination .page-link:hover, .pagination .page-item.current .page-link {
	background-color: #5399DB !important;
	color: #fff !important;
	border: 0;
}

.shop-btn {
    display: block;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.input-box {
    width: 300px;
}

.input-box, .category-item {
	color: #919191;
}

.input-box i {
	font-size: 14px;
}

.short-table {
	background-color: #fff;
}

.short-table td {
	vertical-align: middle;
}

.icon-gallery {
	max-height: 25px;
}

.bg-overlay .entry-title, .bg-overlay .icon-gallery  {
	transition: .2s ease;
}
.bg-overlay:hover .entry-title, .bg-overlay:hover .icon-gallery  {
	opacity: 0.6;
}

.bg-overlay:hover a {
	color: #fff !important;
}

.form-control, textarea {
	background: #FAFAFA;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
}

form label {
	color: #000;
}

.form-check-label {
	font-weight: 400;
	letter-spacing: 0;
}

.container-slider {
	position: absolute;
    bottom: 0;
    z-index: 100;
    padding: 3vw;
}

.slider-caption h2, .slider-caption p{
	color: #fff !important;
}

.slider-caption h2{
	font-size: 36px;
}

.slider-caption p{
	font-size: 20px;
}

.owl-item .slider-caption {
	display: none;
	opacity: 0;
	transition: .2s ease;
}

.owl-item.active .slider-caption {
	display: block;
	opacity: 1;
}

.owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.square-news-homepage {
    background-size: cover;
    height: 100%;
}

.owl-carousel .owl-dots .owl-dot {
	width: 20px;
	opacity: 1;
	color: #fff;
	background-color: transparent;
	margin: 0;
}

.owl-dot {
	height: 100% !important;
}

.triangle-dots {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.triangle-dots:before{
	content: '';
	width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 13.0px 7.5px 0 7.5px;
   border-color: transparent transparent transparent transparent;
   transform: rotate(0deg);
   margin-bottom: 3px;
   transition: .2s ease;
}

.owl-dot.active .triangle-dots:before {
	border-color: var(--green) transparent transparent transparent;
}

.owl-dot.active .triangle-dots {
	color: var(--green);
}

.swiper-no-swiping {
	cursor: default !important;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.menu-link.active {
	color: var(--green);
}

article:hover {
	cursor: pointer !important;
}

.sponsors-imgdiv {
    width: 90%;
    border: solid 2px #eeeeee;
    background-color: white;
    margin: auto;
    z-index: 100;
    position: relative;
}

.text-sponsorsdiv {
	transform: translateY(-30px);
	padding: 50px 20px 20px 20px;
	background-color: rgba(238, 238, 238, 0.4)
}

.sponsors-pagediv img {
	transition: .2s ease;
}
.sponsors-pagediv:hover img {
	opacity: 0.6;
}




@media (min-width: 992px) {
	.newsimg-div {
		aspect-ratio: 1 / 1;
		max-height: 150px;
		height: 150px;
	}

	.homenews.newsimg-div img {
		max-height: 150px;
		height: 150px;
	}

	.entry-position {
		background: #fff;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    max-width: 80%;
	    z-index: 100;
	}

	.entry2 {
	    margin-bottom: calc(var(--bs-gutter-x) * .5) !important;
	    width: 100%;
	}
	.entry2:last-child {
	    margin-bottom: 0 !important
	}
}

@media (min-width: 1199px) {
	.newsimg-div {
		aspect-ratio: 1 / 1;
		max-height: 215px;
		height: 215px;
	}

	.homenews.newsimg-div img {
		max-height: 215px;
		height: 215px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bg-sep {
	    min-height: 440px;
    	background-position: -100px center;
	}
}

@media (min-width: 991px) and (max-width: 1199.98px) {
	#header-wrap .container {
		max-width: 100% !important;
	}

	.slider-caption h2 {
		font-size: 32px;
	}
	.newsimg-div {
		aspect-ratio: 1 / 1;
		max-height: 150px;
	}

	.homenews.newsimg-div img {
		max-height: 150px;
	}
}


@media (max-width: 1199px) {
	.container-slider {
    	padding: 40px;
	}
}

@media (max-width: 991px) {
	.entry-title h3 {
		font-size: 18px;
	}
	.entry2 {
		width: 100%;
	}

	.entry2 .newsimg-div {
		max-width: 30%;
	}
	.entry2 .entry-title h3 {
		font-size: 14px;
		letter-spacing: inherit;
	}
	.entry-position, .entry-wdiv {
    	padding: 15px;
	    width: 100%;
	}
	.content-wrap {
		padding: 40px 0;
	}
	h2.titles {
		font-size: 22px;
	}
	#logo {
		z-index: 100;
	}
	.remove-pwmobile {
		padding-left: 0;
		padding-right: 0;
	}
	.tab-content {
    	overflow-x: scroll;
	}
	.team-name {
		white-space: nowrap;
	}
	.logo-team-table {
		display: none;
	}
	.tabs-mobile {
		display: flex;
         overflow-x: auto;
         overflow-y: hidden;
         flex-wrap: nowrap !important;
         justify-content: left !important;
    }
    .page-menu-nav .page-menu-container {
    	background-color: #fff;
    }
    .competicoes-homepage {
		max-height:35px;
	}
	.container-slider {
    	padding: 40px;
	}
	.mb-60 {
		margin-bottom: 30px;
	}

}

@media (max-width: 768px) {
	#logo .standard-logo, #logo .retina-logo {
	    transform: translateX(25px);
	}
	.slider-caption h2 {
    	font-size: 26px;
	}
	.container-slider {
    	padding: var(--bs-gutter-x, 0.75rem);
	}
	.entry-position, .entry-wdiv {
    	padding: 8px 10px;
	}
	.owl-dots {
		display: none;
	}
	.btn {
		line-height: 40px;
	}
	.px0-mobile {
		padding-left: 0;
		padding-right: 0;
	}
	#logo img {
		max-height: 80px;
	}
}

