/* Estilos generales */
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Hero */
 

.hero {
  background: url('../img/fondoproveedores.jpg') center/cover no-repeat;
  height: 85vh;
  padding-top: 0;
}



.hero h1{
margin-top:-126px;
}

 




/* Navbar general */
.navbar {
  transition: all 0.3s ease-in-out;
  padding-top: 1rem;
  padding-bottom: 1rem;
   padding: 20px;
    padding-right: 0px;
   
}



.navbar .nav-link {
  color: #1d252d !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #0061fe !important; /* naranja o cualquier color al pasar el mouse */
}



.navbar .nav-link.active {
  color: #0061fe !important;   /* Azul fuerte */
  font-weight: bold;
  
}


/* Solo en móviles */
@media (max-width: 767px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Marca (logo) */
.navbar-brand {
  font-size: 1.5rem;
  margin-left: 20px;
}


@media (max-width: 767px) {
  .navbar-brand {
  font-size: 1.5rem;
  padding-left: 10px;
}

}



.logo {
  height: 60px;
}

/* Tamaño más pequeño en móviles */
@media (max-width: 576px) {
  .logo {
    height: 40px; /* o el valor que desees */
  }
}



 


[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    border: none;
}


.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
   
}







/* Menú */
.navbar-nav .nav-link {
  color: #333;
  margin: 0 10px;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: #007bff;
}

/* Botón iniciar sesión */
.btn-link {
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

/* Botón naranja personalizado */
.custom-orange {
  background-color: white;
  border: none;
  font-weight: 600;
  padding: 10px 20px;
  color:#0061fe;
}

.custom-orange:hover {
  background-color: white;
  color:#0061fe;
}


.custom-orange:active {
  background-color: white;
  color:#0061fe;
}


.btn:focus,
.btn:active,
button:focus,
button:active {
  box-shadow: none !important;
  outline: none !important;
}

.btn:active {
  background-color: #fff !important;
  border-color: inherit !important;
   
}





 .btn-light{
    background-color: transparent;
   color:#fff;
 } 


/* Estilo para el contenedor del formulario */
.form-container {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Estilos para los textos */
.form-container label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-container h2 {
  margin-bottom: 30px;
}

/* Inputs, selects y textarea */
.form-control,
.form-select,
textarea {
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 15px;
}

/* Botón de envío */
.form-container button[type="submit"] {
  padding: 12px;
  font-size: 16px;
  border-radius: 10px;
}

/* Responsive para pantallas pequeñas */
@media (max-width: 576px) {
  .form-container {
    padding: 25px;
  }
}





 /* SECCIÓN: Servicios Detallados */
.rounded-4 {
  border-radius: 1rem !important;
}

.shadow-sm {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.text-primary {
  color: #007bff !important;
}

.text-success {
  color: #28a745 !important;
}

.fs-2 {
  font-size: 1.75rem !important;
}

h4.fw-bold {
  font-size: 1.25rem;
  color: #111827;
}

.bg-white p {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 1rem;
}

ul.list-unstyled li {
  font-size: 15px;
  line-height: 1.6;
}

 
.servicios-detallados {
  padding-top: 80px;
  padding-bottom: 80px;
}




.vehiculo-section {
  background-color: #173588;
}

.vehiculo-form {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.dropzone {
  border: 2px dashed #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
}

.dropzone:hover {
  background-color: #f1f1f1;
}
 


.preview-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
}


 
.preview-image {
  position: relative;
  width: 100px;
  height: 100px;
}



.preview-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.preview-image .remove-btn {
  position: absolute;
  top: -px;
  right: -8px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  cursor: pointer;
}






 

  


 




.preview-container img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}






.footer {
  background-color: #0d152e;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
}

.footer-link {
  color: #ccc;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer .fa {
  transition: color 0.3s ease;
}

.footer .fa:hover {
  color: #f76c1d;
}

.footer ul {
  padding-left: 0;
}

.footer ul li {
  margin-bottom: 8px;
  list-style: none;
}

.footer hr {
  border-top: 1px solid #444;
}

@media (max-width: 767px) {
  .footer .d-flex {
    justify-content: flex-start;
  }
}




.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 4rem
64px
 !important;
}




.py-10 {
    padding-top: 5rem !important;
    padding-bottom: 8rem
64px
 !important;
}


.py-8 {
    padding-top: 5rem !important;
    padding-bottom: 10rem !important;
}

.beneficios-proveedores {
  background-color: #f9fafb;
 
}


.beneficios-proveedores h2 {
  margin-top: 30px;
  padding-bottom: 50px;
  color:#1d252d;
 
}





.card-beneficio {
  transition: transform 0.2s ease;
}

.card-beneficio:hover {
  transform: translateY(-4px);
}



.bg-light-subtle{

    background-color: #f9fafb;
}




 

.seccionproveedores{

    background-color: #fff;
}


.seccionproveedores h2{

    color:#000;
    margin-top: 12px;
    
}




input[type="radio"].form-check-input {
  border: 2px solid #ccc;
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

input[type="radio"].form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}



.radio-box {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.radio-box input[type="radio"] {
  margin-top: 5px;
  accent-color: #0d6efd; /* color del radio botón */
}

.radio-box label {
  margin: 0;
  cursor: pointer;
}

.radio-box:hover {
  border-color: #0d6efd;
}


.seccion-agenda-cita{

    background-color: #f9fafb;
   
   
}



.seccion-agenda-cita h2{

  padding-top: 80px;
  margin-top: 90px;
   
   
}


 
.fs-5{

  font-size: 10px;
  color:#000;
   
   
}


.fs-6{

  font-size: 19px;
  color:#000;
  font-weight: 600;
   
   
}





/* Limitar el ancho del acordeón */
.seccion-faq .contenedor-faq {
  max-width: 930px;
  margin: 0 auto;
}

/* Estilo del acordeón */
.seccion-faq .accordion-button {
  font-size: 1.05rem;
  background-color: #fff;
  border-radius: 0.75rem;
}

.seccion-faq .accordion-item {
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
}

.seccion-faq .accordion-body {
  font-size: 0.95rem;
}

.seccion-faq .accordion-button:not(.collapsed) {
  box-shadow: none;
}


.seccion-faq  h2{

    margin-top: 0px;
}



.seccion-evaluacion {
  padding-top: 80px;
  padding-bottom: 80px;
  
}






 


 .seccion-banner {
  background-color:#fcfcfd;
  padding: 90px 20px;
   
    
}

/* Imagen del banner */
.logo-banner {
  max-width: 440px;
  height: auto;
  
}

/* Texto del banner */
.texto-banner {
  font-size: 1.9rem;
  color: #1a1a1a;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-align: left;
 
}

@media (max-width: 768px) {
  .texto-banner {
    font-size: 1.5rem;
    text-align: center;
  }

  .logo-banner {
    max-width: 240px;
    
  }
}




/* Botón flotante WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25D366;          /* Verde oficial de WhatsApp */
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 38px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;                      /* Para que quede sobre todo */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #128C7E;          /* Verde más oscuro al hover */
    transform: scale(1.1);              /* Efecto zoom sutil */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.whatsapp-float i {
    margin-top: 2px;                    /* Ajuste fino del icono */
}