
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css');


body {
    background-color: #323844;
   color: #ffffff;
    font-family: "Roboto", sans-serif;
}
.logo {
    max-height: 80px;
}

.container {
    max-width: 600px;
    margin: 0 auto;
}

.form-section {
   background-color: #3e4551;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
}


input[type="text"],
input[type="date"] {
    color: #fff;
}

input[type="text"]::placeholder,
input[type="date"]::placeholder {
        color: #ccc;
    }

.footer {
    padding: 2rem;
    font-family: Arial, sans-serif;
    color: #fff;
    background: #252a34;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    position: relative;
}

.footer-left,
.footer-right {
    flex: 1;
    min-width: 250px;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

.footer-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

    .footer-item p {
        margin: 0;
        color: #b9bcc0;
    }


.footer-link a {
    color: #b9bcc0;
    text-decoration: none;
}

.icon-circle {
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.footer-logo {
    flex: 0 0 200px;
    margin: 2rem auto;
}


.logo-circle {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .logo-circle img {
        max-width: 110px;
    }

.footer-title {
    color: #b9bcc0;
    margin-bottom: 1rem;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 2rem;
}

.footer-link {
    color: #b9bcc0;
}

.icon-circle.iredes {
    background: #8b909e;
    color: #323844;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
}

p.footer-link a,
.footer-item a {
    color: #b9bcc0;
    text-decoration: none;
}

.footer-item {
    max-width: 500px;
}

.icon-circle.iredes a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #252a34;
    transition: all;
}

.input-field input:focus {
    border-bottom: 1px solid #ee810A !important;
    box-shadow: 0 1px 0 0 #ee810A !important;
}

.material-icons, .material-symbols-outlined {
    font-size: 24px;
    margin: 0 8px;
    vertical-align: middle;
}

.card-panel.no-shadow {
    box-shadow: none;
}

.input-field label {
    color: #f1f1f1;
}

label.active {
    color: #f1f1f1 !important;
}

.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #252a34;
    border-bottom: 1px solid #c5c8cf;
    border-radius: 16px;
}

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: .5rem 0 1rem 0;
    border: none;
    border-radius: 16px;
}

.collapsible-header {
    border-bottom: 1px solid #666667;
}

.collapsible-body li {
    text-align: left;
}

a.btn-flat.white-text {
    border: 1px solid #eee;
    width: 100%;
    border-radius: 16px;
}

a.btn-flat.white-text {
    border: 1px solid #252525;
    width: 100%;
    border-radius: 16px;
    background: #252a34;
}

a.btn-flat.white-text {
    border: 1px solid #252525;
    width: 100%;
    border-radius: 16px;
    background: #252a34;
    font-size: 14px;
    margin-bottom: 12px;
}

#numeroSolicitud {
    border-bottom: 1px solid #ee810a !important;
    box-shadow: 0 1px 0 0 #ee810a !important;
}

.input-field .prefix.material-icons {
    color: white !important;
}


@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-left,
    .footer-right {
        text-align: left;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-title {
        text-align: center;
    }

    .footer-right {
        width: 100%;
    }

    p.footer-link {
        text-align: center;
    }


}

.no-hover-style {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    border: none !important;
}

    .no-hover-style:hover,
    .no-hover-style:focus,
    .no-hover-style:active,
    .no-hover-style.mud-button-root:hover,
    .no-hover-style.mud-button-root:focus,
    .no-hover-style.mud-button-root:active {
        background-color: transparent !important;
        color: inherit !important;
        box-shadow: none !important;
    }

.no-uppercase {
    text-transform: none !important;
    
}

.material-alert {
    display: flex;
    align-items: center;
    background-color: #ee810a;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
    margin: 20px 0;
    font-size: 16px;
}

    .material-alert .material-icons {
        margin-right: 12px;
        font-size: 24px;
    }

.container.card-panel.grey.darken-3 {
    margin: 0px auto;
    margin-top: 20px;
}
.footer {
    background-color: #252a34;
    color: #b9bcc0;
    padding: 2rem;
}

    .footer a {
        color: #b9bcc0;
    }

/*.icon-circle {
    background: #8b909e;
    color: #323844;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    margin-right: 1rem;
}*/

.fecha-consulta {
    max-width: 100%;
    position: absolute;
    font-size: 0.81rem;
    font-weight: 300;
    color:#ee810A;
    margin:10px;
}

footer .card-panel {
    background: transparent;
    transition: box-shadow 0s;
    box-sizing: unset !important;
}

.material-icons, .material-symbols-outlined {
    font-size: 24px;
    margin: 0 8px;
    vertical-align: middle;
}

.card-panel.no-shadow {
    box-shadow: none;
}

.iconos-redes {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 8px;
}

    .iconos-redes .material-symbols-outlined {
        font-size: 32px;
        color: white;
    }

.iconos-redes {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 8px;
}

.red-icon {
    width: 32px;
    height: 32px;
    filter: invert(1); /* hace que se vean blancos sobre fondo oscuro */
    transition: transform 0.2s;
}

    .red-icon:hover {
        transform: scale(1.2);
    }

.info-table {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    background-color: #3e4551;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

    .info-table th {
        background-color: #3b414c;
        color: #ffa726;
        padding: 10px;
        
    }

    .info-table td {
        padding: 10px;
        background-color: #4b525d;
        color: #fff;
    }

    .info-table tr:last-child td {
        border-bottom: none;
    }

@media screen and (max-width: 600px) {
    /*.info-table, .info-table thead, .info-table tbody, .info-table th, .info-table td, .info-table tr {
        display: block;
        width: 100%;
    }*/
    .responsive-btn-text {
        font-size: 0.75rem;
    }

    .responsive-btn {
        font-size: 0.7rem;
        padding: 0.5rem 0.3rem;
    }

  table.responsive-table thead {
        display: block;
        float: none;
    }

    table.responsive-table tr {
        border-bottom: none;
        padding: 0px;
    }

    table.responsive-table thead tr {
        display: block;
        padding: 0px;
    }

    table.responsive-table th {
        display: block;
        text-align: center;
    }

   /* table.responsive-table td {
        display: inline-block;
        min-height: 1.25em;
        text-align: left;
        width: 50%;
    }*/

    table.responsive-table tbody tr {
        display: block;
    }
        

       .info-table td {
            text-align: left;
            position: relative;
            border: none;
            border-bottom: 1px solid #e0e0e0;
        }

            .info-table td::before {
                position: absolute;
                left: 16px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                font-weight: bold;
                color: #666;
            }

        .info-table tr:nth-of-type(1) td:nth-of-type(1)::before {
            content: "";
            font-weight:bold;
            color:greenyellow;
        }

        .info-table tr:nth-of-type(2) td:nth-of-type(1)::before {
            content: "";
        }

        .info-table tr:nth-of-type(3) td:nth-of-type(1)::before {
            content: "";
            
        }

        .info-table tr:nth-of-type(4) td:nth-of-type(1)::before {
            content: "";
        }

        .info-table tr:nth-of-type(5) td:nth-of-type(1)::before {
            content: "";
        }

        .info-table tr:nth-of-type(6) td:nth-of-type(1)::before {
            content: "";
        }
}

.custom-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: inherit;
    border-radius: 50%;
}

.responsive-btn-text {
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    word-break: break-word;
}
