table {
    margin-left: auto;
    margin-right: auto;
}
table td {
    border-bottom: 1px solid black;
    padding: 15px;
}
.red {
    color: red;
}
.green {
    color: green;
}
.one_product {
    min-height: 380px;
}
.top-nav-header,
.top-nav-header a {
    text-align: right;
    background-color: #257d7e;
    height: fit-content;
    color: #fff;
}
.top-nav-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 5vw;
    font-family: "Montserrat";
    font-weight: 400;
}
.user-info {
    display: flex;
    align-items: center;
}
.top-nav-header-user-icon {
    height: 3vw;
    width: 3vw;
    max-width: 40px;
    max-height: 40px;
    margin-right: 1vw;
}
.top-nav-header-user-icon svg {
    background-color: #aaaaaa;
    fill: white;
    height: 3vw;
    width: 3vw;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50px;
}
.top-nav-header .loggedInWelcome {
    margin-right: 1vw;
}
.top-nav-header .user-links {
    height: fit-content;
    display: flex;
    gap: 0.5vw;
}
.top-nav-header a {
    display: inline-block;
    padding: 2px 15px;
    outline: 1px solid white;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    font-size: clamp(0.9rem, 0.8vw, 1.5rem);
    transition: all 0.3s ease;
}
.top-nav-header a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.top-nav-header a:last-child {
    outline: 0;
    box-shadow: none;
    padding-left: 5px;
}
.top-nav-header a:last-child:hover {
    transform: none;
    box-shadow: none;
}

.dropdown-menu a {
    width: 100%;
}

.align-left {
    text-align: left !important;
}
.img_vehiculos {
    display: inline-block;
    border: 1px solid #ccc;
}
.img_vehiculos:hover {
    border: 1px solid red;
}

@media (max-width: 768px) {
    #logguedMenu {
        display: none;
    }
    div.top-nav-header {
        flex-direction: column;
        gap: 5vw;
    }
    .top-nav-header-user-icon {
        height: 8vw;
        width: 8vw;
        margin-right: 2vw;
    }
    .top-nav-header-user-icon svg {
        height: 8vw;
        width: 8vw;
        border-radius: 50px;
    }
    .top-nav-header .user-links {
        display: grid;
        gap: 4vw;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
    }
    .top-nav-header a {
        text-align: center;
    }
}
/***********************************
*   PAGINATION
*************************/
.pagination {
    width: 615px;
}
.pagination li {
    display: inline-block;
}

.pagination li {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination li.active {
    background-color: #4caf50;
    color: white;
}
.pagination li {
    border-radius: 5px;
}

.pagination li.active {
    border-radius: 5px;
}
.pagination li {
    transition: background-color 0.3s;
}
.pagination li:hover:not(.active) {
    background-color: #ddd;
}

/*END PAGINATION*/

.navbar .navbar-toggle,
.navbar .navbar-toggle {
    background-color: #2a996e;
    border-color: #2a996e;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.clearfix:after {
    content: " "; /* Viejos browser que no soportan contenido vacío */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.resultSimulator {
    width: 100%;
    padding: 10px;
    background-color: #257d7e;
    color: white; /*#fff;*/
    font-weight: bold;
    font-size: 18px;
}

.resultSimulatorok {
    width: 100%;
    padding: 10px;
    background-color: #257d7e;
    color: white; /*#fff;*/
    font-weight: bold;
    font-size: 30px;
}

.resultSimulatordanger {
    width: 100%;
    padding: 10px;
    color: white; /*#eccdc6;*/
    background-color: #db300b;
    border-color: #f5c6cb;
    font-weight: bold;
    font-size: 30px;
}

.resultSimulatorwarning {
    width: 100%;
    padding: 10px;
    color: /*black;*/ #856f04;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-weight: bold;
    font-size: 30px;
}

table {
    border-collapse: collapse;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
th {
    text-align: inherit;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
