*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html, body{
    height: 100%;
}

body{
    background-color: black;
    color: white;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #141414; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    /* background: #555; */
    background: linear-gradient(346deg, #4f08d0 19.485%, #8606d2 100.07%);
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #333; 
  }
  div.logo img {
    width: 160px;
    height: 105px;
    padding: 10px 0;
  }

/* Boot CSS */
.container{
    width: 100%;
    max-width: 1220px;
    padding: 0 2%;
    margin: 0 auto;
}

.left{
    float: left;
}

.right{
    float: right;
}

.w33{
    width: 33.333%;
}

.w100{
    width: 100%;
}

.clear{
    clear: both;
}

.horizontal-line{
    margin: 50px auto;
    width: 100%;
    height: 2px;
    background-color: #141414;
}

.vertical-line-colored{
    position: absolute;
    top: 40px;
    left: calc(50% - 1px);
    height: 100%;
    max-height: 410px;
    width: 2.5px;
    background-color: #1BB3C1;
    
}

.arrow-down {
    width: 26px;
    height: 26px;
    display: inline-block;
    animation: fade_move_down 1.5s ease-in-out infinite;
}

.btn {
    display: inline-block;
    color: white;
    margin: 20px 0;
    width: 281px;
    height: 56px;
    border-radius: 15px;
    text-align: center;
    line-height: 56px;
    text-decoration: none;
    background: linear-gradient(45deg, #5000df, #8706d3);
}

.btn:hover {
    background: linear-gradient(45deg, #8706d3, #5000df);
}
/* Fim Boot CSS */

/* Slick */
.slick-dotted ul {
  list-style-type: none;
  padding-left: 15px;
}
.slick-dotted li {
  padding: 66px 0;
  display: inline-block;
  margin: 0 7px;
}
.slick-dotted button:focus {
  outline: 0;
}
.slick-dotted li button {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  color: #191919;
  border-width: 0;
  background: #191919;
  opacity: 1;
  cursor: pointer;
  position: relative;
  top: -20px;
  z-index: 9999;
}
li.slick-active button {
  background: #1bb3c1;
  color: #1bb3c1;
}
.slick-slide:focus {
  outline: none;
}
/* Fim slick */

section.solucoes{
    padding: 55px 0;
}
section.solucoes > .container{
    display: flex;
}

section.solucoes .half1{
    width: 2%;
    position: relative;
}
section.solucoes .half1 .vertical-line{
    height: 100%;
    width: 2px;
    background-color: #141414;
    margin: 0 auto;
}

section.solucoes .half2{
    width: 85%;
    margin: 0 auto;
}

section.solucoes .half2 h1{
    padding: 30px 0 100px 0;
    max-width: 350px;
    line-height: 20px;
    font-size: 16px;
    color: #737373;
    font-weight: normal;
}
section.solucoes .solucoes-container a{
    text-decoration: none;
}

section.solucoes .solucoes-container p{
    font-size: 16px;
    font-weight: 500;
}

section.solucoes .solucoes-container [togo]{
    color: #737373;
}

section.solucoes .solucoes-container [togo]:hover{
    color: #d5c4c4;
}

section.solucoes .solucoes-box{
    width: 100%;
}
section.solucoes .solucoes-wraper{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.order-pdd1{
    padding-right: 15px;
}

.order-pdd2{
    padding: 15px 10px 15px 10px;
}

.order-pdd3{
    padding-left: 15px;
}
section.solucoes .solucoes-wraper a{
    text-decoration: none;
}
section.solucoes .solucoes-wraper img:not(.seta-icon){
    position: absolute;
    top: 20px;
    right: 20px;
}

section.solucoes .solucoes-wraper .seta-icon {
    width: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

section.solucoes .solucao-single{
    width: 100%;
    display: flex;
    background: linear-gradient(45deg, #161616 20.485%, #19191A 74.07%);
    height: 170px;
    border-radius: 4px;
    position: relative;
}

section.solucoes .solucao-single:hover{
    background: #242426;
}


section.solucoes .solucao-single p{
    align-self: center;
    margin: 0 auto;
    color: white;
}
section.solucoes .half3{
    display: block;
}
section.solucoes .half3 .arrow-down{
    position: relative;
    top: calc(100% + 40px);
}
section.projeto-site{
    padding: 35px 0;
}

section.projeto-site .container:not(.horizontal-line){
    display: flex;
    padding: 35px 0;
}

section .part1{
    width: 55%;
}

.part1 .vertical-line-colored{
    position: absolute;
    top: 40px;
    left: -5%;
    height: 100%;
    max-height: 50px;
    width: 2.5px;
    background-color: #1BB3C1;
    
}

section .part1 > div{
    padding-left: 25%;
}

section .part1 > div h2{
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

section.projeto-site .vertical-line-colored{
    top: -3px;
    left: -7%;
    max-height: none;
    height: calc(100% + 6px);
}

section .part1 > div p,
section .part1 > div p a{
    padding: 10px 0 17px 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    color: #727272;
    text-decoration: none;
}

section .part1 > div p a:hover{
    color: #a4a2a2;
}

section.projeto-site .part1 .social{
    display: flex;
    padding: 15px 0;
}

section.projeto-site .part1 .social-box a{
    text-decoration: none;
}

section.projeto-site .part1 .social-box{
    height: 55px;
    width: 55px;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
    background: linear-gradient(45deg, #060606 20.485%, #19191A 74.07%);
    color: #1bb3c1;
    font-size: 28px;    
} 

section.projeto-site .social-box:hover{
    background: #1bb3c1;
    color: #252526;
    border: 2px solid #252526;
}

section.projeto-site .part1 .social-box i{
    font-weight: 300;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

section.projeto-site .part1 .arrow-down{
    position: relative;
    left: 85%;;
}

section .part2{
    width: 45%;
}

section.projeto-site .form-group{
    background-color: #19191A;
    border-radius: 4px;
    width: 85%;
    margin: 0 auto;
}

section.projeto-site .form-group > div{
    width: 80%;
    margin: 0 auto;
}

section.projeto-site .content-box{
    display: flex;
    align-items: center;
    padding: 25px 0;
}

section.projeto-site .content-box > div{
    padding: 10px;
    border-radius: 10px;
    background-color: #252526;
}

section.projeto-site .content-box > div:hover{
    background: #1bb3c1;
    color: #252526;
    cursor: pointer;
}

section.projeto-site .content-box > div img{
    width: 25px;
    height: 25px;
}

section.projeto-site .content-box p{
    align-self: center;
    padding: 7px;
}
    
section.projeto-site form input[type=text],
section.projeto-site form input[type=email],
section.projeto-site form input[type=tel],
section.projeto-site form input[type=submit],
section.projeto-site form textarea{
    height: 50px;
    width: 100%;
    margin: 10px 0;
    padding-left: 7px;
    background-color: #0C0C0C;
    border: 1px solid #282828;
    color: white;
}

/* CSS Formulário Bitrix */

.b24-form *:not(input, button, .b24-form-control-label, .b24-form-control-required){
    background-color: #19191a !important;
    box-shadow: none;
}

.b24-form-wrapper.b24-form-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.b24-form-content .b24-form-padding-side,
.b24-form-padding-side,
.b24-form-control-container,
.b24-form-control-icon-after,
.b24-form-header-padding {
  padding: 0 !important;
}
.b24-form-btn-block .b24-form-btn,[type="submit"] {
  border: 1px solid #282828;
  border-bottom: 1px solid #1bb3c1 !important;
  background-color: #0C0C0C !important;
  border-radius: 0;
  cursor: pointer !important;
}

.b24-form-btn-block *{
    font-weight: normal !important;
}
.b24-form-btn-block{
    cursor: pointer;
}

section.projeto-site form [type=submit]:hover{
    border-bottom: 1px solid #1BB3C1;
    background: linear-gradient(45deg, #060606 20.485%, #19191A 74.07%);
}

.b24-form-control-container {
  margin-bottom: 30px !important;
}
.b24-form-sign {
  display: none !important;
}
.b24-form-state-container .b24-form-success * {
  color: white;
}

.b24-form-sign {
    display: none !important;
}
.b24-form-state-container .b24-form-success {
    background-color: #262525 !important;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0 !important;
}

/* Fim CSS Formulário Bitrix */


section.projeto-site form textarea{
    height: 160px;
    padding-top:15px;
    resize: none;
}

section.projeto-site form input[type=submit]{
    border-bottom: 1px solid #1BB3C1;
    cursor: pointer;   
}

section.projeto-site input[type=submit]:hover{
    border: 1px solid #1BB3C1;
    background: linear-gradient(45deg, #060606 20.485%, #19191A 74.07%);
}

section.projeto-site .form-group .form + p{    
    padding: 10px 0 25px 0;
    font-size: 14px;
    color: #747474;
}

section.trafego .container,
section.trafego .horizontal-line{
    max-width: 1080px;
}

section.trafego .container:not(.horizontal-line){
    display: flex;
    padding: 40px 0 25px 0;
    background: linear-gradient(319deg, #060606 30.485%, #19191A 76.07%);
    border-radius: 4px;
}

section.trafego .container .vertical-line-colored{
    top: -3px;
    left: -7%;
    max-height: none;
    height: calc(100% + 6px);
    background-color: #8606D2;   
}

section.trafego .part1 > div {
    padding-left: 12%;
}

section.trafego .part2 ul {
    list-style-type: none;
    width: 100%;
    padding: 0 4%;
}

section.trafego .part2 ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
}

section.trafego .part2 ul li .box-img{
    height: 55px;
    width: 55px;
    text-align: center;
    border-radius: 7px;
    margin-right: 10px;
    color: white;
    font-size: 28px;
    background: linear-gradient(45deg, #060606 20.485%, #19191A 74.07%);
}

section.trafego .part2 ul li .box-img:hover {
    color:red;
    background: #120f14;
    border: 1.5px solid #8006c8;
    cursor: pointer;
}

section.trafego .part2 ul li img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

section.trafego .part2 ul li span {
    font-size: 15px;
    padding: 0 0 0 5px;
    max-width: 83%;
}

section.trafego .wraper-arrow{
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
section.trafego .arrow-down{
    width: 20px;
}

section.depoimentos {
    padding: 25px 0;
}

section.depoimentos .half-01 {
    background-color: #262525;
    height: 500px;
    width: 65%;
    padding-left: 3%;
}

section.depoimentos .half-02 {
    background: linear-gradient(45deg, #5000df, #8706d3);
}

section.depoimentos .half-02 {
    background-color: red;
    height: 500px;
    width: 35%;
}

section.depoimentos .half-01 h2:not(.slide-single h2){
    font-size: 34px;
    font-weight: bold;
    
}

section.depoimentos .half-01 > div{
    position: relative;
    margin: 50px auto;
    max-width: 600px;
}

section.depoimentos .half-01 > div > p{
    color: #1ab2c0;
    font-size: 19px;
    padding: 10px 0;
}

section.depoimentos .half-01 .vertical-line-colored{
    top: 0;
    left: -5%;
    max-height: none;
    height: calc(100% + 6px); 
}

.slide-depoimentos-wraper{
    position: relative;
    height: 220px;
}

.slide-depoimentos{
    position: absolute;
    top: 10px;
    left: -8px;
    width: 170%;
    max-width: 1084px;
    overflow: hidden;
}

.wraper-slide-single{
    width: 33.3%;
    padding: 15px;
}

.slide-single{
    min-height: 160px;
    border-radius: 7px;
    padding: 15px;
    background: linear-gradient(211deg, #333333 18.485%, #000 100.07%);
    border-left: 1px solid #1BB3C1;
    border-bottom: 2.5px solid #1BB3C1;
    cursor: grab;
}

.slide-single img {
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
}
.slide-single p {
    padding: 3px 0 25px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
}

.slide-single h2 {
    font-size: 16px;
    font-weight: 500;
}

section.artigos {
    padding: 60px 0;
}

section.artigos > h2{
    text-align: center;
    font-size: 29px;
    font-weight: bold;
}

section.artigos .container-artigo{
    margin: 20px 0;
}

section.artigos .wraper-artigo-single{
    padding: 25px;
}

section.artigos .artigo-single{
    display: flex;
    flex-direction: column;
}

section.artigos .artigo-single img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 250px;
}

section.artigos .artigo-text{
    padding: 20px;
    border-end-end-radius: 10px;
    border-end-start-radius: 10px;
    background: linear-gradient(126deg, #282828 19.485%, #000000 100.07%);
}

section.artigos .artigo-text a{
    text-decoration: none;
    color: #19B2BF;
}

section.artigos .artigo-text h1{
    font-size: 23px;
    padding: 10px 0;
    font-weight: bold;
}

section.artigos .artigo-text p{
    font-size: 15px;
    padding: 10px 0;
    line-height: 23px;
}

section.artigos .artigo-text span{
    display: block;
    padding: 20px 0 15px 0;
}


footer{
    border-top: 1px solid #141414;
    padding: 50px;
}
footer p:last-child{
    text-align: right;
}

@media screen and (max-width: 1080px){
    .w33{
        width: 50%;
    }

    .order-pdd1{
        width: 100%;
    }

    .order-pdd1,
    .order-pdd2,
    .order-pdd3{
        padding: 0;
    }

    .order-pdd2{
        padding-right: 15px;
    }
 
    .order-pdd3{
        padding-left: 15px;
    }

    .slide-depoimentos{
        position: absolute;
        width: 155%;
    }
}

@media screen and (max-width:920px){

    section.solucoes .half2 header img{
        width: 250px;
    }

    section.projeto-site .container{
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    section .part1,
    section .part2 {
        width: 70%;
        padding: 20px 0;
    }

    section .part1 > div {
        padding-left: 15%;
    }
 
    section.artigos .w33{
        width: 60%;
        float: none;
    }

    section.trafego .container:not(.horizontal-line) {
        flex-direction: column;
    }

    .wraper-artigo-single{
        margin: 0 auto;
    }
}

@media screen and (max-width: 780px){
    footer .container p{
        float: none;
        text-align: center;
        padding: 5px 0;
    }
}

@media screen and (max-width: 698px){

    section.solucoes .solucoes-container p{
        float: none;
        padding: 15px 0 0 0;
    }

    section.solucoes .w33{
      width: 100%;  
    }
    .order-pdd1,
    .order-pdd2,
    .order-pdd3{
        padding: 0;
    }
    section.projeto-site {
        padding: 35px 0 0 0;
    }
    section .part1,
    section .part2 {
        width: 100%;
        padding: 25px 0 0 0;
    }

    section .part1{
        padding: 0 3%;
    }

    section.depoimentos .half-01 {
        width: 80%;
    }

    section.depoimentos .half-02 {
        width: 20%;
    }

    .slide-depoimentos{
        position: absolute;
        top: 10px;
        width: 127.3%;
    }

    section.artigos .w33{
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 530px){
    .slick-dotted li button {
        top: -45px;
    }
}

/* Animação */
@keyframes fade_move_down {
    0% {
        transform: translate(0, -1.5rem);
        -ms-transform: translate(0, -1.5rem);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 1.5rem);
        -ms-transform: translate(0, 1.5rem);
        opacity: 0;
    }
}