
body {
    font-family: 'Inter', sans-serif;
}

.navbarp1 {
    background-color: rgb(18 18 18) !important;
}

.navbar-brand img {
    width: 225px;
}

.ico-instagram-menu {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/icons/instagram1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: filter 0.3s ease;
    filter: invert(75%) sepia(28%) saturate(540%) hue-rotate(335deg) brightness(95%) contrast(90%);

}


.ico-whatsapp-link {
    font-weight: 300;
    transition: color 0.3s ease;
    letter-spacing: -0.8px;
    color: #caa689 !important;
}

.ico-whatsapp-link::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/icons/whatsapp1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(75%) sepia(28%) saturate(540%) hue-rotate(335deg) brightness(95%) contrast(90%);


}

.ico-whatsapp-link:hover {
    color: #f5d2b3;
}

.ico-email-menu {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/icons/email1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: filter 0.3s ease;
    filter: invert(75%) sepia(28%) saturate(540%) hue-rotate(335deg) brightness(95%) contrast(90%);


}

a.menu-header-mentoria-link {
    color:#f5d2b3 !important;
    font-weight: 800;
    letter-spacing: 0.5px;
}

a.header-calendar-next-meet {
    display: block;
    width: 100%;
    max-width: 370px;
    padding: 10px 15px 10px 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #b8926c, #8b6a4d);
    color: #040000;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    position: relative;
    font-size: 13px;
    filter: brightness(85%) contrast(90%);
}

a.header-calendar-next-meet span {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22%23f8f4f1%22 viewBox=%220 0 16 16%22%3E%3Cpath d=%22M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v1H0V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM0 4h16v9a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm4 2.5a.5.5 0 0 0-1 0V8a.5.5 0 0 0 1 0V6.5zm3 0a.5.5 0 0 0-1 0V8a.5.5 0 0 0 1 0V6.5zm3 0a.5.5 0 0 0-1 0V8a.5.5 0 0 0 1 0V6.5z%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: contain;
}

.internals1 {
    background-color: rgb(247 247 247) !important;
}

.internals1 h2 {
    font-weight: 400;
    font-size: 30px;
    color: #111;
}