header {
	display: table;
	width: 100%;
	background: #fff;
}

header::before {
	content: '';
	transition: all .5s;
	background: var(--vermelho);
	width: 100vw;
	height: 8px;
	position: absolute;
	left: 0;
	top: 0;
}

header.fixo {
	position: fixed;
	display: table;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 0 10px #0000002c;
	padding-top: 5px;
}

.barra_superior {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

header.fixo .barra_superior {
	display: none
}

.barra_superior .content {
	display: flex;
	justify-content: space-between;
	gap: 70px;
	position: relative;
	padding: 15px 0;
	padding-left: 40px;
	min-width: 705px;
}

.barra_superior .content::after {
	content: '';
	transition: all .5s;
	background: var(--azul);
	width: 5000px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 0 0 8px;
}



.barra_superior p {
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 14px;
	position: relative;
	z-index: 1;
	color: #fff;
}

.barra_superior i,
.barra_superior a i {
	font-size: 16px;
	color: #fff
}

.barra_superior a {
	color: #fff;
	/* font-weight: bold; */
	display: flex;
	gap: 10px;
	align-items: center;
}

header .principal .row {
	align-items: center;
}

header .logo a {
	display: block;
	position: relative;
	padding: 37px 0;
	margin: -50px 0;
}

header.fixo .logo a {
	margin: 0;
	padding: 18px 0;
}


header.fixo a:after {
	right: 0;
}

header .logo a img {
	max-height: 130px;
	transition: all .5s;
	position: relative;
	z-index: 1;
}

header.fixo .logo a img {
	max-width: 135px;
}

header nav {
	display: table;
	width: 100%;
	position: relative;
}

header .social {
	display: table;
	margin-bottom: 3px;
	margin-left: 40px;
}

header .social a {
	display: block;
	float: left;
	background: #006e94;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 5px;
}

header .social a i {
	line-height: 30px;
	font-size: 16px;
}

header .social a:hover {
	background: #cf0b18
}

header .translate {
	margin-left: 30px;
	display: flex;
	flex-wrap: nowrap;
}

header .translate img {
	display: block;
	margin: 0 2px;
}

header nav {
	display: flex;
	align-items: center;
	margin: 30px 0;
	justify-content: flex-end;
}

header.fixo nav {
	margin: 15px 0;
	position: relative;
}

nav ul {
	display: table;
	float: right;
	position: relative;
}

header nav ul.menu:after,
header nav ul.menu:before {
	content: '';
	width: 5000px;
	height: 1px;
	position: absolute;
	left: 0;
	top: -10px;
	background: #dedede;
}

header nav ul.menu:before {
	top: auto;
	bottom: -10px;
}

header.fixo nav ul.menu:before,
header.fixo nav ul.menu:after {
	display: none;
}

nav ul li {
	float: left;
	position: relative;
	margin-right: 3px;
	transition: all .5s;
}

nav ul.menu li a {
	display: block;
	padding: 15px 20px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

nav ul.menu li:hover a,
nav ul.menu li a:focus,
nav ul.menu li.current-menu-item > a {
	background: var(--vermelho);
	color: #fff;
	border-radius: 5px;
}

nav ul.menu>li:after,
nav ul.menu>li:after,
nav ul.menu>li.current-menu-item:after {
	transition: all .5s;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 4px;
}

nav ul.menu li:hover:after,
nav ul.menu li:focus:after,
nav ul.menu li.current-menu-item:after {
	background: #cf0b18;
}

nav ul.menu li ul {
	display: none;
	position: absolute;
	top: calc(100% - 4px);
	left: 0;
	z-index: 9999;
	width: 250px;
	border-radius: 4px;
	overflow: hidden;
}

nav ul.menu li:hover ul {
	display: block;
}

nav ul.menu li ul li {
	float: none;
	display: block;
	border-radius: 0;
}

nav ul.menu li ul li a {
	border: 0 !important;
	background: #cf0b18;
	color: #fff;
	border-radius: 0 !important;
}

nav ul li ul li a:hover {
	background: var(--azul) !important;
}

nav ul li.destaque:after {
	content: '';
	position: absolute;
	width: 100%;
	margin-top: -2px;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
	border-radius: 60px;
	background: #cf0b18;
	display: block;
}

nav ul li.destaque a {
	color: #fff;
	font-weight: bold;
	padding: 40px 20px;
}

/* Slider */
section.slider {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 100%;
}

section.slider a {
	display: block;
}

section.slider .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

section.slider .content {
	max-width: 590px;
	color: #fff;
}

section.slider .content h3 {
	font-size: 48px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 30px;
}

section.slider .content p {
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 30px;
}

section.slider:hover button:after {
	background: #006f95;
}

section.slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: table;
}

section.slider .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 0;
	background: #000000;
	color: #cf0b18;
	padding: 10px;
	width: 50px;
	height: 50px;
	margin-top: -30px;
	margin-left: 20px;
	opacity: .8;
}

section.slider .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	background: #000000;
	color: #cf0b18;
	padding: 10px;
	width: 50px;
	height: 50px;
	margin-top: -30px;
	margin-right: 20px;
	opacity: .8;
}

section.slider .owl-nav i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
}

section.slider .owl-nav .owl-next:hover,
section.slider .owl-nav .owl-prev:hover {
	background: #cf0b18;
	opacity: 1;
}

section.slider .owl-nav .owl-next:hover i,
section.slider .owl-nav .owl-prev:hover i {
	color: #fff;
}

section.slider .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

section.slider .owl-dots span {
	display: block;
	width: 40px;
	height: 5px;
	background: rgba(255, 255, 255, 0.349);
	border-radius: 40px;
	margin: 5px;
}

section.slider .owl-dots .active span {
	background: #fff;
}

@media all and (max-width:1200px) {
	.menuFixo {
		display: none !important;
	}
}

@media all and (min-width:1200px) {
	.menuFixo {
		display: block;
		position: fixed;
		background: #fff;
		display: table;
		width: 100%;
		z-index: 999;
		box-shadow: 0 0 30px #0000005e;
	}

	.menuFixo #logo img {
		max-height: 60px;
	}

	.menuFixo .row {
		align-items: center;
	}

	.menuFixo ul {
		float: right;
		display: table
	}

	.menuFixo ul li {
		float: left;
	}

	.menuFixo ul li a,
	.menuFixo ul li.destaque a {
		display: block;
		padding: 30px 20px;
		font-size: 15px;
		color: #000;
	}

	.menuFixo ul li.destaque a,
	.menuFixo ul li.destaque a:hover {
		color: #fff;
	}

	.menuFixo ul li a:hover {
		border-bottom: 3px #cf0b18 solid;
		color: #cf0b18
	}
}