@charset "utf-8";

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

.body{
    background-color: white;
}
.nav{
    width: 100%;
    height: 50px;
    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 );
    float: left;
    padding-left: 15%;
    
}
.nav a{
    color: white;
    font-weight: 600;
    padding: 15px 80px 15px 15px;
    
}
    
  
.nav ul{
    
    position: relative;
    top: 15px;
    float: none;
}

.nav ul li{
    width: 200px;
    height: 300px;
    float: left;
    
    
    
}
.nav a:hover{
    background-color: white;
    color: gray;
}

.nav input{
    width: 200px;
    padding: 6px;
    display: block;
    text-align: left;
    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 );
    color: #ffffff;
    border: none;
    
}

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

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

.nav ul ul{
    position: relative;
    display: none;
    overflow:scroll;
}

.nav ul:hover li ul{
    display: block;
}



::-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%;
        float: left;
    }
    
    .container{
        width: 100%;
        float: left;
        padding: 1% 15% 0 16%;
    }


    .product_conteiner{
        float: left;
        width: 24%;
        height: 500px;
        margin: 0.5% 1% 1% 0;
        padding: 1%;
        border-radius: 10px;
        border: 1px solid gray;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(199,199,199,0.7);
        -moz-box-shadow: 0px 0px 3px 0px rgba(199,199,199,0.7);
        box-shadow: 0px 0px 3px 0px rgba(199,199,199,0.7);
           
    }
    

    .product_conteiner img{
        object-fit: contain;
        object-position: center;
        float: left;
        width: 100%;
        height: 290px;
        margin-bottom: 5%;
        border-radius: 8px;
        
        
    }

.product_conteiner p{
    width: 100%;
    float: left;
}

.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: 'Secular One', sans-serif;
}
.vl_vista{
    font-size: 11px;
}
.total{
    font-size: 11px;
    
}
.vl_vista2{
    margin-top: 10px;
    font-size: 22px;
    font-family: 'Secular One', sans-serif;
}
.vl_vista2 span{
    font-size: 12px;
    font-weight: 300;
}


.chamar_vendedor{
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    font-weight: 600;
    background: rgba(210,255,82,1);
    background: -moz-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
    background: -webkit-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: -o-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: -ms-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    background: linear-gradient(to right, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=1 );
    color: black;
    border: 1px solid gray;
}

.chamar_vendedor:hover{
    background: white;
    cursor: pointer;
}

#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:1366px){

    .product_conteiner{
        float: left;
        width: 24%;
        height: 420px;
        margin: 0.5% 1% 1% 0;
        
        
    }
    
    .product_conteiner img{
        height: 200px;
    }
    
    #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){
    .nav{
        width: 200px;
        height: 30px;
        float: left;
        padding-left: 1%;
    
    }
    
        .nav ul{
        top: 5px;

    }

    .banner_topo img{
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    
    .container{
        width: 100%;
        float: left;
        padding: 2% 2% 2% 2%;
    }
    
        .product_conteiner{
        width: 100%;
        height: auto;
        
        
    }

    .product_conteiner img{
        width: 38%;
        height: 175px;
        float: left;
        margin: 0 1% 0 0;
        
    }
    
.product_conteiner p{
    width: 60%;
    height: auto;
    float: right;
    }


.ref{
    margin-top: 5px;
}
.titulo{
    font-size: 12px;
    
}

.parcelamento{
    font-size: 10px;
}
.parcela{
}
.vl_vista{
    
    font-size: 10px;
}
.total{
    
    font-size: 10px;
}
.vl_vista2{
}
.vl_vista2 span{
}


.chamar_vendedor{
    font-size: 10px;
    width: 100px;
}
    
    .vend_class ul{
    top: 11%;
    left: 5%;
    width: 90%;
}

#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%;
}
    
    }
    
    
