*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}

*:focus
{
    outline: 1px solid #010b9b;
}

.display-none{
    display: none;
}

.div-1{
    display: inline-block;
    width: 20%;
    height: 190px;
    margin-left: 17%;
    background-color: #ffffff;
    background-image: url('imagens/logo-mimo.avif');
    background-size: 86%;
    background-position: center;
    background-repeat: no-repeat;
}

.div-2{
    display: inline-block;
    width: 49%;
    height: auto;
    /* background-color: hsl(138, 100%, 57%); */
    text-align: left;
    padding: 0px 1%;
}

.div-2 a{
    display: inline-block;
    margin-top: 6px;
    padding: 8px 10px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    background-color: #019b8b;
}

.tipo-de-compra{
    text-align: center;
    background-color: rgb(255, 156, 27);
    padding: 1.6% 1%;
    border-radius: 30px;
    width: 65%;
    font-size: 68%;
    color: rgb(0 0 0);
}

.btn-areaDoCliente{
    display:inline-block;
    width: 19%;
    text-align: center;
    margin-left:12px;
    padding:70px 4px;
    border-radius: 6px;
    font-size:19px;
    text-decoration:none;
    color: white;
}

/* Sobre a empresa */

.texto-centralizado-justificado{
    width: 100%;
    max-width: 1110px;
    margin: 20px auto;
    padding: 0px 4%;
    text-align: justify;
}

.container-slider-sobrenos{
    width: 94%;
    max-width: 572px;
    margin: 20px auto;
    margin-top: 63px;
    overflow: hidden;
    position: relative;
    top: 10px;
    right: 0px;
    z-index: 1;
} 

.texto-centralizado-justificado .no-padding
{
    padding: 0px!important;
}

.texto-centralizado-justificado .componente-do-slide{
    display: inline-block;
    margin-right: 0px;
    padding: 40px 90px 80px 90px;
    background-color: rgba(223, 223, 223, 0.63);
    text-align: center;
    border-radius: 11px;
}

.componente-do-slide-galeria{
    display: inline-block;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
    background-color: rgba(223, 223, 223, 0.63);
    text-align: center;
    border-radius: 11px;
}

.slick-prev{
    padding: 10px;
    background-color: rgba(247, 160, 29, 0.829);
    border: 0px solid;
    border-radius: 2px;
    position: absolute;
    top: 43%;
    left: 0px;
    z-index: 2;
}


.slick-next{
    padding: 10px;
    background-color: rgba(247, 160, 29, 0.829);
    border: 0px solid;
    border-radius: 2px;
    position: absolute;
    top: 43%;
    right: 0px;
    z-index: 2;
}



/* ////////// */

/* Box Login */

.box-atldados{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    padding-top: 15px;
    text-align: center;
    background-color: rgb(0 92 7);
    margin: 0 auto;
    overflow: none;
    color: white;
    /* Depois baixar imagem */
    /* background-image: url(https://th.bing.com/th/id/R.9eb8bdeb2c6a165cb1c70844958df444?rik=F5kMZPqxp6jjmg&riu=http%3a%2f%2fwww.xjyo.com.cn%2fimages%2fnb03.jpg&ehk=2MvEb9iv7BkuQU4RUmAsAT4Jpa6F%2buV5oaIzjhDzwhM%3d&risl=&pid=ImgRaw&r=0); */
    background-position: center;
    background-size: cover;
  }
  
  .box-atldados form{
    max-width: 300px;
    margin: 9px auto;
    padding: 8px 6px;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    background-color: rgb(255 255 255 / 0%);
    /* box-shadow: 12px 17px 15px 0px rgba(10,10,10,0.75); */
    /* -webkit-box-shadow: 12px 17px 15px 0px rgba(10,10,10,0.75); */
    -moz-box-shadow: 12px 17px 15px 0px rgba(10,10,10,0.75);
  }
  
  .box-atldados form input{
    width: 100%;
    height: 46px;
    margin-bottom: 32px;
    text-align: left;
    outline: 0px;
    border: 1px solid black;
    border-radius: 4px;
    padding-left: 10px;
  }
  
  .box-atldados form input[name="acao_update"]
  {
    background-color: rgb(7, 204, 132);
  }
/******/  


.vermelho{background-color:rgb(170, 3, 3);}
.verde{background-color:green;}
.laranja{background-color:rgb(206, 134, 0);}
.azul{background-color:blue;}

.erro{
    font-size: 18px;
    padding: 20px 0px;
    background-color:#ff1414;
    border-left: 9px solid rgb(128, 3, 3);
    text-align: center;
}
.sucesso{
    font-size: 18px;
    padding: 20px 0px;
    background-color: rgb(9, 255, 0);
    border-left:4px solid rgb(4, 136, 4);
    text-align: center;
}

body, html{
    height: 100%;
}

/*
    política de privaciadade aba
*/
.politica-de-privacidade{
    width: 70%;
    height: 86vh;
    display: inline-block;
    position: fixed;
    left: 15%;
    top: 70px;
    z-index: 10;
    border: 3px solid rgb(216, 207, 207);
    border-radius: 9px;
    background-color: white;
    overflow-y: scroll;
    overflow-x: none;
}

.politica-de-privacidade .texto{
    width: 90%;
    padding: 10px 15px;
    white-space: pre-wrap;

}

.politica-de-privacidade .fechar{
    top: -50px;
    background-color: red;
    cursor: pointer;
}
.politica-de-privacidade button{
    display: block;
    margin:3% auto;
    padding: 16px;
    background-color:#224ecf;
    border: 1px solid rgb(216, 207, 207);
    color: white;
    cursor: pointer;
    border-radius: 40px;
}
/**/

.gold{
    border: 1px solid gold  !important;
    box-shadow: -5px -2px 31px 0px rgba(242,247,12,0.37);
    -webkit-box-shadow: -5px -2px 31px 0px rgba(242,247,12,0.37);
    -moz-box-shadow: -5px -2px 31px 0px rgba(242,247,12,0.37);
}.red{
    border: 1px solid red !important;
    box-shadow: -5px -2px 31px 0px rgba(224,0,0,0.37);
    -webkit-box-shadow: -5px -2px 31px 0px rgba(224,0,0,0.37);
    -moz-box-shadow: -5px -2px 31px 0px rgba(224,0,0,0.37);
}

/* loja virtual settings */

.container-slider2 div.teste{
    width: 100%;
    height: 249px !important;
    display:inline-block;
    background-color: #ffffff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 8px;
    cursor: pointer;
}

.container-slider2 div{
    /* caso precise */
    display: auto;
}

#produtos{
    width: 1600px;
    display: block;
    margin:0 auto;
    padding:0 5%;
    background-color: #ffffff;
}
.produtos-categoria-mobile{
    display: none;
}
.produtos-categoria{
    width: 17%;
    min-height: 500px;
    margin-top: 38px;
    padding-left: 1%;
    /* border-right:1px solid #ebebeb; */
}.produtos-categoria h4{
    margin-top: 91px;
    text-align: left;
}.produtos-categoria div{
    text-align: left;
    padding-left: 15%;
}.produtos-categoria div a{
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: black;
}.produtos-categoria div a:hover{
    color: rgb(255, 115, 0);
}

/* pedidos single */
.pedidos-single{
    width:100%;
    display: inline-block;
    padding:10px 2%;
    margin-top: 40px;
    text-align: center;
    /* border: 3px solid rgb(232, 232, 232); */
    border-radius: 10px;
    box-shadow: 6px 6px 39px 0px rgba(0,0,0,0.46);
    -webkit-box-shadow: 6px 6px 39px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: 6px 6px 39px 0px rgba(0,0,0,0.46);
}

.displayflex{
    display: flex;
    flex-wrap: nowrap;
}
.flex{
    display: flex;
}
.pedidos-single .flex img{
    width:40%;
    display: inline-block;
}
.w50{
    width: 60%;
}.w30{
    width: 30%;
}
.pedidos-single input{
    width:100%;
    display: inline-block;
    /* padding:30px 2%;
    margin: 0px 5px 8px 0px; */
    text-align: center; 
    border: 1px solid rgb(232, 232, 232);
}.pedidos-single span{
    margin-right: 10px;
}

table{
    display: inline-block;
    border: 0px solid #ffffff00;
    padding-top: 36px;
}
tbody td, thead th{
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.212);
    background-color: #7676763d;
    padding: 0 5px;
}
tbody input[type="submit"]{
    width: 115%;
}
/*//////////////*/

.produto-single{
    width: 18%;
    display: inline-block;
    padding: 0px 0%;
    margin: 0px 0px 49px 10px;
    text-align: center;
    /* border: 1px solid rgb(232, 232, 232); */
}


.produto-single p{
    font-size: 10px;
    margin-bottom: 15px; 
    margin-top: 15px;
}

.produto-single a{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    padding: 3px 1px;
    background-color: #ffffff;
    border: 1px solid black;
    border-radius: 19px;
    color: black;
    text-decoration: none;
    font-size: 14px;
}

.produto-single img{
    width: 100%;
    height: 168px;
}

.produto-single text{
    display: block;
    width:100%;
    height: 90px;
    text-align: left;
    overflow-y: hidden;
    scrollbar-color: blue;
    font-size: 12px;
    border: 0px;
}

    /* carrinho */
        .carrinho{
            max-width: 900px;
            height: 100%;
            margin:0 auto;
            padding: 20px 10px;
            /* opacity: 0; */
            position: fixed;
            border: 1px solid #767676;
            display: none;
            top: 10px;
            right: -3px;
            background-color: #ffffff;
        }

        #carrinho{height: 500px;overflow-y: scroll; }

        .aparecer{display: inline-block !important;} /*.desaparecer{display: none;}*/
        .irpcarrinho a{
            width: 100%;
            display: inline-block;
            cursor: pointer;
            padding: 5px 100px;
            margin-top:15px;
            text-align: center;
            border-radius: 29px;
            background-color: rgb(4, 162, 28);
            text-decoration: none;
            color: #ffffff;
            outline: 0px;
        }

        .vercarrinho{
            width: 40px;
            height: 40px;
            background-color: none;
            margin:0 auto;
            display: inline-block;
            position: fixed;
            bottom: 30px;
            left: 30px;
            cursor: pointer;
            z-index: 10;
            background-image: url(https://th.bing.com/th/id/OIP.aJRetvtprfjJ1eU-gVDZCwHaHa?w=213&h=213&c=7&r=0&o=5&pid=1.7);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }.vercarrinho:hover .carrinho{
            background-color: aqua;
        }
    /*  */

/*  */

.center-noflex{
    max-width: 1360px;
    padding: 0 0%;
    margin: 0 auto;
}

.center{
    display: flex;
    flex-wrap: wrap;
    max-width: 1360px;
    padding: 0 0%;
    margin: 0 auto;
}

section.main{
    /* background-image: url(../imagens/bg.svg); */
    background-position: center;
    background-size: cover;
    min-height: 754px;
    padding: 0px 0px 0px 0px;
}

section.main .main-div{
    display: block;
    position: relative;
    left: 0px;
    top: -241px;
}

section.main .img-container{
    width: 100%;
}

section.main .img-container-logo{
    width: 28%;
    display: inline-block;
    position: relative;
    left: 70%;
    top: 310px;
}

.menu{
    width: 100%;
    height: 146px;
    background-color: #019b8b;
    /* background-color: #010b9b; */
    padding-top: 18px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.pesquisar{
    width: 57%;
    margin-top: 12px;
    margin-left: 19%;
    text-align: center;
}.pesquisar > input{
    height: 40px;
    padding-left: 5px;border: 0px;
}.pesquisar > button{
  padding: 13px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid rgb(243, 127, 45);
  background-color: rgb(243, 127, 45);
}
.menu .logo{
    width: 16%;
    border-radius: 5px;
    margin-top: -7px;
    padding-left: 9%;
}.menu > .logo > img{border-radius: 10px;width: 142px;cursor: pointer;}

.menu .itens{
    width: 80%;
    padding-top: 55px;
    text-align: right;
}

.itens-mobile,.btn-mobile{display: none;}

.menu .itens-header a{
    font-size: 20px!important;
}

.itens a{
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 17px;
}

.itens a:hover{
    border-bottom: 2px solid #ffffff;
}

.itens a.btn-menu{
    background-color: #0F3FD3;
    padding: 12px 6px;
    border-radius: 5px;
}

.itens a.btn-menu:hover{border-bottom: 0px;}

div.mackup{
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    padding-top: 50px;
    overflow: hidden;
}

div.mackup img{width: 100%;}

section.marcas{
    display: flex;
}

.marcas img{
    width: calc(100% / 5);
}

.whay{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 70px;
    text-align: center;
}

.dar-espaço{
    display: inline-block;
    margin-bottom: 30%;
}

.whay > .center{max-width: 1360px;}
.whay > .center  h2{
    width: 100%;
    border-top: #9c9c9ce0 2px solid;
    color: #000000;
    font-size: 20px;
    padding-top: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
}
.whay > .center > p{width: 100%;}

/* .whay .diferenciais{
    display: flex;
    margin-top: 20px;
} */

.whay .box{
    width: 33.3%;
    background-color: #FFFFFF;
    margin-right: 8px;
    box-shadow: 0px 20px 40px #2426721C;
    padding-left: 2%;
    text-align: left;
}
.whay .box > p{font-size: 15px;margin: 25px 0px;width: 100%;}

/** cta **/
section.cta{
    width: 100%;
    background-image: url("../imagens/banner_meio.svg");
    background-position: center;
    background-size: cover;
    min-height: 200px;
    color: white;
    text-align: center;
    padding: 56px 0px;
}

.cta h2{margin-bottom: 20px; font-size: 30px;}
.cta h4{margin-bottom: 40px; font-weight: 100;}
.cta a{
    padding: 15px 30px;
    background: #FFDD33;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    color: rgb(2, 11, 138);
}
/*------------------*/

/** Benefícios **/
.bpv{
    padding: 20px 0px;
}
.bpv > .center{flex-wrap: wrap;}

.bpv .img{
    width: 50%;
    max-width: 100%;
    text-align: right;
}

.bpv .img img{
    width: 100%;
    max-width: 100%;
}

.bpv .text{
    width: 50%;
    text-align: left;
    padding-top: 60px;
}

.bpv .text h1{
    margin-bottom: 20px;
    font-size: 35px;
}

.bpv .text .cheklist{
    width: 80%;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-left: -15px;
}
.text .cheklist img{width:60px;}

.text a{
    padding: 10px 20px;
    background: #010b9b;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    color: rgb(255, 255, 255);
}
/*----*/

/* Depoimentos */
.Depoimentos > h1{
    font-size: 40px;
    text-align: center;
}

.container-slider{
    overflow:hidden;
    padding:40px 0;   
}

.container-slider > a{
    display: inline-block;
    width: 100%;   
}

.container-slider > img{
    display: inline-block;
    width: 100%;   
}

.container-slider-single{
    float: left;
    background-color:white;
    text-align: center;
    padding:15px;
    border-radius:10px;
}

.container-slider-single p{
    margin:15px 0;
    color:#7E92AC;
    font-size: 14px;
}

.slick-slide {
    margin-left:27px;

  }

  /* the parent */
  .slick-list {
    margin-left:-27px;
   
  }

  /****SLICK SLIDER****/

.slick-dotted ul{
    display: block;
	list-style-type: none;
	text-align: center;
	position: relative;
	top:30px;
}

.slick-dotted li{
	display: inline-block;
	margin: 0 7px;
}

.slick-dotted button:focus{
	outline: 0;
}

.slick-dotted li button{
	width: 16px;
	height: 16px;
	border-radius: 8px;
	color: #d8d8d8;
	border-width: 0;
	background: #d8d8d8;
	opacity: 1;
	cursor: pointer;
}

li.slick-active button{
	background: #373855;
	color: #373855;
}

.slick-slide:focus { outline: none; }

/* Contato */
.contato{
    width: 100%;
    padding: 0px 2% 0px 2%;
    min-height: 200px;
}

.contato-mapa{
    padding: 178px 3px;
    margin: 0 auto;
    margin-top: 4px;
    max-width: 600px;
    /* background-color: gray; */
    background-image: url('imagens/mapa.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contato-mapa-mockup a{
    display: inline-block;
    width: 270px;
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 10px;
    background-color: #13c513;
    color: rgb(255 255 255);
    position: relative;
    top: 191px;
    left: 12px;
}

.contato > h1{text-align: center;margin-bottom: 0px;font-size: 30px;}

.contato form{
    width: 100%;
    margin-top: 35px;
}

.contato input[type="text"],
.contato input[type="email"]
{
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding-left: 11px;
    border-radius: 15px;
    border: 1px solid #0000004f;
    height: 50px;
    margin-bottom: 14px;
}

.contato input[type="submit"]
{
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid;
    height: 50px;
    cursor: pointer;
    background-color: #019b8b;
    color: white;
    font-size: 20px;
}

.contato textarea
{
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding: 11px;
    border-radius: 15px;
    border: 1px solid #0000004f;
    height: 140px;
    margin-bottom: 14px;
    resize: vertical;
}
/****/

/* form group login */
.form-group-login .right span input{
    width: 100%;
    margin-bottom: 0px;
    height: 30px;
    text-align: left !important;
}
/*/////////*/

/* footer */
.footer{
    display: inline-block;
   
    width: 100%;
    height: auto;
}
footer{
    display: inline-block;
    width: 100%;
    margin-top: 14vh;
    padding-top: -7px;
    background-color: #019b8b;
    height: auto;
}

footer .text{
    width: 50%;
    color: white;
    line-height: 29px;
    padding-left: 0%;
}footer .text img{
    max-width: 120px;
}

footer .itens{
    width: 50%;
}

footer .textdr{
    display: none;
}

footer .textdr-desktop{
    display: block;
    width: 90%;
    margin: 0 auto;
    padding:30px 0px;
    border-top: 1px solid #27daf9;
    text-align: center;
    color: white;
}

footer .textdr-desktop a{
    color: white;
    line-height: 35px;
}
/****/

/*** media screens ***/