/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
	width: 100% !important;
}

.block-card-9 .grid-inner .btn-hover {
	opacity: 0;
	display: block;
	transition: opacity .3s ease, transform .3s .1s ease;
	margin-top: 15px;
	position: absolute;
	transform: translateY(0);
}

.block-card-9 .grid-inner:hover .btn-hover {
	opacity: 1;
	transform: translateY(-5px);
}

.block-card-9 .grid-inner .grid-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.block-card-9 .grid-inner:hover .grid-image {
	-webkit-animation: kenburns 20s ease-out both;
	animation: kenburns 20s ease-out both;
}

.block-card-9 .grid-inner .grid-icon,
.block-card-9 .grid-inner .grid-content {
	transition: transform .3s ease;
}

.block-card-9 .grid-inner:hover .grid-content {
	transform: translateY(-45px);
}

.block-card-9 .grid-inner:hover .grid-icon {
	transform: translateY(-5px);
}

@media only screen and (min-width: 992px) {
	.block-card-9 .grid-inner .grid-icon h2 {
		font-size:35px;
	}
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%;
	}

	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

@keyframes kenburns {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%;
	}

	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

@media (min-width: 992px) {
	#logo a.standard-logo {
		position: relative;
		left: 55px;
	}
}

#header-trigger {
	background-color: transparent !important;
}
#header-trigger i {
	border-radius: 10% !important;
	background-color: #6a686e;
	color: #FFFFFF;
}
#header-trigger span {
	color:rgb(255, 255, 255);
	margin-left: 15px;
}
#header-wrap {
	overflow-y: initial !important;
}
.side-header #header {
	overflow-y: scroll !important;
}

.side-header #header::-webkit-scrollbar {
	width: 5px;
	/* width of the entire scrollbar */
}

.side-header #header::-webkit-scrollbar-track {
	background: transparent;
	/* color of the tracking area */
}

.side-header #header::-webkit-scrollbar-thumb {
	background-color: rgb(155, 155, 155);
	/* color of the scroll thumb */
	border-radius: 10px;
	/* roundness of the scroll thumb */
	border: 1px solid rgb(155, 155, 155);
	/* creates padding around scroll thumb */
}

.slider-caption:not(.dark), .slider-caption:not(.dark) h2 {
    color: #6a686e !important;
}

.bloco-menu-home {
	background-color: #a0000a !important;
	color: #ffffff !important;
}

.bloco-menu-home .card-body {
	font-size: 0.9rem;
}

.slider-parallax .slider-inner {
	position: absolute;
}
		
.borda-titulo::before,
.borda-titulo::after {
	border-top: 1px solid #000 !important;
}

@media only screen and (min-width: 600px) {
	.slide-1-sc {
		background-size: 100% 100%;
	}
}

.hsctitlebanner {
	line-height: 1 !important;
}

@media only screen and (max-width: 992px) {
	#logo img {
		height: 30px !important;
	}
}

@media only screen and (min-width: 1200px) {
	.fluid-width-video-wrapper {
		bottom: 65px
	}
}

.owl-carousel {
	--owl-nav-bg: var(--themecolor, #a0000a) !important;
}

.colecao-txt {
	font-size:15px;
	--bs-bg-opacity: 0.5;
	font-weight:600 !important;
}
.colecao-txt p {
	font-size: 13px;
	font-weight:normal;
}

.text-justify {
  text-align: justify !important;
}

body, h1, h2, h3, h4, h5, h6  {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	/*margin-bottom:10px !important;*/
}
#buttonmenu {
	border-radius: 10% !important;
}
.entry-title h2, .entry-title h3, .entry-title h4 {
	text-transform: initial;
}
.entry-title h4 {
	font-size: 0.91rem;
}

::selection {
	background: #a0000a !important;
}

.title-border::before, .title-border::after {
	border-top-width: 2px !important;
	border-top-style: solid;
	border-color: #67676c !important;
}

.breadcrumb-title {
	background-repeat: no-repeat;
	color: #FFF !important;
	padding: 0.5rem 1.5rem 1rem 1rem;
	background-repeat: no-repeat;
	background-size:100% 100%;
	white-space:nowrap;
}

.breadcrumb a:hover {
	color: #a0000a !important;
}

.breadcrumb-item.active {
	color: #a0000a;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
	color: #a0000a !important;
}

.slider-feature .card-body i {
	font-size: xx-large;
}

#header .menu-container {
	padding-left:0;
}

@media (min-width: 992px) {
	#header .menu-container {
		width: 225px;
	}
	.menu-item.sub-menu > .menu-link > div {
		padding-right: 18px;
	}
}


a {
	text-decoration: none !important;
	color: #D30000;
}

.entry-title h2 a:hover, .entry-title h3 a:hover, .entry-title h4 a:hover {
	color: #D30000;
}

.title-border-color::before, .title-border-color::after {
    border-top: 1px solid #999 !important;
}

.accordion-header .accordion-title {
	color: #9c000a !important;
}

.dark .footer-widgets-wrap a {
	color:#FFF;
}
.dark #footer, #footer.dark {
	color:#FFF;
}
.dark .entry-meta li, .dark .entry-meta a:not(:hover) {
	color:#FFF;
}
.dark #copyrights, #copyrights.dark {
	color:#FFF;
}

h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
    color: #a0000a;
}

/* Columnize Text */
.columnize-2 {
	margin: 0 0 1.313em;

	-webkit-column-count: 2;
	   -moz-column-count: 2;
			column-count: 2;

	-webkit-column-gap: 3em;
	   -moz-column-gap: 3em;
			column-gap: 3em;


	-webkit-column-rule: 1px solid rgba(0,0,0,0.05);
	   -moz-column-rule: 1px solid rgba(0,0,0,0.05);
			column-rule: 1px solid rgba(0,0,0,0.05);
}

@media only screen and (max-width: 767px) {
	.columnize-2,
	.columnize-3,
	.columnize-4,
	.columnize-5,
	.columnize-6 {
		/*font-size:13px;*/

		-webkit-column-count: 1;
		   -moz-column-count: 1;
				column-count: 1;
	}
}

.hide2ln, .hide3ln, .hide4ln, .hide5ln, .hide6ln {display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.hide2ln {-webkit-line-clamp:2}
.hide3ln {-webkit-line-clamp:3}
.hide4ln {-webkit-line-clamp:4}
.hide5ln {-webkit-line-clamp:5}
.hide6ln {-webkit-line-clamp:6}


.pagination .page-item.active .page-link, .pagination .page-item .page-link:hover {
	background-color: #dc3545 !important;
	color: #FFF !important;
}


#image-footer-map {
	background-size: auto 140%;
}
.bg-footer{
	background-color: #c3000a !important;
}

.slider-arrow-left,
.slider-arrow-right,
.flex-prev,
.flex-next,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	top:57%;
}

#gotoTop:hover { background-color: #90000a; }

/* Pesquisa google*/
input.gsc-input,.gsc-input-box,.gsc-input-box-hover,.gsc-input-box-focus{border-color:#b51200 !important}
.gsc-search-button-v2,.gsc-search-button-v2:hover,.gsc-search-button-v2:focus{background-color:#d30000 !important;border-color:#b51200 !important}
.gs-webResult.gs-result a.gs-title:link,.gs-webResult.gs-result a.gs-title:link b,.gs-imageResult a.gs-title:link,.gs-imageResult a.gs-title:link b{color:#d30000 !important}
.gs-webResult.gs-result a.gs-title:link {color:#d30000 !important;}
.gs-webResult.gs-result a.gs-title:visited,.gs-webResult.gs-result a.gs-title:visited b,.gs-imageResult a.gs-title:visited,.gs-imageResult a.gs-title:visited b{color:#d30000 !important}
.gs-webResult.gs-result a.gs-title:hover,.gs-webResult.gs-result a.gs-title:hover b,.gs-imageResult a.gs-title:hover,.gs-imageResult a.gs-title:hover b{color:#b51200 !important}
.gs-webResult.gs-result a.gs-title:active,.gs-webResult.gs-result a.gs-title:active b,.gs-imageResult a.gs-title:active,.gs-imageResult a.gs-title:active b{color:#b51200 !important}
.gsc-cursor-page{color:#d30000 !important}a.gsc-trailing-more-results:link{color:#d30000 !important}
.gsc-completion-title{color:#d30000 !important}
.gcsc-find-more-on-google{color:#d30000 !important}.gcsc-find-more-on-google-magnifier{fill:#d30000 !important}
