﻿blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.img-responsive {
    display: -webkit-inline-box;
    max-width: 100%;
    height: auto;
}

.BotaoLink {
    border: 1px solid silver;
    color: black;
}

    .BotaoLink:hover {
        background-color: #e8e8e8;
    }

/*.TituloLink {
    color: black;
}*/

.TituloLink {
    position: relative;
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .TituloLink::after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -2px;
        left: 0;
        background-color: #d4b483;
        transition: width 0.3s ease;
    }

    .TituloLink:hover {
        color: #d4b483;
    }

        .TituloLink:hover::after {
            width: 100%;
        }

.divReceber:hover {
    bottom: 0;
}

.CaixasChat:focus {
    outline-color: aquamarine;
}

.BotaoChat {
    border: 0;
    background-color: #484852;
    width: 100px;
    font-size: 15px;
    margin-top: 10px;
    padding: 7px;
    color: white;
    cursor: pointer;
}

    .BotaoChat:hover {
        background-color: #51515f;
    }

.divReceber {
    background-color: rgba(43, 42, 53, 0.93);
    color: white;
    /* border-radius: 20px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 14px;
    right: 3%;
    bottom: -194px;
    font-size: 18px;
    z-index: 9999;
    position: fixed;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    transition: top 1s;
    height: 240px;
    transition: 0.8s;
}

.CaixasChat {
    background-color: #484852;
    border: 0;
    color: white;
    height: 30px;
    margin-bottom: 5px;
    padding: 2px;
    padding-left: 6px;
}

.DropDownCad {
    background-color: #484852;
    color: #adadad;
    border: 0;
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

        .sidebar-nav .navbar ul:not {
            display: block;
        }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

        .sidebar-nav .navbar li a {
            padding-top: 9px;
            padding-bottom: 12px;
        }
}

.Noticias {
    font-family: Verdana;
    font-size: 11px;
}

.TituloSecao {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 16px;
    font-weight: normal;
    color: #083E04;
}

a.menulink {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    color: black;
}

    a.menulink:link {
        color: black;
    }

    a.menulink:hover {
        display: block;
        cursor: pointer;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #93BD95;
        color: White;
        border-radius: 2px;
    }

/* Esse aqui é do Bootstrap, vou subscrever aqui*/
.navbar-default {
    background-color: transparent;
}

.Anuncio {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

h1 {
    font-family: verdana;
    font-size: x-large;
    font-weight: bold;
}

.Autor_Data {
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    color: gray;
}

.Texto {
    font-size: 14px;
    font-family: Verdana, Arial, Times New Roman;
    text-align: justify;
}

.imgLeft {
    padding-right: 5px;
    float: left;
    border-width: 0px;
}

.imgRight {
    padding-left: 5px;
    float: right;
    border-width: 0px;
}


.divWhatsapp {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background-color: black;
    width: 255px;
    opacity: 0.8;
    color: white;
    padding: 10px;
    margin-top: 10px;
    right: -205px;
    top: 50%;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: right 1s; /* Safari */
    transition: right 1s;
    z-index: 9999;
}

    .divWhatsapp:hover {
        right: -10px;
    }


.social-menu {
    font-size: 42px;
    color: white;
}

    .social-menu a {
        font-size: 42px;
        color: white;
    }

    .social-menu:hover {
        color: gray;
    }

.share-buttons {
    margin-top: 10px;
}

    .share-buttons .btn {
        width: 42px;
        height: 42px;
        padding: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        transition: all 0.2s ease-in-out;
    }

        .share-buttons .btn i {
            font-size: 18px;
            line-height: 1;
        }

        /* Hover */
        .share-buttons .btn:hover {
            transform: translateY(-3px) scale(1.05);
            opacity: 0.95;
        }

    /* Cores */
    .share-buttons .btn-primary {
        background-color: #1877f2;
        border-color: #1877f2;
    }

    .share-buttons .btn-success {
        background-color: #25d366;
        border-color: #25d366;
    }

    .share-buttons .btn-dark {
        background-color: #000;
        border-color: #000;
    }

    .share-buttons .btn-danger {
        background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
        border: none;
    }

    .share-buttons .btn-secondary {
        background-color: #6c757d;
        border-color: #6c757d;
    }
