﻿:root {
    --cor-principal: #222222;
    --cor-secundaria: #ffa600;
    --cor-branco: #fdfdfd;
    --cor-cinza: #697077;
    --cor-laranja: #f3ab33;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* WhatsApp padrão */
.whatsapp {
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 45px;
    background: #25D366;
    display: flex !important;
    font-size: 1.25em !important;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    transition: bottom 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
}

    /* WhatsApp sobe quando scrollTop aparece */
    .whatsapp.move-up {
        bottom: 80px;
    }

/* Scroll Top padrão */
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 45px;
    background: var(--cor-laranja);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    transition: bottom 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
}

    /* Efeito Hover igual nos dois */
    .scroll-top:hover,
    .whatsapp:hover {
        box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
        transform: translate3d(0, -5px, 0);
    }

@media(max-width: 768px) {
    .footer-info .mt-md-0.mt-4 {
        text-align: center;
    }

    .footer-info .img-fluid {
        max-width: 65%;
        margin: 0 auto;
    }
}
