h1
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}

h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #2874E3;
}

body
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.alertify .ajs-modal
{
    z-index: 999999999999;
}

.btn-warning
{
    color: #333;
    background-color: #fcdc20;
    border-color: #fcdc20;
}

.container-topo
{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
}

.section-topo
{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.section-topo .dropdown-menu-columns
{
    display: flex;
    flex-wrap: wrap;
}

.section-topo .dropdown-menu-columns .dropdown-item
{
    flex: 50%;
    font-size: 14px;
}

.section-topo .dropdown:hover .dropdown-menu
{
    display: block;
}

.section-topo .dropdown i
{
    font-size: 6px;
    color: #fcdc20;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.section-topo .dropdown-item
{
    font-size: 14px;
}

.section-topo .dropdown-item:hover
{
    background-color: #CCC;
}

.section-eventos-galerias .eventos-foto
{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.section-eventos-galerias a
{
    text-decoration: none;
}

.section-eventos-galerias a:hover
{
    text-decoration: none;
}

.section-eventos-galerias .eventos-titulo
{
    color: #333;
    font-size: 18px;
}

.section-eventos-galerias .eventos-data
{
    background-color: #fcdc20;
    width: 80px;
    position: absolute;
    right: 0;
    height: 200px;
    text-align: start;
    padding: 10px;
    border-radius: 0px 10px 10px 0px;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.section-noticias
{
    background-color: #f2f2f2;
}

.section-noticias h1, .section-eventos-galerias h1, .section-anuncio h1
{ 
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    margin-bottom: 1px;
}

.section-noticias h1 span, .section-eventos-galerias h1 span, .section-anuncio h1 span
{
    background-color: #fcdc20;
    color: #2e2e2e;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
}

.section-noticias .owl-prev,
.section-noticias .owl-next
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-noticias .owl-prev
{
    left: -28px;
    top: 116px;
}

.section-noticias .owl-next
{
    right: -28px;
    top: 116px;
}

.section-noticias .item
{
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 340px;
}

.section-noticias .item:hover
{
    border: 1px solid #fcdc20;
}

.section-noticias .noticias-foto
{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.section-noticias a
{
    text-decoration: none;
}

.section-noticias a:hover
{
    text-decoration: none;
}

.section-noticias p
{
    margin-bottom: 0;
}

.section-noticias .noticias-titulo
{
    color: #333;
    font-size: 18px;
}

.section-noticias .noticias-data
{
    color: #CCC;
    font-size: 15px;
    font-style: italic;
}

.section-noticias .badge
{
    padding: 8px 120px;
}

.section-anuncio
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-banner .item
{
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-destaques
{
    padding-bottom: 80px;
}

.section-destaques .destaque
{
    background-color: #f8f8f8;
    padding: 40px;
    height: 480px;
    border-radius: 10px;
}

.section-destaques .destaque-titulo
{
    min-height: 90px;
}

.section-destaques .align-bottom
{
    position: absolute;
    bottom: 40px;
}

.section-destaques hr
{
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    border-top: none;
}

.section-rodape
{
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #2e2e2e;
    border-top: 3px solid #fcdc20;
    color: #FFF;
    font-size: 14px;
}

.section-rodape a
{
    color: #FFF;
}

.section-rodape a:hover
{
    color: #FFF;
}

.section-rodape i
{
    color: #fcdc20;
}

.section-rodape .social i
{
    padding: 6px;
    font-size: 20px;
    color: #f2f2f2;
}

.section-rodape .endereco
{
    font-size: 11px;
    color: #7f7f7f;
}

.section-rodape ul
{
    list-style-type: none;
    padding-left: 0px;
}

.section-rodape li
{
    position: relative;
    padding-left: 13px;
}

.section-rodape li::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #fcdc20;
    border-radius: 50%;
}

.section-copy
{
    background-color: #000;
    color: #7f7f7f;
    font-size: 10px;
}

@media screen and (max-width: 1024px)
{   
}

@media (max-width: 992px)
{
    .menu-icone
    {
        position: absolute;
        top: -73px;
        right: 0;
    }

    .section-topo .navbar-light .navbar-toggler
    {
        background: #fcdc20;
    }

    .section-topo .navbar-light .navbar-toggler-icon
    {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .section-noticias h1
    {
        font-size: 23px;
    }

    .section-banner .item
    {
        height: 180px;
    }

    .section-destaques .destaque
    {
        height: 300px;
    }

    .section-rodape ul
    {
        margin-left: -23px;
    }
}