* { list-style: none; font-family: 'Poppins', sans-serif; scroll-behavior: smooth; }
a:hover { text-decoration: none; }

menu { display: none; }

/* BOTÕES */
.btn-principal { color: #fff; background: #00b7ff; padding: 12px 34px; margin-top: 34px; border-radius: 25px; border: none; }
.veja-mais:hover { background: #007ef4; color: #fff; transition: all .4s ease-in-out; }

.bttn { border: 3px solid; border-radius: 28px; padding: 12px 28px; font-weight: 700; font-size: 20px; text-align: center; transition: all .4s ease-in-out; display: block; }
.bttn:hover { transition: all .4s ease-in-out; }
.up-btn { position: fixed; right: 35px; width: 240px; height: 125px; bottom: 47px; z-index: 99999; }

.color1 { color: #007ef4; border-color: #007ef4; } .color1:hover { background: #007ef4; color: #fff; }
.color2 { color: #1e846e; background: #fff; border: none; } .color2:hover { background: transparent; border: 3px solid#fff; color: #fff; }
.color3 { color: #fff; border-color: #fff; } .color3:hover { background: #1e846e; color: #fff; border-color: #1e846e; }

/* EFEITOS */
.card { transform: scale(1.0); transition: all .4s ease-in-out; }
.card:hover h4 { color: #007ef4; }
.card:hover { transform: scale(1.2); transition: all .4s ease-in-out; }
.turn-on { transform: rotate(180deg); color: green; }
.turn-off { color: red; }


/* TOOLTIPS */
.tooltip-inner { background-color: #01beed; color: #fff; text-align: left; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { border-top-color: #01beed !important; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { border-right-color: #01beed !important; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { border-bottom-color: #01beed !important; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { border-left-color: #01beed !important; }

/* MENU */
li a i { background: #01beed; height: 38px; line-height: 38px !important; width: 38px; text-align: center; border-radius: 50px; color: #fff; font-size: 20px; font-weight: 500; }
.navbar-brand { width: 122px; }
.navbar { position: fixed; background: rgba(204, 204, 204, 0.712); }
.navbar-nav { height: 100vh; margin-right: 16px; }
.navbar-text-cores li a { color: #000; }
 

/* VIDEO HOME */
.header { margin-top: 58px; }
/* video { width: 100%; }
.header { position: relative; min-height: 17rem; width: 100%; overflow: hidden; margin-top: 58px; }
.header video { position: absolute; } */

/* FORMULARIOS LEADS */
.form-lead { background: url(../img/background/bg-icons.png) #01beed; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; }
.form-lead b { font-size: 37px; color: #007bff; }


/* IMPULSIONAR VENDA */


/* O QUE FAZEMOS */
.what-we-do { background: url(../img/background/bg-what-we-do.png); background-repeat: no-repeat; background-size: cover; padding: 0px 15px; position: relative; }
.card-what-we-do { background: #007ef40f; height: 240px; transition: all .4s ease-in-out; transform: scale(0.9); border-radius: 24px; }
.card-what-we-do h5 { color: #fff; }
.card-what-we-do .min-text { font-size: 16px; margin-bottom: 0; }
.card-what-we-do:hover { background: #007ef4; transition: all .4s ease-in-out; transform: scale(1); }
.card-what-we-do .click img { width: 34px; margin-bottom: -40px;}


/* AUMENTA VENDA */
.up-vendas { background: url(../img/background/bg-aumenta-venda.png); background-size: cover; background-repeat: no-repeat; background-position: center bottom; padding-top: 0; padding: 14px 0; height: none; }

/* EMPLOYEE */
.employee { background: url(../img/background/bg-employee.png); background-repeat: no-repeat; background-size: cover; background-position: center bottom; }
.employee h2 { color: #3677f1; }
.employee li { font-size: 18px; }
.employee i { color: #01beed; }


/* SITES */
.sites { background-color: #2390ec; padding: 60px 0; }
/* REDES */
.redes { background-color: #0072bc; padding: 60px 0; }
/* VIDEOS */
.videos { background-color: #005a93; padding: 60px 0; }
/* FOTOS */
.fotos { background-color: #044f7d; padding: 60px 0; }

/* PROJETOS */
.projetos { background: url(../img/background/confetes.png); background-position: center; }
.projetos header h2 { color: #007bff; }

/* PARCEIROS */
.parceiros { background: url(../img/background/bg-parceiros.png); background-repeat: no-repeat; background-position: right; color: #007bff; font-weight: bolder; border-top: 5px dotted #008bff21; }

/* 5MOTIVOS */
.cinco-motivos { background: url(../img/background/bg-5motivos.png); background-color: #eaf2fa; background-repeat: no-repeat; background-position: center; padding: 30px 0; }
.cinco-motivos h2 { color: #007bff; font-size: 42px; font-weight: bolder; }
.cinco-motivos h3 { color: #566770; font-weight: normal; font-size: 42px; }
.cinco-motivos-card p { margin-top: 10px; }

/* DEPOIMENTOS */
.depoimentos { background: url(../img/background/bg-depoimentos.png); background-position: center; background-repeat: no-repeat; background-size: cover; }
.depoimentos header h2 { color: #007bff; }
.depoimentos header p { letter-spacing: 2px; }

/* DOWNSIDE */
.downside { background-color: #24394b; padding: 24px 0; }

/* FOOTER */
.footer { background: #2390ec; padding: 18px 0; }
.footer ul li a { color: #fff; }
.footer .icon-footer { background: #fff; color: #2390ec; height: 32px; line-height: 33px; width: 32px; text-align: center; border-radius: 50px; display: inline-block; }
.footer .icon-footer:hover { background: #3cf; color: #fff; transition: all .4s ease-in-out; }
.fa-heart { color: red; }
.nos { background: #0080ec; color: #fff; padding: 1px 0; }

/* MODA */
.modal-content { background: url(../img/background/bg-icons.png) #01beed; background-position: top; padding: 15px 9px; border-radius: 9px; }
.modal-header { border-bottom: none; padding: 8px 14px; }
.modal-header h2 { font-size: 22px; }


/* LANDING PAGE */
.header .titles { margin: 0 0; text-align: center; }
.header h1 span { font-size: 23px; font-weight: 400; }
.header h1 span:last-child { font-size: 18px; font-weight: 300; display: inline-block; }

.bg-gray { background: #f2f2f26e; font-family: 'Roboto', sans-serif; }
.standard-page h3 { font-size: 26px; }
.standard-page h5 { color: #007bff; font-weight: 600; }
.standard-page .far { color: #1e816b; }

/* form */
.form-card { position: relative; }
.form-card .form-head { background: #00b7ff; color: #fff; padding: 18px 3px; border-radius: 14px 14px 0 0; }
.form-card .form-head h3 { font-weight: 400; margin-bottom: 12px; }
.form-card .form-body { padding: 31px 16px; background: #fff; border: 1px solid #0000000d; box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.06), 9px 12px 20px 0 rgba(0, 0, 0, 0.04); }  
.form-card form .form-control { border: 1px solid #00b7ff; } 
.form-card form span { font-size: 10px; color: #808080; font-style: italic; }
.form-card .form-icon i { height: 40px; line-height: 40px; width: 40px; font-size: 20px; background: #fff; color: #00b7ff; border-radius: 50px; text-align: center; position: absolute; right: -11px; top: -8px; }
.form-card .form-footer h6 { font-size: 12px; color: #808080; text-align: center; font-weight: normal; margin-top: 14px; }


/* BG-COLORS LANDINGPAGE */
.blue { background: #17b7b7; }
.green { background: #89cf7e; }
.purple { background: #a29bfe; }
.orange { background: #fab1a0; }
.red { background: #ff7979; }
.txt-blue { color: #3677f1; }


.section-default { padding: 36px 0; }
.section-default .info { border-bottom: 2px solid #009bc1; border-left: 2px solid #009bc1; display: inline-block; margin-bottom: 12px; background: #fff; padding: 2px 7px; }
.section-default .info h2 { color: #01beed; font-weight: bold; font-size: 16px; margin-bottom: 0; }
.default-clientes header h5 { color: #2390ec; font-weight: 600; font-size: 17px; }
.default-clientes header h3 { font-weight: bold; font-size: 34px; color: #172333; } .default-clientes h3 span { font-weight: 200; }

.card-filter { background: #3677f1; color: #fff; padding: 7px; border-radius: 10px; transition: all .3s ease-in-out; }
.card-filter:hover { transform: scale(1.1); transition: all .3s ease-in-out; }


@media(max-width: 767.9px) { .header { min-height: 278px; } }
@media(max-width: 420px) { .header { min-height: 12rem; } }


@media(min-width: 768px) {
    .bttn { display: inline-block; }

    /* logo */
    .navbar { position: relative; background: transparent; padding-top: 18px; }
    .navbar-brand { width: 182px; }
    .navbar-nav { height: 0; margin-right: 16px; }
    .navbar-text-cores li a { color: #fff; }

    /* VIDEO HOME */
    .header { margin-top: 0; }
    /* .header { position: relative; background-color: black; height: 100vh; min-height: 25rem; width: 100%; overflow: hidden; margin-top: 0; }
    .header video { top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0; -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
    .header .container { position: relative; z-index: 2; }
    .header .overlay { position: absolute; top: 58px; left: 0; height: 100%; width: 100%; background-color: #007ef41a; opacity: 0.5; z-index: 1; } */

    .what-we-do { padding: 70px 15px; }

    .up-vendas { padding-top: 70px; height: 634px; }
    
    .title-blue h2 { color: #007ef4; font-size: 50px; }

    .sites h2 { font-size: 50px; font-weight: 600; }
    .redes h2 { font-size: 50px; font-weight: 600; }
    .videos h2 { font-size: 42px; font-weight: 600; }
    .fotos h2 { font-size: 50px; font-weight: 600; }

    .downside h2 { font-size: 45px; }

    .modal-header h2 { font-size: 2rem; }

    /* MENU LATERAL */
    ul, ol, menu { list-style: none; }
    menu { display: block; position: fixed; top: 200px; left: -70px; z-index: 9999999; }
    .menu-bg { position: fixed; top: 200px; width: 45px; height: 296px; z-index: 9999; background: #fff; border-radius: 0 10px 10px 0; box-shadow: 0 0 20px 0 #00000061;}
    menu li { width: 170px; margin-bottom: 3px; }
    menu a { transition: all 450ms cubic-bezier(.4,.25,.3,1.3); width: 22px; height: 30px; display: flex; justify-content: center;align-items: center; color: #fff; cursor: pointer; overflow: hidden; border: none;  position: relative; }
    menu a span { transition: all 400ms cubic-bezier(.4,.25,.3,1.3) 100ms; position: absolute; top: 50%; left: 50%;  font-weight: 900; line-height: 60px; vertical-align: middle; font-size: 18px; color: #fff; }
    menu a span:first-of-type { font-size: 1.5rem; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
    menu a span:last-of-type { -webkit-transform: translate(-50%,50%); transform: translate(-50%,50%); text-transform: uppercase; }
    menu a:hover { width: 170px; border-radius: 0; }
    menu a:hover span:first-of-type {-webkit-transform: translate(-50%,-150%);transform: translate(-50%,-150%)}
    menu a:hover span:last-of-type {-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%)}

    .color11 { background: #01beed; }
    .color22 { background: rgb(15, 109, 141); }
    .color33 { background: #165f4f; }
    .color44 { background: #ed3237; }
    .color55 { background: #ee5e3a; }
    .color66 { background: #24394b; }

    .menu-speed { margin-left: -74px; line-height: 17px; text-align: center; transform: rotate(90deg); height: 18px; margin-bottom: 29px; margin-top: 25px; letter-spacing: 4px; font-weight: 100; }

    /* LANDING PAGE */
    .header .titles { margin: 90px 0; text-align: center; }
    .standard-page .form-card { margin-top: -348px; }
    .header .titles { text-align: left; }
    
}


.wa img { max-width: 30px; margin-top: 4px; vertical-align: middle;}
.wa a{display: block; height: 100%; width: 100%;}
.wa:hover {background: #41a79d;}

.wa {position: fixed; right: 40px; width: 50px; height: 50px; bottom: 30px; padding: 5px; vertical-align: middle; text-align: center;
border-radius: 50%; background: #0ba360; z-index: 99999;}
.wa::after,
.wa::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.wa::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}