body{
    background: #F1F1F1;
}

.conteudo{
    border-left: 1px solid #ddd;
    background-color: white;
    padding-top: 10px;
}


.barra-top{
    height: 140px !important;
    width:100%;
    background-image: url("../../img/fotoaerea.jpg") !important;
    background-attachment: fixed;
    background-position: center;
    /*background-size: cover;*/ 

}

.menu-principal a i{
    font-size: 20px;
}

img.logo{

}
img.logor{
    padding-top: 10px;
    float: right;
}

span.logo{
    display: block;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
span.logo:hover{
    text-shadow: 2px 1px 1px rgba(150, 150, 150, 1);
}

@media (max-width: 1200px) {
    span.logo{
        font-size: 25px;
    }
}

@media (max-width: 1000px) {
    span.logo{
        display: none;
    }

}
@media (max-width: 576px) {
    img.logor{
        display: none;
    }
    img.logo{
        margin-top: -15px;
        width: 200%;
    }


}

footer{
    padding: 10px;
    bottom: 0px;
    width:100%;
    background-image: url("../../img/fotoaerea.jpg") !important;
    background-attachment: fixed;
    background-position: center;
}    

.clearfix{
    display: block;
    padding: 20px; 
}


.links{
    list-style-image: url('img/www.png');  
}
.dados-pref{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.dados-pref p{
    text-align: center;
    color: gray;
}
.dados-pref p:nth-child(1):before{
    content: "PREFEITURA MUNICIPAL DE ";
}
.dados-pref p:nth-child(2):before{
    content: "CNPJ: ";
}
.dados-pref p:nth-child(3):before{
    content: "CONTATO: ";
}
.dados-pref p:nth-child(4):before{
    content: "EMAIL: ";
}

/* CREDITOS */

.credito{
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

span.desenvolvedor{
    float: right;
}

.mserro{
    display: none;
}

.date-size{
    width: 100px !important;
}
