.footer-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
}
.footer-font {
    font-family: 'Overpass', sans-serif;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

h:panelGroup {
    width: 100%;
}

.footer-link {
    margin-right: 20px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    font-size: 0.9em;
    margin-right: 10px;
}
.footer-link:hover {
    text-decoration: underline;
}

h:outputText, h:graphicImage {
    margin: 0 10px;
}

h:panelGrid {
    width: 100%;
    margin: 0;
    padding: 0;
}

h:panelGroup {
    padding: 0;
    margin: 0;
}
.footer-copyright{
    background-color: #000000;
    padding: 0 25px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-weight: bold;
}
.footer-title-display{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.submit-button-color{
    background-color: #cf6780 !important;
    border-color: #cf6780 !important;
}
.submit-label{
    margin-right: 20px !important;
}
.submit-switch{
    margin-right: 10px !important;
}
.header-label{
    color: white;
    text-decoration: none;
    font-family: 'Overpass', sans-serif;
}
.header-label:hover {
    text-decoration: underline;
}
.header-icon-label {
    color: #0061C2;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Overpass', sans-serif;
    display: block;
    font-size: 0.75em;
}
.header-icon-label:hover {
    text-decoration: underline;
}
.header-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: #525252;
    font-weight: bold;
}
.slider-label{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Overpass', sans-serif;
    display: block;
    font-size: 0.9em;
}
/*.ui-selectonemenu-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.custom-select-menu {
    width: 100%;
    height: 40px;
    border: 1px solid #cfd4da;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 350;
}
.centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.result-table {
    width: 80%;
    margin-top: 20px;
    table-layout: auto;
}

.result-table th, .result-table td {
    text-align: center;
    padding: 10px;
    white-space: nowrap; /* Evita que el texto se corte en líneas separadas */
    overflow: hidden; /* Oculta el desbordamiento */
    text-overflow: ellipsis; /* Añade "..." si el texto es demasiado largo */
    max-width: 150px;
}
.result-table th {
    font-weight: bold;
    background-color: #f4f4f4; /* Asegura que los encabezados sean visibles */
}
.result-table th, .result-table td {
    white-space: normal; /* Permite que el texto se divida en varias líneas si es necesario */
    word-wrap: break-word; /* Permite que las palabras largas se dividan y no se salgan de la celda */
}

/* Estilo para los números activos */
.custom-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
    background-color: #0f64bf !important;
    border: #0f64bf !important;
    color: white !important;
}

/* Estilo para los números inactivos */
.custom-steps .ui-steps-item .ui-steps-number {
    background-color: #e0e0e0 !important; /* Cambia este color por el que desees */
    border: #e0e0e0 !important;
    color: white !important; /* Cambia el color del texto si es necesario */
}
/* Estilo cuando el toggle está activado */
.submit-switch.ui-toggleswitch-checked .ui-toggleswitch-slider {
    background-color: #0f64bf !important; /* Color de fondo cuando está activado */
}
.ui-menuitem-text {
    color: #FF0000; /* Cambia este valor por el color que desees */
}
.navbar-label{
    color: white;
    cursor: pointer;
    font-family: 'Overpass', sans-serif !important;
}
.navbar-label:hover{
    text-decoration: underline;
}
.navbar-container{
    background-color: #2760be !important;
    border-color: #2760be !important;
    margin-bottom: 30px;
    padding: 20px 0;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-image{
    height: 125px;
}
.footer-image-container{
    text-align: center;
    padding-right: 50px;
}
.footer-icon{
    width: 55px;
    height: 55px;
    margin-right: 10px;
}
.footer-icon-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.footer-link-divisor{
    font-size: 1.2em;
    margin-right: 10px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}
.footer-divisor{
    border-right: 2px solid white;
    height: 250px;
    margin: 0;
}
.footer-link-container{
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.footer-address{
    text-align: start;
    margin-top: 20px;
}
.footer-general-container{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header-blanco-icons{
    width: 20px;
    height: 20px;
    margin-right: 8px;

}
.header-blanco-icons-container{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
@media (max-width: 768px) {
    .footer-image{
        height: 95px;
    }
    .footer-link {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-address{
        text-align: start;
        margin-top: 7px;
        margin-bottom: 20px;
    }
    .footer-image-container {
        padding-right: 28px;
    }
    .footer-link-divisor{
        display: none;
    }
    .footer-divisor {
        border-right: none;
        border-bottom: 2px solid white;
        width: 100%;
        height: 2px;
        margin: 20px 0;
    }
    .footer-link-container {
        flex-direction: column;
        align-items: center;
    }
    .result-table {
        width: 100%;
    }
}