.section1 {
  background-color: #F5F7F8;
}

.section1 .wrap {
  padding-top: 170px;
  padding-bottom: 105px;
  width: 1720px;
  margin: 0 auto;
}

.section1 .wrap .main {
  display: flex;
}

.section1 .wrap .main .left {
  flex: 1;
  margin-right: 80px;
  padding-top: 90px;
}

.section1 .wrap .main .left .bg {
  position: relative;
}

.section1 .wrap .main .left .bg::before,
.section1 .wrap .main .left .bg::after {
  content: "";
  opacity: 0.3;
  position: absolute;
  filter: blur(30px);
  display: block;
  border-radius: 50%;
}

.section1 .wrap .main .left .bg::after {
  width: 435px;
  top: 150px;
  height: 435px;
  background-image: radial-gradient(#007BDB 0%, #007BDB 20%, rgba(0, 123, 219, 0.43) 50%, rgba(255, 255, 255, 0) 100%);
  animation: spin1 6s infinite linear;
  transform-origin: 42% 42%;
}

.section1 .wrap .main .left .bg::before {
  width: 235px;
  top: 100px;
  right: 100px;
  height: 235px;
  background-image: radial-gradient(#00DB66 0%, #00DB66 20%, rgba(0, 219, 102, 0.43) 50%, rgba(255, 255, 255, 0) 100%);
  animation: spin1 6s reverse infinite linear;
  transform-origin: 42% 42%;
}

.section1 .wrap .main .left .img {
  width: 484px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.section1 .wrap .main .right {
  width: 860px;
}

.section1 .wrap .main .right .top {
  border-bottom: 1px solid #007BDB;
  padding-bottom: 20px;
}

.section1 .wrap .main .right .top h3 {
  color: #111;
  font-size: 50px;
}

.section1 .wrap .main .right .top h4 {
  font-size: 24px;
  font-weight: 400;
  color: #6A7183;
  margin-bottom: 20px;
}

.section1 .wrap .main .right .top p {
  color: #6A7183;
  font-size: 18px;
  line-height: 2;
}

.section1 .wrap .main .right .bottom {
  padding-top: 30px;
}

.section1 .wrap .main .right .bottom .text table {
  width: 100%;
}

.section1 .wrap .main .right .bottom .text table td {
  border: 1px solid #999;
  height: 30px;
  text-align: center;
  color: #333;
}

.section1 .wrap .main .right .bottom .text p {
  color: #6A7183;
  font-size: 18px;
  line-height: 36px;
}

.section1 .wrap .main .right .bottom .text p strong {
  color: #111111;
  font-weight: 700;
}

.section1 .wrap .main .right .bottom.aos-animate {
  transition-delay: 0.2s;
}

.section1 .wrap .main .right .bottom .descargas {
  margin-top: 20px;
}

.section1 .wrap .main .right .bottom .descargas .key {
  color: #111;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
  font-weight: 700;
}

.section1 .wrap .main .right .bottom .descargas .list {
  display: flex;
  flex-direction: column;
}

.section1 .wrap .main .right .bottom .descargas .list a {
  color: #6A7183;
  font-size: 18px;
}

.section1 .wrap .main .right .bottom .descargas .list a:not(:last-child) {
  margin-bottom: 10px;
}

@keyframes spin1 {
  100% {
    transform: rotate(1turn);
  }
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 8.8541666667vw;
    padding-bottom: 5.46875vw;
    width: 89.5833333333vw;
  }

  .section1 .wrap .main .left {
    margin-right: 4.1666666667vw;
    padding-top: 4.6875vw;
  }

  .section1 .wrap .main .left .bg::before,
  .section1 .wrap .main .left .bg::after {
    filter: blur(1.5625vw);
  }

  .section1 .wrap .main .left .bg::after {
    width: 22.65625vw;
    top: 7.8125vw;
    height: 22.65625vw;
  }

  .section1 .wrap .main .left .bg::before {
    width: 12.2395833333vw;
    top: 5.2083333333vw;
    right: 5.2083333333vw;
    height: 12.2395833333vw;
  }

  .section1 .wrap .main .left .img {
    width: 25.2083333333vw;
  }

  .section1 .wrap .main .right {
    width: 44.7916666667vw;
  }

  .section1 .wrap .main .right .top {
    padding-bottom: 1.0416666667vw;
  }

  .section1 .wrap .main .right .top h3 {
    font-size: 2.6041666667vw;
  }

  .section1 .wrap .main .right .top h4 {
    font-size: 1.25vw;
    margin-bottom: 1.0416666667vw;
  }

  .section1 .wrap .main .right .top p {
    font-size: 0.9375vw;
  }

  .section1 .wrap .main .right .bottom {
    padding-top: 1.5625vw;
  }

  .section1 .wrap .main .right .bottom .text table td {
    height: 1.5625vw;
  }

  .section1 .wrap .main .right .bottom .text p {
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }

  .section1 .wrap .main .right .bottom .descargas {
    margin-top: 1.0416666667vw;
  }

  .section1 .wrap .main .right .bottom .descargas .key {
    font-size: 0.9375vw;
    margin-bottom: 0.5208333333vw;
  }

  .section1 .wrap .main .right .bottom .descargas .list a {
    font-size: 0.9375vw;
  }

  .section1 .wrap .main .right .bottom .descargas .list a:not(:last-child) {
    margin-bottom: 0.5208333333vw;
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap{
    width: 90%;
    padding-bottom: 60px;
  }
  .section1 .wrap .main{
    margin-top: 30px;
  }
  .section1 .wrap .main .right .top h3{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .section1 .wrap .main .right .top h4{
    font-size: 18px;
  }
  .section1 .wrap .main .right .top p{
    font-size: 14px;
  }
  .section1 .wrap .main .right .bottom .text p{
    font-size: 14px;
    line-height: 2;
  }
  .section1 .wrap .main .right .bottom .descargas .key{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section1 .wrap .main .right .bottom .descargas{
    margin-top: 10px;
  }
  .section1 .wrap .main .right .bottom .descargas .list a{
    font-size: 14px;
  }
  .section1 .wrap .main .right .bottom .descargas .list a:not(:last-child){
    margin-bottom: 10px;
  }
  .section1 .wrap .main{
    flex-direction: column;
  }
  .section1 .wrap .main .left{
    padding-top: 30px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section1 .wrap .main .left .img {
    width: 50%;
  }
  .section1 .wrap{
    padding-top: 140px;
  }
  .section1 .wrap .main .right{
    width: 100%;
  }
  .section1 .wrap .main .left .bg::before{
    width: 150px;
    height: 150px;
    right: 60px;
    top: 20px;
  }
  .section1 .wrap .main .left .bg::after{
    width: 200px;
    height: 200px;
    top: 50px;
  }
  .section1 .wrap .main .left .bg::before, .section1 .wrap .main .left .bg::after{
    filter: blur(20px);
  }
  .section1 .wrap .main .right .top h4{
    margin-bottom: 10px;
  }
  .section1 .wrap .main .right .top{
    padding-bottom: 20px;
  }
  .section1 .wrap .main .right .bottom{
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap{
    padding-bottom: 50px;
  }
  .section1 .wrap .main .left .img {
    width: 70%;
  }
  .section1 .wrap .main .right .top h3 {
    font-size: 24px;
  }
  .section1 .wrap .main .right .top h4{
    font-size: 16px;
  }
}