/* Container for the gradient */
.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.w-100 {
  width: 100%;
}

/* Gradient background */
.gradient {
  width: 100%;
  height: 100%;
  padding: 150px 0;
  background-image: url(1-03.png);
  background-size: cover;
}

.gradient bg-image {
  width: 100%;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.row {
  display: flex;
  width: 100%;
  height: 100%;
}

.col-6 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
}

.mobile {
  display: none;
}

@font-face {
  font-family: 'CustomFont';
  src: url('冬青黑体简体中文W6.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* Other font-face declarations */

.container-middle-left {
  /* font-family: CustomFont; */
  padding: 0 0 50px 50px;
  margin: 0 0 50px 50px;
}

.container-middle-right {
  font-size: 16px;
  position:absolute;
  top:3%;
}

.top {
  color: white;
}

.word-middle {
  padding-top: 100px;
}

.white {
  color: white;
}

.word-height {
  line-height: 25px;
  margin: 0;
}

.size-img-minimocloud {
  width: 83%;
}

.size-word-minimocloud {
  width: 80%;
}

.word-ITEC {
  line-height: 35px;
  color: #ADD7DD;
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  font-size: 20px;
}

/* .border-top-violet {
  border-top: #8138dc 5px solid;
} */

.button-footer-itec, .button-footer-itec2 {
  display: inline-block;
  background-color: #337B8E;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.button-footer-itec2 {
  margin-left: 15px;
}

.float-right {
  float: right;
  text-align: end;
  margin: 0;
  line-height: 1.5;
}

.container-bottom-left {
  /* font-family: CustomFont;
  padding: 75px 50px 0 100px; */
}

.container-bottom-right {
  width: 100%;
  padding: 50px;
  line-height: 20px;
  padding-right: 100px;
}

.line-2 {
  line-height: 2;
}


@media only screen and (min-width:0px) and (max-width:480px) {
  .row {
    display: block;
  }

  .container-middle-left,
  .container-middle-right,
  .container-bottom-left,
  .container-bottom-right {
    margin: 0;
  }

  .button-footer-itec, .button-footer-itec2 {
    width:100%
  }

  .container-middle-left {
    padding: 50px;
  }

  .container-bottom-left {
    padding: 25px 50px;
    justify-content: center;
    display: flex;
  }

  .container-bottom-right {
    padding: 0;
  }

  .gradient {
    padding: 0;
  }

  .container {
    display: block;
  }

  p {
    font-size: 14px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .word-middle {
    padding-top: 50px;
  }

  .size-img-minimocloud {
    width: 100% !important;
    padding: 0;
  }

  .button-footer-itec2 {
    margin-left: 15px;
  }

  .float-right {
    text-align: center;
    float: none;
  }

  .col-6 {
    display: block;
    width: 100%;
  }

  .size-word-minimocloud,
  .size-img-minimocloud {
    width: 100%;
    padding: 0;
  }

  .container-middle-right {
    padding: 20px;
    position: relative;
  }
}
