/*!
 * Deiwid CSS (http:/codigoseguro.com.br/desenvolvimentoWeb)
 * Version: 2.1
 * Author: DEiwid ADam @DEiwidADam
 * Author URL: http://deiwid.com/
 * Github: https://github.com/DEiwid_ADam

 * DEIWID.COM Copyright deiwid adam 2024. Generated with Sass.
 */
/*FOLHA DE ESTILOS*/
@charset "UTF-8";
@font-face{
    font-family: 'fonteLogo'; src: url("f0nts/CorporationGames.otf");
}
@font-face{
    font-family: 'istokweb'; src: url("f0nts/IstokWeb.ttf");
}
@font-face{
    font-family: 'Astro'; src: url("f0nts/Astronomus.ttf");
}
@font-face{
    font-family: 'spiderman'; src: url("f0nts/HOMOARAK.TTF");
}
@font-face{
    font-family: 'audiowide'; src: url("f0nts/Audiowide-Regular.ttf");
}@font-face{
    font-family: 'roboto'; src: url("f0nts/Roboto-Regular.ttf");
}
@font-face{
    font-family: 'japan'; src: url("f0nts/JAPAN.ttf");
}
@font-face{
    font-family: 'rs'; src: url("f0nts/social_shapes.ttf");
}
@font-face{
    font-family: 'ms'; src: url("f0nts/Social Media Circled.otf");
}
@font-face{
    font-family: 'bebas'; src: url("f0nts/BebasNeue-Regular.ttf");
}

#logoPrinc{
    display: block;
    float: left;
    height: 45px;
    width: 45px;
}
#logoPrinc img{
    margin-top: 5px;
    margin-left: 5px;
    height: 45px;
    width: 45px;
    opacity: 0.7;
}
html, #documento{
    margin: 0px;
    padding: 0px;
    /*background-color: rgb(65, 68, 64);*/
    background: linear-gradient(45deg, #f7e688,rgb(20, 70, 146));
    overflow-x: hidden;
}
body{
    overflow-y: hidden;
}
#contMenu{
    position: fixed;
    float: left;
    width: 100%;
    height: 70px;
    z-index: 20;
    background-color: rgba(219, 235, 224, 0.568);
}

#btnMenu {
    float: right;
    position: relative;
    width: 56px;
    height: 56px;
    background-color: rgb(28, 48, 34);
    border-radius: 56px;
    margin-top: 10px;
    margin-right: 10px;
    opacity: 0.7;
}
.btnClose {
    width: 40px;
    height: 40px;
    float: right;
    text-align: center;
    margin-right: 7%;
    margin-top: 175px;
    cursor: pointer;
    border: none;
    background: none;
}
#icoMenu {
    width: 20px;
    height: 20px;
    fill:rgb(119, 1, 197);
    background-color: rgb(248, 248, 248);
    cursor: pointer;    
}

#btnshare {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(158, 157, 157, 0);
    cursor: pointer;    
}
/*TOPO - MENU*/
.menuTopo {
    display: none;
    float: right;
    font-family: fontMenu, sans-serif;
    font-size: 12pt;
    width: 100%;
    height: 800px;
    position: absolute;
    background-color: rgba(58, 52, 63, 0.9);
    top:0;
    left: 0;
    overflow-y: hidden; overflow-x: hidden;
}
.menuTopo ul {
    margin-top: 20px;
    list-style: none;
    width: 100%;
    float: left;
    text-align: center;
}
.menuTopo ul ul{
    margin-left: -7px;
    padding-left: 0px;
}
.menuTopo li {
    padding: 1%;
    margin-left: 20px;
    clear:both;
}
.menuTopo li a {
    text-decoration: none;
    font-size: 2em;
    color: #fff;
    font-family: neoLatina, sans-serif;
    padding: 1.5% 3%;
    /*margin-left: -70px;*/
}
.menuTopo li a:hover {
    background-color: rgba(32, 32, 32, 0.8);
    border-radius: 5px;
    transition: 0.8s;
    color: rgb(245, 177, 52);
}
header nav{
    margin-top: -170px;;
    position: absolute;
    width: 100%;
    background-color: rgb(51, 51, 51);
}
nav ul li{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
#pri{
    height: 500px;
    width: 100%;
}
#contemTitulo{
    text-align: center;
    margin-top: 200px;
    margin-left: 5%;
}
#logoCS img{
    height: 150px;
    width: 100px;
}
#titulodapagina, #titulodapagina2{
    text-decoration: none;
    font-family: Astro;
    color:rgb(56, 56, 56);
    margin-top: 50px;
    background-image: ('../imagens');

}
#profile{
    margin-top: 100px;
    margin-left: 25px;
    width: 300px;
    height: 400px;
    border-radius: 10%;
    background-color: rgb(192, 192, 192);
    background: linear-gradient(45deg, #f7e688, #2ee4e4);
    overflow-y: hidden;
}
#imagemperfil{
    margin-top: 20px;
    border-radius: 10%;
    width: 95%;
    height: 200px;    
}
#nomeLoja{
    
}

#btnCompartilhar {
    margin-top: 10px;
    margin-right: 5px;
    float: right;
    padding: 2px 2px;
    border: none;
    background-color: #34413200;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

#btnCompartilhar:hover {
    background-color: #626461ef;
    transition: 0.8s;
}

/* Tela flutuante (popup) */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* Conteúdo da popup */
.popup-content {
    background: white;
    
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    width: 300px;
}

/* Botão de fechar (X) */
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
#sharePopup{
    z-index: 100;
    /*margin-top: -400px;*/
}

/* Estilizando os links de compartilhamento */
.social-links a {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    color: #333;
    font-size: 18px;
}
a{
    text-decoration: none;
}
h2{
    margin-left: 20%;
    text-decoration: none;
    font-family: istokweb;
    color:rgb(255, 254, 254);
    text-shadow: 2px 2px 4px #000, -2px -2px 4px rgba(255, 255, 255, 0.5);
}

.fotoPerfil{
    margin-top: 20px;
    border-radius: 10%;
    width: 95%;
    height: 200px;    
}
h6{
    font-family: rs;
    font-size: 40pt;
    color: gray;
    text-align: center;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: -10px;
}

h6 a{
    text-decoration: none;
    color:rgb(56, 56, 56);
}
#logoDC{
    height: 40px;
    width: 40px;
}
.imagQS, .imgSite{
    border-radius: 60%;
    width: 95%;
    height: 200px;    
}
#listadesites{
    margin: 10px 5px 50px 5px;
    padding-top: 10px;
}
.nen{
    box-shadow: 5px 5px 10px black;
    background-color: rgb(240, 235, 229) ;
    padding-top: 5px;
    padding-bottom: 70px;
    border-radius: 10px;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    margin-left: 1px;
    transition: 0.8s;
}
.nem button{
    position: absolute;
    z-index: 20;
}

.nen:hover{
    box-shadow: 1px 1px 20px black;
    background-color: rgb(253, 141, 37) ;
    background: linear-gradient(45deg, #f5a328, #e5e6e5);
    margin-top: -5px;
}
.nem a{
    text-decoration: none;
    color: rgb(59, 59, 59);
}
.carousel {
    position: relative;
    width: 100%;
    max-width: 250px;
    overflow: hidden;
}
.carousel-container {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}
.carousel-container img {
    width: 100%;
    flex-shrink: 0;
}
button.prev,
button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 5;
    border-radius: 5px;
}

button.prev { left: 5px; }
button.next { right: 5px; }

button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.preco{
    font-size: 11pt;
    float: right;
    color: whitesmoke;
    background-color: rgb(97, 58, 109);    
    background: linear-gradient(45deg, #88619b, #addddb);
}
.obs{
    font-size: 8pt;
    color: rgb(44, 44, 44);
    background-color: rgb(194, 193, 194);
}
.webs{
    font-family: istokweb;
    cursor: pointer;
    color: rgb(247, 244, 241);
    overflow-y: hidden;
}
.produtos{
    font-family: istokweb;
    cursor: pointer;
    color: rgb(14, 13, 13);
    overflow-y: hidden;
}

#listaprodutos{
    margin: 10px 2px 10px 2px;
    padding-top: 5px;
}

.prod{
    background-color: rgb(240, 235, 229) ;
    margin-top: 1px;
    padding-top: 0px;
    padding-bottom: 20px;
    border-radius: 10px;
    margin-bottom: 60px;
}
.prod figure{
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}
.imaprod{
    box-shadow: 2px 2px 10px rgb(134, 134, 134);
    border-radius: 5%;
    width: 99%;
    height: 200px;    
}
.imaprod:hover{
    box-shadow: 1px 1px 5px rgb(71, 77, 56);
    margin-top: 5px;
    border-style: groove;
    border-width: 3px;
    border-color: darkgrey;
}
.tituP{
    font-family: Astro;
    text-align: center;
    cursor: pointer;
    color: rgb(105, 104, 104);
    font-size: 12pt;
}
.logosparc{
    text-align: center;  
    padding-top: 30px;  
    padding-bottom: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 300px;
    margin-left: 0px; margin-right: 0px;
}

ul{
    list-style-image: url('../imagens/icones/cadeado.svg');
}
li{
    font-family: 'roboto';
    color: rgb(59, 59, 59);
}
p{
    color: rgb(51, 51, 51);
    text-align: justify;
    padding: 10px;font-family: 'roboto';
}
#video{
    margin-left: 25px;
}
#botoesvideo{
    margin-left:20%;
}
.botaovideo{
    font-family: 'roboto';
    color: whitesmoke;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #b684cf;
}
.botaovideo:hover{
    background-color: #f1af32;
    color: black;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.8s;
}
#support{
    font-family: Astro;
    text-decoration: none;
    color:rgb(56, 56, 56);
    margin-top: 100px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#rodape{
    padding-top: 100px;
    width: 100%;
    height: 400px;
    background-color: rgb(230, 225, 225);
}

#rodape p{
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 2px; padding-bottom: 0px;
    font-size: 9pt;
    color: rgb(49, 53, 53);
}
#logorodape{
    margin-top: 50px;
    width: 100%;
    height: 180px;
    margin-left: 30%;
    background-image:url('../imagens/logos/viverWebmini.png');
    background-repeat: no-repeat;
}
/*---------------------------------------------MEDIA MOBILE----------------------------------------------------*/
@media print{

}
@media screen and (min-width: 360px){
    #px360{
        display: block;
    }
    #px414{
        display: none;
    }
    #px480{
        display: none;
    }
    #px500{
        display: none;
    }
    #px600{
        display: none;
    }
    #px720{
        display: none;
    }
    #px800{
        display: none;
    }
    #px960{
        display: none;
    }    
    #px1280{
        display: none;
    }    
    #px1360{
        display: none;
    }

     #contemTitulo{
        margin-left: 2%;
    }    
    .imagQS, .imgSite{
        border-radius: 60%;
        width: 95%;
        height: 320px;    
    }
    .nen{
        width: 355px;
        padding-top: 50px;
        padding-bottom: 70px;
        border-radius: 10px;
        margin-bottom: 60px;
    }
    .webs{
        padding-left: 5px;
    }
    .produtos{        
        margin-top: -20px;
    }
    .logosparc{
        width: 350px;
        margin-left: 2px;
    }
}
@media screen and (min-width: 414px){    
   
    #video{
        margin-left: 15%;
    }
    .nen{
        margin-left: 5%;
    }
    #profile{
        margin-left: 15%;
    }
    .logosparc{
        width: 360px;
        margin-left: 5%;
    }
}
@media screen and (min-width: 480px){
  
    #contemTitulo{
        margin-left: 5%;
    }
    #profile{
        margin-left: 20%;
    }
    .nen{
        margin-left: 10%;
    }
    .prod{
        height: 250px;
        width: 450px;
        margin-left: 2%;
    }
    #video{
    margin-left: 20%;
}
    #botoesvideo{
    margin-left:25%;
}
}
 @media screen and (min-width: 500px){
    #contemTitulo{
        margin-left: 2%;
    }   
    .imagQS, .imgSite{
        border-radius: 60%;
        width: 95%;
        height: 380px;    
    }
    #profile{
        margin-left: 22%;
    }
    #quemsomos{
        width: 495px;
    }
    .prod{
        height: 230px;
        width: 400px;
        margin-left: 10%;
    }
    .logosparc{
        margin-left: 10%;
    }
    #rodapetxt{
        width: 450px;
    }
    #logorodape{
        margin-left: 35%;
    }
}
@media screen and (min-width: 600px){

    #TitDc{
        font-size: 35pt;
    }    
    #profile{
        margin-left: 25%;
        overflow-y: hidden; overflow-x: hidden;
    }
    #quemsomos p{
        margin-left: 15%;
    }
    .nen{
        margin-left: 20%;
    }
    .nen img{
        height: 260px;
    } 
    .produtos{
        margin-left: 5px;
    }
    .prod{
        margin-left: 20%;
    }
    .imaprod{
        width: 360px;
        margin-left: 3px;
    }
    .logosparc{
        margin-left: 15%;
    }
    iframe{
        width: 460px;
    }
    #video{
    margin-left: 12%;
}
    #botoesvideo{
    margin-left:30%;
}
}
@media screen and (min-width: 720px){
    #px360{
        display: none;
    }
    #px414{
        display: none;
    }
    #px480{
        display: none;
    }
    #px500{
        display: none;
    }
    #px600{
        display: none;
    }
    #px720{
        display: block;
    }
    #px800{
        display: none;
    }
    #px960{
        display: none;
    }    
    #px1280{
        display: none;
    }    
    #px1360{
        display: none;
    }
    .imagQS .imgSite{
        margin-left: 30%;
     }
     #profile{
         margin-left: 30%;
     }
     #quemsomos p{
         margin-left: 20%;
         width: 520px;
     }     
    .prod{
        width: 360px;
        height: 200px;
    }
    .logosparc{
        margin-left: 20%;
    }
    #logorodape{
        margin-left: 40%;
    }
    #video{
    margin-left: 15%;
}
    #botoesvideo{
    margin-left:30%;
}
}
@media screen and (min-width: 800px){
    #px360{
        display: none;
    }
    #px414{
        display: none;
    }
    #px480{
        display: none;
    }
    #px500{
        display: none;
    }
    #px600{
        display: none;
    }
    #px720{
        display: none;
    }
    #px800{
        display: block;
    }
    #px960{
        display: none;
    }    
    #px1280{
        display: none;
    }    
    #px1360{
        display: none;
    }
    #contemTitulo{
        margin-left: 0px;
    }
    .webs{
        clear: both;
    }
    .prod{
        float: left;
        margin-left: 7px;
        margin-right: 10px;
    }
    .imaprod{
        width: 360px;
        margin-left: 5px;
    }
    #support{
        margin-top: 10%;
    }
    #video{
    margin-left: 20%;
}
    #botoesvideo{
    margin-left:35%;
}
}
@media screen and (min-width: 960px){

    .menuTopo {
        display: none;
        float: right;
        margin-right: 0px;
        margin-left: 60%;
        font-family: fontMenu, sans-serif;
        font-size: 12pt;
        width: 40%;
        height: 700px;
        position: absolute;
        background-color: rgba(58, 52, 63, 0.9);
        top:0;
        right: 0;
        border-radius: 5px;
        transition: 0.8s;
    }   
    #contMenu{
        position: fixed;
        float: left;
        width: 100%;
        height: 70px;
        z-index: 20;
        background-color: rgba(219, 235, 224, 0.568);
    }
    .btnClose {
        width: 40px;
        height: 40px;
        float: right;
        text-align: center;
        margin-right: 5%;
        margin-top: 175px;
        cursor: pointer;
        border: none;
        background: none;
        display: block;
    }
   .imagQS{
        float:left;
        margin-left: 0px;
        width: 400px;
     }
     #quemsomos{
        width: 100%;
     }
     #quemsomos p{
         margin-left: 40px;
         margin-top: 40px;
         float: left;
         width: 450px;
     }  
     #contemTitulo{
        margin-left: -50px;
    }
    .nen{
        margin-left: 5%;
        float: left;
        height: 400px;
    }    
    .prod{
        margin-left: 10%;
        padding-top: 0px;
        margin-top: 0px;
    }
    .logosparc{
        float: left;
        width: 300px;
        height: 240px;
        margin-left: 10%;
    }
    #catalogoSites{        
        height: 1400px;
    }
    #products{        
        height: 700px;
    }
    #parceiros{
        height: 700px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    #video{
        margin-top: 100px;
        margin-left: 25%;
}
    #rodape{
        padding-top: 20px;
        margin-top: 0px;
        margin-bottom: -100px;
        padding-bottom: 100px;
    }
    #rodapetxt{
        float: left;
        clear: left;
        width: 450px;
        height: 200px;
        margin-right: 0px;
        margin-left: 5px;
    }
    .webs{
        margin-top: 5px;
    }
    #logorodape{
        width: 120px;
        height: 200px;
        float: left;
        margin-left: 45%;
        margin-right: 0pxs;
        margin-top: 0px;
        padding-top: 1px;
        clear: right;
     }
}
@media screen and (min-width: 1280px){    
    #px360{
        display: none;
    }
    #px414{
        display: none;
    }
    #px480{
        display: none;
    }
    #px500{
        display: none;
    }
    #px600{
        display: none;
    }
    #px720{
        display: none;
    }
    #px800{
        display: none;
    }
    #px960{
        display: none;
    }    
    #px1280{
        display: block;
    }    
    #px1360{
        display: none;
    }
    .menuTopo {
        margin-top: 10px;
        margin-left: 65%;
        padding: 0px;
        font-family: fontMenu, sans-serif;
        padding-top: 0px;
        font-size: 12pt;
        width: 450px;
        height: 500px;
        position: absolute;
        border-radius: 7px;
        transition: 0.8s;
    }     
    .menuTopo ul {
        margin-top: 20px;
        list-style: none;
    }
    .btnClose{
        margin-top: 0px;
    }
    #contemTitulo{
        margin-left: 0px;
    }    
    #profile{
        margin-left: 40%;
        margin-bottom: 0px;
    }        
    .prod{
        margin-left: 15%;
    }
    section{
        padding-bottom: 50px;
    }
    #quemsomos p{
        margin-left: 20%;
        width: 35%;
    } 
    #catalogoSites{        
        height: 500px;
    }
    #products{        
        height: 400px;
    }
    #parceiros{
        height: 500px;
    }
    #video{
        margin-left: 30%;
}
    #botoesvideo{
        margin-left:40%;
    }
    .webs{
        margin-top: 220px;
    }
    .logosparc{
        margin-left: 1%;
    }
    #rodapetxt{
        margin-top: 100px;
    }
    #logorodape{
        margin-top: 100px;
     }
}
@media screen and (min-width: 1360px){    
    #px360{
        display: none;
    }
    #px414{
        display: none;
    }
    #px480{
        display: none;
    }
    #px500{
        display: none;
    }
    #px600{
        display: none;
    }
    #px720{
        display: none;
    }
    #px800{
        display: none;
    }
    #px960{
        display: none;
    }    
    #px1280{
        display: none;
    }    
    #px1360{
        display: block;
    }

}