body {
  line-height: 1.6;
  color: #fff;
  overflow-x: hidden;
  font-size: 18px;
  font-weight: 400;
/*   font-family: "-apple-system", "BlinkMacSystemFont", "Roboto", "Helvetica Neue", sans-serif !important; */
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.stop {
  overflow: hidden;
}
label, input {
  
  font-size: calc(10px + 0.390625vw);;
}

.cross {
  width: 20px;
  height: 20px;
  padding: 0.5vh;
  line-height: 1;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  color: rebeccapurple;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 15%;
  background-color: white;
  font-size: 20px;
  font-weight: 800;
  z-index: 99999999999;
}

#page {
  position: relative;
  transition: 1s all ease-in-out;
}
#page.menuopen {
  opacity: 0.6;
  filter: blur(20px);
  transform: scale(1.2);
}

#perfil {
  background-size: cover;
  width: 60vw;
  padding-inline: 20vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(./light-square-bg.webp);
  background-size: 113%;
  background-position: bottom;
}

#profile {
  background-size: cover;
  width: 60vw;
  padding-inline: 20vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(./light-square-bg.webp);
  background-size: 113%;
  background-position: bottom;
}



.content-left {/* 
  margin: 0 !important;
  padding: 0 !important; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.content-right {/* 
  margin: 0 !important;
  padding: 0 !important; */
  height: 70%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex: 80% 0 0;
}

section {
  display: flex;
  width: 100%;
  align-items: center;
  color: #fff;
  position: relative;
  overflow-x: hidden;
}

#vision {
  height: 80vh;
  background-size: cover;
  background-position: left center;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}


.client-titles {
  width: 100%;
  grid-area: title;
/*   flex: 0 0 1; */
}

.client-bottoms {
  width: 100%;
/*   flex: 0 0 1; */
  font-size: 20px;
}

.updated-titles-light a {
  text-decoration: none;
  color: #fcf201;
}

#future {
  width: 100vw;
  height: 100vh;  
  display: flex;
  flex-direction: column;
/*   background: linear-gradient(310deg, #151b1f, #1d2d36); */
background: url(./pexels-sora-shimazaki-5673502.jpg);
background-size: 190%;
background-position: top left;
}


#process {
    width: 100vw;
  height: 90vh;  
  display: flex;
  flex-direction: column;
/*   background: linear-gradient(310deg, #151b1f, #1d2d36); */
background: url(./pexels-photo-5989926.webp);
background-size: 190%;
background-position: center left;
}


.updated-titles {
  position: relative;
  z-index: 1;
  color: #6f63ad;
  text-align: center;
}

.updated-titles-light {
  color: white;  
  position: relative;
  z-index: 1;
  text-align: center;
}

.formbold-main-wrapper .updated-titles-light {
  width: 80%;
  line-height: 1.2;
  margin-inline: auto;
}


.testimonials {
  width:100%;
  height: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
}

.testimonials-content {
  width: 80%;
  height: 80vh;
  margin-block: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.starred {
  width: 70%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  
  flex: 90% 0 0;
}

.secondary {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex: 10% 0 0;
}

.starred-1,
.starred-2,
.starred-3,
.starred-4 {/* 
  background: linear-gradient(130deg, rgb(34, 44, 54),rgb(31, 45, 56)); */
  width: 100%;
  height: 40%;
  flex: 45% 0 0;
  border-radius: 5px;
  margin: 2%;
  position: relative;
  z-index: 99999999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 10px 0px;
/*   mix-blend-mode: luminosity; */
  justify-self: center;
}

.starred-1 {
  background: url("./ACTUAL-ICONS/icons-caro-01.png"), rgb(236, 236, 236);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center 30%;
  overflow: hidden;
}
.starred-2 {
  background: url("./ACTUAL-ICONS/icons-caro-02.png"), rgb(236, 236, 236);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center 30%;
  overflow: hidden;
}
.starred-3 {
  background: url("./ACTUAL-ICONS/icons-caro-03.png"), rgb(236, 236, 236);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center 30%;
  overflow: hidden;
}
.starred-4 {
  background: url("./ACTUAL-ICONS/icons-caro-04.png"), rgb(236, 236, 236);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center 30%;
  overflow: hidden;
}

.starred-1::after,
.starred-2::after,
.starred-3::after,
.starred-4::after {
  content: '';
  font-size: 1rem;
  width: 105%;
  height: 80%;
  text-align: center;
  display: flex;
  justify-content: center;
  line-height: 2.5;
  border-radius: 0 0 0 5px;
  opacity: 1;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 80%);
  z-index: 1;
  background: #6f63ad;
  transition: all 200ms ease-in;
}

.starred-1 p,
.starred-2 p,
.starred-3 p,
.starred-4 p {
  width: 80%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  text-align: center;
  opacity: 0;
  line-height: 1.2;
  font-size: calc(10px + 0.390625vw);;
  transform: translate(-50%,150%);
  transition: all 200ms ease-out;
}

.starred-4 p:first {
  font-size: 50px;
}


.starred-1:hover p,
.starred-2:hover p,
.starred-3:hover p,
.starred-4:hover p {
  transform: translate(-50%,50%);
  opacity: 1;
  transition: all 600ms ease-out;
}


.starred-1:hover strong,
.starred-2:hover strong,
.starred-3:hover strong,
.starred-4:hover strong {
  transform: translate(-50%, 70%);
  opacity: 0;
  transition: all 600ms ease-out;
}


.starred-1:hover::after,
.starred-2:hover::after,
.starred-3:hover::after,
.starred-4:hover::after {
  content: '';
  transform: translate(-50%, 00%);
  opacity: 1;
  transition: all 450ms ease-in-out;
}



.secondary .tech-pic {/* 
    background: linear-gradient(130deg, rgb(34, 44, 54),rgb(31, 45, 56)); */
    background: white;
  border-radius: 5px;
  margin: 2px;
  position: relative;
  z-index: 99999999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 10px 0px;
/*   mix-blend-mode: luminosity; */
  justify-self: center;
  flex: 5% 0 0;
}

.testimonials img {
  filter: saturate(0.3);
}




/* .tech-pic-2 {
  background-color: rgb(32, 32, 32);
  border-radius: 5px;
  width: 10%;
  position: relative;
  z-index: 99999999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 10px 0px;
  transition: all 800ms;
  justify-self: center;
  grid-area: main;
} */

/* .tech-pic-1 {
  background-color: rgb(32, 32, 32);
  border-radius: 5px;
  width: 10%;
  position: relative;
  z-index: 99999999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 10px 0px;
  transition: all 800ms;
  justify-self: center;
  grid-area: starred;
} */

/* .tech-pic-2:nth-child(-n + 4) {
  grid-area: other;
} */

/* .offers:hover {
  color: #2996da;

  z-index: 999999999;
  transition: all 200ms;
} */


.serv-1 {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  height: 50%;
  position: relative;
  z-index: 1;
  background: url("./pexels-photo-12903034.webp");
  background-size: cover;
  transition: all 200ms;
  flex: 30% 0 0;
  cursor: pointer;
}

.serv-2 {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  height: 50%;
  position: relative;
  z-index: 1;
  background: url("./pexels-photo-3746957.webp");
  background-size: cover;
  transition: all 200ms;
  flex: 30% 0 0;
  cursor: pointer;
}

.serv-3 {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  height: 50%;
  position: relative;
  z-index: 1;
  background: url("./pexels-photo-5989926.webp");
  background-size: cover;
  transition: all 200ms;
  flex: 30% 0 0;
  cursor: pointer;
}

.serv-4 {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  height: 50%;
  position: relative;
  z-index: 1;
  background: url("./nuevas\ \(3\).webp");
  background-size: cover;
  transition: all 200ms;
  flex: 30% 0 0;
  cursor: pointer;
}

.serv-5 {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  height: 50%;
  position: relative;
  z-index: 1;
  background: url("./nuevas\ \(2\).webp");
  background-size: cover;
  transition: all 200ms;
  flex: 30% 0 0;
  cursor: pointer;
}

.serv-6 {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  height: 50%;
  position: relative;
  z-index: 1;
  background: url("./nuevas\ \(1\).webp");
  background-size: cover;
  transition: all 200ms;
  flex: 30% 0 0;
  cursor: pointer;
}

.serv-1,
.serv-2,
.serv-3,
.serv-4,
.serv-5,
.serv-6 {
  transform: scale(0.9);
  filter: saturate(0.4);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.serv-1:hover,
.serv-2:hover,
.serv-3:hover,
.serv-4:hover,
.serv-5:hover,
.serv-6:hover {
  filter: saturate(1);
  transform: scale(0.91);
  transition: all 200ms;
}

.content-left h2 {
  width: 100%;
  font-size: 40px;
  color: #6f63ad;
}

.offers {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 7vh;
  color: #6f63ad;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 5vh;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.offers::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, rgb(194, 194, 194) 0%,rgba(255, 255, 255, 1) 50%, rgb(230, 230, 230) 100%)
}

#vision::after,
#process::after,
#future::after,
#form::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(309deg, rgba(3, 3, 8, 0.966) 0%, rgba(9, 6, 15, 0.877) 11%, rgba(3, 7, 20, 0.651) 100%);
/*   background: linear-gradient(309deg, rgba(3, 3, 8, 0.822) 0%, rgba(9, 6, 15, 0.671) 11%, rgba(3, 7, 20, 0.281) 100%); */
/*   background: linear-gradient(309deg, rgba(3, 3, 8, 0.247) 0%, rgba(9, 6, 15, 0.185) 11%, rgba(3, 7, 20, 0.007) 100%); */
  /* deg
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  */ /* opacity: 0.5; */
  height: 100%;
  width: 100%;
}

#uniqueness:after,
#perfil:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
/*   background: linear-gradient(309deg, rgba(3, 3, 8, 0.966) 0%, rgba(9, 6, 15, 0.877) 11%, rgba(3, 7, 20, 0.651) 100%); */
/*   background: linear-gradient(309deg, rgba(3, 3, 8, 0.822) 0%, rgba(9, 6, 15, 0.671) 11%, rgba(3, 7, 20, 0.281) 100%); */
  background: linear-gradient(309deg, rgba(69, 69, 75, 0.247) 0%, rgba(70, 67, 75, 0.185) 11%, rgba(60, 61, 66, 0.007) 100%);
  /* deg
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  */ /* opacity: 0.5; */
  height: 100%;
  width: 100%;
}

section h2 {
/*   font-size: 30px; */
  padding-block: 2vh;
  text-align: center;
  line-height: 1;
  margin: 0;
  z-index: 2;
  position: relative;
}

.hero-text {/* 
  background-color: white; */
  height: 100%;
  
  width: 40%;
  margin-inline:10vw;/* 
  margin-left: auto; */
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4vw;/* 
  margin-block: 2vh; */
}



/* section:nth-child(1) {

} */

.hero-text h1,
.hero-text h2 {
  padding-block: 2vh;
  text-align: right;
  line-height: 1;
  margin: 0;
  z-index: 2;
  position: relative;
}

.hero-text p {
  font-size: 20px;
  padding-block: 2vh;
  text-align: center;
  line-height: 1;
  margin: 0;
  z-index: 2;
  position: relative;
}

.cta {
/*   background: linear-gradient(130deg, rgb(34, 44, 54),rgb(31, 45, 56)); */
/*   background: #fcf201; */
  background: #6f63ad;
  position:relative;
  z-index: 999999999999999999999999999999;
  cursor: pointer;
  border: none;
  align-self: flex-start;
  font-weight: 600;
  padding-inline: 30px;
  padding-block: 10px;
  border-radius: 5px;
  margin-top: 2vh;
  color: #f8f8f8;
}





strong {
  position: relative;
  padding-right: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  z-index: 9999999999999999999999999;
/*   grid-column: span 12;
  grid-row: span 5; */
  color: white;
}

.serv-title-1 {
  background-color: #6f63ad;
}


#uniqueness {
  width: 80vw;
  padding-inline: 10vw;
  height: 70vh;
/*   background: linear-gradient(310deg, #d8eefa, #e9f1f7); */
  background: url(./light-square-bg.webp);
  background-size: 113%;
  background-position: bottom;/* 
  background: white; */
  display: flex;
  justify-content: center;
  align-items: center;
}




#uniqueness  .content-container {
  display: flex;
  flex-direction: column;
  flex: 80%;
/*   padding-right: 10vw; */
}

.section-title {
  flex: 30%;
  padding-left: 2vw;
  color: #6f63ad;
}

.section-title h2 {
  width: 100%;
}


.hidden-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  height: 150px;
  justify-content: end;
  background: linear-gradient(130deg,#e4e4e4,#f3f3f3);
  
  align-items: baseline;
}

.hidden-content p {
  width: 50%;
  color: rgb(31, 45, 56);

  position: relative;
  text-align: right;
/*   padding-right: 40vw; */
  line-height: 1.1;
  padding-right: 2vw;
  z-index: 9999999999999999999999999;
/*   grid-column: span 12;
  grid-row: span 5; */
}



.test {
  position: relative;
  z-index: 1;
  height: 150px;
  margin-block: 1vh;
  width: 700px;
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.clickable {
  margin: 0 !important;
  padding: 0 !important;
  width: 95%;
  height: 100%;
  display: flex;
  justify-content: start;
  flex-direction: row;
/*   background: linear-gradient(130deg, #6f63ad,#62598f); */
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
  border-radius: 8px;
  transition: all 200ms ease-out;
}


.cl-bg-1 {
  background-image: url(./banner-1.webp);
  background-size: cover;
}

.cl-bg-2 {
    background-image: url(./banners-\ \(5\).webp);
  background-size: cover;
}

.cl-bg-3 {
    background-image: url(./banner-3.webp);
  background-size: cover;
}

.clickable:hover {/* 
  clip-path: polygon(0 0, 30% 0, 30% 100%, 0 100%); */
  filter: brightness(1.2);
  
  transition: all 200ms ease-out;
}

.selected {
  clip-path: polygon(0% 0%, 40% 0, 35% 50%, 40% 100%, 0% 100%);
box-shadow: inset -450px -1px 17px -6px #4f4679;
  transition: all 200ms ease-out;
} 

.clickable h2 {

}

.moar {
  display: block;
  flex: 35% 0 0;
/*   line-height:2; */
  display: flex;
  margin-left: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
  text-transform: uppercase;
}



.moar strong {
  
  font-size: 60px;
  letter-spacing: -5px;
  font-weight: 800;
  line-height: 0.9;
  display: block;
  font-size: calc(70px + 0.390625vw);
}

.test-content {/* 
  flex: 70% 0 0; */
  height: 100%;
  width: 100%;
  margin-block: auto;
  background-position: top;
  color: rgb(255, 255, 255);
  font-size: 40px;
  text-transform: uppercase;
  line-height: 0.9;
  position: relative;/* 
  padding-left: 2vw; */
  display: flex;
  justify-content: start;
  align-items: center;
  transition: all 200ms ease-out;
  font-weight: 600;
}




#footer {
  background: #6f63ad !important;
  width: 100vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0;
  display: flex;
}



.wide-container {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;

  
  
  
  color: rgb(31, 45, 56);

}

.wide-container img {
  margin-inline: auto;
  width: 100px;
  padding-bottom: 4vh;
}

#form {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(./pexels-cottonbro-5989931.webp);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: bottom center;
}

.footer-columns {
  border-top:    2px solid  white;
border-bottom:    2px solid  white;
width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info {
  margin-block: 2vh;
  width: 100%;
  color: #fff;
  text-align: center;

}

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

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

.formbold-btn {
  width: 50%;
/*   background: linear-gradient(130deg, rgb(34, 44, 54),rgb(31, 45, 56)); */
  background: #6f63ad;
  color: rgb(230, 230, 230);
  border: none;
  border-radius: 8px;
  height: 40px;
}

label, input {
  text-align: center;
  display: block;
}

input {
  margin-inline: auto;
  width: 95%;
  margin-bottom: 5vh;
  transition: all 200ms;
  border-radius: 8px;
  border: 0;
  height: 40px;
}


input:focus {
  width: 100%;
  padding: 0;
  border: none;
  background-color: rgb(176, 176, 180);
  transition: all 200ms;
}

.radio-container {
  margin-bottom: 5vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-label {
  width: 100%;
  text-align: right;
  line-height: 1;
  flex: 70% 0 0;
  align-self: center;


}

.radio-input {
  margin-block: auto;
}

.formbold-main-wrapper {
  width: 20%;
  position: relative;
  z-index: 1;
}

.formbold-main-wrapper h2 { 
  margin-bottom: 5vh;
}

.formbold-form-wrapper {
  width: 100%;

}

.contact-info p {
  margin-block: 0;
}






#uniqueness img {
/*   grid-column: span 8;
  grid-row: span 2; */
  width: 35vw;
  object-fit: cover;
}


#main-hero {
  position: relative;
  z-index: 1;
  
  font-weight: 400;
  font-size: calc(14px + 0.390625vw);
  text-align: left;
  width: 100%;
}


#main-hero-title {
  width: 100%;
  text-align: left;
  font-weight: 800;
  font-size: calc(30px + 0.390625vw);
}

#sub-hero {
  width: 70%;
  margin-right: auto;
  position: relative;
  text-align: left;
  z-index: 1;
  font-size: calc(14px + 0.390625vw);
}

#slogan {
  width: 100%;
  text-align: left;
  font-size: calc(10px + 0.390625vw);
}


header {
  z-index: 99999;
  width: 90%;
  position: relative;
}
header #logo {
  position: fixed;/* 
  top: 50%;
  left: 0;
  right: 0; */
  position: relative;
/*   align-self: flex-start; */
  justify-content: center;
  width: 60px;
  height: auto;/* 
  margin: 0 auto; */
  opacity: 1;
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
}
header nav {
  display: flex;
  height: 1vh;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  position: fixed;
  top: 5vh;
  left: 0;
  right: 0;
  width: 90vw;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  z-index: 9;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}
header nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: block;
  padding: 10px 60px;
  line-height: 1;
  font-size: 15px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 15% 0 0;
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
}
header nav button {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 99;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  outline: 0;
  border: 0;
  cursor: pointer;
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  transform: scale(0);
}
header nav button span {
  width: 40%;
  background: #fff;
  height: 2px;
  display: block;
  margin: 5px auto;
  transform: scalex(0);
  transition: 0.6s transform cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s margin ease-in 0s;
}
header nav button:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
header nav button:hover span {
  margin: 10px auto;
}

header.sticky #logo {
  top: 0;
  transform: scale(0.8);
  opacity: 0;
  transition-delay: 0.5s;
}
header.sticky nav {
  top: 20px;
  padding: 0;
  width: 90px;
  height: 90px;
  transition-delay: 0.5s;
}
header.sticky nav button {
  transform: scale(1);
  transition-delay: 0.6s;
}
header.sticky nav button span {
  transform: scalex(1);
  transition: 0.6s transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s, 0.3s margin ease-in 0s;
}
header.sticky nav a {
  padding: 0;
  opacity: 0;
  letter-spacing: 0px;
  transform: scale(0.3);
  transition-delay: 0.2s;
}

#fixedlink {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  right: 0;
  left: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 20px;
}


.unique-content {
  width: 100%;
  height: 80%;
/*   padding-block: 10%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


#mobile-logo {
  display: none;
}

/* might break */

.starred-1 strong,
.starred-2 strong,
.starred-3 strong,
.starred-4 strong {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 1vw;
  height: 1vw;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  opacity: 1;
  background-color: rebeccapurple;
  color: white;
  border-radius: 50%;
  z-index: 999999;
  transition: all 200ms ease-out;
}

.test-content {
  border-radius: 0px 95px 95px 0px;
}


.inner-container {
  width: 75%;  /* PLAY WITH THIS FOR RESPONSIVENESS */
  margin: auto;
  height: 70%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.process-step-container {
  width: 100%;  /* PLAY WITH THIS FOR RESPONSIVENESS */
  margin: auto;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-step {
  width: 100%;
  height: 100%;
  margin-block: auto;
/*   background-color: rgba(255, 255, 0, 0.507); */
  display: flex; /* remove this when inner container is filled */
/*   margin-inline: 1vw; */ /* remove this when inner container is filled */
}




.step-inner-container {
  width: 90%;
  height: 90%;
  border-radius: 8px;
  margin: auto;

  display: flex;
  flex-direction: column;
  background-color: rgb(39, 39, 39);
}


.step-upper-container {
/*   width: 100%;
  height: 100%; */
  flex: 60% 0 0; /* PLAY WITH THIS FOR RESPONSIVENESS */
/*   background-color: rgba(255, 105, 180, 0.534); */
  display: flex;

}

.step-lower-container {
  width: 100%;
  height: 100%;
/*   background-image: url(./banner-1.webp); */
  background-size: cover;
  background-position: left;
}

.step-pic-1 {
  background-image: url(./train-1.webp);
}

.step-pic-2 {
  background-image: url(./train-3.webp);
}

.step-pic-3 {
  background-image: url(./train-1.webp);
}

.step-pic-4 {
  background-image: url(./train-2.webp);
}







.step-icon {
  width: 100%;
  height: 100%;
  background-color: #6f63ad;
  flex: 30% 0 0;
  color: white;
  margin-inline: auto;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 50px;
  font-weight: 800;
}

.step-description {
  width: 100%;
  height: 100%;
/*   background-color: cornflowerblue; */
}

.step-content {
  width: 80%;
  margin-inline: auto;
  height: 100%;
  text-overflow: fade;
  line-height: 1.2;
}


.personal-inner-container {
  width: 90%;
  height: 70%;
  display: flex;
  border-radius: 8px;
  background-color: #6f63ad;
}

.personal-picture-container {
/*   width: 100%; */
  border-radius: 8px 0 0 8px;
  height: 100%;
  flex: 40% 0 0;
  background: url(./caroborja-2f.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.biography-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 2vw;
}

.title-container {
  text-align: left;
  width: min-content;
/*   padding-left: 2vw; */
  display: flex;
  justify-content: start;
  white-space: nowrap;
}

.title-container small {
  text-align: left;
  display: block;
  margin-bottom: -.5vh;
  font-weight: 200;
}

.description-container {
/*   margin: 2vw; */
}




 @media all and (max-width: 479px) {
  
  .selected {
    clip-path: polygon(0% 0%, 35% 0, 30% 50%, 35% 100%, 0% 100%);
  box-shadow: inset -210px -1px 17px -6px #4f4679;
    transition: all 200ms ease-out;
  } 

  .updated-titles,
  .updated-titles-light,
  .updated-titles-light a {
    font-size: calc(20px + 0.390625vw) !important;
  }

  .personal-inner-container p,
  .step-content {
    
    font-size: calc(14px + 0.390625vw);
  }

  .personal-inner-container {
    height: 95%;
    flex-direction: column;
  }

  .title-container small {
    margin-bottom: 0vw;
  }

  #profile {
    height: 140vh !important;
  }
  
  #process {
    height: 200vh !important;
  }

  .process-step-container {
    height: 95%;
    flex-direction: column;
  }

  .inner-container {
    height: 95%;
  }

  .personal-picture-container {
    background-position: bottom center;
    flex: 30% 0 0;
  }

  .biography-container {
    justify-content: center;
    margin: 6vw;
  }

  label, input {
  
    font-size: calc(14px + 0.390625vw);;
  }

  header nav {
    flex-direction: column;
    height: 80vh;
    border-radius: 20px;
    width: 80%;
  }

  #mobile-logo {
    width: 30vw;
    margin-bottom: 10vh;
    position: relative;
    z-index: 1;
    margin-inline: auto;
    display: block;
  }

  .offers {
    font-size: calc(14px + 0.390625vw);
    letter-spacing: 0;
    line-height: 1.2;
  }

  .unique-content {
    flex-direction: column;
  }

  .client-titles {
    width: 80%;
    margin-inline: auto;
    font-size: calc(20px + 0.390625vw);;
  }

  .client-bottoms {
    width: 90%;
    margin-top: 2vh;
    margin-inline: auto;
    font-size: calc(16px + 0.390625vw);;
  }
  .moar strong {

    font-size: calc(45px + 0.390625vw);
  }

  #vision {
    justify-content: center;
    align-items: center;
  }


/* 
  .starred-4 p:first {
  font-size: 10px;
} */


  .starred-1::after,
.starred-2::after,
.starred-3::after,
.starred-4::after  {
  font-size: 5px;
}

.starred-1 p,
.starred-2 p,
.starred-3 p,
.starred-4 p {
  font-size: calc(8px + 0.390625vw);
  width: 80%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  text-align: center;
  opacity: 0;
  line-height: 1.2;
  transform: translate(-50%,150%);
  transition: all 200ms ease-out;
}

.starred-1:hover p,
.starred-2:hover p,
.starred-3:hover p,
.starred-4:hover p {
  transform: translate(-50%,40%);
  opacity: 1;
  transition: all 600ms ease-out;
}

  .hero-text {/* 
    background-color: white; */
    height: 100%;
    margin-inline: 0;
    
    width: 100%;/* 
    margin-left: auto; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 10vh;/* 
    margin-block: 2vh; */
  }

/*   .hero-text h2 {
    padding-block: 2vh;
    text-align: center;
    line-height: 1;
    margin: 0;
    z-index: 2;
    position: relative;
  }
  
  .hero-text p {
    font-size: 20px;
    padding-block: 2vh;
    text-align: center;
    line-height: 1;
    margin: 0;
    z-index: 2;
    position: relative;
  }
   */


   #main-hero-title {
    font-size: calc(20px + 0.390625vw);
    text-align: center;
   }

   #main-hero {
    font-size: calc(14px + 0.390625vw);
    text-align: center;
   }

   #sub-hero {
    font-size: calc(14px + 0.390625vw);
    text-align: center;
    margin-right: 0;
   }

   #slogan {
    text-align: center;
   }

   .cta {
    margin-inline: auto;
   }

  #vision {
    height: 100vh;
    width: 80vw;
    background-size: cover;
    background-position: left bottom;
    padding-inline: 10vw;
    display: flex;
    justify-content: start;
    align-items: end;


  }

  #uniqueness {

  padding-inline: 0vw;
  height: 90vh;
  margin-block: auto;
    width: 100%;
    flex-direction: column;
  }


  #uniqueness  .content-container {
    display: flex;
    flex-direction: column;
    flex: 80%;
    padding-right: 0;
    padding-inline: 0;
    height: 100%;
    width: 90%;
  }
  
  .section-title {
    display: flex;
    justify-content: center;
    align-items: end;
    flex: 20%;
    padding-left: 0;
    height: 100%;
  }
  
  .section-title h2 {
    justify-content: end;
    width: 100%;
  }

  #perfil {
    background-size: cover;
    margin-inline: auto;
    padding-inline: 0 !important;
    height: 100vh;
    width: 100%;
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


  #profile {
    background-size: cover;
    margin-inline: auto;
    padding-inline: 0 !important;
    height: 100vh;
    width: 100%;
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

.content-right {
  flex-direction: column;
  margin-inline: 2vw;
  flex: 90% 0 0;
  width: 90%;
}

/* .content-left,
.content-right {
  padding-left: 10vw;
} */

.serv-1,
.serv-2,
.serv-3,
.serv-4,
.serv-5,
.serv-6 {
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 30%;
  flex: 30% 0 0;
  position: relative;
  z-index: 1;
  margin-block: 0;
  filter: saturate(0.5);
  transform: scale(0.8);
  background-size: cover;
  transition: all 200ms;
}

.serv-1 {
  background-size: 150%;
  background-position: 0% 90%;
}

.serv-2 {
  background-size: 150%;
  background-position: 30% 30%;
}

.serv-3 {
  background-position: top;
  background-size: 170%;
}
  

#form {
  background-position: center center;
}

.offers {
  padding: 0;
  margin-bottom: 0 !important;
}

.formbold-main-wrapper {
  width: 80% !important;
  position: relative;
  z-index: 1;
}

.formbold-form-wrapper {
  width: 100%;
  
}



.wide-container {
  
  height: 80%;
}

.footer-columns {
  height: fit-content;
  margin-block: auto;
  flex-direction: column;
}

.contact-info {
  margin-block: 2vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.test {
  width: 100%;
  margin-inline: 0;
}

.clickable {
  width: 95%;
}

.test-content {
  width: 100%;
  height: 100%;background: inherit;
  color: rgb(255, 255, 255);
  font-size: calc(16px + 0.390625vw);
  text-transform: uppercase;
  line-height: 0.8;
  position: relative;/* 
  padding-left: 2vw; */
  display: flex;
  padding-left: .5vw;
  justify-content: start;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  align-items: center;
  transition: all 200ms ease-out;
}

.test-content:hover {/* 
  background: linear-gradient(130deg, rgb(41, 52, 63),rgb(36, 

51, 63)); *//* 
  clip-path: polygon(0 0, 30% 0, 30% 100%, 0 100%); */
  
  transition: all 200ms ease-out;
}

.hidden-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  height: 100%;
  justify-content: end;
  background: linear-gradient(130deg, rgba(196, 205, 216, 

0.884),rgba(176, 180, 184, 0.884));
  
  align-items: baseline;
}


.hidden-content p {
  width: 60%;
  color: rgb(31, 45, 56);

  position: relative;
  font-size: calc(12px + 0.390625vw);
  text-align: right;
/*   padding-right: 40vw; */
  line-height: 1.1;
  padding-right: 8vw;
  z-index: 9999999999999999999999999;
/*   grid-column: span 12;
  grid-row: span 5; */
}

.content-left {
  flex: 10% 0 0;
}


.moar {
  font-size: calc(12px + 0.390625vw);;
}


#future,
#perfil,
#uniqueness,
#form {
  background-repeat: no-repeat;
  background-size: cover;
}

#footer {
  height: 80vh;
}

.starred-1 strong,
.starred-2 strong,
.starred-3 strong,
.starred-4 strong {
  transform: translate(-50%, -25%);
  font-size: 12px;
  width: 4vw;
  height: 4vw;
}


.starred-1,
.starred-2,
.starred-3,
.starred-4 {
  background-size: 90%;
  flex: 40% 0 0;
}

#future {
  height: 110vh;
}


  
}


@media all and (min-width: 480px) and (max-width: 820px) {

  .selected {
    clip-path: polygon(0% 0%, 40% 0, 35% 50%, 40% 100%, 0% 100%);
  box-shadow: inset -50px -1px 17px -6px #4f4679;
    transition: all 200ms ease-out;
  } 



  .updated-titles,
  .updated-titles-light,
  .updated-titles-light a {
    font-size: calc(20px + 0.390625vw) !important;
  }

  .personal-inner-container p,
  .step-content {
    
    font-size: calc(14px + 0.390625vw);
  }

  .personal-inner-container {
    width: 95%;
    height: 95%;
    flex-direction: column;
  }

  .title-container small {
    margin-bottom: 0vw;
  }

  #profile {
    padding-inline: 0 !important;
    margin-inline: 0 !important;
    width: 100%;
    height: 100vh !important;
  }
  
  #process {
    height: 100vh !important;
  }

  .process-step-container {
    height: 95%;
    flex-direction: column;
  }

  .inner-container {
    height: 95%;
  }

  .personal-picture-container {
    background-position: center center;
    flex: 30% 0 0;
  }

  .biography-container {
    justify-content: center;
    margin: 6vw;
  }





  label, input {
  
    font-size: calc(14px + 0.390625vw);;
  }

  .starred-1 strong,
  .starred-2 strong,
  .starred-3 strong,
  .starred-4 strong {
    transform: translate(-50%, -5%);
    font-size: 12px;
    width: 4vw;
    height: 4vw;
  }


  .starred-1 p,
  .starred-2 p,
  .starred-3 p,
  .starred-4 p {
    font-size: calc(14px + 0.390625vw);
    bottom: 25px;
  }


  .unique-content {
    flex-direction: column;
  }

  #future,
  #perfil,
  #uniqueness,
  #form {
    background-repeat: no-repeat;
    background-size: cover;
  }


  header {
    width: 100%;
  }
  header nav {
    padding: 20px 10px;
    width: 90vw;
  }
  header nav a {
    padding: 0px 20px;
  }

    .test {
      width: 90%;
      height: 20vh;
      margin-inline: auto;
      padding-inline: 0;
    }

    #uniqueness {
      width: 100vw;
      height: 100vh;
      padding-inline: 0;
      margin-inline: auto;
      flex-direction: column;
    }

    .hidden-content {
      height: 100%;
    }

    .hidden-content p {
      padding-right: 5vw;
      font-size: calc(14px + 0.390625vw);
    }

    #uniqueness .content-container {
      padding-right: 0;
      align-self: center;
      width: 90%;
      flex: 70%;
    }

    .section-title {
      flex: 10%;
      display: flex;
      justify-content: center;
      align-items: end;
      padding-left: 0;
      align-self: center;
    }
    

    .formbold-main-wrapper {
      width: 80%;
    }

    .testimonials-content .client-titles {
      width: 70%;
      margin-inline: auto;
    }

    .client-bottoms {
      width: 80%;
      margin-inline: auto;
    }

    .test-content {
      width: 100%;
      font-size: 30px;
      transform: translateX(20px);
    }


    .secondary .tech-pic {
      flex: 2% 0 0;
      margin: 1px;
    }

    .hero-text {
      width: 100%;
      justify-content: end;
      align-items: center;
      padding-bottom: 2vh;
      padding-right: 0;
    }



    #main-hero-title {
      font-size: calc(50px + 0.390625vw);
      text-align: center;
     }
  
     #main-hero {
      font-size: calc(20px + 0.390625vw);
      width: 80%;
      text-align: center;
     }
  
     #sub-hero {
      font-size: calc(20px + 0.390625vw);
      text-align: center;
      margin-right: 0;
     }

     #slogan {
      font-size: calc(16px + 0.390625vw);
      text-align: center;
     }

     .cta {
      margin-inline: auto;
     }

      .hero-text {
        margin-bottom: 4vh;
        margin-inline: auto;
      }

      #footer {
        height: 70vh;
      }

      .wide-container {
        height: 60%;
      }
      
      .footer-columns {
        font-size: 16px;
        flex-direction: column;
        justify-content: space-between;
        height: fit-content;
        margin-block: auto;
        padding-block: 5vh;
      }

      #perfil {
        flex-direction: column;
        width: 100vw;
        padding-inline: 0;
      }

      .serv-1,
      .serv-2,
      .serv-3,
      .serv-4,
      .serv-5,
      .serv-6 {
        height: 50%;
      }


      .content-right {
        flex: 60% 0 0;
      }


      .personal-inner-container {
        width: 95%;
        height: 95%;
        flex-direction: row;
      }
      


}


@media (min-width: 821px) and (max-width: 1280px) and (orientation:portrait) {
  .hero-text {
    width: 100%;
    justify-content: end;
    align-items: center;
    padding-bottom: 2vh;
    padding-right: 0 !important;
  }

  #main-hero-title {
    font-size: calc(50px + 0.390625vw);
    text-align: center;
   }
  
   #main-hero {
    font-size: calc(30px + 0.390625vw);
    width: 80%;
    text-align: center;
   }
  
   #sub-hero {
    font-size: calc(30px + 0.390625vw);
    text-align: center;
    margin-right: 0;
   }
  
   #slogan {
    font-size: calc(16px + 0.390625vw);
    text-align: center;
   }
  
   .cta {
    margin-inline: auto;
   }

   .inner-container {
    height: 85%;
   }

   .process-step-container {
    flex-direction: column;
   }

   section h2 {
    padding-block: 1vh;
   }

   #perfil {
    height: 50vh;
   }

   .starred-1,
   .starred-2,
   .starred-3,
   .starred-4 {
     background-size: 70%;
   }

   .starred-1 strong,
   .starred-2 strong,
   .starred-3 strong,
   .starred-4 strong {
    bottom: 5%;
    font-size: calc(20px + 0.390625vw);
   }

   #profile {
    width: 100vw;
    padding-inline: 0;
   }

   .formbold-main-wrapper {
    width: 50%;
   }

   #form {
    background-size: 200%;
   }
}





@media all and (min-resolution: 1.25dppx) and (max-resolution: 1.5dppx) and (orientation: landscape) {

  #main-hero {
    font-size: calc(14px + 0.390625vw) !important;
  }

  #main-hero-title, #sub-hero {
    font-size: calc(22px + 0.390625vw) !important;
  }

  #vision {
    height: 90vh;
  }

  #uniqueness {
    height: 80vh;
  }



  .updated-titles,
  .updated-titles-light,
  .updated-titles-light a {
    font-size: calc(20px + 0.390625vw) !important;
  }

  .personal-inner-container p,
  .step-content {
    font-size: calc(9px + 0.390625vw);
  }


  .test {
    height: 120px;
    width: 800px;
  }

  .personal-inner-container {
    width: 95%;
    height: 95%;
    flex-direction: row;
  }

  .title-container small {
    margin-bottom: 0vw;
  }


/*   .title-container h2 {
    font-size: calc(4px + 0.390625vw) !important;
  } */

  .personal-inner-container {
    width: 80%;
    height: 70%;
  }

  #profile {
    padding-inline: 0 !important;
    margin-inline: 0 !important;
    width: 100%;
    height: 100vh !important;
  }
  
  #process {
    height: 100vh !important;
  }

  .process-step-container {
    height: 95%;
    flex-direction: row;
  }

  .inner-container {
    height: 80%;
  }

  .moar strong {
    font-size: calc(50px + 0.390625vw);
  }


    .test-content {
    font-size: calc(30px + 0.390625vw);
    }

  .personal-picture-container {
    background-position: center center;
/*     background-size: 50%; */
    flex: 30% 0 0;
  }

  .biography-container {
    justify-content: center;
    margin: 6vw;
  }
  
  


  header #logo {
    position: fixed;/* 
    top: 50%;
    left: 0;
    right: 0; */
    position: relative;
  /*   align-self: flex-start; */
    justify-content: center;
    width: 60px;
    height: auto;/* 
    margin: 0 auto; */
    opacity: 1;
    transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1) 

0.6s;
  }


/*   header nav {
    display: flex;
    height: 2vh;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    position: fixed;
    top: 5vh;
    left: 0;
    right: 0;
    width: 70vw;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 200px;
    z-index: 9;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1) 

0.2s;
  } */

  .starred-1 p,
.starred-2 p,
.starred-3 p,
.starred-4 p {
  width: 80%;
  height: 100%;
  position: absolute;
  bottom: -3vh;
  left: 50%;
  z-index: 10;
  text-align: center;
  opacity: 0;
  line-height: 1.2;
  transform: translate(-50%,150%);
  transition: all 200ms ease-out;
}

.radio-label {
  flex: 50% 0 0;
}

.hidden-content p {
  padding-right: 3vw;
}

.hidden-content {
  height: 120px;
}


.starred-1:hover p,
.starred-2:hover p,
.starred-3:hover p,
.starred-4:hover p {
  transform: translate(-50%,40%);
  opacity: 1;
  transition: all 600ms ease-out;
}


/* .offers {
  font-size: 16px;
} */

.formbold-main-wrapper {
  width: 30%;
}
}

@media all and (min-width: 821px) and (max-width: 1280px) and (orientation: landscape) {

  .updated-titles,
  .updated-titles-light,
  .updated-titles-light a {
    font-size: calc(20px + 0.390625vw) !important;
  }


  .step-content {
    
    font-size: calc(7px + 0.390625vw);
  }

  .personal-inner-container p {
    
    font-size: calc(10px + 0.390625vw);
  }


  .personal-inner-container {
    width: 95%;
    height: 95%;
    flex-direction: row;
  }
  

  .process-step-container {
    height: 95%;
    flex-direction: row;
  }


  .inner-container {
    height: 70%;
  }



  .serv-1,
  .serv-2,
  .serv-3,
  .serv-4,
  .serv-5,
  .serv-6 {
    background-size: cover;
    background-position: 0% 75%;
    background-repeat: no-repeat;
  }

  
  .serv-2 {
    
    background-position: 0% 35%;
  }

  .starred-1,
  .starred-2,
  .starred-3,
  .starred-4 {
    background-size: 30%;
  }


  .starred-1::after,
  .starred-2::after,
  .starred-3::after,
  .starred-4::after {
    transform: translate(-50%, 70%);

  }


  .starred-1 strong,
  .starred-2 strong,
  .starred-3 strong,
  .starred-4 strong {
    transform: translate(-50%, -25%);
    font-size: 12px;
    width: 2vw;
    height: 2vw;
  }
  

  #mobile-logo {
    display: none;
  }
  #main-hero-title {
    font-size: calc(30px + 0.390625vw);;
/*     text-align: right; */
  }

  .hero-text {
    width: 80vw;
    padding-right: 20vw;
  }

  .clickable h2 {
    font-size: calc(16px + 0.390625vw);;
  }

.test-content {
  font-size: calc(24px + 0.390625vw);
  padding-left: 2vw;
}

#footer {
  height: 60vh;
}

.wide-container {
  justify-content: center;
}

.contact-info p {
  font-size: calc(10px + 0.390625vw);;
}


  header #logo {
/*     position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    width: 50px;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1) 

0.6s; */
  }


  header nav a{
    width: 100%;
    flex: 5% 0 0;
      font-size: 14px !important;
    }


    #vision {
      height: 100vh;
    }




  header nav {
    display: flex;
    height: 2vh;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    width: 90vw;
    margin: 0 auto;
    top: 4vh;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 9;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1) 

0.2s;
  }

  #perfil {
    flex-direction: column;
    width: 100vw;
    padding-inline: 0;
  }

  .content-left {
    flex: 10% 0 0;
  }

  .content-right {
    width: 80%;
    flex: 60% 0 0;
  }

  .serv-1,
.serv-2,
.serv-3,
.serv-4,
.serv-5,
.serv-6 {
  transform: scale(0.9);
  filter: saturate(0.4);
  height: 50%;
  flex: 33.33% 0 0;
}



.formbold-main-wrapper {
  width: 50%;
  position: relative;
  z-index: 1;
}

#form {
  background-size: cover;
}

#uniqueness {
  flex-direction: column;
  height: 80vh;
}

.unique-content {
  flex-direction: column;
  padding-block: 0px;
}


.section-title {
  padding-inline: 0;
  flex: 20%;
}

#uniqueness .content-container {
  padding-right: 0;
  flex: 80%;
  width: 90%;
}

.hidden-content p {
  padding-right: 10%;
}

#main-hero,
#sub-hero {
  text-align: left;
  font-size: 18px !important;
}

.starred-1 p,
.starred-2 p,
.starred-3 p,
.starred-4 p {
  font-size: 16px;
  width: 80%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  text-align: center;
  opacity: 0;
  line-height: 1.2;
  transform: translate(-50%,150%);
  transition: all 200ms ease-out;
}


.moar {
  flex: 25% 0 0;
}

.test {
  width: 100%;
  height: 100%;
}


.hidden-content {
  height: 100%;
  width: 100%;
}


.hidden-content p {
  font-size: calc(12px + 0.390625vw);;
}

label, input {
  
  font-size: calc(10px + 0.390625vw);;
}


}