@media screen and (max-width: 1023px) { 
    /* body {
        background: yellow;
        box-sizing: border-box;
    }       */    
    .header .container {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .menu .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .link {
        padding-left: 0 !important;
    }
    .about-info, .about-gallery {
        width: 100%;
    }
    .about-info {
        padding: .8em;              
    }
    .about-info p {
        text-align: center;
        line-height: normal;
        font-size: 1em;
    }
    .services {
        padding-bottom: 15px;
    }
    .service-title {
        font-size: 1em;
        font-weight: bold;
    }
}
@media screen and (max-width: 767px) {
    /* .header {
        display: none;
    }     */
    .logo img {
        height: 30px;
    }
    .hero-description {
        padding: 0 15px;
    }
    .title-main {
        font-size: 2.5em;
    }         
    .brands {
        display: none;
    }
    .title-secondary {
        font-size: 1.6em;
        padding: 30px 0 40px 0;
    }
    .service-item {        
        width: 49%;
        margin-bottom: 15px;
    }
    .service-mobile {
        display: none;        
    }
    .button-more {
        display: inline-block;
    }
    .notice h2 {        
        font-size: 1.5em;
    }
    .notice p {
        font-size: 1.2em;
    }   
    .subtitle-contact {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-item {
        /* border: solid 1px green !important; */
        padding-right: 0;        
    }
    .contact .info {
        margin-top: 15px;
    }
    .footer {
        padding: 20px 0;
    }
    .footer .container {
        display: block;        
        padding: 0;
    }
    .footer-description {
        margin-bottom: 5px;
    }
    .reprogramming-title {
        font-size: 2em;
        bottom: 0;
        letter-spacing: 1px;
    }
    .button-fixed {        
        bottom: 10px;
        right: 10px;
    }
}
@media screen and (max-width: 480px) { 
    .hero {      
        height: 75%;
        background: url('../img/hero-01.jpg') !important; 
        background-position: 50% 20% !important;
    }
    .button-main {
        padding: 8px 12px;
    }
     .service-title {         
         font-size: 1em;         
     }  
     .button-location {
         font-size: 1em;   
         text-align: center;             
     }
     .reprogramming-title {
        font-size: 1.6em;        
    }
}
@media screen and (max-width: 320px) {
    .service-title {
        font-size: 1em;
    }    
}
