@import url('https://fonts.googleapis.com/css2?family=DMSans:wght@400;700&family=Roboto:wght@400;500;700&display=swap');

html {
     font-size: 16px;
}

body {
     font-family: 'Roboto', sans-serif;
     overflow-x: hidden;
     background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'Barlow Condensed', sans-serif !important;
     text-transform: uppercase;
     font-weight: 700; 
 }

h1 {
     font-size: 28px;
     font-weight: 700;
     text-align: left;
     font-family: 'Barlow Condensed', sans-serif !important;

}

@media (max-width: 768px) {
     h1 {
          font-size: 24px;
          font-family: 'Barlow Condensed', sans-serif !important;
          font-weight: 700; 

     }
}

h2, h3 {
     font-size: 28px;
     font-family: 'Barlow Condensed', sans-serif !important;
     font-weight: 700; 

}

@media (max-width: 768px) {
     h2, h3 {
          font-size: 24px;
          font-family: 'Barlow Condensed', sans-serif !important;
          font-weight: 700; 

     }
}

h4 {
     font-size: 20px;
     font-family: 'Barlow Condensed', sans-serif !important;
     font-weight: 700; 

}

h5 {
     font-size: 18px;
     font-family: 'Barlow Condensed', sans-serif !important;
     font-weight: 700; 

}

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;
}


/* Ajuste para pantallas móviles */
@media (max-width: 767px) {
     .h2-regular {
          font-size: 24px;
     }
}


.h2-italic-regular {
     font-size: 32px;
     font-style: italic;
     font-weight: 400;
}

/* Ajuste para pantallas móviles */
@media (max-width: 767px) {
     .h2-italic-regular {
          font-size: 24px;
     }
}



.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: #ffffff;
     margin-bottom: 0px;
}

.vichle-text-02 {
     text-align: center;
     font-size: 18px;
     letter-spacing: 0px;
     color: #ffffff;
     margin-top: 0px;
}

.zoom-in {
     transition: transform 0.4s ease;
}

.zoom-in:hover {
     transform: scale(1.1);
}


.text-fiat {
     color: #D50000;
}

.registered {
     font-size: 18px;
     vertical-align: -0.3em;
}

.registered-2 {
     font-size: 10px;
     vertical-align: -0.2em;
}

.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;
}


.dodge-btn {
     background-color: #D50000;
     border-color: #D50000;
     border-radius: 25px;
     width: 264px;
     color: white;
     cursor: pointer;
     transition: background-color 0.3s, border-color 0.3s;
     padding: 8px 40px;
     height: 41px;
     font-size: 16px;
}

@media (max-width: 768px) {
     .dodge-btn {
          width: 100%;
          padding: 12px 0;
          text-align: center;
          height: 53px;
     }
}


.dodge-btn:hover {
     background-color: #BA0000;
     border-color: #BA0000;
     color: white;
}


.dodge-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;
     font-size: 16px;
}

@media (max-width: 768px) {
     .dodge-btn-02 {
          width: 100%;
          padding: 12px 0;
          text-align: center;
          height: 53px;
     }
}


.dodge-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;
}

/* Ajustar para pantallas más pequeñas */
@media (max-width: 768px) {
     .contenido-promocion-overlay {
          left: 2%;
          /* Reducir el margen izquierdo en pantallas pequeñas */
          width: 458px;
          /* Ajustar el ancho si es necesario */
     }
}

/* Ajustar para pantallas muy grandes */
@media (min-width: 1200px) {
     .contenido-promocion-overlay {
          left: 10%;
          /* Ajustar la posición a la izquierda para pantallas más grandes */
     }
}


.contenido-promocion-overlay-right {
     top: 50%;
     right: 5%;
     /* Posición inicial a la derecha */
     transform: translate(0, -50%);
     background-color: rgb(0 0 0 / 83%);
     padding: 50px;
     border-radius: 8px;
     text-align: left;
     width: 458px;
}

/* Ajustar para pantallas más pequeñas */
@media (max-width: 768px) {
     .contenido-promocion-overlay-right {
          right: 2%;
          /* Reducir el margen derecho en pantallas pequeñas */
          width: 458px;
          /* Ajustar el ancho si es necesario */
     }
}

/* Ajustar para pantallas muy grandes */
@media (min-width: 1200px) {
     .contenido-promocion-overlay-right {
          right: 10%;
          /* Ajustar la posición a la derecha para pantallas más grandes */
     }
}


.img-rounded {
     border-radius: 8px;
}

.form-control,
.form-select {
     background-color: #F4F4F4 !important;
     border: none;
     padding: 0.5rem;
     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;
     margin-left: 24px !important;
     margin-right: 24px !important;
     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: 1.5rem;
     }

     .custom-btn {
          width: 100%;
     }
}

.form-label {
     margin-bottom: 0.5rem;
     font-weight: 500;
}

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

/* Estilos generales */
.cotizacion-jeep {
     background-size: cover;
     background-position: center;
}

.cotizacion-jeep h1 {
     font-size: 1.5rem;
     margin-top: 15px;
     font-weight: bold;
}

.cotizacion-jeep p {
     font-size: 1rem;
}

.cotizacion-jeep .fiat-btn {
     background-color: #4A7A16;
     color: #fff;
     border: none;
     padding: 10px 20px;
     border-radius: 25px;
}

/* Ocultar la imagen específica de escritorio en mobile */
.desktop-image {
     display: block;
}

.mobile-image {
     display: none;
}

/* Adaptaciones para mobile */
@media (max-width: 768px) {
     .cotizacion-jeep h1 {
          font-size: 1.2rem;
     }

     .cotizacion-jeep p {
          font-size: 0.9rem;
     }

     .desktop-image {
          display: none;
          /* Oculta la imagen de escritorio en móvil */
     }

     .mobile-image {
          display: block;
          /* Muestra la imagen específica para móvil */
     }

     /* Control de orden */
     .order-1 {
          order: 1;
     }

     .order-2 {
          order: 2;
     }

     .order-3 {
          order: 3;
     }
}

/* Adaptaciones para escritorio */
@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;
     font-family: 'BarlowCondensed-Bold', sans-serif !important;

}

.no-padding {
     padding-left: 0;
     padding-right: 0;

}

/* Custom styles for the modal */
.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;
     /* Altura máxima del modal */
     overflow: hidden;
     /* Controlar el desplazamiento del contenido */
}

.custom-modal-header {
     background-color: #fff;
     position: sticky;
     top: 0;
     z-index: 10;
     padding-right: 32px;
     display: flex;
     justify-content: flex-end;
     /* Alinea el botón cerrar a la derecha */
}

.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);
     /* Resta la altura de la cabecera */
}

.boxPrivacidad {
     padding: 15px;
}

.boxPrivacidad h2 {
     font-size: 1.5rem;
     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 styles for the modal */
.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;
}

/* mobile modal */
@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: 1.5rem;
     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;
     }
}




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: #D50000;
}


.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;
          /* Cambia el ancho a auto cuando la pantalla sea menor o igual a 1000px */
          left: 0;
          /* Ajusta el posicionamiento si es necesario */
     }
}


.rounded {
     border-radius: 8px !important;
}

.privacy-title {
     font-family: 'Roboto', sans-serif !important;
     font-style: normal !important;
}

.dondge-icon-card {
     width: 100%;
     height: 100px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     margin-bottom: 100px !important;
}

/* Estilo específico para mobile */
@media (max-width: 768px) {

     /* Puedes ajustar el tamaño según lo necesites */
     .dondge-icon-card {
          padding-bottom: 39%;
     }
}


.dodge-icon-move-top {
     transform: translate(-6px, -47px);
}

.big-text-cta {
     font-size: 28px;
     font-weight: 700;
}
@media (max-width: 768px) {
     .big-text-cta {
          font-size: 24px;
          font-weight: 700; 
     }
}


/* --------------------------------
   move car mobile y desk  

.move-car-left {
     transform: translate(-10px, 10px);
}

-------------------------------- */