/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-width : 767px) {

.medium-9_phone {
    width: 95%; }    
    
   
.corpo-bottom .medium-1-logo{
                  display: none; 
                   
               /* position:fixed;
   
                bottom:0px; */
                }


.footer  .LogoVis {
    
    width:100%;
    height: auto;
    min-width:10rem;
    max-width:12rem;
    
    min-height:12rem; 
    max-height:18rem;
   
    display:inline;      
                }
}


/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {


}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {


}


