@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


body{
    background-color: #fff;
}

table{
    background-color: #E9F1FF;
}

.separadorFrenos{
    padding: 10px 0px 10px 0px !important;
    background-color: #244fcf /* #0554b5 */;
    color: #fff;
    border: none !important;
    font-size: 23px !important;
    font-family: "Manrope", Helvetica, Arial, sans-serif !important;
}

.tablaPrincipal, .tablaPrincipal02{
    background: none !important;
    border: none !important;
}

.contenedorResultados{
    width: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.upperRow{
    font-family: "Manrope", Helvetica, Arial, sans-serif !important;
}

.dataRow{
    color: #000 !important;
    font-family: "Manrope", Helvetica, Arial, sans-serif !important;
}

.dataRow a{
    color: #000 !important;
}

.topTemporal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
    background: none !important;
}

.topTemporal img{
    width: 500px;
}


.tituloCatalogo{
    background: none !important;
    font-family: "Manrope", Helvetica, Arial, sans-serif !important;
    font-size: 25px !important;
    color: #000 !important;
    text-align: center !important;
}

@media (max-width: 650px) {
    .topTemporal {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .topTemporal img{
        width: 350px;
    }
    .tituloCatalogo{
        font-size: 20px !important;
    }
}

/* Estilos para el modal */
.ui-dialog{
    width: 70% !important;
}

.ui-widget-header{
    background: none !important;
    background-color: #101435 !important;
    border: none !important;
}

.container-fichaTecnica{
    background-color: blue !important;
}

.ui-widget-overlay{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;   
}

.td-img{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee !important;
}

.td-img img{
    width: 40% !important;
}

.tituloRueda{
    background: none !important;
    font-family: "Manrope", Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #000 !important;
    padding-left: 0px !important;
}

.tablaPrincipal{
    font-family: "Manrope", Helvetica, Arial, sans-serif !important;
}

@media (max-width: 650px) {
    .ui-dialog{
        width: 90% !important;
    }

    .td-img img{
        width: 40% !important;
    }
}
