@import url("../css/reset.css");
@import url("../css/themecolors.css");
@import url("../css/mobile.css");
@import url("../js/jsmodal/modals.css");
@import url("https://lovatel.com.br/plugins/plugins.css");
/* fade-in pages */
body{	
    animation: fadein 1s; /* PadrÃ£o */
    -webkit-animation: fadein 1s; /* Webkit */
    -moz-animation: fadein 1s; /* Firefox */
    -ms-animation: fadein 1s; /* IE */
}
@keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* PadrÃ£o */
}
@-moz-keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* Firefox */
}
@-webkit-keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* Webkit */
}
@-ms-keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* IE */
}

body{
    overflow-x: hidden;
}

.social-box a{
    width:40px;
    height:40px;
    border-radius:50%;
    margin:0px 3px;
    display:flex;
    justify-content: center;
    align-items: center;
    /* borda no themecolors*/
}


/* HEADER */
header{
    background:#fff;
    padding:30px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header .main{
    position: relative;
}

.logoH img{
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.logoHscroll{
    display: none;
}
.logoHscroll img{
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.infoHeader{
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
}

.topHeader{
    width: 100%;
    margin-bottom: 30px;
}

.telH{
    width: fit-content;
    width: -moz-fit-content;
}
.telH img{
    margin-right: 10px;
}
.telH h6{
    margin-bottom: 3px;
}

.cartHeader{
    position: relative;
}
.cartHeader img{
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
}
.cartHeader span{
    width: 25px;
    height: 25px;
    background: #019AE6;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.bottomHeader{
    width: 100%;
    position: relative;
    margin-bottom: -110px;
    margin-top: 40px;

    box-shadow: -10px -10px 10px 0px rgba(34,34,34,0.15);
    -moz-box-shadow: -10px -10px 10px 0px rgba(34,34,34,0.15);
    -webkit-box-shadow: -10px -10px 10px 0px rgba(34,34,34,0.15);
}
.bottomHeader::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: -357px;
    width: 359px;
    height: 60px;
    background: #019AE6;

    box-shadow: -10px -10px 10px 0px rgba(34,34,34,0.15);
    -moz-box-shadow: -10px -10px 10px 0px rgba(34,34,34,0.15);
    -webkit-box-shadow: -10px -10px 10px 0px rgba(34,34,34,0.15);
}

#menu{
    /* position: absolute;
    bottom: 0;
    right: 0; */
    display: flex;
    width: 100%;
    z-index: 10;
}
.dl-menu{
    display:flex;
    position: relative;
    z-index:2;
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
}
#menu .dl-menu > li{
    position:relative;
    height: fit-content;
    height: -moz-fit-content;
}
#menu .dl-menu > li > a{
    border-radius: 0;
    padding: 5px 20px;
    height: 60px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

/* Header scroll */
header.scroll{
    position: fixed;
    padding: 10px 20px;

    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
}

header.scroll .logoH{
    display: none;
}
header.scroll .logoHscroll{
    display: flex;
}

header.scroll .topHeader{
    display: none;
}
header.scroll .bottomHeader{
    margin: 0;
    box-shadow: none;
}
header.scroll .bottomHeader::before{
    display: none;
}

header.scroll #menu li a{
    background: #fff;
    color: #555555;
    font-size: 14px;
    font-weight: 500;
}
header.scroll #menu li:hover a,
header.scroll #menu li.ativo a{
    color: #019AE6;
}

.mgTop{
    margin-top: 234px;
}


/* Banner */
#banner .bannerDesk{
    width: 100%;
}
#banner .bannerDesk img{
    width: 100%;
}
#banner .bannerMobile{
    display: none;
}


/* Rastreadores e elétrica index */
.rastreadorEletrica{
    padding: 40px 20px;
}

.itemIndex{
    width: 48%;
}

.imgItemIndex{
    width: 100%;
    overflow: hidden;
    z-index: 2;
}
.imgItemIndex img{
    width: 100%;
    height: 100%;
    z-index: 2;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.itemIndex h6{
    color: #44444E;
    padding: 15px 50px;
    background: #fff;
    margin-top: -50px;
    z-index: 10;
    margin-bottom: 20px;

    box-shadow: 0px 0px 10px 0px rgba(34,34,34,0.42);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34,34,34,0.42);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34,34,34,0.42);
}
.itemIndex h6 img{
    margin-right: 10px;
}
.itemIndex p{
    width: 100%;
    text-align: center;
}

.itemIndex:hover .imgItemIndex img{
    transform: scale(1.3);
    z-index: 2;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}


/* Produtos index */
.produtosIndex{
    background: url('../img/bgAzul.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.sliderProdInd a{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid transparent;
}
.sliderProdInd a h6{
    color: #545454;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.sliderProdInd a:hover{
    border-color: #3B3B44;
}


/* Marcas */
.marcas{
    background: #EEEEEE;
}

.sliderMarcas a{
    padding: 30px 15px;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
}


/* FOOTER */
.infoFooter{
    background: url('../img/bgFooterAzul.png') no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.infoFooter .main{
    justify-content: space-around;
}

.unidadeFooter{
    width: 40%;
}
.unidadeFooter h6{
    background: #fff;
    padding: 10px;
    /* width: fit-content;
    width: -moz-fit-content; */
    width: 60%;
    text-align: center;
    border-radius: 5px;
}

.unidadeFooter .infoUnidade{
    width: 100%;
    margin-bottom: 10px;
}
.unidadeFooter .infoUnidade:last-child{
    margin-bottom: 0;
}
.infoUnidade img{
    margin-right: 15px;
}
.txtUnidadeInfo p{
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}
.txtUnidadeInfo a{
    color: #fff;
    font-weight: 500;
}


.footerSocial{
    padding: 15px 20px;
}
.footerSocial .main{
    justify-content: center;
}

.socialItem{
    width: fit-content;
    width: -moz-fit-content;
}
.socialItem p{
    margin-bottom: 0;
}
.socialItem img{
    margin: 0 15px;
}


.copyright{
    padding: 30px 20px;
    background: #D6D6D6;
}
.copyright p,
.copyright a{
    color: #545454;
    margin-bottom: 0;
    font-weight: 500;
}


.whatsChat{
    background: #34af23;
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    padding: 10px;
}
.whatsChat img{
    margin-right: 5px;
}


/* Sobre */
.headerPages{
    background: url('../img/bgHeaderPage.png') no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 80px 20px 60px 20px;
}

.txtSobre{
    width: 48%;
    text-align: justify;
}

.sliderSobre{
    width: 48%;
}
.sliderSobre img{
    width: 100%;
    border-radius: 10px;
}

.fullMvv{
    margin-top: 50px;
}

.leftMvv{
    width: 48%;
    border-radius: 10px;
    background: #D6D6D6;
    height: 100%;
}

.rightMvv{
    width: 48%;
    border-radius: 10px;
    height: 100%;
}

.mvvItem{
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background: #F0F0F0;
    /* text-align: justify; */
}

.leftMvv .mvvItem:last-child{
    background: transparent;
    padding: 40px 30px;
}
.rightMvv .mvvItem{
    height: 100%;
}


/* Rastreadores */
.txtRastreadores p{
    text-align: center;
}

.txtRastreadores iframe{
    width: 100%;
    margin-top: 30px;
    height: 600px;
}

.solucoes{
    margin-top: 50px;
}

.gridSolucoes{
    grid-row-gap: 30px;
}

.solucaoItem img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}
.solucaoItem p{
    text-align: justify;
}

.btnInteresse{
    background: #00A5DD;
    padding: 12px 40px;
    border-radius: 5px;
    margin-top: 50px;
}


/* Auto Elétrica */
.txtAutoeletrica{
    width: 48%;
}
.txtAutoeletrica p{
    text-align: justify;
}

.txtAutoeletrica ul{
    width: 100%;
    margin-top: 30px;
}
.txtAutoeletrica ul li{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 800;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    color: #525252;
}
.txtAutoeletrica ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 25px;
    height: 25px;
    background: url('../img/icon_list.png') no-repeat;
}

.sliderEletrica{
    width: 48%;
}
.sliderEletrica img{
    width: 100%;
    border-radius: 10px;
}


/* Produtos */
.produtosLeft{
    width: 25%;
    height: fit-content;
    height: -moz-fit-content;
}

.showCategorias{
    width: 100%;
    background: #019AE6;
    padding: 12px 10px;
    text-align: center;
    border-radius: 5px;

    display: none;
}

.menuLateral{
    width: 100%;
}
.menuLateral ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.menuLateral ul li{
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}
.menuLateral ul li a{
    width: 100%;
    display: flex;
    padding: 16px 20px;
    background: #F0F0F0;
    color: #333333;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.menuLateral ul li:hover a,
.menuLateral ul li.ativo a{
    background: #019AE6;
    color: #fff;
}

.produtosRight{
    width: 72%;
}

.gridProdutos a{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #CDCDCD;
}
.gridProdutos a h6{
    color: #545454;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.gridProdutos a:hover{
    border-color: #3B3B44;
}

/* Fancybox menu categorias */
.fancyMenuCat{
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10600;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}
.fancyMenuCat.showF{
    top: 0;

    opacity: 1;
    visibility: visible;
    pointer-events: all;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.fancyMenuCat .main{
    background: #fff;
    max-width: 800px;
    padding: 50px;
    position: relative;
}

.closeFb{
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #019AE6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.menuFbCat{
    width: 100%;
}
.menuFbCat ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.menuFbCat ul li{
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}
.menuFbCat ul li a{
    width: 100%;
    display: flex;
    padding: 5px 10px;
    background: #F0F0F0;
    color: #333333;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.menuFbCat ul li:hover a,
.menuFbCat ul li.ativo a{
    background: #019AE6;
    color: #fff;
}


/* Produto detalhes */
.sliderProduto{
    width: 48%;
}
.sliderProduto .fotorama{
    width: 100%;
}
.sliderProduto .fotorama a{
    background: #fff;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txtProduto{
    width: 48%;
}

.txtProduto h6{
    font-size: 20px;
    line-height: 20px;
}

.txtProduto .fazerPedido{
    background: #019AE6;
    width: fit-content;
    width: -moz-fit-content;
    padding: 14px 40px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.txtProduto .fazerPedido img{
    margin-right: 10px;
}

.conhecaTambem{
    margin-top: 50px;
}

.conhecaTambem h6{
    font-size: 20px;
    line-height: 25px;
}


/* Carrinho */
.carrinhoItem{
    padding: 15px;
    border: 3px solid #D6D6D6;
    border-radius: 10px;
    margin-bottom: 10px;
}

.fotoCarrinho{
    width: 15%;
}
.fotoCarrinho img{
    width: 100%;
}

.dscptCarrinho{
    width: 50%;
}

.quantidadeCarrinho{
    width: 25%;
}

#formQuantidade{
    width: 185px;
    padding: 7px 10px;
    border: 2px solid #CDCDCD;
    border-radius: 5px;
}
#formQuantidade input{
    width: 80px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.bMinus,
.bPlus{
    font-weight:800;
    color:#191818;
    font-size:30px;
    border:0px;
    width:10px;
    background:none;
    cursor: pointer;
}

.removeOrder{
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #CDCDCD;
    border-radius: 50%;
    font-weight: 700;
}
.removeOrder:hover{
    background: #019AE6;
}

.btnsPedido{
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}
.btnsPedido a{
    margin-right: 10px;
    padding: 20px 60px;
    border-radius: 10px;
    display: flex;
    text-align: center;
}
.btnsPedido a:last-child{
    margin-right: 0;
}
.btnsPedido a.bgWhite{
    background: #646464;
}
.btnsPedido .orcEmail{
    background: #019AE6;
}
.btnsPedido .orcWhats{
    background: #65BC54;
}

.btnsPedido a:hover{
    color: #fff;
    background: #000;
}

/* Fancybox carrinho */
.fancyEmail{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10600;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}
.fancyEmail.showF{
    top: 0;

    opacity: 1;
    visibility: visible;
    pointer-events: all;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.fancyEmail .main{
    height: fit-content;
    height: -moz-fit-content;
    background: #fff;
    padding: 50px;
    max-width: 800px;
}

.closeFancy{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #019AE6;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-weight: bold;
}

#form_mail,
#form_whats{
    width: 100%;
}

#form_mail .e_input,
#form_whats .e_input{
    background: #F0F0F0;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
}
#form_mail .msg{
    background: #F0F0F0;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
}
#form_mail .inputFull{
    width: 100%;
}

#form_mail .button,
#form_whats .button{
    background: #019AE6;
    width: 100%;
    margin-top: 10px;
    justify-content: center;
}


/* Contato */
#form_contact{
    width:100%;
    height:available;
    height:fit-content;
}

#form_contact .e_input{
    background: #F0F0F0;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
}
#form_contact .msg{
    width:100%;
    min-height:120px;
    border-radius:15px;
    background: #F0F0F0;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
}
#form_contact textarea{
    overflow: hidden;
}
#form_contact .button{
    cursor: pointer;
    background: #019AE6;
    margin-top: 10px;
    padding: 14px 60px;
}

/* Termos de privacidade padrão */
.privacyTerms{
    width: 100%;
    margin-top: 5px;
}
.privacyTerms p{
    color: #444;
    font-size: 11px;
    margin-bottom: 0;
}
.privacyTerms a{
    text-decoration: underline;
    font-weight: bold;
    color: #444;
}
.privacyTerms input{
    outline: none !important;
    background: none;
    border-radius: 0;
    box-shadow: 0 !important;
    -webkit-appearance: checkbox !important;
    width: 20px;
    height: 20px;
    appearance: initial;
    margin-right: 10px;
}

#form_contact .privacyTerms p,
#form_contact .privacyTerms a{
    color: #444;
}

.mapasUnidades{
    margin-top: 50px;
    width: 100%;
}

.mapaItem{
    width: 100%;
}
.mapaItem iframe{
    width: 100%;
    height: 400px;
    border-radius: 10px;
}



/* FAQ Page */
#faqPage{
    background: url('../img/sobreBanner.png') no-repeat;
    background-size: cover;
}

.faq{
    height: 100vh;
    padding: 20px;
}

.faq a.logoFaq{
    margin-left: auto;
    margin-right: auto;
    /* background: #5079BC; */
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.faq iframe{
    width: 100%;
    height: 65vh;
}


/* Btn Whatsapp */
/* Whatsapp flutuante */
.wppFlutuante{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 50;
    width: fit-content;
    width: -moz-fit-content;
}

.whatsChat{
    bottom: 30px;
    right: 10px;
}

.listarWpps{
    margin-bottom: 50px;
    background: #34af23;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    padding: 15px;
    border-radius: 5px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.wppFlutuante:hover .listarWpps{
    margin-bottom: 60px;

    opacity: 1;
    visibility: visible;
    pointer-events: all;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.listarWpps a{
    color: #fff;
    margin-bottom: 8px;
    font-size: 14px;
}
.listarWpps a:last-child{
    margin-bottom: 0;
}
.listarWpps a:hover{
    color: #2A3192;
}