* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Regular and Medium variants */
@font-face {
    font-family: 'VWHead';
    src: url('fonts/VWHeadRegular.otf') format('otf'), /* Regular */
         url('fonts/VWHeadRegular.otf') format('otf'); /* Medium */
    font-weight: normal; /* Default weight */
    font-style: normal; /* Default style */
}

/* Bold variant */
@font-face {
  font-family: 'VWText Bold';
  src: url('fonts/VWTextBold.otf') format('otf');
  font-weight: bold; /* Specify bold weight */
  font-style: normal; /* Default to style */
}

/* Medium variant */
@font-face {
  font-family: 'VWText Regular';
  src: url('fonts/VWTextRegular.otf') format('otf');
  font-weight: normal; /* Specify bold weight */
  font-style: normal; /* Default to style */
}

/* Book variant */
@font-face {
  font-family: 'VWText Book';
  src: url('fonts/VWText-Light.otf') format('otf');
  font-weight: normal; /* Specify bold weight */
  font-style: normal; /* Default to style */
}

/* Medium variant 2 */
@font-face {
  font-family: 'Futura Medium2';
  src: url('fonts/FuturaPTMedium2.woff') format('woff');
  font-weight: normal; /* Specify bold weight */
  font-style: normal; /* Default to style */
}

/* Bold variant 2 */
@font-face {
  font-family: 'Futura Bold2';
  src: url('fonts/FuturaPTBold2.woff') format('woff');
  font-weight: normal; /* Specify bold weight */
  font-style: normal; /* Default to style */
}

/* Extra */
@font-face {
  font-family: 'Futura Demi';
  src: url('fonts/FFutura_PT_Demi.otf') format('opentype');
  font-weight: normal; /* Specify bold weight */
  font-style: normal; /* Default to style */
}

@font-face {
  font-family: 'Futura Bold3';
  src: url('fonts/FFutura_PT_Bold.otf') format('opentype');
  font-weight: normal; /* Specify bold weight */
  font-style: normal; /* Default to style */
}

@font-face {
  font-family: 'Futura Heavy';
  src: url('fonts/FFutura_PT_Heavy.otf') format('opentype');
  font-weight: normal; /* Specify bold weight */
  font-style: normal; /* Default to style */
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: 'Futura', sans-serif; /* Use Futura font */
  background-color:#ffffff;/* #1f1f1f; */
  color: #001f4e;
  margin: 0;
  padding: 0;

}

h1{
  font-size: 30px;
  font-weight: 500;
}
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 300;
  font-size: 1.2em;
}


h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
  letter-spacing: 0.065rem;
  text-transform: uppercase;
}

h6 {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.19rem;
}

.heading-color {
  color: var(--accent-color);
}

a {
  text-decoration: none;
}


/* bootstrap button style  */

.btn {
  --bs-btn-padding-x: 1.88em;
  /* --bs-btn-padding-y: 0.75rem; */
  --bs-btn-font-family: var(--heading-font);
  --bs-btn-font-size: 1.1875rem;
  --bs-btn-font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-primary {
  background-color: #001f4e;
  background-size: 200% auto;
  border: none;
  transition: 0.7s all;
  -webkit-transition: 0.7s all;
}

.btn-primary:hover {
  background-position: right center;
  background-color: #001f4e;
}


/*---- navigation section style start ----*/

.navbar {
  font-family: var(--heading-font);
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: var(--bs-black);
  --bs-navbar-hover-color: var(--accent-color);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: var(--accent-color);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
}

.nav-link {
  font-size: 1rem;
  font-weight: 700;
}

nav.navbar {
  z-index: 999999;
  background-color: #fafafa;
}


/* dropdown style  */

.dropdown-menu {
  --bs-dropdown-border-radius: 0px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-gray);
  color: var(--bs-black);
}

.dropdown-item {
  font-weight: 600;
  color: var(--bs-black);
}

@media only screen and (max-width: 1200px) {
  a.phone-no {
    display: none;
  }
}

@media only screen and (max-width: 1800px) {
  .pattern-overlay {
    display: none;
  }
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: var(--accent-color) !important;
}



/*---- hero section style start ----*/

.pattern-overlay.pattern-right {
  top: 30%;
  right: 0px;
}

form.hero-form {
  background: #2b2b2b;
}

.form-label {
  font-size: 0.875rem;
  color: var(--bs-black);
  text-transform: uppercase;
}

.form-control {
  /* border: none; */
  border-radius: 0;
}




/* Target the select element */
.form-control.custom-input {
  color: #001f4e; /* Text color for the selected option */
  background-color: #FFF; /* Background color */
}

/* Target the options within the select */
.form-control.custom-input option {
  color: #272727 !important; /* Text color for the options */
  background-color: #ffffff; /* Background color */
}

/*---- partner section style start ----*/

img.logo-image {
  filter: saturate(0);
  opacity: 50%;
  transition: ease-in 0.2s;
}

img.logo-image:hover {
  filter: saturate(100%);
  opacity: 1;
}



/*---- testimonial section style start ----*/

section#testimonial {
  background: linear-gradient(90deg, #001f4e 0%, #D06051 100%);
}

.testimonial-pattern-overlay.pattern-right {
  top: 35%;
  right: 0px;
}

.testimonial-pattern-overlay.pattern-left {
  top: 20%;
  left: 0px;
}

.testimonial-content {
  background: #F9E9E9;
}

iconify-icon.rate {
  color: #F2B821;
}

/* swiper overide 
--------------------------------------------------------------*/

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, var(--bs-light));
}


/*---- services section style start ----*/

.services-components {
  border: 1px solid var(--accent-color);
  transition: all 0.5s ease-in;
}

iconify-icon.services-icon {
  font-size: 80px;
  color: var(--accent-color);
  transition: all 0.5s ease-in;
}

.services-heading {
  transition: all 0.5s ease-in;
}

.service-btn {
  transition: all 0.5s ease-in;

}

/* .services-components:hover {
  background: var(--accent-color);
  color: var(--bs-light);
}

.services-components:hover .services-heading,
.services-components:hover iconify-icon.services-icon {
  color: var(--bs-light);
}

.services-components:hover .service-btn {
  background: var(--bs-light);
  color: var(--bs-black);
  transition: all 0.5s ease-in;
} */


/*---- projects section style start ----*/

section#projects {
  background: var(--accent-color);
}

button.filter-button {
  font-family: var(--heading-font);
  border: 1px solid #FFF;
  background: transparent;
  color: var(--bs-light);
  text-transform: uppercase;
  font-size: 1rem;
  transition: all 0.3s ease-in;
}

button.filter-button.active {
  color: var(--bs-dark);
  background: var(--bs-light);
}

button.filter-button:hover {
  color: var(--bs-dark);
  background: var(--bs-light);
}


.item .description {
  width: 90%;
  height: 90%;
  position: absolute;
  bottom: 20px;
  left: 15px;
  z-index: 5;
  opacity: 0;
  background: rgba(255, 255, 255, 0.90);
  transition: all 0.5s ease-in;
}

.item:hover .description {
  opacity: 1;
}

@media only screen and (min-width:770px) and (max-width: 1400px) {
  .item .description {
    text-align: start;
  }

  .project-date,
  .project-heading {
    display: none;
  }
}

@media only screen and (min-width:770px) and (max-width: 1200px) {
  .item .description {
    left: -5px;
    background: none;
  }
}



/*---- process section style start ----*/

.process-components {
  border-bottom: 2px dotted var(--accent-color);
  /* border-top: 2px solid var(--accent-color); */
  transition: ease-in 0.3s;
}

img.arrow {
  opacity: 0;
}

iconify-icon.process-icon {
  color: var(--accent-color);
  font-size: 110px;
}



/*---- faq section style start ----*/

/* accordian style override  */

.accordion {
  --bs-accordion-border-color: var(--accent-color);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-btn-icon: url('https://api.iconify.design/ion/caret-down.svg?color=%23d06051&width=30');
  --bs-accordion-btn-active-icon: url('https://api.iconify.design/ion/caret-down.svg?color=%23d06051&width=30');
  --bs-accordion-border-radius: 0px;
}

.accordion-header {
  margin-bottom: 0;
  border-top: 1px solid var(--accent-color);
}

.accordion-button {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
  letter-spacing: 0.065rem;
  text-transform: uppercase;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--heading-color);
  background-color: var(--bs-light);
  box-shadow: none;
}


/*---- cta section style start ----*/

section#cta {
  background-color:#edede3;
 
}

.cta-button {
  background: var(--bs-light);
  color: var(--bs-black);
}

.cta-button:hover,
.cta-button:active,
.cta-button:focus {
  background: var(--bs-light);
  color: var(--bs-black);
}

@media only screen and (max-width: 770px) {
  .cta-pattern-overlay {
    display: none;
  }
}


/*---- footer section style start ----*/

iconify-icon.contact-icon {
  color: var(--bs-black);
  font-size: 24px;
}

iconify-icon.social-link-icon {
  color: rgba(208, 96, 81, 0.60);
  font-size: 24px;
}

iconify-icon.social-link-icon.active,
iconify-icon.social-link-icon:hover {
  color: #D06051;
}


/*--------------------------------------------------------------
About page style
--------------------------------------------------------------*/

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--bs-light);
}


/*--------------------------------------------------------------
  Blog page style
  --------------------------------------------------------------*/

.active>.page-link,
.page-link.active {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}


.form-control:focus {
  border-color: var(--bs-black);
  box-shadow: none;
}


/*--------------------------------------------------------------
  Price page style
  --------------------------------------------------------------*/


.plan-post {
  border: 1px solid var(--accent-color);
}

span.price-tick {
  color: var(--accent-color);
}

.price-option {
  height: 320px;
}

.recommend-price {
  background: #D06051;
}

/*--------------------------------------------------------------
  Project page style
  --------------------------------------------------------------*/

button.filter-button.gallery-btn {
  letter-spacing: 0.075rem;
  border: 1px solid var(--bs-border-color);
  background: transparent;
  color: var(--bs-black);
  text-transform: uppercase;
  font-size: 1rem;
  transition: all 0.3s ease-in;
}

button.filter-button.gallery-btn.active {
  color: var(--bs-light);
  background: var(--accent-color);
}

button.filter-button.gallery-btn:hover {
  color: var(--bs-light);
  background: var(--accent-color);
}



/*--------------------------------------------------------------
reviews section style start
--------------------------------------------------------------*/

.reviews-components {
  border: 2px solid #FAFAFA;
  box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
  border-radius: 9px;
}

iconify-icon.quote {
  font-size: 60px;
  color: var(--accent-color);
}

.rate {
  color: var(--accent-color);
}

    

      .form-check-label {
        margin-left: 0.25rem;
        margin-right: 0.25rem;    
      }
  
     
      .custom-list {
        list-style-type: square;
        color: white;
        padding-left: 2.8rem;
        margin-left: 30px;
      
        
      }
  
      .custom-list li {
        margin-bottom: 0.5rem;
        font-weight:lighter;
        color: #001f4e;
     

      }
  
      /* General style for the input and textarea fields */
      .custom-input {
        background-color: transparent;
        border: none;
        line-height: 1em;
        border-bottom: 2px solid #001f4e;
        color: white;
        border-radius: 0;
        margin-bottom: 0.85rem;
      }
  
      .custom-input:focus {
        box-shadow: none;
        outline: none;
        border-bottom: 2px solid #003585;
        background-color: #11111100;
        color: #d1d1d1;
        /* Adjust this color to match the button color */
      }
  
      /* Style for the button */
      .btn-block {
        width: 100%;
      }
  
      .btn-danger {
        background-color: #323c4b;
        /* Adjust this color as needed */
        border-color: #323c4b;
        /* Adjust this color as needed */
      }
  
      .carousel-indicators img {
        /* width: 70px; */ /* MMM */
        display: block;
      }
  
      .carousel-indicators button {
        width: max-content !important;
      }
  
      .carousel-indicators {
        position: unset;
       
      }
  
      .carousel-indicators button.active img {
        border: 2px solid white;
      }
      #formulario{
        background-color: #ffffff;
      }

      .brand {
        color: #001f4e;
        font-size: 40px;
        
      }
      
      .cuotas-desde {
        font-size: 14px;
        line-height: 16px;
      }
      
      .foral {
        text-align: start;
        margin-bottom: -0.3rem;
      }

      .form-margin {
      font-size: initial;
      margin-left: 30px;
      margin-right: 30px;
    }

    .ocultarForm {
      background-color: #272727;
      color: #272727;
      border-color: #272727;
      float: inline-end
    }

  
    .car-title {
      color: #d1d1d1;
      text-indent:0px;
      text-indent: -75px; /* Moves the element sideways */
      margin-top: -84px; /* Moves the element up/down */
      font-size: 11px;

    }


/* anchor scroll */

#formulario {
  scroll-margin-top: 100px; /* Adjust this value to match the height of your sticky header */
}

/* navs */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23001f4e'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")!important;
  background-size: 70px; /* Increase the size of the icon */
  /* z-index: 10; /* Adjust the stacking order */
  opacity: 1; /* Ensure opacity is not applied */ 
  margin-top: -13rem; /* Adjust margin to move the entire container */
  margin-left: 2rem; /* Adjust margin to move the entire container */
  transform: scaleX(0.66); /* Flip horizontally for next button */

}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23001f4e'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
  background-size: 70px; /* Increase the size of the icon */
  opacity: 1; /* Ensure opacity is not applied */
  margin-top: -13rem; /* Adjust margin to move the entire container */
  margin-right: 2rem; /* Adjust margin to move the entire container */
  transform: scaleX(0.66); /* Flip horizontally for next button */
}


    /* Custom CSS to style radio button */
    .form-check-input {
      /* Hide default radio button */
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      appearance: none !important;
      /* Custom radio button style */
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 9px solid #001f4e !important; /* White border for unchecked state */
      background-color: #fff !important; /* White background for unchecked state */
      outline: none !important;
      cursor: pointer;
      position: relative;
      transition: background-color 0.2s, border-color 0.2s;
    }

    /* Custom CSS for checked state */
    .form-check-input:checked::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #001f4e !important; /* Red circle for checked state */
      border-radius: 50%;
      border: 1px solid #001f4e!important; /* White border for checked state */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

  /* Custom styling for radio button labels */
  .form-check-label {
    color: #001f4e; /* White color label text */
    cursor: pointer;
  }

  /* pago-images */
  .pago-image {
    transform: scale(0.65); /* */
    
  }



.logo-container, .carousel-text, .accessories-container {
    text-align: center; /* Align content */
    margin-bottom: 20px; 
}
.carousel-text img {
    max-width: 75%; /* Reduce width */
}
.accessories-container img {
    max-width: 65%; /* Reduce width */
}

.form-check {
  padding-left: 0;
  margin-bottom: 1.125rem;
}

.custom-m-3 {
  /* margin-right: -6rem !important;
  margin-left: 4rem; */
  /* margin-right: 0 !important; */
  /* margin-left: 0 !important; */
  margin: 0px 10px 0px 10px !important; 

}

.image-container {
  margin-top: -20px;
}



.brand {
  margin-top: 0; /* Remove default margin for consistency */
}



.logo-container {
  display: inline-block; /* Ensures containers are inline and don't stretch */
 
  height: 50px; /* Set a fixed height */
/*   border: 1px solid #ccc; */ /* CONTROL */
  text-align: center; /* Center align content horizontally */
  vertical-align: top; /* Align containers from the top */
  margin-right: 155px;
  margin-bottom: -25px;
}

.logo-container h1 {
  margin: 0; /* Remove default margin of h1 */
  font-size: 44px; /* Example font size for h1 */
  line-height: 5px; /* Vertical centering of h1 within container */
}

.logo-container img {
  margin: 0; /* Remove default margin of img */
  max-width: 100%; /* Ensure image doesn't exceed container width */
  max-height: 100%; /* Ensure image doesn't exceed container height */
  vertical-align: middle; /* Vertically center the image */
}

.footerf {
  background: #000;
}

.radio-content {
  text-align: center;
  margin-top: 1rem; /* Adjust margin as needed */
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form-check .form-check-input {
  /* float: left; */
  margin-left: 0;
}


.custom-padding {
/*   padding-left: 20%;
  padding-right: 20%; */
  padding-left: 8rem;
  padding-right: 8rem;
}

@media (max-width: 1224px) {  /* Tablets and smaller */
  .custom-padding {
      padding-left: 6rem;
      padding-right: 6rem;
  }
}

@media (max-width: 768px) {  /* Phones */
  .custom-padding {
      padding-left: 5rem;
      padding-right: 5rem;
  }
}

.thumbswth {
  width: 8rem;
}

@media (max-width: 533px){
  .pago-image {
    transform: scale(0.55); /* */
    
  }
  .thumbswth {
    width: 6rem;
  }
  .car-title{
    text-indent: -45px;
    margin-top: -64px;
    font-size: 9px;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1226px) {
  .custom-padding {
    padding-left: 6rem;
    padding-right: 6rem;
}
}

@media (max-width: 400px){
.tituloPrecios{
  font-size: 20px

}
.pago-image {
  transform: scale(0.45); /* */
  
}
.custom-padding {
  padding-left: 6rem;
  padding-right: 6rem;
}

}

/* Default font size */
.responsive-text {
  font-size: 26px; /* Default font size */
}

/* Default font size */
.responsive-text2 {
  font-size: 28px; /* Default font size */
}

/* Media query for even smaller screens */
@media (max-width: 576px) {
  .responsive-text {
      font-size: calc(26px - 2px); /* Reduce font size by 2px */
  }
  .responsive-text2 {
    font-size: calc(26px - 2px); /* Reduce font size by 2px */
}
}

/* Add more media queries as needed */
@media (max-width: 480px) {
  .responsive-text {
      font-size: calc(26px - 3px); /* Reduce font size by 3px */
  }
  .responsive-text2 {
    font-size: calc(26px - 3px); /* Reduce font size by 3px */
}
 .custom-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}
.pago-image {
  transform: scale(0.45);
  }
}

/* Continue adding more media queries for finer adjustments */
@media (max-width: 360px) {
  .responsive-text {
      font-size: calc(26px - 4px); /* Reduce font size by 4px */
  }
  .responsive-text2 {
    font-size: calc(26px - 4px); /* Reduce font size by 4px */
}

.custom-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}
}












.img-resize {
    max-width: 100%; 
    height: auto;
}

.first-image {
    max-width: 45px; 
}

.bottom-image {
    
  position: relative;
  margin-left: -30px; 
  width: 85%;
  max-width: 9rem; 
}

.centered {
    text-align: center;
}

.carousel-indicators {
    display: flex;
}

.carousel-indicators button {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: none; /* Inicialmente oculta todos los botones */
}

.carousel-indicators button.active, 
.carousel-indicators button.show {
    display: block; /* Muestra solo los botones activos y visibles */
}


/* Prevent body overflow on mobile */
body {
  overflow-x: hidden; /* Prevent horizontal scroll */
  overflow-y: auto; /* Allow vertical scroll if content is longer */
}