


body {
    font-family:"Roboto", sans-serif !important;
    margin: 0;
    padding: 0;
}

.navbar {
    background-color:#252832;
    padding: 20px 20px!important;
}

.navbar .logo img {
    height: 40px;
}

.navbar-toggler {
    border: none;
    color: white;
}

.navbar-toggler-icon {
    font-size: 30px;
    color: white;
}

.nav-item a {
    font-family: "Roboto", sans-serif !important;
    font-weight: 200;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.nav-item a:hover {
    color: #45C4E6;
}
.social-icons a {
    color: white;
    font-size: 30px;
}

.social-icons a:hover {
    color: #45C4E6;
}

/* Regras para comportamento em telas menores */
@media (max-width: 992px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 0;
    }

    .social-icons {
        justify-content: center;
        margin-top: 10px;
    }
}


/* ----------------------------- */
/*      footer                  */
/* ---------------------------- */


.footer {
    background-color: #252832;
    color: white;
    padding: 60px;

}

.footer-logo img {
    height: 30px; /* Ajuste a altura conforme necessário */
}

.footer-links {
    display: flex; /* Define o container como flex */
    flex-direction: column; /* Alinha os itens em uma coluna */
    align-items: center; /* Centraliza os itens na horizontal */

}

.footer-links a {
    display: block; /* Cada link ocupará uma linha */
    color: #45C4E6;
    text-decoration: none;
}
.footer-links a i {
    color: white;
    margin-right: 2px;
}

.footer-contact a{
margin-bottom: 0;
display: block; /* Cada link ocupará uma linha */
color: #45C4E6;
text-decoration: none;
}
.footer-contact a:hover{
    color: white;
    }


.footer-links a:hover {
    color: white;
}

.footer-social-icons{
    color: white;
    font-size: 40px;
}
.footer-social-icons:hover{
    color:#45C4E6;
}
.footer-social-icons:hover .rounded-icon {
    border: 2px solid #45C4E6; /* Borda ao redor do ícone */

}

.cor-aux-1{
    color:#45C4E6;
  }

.mb-5 {
    margin-bottom: 3rem; /* Margem abaixo de cada linha */
}

.banner-solutions{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #1B1D28;
    color: white;
    padding: 60px 0;
}
.banner{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #E6F5FF;
    padding: 80px 0;
}



/* ----------------------------- */
/*      Cookies                  */
/* ---------------------------- */


#cookieConsentBanner{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.cookie_img{
width: auto;
height: 50px;
margin-right: 10px;
}
.cookie_btn{
    margin-left: 10px;
    padding: 10px 10px;
    background-color: #45C4E6;
    color: #333;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #45C4E6;
}
.cookie_btn:hover {
    background-color: transparent;
    color: #45C4E6;
}

.cookie_btn_decline{
    margin-left: 10px;
    padding: 10px 10px;
    background-color: transparent;
    color:antiquewhite;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #45C4E6;
}

.cookie_btn_decline:hover {
    color: #45C4E6;
}

@media (max-width: 768px) { /* Ajuste a largura conforme necessário */
    #cookieConsentBanner {
        flex-direction: column; /* Muda para coluna em dispositivos móveis */
        align-items: center; /* Centraliza os itens */
    }

    .cookie_img {
        margin-bottom: 10px; /* Espaçamento entre a imagem e o texto */
    }
    .cookie_btn{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


.links-policy a{
    font-size: 12px;
    text-decoration: none;
    color:#45C4E6;
}

.links-policy a:hover{
    color: white;
}
.banner-policy{
    text-decoration: none;
    color:#45C4E6;
}

.banner-policy:hover{
    color:white;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.btn-wpp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: #252832;
    color: white;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.btn-wpp:hover {
    background-color: #252832;
}
.btn-wpp i {
    font-size: 44px;
}
.btn-wpp:hover i{
    font-size: 48px;
    color: white;
}

.whatsapp-content {
    text-align: center;
}
