﻿body {
    font-family: 'Poppins', sans-serif !important;
}
.navbar {
    padding: 0.5rem !important;
}

.nav-link {
    font-size: 1rem !important;
    color: #000 !important;
}

.navbar-toggler {
    border: none !important;
}

.profile-img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    margin-left: 10px !important;
}

.menunav {
    width: 100% !important; /* Cambiar para ocupar todo el ancho dentro de navbar-collapse */
}

/* Estilos para el menú desplegable */
.navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: auto !important;
    right: 1% !important;
    width: auto !important;
    z-index: 1000 !important;
    background-color: white !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    padding-top: 10px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-bottom: 10px !important;
    min-width: 205px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

/* Mantener el botón de hamburguesa encima */
.navbar-toggler {
    z-index: 1050 !important;
}

.colorNav {
    color: #545454 !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    font-size: 13px !important;
    padding-top: 7px !important;
    padding-right: 1px !important;
    padding-left: 9px !important;
    padding-bottom: 7px !important;
}

.nav-link:hover {
    background-color: #fff1f1 !important; /* Fondo ligeramente amarillo */
    border-radius: 8px !important; /* Mantener bordes redondeados al hacer hover */
}
.liMenuBordeBottom {
    border-bottom: 2px solid #f7f7f7;
}
.StyleMenuBarVistas {
    font-size:12px;
}
.EtiquetaPColorPlomo {
    color :#b1b1b1; 
}
.Font-size-18px {
    font-size: 18px;
}
.Profesional-infos {
    width: 100%;
}
.Profesional-infos ul {
    padding-left: 8%;
    padding-top: 18px;
}
.Profesional-infos ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 60px;
    position: relative;
    border-top: 2px solid #f7f7f7;
    height: 30px;
    padding-top: 10px
}
.Profesional-infos ul li.spe div.valide {
    color: #5bca8d;
    font-size:15px;
}
.valide {
    color: #5bca8d;
    font-size: 15px;
}
.check-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #58d68d; /* Color verde del círculo */
    border-radius: 50%; /* Hacer que el contenedor sea redondo */
    text-align: center;
    line-height: 24px; /* Centra verticalmente el ícono */
}
    .check-icon .bi-check {
        color: white; /* El color del ícono (blanco) */
        font-size: 20px; /* Tamaño del ícono */
    }
