* {
    margin: 0;
    padding: 0;
}

.section-1>div {
    width: var(--width-index);
    max-width: var(--max-width);
    display: flex;
    justify-content: space-between;
    margin: 8rem 0;
}

.section-1 .div-txt {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.section-1 .div-txt h1 {
    font-size: 25px;
    color: var(--txt-color);
}

.section-1 .div-txt p {
    font-size: 12px;
    color: var(--txt-color-cuerpo);
}

.section-1 .div-txt span {
    text-decoration: underline;
}

.section-1 .txt-info {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.section-1 .div-txt .txt-info p {
    color: var(--txt-color);
    font-weight: var(--txt-fw);
    margin: 0;
}

.section-1 .div-form {
    width: 50%;
}

.section-1 .div-form h2 {
    font-size: 15px;
    color: var(--txt-color);
    font-weight: var(--txt-fw);
    margin: 1.5rem 0;
    margin-top: 3rem;
    
}
.reclamos h2{
    font-size: 25px !important;
}
.reclamos > div{
    margin: 11rem 0 !important;
}

.section-1 .div-form label {
    font-weight: var(--txt-fw);
}

.section-1 .div-form input {
    background: var(--bg-color-4);
    padding: 0.63rem 0.94rem;
    border-radius: 8px;
    border: 0;
    outline: 0;
    margin-bottom: .8rem;
    color: var(--txt-color-cuerpo);
}

.section-1 .div-form label,
.section-1 .div-form input {
    font-size: 11px;
}

.section-1 .div-form .toogle-edad-menor>div {
    display: flex;
}

.section-1 .div-form .toogle-edad-menor p {
    margin: 0;
    font-size: 12px;
    color: var(--txt-color);
    font-weight: var(--txt-fw);
}

.section-1 .div-form .toogle-edad-menor #menorSi,
.section-1 .div-form .toogle-edad-menor #menorNo {
    margin-left: 1.5rem;
}

.section-1 .div-form #campoTutor {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.section-1 .div-form .div-f-2 p {
    font-size: 11px;
}

.section-1 .div-form .div-f-2 p,
.section-1 .div-form .div-f-2 span {
    margin: 0;
    color: var(--txt-color);
    font-weight: var(--txt-fw);
}

.section-1 .div-f-2 .tipo-solicitud {
    position: relative;
}

.section-1 .div-f-2 span {
    position: absolute;
    left: -30%;
}


.section-1 .div-form .div-f-2 .toggle-buttons {
    width: 75%;
    display: flex;
    justify-content: space-between;
}

.section-1 .div-form .div-f-2 button {
    width: 48%;
    color: var(--txt-color);
    font-size: 11px;
    font-weight: var(--txt-fw);
    padding: .625rem 1.25rem;
    transition: all 0.3s ease;
    border: 1px solid var(--bg-color-border-1);
    border-radius: 8px;
}

.section-1 .div-form .div-f-2 button.active {
    background-color: var(--bg-color);
    color: var(--txt-color-1);
    border: 1px solid var(--bg-color);
}

.section-1 .div-f-2 .f-2 {
    display: flex;
    flex-direction: column;
    gap: .50rem;
}

.section-1 .div-f-2 .f-2>div {
    display: flex;
    justify-content: space-between;
}

.section-1 .div-f-2 .f-2 label{
    margin-bottom: 0.5rem;
}

/* 
#####
selecciona una fecha
#####
*/
.date-picker-container {
    position: relative;
}

.input-wrapper {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 10px;  
    cursor: pointer;
}

.section-1 .div-f-2 .f-2 .input-wrapper input {
    border: none;
    background: transparent;
    outline: none;
    color: var(--txt-color-cuerpo);
    margin: 0;
    flex: 1;
}

.section-1 .div-f-2 .f-2 .input-wrapper .calendar-icon {
    font-size: 1.25rem;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    color: var(--txt-color-cuerpo);
    position: static;
}

.calendar {
    position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    top: 60px;
    background: white;
    padding: 0.63rem 0.94rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    z-index: 100;
    gap: .3rem;
}

.calendar div {
    width: 45%;
    padding: 6px;
    cursor: pointer;
    font-size: 11px;
    color: var(--txt-color-cuerpo);
}

.calendar div:hover {
    background-color: #eee;
}

.hidden {
    display: none;
}


/* fin */

.section-1 .div-f-2 .f-2 input {
    margin-bottom: .8rem;
    color: var(--txt-color-cuerpo);
}

.section-1 .div-f-2 .f-2 textarea {
    border: 0;
    outline: 0;
    background: var(--bg-color-4);
    padding: 0.63rem 0.94rem;
    border-radius: 8px;
    font-size: 12px;
    color: var(--txt-color-cuerpo);
}

.section-1 .div-solucion-esperada {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.section-1 .div-solucion-esperada textarea {
    margin-bottom: .8rem;
    padding: 0.63rem 0.94rem;
    font-size: 12px;
    background: var(--bg-color-4);
    color: var(--txt-color-cuerpo);
    border: 0;
    outline: 0;
    border-radius: 8px;
}

.section-1 .div-form .submit-queja-reclamo {
    width: 100%;
    background: var(--bg-color);
    color: var(--txt-color-1);
    font-size: 11px;
    font-weight: var(--txt-fw);
    padding: .8rem 0;
    border: 0;
    transition: 0.3s ease-in-out;
}

.section-1 .div-form .submit-queja-reclamo:hover{
    background: var(--bg-color-6);
}

.section-1 .div-form button:focus {
    background: var(--bg-color);
    color: var(--txt-color-1);
    border: 0;
}

.section-1 #tooltip-content p {
    font-size: 12px;
    color: var(--txt-color);
}

.tooltip-inner {
    max-width: 250px !important;
    background-color: #ffffff !important;
    padding: 1rem !important;
    color: var(--txt-color) !important;
    font-size: 12px !important;
    text-align: start !important;
    border: 1px solid var(--bg-color-5);
    display: flex !important;
    flex-direction: column !important;
}


/* 
####
DARK MODE
####
*/

.dark-mode .section-1{
    background-color: var(--bg-dm-1);
}

.dark-mode .section-1 .div-txt p {
    font-size: 12px;
    color: white;
}


.dark-mode .section-1 .div-txt h1,
.dark-mode .section-1 .txt-info p,
.dark-mode .section-1 .div-form h2,
.dark-mode .section-1 .div-form label,
.dark-mode .section-1 .div-form .toogle-edad-menor p,
.dark-mode .section-1 .div-form .div-f-2 span,
.dark-mode .section-1 .div-form .div-f-2 p,
.dark-mode .section-1 .div-form .div-f-2 #btn-queja{
    color: var(--txt-color-1);
}


/* 
####
RESPONSIVE
####
*/
@media screen and (max-width: 900px) {
    .section-1>div {
        flex-direction: column;
        gap: 5rem;
    }

    .section-1 .div-txt {
        width: 100%;
    }

    .section-1 .div-form {
        width: 100%;
    }

    .section-1 .div-f-2 .tipo-solicitud,
    .section-1 .div-f-2 span {
        position: static;
    }

}