.logo {
    width: 240px;
}

body {
    background-color: var(--blanco) !important;
}

.nav-item {
    font-size: 1.2rem !important;
}

.dropdown-menu {
    top: 40px !important;
    left: auto !important;
    right: 0px;
    background-color: #b7e9f3 !important;
    color: white !important;
    width: 230px;
}

.dropdown-item {
    border-bottom: 1px solid #fff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #0088f7 !important;
    color: white !important;
}

.dropdown-item:focus>img,
.dropdown-item:hover>img {
    filter: invert(1) !important;
}

.pl-6 {
    padding-left: 5.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.pr-6 {
    padding-right: 5rem !important;
}

.notificacion {
    background-color: red !important;
    color: #fff !important;
    position: absolute !important;
    top: 0 !important;
    right: 114px !important;
    border-radius: 10px !important;
    padding: 0 7px !important;
    font-family: 'Gothicb' !important;
    font-size: 14px !important;
}

@media (min-width:350px) {
    .notificacion {
        right: 126px !important;
    }
}

@media (min-width:380px) {
    .notificacion {
        right: 140px !important;
    }
}

@media (min-width:400px) {
    .notificacion {
        right: 155px !important;
    }
}

@media (min-width:425px) {
    .notificacion {
        right: 165px !important;
    }
}

@media (min-width:450px) {
    .notificacion {
        right: 175px !important;
    }
}

@media (min-width:470px) {
    .notificacion {
        right: 190px !important;
    }
}

@media (min-width:500px) {
    .notificacion {
        right: 205px !important;
    }
}

@media (min-width:530px) {
    .notificacion {
        right: 220px !important;
    }
}

@media (min-width:560px) {
    .notificacion {
        right: 235px !important;
    }
}

@media (min-width:768px) {
    .notificacion {
        right: 323px !important;
    }
}

@media (min-width:992px) {
    .notificacion {
        right: -9px !important;
    }
}

.fa-heart {
    color: var(--mattes) !important;
}

.boton-menu:before {
    content: '\f142 ';
    font-family: 'FontAwesome';
    color: #0088F7;
    font-size: 3rem;
}

.icono-cerrar:before {
    content: '\f00d';
    position: absolute;
    font-size: 2.8rem;
    top: 26px;
    right: 12px;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}
 .navbar-light .navbar-nav .nav-link {   
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid var(--mattes);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

@media(min-width:992px){
    .navbar-light .navbar-nav .nav-link {   
        border-bottom: 2px solid transparent;
        color: var(--mattes);
        text-transform: none;
    }
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--blanco);
  background-color: var(--mattes);
}

.nav-link:focus > img, .nav-link:hover > img {
    filter: invert(1) !important;
}

@media(min-width:992px){
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link:hover {
        background-color: transparent;
        border-radius: none;
        color: var(--mattes2);
    }
    .nav-link:focus > img, .nav-link:hover > img {
        filter: invert(0) !important;
    }
}

