@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit-Light.woff2") format("woff2"),
         url("../fonts/Outfit-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit-Regular.woff2") format("woff2"),
         url("../fonts/Outfit-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;    
}
@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit-Medium.woff2") format("woff2"),
         url("../fonts/Outfit-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;    
}
@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit-SemiBold.woff2") format("woff2"),
         url("../fonts/Outfit-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;    
}
@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit-Bold.woff2") format("woff2"),
         url("../fonts/Outfit-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;    
}

:root {
    --amarelo: #f4bf41;
    --laranja: #fe8e61;
    --azul: #554eba;
    --bege: #f6e4c7;
    --begeclaro: #fdf2e1;
    --azulclaro: #e1e9f5;
    --branco:  #FFFFFF;
    --preto: #000000;
    --cinza: #f2f2f2;
    --texto: #6b6b6b;
}


body {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
}
a {
    color: var(--preto);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
a:hover {
    color: var(--laranja);
}
.cor-primaria {
    color: var(--amarelo);
}
.cor-secundaria {
    color: var(--laranja);
}
.cor-destaque {
    color: var(--azul);
}
.cor-texto {
    color: var(--texto);
}

.header .offcanvas {
    background-color: #212529;
}
.header .offcanvas.show .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 15px 0;
}
.header .navbar-nav .nav-item .nav-link {
    color: var(--preto);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header .offcanvas.show .navbar-nav .nav-item .nav-link {
    color: var(--branco);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header .navbar-nav .nav-item .nav-link {
        font-size: 0.9rem;
    }
}
.header .navbar-nav .nav-item .nav-link:hover {
    color: var(--azul);
}
.header .offcanvas.show .navbar-nav .nav-item .nav-link:hover {
    color: var(--amarelo);
}

@media screen and (min-width: 768px) {
    .menu-principal .navbar-nav .nav-item:not(:last-child) {
        border-right: 1px solid #dee2e6;
    }
}

@media screen and (max-width: 991px) {
    .home .menu-principal {
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    }
}

.menu-principal {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu-principal.menu-fixo {
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
}


.titulo {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.1rem;
}
.subtitulo {
    color: var(--azul);
    font-weight:500;
}
.interna-header .titulo {
    font-size: 2.5rem;
    line-height: 2.6rem;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .titulo {
        font-size: 3rem;
        line-height: 3.1rem;
    }
    .interna-header .titulo {
        font-size: 3.5rem;
        line-height: 3.6rem;
    }
}
.interna-header .aviso {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 3px;
}
.texto {
    font-size: 1.3rem;
}

.destaque-texto {
    position: relative;
}
.destaque-texto span {
    position: relative;
    z-index: 2;
}
.destaque-texto::before {
	content: "";
	background-color: #d6e3f5;
    width: 100%;
	height: 20px;
	position: absolute;
	bottom: 8px;
	z-index: 1;
}

.btn-tema {
	color: var(--branco);
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-decoration: none;
	padding: 16px 32px 18px 32px;
	border-radius: 1.75em;
	outline: none;
	cursor: pointer;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-animation: btn-pulse 2s infinite;
	animation: btn-pulse 2s infinite;
}
.btn-tema:hover {
	color: var(--branco);
}
.btn-tema i {
	display: inline-block;
    font-size: 1.5rem;
	margin-left: 5px;
	margin-right: 5px;
    position: relative;
    top: 3px;
	-webkit-transition: .3s;
	transition: .3s;
}
.btn-tema:hover i {
	-webkit-animation: anima-arrow 1.25s;
	animation: anima-arrow 1.25s;
}

.btn-primario {
	background: -webkit-gradient(linear, left top, right top, from(#fe8e61), color-stop(#f4bf41), to(#fe8e61));
	background: linear-gradient(to right, #fe8e61, #f4bf41, #fe8e61);
    background-size: 200% auto;
}


.services {
    background-image: url(../img/bg-abstract-form.webp);
    background-size: contain;
    position: relative;
}
.services:before, .services:after {
    content: "";
    background-image: url(../img/bg-dash-circle.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0;
    right: 20%;
    -webkit-animation: rotate-animation 10s infinite linear;
    animation: rotate-animation 10s infinite linear;
}
.services::after {
	left: 18%;
	top: 25%;
	width: 50px;
	height: 50px;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.service-block > a {
    text-decoration: none;
}
.service-block .inner-box {
    position: relative;
    background-color:  var(--branco);
    border: 1px solid #e2e2e2;
    padding: 45px 25px 50px 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .service-block .inner-box {
        min-height: 332px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-block .inner-box {
        min-height: 357px;
    }
}
.service-block .inner-box::before {
    content: "";
    background-image: url(../img/dots.png);
    position: absolute;
    width: 124px;
    height: 121px;
    left: 0;
    top: 0;
}
.service-block .inner-box:hover {
    -webkit-box-shadow: 0 10px 60px rgba(0,0,0,.1);
    box-shadow: 0 10px 60px rgba(0,0,0,.1);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.service-block .inner-box:hover .icon-box {
    background-color: var(--amarelo);
}
.service-block .inner-box:hover .read-more i {
    color: var(--branco);
    background-color: var(--amarelo);
}
.service-block .icon-box {
	position: absolute;
	right: -50px;
	bottom: -50px;
	height: 200px;
	width: 200px;
	background: var(--cinza);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 50%;
}
.service-block .icon-box i {
    background-size: contain;
	background-repeat: no-repeat;
	display: block;
    position: relative;
	top: 22%;
	left: 26%;    
	width: 70px;
	height: 70px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* LOJA VIRTUAL */
.service-block .icon-box .serv-lojavirtual {
	background-image: url(../img/b-icone-loja-virtual.webp);
	width: 85px;
	height: 85px;
	top: 17%;
	left: 20%;
}
.service-block .inner-box:hover .icon-box .serv-lojavirtual {
	background-image: url(../img/w-icone-loja-virtual.webp);   
}

/* ATUALIZACAO DE SITES */
.service-block .icon-box .serv-atualizacao{
	background-image: url(../img/b-icone-atualizacao-de-sites.webp);
}
.service-block .inner-box:hover .icon-box .serv-atualizacao {
	background-image: url(../img/w-icone-atualizacao-de-sites.webp);  
}

/* LANDING PAGE */
.service-block .icon-box .serv-landing {
	background-image: url(../img/b-icone-landing-page.webp);    
}
.service-block .inner-box:hover .icon-box .serv-landing {
	background-image: url(../img/w-icone-landing-page.webp);  
}

/* INFOPRODUTOS */
.service-block .icon-box .serv-infoprodutos {
	background-image: url(../img/b-icone-site-criadores-infoprodutos.webp);    
}
.service-block .inner-box:hover .icon-box .serv-infoprodutos {
	background-image: url(../img/w-icone-site-criadores-infoprodutos.webp);    
}

/* PEQUENOS COMERCIANTES */
.service-block .icon-box .serv-pequenocomercio {
	background-image: url(../img/b-icone-sites-pequenos-comerciantes.webp);    
}
.service-block .inner-box:hover .icon-box .serv-pequenocomercio {
	background-image: url(../img/w-icone-sites-pequenos-comerciantes.webp);  
}

/* INSTITUCIONAL*/
.service-block .icon-box .serv-institucional {
	background-image: url(../img/b-icone-site-institucional.webp);   
}
.service-block .inner-box:hover .icon-box .serv-institucional {
	background-image: url(../img/w-icone-site-institucional.webp);  
}

.service-block .title {
    color: var(--preto);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 14px;
}
.service-block .text {
    color: var(--texto);
    font-size: 1.1rem;
    position: relative;
    margin-bottom: 60px;
}
.service-block .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    color: var(--texto);
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.service-block .read-more i {
    color: var(--preto);
    width: 1em;
    height: 1em;
    font-size: 1.2rem;
    margin-right: 20px;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.1);
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.servicos .item-serv h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.servicos .item-serv p {
    font-size: 1.2rem;
    color: var(--texto);
}


.beneficios {
    position: relative;
}
.beneficios:before {
    content: "";
    background-image: url(../img/bg-stripe-circle.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -10%;
    right: 20%;
    -webkit-animation: rotate-animation 10s infinite linear;
    animation: rotate-animation 10s infinite linear;
}
.beneficios .list-group-item {
	color: var(--azul);
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.4px;
}
.beneficios .list-group-item i {
    color: var(--azul);
    font-size: 2.2rem;
    padding-right: 10px;
    position: relative;
    top: 8px;
}

@media screen and (min-width: 1024px) {
    .move_anim-y .lottie, .move_anim-y img {
        -webkit-animation: movebounce-y 3.0s linear infinite;
        animation: movebounce-y 3.0s linear infinite;
    }
    .move_anim-x .lottie, .move_anim-x img {
        -webkit-animation: movebounce-x 3.0s linear infinite;
        animation: movebounce-x 3.0s linear infinite;
    }
}

.linkSaibaMais a {
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	color: var(--preto);
	padding: 8px 25px 12px 30px;
	border-radius: 50px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.linkSaibaMais a:hover {
	background: -webkit-gradient(linear, left top, right top, from(#fe8e61), color-stop(#f4bf41), to(#fe8e61));
	background: linear-gradient(to right, #fe8e61, #f4bf41, #fe8e61);
    background-size: 200% auto;
    color: var(--branco);
    text-decoration: none;
}
.linkSaibaMais a i {
	display: inline-block;
    font-size: 1.3rem;
    position: relative;
    top: 2px;
	-webkit-transition: .3s;
	transition: .3s;
}
.linkSaibaMais a:hover i {
	-webkit-animation: anima-arrow 1.25s;
	animation: anima-arrow 1.25s;
}

.portfolio h2 {
    font-size: 1.1rem;
    letter-spacing: 4px;
}
.portfolio .aviso {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 3px;
}

.shine a::before {
	position: absolute;
	display: block;
	content: '';
	width: 0%;
	height: 100%;
	background: -o-linear-gradient(left, transparent 0%, rgba(255,255,255,0.3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255,255,255,0.3)));
	background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine a:hover::before {
	-webkit-animation: shine 0.5s;
	animation: shine 0.5s;
}

.faq {
    background-image: url(../img/bg-abstract-form.webp);
    background-size: 40%;
    background-position: center;
    position: relative;
}
.faq .accordion {
    --bs-accordion-active-color: var(--azul);
	--bs-accordion-active-bg: var(--azulclaro);
}
.faq .accordion-header button {
    font-size: 1.3rem;
}
.faq .accordion-body {
    color: var(--texto);
    font-size: 1.1rem;
}

.btn-whatsapp {
    background: rgb(35,199,96);
    background: -moz-linear-gradient(0deg, rgba(35,199,96,1) 0%, rgba(44,240,117,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(35,199,96,1) 0%, rgba(44,240,117,1) 100%);
    background: linear-gradient(0deg, rgba(35,199,96,1) 0%, rgba(44,240,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23c760",endColorstr="#2cf075",GradientType=1); 
	color: var(--branco);
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	padding: 16px 40px 18px 40px;
	border-radius: 1.75em;
	outline: none;
	cursor: pointer;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-animation: zap-pulse 2s infinite;
	animation: zap-pulse 2s infinite;    
}
.btn-whatsapp:hover {
	color: var(--branco);
}
.btn-whatsapp i {
    font-size: 1.6rem;
    position: relative;
    top: 2px;  
}
.btn-whatsapp:hover span {
	-webkit-animation: anima-arrow 1s;
	animation: anima-arrow 1s;
}

.footer a {
    color: #FFFFFF;
    opacity: 0.8;
    -webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.footer a:hover {
    opacity: 1;
}
.footer .list-inline-item a {
    letter-spacing: 1px;
}
.footer .copyright {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 1px;
    opacity: 0.8;
}

@media screen and (max-width: 470px) {
    .hstack {
        flex-direction: column;
    }
    .hstack .vr {
        display: none;
    }
}

.cookie {
    position: fixed;
    bottom: 1%;
	left: 2%;
}

.cookie .card {
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--branco);
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.modal-backdrop.show {
	opacity: 80%;
}


@keyframes btn-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254,142,97,.5);
        box-shadow: 0 0 0 0 rgba(254,142,97,.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(254,142,97,0);
        box-shadow: 0 0 0 15px rgba(254,142,97,0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(254,142,97,0);
        box-shadow: 0 0 0 0 rgba(254,142,97,0);
    }
}
@keyframes zap-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102,.5);
        box-shadow: 0 0 0 0 rgba(37,211,102,.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(37,211,102,0);
        box-shadow: 0 0 0 15px rgba(37,211,102,0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102,0);
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}
@keyframes anima-arrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
  26% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes movebounce-y {
    0% {
        transform: translateY(0px); }
    50% {
        transform: translateY(20px); }
    100% {
        transform: translateY(0px); }
}
@keyframes movebounce-x {
    0% {
        transform: translateX(0px); }
    50% {
        transform: translateX(20px); }
    100% {
        transform: translateX(0px); }
}
@keyframes rotate-animation {
    0% {
    transform: rotate(0deg);
    }
    50% {
    transform: rotate(180deg);
    }
    100% {
    transform: rotate(360deg);
    }
}


@keyframes shine {
    100% {
        width:125%;
    }
}