@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800&family=Sofia&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
   font-family: 'Inter', sans-serif !important;
}

html {
   scroll-behavior: smooth;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* SETUP */

.back-black {
   background-color: #001845;
   
}

.tab-button.back-black {
   background-color: #fff;
   border: solid 1px #001845;
   color: #001845;
}

.tab-button.back-black.active {
   background-color: #001845;
   color: #fff;
}

.tab-button.back-black.active:hover{
   background-color: #142D5B;
}

a {
   text-decoration: none !important;
}

.last-p {
   margin-bottom: 3rem;
}

button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

/* START */




.box-discovery {
   width: 100%;
   background-color: #5759E8;
}

.home-d {
   margin-bottom: 1.6rem;
   display: none;
}

.home-m {
   display: inline-block;
   margin-bottom: 1.6rem;
}

.wrap-d1 {
   padding: 2rem ;
   max-width: 1000px;
   margin: auto;
   color: #fff;
   height: auto;
   position: relative;
   padding-bottom: 0rem;
}

.home {
   border-radius: 1rem;
   color: #5759E8;
   background-color: #fff;
   padding: 0.5rem 1rem;
}


.wrap-d1 h2 {
   font-size: 2.2rem;
   margin-bottom: 1.2rem;
}

.wrap-d1 h4 {
   font-weight: 200;
   margin-bottom: 2rem;
}



.txt-blc{
   margin-bottom: 2rem;
}

.txt-blc p:first-child{
   font-weight: 600;
   margin-bottom: 0.4rem;
}

.txt-blc p:last-child{
   font-weight: 200;
}

.txt-blc-last {
   margin-bottom: 0;
}

.box-proto {
   position: relative;
   display: flex;
   justify-content: center;
   margin-bottom: 2rem;
}

.box-proto::before {
position: absolute;
top: -50px;
left: 0;
right: 0;
content: '';
width: 100%;
height: 80%;
background-color: #5759E8;
z-index: -1;
padding: 2rem;
max-height: 440px;
}

.img-desk {
   filter: drop-shadow(3px 10px 26px rgba(0,0,0,0.1));
   width: 90%;
   max-width: 800px;
   margin-top: 2rem;
   max-width: 1024px;
}




@media screen and (min-width: 768px) {
   .wrap-d1 {
      padding: 2rem ;
      max-width: 1000px;
      margin: auto;
      color: #fff;
      height: auto;
      position: relative;

   }
}

@media screen and (min-width: 1024px) {
   .wrap-d1 {
      max-width: 1024px;

   }

   .back-proto {
      background-color:#E4FFE7;
      padding: 5rem 0;
      display: flex;
      justify-content: center;
      margin-bottom: 1.6rem;
   }

   .wrap-d1 h1 {
      font-size: 4rem;
   }
   
   .wrap-d1 h2 {
      font-size: 3rem;
   }


}

@media screen and (min-width: 1280px) {
   .home-m {
      display: none;
   }
   
   .home-d {
      display: inline-block;
      position: absolute;
      top: 5.5rem;
      left: 2rem;
   }

   .wrap-d1 {
      padding: 5rem 0 0rem 0;
      margin-bottom: 2rem;
   }



   .wrap-d1 h2 {
      font-size: 4rem;
      margin-bottom: 1.2rem;
   }
   
   .wrap-d1 h4 {
      font-weight: 200;
      margin-bottom: 4rem;
      font-size: 2.2rem;
   }
   
   .divider {
      height: 1px;
      width: 100%;
      background-color: #fff;
      margin-bottom: 4rem;
   }

   .specs {
      display: flex;
      margin-bottom: 2rem;
   }

   .spec-c1 {
      margin-right: 3rem;
   }

   .spec-c2 {
      margin-left: 3rem;
   }

   .box-proto::before {
      position: absolute;
      top: -50px;
      left: 0;
      right: 0;
      content: '';
      width: 100%;
      height: 80%;
      background-color: #5759E8;
      z-index: -1;
      padding: 2rem;
      padding-top: 0;
      max-height: 440px;
      }
}

@media screen and (min-width: 1560px) {
   .home-d {
      left: 10rem;
   }
}




















.wrap {
   max-width: 880px;
   margin: auto;
}

.disc-pt {
   padding: 1.6rem;
}

.box-img-cases {
   background-color: #f5f1ed;
   
}
.img-cases {
   max-width: 1500px;
   padding: 1.6rem ;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   margin: auto;
}

.statement img{
   width: 100%;
}

.font-size h2 {
   font-weight: 600;
   color: #263238;
}

.font-size p {
line-height: 1.6;
color: #263238;
}

.font-size li {
   line-height: 1.6;
   color: #263238;
   }

.vp-title {
   display: flex;
   align-items: center;
   font-weight: 600;
}

.vp-icon {
   width: 24px;
   margin-right: 0.5rem;
}




.link-script {
margin-bottom: 0.6rem;
}


.link-script img {
   width: 20px;
}


@media screen and (min-width: 1024px) {

   .disc-pt {
      padding: 1.6rem 0;
   }

   
   .img-cases {
      padding: 3rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: auto;
      margin-bottom: 1.6rem;
   }

   .font-size h2 {
      font-size:2.8rem;
   }

   .font-size p {
      font-size: 1.2rem;
      line-height: 1.6;
   }

   .font-size li {
      font-size: 1.2rem;
   }

   .link-script  {
      font-size: 1.2rem;
   }
}


/* POSTITS PROBLEMAS */

.postit-problema {
   width: 300px;
   height: 300px;
   background-color: #FFF5A4;
   margin-bottom: 1.6rem;
   box-shadow: 1px 2px 8px rgba(0,0,0,0.20);
   padding: 1.6rem;
}

.postit-problema p {
   font-size: 1.1rem;
}

.postit-bock {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 100%;
}

.statement {
   padding: 1.6rem;
   width: 100%;
   max-width: 600px;
   background-color: #92e6a7;
   box-shadow: 1px 2px 8px rgba(0,0,0,0.20);
   margin: auto;
}

.statement p {
   font-size: 1.2rem;
}



/* CSV */
.box-csd {
   width: 100%;
   padding: 1.6rem;
}

.box-csd h3 {
   margin-left: 0.4rem;
   font-weight: 600;
   margin-top: 1.6rem;
}

.csd {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   margin: auto;
}

.content-csd {
   width: 100%;
}

.postit-csd {
   width: 280px;
   height: 280px;
   margin-bottom: 1.6rem;
   box-shadow: 1px 2px 8px rgba(0,0,0,0.20);
   padding: 1.6rem;
}

.postit-csd p {
   font-size: 1.1rem;
   color: #fff;
}

.cert {
   background-color: #248277;
}

.sup {
   background-color: #f8961e;
}

.duv {
   background-color: #ce4257;
}

@media screen and (min-width: 1024px) {
   .box-csd {
      padding: 3rem;

      max-width: 1500px;
      margin: auto;
      margin-bottom: 3rem;
   }

   .cont-csd {
      margin: auto;
   }
}



/* BLUEPRINT */

.box-bp {
   position: relative;
   width: 100%;
   max-width: 1500px;
   margin: auto;
}

.img-bp {
   width: 100%;
   max-width: 1500px;
   margin: auto;
}

.btn-img {
   position: absolute;
   content: '';
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100%;
   width: 100%;
   background-color: rgba(0,0,0,0.5);
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
   transition: .15s ease;
}

.btn-img img {
   width: 80px;
}

.box-bp:hover .btn-img {
   opacity: 1;
}



.coming {
   width: 100%;
   height: 200px;
   background-color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
}

.coming img {
   width: 100%;
   max-width: 500px;
   padding: 1.6rem;
}

.maf {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.maf img {
   width: 100%;
   max-width: 1200px;
   padding: 1.6rem;
}

.wip {
   max-width: 880px;
   padding: 1.6rem;
   margin: auto;
   line-height: 1.6;
}

@media screen and (min-width: 1024px) {
   .wip {
      max-width: 880px;
      padding: 0;
      margin: auto;
   }
}






.img-diagrama {
   width: 100%;
   max-width: 540px;
   margin: 1rem;
}

.img-persona {
   margin-bottom: 1rem;
   width: 100%;
   max-width: 880px;
   filter: drop-shadow(1px 2px 6px rgba(0,0,0,0.25));
}

.img-flow {
   width: 100%;
   max-width: 880px;
}

.img-wires {
   padding: 0 1.6rem;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   margin-bottom: 1.6rem;
}

.img-protos {
   padding: 0 1.6rem;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}

.img-mobs {
   padding: 0 1.6rem;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}

.img-proto, .img-wire, .img-mob {
   width: 100%;
}

@media screen and (min-width: 1024px) {
   .img-wire {
      width: 40%;
   }

   .img-proto {
      width: 40%;
      margin: 1rem;
   }

   .img-mob {
      width: 340px;
      margin: 1rem;
   }

   .img-wires .img-wire:first-child {
      margin-right: 2rem;
   }

   .img-wires  {
      margin-bottom: 5rem;
   }
}

.link-ds img {
   width: 24px;
}

.end-case {
   margin-bottom: 5rem;
}

.footer {
   padding: 1.6rem;
   background-color: #001845;
   color: #fff;
   margin-top: 5rem;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
}

.txt-footer {
   margin-bottom: 0.5rem;
}

.linkedin img {
   width: 24px;
}

@media screen and (min-width: 1024px) {
   .footer {
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
   }

   .txt-footer {
      margin-right: 3rem;
      margin-bottom: 0;
   }
}

.whats {
   cursor: pointer;
   position: fixed;
   bottom: 2rem;
   right: 2rem;
   width: 40px;
   height: 40px;
   filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
   transition: all;
}

.whats:hover {
   -webkit-animation: jello-horizontal 0.9s both;
     animation: jello-horizontal 0.9s both;
     filter: drop-shadow(2px 2px 7px rgba(0,0,0,0.3));
}

@-webkit-keyframes jello-horizontal {
   0% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
   30% {
     -webkit-transform: scale3d(1.25, 0.75, 1);
             transform: scale3d(1.25, 0.75, 1);
   }
   40% {
     -webkit-transform: scale3d(0.75, 1.25, 1);
             transform: scale3d(0.75, 1.25, 1);
   }
   50% {
     -webkit-transform: scale3d(1.15, 0.85, 1);
             transform: scale3d(1.15, 0.85, 1);
   }
   65% {
     -webkit-transform: scale3d(0.95, 1.05, 1);
             transform: scale3d(0.95, 1.05, 1);
   }
   75% {
     -webkit-transform: scale3d(1.05, 0.95, 1);
             transform: scale3d(1.05, 0.95, 1);
   }
   100% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
 }
 @keyframes jello-horizontal {
   0% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
   30% {
     -webkit-transform: scale3d(1.25, 0.75, 1);
             transform: scale3d(1.25, 0.75, 1);
   }
   40% {
     -webkit-transform: scale3d(0.75, 1.25, 1);
             transform: scale3d(0.75, 1.25, 1);
   }
   50% {
     -webkit-transform: scale3d(1.15, 0.85, 1);
             transform: scale3d(1.15, 0.85, 1);
   }
   65% {
     -webkit-transform: scale3d(0.95, 1.05, 1);
             transform: scale3d(0.95, 1.05, 1);
   }
   75% {
     -webkit-transform: scale3d(1.05, 0.95, 1);
             transform: scale3d(1.05, 0.95, 1);
   }
   100% {
     -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1);
   }
 }