@charset "UTF-8";

@font-face {
	font-family: 'Roboto_regular';
	src: url('../fonts/Roboto/Roboto-Regular.ttf');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto_italic';
	src: url('../fonts/Roboto/Roboto-Italic.ttf');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto_bold';
	src: url('../fonts/Roboto/Roboto-Bold.ttf');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto_medium';
	src: url('../fonts/Roboto/Roboto-Medium.ttf');
	font-display: swap;
}

#Navigation {
	text-align: center;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.bg-White {
	background-color:white;
	color:black;
}

.bg-Black {
	background-color:black;
	color:white;
}

.bg-Gray {
	background-color:#6c6d70;
	color:white;
}

.modalMessageRedError { background-color: darkred; color: white; }
.modalMessageWarningError { background-color: #eaab33; color: white; }
.modalMessageGreenSuccess { background-color: green; color: white; }
.modalMessageBlue { background-color: darkblue; color: white; }
.modalMessageOrange { background-color: #ec922b; color: white; }
.colorSuccess {color: #5cb85c;}

.msgIcon {
	position: absolute;
	top: -34px;
	left: 15px;
}

.msgText {
	position: relative;
	margin-left: 145px;
}

.containerModalPopOver {
	position: absolute !important;
}

.posAbsolute {
	background-color: #FFFFFF;
	position: relative;
	z-index:6000;
	font-size: 50px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	border-radius: 7px;
	width:346px;
}

.noOverflow {
	overflow: hidden;
}

.container-hide {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 1;
	-webkit-transition: opacity 100s ease-in;
	-moz-transition: opacity 100s ease-in;
	transition: opacity 100s ease-in;
	z-index: 1040;
}

.extraLargeFont {font-size:120px !important;}

.maxWidth_imageShow {
	max-width: 600px;
}

.maxWidthInsideSlideShow {
	max-width: 200px;
}

html {
	position: relative;
	min-height: 100%;
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	font-family: 'Roboto_regular';
	font-size: 1rem;
}

button {
	font-family: 'Roboto_regular';
}

.contentTop {
	top: 0;
	width: 100%;
	margin-top: -60px;
}

.backgroundTopImage {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 90px;
}

.colorCombinationClient {
	background-color: #373736;
	color: #fff;
}

.btn:focus{
	box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

form.was-validated .form-control:valid {
	border-color: #ced4da;
	padding: 0.375rem 0.75rem;
	background: #fff;
}

form.was-validated .form-control:valid:focus {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

form.was-validated .form-control:invalid {
	background-position: center right calc(.375em + 0.7875rem);
}

.mousePointer {
  cursor: pointer;
}

.fontContactIcons {
	font-size: 1.7rem;
}

.imageContactIcons {
	width: 3rem;
}

.warningColor {
	color: #ffbb00d5
}

.warningPosition {
	position: absolute;
	margin-left: 0px;
	margin-top: -10px;
}

.carouselDots {
	width: 10px !important;
	height: 10px !important;
	border-radius: 100% !important;
}

.carouselImgsScreen {
	width: 100% !important;
}

.mainSlideshow {
	height: 500px;
	--max-width: 1216px;
	margin: auto;
}

.carouselTestimonials {
	max-height: 500px;
	max-width: 1216px;
	margin: auto;
}

.slideShowTopOfHeader {
	width: 100%;
	left: 0;
}

.btnWebFormat {
	padding: 10px 50px 10px 50px;
	font-size: 0.8rem;
	margin: 0 2vw 0 2vw;
}

.carousel-indicators {
	text-align: right;
	float: right;
	right: 2% !important;
	left: inherit;
}

.backgroundWhite {
	background: #fff;
}

.removeBootstrapMargin {
	margin-right: -15px !important;
	margin-left: -15px !important;
	--width: 70%;
	--margin: 0 auto;

}

#servicesSlideshow .carousel-caption {
	margin-bottom: 70px;
}

.contactFooter {
	background-color: #d7171f;
	color: white;
}

.contactFooter label {
	font-size: 1.0rem;
}

.partners {
	filter: grayscale(1);
}

.partners:hover {
	filter: none;
}

.subarticleMenu {
	list-style: none !important;
	padding-left: 0;
	padding-bottom: 5px;
}

.subarticleMenu li {
	padding-bottom: 10px;
	font-family: 'Roboto_medium';
	letter-spacing: 0.1rem;
	cursor: pointer;
}

.subarticleText {
	min-height: 350px;
	overflow-y: auto;
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
}

.subarticleTextSmallHeight {
	height: 150px;
}

.subarticleText.overFlowHidden {
	overflow-y: hidden !important;
}

.subarticleText::-webkit-scrollbar {
	width: 10px;
}

.subarticleText::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

.subarticleText::-webkit-scrollbar-thumb {
	background: grey;
	border-radius: 10px;
}

.subarticleText .item {
	height: 20px;
	margin-bottom: 5px;
	background: silver;
}

.subarticleText .item:last-child {
	margin-bottom: 0;
}

.cardModals {
	background-color: #6c6d70;
}

.cardModals.grey {
	background-color: #6c6d70;;
}

.cardModals.logogrey {
	background-color: #727271;;
}

.cardModals.black {
	background-color: #373736;;
}

.clipPosition {
	--margin-left: 15.5%;
}

.clipText {
	font-family: 'Roboto_bold';
}

.line-items {
	border-bottom: 2px solid red;
	height: 6rem;
	margin: 0 1px 0 1px;
}

.line-items img {
	transition: transform 0.5s;
}

.line-items:hover img {
	transform: scale(1.5);
}

.modalidadesFooterLink {
	margin: auto;
	color: #fff;
	text-align: center;
}

.modalidadesFooterLink.grey {
	background-color: #6c6d70;
}

.modalidadesFooterLink.logogrey {
	background-color: #727271;
}

.modalidadesFooterLink.black {
	background-color: #373736;
}

.modalidadesFooterLink.white {
	background-color: #ffffff;
	color: black;
}

.changeprev {
	position: relative;
	top: -200px;
	left: -50%;
}

.prevAdjustInsideSlide {
	left: 0px;
	width: 20px;
}

.nextAdjustInsideSlide {
	right: 0px;
	width: 20px;
}

.minHeightSlideInsideSlide {
	min-height: 200px;
}

.changenext {
	position: relative;
	top: -200px;
	left: 50%;
}

.footerclip {
	padding-bottom: 14px;
	padding-top: 14px;
	bottom: 0;
	color: white;
	position: relative;
	width: 210px;
	display: inline-block;
	text-align: center;
	font-size: 1.2rem;
}

.footerclip:hover {
	color: silver;
	text-decoration: none;
}

.footerclip.black {
	background-color: #373736;
}

.footerclip.logogrey {
	background-color: #727271;
}

.footerclip.grey {
	background-color: #6c6d70;
}

.footerclip.white {
	background-color: #ffffff;
	color: black;
}

.footerclip.red {
	background-color: #d7171f;
}

.autojotecaFooterLink {
	font-weight: bold;
	margin: auto;
	background-color: #6c6d70;
	color: white;
	text-align: center;
}

.footer_nav {
	background-color: #bfbfbf;
	text-align: center;
}

.footer_nav_link {
	font-size: 0.85rem;
	margin: 0 2rem 0 2rem;
	color: #212529;
}

.footer_nav_link:hover {
	color: white;
	text-decoration: none;
}

.footer {
	font-family: 'Roboto_medium';
	font-size: 0.7rem;
	background-color: black;
	color: darkgrey;
	text-align: center;
}

.footer .footer_link {
	color: darkgrey;
	white-space: nowrap;
}

.footer .footer_link:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.footer_white .footer_link {
	color: #000;
	white-space: nowrap;
}

.footer_white .footer_link:hover {
	color: darkgrey;
	text-decoration: none;
	font-weight: bold;
}

.footer_text {
	position: relative;
	top: 30%;
}

.footer2 {
	background-color: black;
	font-size: 0.7rem;
	color: darkgrey;
	margin-top: -15px;
	margin-right: 15px;
	float: right;
	padding-right: 3%;
}

.footer_white {
	font-size: 0.7rem;
	font-family: 'Roboto_medium';
	margin: auto;
	background-color: white;
	color: black;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer_white a {
	color: darkgrey;
	text-decoration: none;
}

.footer2_white {
	background-color: white;
	font-size:x-small;
	color: black;
	margin-top: -15px;
	float:right;
	padding-right: 3%;
}

.logo {
	height: 5rem;
	cursor: pointer;
	padding-top: 1vh;
}

.iconContact {
	height: 1.875rem;
}

.applyOpacity {
	opacity: 0.4;
}

.textBlock {
	line-height: 2rem;
}

.socialNetworks {
	float: right;
}

.socialNetworks li {
	display: block;
}

.socialNetworks a {
	color: inherit;
}

.socialNetworks a:hover {
	text-decoration: none;
}

.contactExtraFields {
	display: none;
}

#imageModal .modal-dialog {
	max-width: 1000px;
	margin: 30px auto;
}

#imageModal .modal-body {
	position: relative;
	padding: 0px;
	min-height: 400px;
	background: #ccc;
}

#imageModal .close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}

#imageModal #image {
	min-height: 200px;
	width: 100%;
}

.img-wrapper {
	position: relative;
	overflow: hidden;
	height: 8rem;
}

.img-wrapper img {
	width: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.invalidField {
	color: white;
	display: none;
}

.specificCarousel .carousel-item-next, .specificCarousel .carousel-item-prev, .specificCarousel .carousel-item.active {
	display: flex;
}

.carousel-mobile {
	overflow: none;
	height: auto;
	height: 500px;
}

.carousel-mobile img {
	height: 500px;
}

.overlayer:hover img {
	opacity: 0.3;
}

.overlayer:hover .textLayer {
	opacity: 1;
}

.overlayer img {
	opacity: 1;
	transition: .5s ease;
	backface-visibility: hidden;
}

.overlayer .textLayer {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.page-title {
	font-size: 1.5rem;
	border-bottom: 2px solid red;
	padding-bottom: 1rem;
	text-align: center;
}

.invalid-feedback-contact {
	color: white;
}

.menuArea {
	font-family: 'Roboto_bold';
}

.subtitleDefinitions {
	font-family: 'Roboto_medium';
}

.minHeightSmall {
	min-height: 15.625rem;
}

.imageLivroReclamacoes {
	width: 6.25rem;
}

.imageLivroReclamacoesContainer .imgColor {
	display: none;
}

.imageLivroReclamacoesContainer:hover .imgColor {
	display: inline;
}

.imageLivroReclamacoesContainer:hover .imgBw {
	display: none;
}

.imageCentroArbitragem {
	width: 10rem;
}

.imageCentroArbitragemContainer .imgColor {
	display: none;
}

.imageCentroArbitragemContainer:hover .imgColor {
	display: inline;
}

.imageCentroArbitragemContainer:hover .imgBw {
	display: none;
}

.imgObjectFitPositionCenter {
	object-fit: cover;
	object-position: center;
}

.buttonTogglerMenu {
	right: 0;
}

.customPrevCss {
	left: -50px;
}

.customNextCss {
	right: -50px;
}

.removeBootstrapPadding {
	padding-right: 0;
	padding-left: 0;
}

.navbarLinkDark {
	color: #000 !important;
}

.navbarLinkDark:hover {
	color: #d7171f !important;
}

.navbarLinkWhite {
	color: #fff !important;
}

.navbarLinkWhite:hover {
	color: #d7171f !important;
}

@media (max-width: 670px) {
	.footer_nav_link {
		display: block;
		width: 100%;
		margin: 0.5rem 0 0.5rem 0;
	}
}

@media (max-width: 750px) {
	.bootstrapPaddingSmall {
		padding-right: 15px;
		padding-left: 15px;
	}

	.maxWidth_imageShow {
		max-width: 300px;
	}

	.btnWebFormatSlideShowThreeCards {
		top: 100%;
	}

	.btnWebFormatSlideShowThreeCardsRight {
		right: 10%;
	}

	.btnWebFormatSlideShowThreeCardsLeft {
		left: 10%;
	}

	.customPrevCss {
		left: 0px;
	}

	.customNextCss {
		right: 0px;
	}

	.carousel-mobile {
		overflow: none;
		height: auto;
	}

	.carousel-mobile img {
		overflow: none;
		height: auto;
	}
}

@media (min-width: 767px) {
	.carousel-mobile {
		overflow: hidden;
		height: auto;
	}
}

@media (max-width: 768px) {
	.subarticleMenu {
		padding-left: 0px;
		padding-bottom: 0px;
	}
}

@media (max-width: 767px) {
	.specificCarousel .active > div { display:none; }
	.specificCarousel .active > div:first-child { display:flex; }
}

@media (min-width: 767px) and (max-width: 992px ) {
	.specificCarousel .active > div { display:none; }
	.specificCarousel .active > div:first-child { display:flex; }
	.specificCarousel .active > div:nth-child(2) { display:flex; }
	.specificCarousel .active > div:first-child + div { display:flex; }
}

@media (max-width: 1250px) {
	.maxWidth_imageShow {
		max-width: 300px;
	}
}

@media (min-width: 1550px) {
	#slideShow {
		margin-left:10% !important;
		margin-right:10% !important;
	}
}
