﻿body {
    font-size: 17px;
}

html, body {
    margin: 0px;
    padding: 0px;
}

.CardContato {
    background-color: white;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.maps {
    max-height: 500px;
}

.titulo-bkg-contato {
    background: rgba(2, 45, 35, 0.8);
    min-height: 25rem;
}

.img-titulo-contato {
    background: url('/images/contato.jpg');
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    min-height: 25rem;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    animation: inOpacity 1s ease-in-out;
}

.h2-contato {
    color: white;
    font-weight: bolder;
    animation: inOpacity 1s ease-in-out;
    text-shadow: 3px 2px #3a3939;
}

.imagem-titulo {
    padding-bottom: 3rem;
    width: 100%;
    max-width: 200px;
}

a.text-email {
    color: #00995d !important;
    text-shadow: none !important;
    transition: .1s ease-out;
}

    a.text-email:hover {
        text-decoration: underline !important;
        color: #00995d !important;
    }

.titulo-principal {
    color: #0A5F55;
    font-size: 2.75rem;
    font-weight: bold;
    line-height: 1.2;
}

.itens {
    padding-top: 50px;
}

    .itens p strong {
        font-size: 28px;
    }

.btn-topo-pagina {
    position: fixed;
    bottom: 7px;
    right: 7px;
    padding: 5px;
    color: #FFF;
    background-color: rgba(91, 92, 101, 0.70);
    z-index: 9999;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

.back-to-top {
    background-color: #bbd030;
    border-radius: 65px;
    bottom: 14px;
    box-shadow: 2px 3px 19px -2px rgba(0, 0, 0, .75);
    color: white;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 22px;
    width: 40px;
    z-index: 3;
}

    .back-to-top p {
        font-size: 40px;
        position: relative;
        left: 8px;
        bottom: 16px;
    }

    .back-to-top::after {
        display: flex;
        justify-content: center;
        padding-left: 1px;
        padding-top: 10px;
    }

.div-doacao {
    padding: 0.5rem;
    margin-bottom: 15px;
    background-color: #B1D34B;
    color: white;
    border: solid 1px #09955D;
    margin-bottom: 15px;
}

a {
    color: #00995d !important;
    text-shadow: none;
}

a:hover {
    color: #00995d !important;
    text-decoration: underline !important;
}

.navbar a {
    color: #fff !important;
    text-shadow: 2px 2px 3px #5d5d5d !important;
}

    .navbar a:hover {
        color: #fff !important;
        text-decoration: none !important;
    }

.text-purple {
    color: #A3238E !important;
}

li:hover {
    background-color: transparent;
}

.navbar li:hover {
    background-color: #184120;
}