/* Estilos generales 
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f8f9fa;
}*/

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0px;
} 

.TextHolder {
    margin: 0 auto;
    padding-top: 5px;
    text-align: right; /* Aligns content to the right */
}

/* Specific input alignment */
.TextHolder input {
    text-align: right; /* Aligns input text to the right */
    width: 100%; /* Ensures input takes full width of container */
}

h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 40px;
}

/* Hora Oficial */
#hora-oficial {
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-size: 1.1em;
    color: #2c3e50;
}

#hora-actual {
    font-weight: bold;
    color: #27ae60;
}

.price-display {
    margin: 1rem 0;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}

.price-display1 {
    
    margin: 1rem 0;
    padding: 0.5rem;
    background: rgba(255,255,255,0.6);
    border-radius: 8px;
    text-align:right;
    font-size: 6em;
    font-weight: bold;
}
/*.price-tag { color: #28a745; }*/



/* Tabla de precios */
.price-table {
    width: 100%; /* Ajusta el ancho según necesidad */
    max-width: 1250px; /* Limita el ancho máximo */
    margin: 0 auto; /* Centra horizontalmente */
    border-collapse: collapse;
    background: rgb(241, 241, 241);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    table-layout: fixed; /* Mejora el control de columnas */
}
/* precios.css
.price-display {
    padding: 15px;
    border-radius: 8px;
    background-color: #f8f9fa;
    margin-top: 10px;
} */

.price-line {
    margin: 8px 0;
    font-size: 1.1em;
}

.price-tag {
    font-weight: 600;
    color: #179632;
}

.disclaimer {
    font-size: 0.85em;
    text-align: center;
    margin: 20px 0;
    color: #666666;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.disclaimer1 {
    font-size: 1.3em;
    text-align: center;
    margin: 20px 0;
    color: #666666;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.price-original {
    font-weight: bold;
    color: #e74c3c;
    text-decoration: line-through;
}

.price-discount {
    color: #27ae60;
    font-weight: bold;
}

/* Estados */
.loading {
    text-align: center;
    padding: 20px;
    font-size: 1.2em;
}

/*.disclaimer {
    margin-top: 20px;
    color: #7f8c8d;
    font-size: 0.9em;
    text-align: center;
}*/

.hora-oficial {
    color: #127999;
    font-weight: bolder; 
    padding: 20px;
    background: #f0f0f0;
    border-radius: 8px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1.6em;
    margin: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,1);
}

.hora-oficial small {
    font-size: 0.5em;
    color: #666;
}

/* Estilos para sección de notas */


.notes-section {
    font-size: 0.8em;
    margin: 40px 0;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.notes-section h2 {
    font-size:1em;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.notes-section ul {
    padding-left: 20px;
    list-style-type: square;
}

.notes-section li {
    margin: 10px 0;
    line-height: 1.6;
}

.notes-section ul ul {
    list-style-type: circle;
    margin-left: 20px;
    padding-left: 15px;
}

.notes-section strong {
    color: #e74c3c;
}

/* Agregar al final del archivo */
.confirmation-notice {
    text-align: center;
    color: #666;
    font-size: 0.9em;
    margin: 15px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
}

.price-usd {
    font-size: 1.5em !important;
    color: #1bb535 !important;
}

.price-ars {
    font-size: 1.2em !important;
    color: #1b33b5 !important;
}

