/* Footer Start*/    
    footer{
        width: 100%;
        color: white; 
        text-decoration: none;    
        list-style: none;        
    }
    /*Footer-Children Start*/
        .footer-parents{        
            width: 90%;       
            color: white;                     
        }
        .footer-children{     
            height: 170px; 
            margin-top: 30px;
            margin-bottom: 30px;
            border-width: 1px;
            margin-right: 15px;                      
        }
        .footer-children h1{
            font-size: 20px;
        }
        .footer-children ul{
            list-style-type: none;
            padding: 0;
        }
        .footer-children ul li a{
            color: white;
            text-decoration: none;                 
        }
    /*Footer-Children Start End*/
    /* Institutional Start*/
        #institutional{
            max-width: 15%;
        }
    /* Institutional End*/
    /*Contact Company Start*/
        #contact-company{
            max-width: 22%;           
        }
        #company-phones div{
            max-width: 50%; 
            margin-right: 30px;      
        }
        #company-phones img{
            margin-right: 15px;
        }
        #double-phones{
            width: 150px;
        }
        #company-email {
            margin-top: 10px;
        }
        #company-email span{
            font-size: 12px;
            margin-left: 5px;
        }
    /*Contact Company End*/

    /*Social Networks Start*/
        
        #social-networks{
            max-width: 15%;
        }
        #social-networks button{           
            color: white;
            background: transparent;
            border: none !important;
            cursor: pointer;     
        }
        #social-networks button img{
            width: 25px;
        }
        .social_networks{
            width: 150px;
        }
    /*Social Networks Start*/

    /* Payment Metodos Start*/
        #payment-methods{
            width: 20%;
        }
        #payment-methods img{
            height: 30px;
            margin: 6px;
        }
    /* Payment Metodos End*/
    
    /* Developer Name*/
    .devloper-name{
        margin-bottom: 15px;
    }
    .devloper-name a{
        text-decoration: none;
        list-style: none;
        color: white;        
    }

/* Footer End*/
@media (max-width: 1024px){
    .footer-parents{        
        width: 100%;                           
    }
    /* Contact Company Mobile 1024 Start*/
        #contact-company{
            max-width: 25%;
        }    
    /* Contact Company Mobile 1024 End*/
    
    /* Payment Metodos Start*/
      
        #payment-methods img{
            height: 30px;
            margin: 6px;
        }
        #company-email {
            margin-top: 10px;
        }
        #company-email span{
            font-size: 10px;
            margin-left: 5px;
        }
    /* Payment Metodos End*/
}
@media (max-width: 768px){
    /* Footer Start Mobile*/        
        .center h1{
            font-size: 12px;
        }       

        /*Footer-Children Mobile Start*/
            #contact-company, #social-networks {
                min-width: 40%;
                height: 115px;                
                margin-bottom: 0;
            }
        /*Footer-Children Mobile End*/

        /* Contact Company Mobile Start*/
            #company-phones{
                margin-left: 8px;
            }
            #company-phones img{
                height: 30px;
                margin:0;
            }
            #company-phones span{
                margin-left: 3px;
                font-size: 10px;
            }
            #company-email img{
                width: 30px;
            }
            #company-email span{
                font-size: 6px;
            }
        /* Contact Company Mobile End*/

        /* Payment Methods Mobile Start*/
            #payment-methods{
                min-width: 60%;
                height: 90px;
            }
        /* Payment Methods Mobile End*/

        /* Devloper-name Mobile Start*/
            .devloper-name a{
                font-size: 10px;
            }
        /* Devloper-name Mobile End*/

    /* Footer  End*/
}

@media (max-width: 375px){
    /* Contact Company Mobile 375 Start*/
    #company-phones{
        margin:0;
        margin-left: 10px;
    }   
    #company-phones span{
        font-size: 8px;        
    }
    #company-email img{
        width: 20px;
    }
    #company-email span{
        font-size: 6px;
    }
    /* Contact Company Mobile 375 End*/

    /* Payment Methods Mobile 375 Start*/
        #payment-methods{            
            height: 75px;
        }
        #payment-methods img{
            height: 25px;
        }
    /* Payment Methods Mobile 375 End*/

}

@media (max-width: 320px){
    .footer-parents{        
        margin-left: 15px;                   
    }
    /* Contact Company Mobile 320 Start*/
        #company-phones{ 
            width: 100%;           
            margin-left: 8px;
        }
        #company-phones img{
            height: 25px;
        }   
        #company-phones span{
            font-size: 6px;        
        }
        #company-email img{
            width: 20px;
        }
        #company-email span{
            font-size: 6px;
        }
    /* Contact Company Mobile 320 End*/

    /*Social Networks Mobile 320 Start*/
   
        #social-networks button span{           
          font-size: 10px;    
        }
        #social-networks button img{
            width: 25px;
        }
    /*Social Networks Mobile 320 Start */

    /* Payment Methods Mobile Start*/
        #payment-methods{            
            height: 65px;
        }
        #payment-methods img{
            height: 20px;
        }
/* Payment Methods Mobile End*/
}