﻿body {
    background-color: #f9f9f9 !important;
    font-family: "Blinker", sans-serif;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

.navbar{
    background-color: white;
    padding: 1rem !important;
}

.navbar-img {
    padding-left: 5rem;
    max-width: 50%;
}

.nav-logged {
    display: flex;
    align-items: center;
    color: white !important;
    margin: 0.2rem;
}

.nav-link{
    color: black !important;
}

.dropdown-user {
    margin-left: 1rem;
    text-transform: uppercase;
}

.dropdown-item {
    color: black !important;
}

.nav-item a {
    color: #ffffff;
}

#navbarNav {
    justify-content: flex-end;
}

.navbar-nav .nav-link:hover {
    color: white; 
}
.nav-link:hover{
    font-size:1rem;
    font:bold;
}

.TextoNegro {
    color: #000000 !important;
}

.TextoBlanco {
    color: #ffffff !important;
}

.TextoRojo {
    color: #ff0000 !important;
}

.TextoWhatsApp {
    color: #25d366 !important;
}

.TextoGris {
    color: #929292 !important;
}

.error {
    color: #ff0000 !important;
}

.Bold {
    font-weight: bold;
}

.size12px {
    font-size: 12px;
}

.size15px {
    font-size: 15px;
    line-height: 18px;
}

.size25px {
    font-size: 25px;
}

.size20px {
    font-size: 20px;
}

.size40px {
    font-size: 40px;
    line-height: 42px;
}
.FondoGris {
    background-color: #ebebeb;
}

.FondoRojo {
    background-color: #ff0000;
}

.FondoBlanco {
    background-color: #ffffff;
}

.FondoNegro {
    background-color: #000000;
}
.navbar > div {
    display: flex;
    flex-direction: row;
    max-width: 90%;
}

.navbar-img {
    width: auto;
    padding-left: 0;
    max-width: 100%;
    height: 3.5vw;
}

li > a {
    white-space: nowrap;
}

@media screen and (max-width: 900px) {
    .navbar-img {
        padding-left: 0;
        width: 120px;
        height: unset;
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }

    .navbar-nav {
        text-align: center;
        width: 100%;
    }

    .navbar-collapse {
        transition: none !important;
        padding-right: 0rem !important; 
    }

    .navbar-collapse.show {
        background: white;
    }

    .nav-link {
        color: black !important;
        display: block;
        text-align: center;
    }

    .nav-logged {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: auto;
    }

    .dropdown-user {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-link:hover {
        font-weight: bold;
    }
}



