/* root */
:root {
  --primary-color: #001E50;
  --secondary-color: #4CC7F5;
}

/* fonts */
@font-face {
  font-family: "HRegular";
  src: url(../../fonts/new/VWHead-Regular.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HBold";
  src: url(../../fonts/new/VWHead-Bold.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TRegular";
  src: url(../../fonts/new/VWText-Regular.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TBold";
  src: url(../../fonts/new/VWText-Bold.otf);
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "HRegular";
}
body .btn {
  background: var(--primary-color);
  color: #fff;
  margin: 0 auto;
  display: block;
  font-family: TRegular;
  min-width: 210px;
  height: 38px;
  border-radius: 38px;
}
body a:hover {
  text-decoration: none;
  color: #fff !important;
  opacity: 0.9;
}

hr {
  border-color: var(--primary-color);
}
hr.gray {
  border-color: #ccc;
}

strong, .strong {
  font-family: "HBold";
}
#main-banner-header{
  background: url(../../images/new/slide.png) no-repeat center center/cover;
}
header {
  background: #ccc;
  height: 360px;
  font-family: "HBold";
  /*background: url(../../images/new/slide.png) no-repeat center center/cover;*/
}
header .container {
  position: relative;
  height: 100%;
}
header .container h1 {
  position: absolute;
  color: #fff;
  bottom: 2rem;
  left: 0;
  font-family: "HBold";
  font-weight: normal;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  header {
    background-position: 0;
  }
}

main nav .row .col {
  border-bottom: 2px solid #DCDEE0;
}
main nav .row .col a {
  color: var(--primary-color);
  font-family: "TBold";
  padding: 2rem 0 1.5rem;
  display: block;
}
main nav .row .col a:hover {
  color: var(--primary-color) !important;
}
main nav .row .col.active {
  border-color: var(--primary-color);
}
main .form .text-form {
  margin: 5rem 0 2rem !important;
}
main .form .text-form h2 {
  font-family: "HBold";
}
main .form .text-form p {
  margin: 0 auto;
  font-size: 0.8rem;
  max-width: 60%;
}
main .form .text-form p.subtitle {
  max-width: 100%;
}
main .form .text-form small {
  color: #DCDEE0;
}
main .form form .form-group label {
  color: #999;
  font-size: 0.75rem;
}
main .form form .form-group select {
  border: 0;
  border-bottom: 1px solid #999;
  border-radius: 0;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  font-family: "TBold";
  color: #000;
}
main .info {
  margin: 7rem 0 0;
}
main .places {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .places .place-item {
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #ccc;
}
main .places .place-item .place-title {
  font-family: "HBold";
}
main .places .place-item .place-phone {
  color: var(--secondary-color);
}
main .info-car {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
main .info-car .info-name {
  font-size: 1rem;
  font-family: "HBold";
  padding: 0 0 0.3rem;
  margin: 0 0 0.3rem;
  border-bottom: 1px solid #ccc;
}
main .info-car .info-name span {
  font-family: "HRegular";
  font-size: 0.7rem;
  color: var(--secondary-color);
}
main .info-car .info-table table {
  margin: 0;
  width: 100%;
}
main .info-car .info-table table tr {
  border-bottom: 1px solid #ccc;
}
main .info-car .info-table table tr td {
  padding: 1.2rem 0 0.3rem;
  font-size: 0.8rem;
}
main .info-car .info-table table tr td small {
  font-size: 0.8rem;
  color: #ddd;
  font-family: "HRegular";
}
main .info-car .info-legal {
  font-size: 0.6rem;
  margin: 1rem 0;
}
main .productos .carousel-inner .carousel-item .card {
  border: none;
  flex: none;
}
main .productos .carousel-inner .carousel-item .card img {
  width: auto;
  margin: 0 auto;
}
main .productos .carousel-inner .carousel-item .card .card-body {
  font-family: "HBold";
}
main .productos .carousel-inner .carousel-item .card .card-body .card-title {
  font-size: 0.8rem;
  margin: 0;
}
main .productos .carousel-inner .carousel-item .card .card-body .card-text {
  font-size: 0.8rem;
  margin: 0;
}
main .productos .carousel-indicators {
  margin: 4rem auto 0;
  align-items: center;
  position: relative;
}
main .productos .carousel-indicators li {
  background: var(--primary-color);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  margin: 0 0.4rem;
  border: 0;
  opacity: 1;
}
main .productos .carousel-indicators li.active {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
main .partes .product label {
  padding: 3rem;
  transition: all 0.5s ease;
  border-radius: 20px;
  cursor: pointer;
}
main .partes .product label .select-more {
  display: block;
  background: var(--primary-color);
  color: #fff;
  height: 50px;
  font-family: "TRegular";
  width: 50px;
  border-radius: 50%;
  font-size: 1.6rem;
  text-align: center;
  padding: 3px 0 0;
  font-weight: 100;
  margin: 1rem 0 0;
}
main .partes .product label .select-less {
  display: none;
  background: var(--secondary-color);
  color: #fff;
  height: 50px;
  font-family: "TRegular";
  width: 50px;
  border-radius: 50%;
  font-size: 1.6rem;
  text-align: center;
  padding: 3px 0 0;
  font-weight: 100;
  margin: 1rem 0 0;
}
main .partes .product label .product-img {
  padding: 0 0 3rem;
}
main .partes .product label .product-img img {
  width: 100%;
  height: 180px;
}
main .partes .product label .product-title {
  padding: 0 0 0.5rem;
}
main .partes .product label .product-text {
  line-height: 1;
  font-size: 0.6rem;
  padding: 0 0 0.5rem;
}
main .partes .product label:hover {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
main .partes .product input:checked + label .select-more {
  display: none;
}
main .partes .product input:checked + label .select-less {
  display: block;
}
main .hidden {
  display: none !important;
}
main .list-items-inspection {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 490px;
  position: relative;
  overflow: hidden;
}
main .list-items-inspection:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
main .list-items-inspection.open {
  height: auto;
}
main .list-items-inspection.open:after {
  display: none;
}
main .list-items-inspection li {
  font-size: 1.2rem;
  padding: 2rem 0 0.5rem;
  border-bottom: 1px solid #ccc;
}

footer p {
  font-size: 0.7rem;
}
footer a {
  font-size: 0.7rem;
  color: var(--primary-color);
}

/*# sourceMappingURL=styles.css.map */
