.background-padrao {
    padding: 60px 0;
}
.no-produtos {
    font-family: BebasNeueRegular;
    color: #FFFFFF;
    font-size: 16px;
}
.linha-1, .linha-2  {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    margin-bottom: 40px;
}
.linha-1 .informacoes, .linha-2 .informacoes  {
    padding: 0 30px;
}
.linha-1 .informacoes .logo img, .linha-2 .informacoes .logo img  {
    max-height: 40px;
}
.linha-1 .informacoes h2, .linha-2 .informacoes h2{
    font-family: BebasNeueRegular;
    color: #FFFFFF;
    font-size: 40px;
    text-transform: uppercase;
}
.linha-1 .informacoes h3, .linha-2 .informacoes h3 {
    font-family: OpenSansRegular;
    color: #D69E71;
    font-size: 16px;
    text-transform: uppercase;
}
.linha-1 .informacoes .descricao, .linha-2 .informacoes .descricao  {
    font-family: OpenSansRegular;
    color: #D69E71;
    font-size: 14px;
    max-height: 162px;
    overflow: hidden;
}
.linha-1 .informacoes .btn, .linha-2 .informacoes .btn {
    padding: 5px 15px;
    border: 1px solid #E9B280;
    font-family: BebasNeueRegular;
    color: #E9B280;
    font-size: 16px;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}
.linha-1 .informacoes .btn:hover, .linha-2 .informacoes .btn:hover  {
    background-color: #E9B280;
    color: #000000;
}
.precoArtigo {
    font-family: BebasNeueRegular;
    color: #D69E71;
    font-size: 28px;
    margin-left: 10px;
    text-align: center;
}



.select-linha {
    display: inline-block;
}
.select-linha .seta-left {
    position: absolute;
    left: -50px;
    top: calc(50% - 20px);
}
.select-linha .seta-right {
    position: absolute;
    right: -50px;
    top: calc(50% - 20px);
}
.select-linha .seta-left img, .select-linha .seta-right img {
    height: 40px;
    -webkit-transition: 1s;
    transition: 1s;
}
.select-linha .seta-left img:hover, .select-linha .seta-right img:hover {
    transform:scale(1.2);
    filter: contrast(50%);
    -webkit-filter: contrast(50%);
    cursor: pointer;
}

.select-linha .intro {
    max-width: 500px;
    margin: 0 auto;
}


@media (min-width: 500px) and (max-width: 767px) {

    .background-padrao {
        padding: 60px 10px;
    }
   /* .home-banner span {
        display: block;
        height: 40px;
    }*/

    .control-arrows {
        padding: 30px;
    }
    .select-linha .seta-left img, .select-linha .seta-right img {
        height: 30px;
    }
    .select-linha .seta-left {
        left: -25px;
    }
    .select-linha .seta-right {
        right: -25px;
    }

    .linha-1 {
        display: block;
    }


    .linha-1 img {
        max-height: 350px;
        margin: 0 auto;
    }

    .linha-1 .col-50 {
        width: 100%;
    }
    .linha-1 .informacoes, .linha-2 .informacoes {
        padding: 0 10px;
        text-align: center;
    }
    .linha-1 .informacoes h2, .linha-2 .informacoes h2 {
        font-size: 30px;
        text-align: center;
    }
    .linha-1 .informacoes .descricao, .linha-2 .informacoes .descricao {
        text-align: center;
    }
    .linha-1 .informacoes .btn, .linha-2 .informacoes .btn {
        margin: 0 auto;
    }

    .subscrever {
        padding: 30px 10px;
        text-align: center;
    }

    .precoArtigo {
        margin-left: 0;
    }


}

@media only screen and (max-width: 499px) {

    .background-padrao {
        padding: 60px 10px;
    }
    .home-banner span {
        display: block;
        height: 40px;
    }


    .control-arrows {
        padding: 30px;
    }
    .select-linha .seta-left img, .select-linha .seta-right img {
        height: 30px;
    }
    .select-linha .seta-left {
        left: -25px;
    }
    .select-linha .seta-right {
        right: -25px;
    }


    .linha-1 {
        display: block;
    }
    .linha-1 .col-50 {
        width: 100%;
    }
    .linha-1 .informacoes, .linha-2 .informacoes {
        padding: 0 10px;
        text-align: center;
    }
    .linha-1 .informacoes h2, .linha-2 .informacoes h2 {
        font-size: 30px;
        text-align: center;
    }
    .linha-1 .informacoes .descricao, .linha-2 .informacoes .descricao {
        text-align: center;
    }
    .linha-1 .informacoes .btn, .linha-2 .informacoes .btn {
        margin: 0 auto;
    }

    .subscrever {
        padding: 30px 10px;
        text-align: center;
    }

    .precoArtigo {
        margin-left: 0;
    }

}