@charset "utf-8";

* {
	margin: 0;
	padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.promoNav{
    width: 100%;
    height: auto;
    background: rgba(0,59,122,1);
    background: -moz-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,59,122,1)), color-stop(100%, rgba(73,155,234,1)));
    background: -webkit-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -o-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: linear-gradient(to right, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b7a', endColorstr='#499bea', GradientType=1 );
    
}
.promoNav a{
    color: white;
    font-weight: 600;
    padding: 15px 80px 15px 15px;
    
}
    
  
.promoNav ul{
    
    position: relative;
    padding: 15px;
}

.promoNav ul li{
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    
    
    
}
.promoNav a:hover{
    background-color: white;
    color: gray;
}

.promoNav input{
    width: 100%;
    padding: 10px;
    background: none;
    border: none;
    color:white;
    font-weight: bold;
    
}

.promoNav input:hover{
    color: gray;
    background: white;
    cursor: pointer;
}

.promoNav input:active{
    background:black;
    color:white;
}

}

::-webkit-scrollbar{
    
    width: 5px;
    height: 0px;
    
}

::-webkit-scrollbar-track{
    background: lightgray;
    
}

::-webkit-scrollbar-thumb{
    background: -moz-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,59,122,1)), color-stop(100%, rgba(73,155,234,1)));
    background: -webkit-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -o-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: linear-gradient(to right, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b7a', endColorstr='#499bea', GradientType=1 );
    color: #ffffff;
    border: none;
}


    .banner_topo img{
        width: 100%;
    }
    
    .container_all{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }


    .product_conteiner{
        width: 24%;
        height: 500px;
        margin: 0.5% 1% 1% 0;
        
        
    }
    
    
    .product_conteiner img{
        object-fit: contain;
        object-position: center;
        width: 100%;
        margin-bottom: 5%;
        
        
    }

.product_conteiner p{
    width: 100%;
}

.ref{
    font-size: 10px;
}
.titulo{
    font-size: 14px;
}
.marca{
    display:none;
}
.categoria{
    display: none;
}

.parcelamento{
    margin-top: 20px;
    font-size: 14px;
    line-height: 7px;
        
}
.parcela{
    font-size: 24px;
    font-family: 'Archivo Black', sans-serif;
}
.vl_vista{
    font-size: 11px;
}
.total{
    font-size: 11px;
    
}
.vl_vista2{
    margin-top: 10px;
    font-size: 22px;
    font-family: 'Archivo Black', sans-serif;
}
.vl_vista2 span{
    font-size: 12px;
    font-weight: 300;
}


.chamar_vendedor{
    margin-top: 10px;
    padding: 5px;
    position: absolute;
}
#conid{
}
.vend_class ul{
    position: fixed;
    top: 10.5%;
    left: 35%;
    width: 30%;
    height: 850px;
    padding-bottom: 15px;
    z-index: 1;
    overflow-y: scroll;
}

.vend_class ul li{
    padding: 1.5% 0 1.5% 0;
}
.vend_class{
        font-family: 'Open Sans', sans-serif;
    }
    
.vend_class li{
        
        font-size: 14px;
        padding: 10px 0px 0px 10px;
        
    }
.vend_class li:nth-child(even) {background-color: #FFF}
.vend_class li:nth-child(odd) {background-color: #EEE}

.vend_class li a:nth-last-child(1){
        font-size: 12px;
    }
    
.vend_class li a:hover{
        
        color:red;
    }
    
.vend_class li img{
        
        padding:0 10px;
    }
    
.vend_class a{
        
        color: black;
    }

.backgroundconid{
    position: fixed;
    bottom:0;
    width: 100%;
    height: 1080px;
    background-color: black;
    opacity: 0.6;
    
}

#conid h3{
    position: fixed;
    top: 4.5%;
    left: 35%;
    z-index: 9;
    width: 30%;
    padding:0.3%;
    background: -moz-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,59,122,1)), color-stop(100%, rgba(73,155,234,1)));
    background: -webkit-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -o-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: linear-gradient(to right, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b7a', endColorstr='#499bea', GradientType=1 );
    color: #ffffff;
}

#conid p{
    width: 30%;
    position: fixed;
    top: 7%;
    left: 35%;
    z-index: 9;
    padding:0.3%;
    font-size: 14px;
    background: -moz-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,59,122,1)), color-stop(100%, rgba(73,155,234,1)));
    background: -webkit-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -o-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    background: linear-gradient(to right, rgba(0,59,122,1) 0%, rgba(73,155,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b7a', endColorstr='#499bea', GradientType=1 );
    color: #ffffff;
}

#close{
    position: fixed;
    top: 5.8%;
    left: 63%;
    z-index: 9;
    width: 30px;
    padding: 3px;
    float: right;
}

#close:hover{
    cursor: pointer;
}

#close:active{
    background-color: red;
}

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

    .product_conteiner{
        float: left;
        width: 24%;
        height: 400px;
        margin: 0.5% 1% 1% 0;
        
        
    }
    #conid h3{
         padding:.3% .3% .3% 1%;
}
#conid p{
    top: 8%;
    padding:.3% .3% .3% 1%;
}
#close{
    width: 25px;
    top:6.5%;
    left: 62.5%;
}
.vend_class ul{
    top: 12.5%;
    height: 560px;
}
}  
@media screen and (max-width:720px){
    .promoNav{
        display: none;
    
    }
    
        .promoNav ul{
        top: 5px;

    }

    .banner_topo img{
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    
    .container{
        width: 100%;
        float: left;
        padding: 2% 2%;
    }
    
        .product_conteiner{
        width: 100%;
        height: 530px;
        margin: 0.5% 1% 1% 0;
        
        
    }
    .vend_class ul{
    top: 11%;
    left: 5%;
    width: 90%;
    height: 475px;
}

#conid h3{
    top: 2%;
    left: 5%;
    width: 90%;
    padding:1% .3% .3% 2%;
}

#conid p{
    top: 6%;
    left: 5%;
    width: 90%;
    padding:1% .3% 1% 2%;
}
#close{
    top: 3%;
    left: 86%;
}
    
    }
    
    
