.roboto {
	font-family: 'Roboto', sans-serif;
}
.textRed {
	color: #e74c3c;
}
.textRed2 {
	color: #c0392b;
}
.textBlue {
	color: #3498db;
}
.textBlue2 {
	color: #2980b9;
}
.bgBlue {
	background-color: #34495e;
}
.bgBlue2 {
	background-color: #2c3e50;
}
.caroulsel-MH {
	object-fit: cover;
	object-position: 0 0.10%;
	height: 350px;
}
.caroulsel-position-low {
	object-position: -0px 50%;
}
.anchor {
    display: block;
    position: relative;
    top: -65px;
    visibility: hidden;
}
.card-group {
	width: 280px;
}
.card-body {
	width: 100%;
	text-align: left;
}
.card-img-top {
	margin-top: 20px;
	height: 250px;
	width: 250px;
	align-content: center;
	alignment-baseline: middle;
  text-align: center;
}
body {
	scroll-behavior: smooth;
}
.backgroundDiv {  
    background: transparent url("https://blogger.googleusercontent.com/img/a/AVvXsEhfBJJbHL-AeKLKYo8epReIEufn1VlhXKhfXmRhrIjZDNe20CX59baN5Nm7e4zJCbAtX5q3vQe3eql6xeIgu9XjfUf1kjUryP7WKMXJHZ0wJG5MhztYr7ci1bY8g5dltJ6fETZeDLjOjeL4KYbz0JYTu-EWzFjuUy-pVzWvKXmdQRHc5TNsEeazxZCWHw=s1200") no-repeat left top;
    width: 2500px;
    height: 4594px;
    opacity: 0.05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=05)";
    filter: alpha(opacity=05);
    position: fixed;
    top: 9px;
    left: 20%;
    z-index: -1;
}
.invertido {
    transform: scale(-1, 1);
}
.cabecaPraBaixo {
	transform: scale(1, -1);
}
.tabela {
    display: table; 
}
.celula {
	display: table-cell;
    vertical-align: middle;
    text-align: left;
}
tbody {
	border-bottom-color: white;
}
/*@import url("https://use.fontawesome.com/releases/v5.15.0/css/all.css");
.accordion-button:not(.collapsed)::after {
  content: "\f068";
  /*font-family: "Font Awesome 5 Free";
  background-image: "\images\pneu-ico.png";
  color: black;
}/*
.semSeta:not(.collapsed)::after {
  background-image: "images/pneu-ico.png";
}
.accordion-button.collapsed::after {
   content: "\f057";  
/*   content: "\f058";  
   "\f067"  plus
   "\f068"  minus
  content: "\f058";
  color: black;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  background-image: "images/pneu-ico.png";
}*/
