﻿@media(max-width:1440px){
    .logo-home{
        padding:10% 0 40% 0;
    }

    .logo-home img{
        width: 55%;
    }
    
}

@media(max-width:1280px) {


}


@media(max-width:1024px) {
    .logo-home{
        padding:10% 0 50% 0;
    }

    .logo-home img{
        width: 70%;
    }


}

@media(max-width:768px){
    .logo-home{
        padding:10% 0 20% 0;
    }

    .logo-home img{
        width: 50%;
    }

    .content-index article{
        font-size: 12px;
    }

    
    }

@media(max-width:640px) {

    .logo-home{
        padding:10% 0 15% 0;
    }

    .logo-home img{
        width: 40%;
    }

    .content-index article{
        font-size:14px;
    }

    footer{
        position: relative;
        padding: 30px 0 0 0;
        margin: 0;
        float: left;
    }


}

@media(max-width:480px) {
    .content-index{
        height: auto;
        overflow: auto;
    }
    
    .content-index h2{
        font-size: 20px;
    }
    
}


@media(max-width:420px) {


}

