* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-height: 80vh;
    font-family: "Montserrat";
    background-color: #f4f3f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.main-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100%;
    padding: 5px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;

}

.header-logo {
    align-items: center;
    width: 200px;
    height: 40px;
    margin-inline: 3px;
    margin-bottom: 10px;

}


.header-logo img:hover {
    cursor: pointer;

}

.header_links {
    margin-top: 10px;
}

.header_links a {
    color: #04602a;
    font-weight: 600;
    margin-inline: 15px;
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.header_links a:hover {
    font-size: 105%;
    color: #01b34b;
    transition: all ease .10s;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

h1 {
    min-height: 20vh;
    padding: 20px;
    text-align: center;
    background-image: url();
    background-blend-mode: lighten;

}


.contenedor-hero {
    /* Tu imagen de fondo original */
    background-image: url('https://terranova-sa.com.ar/wp-content/uploads/2025/10/02AltosdeEscobar.jpg)');
    background-size: cover;
    background-position: center;
    /* Flexbox para centrar el texto dentro del h1 */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Ajusta el alto según necesites */
    min-height: 200px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.caja-texto {
    border-radius: 3px;
    color: #333;
    width: 100%;
    padding: 20px;
    background-color: rgb(255, 255, 255);
}


.form-container {
    width: 100%;
    max-width: 600px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

h1 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

label {
    display: block;
    font-size: .85rem;
    font-weight: 500;
    color: #444;
    margin-bottom: 6px;
}


select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: .95rem;
    background: #fff;
    color: #1a1a1a;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    transition: border-color .15s;
}

input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: .95rem;
    background: #fff;
    color: #1a1a1a;
    background-repeat: no-repeat;
    background-position: right 12px center;
    transition: border-color .15s;
}

select:focus {
    outline: none;
    border-color: #1a6eb5;
}

select:disabled {
    background-color: #f9f9f9;
    color: #aaa;
    cursor: not-allowed;
}

.error-msg {
    font-size: .78rem;
    color: #c0392b;
    margin-top: 4px;
    display: none;
}

.help-text {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #666;
}

button {
    width: 100%;
    padding: 0.9rem;
    border: none;
    border-radius: 4px;
    background-color: #27ae60;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

button:hover {
    background-color: #108942;
}


.msjsucess {
    display: none;
    text-align: center;
    background-color: #ece9e9;
    margin-top: 15px;
    padding: 20px;
    border: 1px solid #cecece;
}


/* CSS */
.reinicio_btn {
    background-color: #108942;
    border: 2px solid #005411;
    border-radius: 30px;
    box-shadow: #005411 4px 4px 0 0;
    color: #fffcf8;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 300px;
}

.reinicio_btn:hover {
    background-color: #04602a;
}

.reinicio_btn:active {
    box-shadow: #108942 2px 2px 0 0;
    transform: translate(2px, 2px);
}

.checkgroup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#checkfecha {
    width: 15px;
    height: 15px;
    cursor: pointer;
    accent-color: #577535;
}

.labelfechas {
    font-size: 16px !important;
    color: #333333;
    cursor: pointer;
    user-select: none;
}


/* --- MEDIA QUERY PARA CELULARES --- */
@media screen and (max-width: 600px) {
   .header_links a {
    color: #04602a;
    font-weight: 300;
    font-size: 14px;
    margin-inline: 15px;
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
}
