html,
body {
    scroll-behavior: smooth;
    height: auto;
    width: 100%;
    font-family: 'Jost', sans-serif !important;
    background-color: #fff;
    color: #424242;
    overflow:inherit;
    overflow-x: hidden;
    scrollbar-width: thin;/* "auto" or "thin" */
    scrollbar-color: #424242 #E1E1E1;/* scroll thumb and track */
}
a, a:visited, a:active, a:any-link, a:default, a:focus, a:hover{
    color: #424242;
    font-family: 'Jost', sans-serif;
    text-decoration: none !important;
    text-decoration-line: none;
}
html::-webkit-scrollbar {
 z-index: 9999999999999999 !important;
 width: 12px;               /* width of the entire scrollbar */
}
html::-webkit-scrollbar-track {
    background: #E1E1E1;        /* color of the tracking area */
}
html::-webkit-scrollbar-thumb {
  	background-color: #EF7720;
    border-radius: 6px !important;
    border: 2px solid #E1E1E1;
}
/*HEAD CONTATO*/
.head-contato{
    background-color: #E1E1E1;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
}
/*NAVBAR*/
#menu{
    width: 100%;
    position: fixed;
    z-index: 9999 !important;
}
nav{
    box-shadow: 0px 10px 15px rgba(1,1,1,0.3);
}
.navbar-nav{
    padding-top: 15px;
}
.navbar-light .navbar-toggler {
	border: none !important;
    border-color: #F6F2EE;
}
.navbar-nav > li > a{
    color: #424242 !important;
    transition: .2s;
	font-weight: 400 !important;
	font-size: 14px !important;
    transition: .2s;
}
.navbar-nav > li > a:hover{
    color: #000 !important;
    transition: .2s;
    font-weight: 900;
}
.navbar-brand{
    margin-left: 4% !important;
}
/*BANNER*/
.banner{
    width: 100%;
    height: 100vh;
	background-image: url('../images/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

/*ESTILOS CONTEÚDO*/
.article-cinza{
    background-color: #FAFAFA;
}
.article-branco{
    background-color: #fff;
}
.article-preto{
    background-color: #424242;
    color: #fff;
    font-size: 10px;
}
h1{
    font-size: 55pt !important;
    font-weight: 300 !important;
}
.texto-corrido{
    font-size: 11pt;
    font-weight: 400;
}
.texto-padding-esquerda{
    padding-left: 7% !important;
    padding-right: 20% !important;
}
.texto-alinhado-direita{
    padding-left: 25% !important;
    text-align: right !important;
    padding-top: 10%;
}
ol{
    margin-left: 30px;
}
li{
    margin-bottom: 10px;
}
#foto-metodo{
    padding-right: 30px;
    height: 300px;
    background-image: url('../images/tc/metodo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
#foto-servicos{
    height: 550px;
    background-image: url('../images/tc/servicos.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
.card-equipe{
    height: 450px;
    width: 100%;
    border: 10px solid #FFF;
    background-color: #f1f1f1;
    display: inline-flex;
    margin-bottom: 30px;
    transition: .2s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.card-equipe:hover{
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    filter: none;
    -webkit-filter: grayscale(0);
    transition: .2s;
    transition: .2s;
}
.titulo-card-equipe{
    margin: 0 auto;
    text-align: center;
    width: 90%;
    height: 100px;
    background-color: rgba(255,255,255,0.8);
    padding: 15px;
    position: relative;
    top: 260px;
}
.filiacoes{
    height: 520px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url('../images/selos.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.parcerias{
    height: 95vh;
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url('../images/parceiros.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.row .tabela-contato{
    padding: 10px !important;
}
.tabela{
    padding-top: 40px;
}
.celula-tabela{
    height: 50px;
}
.celula-tabela img{
    margin-left: 50%;
}
.celula-tabela-mobile{
    height: auto;
    width: 100%;
    margin: auto 0;
    padding: 15px 0;
}
.bottom{
    padding: 10px 5%;
}

/*MODALS*/
.modal-dialog{
    top: 19% !important;
    background-color: #fff;
    border: 10px solid #fff;
}
.modal-content{
    border-radius: 0 !important;
    border: none !important;
}
.modal-footer{
    display: inline;
}
.btn-close{
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
}

/*PUBLICACOES*/
.publicacoes .equipe{
    margin-top: 60px;
}
.card-publi{
    height: 400px;
    width: 100%;
    border: 10px solid #FAFAFA;
    background-color: #424242;
    display: inline-flex;
    margin-bottom: 30px;
    transition: .2s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.card-publi:hover{
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    filter: none;
    -webkit-filter: grayscale(0);
    transition: .2s;
}
.titulo-card{
    margin: 0 auto;
    text-align: center;
    width: 90%;
    height: 40%;
    background-color: rgba(255,255,255,0.9);
    padding: 15px;
    position: relative;
    top: 215px;
}
.descricao-card{
    font-size: 10pt;
    font-weight: 600;
}
.subtitulo-card{
    font-size: 9pt;
}
#publi01{
    background-image: url('../images/publicacoes/01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
#publi02{
    background-image: url('../images/publicacoes/02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
#publi03{
    background-image: url('../images/publicacoes/03.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
#publi04{
    background-image: url('../images/publicacoes/04.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
#publi05{
    background-image: url('../images/publicacoes/05.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
#publi06{
    background-image: url('../images/publicacoes/06.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
#publi07{
    background-image: url('../images/publicacoes/07.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
#publi08{
    background-image: url('../images/publicacoes/08.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}


/*STYLE ACCORDION*/
.accordion{
    --bs-accordion-border-color: transparent !important;
    --bs-accordion-active-color: #424242 !important;
    background-color: #FAFAFA !important;
}
.accordion-item{
    background-color: #FAFAFA !important;
}
.accordion-button{
    background-color: #FAFAFA !important;
    font-size: 22px !important;
    font-weight: 400;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #424242 !important;
    border-radius: 0 !important;
    padding: 22px !important;
}
.accordion-button:not(.collapsed){
    background-color: #FAFAFA !important;
    border-radius: 0 !important;
    /*border-top: 1px solid #A57C52;*/
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/sub.svg') !important;
}
.accordion-button::after {
    background-image: url('../images/add.svg') !important;
}

/*CAROUSEL E ARROWS*/
/*#carousel-banner .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
.carousel-caption{
    padding: 25px;
    background-color: rgba(255,255,255,0.8);
    margin-bottom: 80px;
    color: #424242;
}
/*.carousel-control-next-icon, .carousel-control-prev-icon {
  filter: invert(1);
}*/
.publicacoes>.carousel-control-prev{
    width: 10%;/*put your desired width*/
    margin-left: -100px;/*put your desired top margin*/
    color: #424242 !important;
}
.publicacoes>.carousel-control-next{
    width: 10%;/*put your desired width*/
    margin-right: -100px;/*put your desired top margin*/
    color: #424242 !important;
}

/*FORM*/
.form-control{
    background-color: #FAFAFA !important;
    border: 0,5px solid #424242 !important;
    border-radius: 0 !important;
}
.btn-primary{
    transition: .2s;
    background-color: #424242 !important;
}
.btn-primary:hover{
    transition: .2s;
    background-color: #EF7720 !important;
}


/*BACK-TOP*/
.back-top{
    z-index: 9999;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 1.5%;
    right: 1%;
    float: right;
    background-color: #424242;
	opacity: .1;
    transition: .2s;
}
.back-top:hover{
    height: 80px;
    background-color: #EF7720;
	opacity: 1;
    transition: .2s;
}

/*ESTILOS de BLOCKAGEM*/
article{
    margin-top: -110px;
    padding-top: 130px;
    padding-bottom: 100px;
    height: auto;
}
.row{
    padding: 30px 5%;
}

.cards-container{
    padding: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.card-slider{
    height: 250px;
    width: 250px;
    border: 10px solid #FFF;
    background-color: #f1f1f1;
    display: inline-block;
    margin-bottom: 30px;
    transition: .2s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.card-slider-texto{
    background-color: rgba(255,255,255,0.8);
    width: 220px;
    height: 100px;
    padding: 10px;
    position: relative;
    top: 125px;
    margin: 0 auto;
    font-size: 10pt;
    white-space: normal;
}
/*LGPD*/
.cookies-container{
    color: #fff;
    background-color: #EF7720;
    position: fixed;
    padding: 50px;
    width: 30%;
    bottom: 0rem;
    right: 0;
    z-index: 100000000;
    box-shadow: -5px -5px 30px rgba(0,0,0,0.2);
}
/*CARDS EQUIPE*/
.curriculos{
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.publicacoes{
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-container{
    width: 100%;
}
.card-image{
    position: relative;
    height: 150px;
    width: 150px;
    background: #FFF;
    padding: 5px;
    border: none !important;
    border-radius: 50%;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}
.img-publicacoes{
    position: relative;
    width: 150px;
    height: 100px;
    background: #FFF;
    padding: 5px;
    border: none !important;
    border-radius: 0;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}
.card-image>img{
    border-radius: 50% !important;
    transition: .2s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.card-image>img:hover{
    transition: .2s;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.card-img .card-image{
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    border: 10px solid #FFF;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}
.img-publicacoes{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    border: 10px solid #FFF;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}
.slide-content{
    margin: 0 40px;
}
.image-content, .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}
.image-content{
    position: relative;
    row-gap: 5px;
}
.overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 75%;
    width: 100%;
    background-color: #48A1C7;
    background-image: url('../images/overlay-2.jpg');
    background-size: cover;
    background-position: center;
    opacity: .5;
} 
.overlay-publicacoes{
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    width: 100%;
    background-color: #48A1C7;
    background-image: url('../images/overlay-publicacoes.jpg');
    background-size: cover;
    background-position: center;
    opacity: .5;
} 
.card{
    height: 420px;
    padding: 20px;
    margin: 10px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.container-publicacoes{
    height: auto;
    width: 90%;
    margin: auto;
    padding: 10px;
}
.card-publicacoes{
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    width: 27vw;
    margin: 10px;
    padding: 20px;
    height: 340px;
    border: 10px solid #fff;
    border-radius: 0;
}
.card-content{
    margin-top: 5px;
}
.card-content-publicacoes{
    margin-top: 50px;
    padding: 20px;
}
.nome{
    font-size: 18px;
    font-weight: 600;
    color: #EF7720;
}
.cargo{
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
.descricao{
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    text-align: left;
}
.descricao-publi{
    font-style: italic;
    margin-top: 30px;
    font-size: 14px;
    color: #000;
    text-align: right;
}
.descricao-publi-div{
    /*background-color: aqua;*/
    width: 90%;
    height: 100px;
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.icon-card{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 40px;
}
.swiper-button-next, .swiper-button-prev, .swiper-pagination-bullet-active{
    color: #666666 !important;
}

.text-right{
    text-align: right;
    margin-bottom: 50px;
}
.card-wrapper{
    display: flex;
    width: 90vw;
    margin: auto;
}

.carousel-control-prev,.left-publi{
    position: absolute;
    left: -10vw !important;
}
.carousel-control-next,.right-publi{
    position: absolute;
    right: -10vw !important;
}
.indicators-desktop{
    position: absolute;
    bottom: -60px !important;
}
.indicators-mobile{
    position: absolute;
    bottom: -40px !important;
}


    #carousel-clientes-mobile{
    display: none !important
    
}
     #carousel-clientes-desktop{
    display: block !important
    
}

/*OL*/
ol li::marker {
  font-size: 3em;
    font-weight: 600;
  color: #EF7720;
}

/*SLIDER LOGOS CLIENTES*/
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-187px * 16))}
}
@-webkit-keyframes scroll {
	-webkit-0% { transform: translateX(0); }
	-webkit-100% { transform: translateX(calc(-187px * 16))}
}
.slider-logos {
	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
	.slide-track {
		animation: scroll 40s linear infinite;
		display: flex;
		width: calc(187 * 16);
	}
	.slide-logo {
		height: 50px;
        width: 187;
	}
}


.tira-publicacoes{
    display: flex;
    overflow-x: scroll;
    width: calc(320px * 8);
    padding: 5%
}


/*.container {
  overflow: hidden;
  .slider {
    animation: slidein 10s linear infinite;
    white-space: nowrap;
    .logos {
      width: 3144px;
      display: inline-block;
      margin: 0px 0;
      img {
        width: calc(100% / 8);
        animation: fade-in 0.5s 
          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
      }
    }
  }
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/

@media (max-width: 767px) {
    .navbar-brand{
    margin-left: 0% !important;
    }
    #carousel-banner{
    position: relative;
    margin-top: -130px;
    padding-top: 86px;
    padding-bottom: 30px;
    }
    .card{
    width: 80vw !important;
    }
    .publicacoes>.carousel-inner .carousel-item > div {
        display: none;
    }
    .publicacoes>.carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    #carousel-equipe, #foto-metodo, #foto-servicos, #barra-social{
    display: none;
    }
    p, h1, .texto-alinhado-direita, .texto-padding-esquerda{
        text-align: left !important;
        padding: 0 !important;
    }
    h1{
        font-size: 28pt !important;
        max-width: 90vw;
    }
    article{
    position: relative;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 50px;
    }
    .filiacoes{
    height: 60vw;
    margin-top: 5px;
    margin-bottom: 35px;
    background-image: url('../images/selos-m.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
    .parcerias{
    height: 100vw;
    margin-top: 25px;
    margin-bottom: 5px;
    background-image: url('../images/parceiros-m.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
    #formulario{
        padding: 30px 0 !important;
    }
    .tabela{
        display: none;
    }
    .tabela-mobile{
        display: show;
        padding: 35px;
        font-size: 14px;
    }
    .cookies-container{
    color: #fff;
    background-color: #48A1C7;
    position: fixed;
    padding: 50px;
    width: 100%;
    bottom: 0rem;
    right: 0;
    z-index: 100000000;
    box-shadow: -5px -5px 30px rgba(0,0,0,0.2);
}
   .container-publicacoes>.card-wrapper{
    display: flex;
    width: 60%;
    margin: auto;
}
    .card-publicacoes{
        height: 340px;
        width: 80vw;
    }
    .descricao-publi{
    font-style: italic;
    margin-top: 20px;
    font-size: 12px;
    color: #000;
    text-align: right !important;
}
        /*CLIENTES RESPONSE*/
    #carousel-clientes-mobile{
    display: block !important
    
}
     #carousel-clientes-desktop{
    display: none !important
    
}
}

.publicacoes>.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    #slider-equipe-mobile, #slider-publicacoes-mobile, .tabela-mobile{
        display: none;
    }
    #carousel-equipe, #foto-metodo, #foto-servicos, #barra-social{
    display: show;
    }
    
    
    /*.publicacoes>.carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .publicacoes>.carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
}*/
    }

/*.publicacoes>.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}*/