/* prueba*/
@font-face {
  font-family: "Brittanian";
  src: url("/fonts/Brittanian.otf");
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham-Ultra.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham-Black.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham-Light.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham-Thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/Gotham-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
html {
  font-size: 14px;
}

body {
  font-size: 1rem;
  font-family: "Gotham", sans-serif;
}

.text-justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.toolbar-brand {
  margin-left: 24px;
}

.toolbar-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 24px 8px 24px;
}

.toolbar-header-right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #4d4d4d;
  padding: 8px;
  border-radius: 4px;
}
.toolbar-header-right a {
  text-decoration: none;
  color: white;
  margin-left: 24px;
  text-transform: uppercase;
  font-size: 10px;
}
.toolbar-header-right a:hover {
  opacity: 0.5;
}
.toolbar-header-right a:first-child {
  margin-left: 0;
}

.toolbar-body {
  padding: 8px 24px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: -100px;
  transition: all 0.6s ease-in-out;
}
.toolbar-body.toolbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  padding-top: 24px;
  border-bottom: 1px solid #ddd;
}
.toolbar-body .toolbar-body-right {
  flex: 1;
  margin-left: auto;
  text-align: right;
}
.toolbar-body .toolbar-body-right ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.toolbar-body .toolbar-body-right ul li {
  display: inline-block;
}
.toolbar-body .toolbar-body-right ul li a {
  color: #183276;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25;
  font-family: "Gotham";
  padding: 0 16px;
}
.toolbar-body .toolbar-body-right ul li a.active {
  font-weight: bold;
  letter-spacing: 0;
}
.toolbar-body .toolbar-body-right ul li a:hover {
  font-weight: bold;
  letter-spacing: 0;
}
.toolbar-body .toolbar-body-right ul li a.toolbar-button {
  background-color: #183276;
  padding: 12px 8px;
  border-radius: 8px;
  color: white;
}
.toolbar-body .toolbar-body-right ul li a.toolbar-button:hover {
  font-weight: regular !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #212121;
}

.navbar-toggler {
  box-shadow: none;
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
  border: none;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("/images/times.svg");
}

.chevrown-down {
  background-image: url("/images/chevron-down.svg");
}

.toolbar-body-sm .navbar-light .navbar-nav .nav-link.active {
  color: #183276;
}

.carousel-indicators [data-bs-target] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.carousel-indicators {
  bottom: 84px;
}

#carouser_finding .carousel-control-prev {
  width: auto;
  margin-left: -16px;
}
#carouser_finding .carousel-control-prev-icon {
  background-image: url("/images/arrow_left.png") !important;
  width: 10px;
  height: 36px;
}
#carouser_finding .carousel-control-next {
  width: auto;
  margin-right: -16px;
}
#carouser_finding .carousel-control-next-icon {
  background-image: url("/images/arrow_right.png") !important;
  width: 10px;
  height: 36px;
}
#carouser_finding .carousel-indicators {
  bottom: 0;
}
#carouser_finding a {
  width: 30%;
  flex: 1;
  margin: 16px;
}
#carouser_finding .img-category {
  width: 100%;
  background-size: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
#carouser_finding .img-category:hover {
  opacity: 0.8;
}

#carousel_best_selling .carousel-control-prev {
  width: auto;
  position: absolute;
  left: 24px;
}
#carousel_best_selling .carousel-control-prev-icon {
  background-image: url("/images/arrow_left.png") !important;
  width: 10px;
  height: 36px;
}
#carousel_best_selling .carousel-control-next {
  width: auto;
  position: absolute;
  right: 24px;
}
#carousel_best_selling .carousel-control-next-icon {
  background-image: url("/images/arrow_right.png") !important;
  width: 10px;
  height: 36px;
}

.office-finder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  top: -96px;
}
.office-finder .office-finder-header {
  color: white;
  font-size: 24px;
  font-weight: 300;
}
.office-finder .office-finder-body {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 80vw;
  padding: 24px;
}
.office-finder .office-finder-body select, .office-finder .office-finder-body button {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 24px 48px;
  font-size: 16px;
}
.office-finder .office-finder-body button {
  padding: 24px 48px;
}
.office-finder .office-finder-body .form-select {
  margin-right: 12px;
  color: #aaa;
  flex: 1;
}

.btn-primary {
  background-color: #183276;
  border-color: #183276;
}
.btn-primary:hover {
  background-color: #0f204c;
  border-color: #0f204c;
}
.btn-primary:active {
  background-color: #0f204c;
  border-color: #0f204c;
}
.btn-primary.active {
  background-color: #0f204c;
  border-color: #0f204c;
}

.btn-check:checked + .btn-outline-primary {
  background-color: #183276;
  border-color: #183276;
}

.btn-outline-primary {
  color: #183276;
  border-color: #183276;
}
.btn-outline-primary:hover {
  background-color: #0f204c;
  border-color: #0f204c;
}
.btn-outline-primary:active {
  background-color: #0f204c;
  border-color: #0f204c;
}
.btn-outline-primary.active {
  background-color: #0f204c;
  border-color: #0f204c;
}

.text-primary {
  color: #183276 !important;
}

.car-item {
  margin: 16px;
}
.car-item .car-item-header {
  background-color: #183276;
  color: white;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}
.car-item .car-item-body {
  color: #183276;
  background-color: #f2f2f2;
  text-align: center;
  padding: 16px;
}
.car-item .car-item-body div {
  text-align: left;
}
.car-item .car-item-body img {
  padding: 24px;
  width: 300px;
  height: 240px;
  background-size: cover;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease-in-out;
}
.car-item .car-item-body img:hover {
  transform: scale(1.2);
}
.car-item .car-item-body .btn {
  position: relative;
  top: 28px;
  width: 200px;
}

.bg-primary {
  background-color: #183276 !important;
}

input[type=range] {
  width: 100%;
  margin: 6px 0;
  background: transparent;
  background-color: transparent;
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  background: #183276;
  border: 0;
  border-radius: 1px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 4px solid #183276;
  border-radius: 8px;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #0f204c;
}

input[type=range]::-moz-range-track {
  background: #183276;
  border: 0;
  border-radius: 1px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 4px solid #183276;
  border-radius: 8px;
  cursor: pointer;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  width: 100%;
  height: 4px;
  cursor: pointer;
}

input[type=range]::-ms-fill-lower {
  background: #0f204c;
  border: 0;
  border-radius: 2px;
}

input[type=range]::-ms-fill-upper {
  background: #183276;
  border: 0;
  border-radius: 2px;
}

input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 4px solid #183276;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 0px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #183276;
}

input[type=range]:focus::-ms-fill-upper {
  background: #0f204c;
}

input[type=range] {
  margin: 0;
}

.form-range {
  display: table;
  position: relative;
  clear: both;
  margin-top: 8px;
}
.form-range .form-range-group {
  position: relative;
  height: 24px;
}
.form-range .form-range-group input[type=range] {
  position: absolute;
  top: 10px;
  z-index: 1;
}
.form-range .form-range-group input[type=range]::-webkit-slider-runnable-track {
  height: 0;
}
.form-range .form-range-group input[type=range]::-ms-track {
  height: 0;
}
.form-range .form-range-group input[type=range]::-moz-range-track {
  height: 0;
}
.form-range .form-range-group::after {
  position: absolute;
  top: 10px;
  left: 0;
  height: 4px;
  background: #183276;
  content: "";
  width: 100%;
  z-index: 0;
}
.form-range .form-range-group .range-value-min, .form-range .form-range-group .range-value-max {
  position: absolute;
  top: -30px;
  background: #183276;
  height: 30px;
  color: white;
  padding: 4px;
  border-radius: 4px;
  display: none;
}
.form-range .range-value {
  position: absolute;
  top: -30px;
  background: #183276;
  height: 30px;
  color: white;
  padding: 4px;
  border-radius: 4px;
  display: none;
}
.form-range .form-range-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-range .form-range-footer span:last-child {
  margin-left: auto;
}

.pagination {
  align-items: center;
  justify-content: center;
}
.pagination .page-item:first-child, .pagination .page-item:last-child {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}

.page-link {
  border: none;
  color: #183276;
  padding: 0.15rem 1.25rem;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.page-item.active .page-link {
  background-color: #183276;
  border-color: #183276;
  border-radius: 0.5rem;
}

.message-buttons {
  position: fixed;
  right: 24px;
  bottom: 48px;
  width: 64px;
  z-index: 99999;
}
.message-buttons a {
  display: inline-block;
  margin-bottom: 0.7rem;
  transition: all 0.3s ease-in-out;
}
.message-buttons a:hover {
  transform: scale(1.2);
}

.img-brand-brands {
  height: 32px;
  max-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: cover;
}

.rounded-10 {
  border-radius: 1rem;
}

.form-check-input:checked {
  background-color: #183276;
  border-color: #183276;
}

footer a {
  text-decoration: none;
  color: inherit;
}

.home-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 16px !important;
  color: white;
  display: flex;
  align-items: flex-end;
  font-size: 32px;
  font-weight: 500;
  opacity: 0.9;
}
.home-bg-img:hover {
  opacity: 1;
}
.home-bg-img a {
  text-decoration: none;
  color: white;
  margin-bottom: 0;
  line-height: 1.2;
}

.text-terms {
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

.cotiza-container {
    background-image: url('https://test.interamericana-norte.com/images/demo/cotiza.jpeg');
    background-size: 600px;

  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 4rem;
  text-align: right;
}
.cotiza-container p{
   line-height:1.3
}

.cotiza-container .btn {
  padding-left: 24px;
  padding-right: 24px;
}

.marcas-container {
  overflow: hidden;
  position: relative;
  height: 128px;
  width: 100%;
}
.marcas-container .marcas-track {
  display: flex;
  margin-top: 22px;
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
  width: calc(240px * var(--brands-count) * 2);
}
.marcas-container .marcas-track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.marcas-container .marcas-track a {
  display: inline-block;
  text-align: center;
  width: 240px;
}
.marcas-container .marcas-track img {
  width: 240px;
  padding: 4px;
  background-size: cover;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease-in-out;
}
.marcas-container .marcas-track img:hover {
  transform: scale(1.2);
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-240px * var(--brands-count)));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-240px * var(--brands-count)));
  }
}
.chat-icons {
  position: fixed;
  bottom: 96px;
  left: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.chat-icons .chat-icon {
  text-decoration: none;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.chat-icons .chat-icon:hover {
  transform: scale(1.1);
}
.chat-icons img {
  width: 64px;
  height: 64px;
}

h4.text-primary {
  font-size: 2rem;
}

.dots-container .dot-item {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 8px 16px;
  background-color: #d8d8d8;
  transition: all 0.1s ease-in-out;
}
.dots-container .dot-item.active {
  background-color: #183276;
}
.dots-container .dot-item:hover {
  background-color: #183276;
}

.brand-filter-container {
  max-height: 200px;
  overflow-y: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.brand-filter-container .form-check {
  margin-bottom: 0.5rem;
}

.brand-filter-btn {
  width: 100%;
  text-align: left;
}

.brand-filter-divider:not([size]) {
  color: #646464;
  background: #646464;
  height: 3px;
  opacity: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.accordion-button:not(.collapsed) {
  color: #183276;
}

.group-pv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-pv button {
  height: 64px;
  border-radius: 12px !important;
  background-color: #f8f8f8 !important;
  color: #424242;
  font-weight: bold;
  padding-left: 24px;
  padding-right: 24px;
  margin: 8px;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.group-pv button.active {
  background-color: #646464 !important;
  color: white;
}
.group-pv button:hover {
  color: #424242;
}
.group-pv button:not(:first-child) {
  margin-left: 16px;
}

.image-header {
  position: relative;
}
.image-header img {
  width: 100%;
  height: 500px;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-header span {
  font-family: Brittanian;
  font-size: 8rem;
  color: white;
  position: absolute;
  bottom: 96px;
  right: 96px;
}
.h1-tittle {
  font-family: Brittanian;
  font-size: 8rem;
  color: white;
  position: absolute;
  bottom: 96px;
  right: 96px;
}

.blue-header {
  position: relative;
  height: 240px;
  background: #305B97;
  color: white;
}
.blue-header .title {
  font-family: Brittanian;
  font-size: 8rem;
  position: absolute;
  top: 0;
  left: 6rem;
}
.blue-header .description {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 32px;
  font-size: 1.75rem;
  font-weight: bold;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.about-us-description {
  padding-left: 200px;
  padding-right: 200px;
  font-size: 18px;
}

.car-item-marca .img-car-item {
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-brands-back {
  width: 200px;
  border-radius: 14px;
}

.divider-64 {
  height: 64px;
}

.toolbar-body-sm {
  display: none !important;
}

.toolbar-header-sm {
  display: none !important;
}

.footer-contact {
  min-width: 400px;
}

#carousel_posts .carousel-control-prev {
  width: auto;
  left: -32px;
}
#carousel_posts .carousel-control-next {
  width: auto;
  right: -32px;
}
#carousel_posts .carousel-control-prev-icon {
  background-image: url("/images/arrow_left.png") !important;
  width: 10px;
  height: 36px;
}
#carousel_posts .carousel-control-next-icon {
  background-image: url("/images/arrow_right.png") !important;
  width: 10px;
  height: 36px;
}

.carousel-posts-container {
  padding-top: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 1rem;
}


@media (max-width: 575.98px) {
    .modal-content {
        margin-top:80px !important;
        max-width: 90% !important; 
    }
    .wsp-button {
        display:block !important;
    }
    .message-buttons {
        display:none;
    }
    
  .cotiza-container {
    background-size: 400px;
  }
  .cotiza-container p {
    margin-top: 70%;
    line-height:1;
  }
    .cotiza-container .btn {
      margin-top:20px;
    }
  footer > div {
    flex-basis: max-content !important;
  }

  .carousel-indicators {
    bottom: 24px;
  }

  .p-5 {
    padding: 1rem !important;
  }

  .ps-5 {
    padding-left: 1rem !important;
  }

  .pe-5 {
    padding-right: 1rem !important;
  }

  .office-finder {
    top: -46px;
    margin-bottom: 48px;
  }
  .office-finder .office-finder-body {
    padding: 0;
    flex-wrap: wrap !important;
  }
  .office-finder .office-finder-body .form-select {
    flex: 1 1 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .office-finder .office-finder-body button {
    flex: 1 1 100%;
  }

  #carouser_finding a {
    flex: 1 1 100%;
  }

  .social-icons-container {
    text-align: center;
  }
  .social-icons-container img {
    height: 28px;
  }

  .post-container img {
    width: 100%;
  }

  .about-us-description {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .image-header img {
    height: 300px;
  }
  .image-header span {
    font-size: 7rem;
    bottom: 46px;
    left: 16px !important;
    line-height: 0.9;
  }

  .car-item-marca {
    flex: 1 1 100%;
  }
  .car-item-marca .img-car-item {
    height: 200px;
  }
  .car-item-marca .btn-secondary {
    padding: 1rem 3rem;
  }

  .buttons-brands {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .buttons-brands a {
    flex: 1 1 100%;
    padding: 8px;
    font-size: 1rem;
  }
  .buttons-brands > div {
    flex: 1 1 100%;
  }
  .buttons-brands > div select {
    padding: 12px;
    font-size: 1rem;
    margin-top: 8px;
  }

  .locales-container .col {
    flex: 1 1 100%;
  }

  .seminuevos-container .col {
    flex: 1 1 100%;
    margin-bottom: 16px;
  }

  .citas-container .col {
    flex: 1 1 100%;
    margin-bottom: 16px;
  }

  .divider-64 {
    height: 16px;
  }

  .blue-header .title {
    line-height: 0.9;
    font-size: 7rem;
    left: 16px;
    right: 16px;
    overflow-wrap: anywhere;
  }
  .blue-header .description {
    bottom: 16px;
  }

  .bh-lg {
    height: 300px;
  }

  .pagos-container .col {
    flex: 1 1 100%;
    margin-bottom: 16px;
  }
  .pagos-container .pagos-buttons {
    margin: 0 !important;
  }

  .col-xs-12 {
    flex: 1 1 100%;
  }

  .valuables-container {
    flex-wrap: wrap;
  }

  .footer-contact {
    min-width: 300px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .car-item .car-item-body img {
    width: 100%;
    padding: 0;
  }

  .post-container div {
    flex: 1 1 100% !important;
  }
  .post-container img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
  }

  footer > div {
    flex-basis: max-content !important;
  }

  .buttons-brands a {
    padding: 8px;
    font-size: 1rem;
  }
  .buttons-brands select {
    padding: 12px;
    font-size: 1rem;
    margin-top: 8px;
  }
}
@media (max-width: 991.98px) {
  footer {
    padding-top: 1rem;
  }

  .toolbar-header {
    display: none;
  }

  .toolbar-body {
    display: none;
  }

  .toolbar-header-sm {
    border-radius: 0;
    display: block !important;
    text-align: center;
  }

  .toolbar-body-sm {
    display: block !important;
  }

  .dropdown-toggle::after {
    display: none;
  }

  #carousel_posts .carousel-control-prev {
    display: none;
  }
  #carousel_posts .carousel-control-next {
    display: none;
  }

  .carousel-posts-container {
    padding: 2rem;
  }
  #carousel-hero .carousel-control-prev {
    display: none;
  }
  #carousel-hero .carousel-control-next {
    display: none;
  }
}

.controls.selector {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}
.position-relative {
    position: relative!important;
}
.controls.selector span{
  
  cursor: pointer;
}

.controls.selector .control.active {
  border-bottom: 2px solid #183276;
}


.bg-aside aside{
  background: #fff;
  transition: all .3s ease;
  position: fixed;
  width: 25%;
  left: 0;
  height: 100%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.col-wrap {
  position: relative;
  height: 100%;
}

.bg-aside aside:hover .cover-bar{
    opacity: 0;
   -webkit-transition: all .5s;
 
}

.cover-bar {
  position: absolute;
  background: #fff;
  height: 100%;  
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}

.col-box {
     direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    outline: none!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    padding: 15px;
    height: 100vh;
  
  overflow-y: scroll;
  overflow-x: auto;
  padding-bottom: 50px;
}
.col-box::-webkit-scrollbar {
  width: .4em; 
}
.col-box::-webkit-scrollbar,
.col-box::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}
.col-box::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
}

.bg-filter{
  display: none;
  margin-bottom: 10px;
}
.btn-filter{
  background-color: #183276;
  color: #fff;
}
.bg-aside{
  display: block;
}


.bg-aside.bg-fixed aside{
  position: fixed;
  top: 91px; 
}

.cat-rows{
    display: flex;
    margin-bottom: 12px;
    justify-content: center;
}
.cat-rows-slider{
    display: flex;
    margin-bottom: 12px;
    justify-content: center;
}

.cat-rows .cat-card{
    display: inline-grid;
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
}
.cat-rows .cat-card span{
    font-size: 11px;
    color:  #183276;
    font-weight: 600;
}

.cat-rows .cat-card.active{
    border-bottom: 3px solid #183276;
}

.cat-rows .cat-card:hover{
    background: #f4f4fb;
    font-weight: 900;
    
}

.cat-rows img{
 width: 70px;
    
}


.cat-rows-slider .cat-card{
    display: inline-grid;
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
}
.cat-rows-slider .cat-card span{
    font-size: 11px;
    color:  #183276;
    font-weight: 600;
}

.cat-rows-slider .cat-card.active{
    border-bottom: 3px solid #183276;
}

.cat-rows-slider .cat-card:hover{
    background: #f4f4fb;
    font-weight: 900;
    
}
.cat-rows-slider img{
 width: 70px;
    
}

.categories-movil{
    display:none;
}

@media (max-width: 767px)
{
  .categories-movil{
      display: block;
  }
  .bg-filter{
    display: block;
  }
  .bg-aside{
    display: none;
  }
  .cat-rows{
      display:none;
  }
}

.banner {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.banner-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.banner-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.banner-buttons {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.img-width-full{
    max-width:100%;
    height: auto;
}
.card-model{
    position: relative;
    overflow: hidden;
    padding: 0.1rem;

}

.card-title-content{
    
    position: absolute;
    left: 20px;
    top: 20px;
}

.card-model-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.card-model-img:hover img{
    
  transform: scale(1.2);

}
/* Estilos del modal para formulario cotizador en HOME */


.modal-content {
    background-color: #fefefe;
    margin: 5% auto; 
    border: 1px solid #888;
    width: 100%; 
    max-width: 40%; 
}

.close-button 
{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-left: 20px;
}

.close-button:hover,
.close-button:focus {
    color: black;

    text-decoration: none;
    cursor: pointer;
}