/* Import Summary Oculto Inicialmente */
/* Import Summary Oculto Inicialmente */
.import-summary {
  border: 1px solid #d1d5db;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  padding: 20px;
  color: #374151;
  display: none; /* Oculto inicialmente */
}

/* Import Summary Oculto Inicialmente */
.import-summary-madrid {
  border: 1px solid #d1d5db;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  padding: 20px;
  color: #374151;
  display: none; /* Oculto inicialmente */
}


/* Import Summary Mostrado */
.import-summary-madrid.active {
  display: flex; /* Cambiar a flex para mostrar */
  flex-direction: column; /* Alinear los elementos verticalmente */
}


/* Import Summary Mostrado */
.import-summary.active {
  display: flex; /* Cambiar a flex para mostrar */
  flex-direction: column; /* Alinear los elementos verticalmente */
}

.import-header {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.import-header-title {
  font-size: 22px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}

.import-header-total {
  font-size: 30px;
  font-weight: bold;
  color: #2563eb;
  margin-top: 10px;
}

.import-rows {
  margin-top: 20px;
}

.import-row {
  display: flex;
  justify-content: space-between; /* Espacia los elementos a los extremos */
  align-items: center; /* Alinea verticalmente los elementos */
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}

.import-row:last-child {
  border-bottom: none;
}

.import-label {
  font-size: 16px;
  font-weight: 500;
  color: #4b5563;
  flex: 1; /* Ocupa el espacio restante */
}

.import-value {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  white-space: nowrap; /* Evita que el contenido se divida en varias líneas */
  text-align: right;
  margin-left: 20px; /* Espacio entre la etiqueta y el valor */
}


.import-note {
  font-size: 14px;
  color: #6b7280;
  display: block;
  margin-top: 4px;
}

.import-notes {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 12px;
  color: #6b7280;
}

.import-notes li {
  margin-bottom: 10px;
  line-height: 1.0;
}

.import-notes li:last-child {
  margin-bottom: 0;
}

.import-notes a {
  color: #2563eb;
  text-decoration: underline;
}

.import-notes a:hover {
  text-decoration: none;
}

.import-summary ul {
  list-style-type: disc;
}






.sizeb{
    width: 40%;
}

.subida{
    margin-top: -60px;
}





/* Contenedor Principal */
/* Contenedor Principal */
.cotizador-box {
  max-width: 99%;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Grupos del formulario */
.cotizador-group {
  margin-bottom: 20px;
}

.cotizador-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

/* Inputs con prefijos */
.cotizador-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  overflow: hidden;
}

.cotizador-addon {
  background-color: #f9fafb;
  color: #6b7280;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #e5e7eb;
}

.cotizador-input {
  border: none;
  flex: 1;
  padding: 10px 12px;
  font-size: 14px;
  color: #374151;
  outline: none;
}

.cotizador-input::placeholder {
  color: #9ca3af;
}

/* Notas */
.cotizador-note {
  font-size: 12px;
  color: #6b7280;
  margin-top: 5px;
}

.cotizador-link {
  color: #2563eb;
  text-decoration: underline;
}

.cotizador-link:hover {
  text-decoration: none;
}

/* Opciones de Radio */
.cotizador-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cotizador-option {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cotizador-option input[type="radio"] {
  accent-color: #2563eb;
  width: 18px;
  height: 18px;
}

.cotizador-option label {
  font-size: 14px;
  color: #374151;
}

/* Botón */
.cotizador-btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #2563eb;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}

.cotizador-btn:hover {
  background-color: #1e40af;
}









.footer-links {
    font-size: 10px;
}


.subir-libro{
    margin-top: -100px
}


/* libro de reclamaciones */
/* libro de reclamaciones */
.form-header {
  text-align: center; 
  background-color: #eb3300; /* Azul primario */
  color: #ffffff; /* Texto blanco */
  font-size: 20px; /* Tamaño de texto */
  font-weight: bold; /* Texto en negrita */
  padding: 15px; /* Espaciado interno */
  border-radius: 5px; /* Bordes redondeados */
  margin-bottom: 15px;    
}

.btn-submit {
  width: 100%; /* Hace que el botón ocupe todo el ancho */
  background-color: #eb3300; /* Color azul */
  color: #fff; /* Color de texto blanco */
  font-size: 18px; /* Tamaño del texto */
  font-weight: bold; /* Texto en negrita */
  padding: 12px; /* Espaciado interno del botón */
  border: none; /* Sin bordes */
  border-radius: 5px; /* Bordes redondeados */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  transition: background-color 0.3s ease; /* Transición suave al cambiar el color */
}

.btn-submit:hover {
  background-color: #0a0a0a; /* Azul más oscuro al pasar el cursor */
}




/* TARIFARIOS */
/* TARIFARIOS */

.section-padding {
  padding: 50px 0px;
}

.table-header {
  background-color: #ff7f00; /* Fondo naranja */
  color: #ffffff !important; /* Texto blanco */
}

.table-header th {
  padding: 12px 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ddd; /* Línea de separación para mayor claridad */
  color: #ffff;
}

.table-responsive {
  overflow-x: auto;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  text-align: left;
}

.custom-table thead tr {
  background-color: #eb3300;
  color: #fff !important;
}

.custom-table th, .custom-table td {
  padding: 12px 10px;
  border: 1px solid #ddd;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-section-title {
  background-color: #e0e0e0;
  font-weight: bold;
  text-align: left;
}

.notes-section {
  margin-top: 20px;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.notes-section p {
  margin: 10px 0;
  line-height: 1.6;
}

.notes-section .table-notes p {
  font-weight: bold;
  color: #333;
}

.notes-section .additional-info .highlight {
  font-weight: bold;
  color: #555;
}

.notes-section hr {
  margin: 20px 0;
  border: 1px solid #ddd;
}

.notes-section a {
  color: #007bff;
  text-decoration: none;
  word-wrap: break-word; /* Ajuste de enlaces largos en pantallas pequeñas */
}

.notes-section a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .notes-section {
    padding: 10px;
    font-size: 14px;
  }

  .notes-section p {
    font-size: 14px;
  }

  .notes-section a {
    font-size: 14px;
  }
}




/* cargador de la api */
/* cargador de la api */

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

