html {
  overflow-y: scroll;
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.datepicker table tr td,
.datepicker table tr th {
  width: 2.28rem;
  height: 1rem;
  border-radius: 0;
  line-height: 20px;
  font-size: 12px;
  padding: 0;
  color: #666;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffe2d5;
}

.select2-container--krajee-bs4 .select2-results__option[aria-selected] {
  color: #444;
  font-size: 13px;
}

.select2-container--bootstrap
  .select2-selection--single
  .select2-selection__rendered {
  color: #666;
  font-size: 13px;
  line-height: 18px;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"],
.select2-container--bootstrap
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f26522;
  color: #fff;
}

.slogan-img {
  width: 250px;
  margin: 8% 0;
}

.social {
  width: 100%;

  text-align: center;
}

.social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px dashed #999;
  background-clip: content-box;
  padding: 10px;
  transition: 0.5s;
  color: #d7d0be;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 25px;
}

.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social .link:hover {
  padding: 10px;
  color: white;
  margin-left: -5px;
  transform: translateX(10px) rotate(360deg);
}

.social .link.google-plus {
  background-color: tomato;
  color: white;
}

.social .link.twitter {
  background-color: #d02268;
  color: white;
}

.social .link.facebook {
  background-color: #3b5998;
  color: white;
}

.veiculo-galeria {
  height: 380px;
  overflow: hidden;
}

.carousel-indicators [data-bs-target] {
  background-color: #ccc;
}

.veiculo-galeria .carousel-control-next-icon,
.veiculo-galeria .carousel-control-prev-icon {
  background-color: #444;
  background-size: 14px;
  width: 20px;
  border-radius: 50%;
  height: 20px;
  padding: 8px;
  display: inline-block;
}

.rede-social {
  list-style: none;
  padding: 0;
  margin: 17px 0;
  text-align: right;
}

.rede-social .admin {
  margin-left: 20px;
  color: #999;
}

.rede-social .admin a {
  color: #999;
}

.rede-social li {
  display: inline-block;
  margin: 5px;
}

.rede-social li a {
  color: #444;
}

.veiculo-galeria img {
  min-width: 100%;
}

.content {
  min-height: 85vh;
}

.texto-email a {
  color: #f26522;
  text-decoration: none;
  font-style: italic;
  font-size: 13px;
}

.conteudos {
  text-align: center;
  padding: 50px;
}

.conteudos p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}

.linha {
  width: 60px;
  height: 2px;
  margin: 10px auto 10px auto;
  background: #222;
  border-radius: 20px;
}

.conteudos .slogan {
  color: #f26522;
  margin-top: 40px;
}

.conteudos h1 {
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  font-size: 16px;
  margin: 20px 0;
}

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  background: #f5f5f5;
}

main > .container {
  padding: 70px 15px 20px;
}

.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
  height: 60px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.canal-img {
  width: 30%;
  float: left;
}

.canal-img img {
  width: 70px;
  margin-right: 15px;
}

.titulo-canal {
  font-weight: 700;
  font-size: 15px;
}

.conteudo-canal {
  float: right;
  width: 70%;
}

header {
  background: #ffff;
  height: auto;
  padding: 0;
  border-top: 1px solid #f26522;
  border-bottom: 1px solid #ddd;
}

.search-box {
  padding: 14px;
  background: #fff;
  margin: 8px 0 0 0;
  border: 1px solid #eee;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.conteudo-canal p {
  margin-bottom: 5px;
}

.search-box .mais a {
  color: #444;
  font-weight: 600;
}

.conteudo-canal .mais a {
  padding: 8px;
  display: inline-block;
  color: #666;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.select2-container--bootstrap .select2-selection--single,
.has-success .select2-container--krajee-bs4 .select2-selection,
.select2-container--bootstrap .select2-selection,
.select2-container--krajee-bs4:not(.select2-container--disabled)
  .select2-dropdown,
.has-success .select2-container--open .select2-selection,
.has-success
  .select2-container--krajee-bs4.select2-container--focus
  .select2-selection,
.select2-container--krajee-bs4 .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.logo {
  padding: 15px 0;
}

.logo img {
height: 30px;
width: auto;
margin-top: 5px;
}

.nav .app-anucio a {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 8px 12px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #eee;
  margin: 16px 0;
  text-decoration: none;
  background: #555;
  border: 1px solid#555;
}

.nav .app-anucio a:hover {
  color: #ccc;
}

.img-lista ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#destacar {
  height: 360px;
  text-align: center;
  /* overflow: hidden; */
  background-image: url("../img/bmw4.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.sombra {
  background: #222222cc;
  padding-top: 65px;
  height: 100%;
  width: 100%;
}

.form-control,
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
select {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 18px;
  border-radius: 0;
}

.btn-primary {
  color: #666;
  background-color: #fff;
  border-color: #666;
  border-radius: 1px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 700;
}

.formulario {
  text-align: left;
  background: #ffffff;
  padding: 20px;
  max-width: 100%;
  float: right;
  width: 100%;
  height: auto;
}

.formulario .titulo-search {
  font-size: 11px;
  text-align: left;
  padding-top: 5px;
  font-weight: 400;
  text-transform: uppercase;
}

.servico-img {
width: 60px;
margin: 10px 0;

}

.titulo-grande {
text-align: left;
color: #eee;
width: 80%;
padding: 8% 0%;
}

.site-about h5 {
font-size: 16px;
font-weight: 600;
}

.titulo-grande h1 {
font-size: 27px;
margin-bottom: 20px;
font-weight: 700;
margin-top: 0px;
text-transform: uppercase;
color: #e29898;
background-clip: inherit;
background-color: inherit;
-webkit-text-fill-color: #ffffff;
}

.titulo-grande h5 {
font-size: 14px;
font-weight: 300;
color: #fff;
line-height: 23px;
width: 50%;
}



.carro .carro-img {
  height: auto;
  background: #fff;
  display: inline-block;
  width: 100%;
  max-height: 384px;
  overflow: hidden;
  text-align: center;
}

.carro-box {
  background: #fff;
  display: inline-block;
  border: solid 1px #eee;
  margin: 8px 0;
  width: 100%;
}

.separador {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eee;
  margin: 0;
  padding-top: 8px;
}

.carro-detalhes-geral {
  height: auto;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  background-image: url("../img/bg_menu.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.servicos {
  padding: 30px 0;
  background: #f9f9f9;
}

.carro-box .carro-titulo {
margin: 0 0 8px 0;
font-size: 14px;
color: #555;
font-weight: 700;
text-transform: uppercase;
}

.carro-box .carro-detalhes {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.2px;
  float: left;
  margin-right: 12px;
}

.carro-box .carrom-preco {
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  text-align: left;
  width: 100%;
  float: left;
}

.carro-img img {
  max-width: 80%;
  text-align: center;
  height: auto;
  /* min-width: 100%; */
  /* min-height: 150px; */
}

.capa-grande .carro-img img {
  max-width: 100%;
  height: 285px;
  width: auto;
  min-width: auto;
  /* min-height: 120px; */
}

.carro-img {
  /* height: 150px; */
  background: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.carro-box .carro-preco {
  font-size: 12px;
  letter-spacing: 0.2px;
  font-weight: 600;
  text-transform: uppercase;
  width: 50%;
  padding: 4px 0;
  display: inline-block;
  background: #fff;
  color: #f26522;
  text-align: left;
  float: left;
}

.carro-box .carro-reservar {
  font-size: 13px;
  letter-spacing: 0.4px;
  font-weight: 700;
  text-transform: uppercase;
  width: 50%;
  padding: 4px 0;
  display: inline-block;
  background: #fff;
  text-align: right;
  float: right;
}

.carro-box .carro-reservar a:hover {
  color: #999;
}

.carro-box .carro-reservar a {
  color: #f26522;
  text-decoration: none;
  font-size: 12px;
}

.titulo {
  margin: 10px 0;
}

.titulo h2 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#sobre {
  height: 150px;
  text-align: center;
  /* overflow: hidden; */
  background-image: url("../img/imgcv.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#sobre .sombra-pa {
  color: #eee;
  background: #042b78dd;
  height: 100%;
  padding: 60px 0 20px 0;
  width: 100%;
}

.sombra-pa h1 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.img-lista {
  width: 100%;
}

#parceiros {
  height: auto;
  padding: 30px 0;
  text-align: center;
  background: #fff;
}

.img-lista ul li img {
  height: 30px;
  margin: 15px;
}

.img-lista ul li {
  display: inline;
}

footer {
  background: #444;
  padding: 20px 0;
  color: #999;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.desenvolvimento {
  text-align: right;
  color: #ccc;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
}

.menu-mai {
  float: right;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.nav li a {
  display: block;
  padding: 22px 17px;
  text-decoration: none;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 20px;
}

.nav li a:hover,
.nav .menu-btn:hover {
  color: #999;
}

.img-login img {
  width: 230px;
}

.card-body .copy {
  text-align: center;
  margin: 20px 0 0 0;
  color: #888;
}

/* menu */

.nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.nav .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.nav .menu-icon .navicon:before,
.nav .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.nav .menu-icon .navicon:before {
  top: 5px;
}

.nav .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.nav .menu-btn {
  display: none;
}

.nav .menu-btn:checked ~ .menu {
  max-height: 340px;
}

.nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.nav .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.nav .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (max-width: 48em) {
  .nav .menu-icon {
    padding: 32px 0;
    margin: 0;
  }
  
  #sobre {
height: auto;
}

.img-lista ul li img {
height: 38px;
margin: 4px;
border: 1px solid #ddd;
padding: 6px;
}

#parceiros {
padding: 15px 0;
}
  
  #sobre .sombra-pa {
padding: 40px 0;
}
  
.sombra {
padding: 20px 20px 0 20px;
}

.sombra-pa h1 {
font-size: 20px;
}
  
  .carro-box .carro-titulo {
margin: 0 0 10px 0;
font-size: 13px;
color: #444;
font-weight: 600;
min-height: 28px;
}
  
  .carro-detalhes-geral {
padding: 10px;
}

.carro-box .carro-preco, .carro-box .carro-reservar {
width: 100%;
float:none;
text-align: left;

}
  
  .titulo-grande h5 {
width: 100%;
}

  #destacar {
    height: auto;
  }

  .formulario {
    margin-bottom: 30px;
  }

  .titulo-grande h1 {
    font-size: 22px;
  }

  .titulo-grande {
    text-align: center;
    color: #eee;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  
  .conteudos {
padding: 40px 0;
}

.conteudos p {
text-align: justify;
}

  footer {
    text-align: center;
  }

  .desenvolvimento {
    text-align: center;
    margin: 10px 0;
  }
  
  .social .link {
width: 50px;
height: 50px;
padding: 4px;
font-size: 18px;
}
  
  .slogan-img {
width: 180px;
margin: 5% 0;
}

  .menu-mai {
    float: none;
  }
}

@media (min-width: 48em) {
  .nav li {
    float: left;
  }

  .nav .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  .nav .menu-icon {
    display: none;
  }
}

@media (max-width: 600px) {
  .logo {
    text-align: right;
  }
}
