.rodape {
    background-image: url('../../imagens/fundoRodape.jpg');
}

.textBlack {
    color: black
}

#navbar1 {
    padding: 5px;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15pt;
}

.imgEscudo {
    height: 180px;
}

.imgEscudo2 {
    height: 120px;
    margin-top: 10px;
}

.listaItem {
    margin-right: 12px
}

.estrutura {
    margin-bottom: -20px;
}

.textCop {
    color: black;
}

.areaMenu1 {
    justify-content: center;
    align-items: center;
    background-image: url("../../imagens/degradeFundo.jpg");
    margin-right: 0px
}

.areaMenu2 {
    justify-content: center;
    justify-items: center;
    text-align: center;
    align-items: center;
    align-content: center;
    background-image: url("../../imagens/degradeFundoPequeno.jpg");
    margin-right: 0px
}

.btnEnviarGrande {
    width: 150px;
    background-color: #791717;
    border-color: #791717;
}

.associe {
    background-color: rgba(121, 23, 23, 0);
    padding-top: 13px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px black;
    margin-left: 150px;
    border-color: #c51919;
    border-style: solid;
    border-width: 4px;
}

.associe:hover {
    background-color: #c51919;
    border-color: #c51919;
}

.associe2 {
    background-color: #791717;
    border-radius: 5px;
    box-shadow: 2px 2px 4px black;
    padding-left: 30px;
    padding-right: 30px;
}

.textTitulo {
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 2px black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14pt
}

.textTitulo2 {
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 2px black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    margin-top: 8px;
}

#aAssocie {
    text-decoration: none;
}

.areaBtn {
    justify-content: space-evenly;
    margin: 5px
}

.imgAnimate {
    width: 250px;
    height: 450;
}

.grow:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.12);
    transition: all 0.5s ease;
}

.listaMenu {
    margin-right: 20px;
}

.text-listItem:hover {
    color: #c51919
}

.text-vermelhoEscuro {
    color: #791717
}

.btn-areaAssoc {
    color: #fff;
    background-color: #791717;
    border-color: hsl(0, 68%, 28%);
    padding-right: 25px;
    padding-left: 25px;
}

.btn-areaAssoc:hover {
    color: #fff;
    background-color: #c51919;
    border-color: rgb(197, 25, 25);
}

.tituloImg {
    opacity: 1;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 3px 2px 2px black;
}

.tituloImg:hover {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.zoom {
    overflow: hidden;
}

.zoom img {
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.zoom:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.zoom2 {
    overflow: hidden;
}

.zoom2:hover {
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.zoom3 {
    overflow: hidden;
}

.zoom3:hover {
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.table-red {
    background-color: #791717;
}

.scroll-horizontal {
    overflow: auto;
    white-space: nowrap;
}