body {
	background-color: #c3e3fa;
}
.section {
    margin-top: 90px;
}
.home {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 204, 255, 0.2)),
        url('../img/digitaltwins/home.png') no-repeat;
    height: 100vh;
    padding: 0;
    background-size: cover;
}
.home .gemelos_home {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .title {
    margin: 0;
}
.title_digitaltwins {
    font-family: var(--default-bold-font);
    font-weight: 700;
    font-size: 64px;
    color: #fff;
    left: 0;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.information {
    background: url('../img/background/digitaltwins_bg.png') center center / cover no-repeat fixed;
    padding-top: 50px;
    background-color: rgba(255, 255, 255, 1);
}
.building_bg {
    background: url('../img/digitaltwins/building.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
}
.text-7x {
    font-family: var(--default-bold-font);
    font-size: 25px;
    line-height: 150%;
    color: #AC5CFF;
}
.text-5x {
    margin-top: 20px;
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    color: #000D4F;
    font-family: var(--default-bold-font);
}
.text-2x {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #000D4F;
}
.title_building {
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    color: #000D4F;
    margin-top: 75px;
}
.box_circles {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.circle {
    padding: 20px 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    min-width: 200px;
    width: 292px;
    height: 292px;
}
.circle p {
    color: #fff;
}
.circle_1 {
  background: #AC5CFF;
  box-shadow: 0px 4px 10px 5px #00000040;
  font-weight: 800;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  font-family: var(--default-bold-font);
}
.circle_2 {
  background: #4D60FF;
  box-shadow: 0px 4px 10px 5px #00000040;
  font-weight: 800;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  font-family: var(--default-bold-font);
}
.circle_3 {
  background: #00DBDA;
  box-shadow: 0px 4px 10px 5px #00000040;
  font-weight: 800;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  font-family: var(--default-bold-font);
}
.linea {
  height: 2px;
  width: 90%;
  border: 3px solid #AC5CFF;
  margin-top: 50%;
  margin-left: 10%;
}
.linea_green {
  height: 2px;
  width: 90%;
  border: 3px solid #00F88F;
  margin-top: 50%;
  margin-left: 10%;
}
.linea2 {
  height: 2px;
  width: 90%;
  border: 3px solid #4D60FF;
  margin-top: 50%;
  margin-left: 10%;
}
.linea2_blue {
  height: 2px;
  width: 90%;
  border: 3px solid #000D4F;
  margin-top: 50%;
  margin-left: 10%;
}
.circle > p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.circle_text {
    padding-top: 20px;
    transition: transform 0.3s ease;
    width: 350px;
    height: 200px;
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    margin-bottom: 20px;
}
.separator {
    width: 55px;
}
.circle.circle_1.green { background: #00F88F; }
.circle.circle_2.darkblue { background: #000D4F;}
.circle.circle_3.blue { background: #00D0FF;}
.circle_text.fullheight { height: 330px; }
.footer_bg {
    background: url(../img/digitaltwins/foot_bg.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-footer {
    padding: 50px;
    border-radius: 45px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFFFFF;

}
.text-footer{
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
    color: #000D4F !important;
	font-family: var(--default-bold-font);
}
.container.position { padding-top: 55vh; }
.title_section {
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color: #000D4F;
    font-family: var(--button);
}
.subtitle_section {
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
    color: #000D4F;
    padding-top: 30px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 50px;
	font-family: var(--default-bold-font);
}
.subtitle_section span { color: #AC5CFF; }
.circles {
    background: url('../img/digitaltwins/circles.png') no-repeat;
    background-size: contain;
    height: 400px;
}
.numbers_text {
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    color: #000D4F;
}
.circle_nuumber { 
    position: relative; 
    left: 213px;
    width: 70%;
}
.digitaltwin_bg {
    background: url("../img/digitaltwins/digitaltwin_bg.png") left / contain no-repeat;
}
.items_digitaltwin {
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    color: #000D4F;
}
.items_digitaltwin div {
    padding-top: 50px;
}
.footer_right_bg {
    margin: -190px 53%;
    position: absolute;
}
.footer_right_bg img {
    height: 70vh;
}
.mt-320 { margin-top: -320px; }
.fit-content { max-width: fit-content; }
.cirlce_inte p {
    padding-top: 10px;
    padding-left: 18px;
    font-weight: bolder;
}
.cirlce_inte_1 { 
    width: 50px; 
    height: 50px;
    border-radius: 50%;
    background-color: #2cd9d9;
    color: #fff;
}
.cirlce_inte_2 { 
    width: 50px; 
    height: 50px;
    border-radius: 50%;
    background-color: #ad5bfd;
    color: #fff;
}
.cirlce_inte_3 { 
    width: 50px; 
    height: 50px;
    border-radius: 50%;
    background-color: #2cf991;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .mt-320 { margin-top: 0; }
    .fit-content { max-width: inherit; }
    .circle { margin: 0 auto; }
    .circle_text { width: 100%; padding: 10px; }
    .container.position { padding-top: 0; }
    .circles { background: none; }
    .circle_nuumber { left: 0; width: 100%; }
    .circles { height: auto; }
    .footer_right_bg { margin: -31px 53%; }
    .footer_right_bg img { display: none }
}
