body, html {
  width: 100%;
  font-family: "Body Grotesque Fit Trial Bold", "Sentinel SSm B", sans-serif;
  text-align: center;
  overflow-x:hidden;
}
span {
  font-family: sans-serif;
}
.full {
  height:90vh;
  width:100vw;
}

#section-01 {
  background:#f1f053;
  padding:0px;
}

#section-02 {
  margin:60px 0px;
}
#section-03 {
     background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1360 950' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2021_77' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1360' height='950'%3E%3Crect x='0.101196' y='0.322754' width='1359.33' height='948.7' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2021_77)'%3E%3Cpath d='M-99.8423 639.88C-90.6234 465.567 72.6389 418.047 129.999 549.692C186.633 679.671 313.342 679.815 324.591 768.519C334.497 846.633 211.622 942.784 102.136 946.073C-7.34888 949.361 -111.366 857.772 -99.8423 639.88Z' fill='%23F1F053'/%3E%3Cpath d='M1152.96 412.404C1186.1 601.136 1403.03 599.364 1461.18 435.534C1518.6 273.777 1682.45 231.667 1686.2 130.348C1689.5 41.1245 1518.89 -23.9806 1376.89 8.65084C1234.9 41.2823 1111.53 176.49 1152.96 412.404Z' fill='%235271FF'/%3E%3C/g%3E%3C/svg%3E%0A");
     background-repeat: no-repeat;
      background-size: 100%;
    background-attachment: fixed;
}

#section-04 {
  background:#5271ff;
  padding:10vh;
  color:white !important;
  text-align: center;
}

#section-05 {
  background:#f1f053;
  padding:1vw;
  color:black;
  text-align: center;
}

#presentacion {
  font-weight: 700;
  color: #000;

  width: 40vw;
  height: 80vh;
  position: absolute;
  right:10vw;
  bottom: 20vh;
  
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  animation: float 6s ease-in-out infinite;

}

h1 {
  font-size: 9vh;
  line-height: 0.8;
  letter-spacing: 0rem;
  text-align: center;
  margin:4vh;
}

h2 {
  font-size: 6vh;
  line-height: 0.8;
  letter-spacing: 0rem;
  text-align: center;
  margin:8vh;
}

h4 {
  font-size: 3vh;
  letter-spacing: 0rem;
  text-align: center;
  margin:0px;
}

h5 {
  font-size: 2vh;
  text-align: center;
  color:#5271ff;
  margin:0px;

}

p {
  margin:8px;
  font-size: 3vh;
}
small {
  color:#5271ff;
  padding-bottom:48px;
}

#section-04 h2, #section-04 h5, #section-04 a  {
  color:white !important;
  text-decoration: none;
  max-width: 500px;
  margin:0 auto;
  margin-bottom:4vh;
}

#icon-container {
  width: 40vw;
  height: 80vh;
  position: absolute;
  left:10vw;
  bottom: 20vh;
}
svg > g > g:last-child {
  display: none !important;
}

#angle {
    position: absolute;
    bottom: 10vh;
    left: 0;
    width: 100%;
    text-align: center;
    font-size:40px;
    font-family:"Body Grotesque Fit Trial Bold", "Sentinel SSm B", sans-serif;
    color:#5271ff;
    text-decoration: none;
    animation: float 2s ease-in-out infinite;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index:9;
}


@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}


.icon svg {
  width:24px;
  margin:16px;
  padding: 16px;
  margin: 8px;
  background: #0000001a;
  border-radius: 24px;
}
.icon {
 width:40vw;
 max-width: 400px;
}
.icons {
  display:flex;
  justify-content: center;
  gap:32px;
}
.box p, .box-2 p {
  font-size: 16px;
  width:100%;
  margin-right:-54px;
}
.icons img{
  width:200px;
}
.box-2 {
  background:#5271ff;
  border-radius: 32px;
  display: flex;
    justify-content: center;
    align-items: center;
    margin:16px;
    color:white;
    text-decoration: none;
}
.box-2 svg {
  fill:white;
}
.box:hover, .box-2:hover {
  opacity:0.5;
}

.box {
  background:#f1f053;
  border-radius: 32px;
  display: flex;
    justify-content: center;
    align-items: center;
    margin:16px;
    color:black;
    text-decoration: none;
}
.box svg {
  fill:black;
}

#section-03 img {
  max-width: 1600px;
  width:60vw;
  margin:32px;
  margin-bottom:80px;
}



@media only screen and (max-width: 900px) {
    h1 {
    font-size: 5vw;
    margin:4vh;
  }

  h4 {
    font-size: 2vw;
  }

  h5 {
    font-size: 2vw;
  }

  .icons {
    flex-direction: column;
        align-items: center;
  }
  .icon {
    width:90vw;
  }
}


@media only screen and (max-width: 600px) {
    h1 {
    font-size: 15vw;
    margin:3vh;
  }

  h4 {
    font-size: 6vw;
  }

  h5 {
    font-size: 5vw;
  }

    #presentacion {
        width: 80vw;
        height: 40vh;
        top:40vh;
        left:10vw;
      }

    #icon-container {
      width: 70vw;
      height: 40vh;
      top:2vh;
      left:15vw;
    }

    #angle {
      bottom: 6vh;
    }

    .box p, .box-2 p {
     margin-right:-24px;
   }

    #section-03 img {
      width:90vw;
    }
    .full {
     height:100vh;
    }
}


