

#rodape1-container {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: both;
    width: 100%;
    background-color: rgb(12, 87, 124);
    position: relative;
    top: 0px;
    left: 0px;
}

#rodape1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 992px;
    margin-right: auto;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 15px 30px;
}

.rodape1-box {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 20%;
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

.titulo-rodape {
    float: left;
    font-size: 15px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 17px;
    margin: 0px 0px 5px 0%;
    clear: none;
    min-height: 0px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}

.item-rodape {
    float: left;
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 14px;
    margin: 0px 0px 6px 0%;
    clear: both;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
}

#rodape2-container {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: both;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: rgb(5, 44, 64);
    padding: 15px 30px;
}

#rodape2-text {
    float: none;
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
}

@media only screen and (max-width: 992px) {
    
    #rodape1 {
        width: 100%;
    }
  
}

@media only screen and (max-width: 768px) {
    .rodape1-box {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
		margin-bottom: 25px;
    }
	
	.titulo-rodape {
        text-align: center;
        margin-bottom: 6px;
    }

    .item-rodape {
        text-align: center;
        width: 100%;
    }

    #rodape2-text {
        font-size: 14px;
        line-height: 17px;
    }
	
}

@media only screen and (max-width: 576px) {
   

   

    

   
}

