html,
body {
    /*font-family: "tahoma", "Museo", "Hoefler Text", Helvetica, Arial, sans-serif !important;*/
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    /*Hacks IE 7 e 8*/
    *font-size: 14px !important;
    font-size
    /*\**/
    : 14px\9;
    letter-spacing
    /*\**/
    : -0.5px\9;
    line-height: 24px;
    color: #928484;
}

:root body {
    font-size: 14px \0/IE9;
}

@font-face {
    font-family: 'tahoma';
    src: url('../fonts/tahoma.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/tahoma.woff') format('woff'), url('../fonts/tahoma.ttf') format('truetype'), url('../fonts/tahoma.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tahomabd';
    src: url('../fonts/tahomabd.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/tahomabd.woff') format('woff'), url('../fonts/tahomabd.ttf') format('truetype'), url('../fonts/tahomabd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antonio';
    src: url('../fonts/antonio-regular.eot');
    src: local('☺'), url('../fonts/antonio-regular.woff') format('woff'), url('../fonts/antonio-regular.ttf') format('truetype'), url('../fonts/antonio-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media(min-width:0) {
    .destaques img {
        width: 100%;
    }
}

@media(min-width:1024px) {
    .destaques {
        margin: 0 0 0 0;
        background: #fff;
    }
}

@media(min-width:0) {
    .banner-destaque {
        position: relative;
        margin-top: 20px;
    }

    .banner-destaque img {
        width: 100%;
    }

    .banner-inferior {
        position: relative;
    }

    .banner-inter .container {
        position: relative;
    }

    .banner-inter h1 {
        margin: auto;
        z-index: 100;
        color: #00BFD7;
        font-weight: bold;
        font-size: 48px;
    }
}

@media(min-width: 990px) {
    .banner-destaque {
        margin-top: 90px;
    }

    .banner-inter h1 {
        position: absolute;
        top: 150px;
        left: 0px;
    }
}

/*HOME*****************/
@media(min-width: 0) {
    .home {
        padding: 0 0 50px 0;
    }

    .cont-home .conteudo-home span img {
        position: absolute;
        display: flex;
        width: 20%;
        top: 15vh;
        left: 30px;
    }
}

@media(min-width:990px) {
    .home {
        padding: 148px 0 50px 0;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #DCFAFF;
        border-radius: 0px;
    }

    .cont-home .conteudo-home span img {
        width: 20%;
        top: 7vh;
        left: 50px;
    }
}

.interna {
    padding: 0px 30px;
}

.cont-home {
    background: url('../img/fdo_conteudo.jpg');
    padding: 50px 0 50px 0;
}

.cont-home .conteudo-home h1 {
    color: #fff;
    padding: 10px;
    font-weight: bold;
}

.cont-home .conteudo-home p {
    padding: 10px;
    color: #fff;
    width: 90%;
}

  

    .cont-home .conteudo-home .contatos {
        display: flex;
        flex-wrap:wrap;
        gap:10px;
    }

.conteudo-home span.destaque {
    width: 500px;
    border-radius: 10px;
    border: 2px solid #00a8c1;
    background-color: #00a8c1;
    padding: 10px;
    display: table;
    letter-spacing: 1px;
}

.conteudo-home ul.destaque {
    border-radius: 10px;
    border: 2px solid #00a8c1;
    background-color: #00a8c1;
    padding: 10px;
    display: table;
    letter-spacing: 1px;
   
}

.conteudo-home ul.destaque li {
    color: #ffffff;
    font-size:11px;
    padding:3px;
}

    .conteudo-home ul.destaque li:nth-child(2n) {
        font-size: 34px;
        font-weight:900;
    }

    .conteudo-home ul.destaque li:nth-child(3n) {
        font-size: 27px;
        font-weight:normal;
    }

@media screen and (min-width: 768px) {
    .interna {
        padding: 50px 0 50px 0;
    }
}

@media(min-width: 0) {
    .cont-home .img-tp {
        margin: 24px 0;
        display: none;
    }

    .img-tp img {
        width: 100%;
    }
}

@media(min-width: 990px) {
    .cont-home .img-tp {
        display: block;
        width: 100%;
    }
}

#img-sac {
    width: 100%;
}

.cor-menu {
    color: #00BFD7 !important;
    font-weight: bold;
}

#sac .container {
    padding: 50px 0;
}

/*******************/
@media(min-width: 0) {
    ul.lojas {
        max-width: 1170px;
        margin: auto;
        padding: 20px 20px 20px 20px;
        /*background: #fff;*/
        position: relative;
        text-align: center;
    }
}

@media(min-width: 768px) {
    ul.lojas {
        padding: 20px 20px 20px 20px;
    }
}

@media(min-width: 990px) {
    ul.lojas {
        padding: 0px 20px 20px 20px;
    }
}

ul.lojas h1 {
    width: 100%;
    color: #52C0D3;
    text-align: center;
    font-weight: bold;
}

@media(min-width:0) {
    ul.lojas li {
        width: 100%;
        display: inline-block;
        position: relative;
    }

    ul.lojas a {
        display: block;
        width: 80%;
        margin: 12px auto;
        position: relative;
    }

    ul.lojas a:hover {
        filter: drop-shadow(2px 4px 6px #ccc);
    }

    ul.lojas li span.nome {
        width: 100%;
        text-align: center;
        color: #004852;
        margin: auto;
        z-index: 200;
        display: table;
        line-height: 18px;
        position: absolute;
        left: 0;
        bottom: 100px;
        font-weight: bold;
        font-size: 15px;

    }

    ul.lojas li img {
        width: 100%;
        margin: auto;
        display: table;
        position: relative;
    }

    ul.lojas img.loja-home {
        width: 64%;
        position: absolute;
        top: 32px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 200;
    }

    ul.lojas li .btn-comprar {
        width: 100%;
        background: #2e96a8;
        display: table;
        color: #fff;
        border-top: 1px solid #600629;
        font-size: 18px;
        padding: 5px 0;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 200;
        display: none;
    }

    ul.lojas .operadores span.min {
        position: absolute;
        bottom: 48px;
        left: 12px;
        z-index: 200;
        color: yellow;
        font-size: 20px;
    }
}

@media(min-width:480px) {
    ul.lojas li {
        width: 42%;
    }
}

@media(min-width:640px) {
    ul.lojas li {
        width: 30%;
        margin: 10px;
    }
}

@media screen and (min-width: 990px) {
    ul.lojas a {
        display: block;
        width: 100%;
        margin: auto;
        position: relative;
    }
}

@media(min-width:1200px) {
    ul.lojas li {
        width: 22.7%;
    }
}

/*****************************/
ul.lojas .operadores {
    position: absolute;
    padding: 15px 15px 30px 15px;
    background: #fff;
    width: 300px;
    min-height: 375px;
    -webkit-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    z-index: 100;
}

ul.lojas .operadores h4 {
    color: #000;
    font-weight: bold;
}

ul.lojas .operadores ul {
    width: 100%;
    height: 230px;
    overflow: auto;
}

ul.lojas .operadores ul li {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 2px 0;
    border-radius: 0;
    min-height: auto;
    border: 0;
    border-bottom: 1px dotted #ccc;
}

@media(min-width:0px) {
    ul.lojas li:nth-child(even) .operadores {
        top: -117px;
        left: 0px;
    }

    ul.lojas li:nth-child(odd) .operadores {
        top: -117px;
        right: 0;
    }
}

@media(min-width:768px) {
    ul.lojas li:nth-child(even) .operadores {
        top: -117px;
        left: -25px;
    }

    ul.lojas li:nth-child(odd) .operadores {
        top: -117px;
        right: 0;
    }
}

ul.lojas .operadores:nth-child(1) {
    display: block;
}

ul.lojas .operadores .bto-comprar {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: block;
}

ul.lojas .operadores .bto-comprar:hover {
    filter: brightness(1.1);

}

ul.lojas li .operadores img {
    padding-bottom: 0;
    width: 100%;
}

ul.lojas .operadores .fechar {
    font-size: 18px;
    width: 35px;
    height: 35px;
    color: #000;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    font-weight: bold;
    color: #333;
    padding: 5px;
    display: table;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px #ccc;
    box-shadow: 0px 0px 20px #ccc;
    background: #2e96a8;
    color: #fff;
    cursor: pointer;
}