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

.navbarp1 {
    background-color: rgb(247, 247, 247) !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(20%) sepia(5%) saturate(1000%) hue-rotate(0deg) brightness(80%) contrast(90%);

}

.ico-youtube-menu {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/icons/youtube1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: filter 0.3s ease;filter: invert(20%) sepia(5%) saturate(1000%) hue-rotate(0deg) brightness(80%) contrast(90%);

}

.ico-whatsapp-link {
    font-weight: 300;
    transition: color 0.3s ease;
    letter-spacing: -0.8px;
    color: #646464 !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(20%) sepia(5%) saturate(1000%) hue-rotate(0deg) brightness(80%) contrast(90%);

}

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

.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(20%) sepia(5%) saturate(1000%) hue-rotate(0deg) brightness(80%) contrast(90%);

}

.ico-email-menu:hover, 
.ico-whatsapp-link:hover::before,
.ico-youtube-menu:hover,
.ico-instagram-menu:hover {
    filter: brightness(0) saturate(100%) invert(22%) sepia(93%) saturate(2340%) hue-rotate(316deg) brightness(87%) contrast(94%);
}

a.menu-header-mentoria-link {
    color: #ed5889 !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, #7100d5, #0a002a);
    color: white;
    text-decoration: none;
    box-shadow: 0 0 10px #000000, 0 0 10px #00ffe7;
    position: relative;
    font-size: 13px;
}

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=%27http://www.w3.org/2000/svg%27 fill=%27white%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M3.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%27/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: contain;
}

.sidebar1 {
            border-radius: 5px;
            border: 1px solid #ccc;
            border-top: 0;
        }

        .sidebar1 h4 {
            background-color: #3A3335;
    color: white;
    font-size: 20px;
    font-family: 'Puritan', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px 10px;
        }

.internals1 p {
        font-size: 17px;
        letter-spacing: 0.2px;
       }

       .internals1 a {
        color: #d11956;
    text-decoration: none;
       }

       .internals1 a:hover {
        text-decoration: underline;
       }

.nav-link:hover  {
  opacity: 1;
  filter: invert(22%) sepia(98%) saturate(2016%) hue-rotate(321deg) brightness(92%) contrast(90%);
}

.navbar-nav .nav-link {
    color: #111 !important;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
}


.navbar-nav .nav-link:hover {
    color: #d82c64 !important;
}

.nav-item a {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #111;
    text-decoration: none;
    margin: 0 0px 0 10px;
    font-size: 14px;
}

/* Botão "Entrar" estilizado */
.navbar-nav .btn-signin {
    border: 1px solid #d82c64;
    background-color: #d72f66;
    padding: 4px 10px;
    margin-top: -1px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 0.7px;
    display: block;
}

.navbar-nav .btn-signin:hover {
    color: #fff !important;
}



/* Garante alinhamento com links que têm ícones de 24px */
.nav-link.no-icon-align {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding-left: 2px;
    color: #3A3335 !important;
    font-weight: 700;
    transition: color 0.3s ease;
    text-decoration: none;
}

/* Hover rosa forte */
.nav-link.no-icon-align:hover {
    color: #d82c64;
}

/* Escopo restrito à navbar-light-rose */
.navbar-light-rose {
    background-color: #3A3335 !important;
}

.navbar-light-rose .nav-link {
    color: #fff !important;
    font-weight: 500;
    transition: color 0.6s ease;
    text-transform: none !important;
    letter-spacing: 0.2px;
}

.navbar-light-rose .nav-link:hover {
    color: #fff;
}

.navbar-light-rose form input[type="search"] {
    background-color: #1e1035;
    border: 1px solid #f2b6d9;
    color: #fceafd;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f2b6d9' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.415l-3.85-3.85zm-5.242.656a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px 16px;
}

.navbar-light-rose form input[type="search"]::placeholder {
    color: #e6aeda;
}

.curso-box {
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f1f1f1;
}

.curso-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 12px rgba(212, 28, 92, 0.3);
}

.titulo-curso {
  color: #d41c5c;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.descricao-curso {
  font-size: 0.95rem;
  font-style: italic;
  color: #555;
}

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

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

.video-wrapper {
        position: relative;
        width: 100%;
        height: 500px; /* Altura máxima para a faixa do vídeo */
        overflow: hidden;
    }

    .video-wrapper iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw; 
        height: 56.25vw;
        min-height: 500px; 
        transform: translate(-50%, -50%);
        filter: grayscale(100%) brightness(1.3);
        pointer-events: none;
    }


    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        pointer-events: none;
    }