/*---------------TOPO------------------*/

.mostrar-mobile {
    display: none;
}

.erro-404 {
    height: 300px;
    line-height: 50px;
}

html {
    scroll-padding-top: 65px;
}

.overflow-hidden {
    overflow: hidden;
}

* {
    font-family: 'Open Sans', sans-serif;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

.texto-centro p {
    text-align: center;
}

.btn {
    width: 175px;
    height: 50px;
    background-color: var(--cor-primaria);
    color: #fff;
    border-radius: 6px;
    padding: 0 2px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: none;
}

.btn:hover {
    background-color: var(--primaria-hover);
}

.sombra {
    position: absolute;
    max-width: 100%;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
}

.texto-padrao p {
    font-size: 0.875rem;
    line-height: 180%;
    color: #444346;
}

.titulo-area h2 {
    font-family: "Poppins", sans-serif;
    color: #4B4B4C;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 30px;
}

.titulo-area.centro .texto-padrao {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.titulo-area.centro h2 {
    margin-bottom: 30px;
}

.titulo-area.centro {
    text-align: center;
}

.titulo-area.centro .detalhe {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.titulo-area .detalhe {
    height: 2px;
    width: 100px;
    background: var(--cor-primaria);
    display: block;
    position: relative;
    bottom: 10px;
}

.titulo-area.centro h2::after {
    margin: 0 auto;
}

.titulo-area .detalhe-completo {
    position: relative;
    bottom: 15px;
}

.titulo-area .detalhe-completo span {
    content: "";
    height: 5px;
    width: 60px;
    background: #E62323;
    display: block;
    position: relative;
}

.topo-mobile {
    display: none;
}

body {
    position: relative;
}

@media (max-width: 768px) {
    .titulo-area h2 {
        font-size: 1.8em;
    }
}

/*  TOPO */

.topo.interno {
    height: 325px;
}

.nav-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: absolute;
    width: 100%;
}

.nav-area .logo-area {
    position: relative;
    max-width: 350px;
}

.nav-area .logo {
    position: absolute;
    bottom: -87%;
}

.menu-topo {
    display: grid !important;
    height: 100% !important;
    grid-template-columns: 1fr 350px 1fr;
    gap: 20px;
}

.nav-area nav {
    width: 100%;
    background: var(--cor-primaria);
    height: 80px;
    margin-top: 165px;
}

.nav-area nav ul {
    list-style: none;
}

.nav-area ul li {
    flex-grow: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.nav-area ul li:not(:last-child)::after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: rgba(238, 238, 238, 25%);
    position: absolute;
    right: 0px;
}

.nav-area ul li:hover {
    background: var(--primaria-hover);
}

.nav-area nav ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

.nav-area nav a:not(.logo-link) {
    font-size: 1.25rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #ffffff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banners {
    clip-path: ellipse(85% 85% at 50% 6%);
    margin-bottom: 0px !important;
}

.banners img {
    object-fit: cover;
    width: 100%;
}

.banners .slick-active button::before, .banners button:hover:before {
    color: #4B4B4D !important;
}

.banners .slick-dots {
    background: rgba(235, 151, 58, 80%);
    bottom: 105px;
}

.banners .item {
    position: relative;
}

.banner-extras {
    position: absolute;
    z-index: 3;
    bottom: 172px;
    left: 50%;
    max-width: 1100px;
    transform: translateX(-50%);
    transition: 0.5s;
    color: #fff;
    text-align: center;
}

.banner-extras h2 {
    text-shadow: 2px 2px 6px rgb(0 0 0 / 60%);
    font-family: 'Poppins', sans-serif;
    font-size: 3.3125rem;
    line-height: 120%;
}

.banner-extras h4 {
    text-shadow: 2px 2px 6px rgb(0 0 0 / 60%);
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 120%;
}

.banner-interna img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.sobre-texto img {
    max-width: 100%;
    margin: 0 0 2em 3em;
    float: right;
    width: 460px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .galeria-sobre img {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 95%;
    height: 285px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    margin: 0 auto;
  }  

.produtos .slick-dots .slick-active button::before, .produtos .slick-dots button:hover:before {
    content: "";
    color: transparent !important;
    background: white;
    border: solid 2px var(--cor-primaria);
}

.produtos .slick-dots button:hover:before {
    background: #ec9b9b;
}

.produtos .slick-dots {
    background: transparent;
    bottom: -35px;
}

.produtos .slick-dots li {
    margin: 0 3px;
}

.produto {
    background: #F6F6F6;
}

.produto .descricao {
    display: inline-block;
}

.produto .img-area {
    width: 40%;
    float: right;
    margin: 10px 0 10px 15px;
}

.produto .img-area img {
    width: 100%;
    transition: 0.5s;
}

.produto .img-area img:hover {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .produto .img-area {
        width: 100%;
        margin-bottom: 20px;
    }


    .produto .img-area img {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.barra {
    background-color: var(--cor-primaria);
    color: #fff;
    min-height: 50px;
    display: grid;
    border-bottom: 3px solid rgba(245, 134, 52, .5);
    -webkit-background-clip: padding-box; 
    background-clip: padding-box; 
}

.barra span {
    font-family: 'Poppins', sans-serif;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.barra span:hover {
    background-color: var(--primaria-hover);
    cursor: pointer;
}

.barra span.active {
    background-color: var(--primaria-hover);
}

.barra span:not(:last-child)::after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: rgba(238, 238, 238, 25%);
    position: absolute;
    right: 0px;
}

.area-produtos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    justify-items: center;
    padding-top: 40px;
}

.area-produtos .prod-box {
    background-color: #fff;
    width: 267px;
    height: 290px;
    justify-content: space-evenly;
}

.prod-box img {
    max-width: 190px;
    max-height: 190px;
    object-fit: cover;
}

.area-produtos p {
    color: #4B4B4C;
}

.btn-redondo {
    font-size: 1.0625rem;
    height: 55px;
    border-radius: 50px;
    margin: auto;
}
 
.msg-produtos {
    text-align: center;
    grid-column: span 4;
    font-weight: 600;
}

/* RODAPE */
#linha-rodape {
    height: 10px;
    width: 100%;
    background-color: var(--cor-primaria);
}

.texto-rodape {
    text-align: center;
    font-size: 0.875rem;
    color: #444346;
    padding: 0 20px;
}

#logo-footer {
    max-width: 160px;
}

.tit-inst {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1.375rem;
    color: #42404C;
}

.rodape-itens .institucional,
.rodape-itens .atendimento  {
    list-style: none;
}

.rodape-itens .institucional li {
    margin-top: 8px;
}

.lista-links {
    padding-left: 15px;
}

.atendimento {
    word-break: break-all;
}

.rodape-itens .institucional li a,
.area-2 a {
    font-weight: 600;
    color: #5E656B;
    font-size: 0.875rem;
}

.institucional li a:hover,
.area-2 a:hover {
    color: #000;
}

.rodape-itens .institucional li::before {
    content: "\2022";
    color: var(--cor-primaria);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

footer .copyright {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 14px;
    background: var(--cor-primaria);
    letter-spacing: 0.5px;
}

.copyright p {
    color: #fff;
}

footer .hostche {
    margin-top: 4px;
}

.imgs-footer {
    gap: 30px;
}

.redes-sociais {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redes-sociais a {
    text-decoration: none;
}

.redes-sociais-right {
    height: auto;
    position: fixed;
    top: calc(60% - 20px);
    right: 3%;
    transform: translate(0, -50%) !important;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.redes-sociais-right a {
    text-decoration: none;
    margin-top: 18px;
}

.bolinha-social {
    background: #efefef;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 19px;
    color: #989898;
    margin: 0 5px;
    transition: 0.4s ease;
}

.bolinha-facebook {
    background: #3b5998 !important;
}

.bolinha-linkedin {
    background: #2867b2 !important;
}

.bolinha-instagram {
    background: #c13584 !important;
}

.bolinha-twitter {
    background: #1da1f2 !important;
}

.bolinha-whatsapp {
    background: #25d366 !important;
}

.bolinha-social.bolinha-carrinho{
    background: #F58634 !important;
}

.bolinha-youtube {
    background: #FF0000 !important;
}


.bolinha-social:hover {
    background: var(--cor-primaria);
    color: #fff;
}

.redes-sociais-right .bolinha-social:hover {
    transform: scale(1.2);
}

.redes-sociais-right .bolinha-social {
    color: #fff;
    width: 37px;
    height: 37px;
    font-size: 1.2rem;
    box-shadow: 2px 2px 8px #5c5c5c;
}

.seleciona_cidade {
    min-width: 300px;
    font-family: 'Open sans', sans-serif;
    width: 100%;
    background: url('../img/select.png') right 13px center no-repeat;
    -webkit-appearance: none;
    padding-left: 15px;
    border: 1px solid #999999;
    border-radius: 4px;
    height: 45px;
    font-size: 1rem;
    color: #553B48;
}

.wrap_sel_cidade {
    max-width: 300px;
    position: relative;
}

.enderecos-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    transform: translateX(33%);
    position: relative;
}

.lds-dual-ring:after {
    position: absolute;
    left: 50%;
    bottom: -50%;
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid var(--cor-primaria);
    border-color: var(--cor-primaria) transparent var(--cor-primaria) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

footer .carregando {
    display: block;
}

.item-atendimento {
    gap: 15px;
}

/* =============== POPUP INICIO =============== */

.popup {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.popup_content {
    position: relative;
    margin: auto;
    padding: 0;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    width: 80%;
    max-width: 650px;
    height: auto;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.popup_imagem_full {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    top: -35px;
}

.popup_imagem_full img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 7px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
}

.popup_youtube_full {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    height: 0;
}

.popup_youtube_full iframe {
    padding: 7px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup_youtube_full .legenda {
    bottom: -35px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 40%);
    text-align: center;
}

.popup .legenda {
    display: flex;
    justify-content: center;
}

.popup .legenda span {
    background: #000;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 17px;
    margin-top: 5px;
}

.close {
    color: #000;
    float: right;
    font-size: 2.1875em;
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    position: relative;
    right: -14px;
    top: -16px;
    background: #ffffff;
    height: 38px;
    width: 38px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #c1c1c1;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background: #dddddd;
}

@media (max-width: 768px) {
    .popup_content {
        width: 98%;
    }
}

@media (max-width: 700px) {
    .close {
        right: -2px;
    }
}

/* =============== POPUP FIM =============== */

/* FORNECEDORES */
#fornecedores-slider {
    width: 95%;
    margin: auto;
}

#fornecedores-slider .slick-slide > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.fornecedor-box a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    border: 1px solid #F7F4F3;
}

.dots-transparent .slick-dots {
    background-color: transparent;
    bottom: -30px;
}

.dots-transparent .slick-dots li button:before {
    line-height: 15px;
    font-size: 50px;
    text-shadow: rgb(66, 64, 76) 0px 0px 2px, rgb(66, 64, 76) 0px 0px 2px;
}

.dots-transparent .slick-dots li.slick-active button:before {
    text-shadow: none;
    text-shadow: var(--cor-primaria) 0px 0px 2px, var(--cor-primaria) 0px 0px 2px;
}

/* NEWSLETTER */
#newsletter {
    overflow: hidden;
}

#newsletter .esquerda {
    width: 55%;
}

#newsletter .direita {
    width: 40%;
    position: relative;
}

#newsletter-esquerda {
    width: 100%;
    padding: 50px 0px 30px 0px;
    background-color: #F6F7F9;
    display: flex;
    flex-direction: column;
    position: relative
}

#newsletter-form button {
    border: none;
    margin-top: 30px;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#btn-cadastrar {
    border: none;
}

#telefone-div {
    position: absolute;
    top: 50%;
    transform: translateY(-33%);
    display: flex;
    height: 158px;
    width: 100%;
    background-color: var(--cor-primaria);
    align-items: center;
    padding-left: 35px;
    margin-left: 50px;
    gap: 25px;
}

#telefone-div::after {
    position: absolute;
    content: '';
    left: 95%;
    z-index: -1;
    height: 158px;
    width: 50vw;
    background-color: #F58634;
}

#telefone-div img {
    height: 70px;
    width: 80px;
}

#telefone-txt {
    text-align: center;
    flex-direction: column;
}

#telefone-txt p,
#telefone-txt a {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700;
}

#telefone-txt p {
    margin-bottom: 10px;
}

#telefone-txt p:nth-child(even) {
    font-weight: 700;
}

#newsletter-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.6em;
}

#newsletter-form .input-area {
    width: 47%;
    display: flex;
    flex-direction: column;
}

#newsletter-form .input-area:nth-child(odd) {
    padding-right: 3%;
}

#newsletter-form .input-area:nth-child(even) {
    padding-left: 3%;
}

.form input,
#newsletter-form input {
    padding-left: 1em;
    font-size: 1em;
    line-height: 250%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

#newsletter-form .cidade {
    width: 100%;
}

.newsletter p {
    color: #413F4C;
    font-size: 0.9375rem;
    margin: 20px 0;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    line-height: 140%;
}

.form label,
#newsletter-form .input-area label {
    color: #42404C;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.form label {
    margin-bottom: 10px;
}

.newsletter #texto-news p {
    font-size: 0.9375rem;
}

/* UNIDADES */
.mapa img {
    max-width: 100%;
}

.galeria-sobre .slick-dots,
#unidades-slider .slick-dots {
    bottom: -60px;
}

.topo-unidades {
    justify-content: space-between;
}

#unidades .titulo-area {
    max-width: 660px;
}

.unidade-box {
    margin: auto;
    width: 370px;
    max-width: 100%;
}

.unidade-box .unidade-bg {
    position: absolute;
    right: 0;
    z-index: 1;
}

.unidade-box:hover .t-imagem img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.t-button {
    z-index: 10;
}

.t-imagem img {
    max-width: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.t-imagem, .t-imagem img {
    overflow: hidden;
    width: 100%;
    height: 208px;
}

.t-bottom {
    position: relative;
    background-color: var(--cor-primaria);
    justify-content: space-between;
    height: 94px;
    padding: 0 40px;
    overflow: hidden;
    max-width: 100%;
}

.t-bottom img {
    margin-left: 10px;
}

.unidade-txt {
    color: #fff;
    font-weight: 600;
}

/* CONTATO */
.contatos {
    background: #F6F6F6;
}

.contatos .itens {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contatos .direita {
    width: 67%;
}

.formulario input {
    width: 100%;
    height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border: none;
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 1px solid #d2d2d2;
    font-size: 1em !important;
    color: #444444;
}

.formulario input::placeholder {
    color: #777777;
    font-size: 1em !important;
}

input[type=file] {
    margin-top: 5px;
    padding-top: 15px;
}

.formulario select {
    width: 100%;
    height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border: none;
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 1px solid #d2d2d2;
    font-size: 1em !important;
    color: #444444;
}

.formulario select::placeholder {
    color: #777777;
    font-size: 1em !important;
}

.formulario textarea {
    width: 100%;
    height: 230px;
    border: none;
    background: #ffffff;
    border-bottom: 1px solid #d2d2d2;
    font-size: 1em !important;
    color: #444444;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.formulario textarea::placeholder {
    color: #777777;
    font-size: 1em !important;
}

.formulario button {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.formulario .enviar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 590px) {
    .formulario .enviar {
        flex-direction: column;
    }

    .formulario button {
        margin-top: 10px;
    }
}

.entrando {
    -webkit-animation: entra 0.8s cubic-bezier(0.5, 0, 0, 1) 0.3s;
            animation: entra 0.8s cubic-bezier(0.5, 0, 0, 1) 0.3s;;
    -webkit-animation-iteration-count: 1;;
            animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
  /*   transform: translateX(-100px); */
  }
  
  @-webkit-keyframes entra {
    from {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  
  @keyframes entra {
    from {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }

  .texto-unidade-interna {
      flex-direction: row-reverse;
      justify-content: center;
      text-align: end;
      gap: 80px;
      padding: 0 40px;
  }

  .texto-unidade-interna a, .texto-unidade-interna p {
      font-size: 1rem;
      color: #444;
  }

  .texto-unidade-interna img {
    max-width: 100%;
    width: 460px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .unidade-img-wrap {
      max-width: 95%;
  }

  .unidade-img-wrap::after {
      z-index: 20;
      content: '';
      width: 98%;
      height: 98%;
      position: absolute;
      top: 2%;
      left: 3%;
      border-right: 6px solid var(--cor-primaria);
      border-bottom: 6px solid var(--cor-primaria);
  }