*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

body{
    height: auto;
    background-color: black;
}

.clear{
    clear: both;
}

        /*******/
    /*itc-avant-garde-gothic-pro*/

    header{
        width: 100%;
        max-width: 1100px;
        height: auto;
        margin: 0 auto;
        text-align: center;
        color: white;
    }

    header .header-img{
        aspect-ratio: 1100 / 200;
        background-image: url('../img/head2.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    header h3{
        font-family: "font/ITCAvantGardeStd-Demi", sans-serif;
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .comments h1{
        font-family: "font/ITCAvantGardeStd-Demi", sans-serif;
        font-size: 30px;
        margin-bottom: 15px;
        text-align:center;
        color: white;
    }

    header p{
        font-size: 24px;
        font-style: normal;
        padding: 0 4%;
    }

        /*******/

    .linksredes{
        /*
        position: -webkit-sticky;
        position: sticky;
        float: right;
        right: 30px;
        top: 20px;
        */
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }

    a.redesocial{
        margin: 0 20px;
        text-decoration: none;
    }

    .redesocial img{
        width: 40px;
        height: 40px;
        transition: all 0.5s;
    }

    .redesocial img:hover{
        transform: scale(1.2);
    }

    .linha-separamento{
        border-bottom: 5px solid rgba(204, 204, 204, 0.671);
        border-radius: 15px;
        width: 70px;
        line-height: 0.1em;
        margin: 20px auto;
    }


        /*******/

    section.sessao{
        padding: 40px 30px;
    }

    section.sessao .container{
        padding: 20px 0;
        max-width: 1000px;
        background-color: #0f0f0f;
        border-radius: 18px;
    }
    
    .banner{
        margin: 20px auto;
        float: left;
        width: 100%;
        text-align: center;
    }

    .banner .img-new{
        width: 90%;
    }

    .coluna{
        display: none;
        margin: 20px auto;
        float: left;
        width: calc(100% / 3);
        text-align: center;
    }

    .coluna .img-produto{
        width: 70%;
    }

    .link-banner a img{
        width: 25%;
        transition: all 0.6s;
    }

    .link-banner a img:hover{
        transform: scale(1.1);
    }


    .link-produto a img{
        width: 75%;
        transition: all 0.6s;
    }

    .link-produto a img:hover{
        transform: scale(1.1);
    }

    .load-more{
        font-family: "font/ITCAvantGardeStd-Demi", sans-serif;
        padding: 15px 10px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        width: 200px;
        font-size: 18px;
        background-color: white;
        border-radius: 15px;
        cursor: pointer;
    }

        /*******/

    footer{
        width: 100%;
        padding: 10px 0;
        text-align: center;
        color: white;
        margin: 0 auto;
    }

    footer h1{

        font-family: "ITCAvantGardeStd-Demi", sans-serif;
        font-size: 1vw;
    }

        /*******/

@media screen and (max-width: 900px){

    header{
        width: 100%;
        max-width: none;
        height: auto;
    }

    footer h1{
        font-size: 2vw;
    }
    
}

@media screen and (max-width: 560px){
    
       .banner{
        margin:5px auto;
        float: left;
        width: 100%;
        text-align: center;
    }
    

    .banner .img-new{
        width: 90%;

    }
    
    .coluna{
        margin: 20px auto;
        float: left;
        width: calc(100% / 2);
        text-align: center;
    }

    .coluna .img-produto{
        width: 90%;

    }

    .link-produto a img{
        width: 95%;
    }

    footer h1{
        font-size: 2.5vw;
    }

}


/*
.row::after {
  content: "";
  clear: both;
  display: table;
}
*/
