h1
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}

h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #CCC;
}

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%;
}

.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-slider
{
    background-image: url(../arquivos/banners/bg-home.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 220px;
}

.section-body
{
    padding-bottom: 50px;
}

.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)
{
}

@media screen and (max-width: 768px)
{
    h2
    {
        font-size: 15px;
    }

    .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-rodape ul
    {
        margin-left: -23px;
    }
}