html {
     font-size: 16px;
 }
 
 @font-face {
     font-family: 'DMSans';
     src: url('../fonts/DMSans-Bold.ttf') format('truetype');
     font-weight: 700;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'DMSans';
     src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
     font-weight: 700;
     font-style: italic;
 }
 
 @font-face {
     font-family: 'DMSans';
     src: url('../fonts/DMSans-Italic.ttf') format('truetype');
     font-weight: 400;
     font-style: italic;
 }
 
 @font-face {
     font-family: 'Roboto';
     src: url('../fonts/Roboto-Regular.ttf') format('truetype');
     font-weight: 400;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'Roboto';
     src: url('../fonts/Roboto-Medium.ttf') format('truetype');
     font-weight: 500;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'Roboto';
     src: url('../fonts/Roboto-Bold.ttf') format('truetype');
     font-weight: 700;
     font-style: normal;
 }
 
 svg {
     font-family: 'Roboto', sans-serif !important;
 }
 
 body {
     font-family: 'Roboto', sans-serif;
     overflow-x: hidden;
 }
 
 @media (max-width: 768px) {
     body {
         margin: 0px;
     }
 }
 
 h1, h2, h3, h4, h5, h6 {
     font-family: 'DMSans', sans-serif;
     text-transform: uppercase;
 }
 
 h1 {
     font-size: 32px;
     font-weight: 700;
     font-style: italic;
     text-align: left;
 }
 
 @media (max-width: 768px) {
     h1 {
         font-size: 24px;
         text-align: center;
     }
 }
 
 h2 {
     font-size: 28px;
     font-weight: 500;
     font-style: italic;
 }
 
 @media (max-width: 768px) {
     h2 {
         font-size: 24px;
     }
 }
 
 h3 {
     font-size: 24px;
     font-weight: 500;
     font-style: italic;
 }
 
 h4 {
     font-size: 20px;
     font-weight: 400;
 }
 
 h5 {
     font-size: 18px;
     font-weight: 400;
 }
 
 h6 {
     font-size: 16px;
     font-weight: 400;
 }
 
 p {
     font-family: 'Roboto', sans-serif;
     font-size: 15px;
     font-weight: 400;
 }
 
 .h2-regular {
     font-size: 32px;
     font-style: normal;
     font-weight: 700;
 }
 
 @media (max-width: 767px) {
     .h2-regular {
         font-size: 22px;
     }
 }
 
 .h2-italic-regular {
     font-size: 32px;
     font-style: italic;
     font-weight: 400;
 }
 
 @media (max-width: 767px) {
     .h2-italic-regular {
         font-size: 22px;
     }
 }
 
 .big-text {
     font-size: 54px;
     white-space: nowrap;
 }
 
 @media (max-width: 768px) {
     p {
         font-size: 16px;
     }
 }
 
 .vichle-text-01 {
     text-align: center;
     font-size: 15px;
     letter-spacing: 0px;
     color: #000000;
     margin-bottom: 0px;
 }
 
 .vichle-text-02 {
     text-align: center;
     font-size: 18px;
     letter-spacing: 0px;
     color: #000000;
     margin-top: 0px;
 }
 
 .zoom-in {
     transition: transform 0.4s ease;
 }
 
 .zoom-in:hover {
     transform: scale(1.1);
 }
 
 .text-fiat {
     color: #FF1530;
 }
 
 .registered {
     font-size: 18px;
     vertical-align: -5px;
 }
 
 .registered-2 {
     font-size: 10px;
     vertical-align: -3px;
 }
 
 .cotizacion-jeep {
     background-color: #000;
     padding: 50px 0;
 }
 
 .promocion-jeep,
 .experiencia-volante,
 .cita-servicio {
     background-color: rgba(0, 0, 0, 0.7);
     color: #fff;
     padding: 20px;
 }
 
 .promocion-jeep h3,
 .experiencia-volante h3,
 .cita-servicio h3 {
     color: #fff;
 }
 
 .fiat-btn {
     background-color: #FF1530;
     border-color: #FF1530;
     border-radius: 25px;
     width: 264px;
     color: white;
     cursor: pointer;
     transition: background-color 0.3s, border-color 0.3s;
     padding: 7px 40px;
     height: 41px;
     font-size: 16px;
 }
 
 @media (max-width: 768px) {
     .fiat-btn {
         width: 100%;
         padding: 12px 0;
         text-align: center;
         height: 53px;
     }
 }
 
 .fiat-btn:hover {
     background-color: #000000;
     border-color: #000000;
     color: white;
 }
 
 .fiat-btn-02 {
     background-color: #ffffff;
     border-color: #ffffff;
     border-radius: 25px;
     width: 264px;
     color: rgb(0, 0, 0);
     cursor: pointer;
     transition: background-color 0.3s, border-color 0.3s;
     padding: 8px 40px;
     height: 41px;
 }
 
 @media (max-width: 768px) {
     .fiat-btn-02 {
         width: 100%;
         padding: 12px 0;
         text-align: center;
         height: 53px;
     }
 }
 
 .fiat-btn-02:hover {
     background-color: #ffffff96;
     border-color: #ffffff96;
     color: #000000;
 }
 
 .contenido-promocion-overlay {
     top: 50%;
     left: 5%;
     transform: translate(0, -50%);
     background-color: rgb(0 0 0 / 83%);
     padding: 50px;
     border-radius: 8px;
     text-align: left;
     width: 458px;
 }
 
 @media (max-width: 768px) {
     .contenido-promocion-overlay {
         left: 2%;
         width: 458px;
     }
 }
 
 @media (min-width: 1200px) {
     .contenido-promocion-overlay {
         left: 10%;
     }
 }
 
 .img-rounded {
     border-radius: 8px;
 }
 
 .form-control,
 .form-select {
     background-color: #F4F4F4 !important;
     border: none;
     padding: 8px;
     border-radius: 5px;
     color: #000;
     height: 52px;
 }
 
 .form-control::placeholder,
 .form-select::placeholder {
     color: #6c757d;
     background-color: #F4F4F4;
 }
 
 .form-control:focus,
 .form-select:focus {
     box-shadow: none;
     border-color: none;
     background-color: #F4F4F4;
 }
 
 .custom-card {
     background-color: #fff;
     border: none;
     border-radius: 10px;
     padding: 32px !important;
     box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
     margin-top: 60px !important;
     margin-bottom: 80px !important;
 }
 
 @media (max-width: 767px) {
     .custom-card {
         padding-right: 24px !important;
         padding-left: 24px !important;
     }
 }
 
 .card-title {
     font-size: 24px;
     font-weight: bold;
     color: #000000;
 }
 
 .custom-btn {
     background-color: #424D07;
     border: none;
     padding: 10px 20px;
     border-radius: 5px;
     font-weight: bold;
     color: #fff;
 }
 
 .custom-btn:hover {
     background-color: #424D07;
 }
 
 @media (max-width: 768px) {
     .custom-card {
         padding: 20px;
     }
 
     .card-title {
         font-size: 24px;
     }
 
     .custom-btn {
         width: 100%;
     }
 }
 
 .form-label {
     margin-bottom: 8px;
     font-weight: 500;
 }
 
 .form-check-input:checked {
     background-color: #FF1530;
     border-color: #FF1530;
 }
 
 .cotizacion-jeep {
     background-size: cover;
     background-position: center;
 }
 
 .cotizacion-jeep h1 {
     font-size: 24px;
     margin-top: 15px;
     font-weight: bold;
 }
 
 .cotizacion-jeep p {
     font-size: 16px;
 }
 
 .cotizacion-jeep .fiat-btn {
     background-color: #4A7A16;
     color: #fff;
     border: none;
     padding: 10px 20px;
     border-radius: 25px;
 }
 
 .desktop-image {
     display: block;
 }
 
 .mobile-image {
     display: none;
 }
 
 @media (max-width: 768px) {
     .cotizacion-jeep h1 {
         font-size: 19.2px;
     }
 
     .cotizacion-jeep p {
         font-size: 14.4px;
     }
 
     .desktop-image {
         display: none;
     }
 
     .mobile-image {
         display: block;
     }
 
     .order-1 {
         order: 1;
     }
 
     .order-2 {
         order: 2;
     }
 
     .order-3 {
         order: 3;
     }
 }
 
 @media (min-width: 768px) {
     .order-md-1 {
         order: 1;
     }
 
     .order-md-2 {
         order: 2;
     }
 
     .order-md-3 {
         order: 3;
     }
 }
 
 .content-mobile {
     padding-left: 24px;
     padding-right: 24px;
 }
 
 .title-form {
     font-size: 22px;
     font-weight: 700;
     color: #020202;
 }
 
 .no-padding {
     padding-left: 0;
     padding-right: 0;
 }
 
 .custom-modal-content {
     background-color: #fff;
     border-radius: 12px;
     max-width: 900px;
     box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
     max-height: 50vh;
     overflow: hidden;
 }
 
 .custom-modal-header {
     background-color: #fff;
     position: sticky;
     top: 0;
     z-index: 10;
     padding-right: 32px;
     display: flex;
     justify-content: flex-end;
 }
 
 .modal-close-container .btn-close {
     font-size: 14px;
     background: none;
     border: none;
     color: #000;
     font-weight: bold;
     cursor: pointer;
 }
 
 .custom-modal-body {
     padding: 15px;
     overflow-y: auto;
     max-height: calc(80vh - 50px);
 }
 
 .boxPrivacidad {
     padding: 15px;
 }
 
 .boxPrivacidad h2 {
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 15px;
     text-align: center;
 }
 
 .boxPrivacidad p {
     font-size: 14px;
     text-align: justify;
 }
 
 .modal-dialog {
     margin: auto;
 }
 
 .btn-close:hover {
     color: #000;
     text-decoration: underline;
 }
 
 .custom-modal-content {
     background-color: #fff;
     border-radius: 12px;
     max-width: 1114px;
     box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
     max-height: 50vh;
     overflow: hidden;
 }
 
 @media (max-width: 576px) {
     .custom-modal-content {
         width: 100%;
         height: 100%;
         border-radius: 0;
         max-width: none;
         max-height: none;
     }
 
     .modal-dialog {
         margin: 0;
         width: 100%;
         height: 100%;
         max-width: none;
     }
 
     .custom-modal-body {
         max-height: calc(100vh - 50px) !important;
         overflow-y: auto;
     }
 }
 
 .custom-modal-header {
     background-color: #fff;
     position: sticky;
     top: 0;
     z-index: 10;
     padding-right: 75px;
     display: flex;
     justify-content: flex-end;
 }
 
 .modal-close-container .btn-close {
     font-size: 14px;
     background: none;
     border: none;
     color: #000;
     font-weight: bold;
     cursor: pointer;
 }
 
 .custom-modal-body {
     padding: 15px;
     overflow-y: auto;
     max-height: calc(80vh - 50px);
 }
 
 .boxPrivacidad {
     padding: 15px;
 }
 
 .boxPrivacidad h2 {
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 15px;
     text-align: center;
 }
 
 .boxPrivacidad p {
     font-size: 14px;
     text-align: justify;
 }
 
 .modal-dialog {
     margin: auto;
 }
 
 .btn-close:hover {
     color: #000;
     text-decoration: underline;
 }
 
 @media (min-width: 576px) {
     .modal-dialog {
         max-width: 1114px !important;
         margin: 1.75rem auto;
     }
 }
 
 .main-bk-img {
     background-size: contain;
     background-repeat: no-repeat;
     padding-top: 48px;
 }
 
 hr.fiat-hr {
     border: solid 1px #ff1a3c;
     height: 0;
     background-color: #ff1a3c;
     width: 197px;
     margin: 0;
     opacity: 1;
 }
 
 hr.fiat-hr-01 {
     border: solid 1px #ffffff;
     height: 0;
     background-color: #ffffff;
     width: 197px;
     margin: 0;
     opacity: 1;
 }
 
 .section-fiat-bk {
     background-color: #FF1530;
 }
 
 .image-right {
     width: 180px;
     position: relative;
     float: right;
     margin: 0;
     margin-right: 24px;
     transform: translate(0px, 32px);
 }
 
 .image-right-02 {
     width: 252px;
     position: relative;
     left: 35%;
     margin: 0;
     transform: translate(0, 42px);
 }
 
 @media (max-width: 1000px) {
     .image-right-02 {
         width: auto;
         left: 0;
     }
 }
 
 .rounded {
     border-radius: 8px !important;
 }
 
 .privacy-title {
     font-family: 'Roboto', sans-serif !important;
     font-style: normal !important;
 }
 
@media (max-width: 576px) {
    .container, 
    .container-fluid, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, 1.85rem);
        padding-left: var(--bs-gutter-x, 1.85rem);
        margin-right: auto;
        margin-left: auto;
    }
}
