.header {
    background: #dfdfdf;
    width: 100%;
    border-bottom: 3px solid #feffff;
}

.logo {
    width: 100%;
}

.telefone{
    width: 100%;
    max-width: 150px;
}

.header-menu {
    background: #0143a1;
}

.telefone-col{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
}
.nav-link {
    color: #FFF;
}

.nav-link:hover {
    color: #90ceff;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.redes-sociais {
    display: flex;
    justify-content: space-around;
}

.facebook, .instagram, .twitter {
    max-width: 60px;
}

.area-cliente {
    width: 100%;
    max-width: 132px;
}

.area-cliente-col{
    display: flex;
    justify-content: center;
}

.triangulo {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 58px 58px 0 0;
    border-color: #31ac2d transparent transparent transparent;
    margin-left: -1px;
}

.custom-icon {
    color: #489285;
}

.text-input {
    background: none;
    border: 1px solid #dedede;
    border-radius: 0;
    width: 100%;
}

.btn-enviar {
    background: none;
    border: 1px solid #40a9d6;
    color: #3ba537;
    border-radius: 0;
    text-align: center;
    width: 230px;
}
.whatsapp-mobile, .whatsapp-desktop {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: 10000;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
    /*border: none;*/
}
.navbar-expand-sm {
    width: 100%;
}
.navbar-expand-sm .container-fluid {
    justify-content: center;
}

@media (max-width: 767px) {
    .whatsapp-mobile {
        /* Adicione seus estilos específicos para dispositivos móveis aqui */
        display: flex;
    }
    .whatsapp-desktop {
        display: none;
    }
    .redes-sociais {
        display: none;
    }
    .wptwa-account-mobile {
        display: flex;
    }
    .wptwa-account {
        display: none;
    }
}
@media (min-width: 768px) {
    wptwa-account {
        display: flex;
    }
    .wptwa-account-mobile {
        display: none;
    }
    .whatsapp-mobile {
        /* Adicione seus estilos específicos para dispositivos móveis aqui */
        display: none;
    }
    .whatsapp-desktop {
        display: flex;
    }
}
