@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');



.md-chat-widget-btn-wrapper {
    height: 80px !important;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.fundoGeral {
    background-image: url(images/fundo.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.imgLogo {
    width: 15%;
    transition: all 0.5s;
}

.logoInga {
    padding-top: 5rem;
}

.canais {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    padding-top: 15rem;

}

.pcanal {
    font-family: 'Squada One', sans-serif;
    font-size: 75px;
    color: #000;
    height: 50px;
    text-align: center;
    margin: 0;
}

.control {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pcontato {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.contato {
    display: flex;
    padding-top: 11rem;
    flex-direction: column;
}

#telefone {
    padding-left: 1rem;
}

.imgLogo:hover {
    filter: drop-shadow(0px 49px 5px black);
    transform: scale(1.2);
}

.btnTopo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnImg {
    background: none;
    border: none;
    transition: all 0.5s;
}

.btnImg:hover {
    transform: scale(1.1);
}

.bi-card-image {
    color: #fff;
    filter: drop-shadow(2px 4px 6px #000);
    font-size: 25px;
}

@media(max-width:1920px) and (min-width:1400px) {
    #md-app-widget.md-chat-widget-wrapper.RightSide .md-chat-widget-btn-container {
        right: 1240px !important;
        bottom: 215px !important;
    }
}

@media(max-width: 1399px) and (min-width:1100px) {
    #md-app-widget.md-chat-widget-wrapper.RightSide .md-chat-widget-btn-container {
        right: 780px !important;
        bottom: 175px !important;
    }

    .logoInga {
        padding-top: 1rem;
    }
}

@media(max-width:1099px) and (min-width:821px) {
    #md-app-widget.md-chat-widget-wrapper.RightSide .md-chat-widget-btn-container {
        right: 560px !important;
        bottom: 185px !important;
    }

    .logoInga {
        padding-top: 1rem;
    }
}

@media(max-width:820px) {
    .logoInga a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .imgLogo {
        width: 25%;
    }

    .canais {
        padding-top: 5rem;
    }

    .contato {
        align-items: center;
    }

    .md-chat-widget-btn-container {
        right: 40% !important;
        bottom: 245px !important;
    }

    .pcanal {

        font-size: 55px;

    }

    #telefone {
        padding-left: 1rem;
    }
}

@media(max-width: 575px) {
    .logoInga {
        padding: 1rem;
    }

    .canais {
        padding: 1rem;
        flex-direction: column;
        gap: 0;
        justify-content: center;
        align-items: center;
    }

    .md-chat-widget-btn-container {
        right: 35% !important;
        bottom: 270px !important;
    }

    .pcontato {
        font-size: 20px;
    }
}