section.gt-block.section--tema {
padding: clamp(3.3rem, calc(0.99rem + 4.95vw), 8.25rem) clamp(3.3rem, calc(0.99rem + 4.95vw), 8.25rem);
}
section.gt-block.section--tema .section--tema-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(4.2rem, calc(1.26rem + 6.3vw), 10.5rem);
}
section.gt-block.section--tema .section--tema-content .header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-item-align: stretch;
align-self: stretch;
gap: clamp(2.32rem, calc(0.696rem + 3.48vw), 5.8rem);
}
@media screen and (max-width: 600px) {
section.gt-block.section--tema .section--tema-content .header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
section.gt-block.section--tema .section--tema-content .header .text-xl {
line-height: normal;
}
@media screen and (max-width: 768px) {
section.gt-block.section--tema .section--tema-content .header .text-xl {
letter-spacing: normal;
}
}
section.gt-block.section--tema .section--tema-content .header-cards {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
gap: 3.4rem;
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
section.gt-block.section--tema .section--tema-content .header-cards {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
section.gt-block.section--tema .section--tema-content .header-cards .card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 1.8rem 3.8226rem;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 3.4751rem;
}
section.gt-block.section--tema .section--tema-content .header-cards .card.blue {
border-radius: 2.8762rem;
border: 3.475px solid transparent;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(#21b0b5), to(#1f4aa5)) border-box;
background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #21b0b5, #1f4aa5) border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
section.gt-block.section--tema .section--tema-content .header-cards .card.green {
border-radius: 2.8762rem;
border: 3.475px solid transparent;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(#a8cc4d), to(#21b0b5)) border-box;
background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #a8cc4d, #21b0b5) border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
section.gt-block.section--tema .section--tema-content .header-cards .card.green .card--text .title {
background: var(--Green-Gradient);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
section.gt-block.section--tema .section--tema-content .header-cards .card.orange {
border-radius: 2.8762rem;
border: 3.475px solid transparent;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(#e36b57), to(#cc428a)) border-box;
background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #e36b57, #cc428a) border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
section.gt-block.section--tema .section--tema-content .header-cards .card.orange .card--text .title {
background: var(--Orange-Gradient);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
section.gt-block.section--tema .section--tema-content .header-cards .card--text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 3.4734rem;
}
section.gt-block.section--tema .section--tema-content .header-cards .card--text .percent {
background: var(--Body-text-innoforum, #fff);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: "Corridor Bold";
font-size: calc(var(--fs-small-rate) * 4.8rem);
font-style: normal;
font-weight: 400;
line-height: 100%; letter-spacing: normal;
}