@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css');

.poppins-regular {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-regular-italic {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-light {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.body {
    background-color: #f2ffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
}

.fundo-navbar {
    background-color: #ecececec;
}

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

.btn-entrar {
    background-color: #0C3D66;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 40px;
    font-size: 1.2rem;
    font-weight: 500;
}

.btn-entrar:hover {
    background-color: #1C5A8D;
}

.banner {
    background: #4E94CD;
    background: linear-gradient(125deg, rgba(78, 148, 205, 1) 0%, rgba(53, 101, 140, 1) 72%);
}

.custom-shadow {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.custom-shadow-convite {
    box-shadow: 2px 2px 2px rgba(53, 53, 53, 0.8);
}

.closedbeta {
    background-color: #1C5A8D;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 40px;
    font-size: 1.2rem;
    text-decoration: none;
    display: inline-block;
}

.btn-codigoConvite {
    background-color: #ecececec;
    color: #000000;
    border: none;
    border-radius: 15px;
    padding: 7px 25px;
    font-size: 1.2rem;
    text-decoration: none;
    display: inline-block;
}

.btn-codigoConvite:hover {
    background-color: #c6cfd6;
}

.text-custom {
    font-size: 1.8rem;
    max-width: 25ch;
}

.fotoBanner {
    width: 300px;
    height: auto;
}

.bannerEmail {
    background-color: #4E94CD;
}

.btn-botaoParticipar {
    background-color: #0C3D66;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px;
    font-size: 1.1rem;
}

.btn-botaoParticipar:hover {
    background-color: #1C5A8D;
}

.inputEmail {
    color: #3d3d3d;
    max-width: 500px;
}

.footer {
    background-color: #050505;
}

.footer .row {
    justify-content: center;
    text-align: center;
}

.footer-coluna {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

.footer-linha {
    border-top: 5px solid #393a3b;
}

.footer-corD9{
    color: #00D9C8;
    font-weight: bold;
}

.footer-SP {
    color: #adb5bd;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.footer-link {
    color: #adb5bd;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.footer-link:hover {
    color: #00D9C8;
}


.text-cnpj {
    color: #9c9797;
    font-size: 1.1rem;
}


@media (max-width: 990px) {
    .banner .col-md-7 { 
        width: 100%; 
    }
    .banner .d-flex.flex-column { 
        align-items: center; 
        text-align: center; 
    }
    .banner .text-md-start { 
        text-align: center; 
    }
    .banner .align-self-md-start { 
        align-self: center; 
    }
}

@media (max-width: 912px) {
    .fotoBanner {
        display: none;
    }
}

@media (max-width: 800px) {
    .banner { 
        margin: 0 15px; 
    }
    .text-custom { 
        font-size: 1.5rem; 
    }
    .btn-codigoConvite { 
        padding: 6px 20px; 
        font-size: 1rem; 
    }
}

@media (max-width: 430px) {
    .navbar .container-fluid {
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 15px;
    }

    .navbar-brand {
        margin-left: 0;
    }

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

    .btn-entrar {
        padding: 8px 20px;
        font-size: 1rem;
    }
    
    .footer-coluna {
        margin-bottom: 1.5rem;
    }
    
    .footer-link {
        font-size: 0.9rem;
    }

    .footer-SP{
        font-size: 1.1rem;
    }
}