/*
Theme Name: Prefeituras Pro
Author: Rafael Rodrigues de Carvalho Severo - Carvtech
Author URI: https://carvtech.com.br
Description: Tema profissional para prefeituras
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


.carvtech{
    text-align:center; width:100%; padding:30px;border-top:solid 1px #124980; 
}
#footer{
        background: #f7f7f7;
     border-top: 1px solid #ececec;
     display: flex;
     padding-left:5%;
     padding-right:5%;
    
}
.row-footer{
        display: flex;
}
.my-logo,
footer {
    width: 100%;
    padding-top: 60px;
    margin-bottom: 0px;
    display: block;

}
.titulo-wd-rp{
    font-weight: normal;
    color: #124980;
    font-size: 16px;
    text-transform: uppercase;
    border-top: none;
    border-bottom: solid 1px #124980;
    padding: 0;
    line-height: 35px;
    padding-right:5%;
    padding-left:5%;
}


.lirodape {
    float: left;
    width: 25%;
    line-height: 44px;
    list-style-type: none;
    list-style: none;
    padding-right:1%;
    padding-left:1%;
    display:block;
}

@media (max-device-width: 800px) {
    .lirodape {
    display:none;
    }
}

.lirodape ul {
    padding: 0;
}

.lirodapefilho i.fa {
    padding-right: 6px;
}

.lirodape1 {
    float: left;
    width: 25%;
    line-height: 44px;
    list-style-type: none;
    list-style: none;
    padding-right:1%;
    padding-left:1%;
    display:block;
}
@media (max-device-width: 800px) {
.lirodape1 {
    width: 100%;
    align-items: center;
    }
}

.lirodapefilho {
    line-height: 20px;
}

.widget-logo{
    align-items: center;
    margin:0 auto;
    width:90%;
    position: relative;
    text-align: center;
}