/* 
    Created on : 03/2018
    Author     : Doglas
*/

/*RODAPE*/
.rodape{width:100%; height:65px; background:#120b28; margin-bottom:-15px !important; margin-top:30px;}
.rodape p{font-family:Ubuntu-L; color:white; margin-top:10px; margin-right:20px;}
.rp{float:right;}
.iconR{width:40px; border-radius:5px; border:1px solid #c2c0c0; float:right; margin-right:30px; margin-top:4px;}
.dd{float:left; font-size:12px; margin-top:-42px !important; margin-left:10px;}
.dd span{font-style:italic; color:#acacac;}

.vis{margin-right:230px !important; margin-top:-5px !important; color:#a20674 !important;}

@media (max-width: 600px) {
    /*RODAPE*/
    .rodape p{font-family:Ubuntu-L; color:white; margin-top:10px; margin-right:5px;}
    .rp{float:right;}
    .iconR{width:40px; border-radius:5px; border:1px solid #c2c0c0; float:right; margin-right:5px; margin-top:4px;}
    .dd span{font-style:italic; color:#acacac;}
    
    .vis{margin-right:192px !important; margin-top:-5px !important;}
}

@media (max-width: 450px) {
    /*RODAPE*/
    .rodape{height:105px;}
    .rp{font-size:14px;}
    .iconR{width:30px; border-radius:5px; border:1px solid #c2c0c0; float:right; margin-right:5px; margin-top:4px;}
    .dd{float:right; font-size:12px; margin-top:5px !important; margin-left:10px; text-align:right;}
    
    .vis{margin-right:165px !important; margin-top:-5px !important;}
}