/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
    
    * {
        box-sizing: border-box;
    }
    
    .global {
        width: 95%;
    }
    header {
        padding-top: 46px;
        margin-bottom: 10px;
    }
    
    .banner-topo img {
        border-radius: 0;
    }
    
    .header, .content {
        margin: 0 10px;
    }
    
    .credencial-logo {
        margin-left: 10px;
    }
    
    .share-event {
        margin: 0 10px;
    }
    
    #inscricao .painel-body {
        padding: 3px;
    }
    
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    * {
        box-sizing: border-box;
    }
    
    .global {
        width: 95%;
    }
    header {
        padding-top: 46px;
        margin-bottom: 10px;
    }
    
    .banner-topo img {
        border-radius: 0;
    }
    
    .header, .content {
        margin: 0 10px;
    }
    
    .credencial-logo {
        margin-left: 10px;
    }
    
    .share-event {
        margin: 0 10px;
    }
}


/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 480px) 
and (max-width : 1024px) {
    * {
        box-sizing: border-box;
    }
    
    .global {
        width: 97%;
    }
    header {
        padding-top: 46px;
        margin-bottom: 10px;
    }
    
    .banner-topo img {
        border-radius: 0;
    }
    
    .header, .content {
        margin: 0 10px;
    }
    
    .credencial-logo {
        margin-left: 10px;
    }
    
    .share-event {
        margin: 0 10px;
    }
    
}


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (max-width : 1024px) {
    
    body {
        padding: 0;
        margin: 0;
    }
    
    .wrapper {
        width: 100%;
    }
    
    .header, .content, .footer {
        background-size: auto 100%;
        overflow: hidden;
        width: 100%;
    }
    
   .col-left, .col-right {
        width: 100%;
        float: none;
    }
    
    .painel {
        width: 100%;
        overflow: hidden;
    }
    
    .invisible-phone {
        display: none !important;
    }
        
    .footer {
        margin-top: 0;
    }
    
    .footer .wrapper {
        padding-left: 10px;
    }
    
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1024px) 
and (max-width : 1200px) {
    .wrapper {
        width: 90%;
    }
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}