x
/*Custom CSS for Select Web, Created by Mireilys, Last Updated: 06/04/ */

html, body {
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 height: 100%;
 width: 100%;
 color: BLACK;
 background-color: #fff;
}

body {
 overflow-x: hidden;
 scroll-behavior: smooth;
}
.h1 {
  color:#000!important;
  font-weight: bold;
}

.features-6.py-5.bg-alternate > .container > .row.text-center > .col-12 > h2 {
 color: rgb(248, 249, 250);
}

.features-6 {
 background-color: black;
}

.logo-wrapper {
 transition-behavior: normal, normal;
 transition-duration: 0.3s, 0.3s;
 transition-timing-function: ease, ease;
 transition-delay: 0s, 0s;
 transition-property: opacity, transform;
}

.logo-hidden .logo-wrapper {
 opacity: 0;
 transform: translateY(-20px);
 pointer-events: none;
}

.logo-section {
 height: 100px;
 overflow-x: hidden;
 overflow-y: hidden;
}

.bg-dark {
 background-color: rgb(0, 0, 0);
}


.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.hover-card {
 background-color: rgb(0, 0, 0);
}





.hover-card:hover {
 transform: translateY(-5px);
 background-color: rgb(255, 215, 0);
 color: rgb(0, 0, 0);
}

  /* Base Header */
  #top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
    background-color: #000;
    color: #fff;
  }

  /* Nav Links (both mobile + desktop) */
  #top-bar .nav-links {
    color: white!important;
    font-weight: bold!important;
    padding: 8px 16px!important;
    transition: all 0.3s ease!important;
    text-decoration: none!important;
    font-size: 16px!important;
  }
 #top-bar .nav-links a {
  color: white !important;
  font-weight: bold !important;
  padding: 8px 16px !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  font-size: 16px !important;
}

#top-bar .nav-links a:hover {
  color: #f4d22a !important;
  text-decoration: underline !important;
}

  .nav-link:hover {
    color: #ffc619 !important;
  }
  
  #top-bar .nav-link::after,
  #top-bar .nav-link:hover::after {
    display: none;
     color: #ffc619 !important;
    content: none;
  }

.video-background {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 overflow-x: hidden;
 overflow-y: hidden;
 z-index: 0;
}

body::before {
 content: "";
 display: block;
}

.video-background iframe {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 pointer-events: none;
 width: 192vh;
 height: 100vh;
}

.vehicle-icon {
 width: 180px;
 transition-behavior: normal, normal;
 transition-duration: 0.3s, 0.3s;
 transition-timing-function: ease, ease;
 transition-delay: 0s, 0s;
 transition-property: transform, box-shadow;
}

.vehicle-icon:hover {
 transform: scale(1.1);
}

.loan-section {
 background-size: cover;
 background-repeat: no-repeat;
 background-position-x: 50%;
 background-position-y: 50%;
 color: black;
 padding-top: 3rem;
 padding-right: 0px;
 padding-bottom: 3rem;
 padding-left: 0px;
}

.loan-card {
 background-color: #f8f9fa!important;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
 padding-top: 2rem;
 padding-right: 2rem;
 padding-bottom: 2rem;
 padding-left: 2rem;
 display: flex;
 flex-wrap: wrap;
 row-gap: 2rem;
 column-gap: 2rem;
 justify-content: space-between;
}

.loan-left, .loan-right {
 flex-grow: 1;
 flex-shrink: 1;
 flex-basis: 300px;
}

.loan-input {
 margin-bottom: 1rem;
}

.loan-input label {
 font-weight: bold;
 margin-bottom: 0.25rem;
 display: block;
}

.loan-input input, .loan-input select {
 width: 100%;
 padding-top: 0.5rem;
 padding-right: 0.5rem;
 padding-bottom: 0.5rem;
 padding-left: 0.5rem;
 background-color: #f8f9fa!important;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: rgb(68, 68, 68);
 border-right-color: rgb(68, 68, 68);
 border-bottom-color: rgb(68, 68, 68);
 border-left-color: rgb(68, 68, 68);
 border-image-source: initial;
 border-image-slice: initial;
 border-image-width: initial;
 border-image-outset: initial;
 border-image-repeat: initial;
 color: black;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 5px;
}

.term-buttons button {
 margin-right: 0.5rem;
 background-image: none;
 background-position-x: initial;
 background-position-y: initial;
 background-size: initial;
 background-repeat: initial;
 background-attachment: initial;
 background-origin: initial;
 background-clip: initial;
 background-color: initial;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: rgb(0, 0, 0);
 border-image-source: initial;
 border-image-slice: initial;
 border-image-width: initial;
 border-image-outset: initial;
 border-image-repeat: initial;
 color: rgb(0, 0, 0);
 padding-top: 0.5rem;
 padding-right: 1rem;
 padding-bottom: 0.5rem;
 padding-left: 1rem;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 5px;
}

.term-buttons .active {
 background-color: rgb(0, 0, 0);
 color: black;
}

.result-box {
 background-color: rgb(255, 255, 255);
 padding-top: 1.5rem;
 padding-right: 1.5rem;
 padding-bottom: 1.5rem;
 padding-left: 1.5rem;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
}

.result-box h2 {
 color: rgb(0, 0, 0);
}

.result-box p {
 margin-top: 0.5rem;
 margin-right: 0px;
 margin-bottom: 0.5rem;
 margin-left: 0px;
}

.text-white.pt-5.pb-4 > .container > .row.text-start > .col-md-3.mb-4 > p > .icon {
 line-height: 4px;
}

.card-body {
 background-color:white;
}

.term-buttons button.active {
 background-color: #ffc619;
 color: rgb(255, 255, 255);
}

.btn-conoce-mas {
 display: inline-block;
 padding-top: 10px;
 padding-right: 20px;
 padding-bottom: 10px;
 padding-left: 20px;
 background-color: #ffc619;
 margin-top: 20px;
 color: rgb(0, 0, 0);
 font-weight: bold;
 border-top-width: initial;
 border-right-width: initial;
 border-bottom-width: initial;
 border-left-width: initial;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
 border-top-color: initial;
 border-right-color: initial;
 border-bottom-color: initial;
 border-left-color: initial;
 border-image-source: initial;
 border-image-slice: initial;
 border-image-width: initial;
 border-image-outset: initial;
 border-image-repeat: initial;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 5px;
 text-decoration-line: none;
 text-decoration-thickness: initial;
 text-decoration-style: initial;
 text-decoration-color: initial;
 transition-behavior: normal, normal;
 transition-duration: 0.3s, 0.3s;
 transition-timing-function: ease, ease;
 transition-delay: 0s, 0s;
 transition-property: background-color, color;
}

.btn-conoce-mas:hover {
 background-color: #000000;
 color: rgb(255, 255, 255);
}

.nav-tabs .nav-link {
  color: #000 !important;
}

.nav-tabs .nav-link.active {
  color: #000 !important;
  border-color: #000 !important; /* optional: keeps the bottom border black too */
}

.btn-conoce-White {
 display: inline-block;
 padding-top: 10px;
 padding-right: 20px;
 padding-bottom: 10px;
 padding-left: 20px;
 background-color: #fff;
 margin-top: 20px;
 color: rgb(0, 0, 0);
 font-weight: bold;
 border-top-width: initial;
 border-right-width: initial;
 border-bottom-width: initial;
 border-left-width: initial;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
 border-top-color: initial;
 border-right-color: initial;
 border-bottom-color: initial;
 border-left-color: initial;
 border-image-source: initial;
 border-image-slice: initial;
 border-image-width: initial;
 border-image-outset: initial;
 border-image-repeat: initial;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 5px;
 text-decoration-line: none;
 text-decoration-thickness: initial;
 text-decoration-style: initial;
 text-decoration-color: initial;
 transition-behavior: normal, normal;
 transition-duration: 0.3s, 0.3s;
 transition-timing-function: ease, ease;
 transition-delay: 0s, 0s;
 transition-property: background-color, color;
}

.btn-conoce-White:hover {
 color: BLACK;
}

section > .loan-section > .mb-5 {
 float: none;
 text-align: center;
}

section > .container-fluid > .row > .col-lg-9.col-md-8 > .row.ads.g-4 > .col-md-4 > .card.vehicle-card.h-100 > .card-body.text-center {
 text-decoration-color: #212529;
}

.vehicle-card .card-badges .badge {
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.vehicle-card:hover.card-badges .badge {
  background-color: #000; 
}


.vehicle-card:hover .card-body {
  background-color: #000;

}


.btn-primary {
  color:#000000;
  background-color: #ffc619!important;
  border: #000;
  transition: ease-in;

}
.btn-primary:hover {
  color:#000000;
  background-color: #8c6f19!important;
  border: #000;

}



.card-badges {
background-color: #000!important;
 
}

/*Bottom Popups CSS */
.custom-popup {
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1051;
  background: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  min-width: 280px;
}
.popup-content h5 {
  margin-bottom: 1rem;
}

.fullscreen-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 1051;
  display: flex;
  flex-direction: column;
  justify-content: start;
  overflow-y: auto;
}

.popup-header {
  background: #f8f9fa;
}

.popup-body {
  flex-grow: 1;
}

.d-none {
  display: none !important;
}

@keyframes popupSlideIn {
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.hover-card {
  background-color: white;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  color: black;
}

.hover-card:hover {
  background-color: #fff; 
  color: #000;               
  transform: scale(1.03);    
  
}

.custom-style {
  color: #000;
  font-weight: bold;
  font-size: 0.875rem; /* matches Bootstrap's .small */
}

.hover-card:hover h6,
.hover-card:hover p {
  color: #000; 
}
  footer a.text-white:hover,
  footer .contact-link:hover {
    color: #fff !important;
    text-decoration: underline;
    transition: all 0.3s ease;
  }

  footer i.fab,
  footer i.fas {
    transition: transform 0.3s ease;
  }

  footer a:hover i.fab,
  footer a:hover i.fas {
    transform: scale(1.2);
    color: #fff;
    font-weight: bold;
  }

  footer ul li a:hover {
    padding-left: 5px;
    transition: padding 0.3s ease;
  }


  /*Accordion Styles */

  /* Accordion container style */
.accordion-item {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Accordion header button style */
.accordion-button {
  background-color: #f8f9fa;
  color: #212529;
  font-weight: 600;
  border: none;
  box-shadow: none;
  padding: 0.75rem 1rem;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #eee;
}

/* Hover effect */
.accordion-button:hover {
  background-color: #f0f0f0;
}

/* Collapsed state arrow fix */
.accordion-button::after {
  filter: invert(40%);
}

/* Active/opened state */
.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #000;
}

/* Accordion body style */
.accordion-body {
  padding: 1rem;
  font-size: 0.95rem;
  color: #333;
  background-color: #ffffff;
}

/* Optional: Tooltip icon soft grey */
.accordion-button i.fas.fa-info-circle {
  color: #aaa;
}
        .triangle-section {
  position: relative;
  height: 100vh;
  background: url('https://your-image-url.com/background.jpg') no-repeat center center;
  background-size: cover;
  overflow: hidden;
  color: white;
}

.overlay-panels {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
}

.overlay-panel {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
   border: 1px solid rgba(255, 255, 255, 0.3); 
}
.label {
  background: white;
  color: black;
  font-weight: bold;
  padding: 12px 24px;
  font-size: 20px;
  border-radius: 4px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.label:hover {
  transform: scale(1.1);
  background: #f0f0f0;
}

.logo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  pointer-events: none;
}

.logo-img {
  max-width: 180px;
  margin-bottom: 20px;
}

.logo-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
}

/* Pop up CSS */
.tool-card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Optional: animate the icon itself */
.tool-card i {
  transition: transform 0.3s ease;
}

.tool-card:hover i {
  transform: scale(1.2);
}


/*Site's @media for Iphone and Ipad*/
@media (max-width: 767px) and (min-width:200px) {
 #top-bar .container-fluid {
  align-items: center;
}
  #top-bar .nav-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1.5rem;
  }

#top-bar .nav-link {
  padding: 0.5rem 0.75rem;
  white-space: nowrap;
}
  .vehicle-icon {
    max-width: 90px;   
    height: auto;
  }

  .vehicle-icon + h5 {
    font-size: 0.9rem; 
  }

 footer .row {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
  }

  footer .col-md-3 {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1.5rem;
  }

  footer ul {
    padding-left: 0;
  }

  footer ul li {
    list-style: none;
  }

  
  footer .d-flex.gap-3 {
    justify-content: center;
  }

  
  footer .d-flex.align-items-start {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  footer .d-flex.align-items-start i {
    margin-bottom: 5px;
  }

  footer .contact-link {
    display: inline-block;
    text-align: center;
  }
}



/*@Media for Filter*/

  @media screen and (max-width: 991px) {
  #mobileFilters {
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .video-header {
    min-height: 75vh !important;
    padding-top: 40px !important;
  }
}

  /* Desktop Nav Layout */
  @media (min-width: 768px) {
    #top-bar .nav-links {
      display: flex !important;
      justify-content: flex-end;
      align-items: center;
      gap: 1.5rem;
    }
  }

  /* Mobile Burger Menu & Links */
  @media (max-width: 767px) {
    #top-bar .nav-link {
      display: block;
      padding: 0.75rem 1rem;
      font-size: 16px;
    }

    #mobile-nav {
      padding: 1rem;
    }
  }
/*Cálcula tu Pago CSS @media */
  @media (max-width: 767.98px) {
  .loan-card {
    border: 1px solid #ddd;
    padding: 1rem;
    background: #f9f9f9;
    border-radius: 0.5rem;
  }
}

