/* .space {
  background-image: url(/static/imgs/Rectangle\ 6.svg);
  background-size: 100%;
} */

body {
  background-color: var(--dark-800);
}

.container {
  min-height: 100vh;
  overflow: hidden;
  color: #F1F7F7;
}

.container .sct-eng {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #1DBB87 0%, #6394BF 100%);
  overflow: hidden;
}

.c-main {
  width: 100%;
  max-width: 640px;
  margin: 4rem 2rem 7rem;
  text-align: center;
  display: flex;
  align-items: center;
}

.c-main h1 {
  width: 100%;
  font-size: 2.6rem;
  color: #fff;
}

@media(max-width: 860px) {
  .c-main h1 {
      font-size: 2rem;
  } 
}

.wave {
  position: absolute;
  overflow: hidden;
  bottom: -10px;
  left: 0;
  width: 100%;
}

.wave img {
  min-width: 1224px;
  width: 100%
}


.container .texts-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container .texts-container .texts {
  width: 100%;
  max-width: 890px;
  padding: 3rem 1rem;
}

.text-format {
  margin-bottom: 2rem;  
}

.text-format p {
  line-height: 24px;
  color: var(--light-900);
}

h2 {
  text-align: center;
  width: 100%;
  padding: 20px 24px;
  background: var(--dark-800);
  border: 2px solid var(--dark-900);
  border-radius: 10px;
  color: var(--light-900);
}

h3 {
  text-align: center;
  padding: 5px;
  background: var(--dark-800);
  border: 2px solid var(--dark-900);
  border-radius: 5px;
  color: var(--light-900);
  width: 100%;
  margin-bottom: 1.5rem;
}

.sub-title h3 {
  width: 100%;
} 

.intro {
  font-weight: bold;
  padding: 5px;
  background: var(--dark-750);
  border: 2px solid var(--dark-750);
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.intro2{
  width: 100%;
}

.special-text{
  padding: 24px 24px;
  text-align: justify;
  background-color: var(--dark-750);
  border-radius: 10px;
  font-size: 18x;
  color:#3B3E3E;
}
.special-text h4 {
  color: #1DBB87;
  text-align: center;
}

.text-format {
  width: 100%;
  /* max-width: 960px;   */
  /* background-image: url(/static/imgs/wave.svg);
  background-repeat: no-repeat; */
  font-size: 18px;
  text-align: center;
  padding: 0px 12px;
  /* position: absolute;  */
}

.legend{
  color: #000;
}
.desc {
  position: inherit;
  padding-right: 0;
  float:right;
}

.big-title {
    font-size: 2.5rem; 
    color: #000;
}
.p1 {
  padding: 2rem 2.5rem;
  text-align: justify;
  background-color: #242727;
  border-radius: 10px;
  background: var(--dark-750);
  border: 2px solid var(--dark-800);
  margin: 2rem 0;
}

.p1 img{
  align-self: center;
}

.reference {
  padding: 20px 24px;
  text-align: justify;
  background: var(--dark-750);
  border: 2px solid var(--dark-750);
  border-radius: 10px;
	/* position:relative; */
}

.reference div strong {
  color: #fff;
  font-weight: bold;
}

/* p{
  color: #000;
} */

.cycle {
  padding: 20px;
  border: 2px solid white;
  border-radius: 10px;
  /* color: #000; */
}

.cycle img {
  width: 100%;
}

.portraits {
  align-items: center;
}

.cycle p a{
    color: var(--primary);
}
.intro3 {
  width: 45%;
}
table, th, td {
  width:fit-content;
  border: 1px solid var(--dark-900);
  border-collapse: collapse;
}


.p1 h4 {
  color:#1DBB87;
}

p strong em {
  color: #6394BF;
  text-align: justify;
}
.reference {
  padding: 20px 24px;
  text-align: justify;
  background: var(--dark-750);
  border: 2px solid var(--dark-750);
  border-radius: 10px;
	/* position:relative; */
}

.reference div strong {
  color: #fff;
  font-weight: bold;
} 