:root {
  --primaryColor: #036ECB;
  --secondColor: #33ACFD;
  --thirdColor: #00C382;
  --quarterColor: #0039A3;
  --bgColor: #fff;
  --textColor: #003F71;
}
@font-face {
  font-family: 'bahnschrift';
  src: url('../fonts/bahnschrift-regular.woff2') format('woff2'),
       url('../fonts/bahnschrift-regular.woff') format('woff');
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}
body *{
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  outline: none;
  text-decoration: none;
}
html{
  scroll-behavior: smooth;
}

body, input, select, textarea{
  font-family: 'bahnschrift', 'Roboto', 'Calibri',  -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  margin:0;
  padding: 0;
  color: var(--textColor);
  font-size: 1.1rem;
}

a{
  color: var(--primaryColor);
}
.decoration{
  text-decoration: underline;
}

.padPadrao{ padding: 15px; }
.hide{ display: none; }

header{
  border-top: 7px solid var(--primaryColor);
  background-color: #F6F7F8;
  padding: 15px 15px 0 15px;
  overflow: hidden;
}

header .center{
  display: grid;
  grid-template-columns: 1fr auto;  
}
header .center,
header .textos,
header .persons{
  z-index: 1;
}
header .center nav.menu{ grid-column: 1 / 3; }
header .center .access{ grid-column: 1 / 3; }

.gridBg{
  background-image: url('../img/bgheader.png');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 75%;
  background-position: top left;
  z-index: 0;
  background-color: #F6F7F8;
  opacity: 0.04;
  mix-blend-mode: multiply;
}

.logo img{
  width: 150px;
  height: auto;
  z-index: 1;
}

.toggleMenu{
  position: relative;  
  width: 25px;
  margin: 3px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.toggleMenu span{
  display: block;
  width: 100%;
  height: 4px;
  margin: 1.5px 0;
  border-radius: 5px;
  background: var(--primaryColor);
  transition: all 0.3s;
}

.menu{
  display: block;
  text-align: center;
  font-size: 0.8rem;
  line-height: 0.8rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in;
}
.menu ul{
  margin: 0 0 10px 0;
}
.menu li{
  list-style: none;  
  margin: 5px 0;
}
.menu li a{ 
  display: block;
  padding: 10px 10px 7px 10px;
  color: var(--primaryColor);
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255,255,255, 0.5);
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  border-radius: 30px;
  cursor: pointer;
}
.menu li a:hover{ 
  background: rgba(255,255,255, 0.8);
  color: var(--thirdColor);
}

.access{
  display:flex;
  justify-content: space-evenly;
  font-size: 0.8rem;
  line-height: 0.8rem;
  gap: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in;
}

.access .entra,
.access .cadas,
.linkBorder{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border: solid 2px var(--primaryColor);
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--primaryColor);
  padding: 14px 10px 10px 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.access .cadas{
  background-color: var(--thirdColor);
  border: solid 2px var(--thirdColor);
  color: #fff
}
.access .entra:hover{
  border: solid 2px var(--thirdColor);
  color: var(--thirdColor);
}
.access .cadas:hover{
  background-color: var(--primaryColor);
  border: solid 2px var(--primaryColor);
}

#toggleMenu:checked ~ header .center .toggleMenu span:first-child{ transform: rotate(45deg); position: absolute; top: 13px;}
#toggleMenu:checked ~ header .center .toggleMenu span:nth-child(2){ transform: rotate(-45deg); position: absolute; top: 13px;}
#toggleMenu:checked ~ header .center .toggleMenu span:last-child{ opacity: 0;}

#toggleMenu:checked ~ header .center nav.menu{ max-height: 500px;}
#toggleMenu:checked ~ header .center .access{ max-height: 100px; }


header h1{
  color: var(--quarterColor);
  font-weight: 900;
  font-size: 1.9rem;
  line-height: 2.2rem;
  margin: 35px 0 10px 0;
}
header h2{
  font-weight: 100;
  font-size: 0.94rem;
  line-height: 1.2rem; 
  margin-bottom: 38px;
}


header .persons{
  margin-top: 20px;
  width: 100%;
  font-size: 0;
}
header .persons .guy{
  width: 62%;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -52%;
  top: 6%;
  z-index: 1;
}
header .persons .girl{
  width: 51%;
  height: auto;
  position: relative;
  left: 50%;
  margin-left: -6%;
  z-index: 4;
}

.floatWindow{
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 16px 16px 10px 16px;
  position: absolute;
  font-size: 0.8rem;
  transform: scale(70%);
  transition: all 0.3s;
}
.floatWindow .header{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3f0f9+0,f3f8fc+100&1+0,0+100 */
  background: -moz-linear-gradient(-45deg,  rgba(227,240,249,1) 0%, rgba(243,248,252,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(227,240,249,1) 0%,rgba(243,248,252,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(227,240,249,1) 0%,rgba(243,248,252,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f0f9', endColorstr='#00f3f8fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  color: #72AACB;
  padding: 7px;
  border-radius: 3px;
  margin: -8px -8px 8px -8px;
  white-space: nowrap;
}
.floatWindow ul{
  list-style: circle;
  margin-left: 10px;
  position: relative;
}
.floatWindow ul li{
  position: relative;
}
.floatWindow ul li::before{
  content: '';
  position: absolute;
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: solid 1px #72AACB;
  left: -15px;
  top: 1px;
}
.floatWindow .content{
  opacity: 0.6;
}
.floatWindow strong{
  font-size: 1.1rem;
}
.win1{
  top: 18%;
  z-index: 0;
  left: 50%;
  margin-left: calc(-100px - 18%);
}
.win1 ul li:first-child:before{
  content: '';
  position: absolute;
  background: var(--thirdColor);
  border: solid 1px var(--thirdColor);
}
.win2{
  top: 52%;
  z-index: 2;
  left: 50%;
  margin-left: calc(-120px - 10%);
  width: 172px;
}
.win2 .content{
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(182, 0, 0)
}
.win3{
  top: 35%;
  z-index: 5;
  left: 50%;
  margin-left: 21%;
}

.diagonal{
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 11%;
  clip-path: polygon(0 0, 0% 100%, 100% 99%);
  background: #fff;
  z-index: 3;
  left: 0;
}

.firstCta, .centerCta{
  z-index: 9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -41px;
  bottom: 10px
}
.firstCta a, .centerCta a{
  display: inline-flex;
  background-color: var(--quarterColor);
  color: #fff;
  border-radius: 50px;
  padding: 20px 30px;
  align-items: center;
  text-align: center;
  transition: background-color 0.3s;
  font-size: 1.2rem;
}
.firstCta a:hover, .centerCta a:hover, a.greenCta{
  background-color: var(--thirdColor);
}
a.greenCta:hover{
  background-color: var(--quarterColor);
}

.centerCta{ margin-top: 20px; }
.centerCta a{
  padding: 20px 60px;
  font-size: 1.35rem;
}


section.one{
  overflow: hidden;
  width: 100%;
}
section.one p{
  font-size: 0.94rem;
  padding: 0 0 0 10px;
  text-align: center;
  color: var(--quarterColor);
}
.manlaptop{
  width: 70%;
  margin: 0 15%;
}

h3{
  color: var(--thirdColor);
  font-size: 1.6rem;
  margin: 25px 0 20px 0;
  text-align: center;
}

.aparelhos{
  margin-top: 30px;
  background-image: url('../img/aparelhos.png');
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.telas{
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}


.solucoes{
  margin: 10px 0;
}

.flexACenter{
  display: flex;
  align-items: center;
}
h4{
  font-size: 2rem;
  display: inline-flex;
  flex-direction: column;
  color: var(--quarterColor);
  float: left;
}
h4 small{ font-size: 1.3rem; line-height: 0.8rem; text-transform: lowercase; }

.descSection{
  font-size: 0.75rem;
  line-height: 0.75rem;
  width: 50%;
  display: inline-block;
  border-left: 1px solid var(--thirdColor);
  color: var(--quarterColor);
  margin-left: 15px;
  padding-left: 15px;
  opacity: 0.5;
}

.solucoes{
  margin-bottom: 40px;
}
.solutions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 20px 0;
}

.solution{
  background: #F8F9FA;
  padding: 20px;
  border-radius: 13px;
}
.solution .title{
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--quarterColor);
  margin-bottom: 5px;
}
.solution svg{
  fill: #35D4A6;
  height: 40px;
  margin-bottom: 10px;
}
.solution p{
  font-size: 0.9rem;
}
.solution a.more{
  font-weight: 900;
  font-size: 1.9rem;
  line-height: 1.9rem;
  color: var(--thirdColor);
  display: block;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  margin-bottom: -5px;
  text-align: right;
}
.solution a.more:hover{
  color: var(--primaryColor);
}

.centered{
  display: block;
  text-align: center;
  width: 100%;
}

.planos{
  background: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 45px;
  
}

.planos p{
  text-align: center;
  font-size: 0.9rem;
  
}
.plans{
  display: grid;
  grid-template-columns: repeat(3, 75%);
  gap: 20px;
  overflow: scroll;
  padding: 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  position: relative;
  z-index: 5;
}
.plans::-webkit-scrollbar{ width: 0; height: 0;}
.plan{
  background: #fff;
  width: 100%;
  padding: 13px;
  border-radius: 13px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.03);
  scroll-snap-align: center;
}
.plan .title{
  font-size: 2rem;
  font-weight: 900;
  color: var(--quarterColor);
  text-align: center;
  padding: 10px 0;
}
.plan .value{
  background: #FBFAFA;
  text-align: center;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.plan .value .val{
  color: var(--thirdColor);
  font-size: 3.5rem;  
  letter-spacing: -3px;
  margin-bottom: -10px;
  display: block;
}
.plan .value .val small{
  font-size: 1.2rem;
  letter-spacing: -1px;
}
.plan .value .val small:first-child{
  font-size: 0.9rem;
  font-weight: 100;
  top: -15px;
  margin-right: 3px;
}

.plan .value .desc{
  display: block;
  font-size: 0.65rem;
  text-align: center;  
}
.plan ul{
  margin-left: 25px;
  font-size: 0.94rem;
  color: var(--quarterColor)
}
.plan ul li{
  padding: 5px 0;
  border-bottom: 1px dashed rgb(0, 195, 130, 0.15);
  list-style: none;
  position: relative;
  font-size: 0.87rem;
}
.plan ul li::before{
  content: '';
  position: absolute;
  left: -18px;
  top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  filter: invert(51%) sepia(40%) saturate(1846%) hue-rotate(123deg) brightness(95%) contrast(104%);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}
.plan ul li:last-child{
  border-bottom: none;
}


.blueplan{
  background: var(--quarterColor);
  color: #fff;
}
.blueplan .title{
  color: #fff;
}
.blueplan .value{
  background: rgba(255,255,255, 0.05);
}
.blueplan ul{
  color: #fff;
}

.planos .centerCta{
  margin-top: 55px;
  margin-bottom: -40px;
}

.flexACenterJcenter{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thirdColor);
  font-size: 1.1rem;
  font-weight: 900;
}
.avisoSmall{
  font-size: 0.6rem;
  color: var(--quarterColor);
  font-weight: 100;
  margin-left: 10px;
}

.togglePlans{
  background: #fff;
  display: inline-block;
  width: 67px;
  height: 33px;
  border-radius: 20px;
  border: solid 15px var(--quarterColor);
  margin: 15px 15px;
  cursor: pointer;
}
.togglePlans:hover::after{
  background: var(--thirdColor);
}
.togglePlans::after{
  content: '';
  width: 40px;
  height: 40px;
  background: var(--primaryColor);
  position: absolute;
  border-radius: 50%;
  bottom: -16px;
  margin: 0 0 0 17px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  border:solid 1px rgba(255,255,255, 0.05);
  transition: all 0.3s ease;
}

#togglePlans:checked ~ .flexACenterJcenter .togglePlans::after{ margin: 0 0 0 -20px; }

.plan .value .val.mes{display: none;}
#togglePlans:checked ~ .plans .plan .value .val.mes{ display: block;}
#togglePlans:checked ~ .plans .plan .value .val.ano{ display: none;}


.sobre{
  margin: 30px 0;
}

.greenColor{
  color: var(--thirdColor);
}
.linkBorder{
  display: inline-block;
  width: auto;
  text-transform: unset;
  padding: 10px 30px;
  border-color: 2px solid var(--thirdColor);
  color: var(--thirdColor);
  margin-top: 10px;
}
.linkBorder:hover{
  border-color: var(--quarterColor);
  color: var(--quarterColor)
}
.sobre .title{
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 900;
  margin: 30px 0 15px;
  color: var(--quarterColor)
}
.sobre p{
  font-size: 0.9rem;
  display: block;
  margin-bottom: 10px;
}

.imgSobre{
  width: 40%;
  height: auto;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.seguimentos{
  margin: 30px 0;
  padding-top: 20px;
  clear: both;
}

.seguimentos h4{
  font-size: 1.6rem;
}
.seguimentos p{
  font-size: 1rem;
  text-align: center;
}

.listSequimentos{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.seguimento{
  background: #F8F9FA;
  border-radius: 13px;
  overflow: hidden;
}

.seguimento img{
  width: 100%;
  height: auto;
}

.seguimento .dados{
  padding: 8px 10px;
}
.seguimento .dados .tit{
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 8px;
  font-weight: 900;
  color: var(--quarterColor);
}
.seguimento .dados p{
  font-size: 0.8rem;
  text-align: left;
}
.diagonalDark{
  background: #ebebec;
}
.contato{
  background: #ebebec;
  margin: 40px 0 0 0;
  padding-top: 45px;
  padding-bottom: 45px;
}
.contato p{
  font-size: 0.9rem;
  text-align: center;
}

form.likeWindow{
  background: rgba(255,255,255, 0.5);  
  padding: 13px;
  border-radius: 13px;
  width: 100%;
  box-shadow: 1px 1px 5px -4px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
  margin-top: 30px;
}
form.darkwindow{
  background: #f0f0f1;
}
form.likeWindow fieldset{
  background: #fff;
  box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 0 8px 8px 8px;
  padding: 7px;
}
form.likeWindow .title{
  background: #fff;
  color: var(--thirdColor);
  display: inline-block;
  padding: 8px 15px 4px 13px;
  box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 0 0;
}
input, textarea, select{
  background: #F5F7F9;
  border-radius: 5px;
  padding: 10px 13px;
  width: calc(100% - 16px);
  display: block;
  margin: 8px;
  font-size: 1rem;
  font-weight: 100;
}
textarea{ resize: none; }
input[type="submit"]{
  background: var(--quarterColor);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  float: right;
  width: auto;
}
::placeholder { 
  color: var(--secondaryColor);
  opacity: 0.4; 
}
:-ms-input-placeholder {
  color: var(--secondaryColor);
  opacity: 0.4; 
}
::-ms-input-placeholder {
  color: var(--secondaryColor);
  opacity: 0.4; 
}

.treepoints{
  position: absolute;
  top: 14px;
  right: 13px;
}
.treepoints span{
  width: 9px;
  height: auto;
  aspect-ratio: 1/1;
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
}
.treepoints span{
  background: #36D9AA;
}
.treepoints span:nth-child(2){
  background: #F7BC5B;
}
.treepoints span:nth-child(3){
  background: #FF7F7C;
}

.linkContato{
  display: grid;
  grid-template-columns: 75px 201px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: var(--quarterColor);
}
.linkContato:hover{
  color: var(--thirdColor);
}
.linkContato svg{
  width: auto;
  height: 75px;
  fill: #fff;
  filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 0.1));
}
.linkContato span{
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: 900;
  display: block;

}
.linkContato span small{
  font-size: 0.8rem;
  display: block;
  font-weight: 100;
  text-transform: uppercase;
}
.linkContato span .menor{
  font-size: 1.25rem;
  display: block;
  line-height: 0.8rem;
  margin-bottom: 10px;
}
.minify7{
  transform: scale(0.75);
}
.minify9{
  transform: scale(0.9);
}

footer{
  background: var(--quarterColor);
  padding: 55px 0;
  text-align: center;
  color: #fff;
}
.copy{
  font-size: 0.8rem;
}
footer small{
  font-size: 0.6rem;
  font-weight: 100;
  opacity: 0.7;
}
footer .logo img{
  width: 200px;
}

.menufooter{
  list-style: none;
  margin: 30px 0;
}
.menufooter li{
  display: inline-block;
}
.menufooter li a{
  display: block;
  padding: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.menufooter li a:hover{
  color: var(--thirdColor)
}
.clear{
  clear: both;
}
.contacts .centered {
  color: var(--quarterColor) 
}

@media only screen and (min-width:500px){
  .solutions {  
    grid-template-columns: 1fr 1fr;
  }
  #loginform{
    max-width: 400px;
    margin: 30px auto;
  }
}
@media only screen and (min-width:550px){
  header h1 {
    font-size: 3.1rem;
    line-height: 3.2rem;
  }
  header h2 {
    font-weight: 100;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  section.one p,
  .solution p,
  .planos p,
  .sobre p,
  .contato p,
  .seguimento .dados p {
    font-size: 1rem;
  }
  .seguimento .dados .tit {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  h4 {
    font-size: 3rem;
  }
  h4 small {
    font-size: 2.3rem;
    line-height: 1.5rem;
  }
  .descSection {
    font-size: 1rem;
    line-height: 1rem;
  }
  .centerCta a {
    font-size: 1.7rem;
  }
  .plan ul li {
    font-size: 1rem;
  }
}
@media only screen and (min-width:700px){
  .firstCta a, .centerCta a {
    font-size: 1.5rem;
  }
  .firstCta {
    margin-top: -68px;
  }
  .floatWindow {
    transform: scale(80%);
  }
  .win1 {
    margin-left: calc(-100px - 20%);
  }
  .win3 {
    margin-left: 26%;
  }

  section.interna{
    margin: 50px 0;
  }
  #cadform{
    max-width: 650px;
    margin: 30px auto;
  }

  section.one{
    display: grid;
    grid-template-columns: 45% 55%;
  }
  section.one h3{
    grid-column: 2/3;
    text-align: left;
  }
  section img{
    grid-column: 1/2;
    grid-row: 1/4;
  }
  section .aparelhos{
    grid-column: 2/3;    
  }
  .manlaptop {
    width: 100%;
    z-index: -1;
    left: -14%;
    top: 29px;
  }
  section.one p {
    text-align: left;
  }
  .plans {  
    grid-template-columns: repeat(3, 40%);
  }

  section.contato form.likeWindow{
    width: 50%;
    float: left;
  }
  .contacts{
    width: 50%;
    padding: 20px;
    float: right;
  }
  .contacts .centered{
    text-align: left;
    font-size: 0.9rem;
    margin-top: 28px;
  }
  .diagonal {
    bottom: -2px;
    height: 15%;
  }
  section.one p {
    padding: 0 0 0 0px;
  }
}
@media only screen and (min-width:850px){
  header .textos{
    width: 40%;
    float: left;
    position: absolute;
    margin-top: 5%;
    margin-bottom: 50px;
  }
  header .persons{
    width: 58%;
    float: right;
  }
  header h1 {
    font-size: 2.5rem;
    line-height: 2.6rem;
  }
  header h2 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  header.interna .textos{
    position: relative;
    width: 60%;
    margin: 30px auto 90px auto;
    text-align: center;
    float: unset;
  }
  .floatWindow {
    transform: scale(70%);
  }
  .diagonal {
    clear: both;
    bottom: -2px;
    height: 21%;
  }
  .logo img {
    width: 200px;
  }
  .access, header nav.menu {
    max-height: unset;
    align-items: center;
  }
  header nav.menu li {
    display: inline-block;
  } 
  header nav.menu ul{
    margin: 0;
  }
  header nav.menu li a, header nav.menu li a:hover{
    background: transparent;
    box-shadow: none;
  } 
  .toggleMenu{
    display: none;
  }
  header .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .persons .guy {
    top: 11%;
  }
  section.one,
  .solucoes {
    margin-top: 40px;
  }

  .plans {
    grid-template-columns: repeat(3, 1fr);
  }

  section.one p, .solution p, .planos p, .sobre p, .contato p, .seguimento .dados p {
    font-size: 1.2rem;
  }
  h3 {  
    font-size: 1.8rem;
  }
  .descSection {
    font-size: 1.2rem;
    line-height: 1.2rem;    
  }
  .listSequimentos {  
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width:990px){
  .gridBg{
    background-size: unset;
  }
  .firstCta {
    margin: -117px 20px 88px 20px;
    justify-content: flex-start;
  }
  .manlaptop {
    width: 86%;
    z-index: -1;
    left: -6%;
  }
  .solutions {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  } 
  .solution {
    margin-bottom: 30px;
  }
  .solution p{
    font-size: 1rem;
  }
  .sobre .title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .sobre {
    margin: 65px 0;
  }
  .imgSobre {
    margin-left: 52px;
    width: 36%;
  }
  
  .linkBorder {
    font-size: 1.5rem;
    font-weight: 100;
  }
  .seguimentos h4 {
    font-size: 2.3rem;
    width: 50%;
    display: block;
    margin: 9px 25%;
  }
  .seguimentos p {
    font-size: 1.2rem;
  }
  .contacts .centered {
    font-size: 1.1rem;
  }
  .menufooter li a {  
    padding: 8px 33px;
  }
}
@media only screen and (min-width:1150px){
  header h1 {
    font-size: 3.5rem;
    line-height: 3.6rem;
  }
  header h2 {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  .menu {
    font-size: 1.05rem;
  }
  .menu li a {  
    padding: 11px 18px 7px 18px;
  }
  .firstCta a, .centerCta a {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 2.6rem;
  }
  section.one p, .solution p, .planos p, .sobre p, .contato p, .seguimento .dados p {
    font-size: 1.4rem;
  }
  .floatWindow {
    transform: scale(80%);
  }
  .solution p {
    font-size: 1.2rem;
  }
  section.one, .solucoes {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .planos {
    padding-top: 70px;
    padding-bottom: 75px;
  }
  .sobre .title {
    margin: 50px 0 15px;
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
  .sobre p{
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .imgSobre {
    margin-top: -33px;
  }
  .seguimentos h4 {
    font-size: 3rem;
  }
  .listSequimentos {
    grid-template-columns: repeat(4, 1fr);
  }
  .seguimento .dados p {
    font-size: 1.05rem;
  }
  .contato {
    margin: 80px 0 0 0;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  footer{
    padding: 108px 0;
  }
  .seguimentos {
    padding-top: 45px;
  }
  .seguimento .dados {
    padding: 13px 16px;
  }
  .linkContato span {
    font-size: 2.6rem;
    line-height: 2.1rem;
  }
  .linkContato span small {
    font-size: 1rem;
  }
  .linkContato {  
    grid-template-columns: 75px 271px;
    margin-bottom: 10px;
  }
  .linkContato span .menor {
    font-size: 1.65rem;
  }
  .contacts {
    max-width: 401px;
    margin: 0 10% 0 0;
  }
  .contacts .centered {
    font-size: 1.3rem;    
  }
  .access .entra, .access .cadas, .linkBorder {
    padding: 14px 32px 10px 32px;
  }
  .plans {
    max-width: 964px;
    margin: 0 auto;
  }
  .plan ul li {
    font-size: 1.05rem;
    padding: 9px 0 9px 7px;
  }
  .plan ul li::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 7px;    
    width: 20px;
    height: 19px;    
  }
  section.contato form.likeWindow {
    max-width: 491px;
    margin-left: 8%;
    margin-right: 0%;
  }
}
@media only screen and (min-width:1340px){
  .win1 {
    top: 28%;
  }
  header .center, .maxCentered{
    max-width: 1300px;
    margin: 0 auto;
  }
  header .textos {
    width: 49%;
    margin-top: 8%;
  }
  header h1 {
    font-size: 3.8rem;
    line-height: 3.9rem;
  }
  .contato p{
    max-width: 800px;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  header h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .diagonal {
    height: 32%;
    bottom: -4px;
  }
  .firstCta a, .centerCta a {
    padding: 20px 80px;
  }
  .firstCta {
    margin: -220px 20px 158px 20px;
  }
  h3 {
    font-size: 3rem;
  }
  section.one p {
    font-size: 1.6rem;
  }
  .descSection {
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-left: 35px;
    padding-left: 35px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 24px;
    width: 38%;
  }
  .solutions {
    margin: 63px 0;
  }
  h4 {
    font-size: 4.2rem;
  }
  .plans {
    max-width: 1091px;
    margin: 0 auto;
  }
  .plan .title {
    font-size: 3rem;
  }
  .plan .value .val {  
    font-size: 4.2rem;
    font-weight: 900;
  }
  section.contato form.likeWindow {  
    margin-left: 10%;
  }
  .contacts {
    margin: 0 18% 0 0;
  }
  .contacts .centered {
    margin-top: 0px;
  }
  .imgSobre {
    margin-top: -113px;
  }
}