@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.row {
    --bs-gutter-x: 0rem;
}
body {
    font-family: 'Raleway', sans-serif;
    min-width: 320px; 
    min-height: 500px; 
}
h1 {
    font-weight: 900;
}
a {
    text-decoration: none !important;
    color: #ff5800;
}
a:active {
    border: 1px solid #93509F;
}
a:hover {
    color: #93509F;
}
.banner {
    background-image: url("../imagens/banner-home.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
    padding: 0 50px 0 50px;
    max-width: initial;
}
.menu-barra {
    width: 100%;
    position: fixed;
    background-color: rgb(255 255 255 / 96%);
    height: 100px;
    z-index: 1;
    top: 0;
    left: 0;
}
.btn-primary{
    background-color: #FF4F02;
    border-color: #FF4F02;
    border-radius: 0;
}
.btn-primary:hover{
    background-color: #93509F;
    border-color:  #93509F;
    border-radius: 0;
}
.dropdown-item:active{
    background-color: #93509F !important;
}
.btn-secondary{
    background-color: transparent;
    border-color: #ff5800;
    border-radius: 0;
    color: #ff5800;
}
.btn-secondary:hover {
    color: #93509F;
    border-color: #93509F;
    background-color: transparent;
}
#botao-barra-menu {
    margin-top: 20px;
}
.menu-barra a{
    color: black;
    margin-top: 20px;
}
.menu-barra i{
    color: #ff5800;
}
.dropdown-toggle::after {
    display: none;
}
.menu-barra ul{
    color: white ;
}
.menu-barra a:hover {
    border-radius: 5px;
    color: #ff5800;
    width: fit-content;
}
.dropdown-menu-dark {
    background-color: white;
}
.dropdown-menu-dark li:hover{
    background-color: #ff5800;
    color: white;
}
.dropdown-menu-dark .dropdown-item {
    color: #ff5800;
}
#conteudo-banner {
    position: relative;
    top: 150px;
    margin-right: 50%;
}
.titulo-banner {
    text-align: center;
    font-size: 42px;
}
.nome-plataforma {
    text-align: center;
    font-size: 100px;
    font-weight: 200;
    margin-bottom: -10px;
    color: white;
}
.nome-plataforma-laranja {
    text-align: center;
    font-size: 100px;
    font-weight: 200;
    margin-bottom: -10px;
    color: #ff5800;
}
.subtitulo-banner {
    text-align: center;
    font-size: 19px;
    color: white;
}
#saiba-mais-banner {
    position: relative;
}
#destaque{
    color: #ff5800;
}
#destaque-maior{
    color: #ff5800;
    font-size: 21px;
    font-weight: 900;
}
.topico-solucoes {
    margin: 50px 0 10px 0;
    font-size: 41px;
    text-align: center;
    color: #ff5800;
}
.titulo-solucoes {
    margin: 50px 0 10px 0;
    font-size: 18px;
    text-align: center;
    color: black;
}
.titulo-quem-somos {
    margin: 10px 0 35px 0;
    font-size: 18px;
    text-align: center;
    color: black;
}
.blocos-solucoes {
    margin: 20px 0 50px 0;
}
.blocos-solucoes i{
    font-size: 32px;
    text-align: center;
    margin-left: 105px;
    padding: 10px;
}
.blocos-solucoes p{
    font-size: 14px;
    text-align: center;
}
.botao-saiba-mais-solucoes {
    margin-bottom: 50px;
    position: relative;
    left: 180px;
}
.botao-saiba-mais-solucoes a{
    padding: 10px 20px 10px 20px;
    margin-left: 20px;
}
.secao-know-how {
    background-color: #ececec;
    max-width: initial;
    padding: 50px 0 40px 0;
}
.texto-know-how {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 30px 0;
}
.texto-know-how-2 {
    font-size: 18px;
    text-align: center;
    margin: 30px 0 30px 0;
}
#botao-eu-quero {
    padding: 10px 20px 10px 20px;

}
#secao-texto-marcas {
    font-size: 18px;
    margin: 50px 0 50px 0;
    text-align: center;
    color: black;
}
#nossos-clientes-titulo {
    font-size: 19px;
    color: #ff5800;
}
/* .logo-cliente {
    
} */
.sessao-dos-clientes {
    margin: 20px 0 35px 0;
}
#sessao-texto-clientes{
    font-size: 21px;
    text-align: center;
    margin: 10px 0 50px 0;
    font-weight: 900;
}
.background-footer {
    background-color: #333;
    max-width: initial;
    color: white;
    padding: 50px 0 50px 0;
}
.primeiro-paragrafo-contato {
    font-size: 15px;
    padding: 20px 0 0 100px;
}
.primeiro-paragrafo-contato p{
    font-size: 16px;
}
.segundo-paragrafo-contato h5{
    font-size: 16px;
    margin-bottom: 20px;
}
.formulario-home input,textarea{
    background-color: #777;
    border: 1px solid white;
}
.formulario-home input{
    width: 90%;
    margin-bottom: 10px;
}
.formulario-home  input::placeholder{
    color: #aaaaaa;
    font-size: 12px;
    padding: 5px 0 5px 10px;
}
.formulario-home  textarea{
    color: #aaaaaa;
    width: 90%;
    font-size: 12px;
    padding: 5px 0 5px 10px;
}
#botao-enviar {
    background-color: #ff5800;
    width: max-content;
    padding: 7px 20px 7px 20px;
}
#botao-enviar button{
    border: none;
    background-color: transparent;
    color: white;
    font-weight: 500;
}
.social-media {
    font-size: 21px;
    color: #ff5800;
    margin: 50px 0 40px 235px;
}
.social-media i{
    padding: 0 10px 0 0;
}
.social-media a{
    color: #ff5800;
}
.paragrafo-footer {
    font-size: 12px;
    font-weight: 600;
    border-top: 1px solid #ff5800;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 50px;
}
.destaque-negrito {
    color: black;
    font-weight: 900;
}
.btn-group {
    display: none;
}
#icones-social {
    margin-right: 10px;
    font-size: 21px;
}
#rd-column-kljsgs6l > div {
    padding-left: 0 !important;
    padding-right: 100px !important;
}
#rd-form-kljsgs6m .bricks-form__input {
    background-color: #969696!important;
    color: white !important;
}
 /*jssor slider loading skin spin css*/
 .jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/** BLOG **/
.banner-blog {
    background-image: url("../imagens/banner-blog-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 450px;
    padding-top: 50px;
}
#titulo-blog{
    position: relative;
    top: 20%;
    left: 12%;
    max-width: fit-content;
    font-weight: 200;
    font-size: 150px;
    color: white;
}
.imagem-previa-blog {
    margin-bottom: 10px;
    max-width: -webkit-fill-available;
}
.previa-artigo {
    margin: 50px 0 30px 0;
    max-width: max-content;
}
.titulo-previa-artigo {
    font-weight: 900;
}
.texto-previa-artigo {
    font-size: 14px;
    max-width: 600px;
}
.background-previa {
    background-color: #f0f0f0;
    max-width: 600px;
}
.artigo {
    margin: 2% 0 0 0;
}
.titulo-artigo {
    color: black;
    text-align: left;
}
.subtitulo-artigo {
    font-weight: 900;
    text-align: left;
    color: #ff5800;
    margin-top: 30px;
}
.paragrafo-destaque {
    font-weight: 900;
    font-size: 17px;
}
#imagem-principal-artigo {
    max-width: -webkit-fill-available;
    margin-top: 10%;
}
#link-voltar {
    margin-left: 75px;
}
.img-corpo-blog {
    max-width: 850px;
}

.banner-campanhas-incentivo {
    background-image: url("../imagens/campanhasBanner.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
    padding: 0 50px 0 50px;
    max-width: initial;
}

/** QUEM SOMOS **/
.banner-quem-somos-novo {
    background-image: url("../imagens/topoQuemSomos.jpeg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
    padding: 0 50px 0 50px;
    max-width: initial;
}

.banner-quem-somos {
    background-image: url("../imagens/banner_1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
    padding: 0 50px 0 50px;
    max-width: initial;
}

.banner-quem-somos-mobile{
    background-image: url("../imagens/banner_celular.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    display: none;
}

.titulo-banner-quem-somos {
    text-align: left;
    font-size: 42px;
    color: white;
}
#conteudo-banner-quem-somos {
    position: relative;
    top: 240px;
    margin-right: 50%;
}
#conteudo-banner-quem-somos-novo {
    position: relative;
    top: 120px;
    margin-right: 50%;
    margin-left: 100px;
}
#conteudo-banner-quem-somos-mobile {
    position: relative;
    margin-right: 50%;
}
#itm-agencia {
    text-align: center;
    margin: 50px 0 20px 0;
    font-size: 22px;
}
#campanhas-itm {
    margin: 50px 0 0 0 ;
}
.paragrafo-campanhas-itm {
    text-align: center;
    font-size: 22px;
}
.paragrafo-campanhas-itm ol{
    text-align: left;
    font-size: 19px;
    line-height: 32px;
    list-style-position: inside;
}
.paragrafo-campanhas-itm ul{
    text-align: left;
    font-size: 19px;
    line-height: 32px;
    list-style-position: inside;
    list-style-type: none;
}
.paragrafo-campanhas-itm h3 {
    margin: 50px 0 30px 0;
}
ol li::marker {
    text-align: center;
    color: #ff5800;
}
#tracao-que-move {
    margin: 50px 0 30px 0;
}
.race {
    color: #ff5800;
    font-weight: 900;
    font-size: 30px;
}
.parallax-window {
    min-height: 300px;
    background: transparent;
}
.paragrafo-race-itm {
    text-align: center;
    font-size: 22px;
    color: white;
    padding-top: 100px;
}
.paragrafo-race-itm p{
    text-shadow: 3px 3px 3px #333;
   font-size: 16px;
   font-weight: 900;
}
.paragrafo-race-itm h3{
    text-shadow: 3px 3px 3px #333;
    font-size: 32px;
    font-weight: 900;
}
.paragrafo-fazemos-mais p{
    text-align: center;
    font-size: 19px;
}
.paragrafo-fazemos-mais{
    margin: 50px 0 50px 0;
}
#fundo-cinza-quem-somos {
    background-color: #3333331f;
    padding: 30px 10px 30px 10px;
    background-size: auto;
    width: 100%;
}

/** PLATAFORMA DE INCENTIVOS **/
.banner-plataforma {
    background-image: url("../imagens/banner-plataforma.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
    padding: 0 50px 0 50px;
    max-width: initial;
}
.titulo-banner-plataforma {
    text-align: center;
    font-size: 42px;
    color: white;
}
.subtitulo-banner-plataforma {
    text-align: center;
    font-size: 19px;
    color: white;
}
section#core {
    margin: 50px 0 50px 0
}
#titulo-core {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
}
.topico-core {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.topico-core img {
    max-width: 70px;
    margin-bottom: 10px;
}
.topico-core p {
    text-align: center;
}
#core-video {
    background-color: #ececec;
    max-width: initial;
    padding: 50px 0 40px 0;
}
#botao-agendar-bate-papo {
    padding: 10px 20px 10px 20px;
}
.cta-core {
    font-size: 22px;
    text-align: center;
    margin: 50px 0 50px 0;
}
.icone-core {
    color: #ff5800;
    font-size: 52px;
    margin-bottom: 10px;
}
#conteudo-banner-incentivos {
    position: relative;
    top: 113px;
    margin-right: 50%;
}
#quero-conhecer-banner {
    position: relative;
    left: 215px;
}
.modal-container{
	width:50%;
	position: fixed;
	top: 30px;
	z-index:999;
	display: none;
}
.active{
	display: flex;
}
/** DASHBOARDS **/
.banner-dashboards {
    background-image: url("../imagens/dashboardBanner.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
    padding: 0 50px 0 50px;
    max-width: initial;
}
/** COMUNICAÇÃO **/
.banner-comunicacao {
    background-image: url("../imagens/banner-tok.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
    padding: 0 50px 0 50px;
    max-width: initial;
}
section#tok {
    margin: 50px 0 50px 0
}
#titulo-tok {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
}
.topico-tok {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.topico-tok img {
    max-width: 70px;
    margin-bottom: 10px;
}
.topico-tok p {
    text-align: center;
}
.icone-tok {
    color: #ff5800;
    font-size: 52px;
    margin-bottom: 10px;
}
#tok-video {
    background-color: #F2F2F2;
    max-width: initial;
    padding: 50px 0 40px 0;
}
.cta-tok {
    font-size: 22px;
    text-align: center;
    margin: 50px 0 50px 0;
}
/** CATALOGO DE PREMIOS **/
.banner-premios {
    background-image: url("../imagens/banner-premios.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
    padding: 0 50px 0 50px;
    max-width: initial;
}
#quero-conhecer-banner-premios {
    position: relative;
    left: 0;
}
section#premios {
    margin: 50px 0 50px 0;
}
#titulo-premios {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
}
#premios-video {
    background-color: #ececec;
    max-width: initial;
    padding: 50px 0 40px 0;
}

/** ACOMPANHAMENTO GESTÃO **/
.banner-gestao {
    background-image: url("../imagens/banner-gestão.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
    padding: 0 50px 0 50px;
    max-width: initial;
}
.titulo-banner-dashboards {
    font: Raleway;
    text-align: center;
    weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    text-align: left;
}
.subtitulo-banner-dashboards {
    font: Raleway;
    text-align: left;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
}
.titulo-banner-gestao {
    font: Raleway;
    text-align: center;
    weight: 600;
    font-size: 48px;
    color: #1F1F1F;
    text-align: left;
}
.subtitulo-banner-gestao {
    font: Raleway;
    text-align: left;
    font-size: 24px;
    color: #000000;
    font-weight: 400;
}
.slider-itmaker h5{
    font-weight: 900;
    font-size: 23px;
    background-color: #ff59007e;
}
.slider-itmaker{
    margin-bottom: 50px;
}
#gestao-video {
    background-color: #ececec;
    max-width: initial;
    padding: 50px 0 40px 0;
}
.acoes-gestao {
    font-size: 22px;
    text-align: center;
    margin: 50px 0 50px 0;
}
.slides-cases-gestao img{
    max-width: 800px;
}
.slides-cases-gestao {
    z-index: -1;
}
.cta-gestao {
    font-size: 22px;
    text-align: center;
    margin: 50px 0 50px 0;
}

/** CALENDÁRIO INCENTIVOS **/
#titulo-calendario{
    margin-top: 10%;
    text-align: center;
    color: #ff5800;
}
.bloco-calendario {
    margin-top: 10%;
}

/** BOTÃO WHATSAPP **/
.button-whatsapp {
    min-width: 74px;
    min-height: 60px;
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: -1.7px;
    font-weight: 700;
    color: white;
    background: #4FD1C5;
    background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 10px 2px 40px rgba(79,209,197,.64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    padding: 14px;
    position: fixed;
    bottom: 20px;
    right: 50px;
}
  
.button-whatsapp::before {
    content: '';
    border-radius: 1000px;
    min-width: calc(60px + 12px);
    min-height: calc(60px + 12px);
    border: 6px solid #00FFCB;
    box-shadow: 0 0 60px rgba(0,255,203,.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}
  
.button-whatsapp:hover, .button-whatsapp:focus {
color: #93509F;
border-radius: 1000px;
transform: translateY(-10px);
}

.button-whatsapp:hover::before, button:focus::before {
opacity: 1;
}

.button-whatsapp::after {
content: '';
width: 90px; height: 90px;
border-radius: 100%;
border: 6px solid #00FFCB;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: ring 2.0s infinite;
}
  
button:hover::after, button:focus::after {
animation: none;
display: none;
}
  
@keyframes ring {
0% {
    width: 30px;
    height: 30px;
    opacity: 1;
}
100% {
    width: 120px;
    height: 120px;
    opacity: 0;
}
}

.titulo-1{
    font-size: 30pt;
}

.conteudo-1{
    font-size: 19pt;
}

/** Mobile **/
@media screen and (max-width: 950px) {
    .titulo-1{
        font-size: 25pt;
    }

    .conteudo-1{
        font-size: 15pt;
    }

    iframe {
        width: 90%;
    }
    #btn-abre {
        font-size: 34px;
        z-index: 1;
        color: #ff5800;
    }
    #btn-fecha {
        font-size: 32px;
        z-index: 4;
        position: fixed;
        top: 10px;
        right: -20%;
        color: #000;
        transition: right 0.6s;
    }
    .menu-web {
        display: none;
    }
    #conteudo-banner {
        background-color: #ffffffd1;
        padding: 10px;
    }
    .titulo-banner {
        font-size: 26px;
        text-align: center;
    }
    .subtitulo-banner {
        font-size: 16px;
        color: #333;
        text-align: left;
    }
    .banner {
        background-position: right;
        height: 491px;
    }
    .blocos-solucoes {
        margin: 0;
    }
    .botao-saiba-mais-solucoes {
        margin-bottom: 50px;
        position: relative;
        left: 20px;
        margin-top: 20px;
    }
    .botao-saiba-mais-solucoes a {
        margin-left: 0;
    }
    .texto-know-how-2 {
        left: 29px;
    }
    .primeiro-paragrafo-contato {
        padding: 10px 0 0 33px;
    }
    .segundo-paragrafo-contato h5 {
        padding-left: 30px;
    }
    .social-media {
       margin: 50px 0 40px 43px; 
    }
    .btn-group {
        display: flex;
    }
    .btn-group button{
        border: none;
    }
    .bars-menu {
        font-size: 42px;
    }
    .dropstart .dropdown-toggle::before {
        display: none;
    }
    .show{
        transform: translate3d(-102px, 12px, 0px);
    }
    .menu-barra {
        padding-top: 10px;
    }
    #botao-eu-quero {
        left: 130px;
    }
    .formulario-home {
        margin-left: 20px;
    }
    .imagem-previa-blog {
        margin-bottom: 10px;
        max-width: -webkit-fill-available;
    }
    .background-previa {
        background-color: #f0f0f0;
        max-width: 600px;
        padding: 10px;
    }
    #titulo-blog{
        position: relative;
        top: 10%;
        left: 20%;
        font-size: 52px;
        max-width: fit-content;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .previa-artigo {
        margin: 50px 0 30px 5px;
        max-width: max-content;
    }
    .banner-blog {
        height: 300px;
	width: 375px;
        margin-top: 100px;
    }
    #link-voltar {
        margin-left: 0;
    }
    .titulo-banner-quem-somos {
        text-align: left;
        font-size: 36px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 42.26px;
	letter-spacing: 0.03em;
    }
    .paragrafo-campanhas-itm {
        padding: 0 5px 0 5px;
    }
    #botao-agendar-bate-papo {
        left: 20px;
    }
    #conteudo-banner-incentivos {
        top: 130px;
        left: 20px;
        padding: 15px;
    }
    #quero-conhecer-banner {
        left: 0px;
    }
    .titulo-banner-plataforma {
        text-align: left;
        color: #333;
        font-size: 29px;
    }
    .subtitulo-banner-plataforma {
        text-align: left;
        color: #333;
    }
    #conteudo-banner-incentivos {
        background-color: #ffffffd1;
        width: max-content;
    }
    .solucoes-mobile {
        color: black;
        margin-top: 20px;
    }
    .menu-barra a {
        margin-top: 0;
    }
    .titulo-banner-gestao {
        text-align: left;
        font-size: 29px;
        color: #333;
    }
    .subtitulo-banner-gestao {
        text-align: left;
        font-size: 19px;
        color: #333;
    }
    #paragrafo-artigo {
        margin: 0 5px 0 12px;
    }
    .nome-plataforma {
        color: #ff5800;
        text-align: left;
    }
    .banner-comunicacao {
        background-position: right;
    }
    .banner-premios {
        background-position: right;
    }
    .nome-plataforma-laranja {
        text-align: left;
        font-size: 60px;
    }
    #rd-column-kljsgs6l > div {
        padding-left: 20 !important;
        padding-right: 20px !important;
    }
    #imagem-principal-artigo {
        max-width: -webkit-fill-available;
        margin-top: 30%;
    }
    .titulo-artigo {
        margin: 10px;
    }
    .subtitulo-artigo {
        margin: 10px;
    }
    .banner-quem-somos {
        background-position: top;
    }
    .img-corpo-blog {
        max-width: 400px;
        margin: 30px 0 10px 0;
    }
}

@media screen and (max-width: 700px) {
    .banner-quem-somos {
        display: none;
    }

    .banner-quem-somos-mobile{
        display: block;
    }

    .titulo-1{
        font-size: 15pt;
    }

    .conteudo-1{
        font-size: 12pt;
    }
}