@charset "utf-8";
@import "bootstrap.min.css";
@import "sweetalert2.css";
@import "jPages.css";
@import "fontes.css";
@import "efeitos.css";


:root {
    --bg-header-dark: #141414;
    --theme-color-1: #0053B3;
    --theme-color-2: #FF7604;
    --theme-color-3: #00C201;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Titillium Web", sans-serif;
    background: var(--bs-white);
}

#blocoPesquisaLoja {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.menu-open {
    overflow: hidden;
}

body.menu-open .backdrop-navbar {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

main {
    flex: 1 0 auto;
    margin-top: 150px;
    overflow: hidden;
}

main figure {
    margin: 0;
}

p {
    font-size: 22px;
    font-weight: 400;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

img {
    user-drag: none;
}

ul {
    padding: 0;
    list-style: none;
}

.color-1 { color: var(--theme-color-1); }
.color-2 { color: var(--theme-color-2); }
.color-3 { color: var(--theme-color-3); }

.bg-color-1 { background: var(--theme-color-1) !important; }
.bg-color-2 { background: var(--theme-color-2) !important; }
.bg-color-3 { background: var(--theme-color-3) !important; }

.font-2 { font-family: "Carnas W03" !important; }

.fs-7{ font-size: 0.875rem!important;}

.padding-default { padding-top: 2rem; }
.section-default { min-height: 370px; }

.item-mobile,
.backdrop-navbar {
    display: none;
}

/* Header */
.top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background: var(--theme-color-1);
    padding: 10px 0;
    overflow: hidden;
    z-index: 10;
    transition: all 1s linear;
}

.top-bar #vantagens li span::before {
    content: " - ";
}

#header .logo-a {
    position: fixed;
    top: 0;
    display: block;
    max-width: 115px;
}

#header .logo-b {
    display: none;
}

#header .navbar-expand-lg {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    height: 70px;
    background: var(--bs-white);
    z-index: 11;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.5s linear;
}

#header .navbar-expand-lg.fixed-top {
    top: 0;
    transition: all 0.5s linear;
}
#header .navbar-expand-lg.fixed-top .logo-a {
    width: 125px !important;
    animation: hvr-hang-sink, fadeIn 0.3s ease-out;

    
}

#header .nav-link {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 600;
    color: var(--theme-color-1);
    text-decoration: none;
    line-height: 1;
    transition: color 0.3s, opacity 0.3s;
}

#header .nav-link:before{
    content: "";
    position: absolute;
    bottom: 7px;
    left: 10px;
    width: 0%;
    height: 2px;
    box-shadow: 0px 2px 8px rgba(212, 212, 212, 0.48);
    transition: width 0.4s ease-out;
}
#header .nav-link:before{
    background: var(--theme-color-1);
}
#header .nav-link:hover::before{
    width: 70%;
}
#header .social-redes a {
    color: var(--theme-color-1);
}

#header .social-redes a:hover,
#footer .social-redes a:hover {
    display: block;
    transform: scale(1.2) !important;
}
/* Breadcrumb */
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.875rem;
}

.minimodal {
  position: fixed;
  right: 1rem;
  bottom: 3.125rem;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 999;
  display: block;
  box-sizing: border-box;
}

.minimodal figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #1bd741;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.minimodal figure img {
  max-width: 2.8125rem;
  height: auto;
}

.minimodal .conteudo {
  position: fixed;
  right: 1rem;
  bottom: 0.625rem;
  width: 18.75rem;
  padding: 0.625rem;
  border: 2px solid #0065d8;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  z-index: 9999;
  display: none;
  box-sizing: border-box;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.2));
}

.minimodal.active .conteudo {
  display: block;
  -webkit-animation: fade-in-br 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in-br 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.btn-padrao.btn-orcamento{
    color: var(--theme-color-2);
    border: 1px solid var(--theme-color-2);
    background-color: #ffffff;
}

/*Footer*/
#footer .navbar-brand img{
    max-width: 120px;
}

.btn-padrao, .btn-padrao2, .btn-padrao3{
    background: transparent;
    border-radius: 20px;
    padding: 15px 20px;
    font-family: "Carnas W03" !important;
    font-size: 20px;
    font-weight: 500;
    width: fit-content;
    text-transform: uppercase;
}
.btn-padrao:hover, .btn-padrao2:hover, .btn-padrao3:hover{
    color: #ffffff;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.6);
}
.btn-padrao {
    color: var(--theme-color-2);
    border: 1px solid var(--theme-color-2);
}
.btn-padrao:hover {
    background: var(--theme-color-2);
   
}
.btn-padrao:before {
    border: var(--theme-color-2)solid 1px !important;
    border-radius: 20px;
}
.btn-padrao2{
    color: var(--theme-color-1);
    border: 1px solid var(--theme-color-1);
}
.btn-padrao2:hover, .btn-check:checked +.btn-padrao2{
    background: var(--theme-color-1);
}
.btn-padrao2:before {
    border: var(--theme-color-1)solid 1px !important;
    border-radius: 20px;
}
.btn-padrao3:before {
    border: var(--theme-color-3)solid 1px !important;
    border-radius: 20px;
}
.btn-padrao3{
    color: var(--theme-color-3);
    border: 1px solid var(--theme-color-3);
}
.btn-padrao3:hover {
    background: var(--theme-color-3);
}
#lojasProximas{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#lojasProximas .btn-padrao2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn-check +.btn-padrao2 p{
    color: #000;
}
.btn-check:checked +.btn-padrao2,
.btn-check:checked +.btn-padrao2 p,
.btn-check:hover +.btn-padrao2 p{
    color: #fff!important;
}
.blog-itens .lib-item:hover img{
    opacity: 0.8;
}
.blog-itens .lib-item .bloco-texto{
    width: 90%;
    top: -10px;
}
.blog-itens .lib-item h3 {
    height: 48px!important;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-itens .lib-item .lib-desc{
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
   -webkit-box-orient: vertical;
}
.form-floating>.form-control{
    height: fit-content;
    padding: 10px 5px!important;
    margin-bottom: 20px;

}
.form-control:focus {
    border-color: var(--theme-color-1);
    box-shadow: 0 0 0 .25rem rgba(0, 83, 179, .25);
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    font-weight: bold;
    transform: scale(1.05) translateY(-35px) translateX(-.3rem);
}
.form-floating>label {
    padding: 10px .75rem!important;
}
.form-control + label.error, .form-check-input + label.error{
    color: var(--theme-color-1);
    width: fit-content;
    position: absolute;
    top: 30px;
}
.form-control:focus + label.error, .form-control:not(:placeholder-shown)+label.error{
    font-weight: normal;
    transform: none!important;
}
#lojas .card{
    min-height: 430px;
}
#lojas .card img{
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
#formBuscar .btn-padrao{
    position: absolute;
    right: 270px;
}

#btn-pesquisar{
    position: relative!important;
    display: block;
    right: 0!important;
    font-size: 0.8rem!important;
}

#btn-localizacao {
    position: relative!important;
    display: block;
    right: 0!important;
    font-size: 0.8rem!important;
}

#blocomapa .btn-padrao2, #formBuscar .btn-padrao2{
    position: absolute;
    right: 24px;
}
#blocomapa .form-control, #formBuscar .form-control {
    width: 45%!important;
}

#formOrcamento .form-control:disabled{
    background-color: var(--bs-form-control-bg)!important;
    opacity: 0.5!important;
}
#formOrcamento .form-control:disabled~label{
    opacity: 0.5!important;
}
#formOrcamento .container-fluid{
    transition: all 0.5s ease-in-out;
}
.bg-pinta{
    background: #ff4800;
}
@media(min-width: 1px) and (max-width:992px) {
    #blocoPesquisaLoja{
        position: relative;
    }
#btn-localizacao,#btn-pesquisar{
width: 100%;
}

#blocomapa .form-control{
    width: 100%;
}
    main{
        margin-top: 170px;
    }
    .top-bar {
        height: 50px;
    }

    .top-bar #vantagens li span:before {
        content: "";
    }

    .top-bar #vantagens li span {
        display: block;
    }

    /*  Header*/
    #header .navbar-expand-lg {
        height: auto !important;
        top: 50px!important;
    }

    #header .navbar-expand-lg #menu,
    #header .navbar-expand-lg.fixed-top #menu {
        margin-left: initial !important;
    }


    #header .navbar-toggler .navbar-toggler-icon {
        background: url("../images/icones/menu.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 35px;
        height: 35px;
        font-size: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    #header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: url(../images/icones/close-menu.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #header .navbar-toggler:focus,
    #header .navbar-toggler:active {
        box-shadow: none !important;
        outline: none !important;
    }

    #header .logo-a {
        max-width: 115px !important;
        position: relative;
    }

    .section-default {
        min-height: auto;
    }
    .mobile {
        display: block;
    }
    #blocomapa .btn-padrao,#blocomapa .btn-padrao2, #formBuscar .btn-padrao,#formBuscar .btn-padrao2{
        position: relative;
        right: initial;
        margin-top: 20px;
    }
    #blocomapa .form-control, #formBuscar .form-control{
        width: 100%!important;
    }
}
.btn-franqueado {
  background-color: #ff7a00; /* laranja forte */
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

/* Hover */
.btn-franqueado:hover {
  background-color: #ff8c1a; /* laranja um pouco mais claro */
}

/* Active (clique) */
.btn-franqueado:active {
  transform: scale(0.97);
}

/* Disabled (se usar) */
.btn-franqueado:disabled {
  background-color: #f2f2f2;
  color: #bdbdbd;
  cursor: not-allowed;
}
#marcas .slick-slide img{
    cursor: pointer;
}
#marcas .slick-slide img:hover{
    transform: scale(1.2);
    transition: all 800ms ease-in-out;
    
}

#vantagens p {
    height: 21px;
    font-size: 1.10rem !important;
    padding-top: 2px;
}


@media (max-width: 768px) {
  .empresas-associadas {
   max-width: 40%;

  }
}


/* Para mobile */
@media (max-width: 767px) {
  #vantagens {
    display: flex !important;
    flex-direction: column; 
    gap: 0.5rem; 
  }           

  #vantagens li p {
    white-space: normal !important; 
    text-align: center;            
    font-size: 0.9rem;  
    margin-top: 10px          
  }

  #vantagens p {
    
    padding-top: 3px;
  }

}

@media (max-width: 768px) {
  #vantagens {
    animation: slideText 800ms linear infinite; /* mais lento no mobile */
  }
  #vantagens li p {
    font-size: 14px; /* menor para caber melhor */
  }
}

.creditos {
  font-size: 16px !important;
}

.creditos,
.creditos a {
  font-size: 10px !important;
}

@media (max-width: 768px) {
  p.creditos,
  p.creditos a {
    font-size: 10px !important;
  }
}
@media (max-width: 768px) {
  #toTop {
    margin-top: -16px;
  }
}

@media (max-width: 992px) {
    .empresas-associadas {
        max-width: 100%;
    }
}