/* Depoimentos home -- www.codeltec.com.br */

 .depoimentos {margin: 50px 0;}.slide-depoimentos {max-width: 1140px;margin: 40px auto 0px;}.box-depoimento {margin: 10px 10px;padding: 10px;border: 0;border-radius: 10px;min-height: 250px;max-height: 280px;box-shadow: 0px 6px 10px 0px rgba(190, 187, 187, 0.75);}.titulo-depoimento {font-size: 16px;display: flex;margin-bottom: 20px;font-weight: 600;}.titulo-depoimento .imagem {width: 20%;}.titulo-depoimento .imagem-depo {border-radius: 50%;}.titulo-depoimento .texto-depo {padding: 10px 0 0 15px;}.titulo-depoimento .cidade {font-size: 12px;}.texto-depoimento {font-size: 14px;color: #333;margin-bottom: 20px;}.avaliacao-depoimento {text-align: center;}.avaliacao-depoimento i {font-size: 16px;margin: 0 2px;color: #fbb533;}.slide-depoimentos .slick-prev:before, .slide-depoimentos .slick-next:before {content: "\f104";font-size: 40px;font-family: 'FontAwesome';line-height: 40px;color: #bdbdbd;}.slide-depoimentos .slick-prev {font-size: 0;height: 40px;width: 40px;position: absolute;left: -20px;top: 70px;z-index: 100;background: #fff;border-radius: 5px;box-shadow: 0px 3px 6px 0px rgba(190, 187, 187, 0.75);display: none !important;}.slide-depoimentos .slick-next {font-size: 0;height: 40px;width: 40px;position: absolute;right: -20px;top: 70px;z-index: 100;background: #fff;border-radius: 5px;box-shadow: 0px 3px 6px 0px rgba(190, 187, 187, 0.75);display: none !important;}.slide-depoimentos .slick-next:before {content: "\f105";}#tituloDepoimentos {max-width: 1140px;margin: 0 auto;text-align: center;}#tituloDepoimentos strong {font-size: 20px;display: inline-block;font-weight: 600;letter-spacing: 1px;text-transform: uppercase;color: var(--CorGeralPrincipal);}.pagina-carrinho .depoimentos {display: none;}.depoimentos .slide-depoimentos .slick-dots {display: flex;justify-content: center;margin: 0;padding: 1rem 0;list-style-type: none;}.depoimentos .slide-depoimentos .slick-dots li {margin: 0 0.25rem;}.depoimentos .slide-depoimentos .slick-dots button {display: block;width: 0.8rem;height: 0.8rem;padding: 0;border: none;border-radius: 100%;background-color: #00000057;text-indent: -9999px;}.depoimentos .slide-depoimentos .slick-dots li.slick-active button {background-color: #1a1a1abd;}@media screen and (max-width: 768px) {.titulo-depoimento {font-size: 16px;}.titulo-depoimento .imagem {width: 13%;}.titulo-depoimento .texto-depo {padding: 5px 0 0 15px;}}@media screen and (max-width: 480px) {.titulo-depoimento {font-size: 12px;}.titulo-depoimento .texto-depo {padding: 0 0 0 10px;}}
.depoimentos .slide-depoimentos .slick-dots {display: none !important;}

/* Fim Depoimentos home -- www.codeltec.com.br */

/* www.codeltec.com.br
====Nossa Historia==
*/

.sobre-lojahome {display: block;float: left;width: 100%;background: #f8f8f8;padding: 20px 0;margin: 0 auto;margin-bottom: 48px;}.sobre-lojahome .conteiner {display: flex;justify-content: space-around;align-items: center;background-color: #fff;box-shadow: 0px 6px 10px 0px rgba(190, 187, 187, 0.75);border-radius: 15px;}.sobre-lojahome .conteiner .span6 {margin: 0 auto;width: 45%;}.sobre-lojahome .conteiner .span6 .titulo {background: 0 0;border-top: none;text-align: left;position: relative;padding: 20px 0;text-transform: none;font-size: 26px;font-weight: 700;}.sobre-lojahome .conteiner .span6 p {font-size: 16px;color: #707070;line-height: 24px;padding: 25px 0;text-align: justify;}.sobre-lojahome .conteiner .span6 img {display: block;width: 100%;}@media screen and (max-width: 767px) {.sobre-lojahome .conteiner {flex-direction: column;}.sobre-lojahome .conteiner .span6 {width: 100%;}}@media only screen and (max-width: 767px) {.sobre-lojahome .span6 {width: 100%;padding: 0 15px;}}

/* www.codeltec.com.br
==== FIM - Nossa Historia==
*/




/* www.codeltec.com.br
====Botão Flutuante Nota / Avaliação==
*/

#botao_nota {
    position: fixed;
    bottom: 175px;
    right: 10px;
    background-color: #52673d;
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    transition: background-color 0.3s ease;
    text-align: center;
    opacity: 1;
}

/* Efeito ao passar o mouse */
#botao_nota:hover {background-color: #405c24;}

#botao_nota .estrela {font-size: 10px; color: #FFD700;}
#botao_nota span {font-size: 12px;}

/* www.codeltec.com.br
====Botão Flutuante Nota / Avaliação==
*/




