.home .hero {
background: var(--black);
color: var(--white);
max-height: 1100px;
}
.home .hero:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(5, 0, 70, 0.7);
display: block;
z-index: 5;
}
.home .hero:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 500px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(5, 0, 70) 100%);
display: block;
z-index: 5;
}
.home .hero video {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.home .hero .content {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
z-index: 30;
}
.home .hero .text {
max-width: 800px;
text-align: center;
}
.home .hero .text .title {
color: var(--white);
letter-spacing: -1px;
margin-bottom: 30px;
font-size: 65px;
font-weight: 500;
line-height: 1;
font-family: var(--hanken);
}
.home .hero .text .title span {
display: block;
}
.home .hero .text .description {
font-weight: 200;
font-size: 19px;
line-height: 1.6;
}
.home .hero .text .buttons {
margin-top: 30px;
}
.home .hero .trusted-by {
position: absolute;
font-size: 14px;
color: #CED8FC;
text-align: center;
bottom: 150px;
z-index: 10;
}
.home .hero .logos-clients {
z-index: 10;
} .home .next-era {
background: #050046;
color: var(--white);
padding: 140px 0;
position: relative;
}
.home .next-era #ai-pillars {
position: relative;
top: -120px;
}
.home .next-era:before {
content: "";
position: absolute;
top: 50px;
left: 50%;
margin-left: -700px;
width: 1400px;
height: 436px;
background-size: 100% 100%;
}
.home .next-era .content {
position: relative;
z-index: 10;
max-width: 1380px;
}
.home .next-era .head {
text-align: center;
margin-bottom: 60px;
}
.home .next-era .head .label {
text-transform: uppercase;
font-size: 13px;
background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%);
display: inline-block;
padding: 1px;
border-radius: 30px;
margin-bottom: 20px;
}
.home .next-era .head .label span {
display: inline-block;
padding: 6px 12px;
border-radius: 30px;
background: #050046;
}
.home .next-era .head .title {
letter-spacing: -1px;
position: relative;
font-family: var(--hanken);
font-size: 58px;
}
.home .next-era .head .title span {
display: block;
}
.home .next-era .head .title em {
font-style: italic;
}
.home .next-era .head .title i {
font-size: 20px;
position: relative;
width: 0;
display: inline-block;
bottom: 24px;
right: 2px;
}
.home .next-era .head .description {
font-size: 17px;
color: #CED8FC;
line-height: 1.6;
margin-top: 20px;
font-weight: 300;
}
.home .next-era .head .description span {
display: block;
}
.home .next-era .ai-agents {
display: flex;
justify-content: stretch;
gap: 40px;
}
.home .next-era .ai-agents li {
width: 33.333%;
}
.home .next-era .ai-agents li .box-border {
background: radial-gradient(100.14% 100.1% at 50% 132.84%, #4C9DFF 0%, #1E63FF 20%, #082B8F 40%, #050046 100%);
height: 80%;
padding: 1px;
border-radius: 20px;
}
.home .next-era .ai-agents li .box-content {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
text-align: center;
padding: 50px 40px;
border-radius: 20px;
border: 1px solid #1e1a5b;
height: 100%;
position: relative;
overflow: hidden;
}
.home .next-era .ai-agents li .box-content figure {
width: 100%;
height: 190px;
margin-bottom: 60px;
margin-top: 40px;
z-index: 10;
}
.home .next-era .ai-agents li .box-content figure img {
height: 100%;
width: auto;
} .subscription-card__logo {
max-width: 200px;
height: auto;
}
.home .next-era .ai-agents li .box-content h3 {
font-size: 28px;
margin-bottom: 15px;
letter-spacing: -1px;
z-index: 10;
}
.home .next-era .ai-agents li .box-content p {
font-size: 16px;
color: #CED8FC;
font-weight: 300;
line-height: 1.6;
z-index: 10;
}
.home .next-era .ai-agents li .box-content .button {
margin-top: 30px;
z-index: 10;
}
.home .next-era .ai-agents li .box-content .button:hover {
background: transparent !important;
color: var(--white) !important;
}
.home .next-era .ai-agents li .box-content:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
background: radial-gradient(100.14% 100.1% at 50% 132.84%, #4C9DFF 0%, #1E63FF 20%, #082B8F 40%, #050046 100%);
transition: all .6s;
opacity: 0;
}
.home .next-era .ai-agents li .box-content:hover:before {
opacity: 1;
}
.home .next-era .ai-agents li .box-content:hover .button {
background: var(--white);
color: var(--black);
border-color: var(--white);
}
.home .next-era .ai-agents li.accelerate figure img {}
.home .next-era .ai-agents li.agentic figure img {}
.home .next-era .ai-agents li.data-foundation figure img {}  .home .next-era .pricing-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
margin-top: 60px;
} .home .next-era .pricing-card {
position: relative;
border-radius: 20px;
overflow: hidden;
transition: transform 0.4s ease, box-shadow 0.4s ease;
} .home .next-era .pricing-card__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.home .next-era .pricing-card__background img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.25;
transition: opacity 0.4s ease, transform 0.6s ease;
} .home .next-era .pricing-card__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(100% 100% at 50% 110%,
rgba(76, 157, 255, 0.15) 0%,
rgba(30, 99, 255, 0.1) 20%,
rgba(8, 43, 143, 0.2) 40%,
rgba(5, 0, 70, 0.95) 100%);
} .home .next-era .pricing-card__content {
position: relative;
z-index: 1;
padding: 48px 32px 40px;
display: flex;
flex-direction: column;
height: 100%;
border-radius: 20px;
transition: all 0.4s ease;
} .home .next-era .pricing-card__badge {
position: absolute;
top: 20px;
right: 20px;
z-index: 2;
padding: 8px 16px;
border-radius: 20px;
background: linear-gradient(135deg, var(--soft-violet, #8b5cf6), var(--soft-green, #6de7a1));
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.home .next-era .pricing-card__badge span {
color: var(--black, #0a0a0a);
}
.home .next-era .pricing-card__badge--premium {
background: linear-gradient(135deg, #FFD700, #FFA500);
} .home .next-era .pricing-card__header {
margin-bottom: 24px;
}
.home .next-era .pricing-card__icon {
width: 80px;
height: 80px;
margin: 0;
padding: 16px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.08);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.4s ease, background 0.4s ease;
}
.home .next-era .pricing-card__icon img {
width: 100%;
height: 100%;
object-fit: contain;
} .home .next-era .pricing-card__body {
display: flex;
flex-direction: column;
}
.home .next-era .pricing-card__title {
font-size: 24px;
font-weight: 600;
color: var(--white, #ffffff);
margin: 0 0 8px 0;
line-height: 1.3;
font-family: var(--hanken, 'Hanken Grotesk', sans-serif);
letter-spacing: -0.5px;
}
.home .next-era .pricing-card__subtitle {
font-size: 12px;
color: rgba(255, 255, 255, 0.5);
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0 0 28px 0;
} .home .next-era .pricing-card__price {
display: flex;
align-items: flex-start;
margin-bottom: 8px;
}
.home .next-era .pricing-card__currency {
font-size: 20px;
font-weight: 500;
color: rgba(255, 255, 255, 0.6);
margin-right: 4px;
margin-top: 10px;
}
.home .next-era .pricing-card__amount {
font-size: 52px;
font-weight: 700;
color: var(--white, #ffffff);
line-height: 1;
font-family: var(--hanken, 'Hanken Grotesk', sans-serif);
}
.home .next-era .pricing-card__period {
font-size: 16px;
color: rgba(255, 255, 255, 0.5);
align-self: flex-end;
margin-bottom: 14px;
margin-left: 4px;
}
.home .next-era .pricing-card__installment {
font-size: 14px;
color: rgba(255, 255, 255, 0.6);
margin: 0 0 28px 0;
}
.home .next-era .pricing-card__installment strong {
color: var(--white, #ffffff);
font-weight: 600;
} .home .next-era .pricing-card:hover {
transform: translateY(-8px);
}
.home .next-era .pricing-card:hover .pricing-card__background img {
opacity: 0.35;
transform: scale(1.05);
} .home .next-era .pricing-actions {
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
margin-top: 48px;
}
.home .next-era .pricing-actions .button {
padding: 16px 32px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s ease;
}
.home .next-era .pricing-actions .button.secondary {
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.3);
color: var(--white, #ffffff);
}
.home .next-era .pricing-actions .button.secondary:hover {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.5);
}
.home .next-era .pricing-actions .button.primary {
background: var(--white, #ffffff);
border: 1px solid var(--white, #ffffff);
color: var(--black, #0a0a0a);
}
.home .next-era .pricing-actions .button.primary:hover {
background: transparent;
color: var(--white, #ffffff);
} .home .outcomes {
background: var(--black);
color: var(--white);
padding: 60px 0;
position: relative;
}
.home .outcomes .head {
text-align: center;
margin-bottom: 60px;
}
.home .outcomes .head .label {
text-transform: uppercase;
font-size: 13px;
background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%);
display: inline-block;
padding: 1px;
border-radius: 30px;
margin-bottom: 20px;
}
.home .outcomes .head .label span {
display: inline-block;
padding: 6px 12px;
border-radius: 30px;
background: var(--black);
}
.home .outcomes .head .title {
letter-spacing: -1px;
font-family: var(--hanken);
}
.home .outcomes .outcomes-table {
background: url(//redesfiepa.org.br/wp-content/themes/fieparedes_theme/css/redes-theme/img/homepage/v3/outcomes-table.html);
background-size: 100% 100%;
width: 1024px;
height: 530px;
margin: 80px auto 0;
display: flex;
flex-wrap: wrap;
}
.home .outcomes .outcomes-table li {
width: 341px;
height: 253px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.home .outcomes .outcomes-table li .value {
background: linear-gradient(90.22deg, #FFFFFF -5.98%, #A3C0FF 92.23%);
background-clip: text;
color: transparent;
letter-spacing: -3px;
font-size: 68px;
font-weight: 200;
}
.home .outcomes .outcomes-table li .description {
font-size: 14px;
font-weight: 300;
line-height: 1.6;
}
.home .outcomes .outcomes-table li .description span {
display: block;
} .home .security-matters {
background: var(--black);
color: var(--white);
padding: 100px 0;
position: relative;
}
.home .security-matters .head {
text-align: center;
margin-bottom: 60px;
}
.home .security-matters .head .label {
text-transform: uppercase;
font-size: 13px;
background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%);
display: inline-block;
padding: 1px;
border-radius: 30px;
margin-bottom: 20px;
}
.home .security-matters .head .label span {
display: inline-block;
padding: 6px 12px;
border-radius: 30px;
background: var(--black);
}
.home .security-matters .head .title {
letter-spacing: -1px;
font-family: var(--hanken);
}
.home .security-matters .head .title span {
display: block;
}
.home .security-matters .head .title em {
font-style: italic;
}
.home .security-matters .head .title i {
font-size: 29px;
position: relative;
width: 0;
display: inline-block;
bottom: 10px;
right: -4px;
}
.home .security-matters .circle {
position: relative;
}
.home .security-matters .circle .main-image {
width: 570px;
margin: 0 auto;
}
.home .security-matters .circle .main-image img {
width: 100%;
}
.home .security-matters .circle .floating-text {
position: absolute;
max-width: 320px;
}
.home .security-matters .circle .floating-text figure {
display: none;
}
.home .security-matters .circle .floating-text figure img {
width: 100%;
}
.home .security-matters .circle .floating-text h4 {
font-size: 24px;
margin-bottom: 10px;
}
.home .security-matters .circle .floating-text h4 span {
display: block;
}
.home .security-matters .circle .floating-text p {
font-size: 15px;
color: #CED8FC;
font-weight: 300;
line-height: 1.6;
}
.home .security-matters .circle .floating-text.regulatory {
top: 150px;
left: -20px;
text-align: right;
}
.home .security-matters .circle .floating-text.transparent {
top: 150px;
right: -10px;
}
.home .security-matters .circle .floating-text.human {
bottom: -80px;
text-align: center;
left: 50%;
margin-left: -160px;
} .home .accelerate-ai {
background: var(--black);
color: var(--white);
padding: 20px 0;
position: relative;
line-height: 1.6;
}
.home .accelerate-ai .content {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1100px;
position: relative;
}
.home .accelerate-ai .left {
width: 400px;
}
.home .accelerate-ai .left h2 {
letter-spacing: -1px;
font-size: 44px;
margin-bottom: 20px;
font-family: var(--hanken);
}
.home .accelerate-ai .left h2 span {
font-size: 15px;
display: inline-block;
position: relative;
top: -21px;
right: -5px;
}
.home .accelerate-ai .left .subtitle {
font-weight: 300;
margin-bottom: 20px;
}
.home .accelerate-ai .left .description {
color: #CED8FC;
font-size: 15px;
margin-bottom: 40px;
font-weight: 300;
}
.home .accelerate-ai .left .button {
margin-bottom: 40px;
}
.home .accelerate-ai .left .badges {
display: flex;
gap: 15px;
align-items: center;
}
.home .accelerate-ai .left .badges li {
width: 60px;
}
.home .accelerate-ai .left .badges li figure {
width: 100%;
}
.home .accelerate-ai .left .badges li figure img {
width: 100%;
}
.home .accelerate-ai .left .badges li.soc {
width: 50px;
}
.home .accelerate-ai .left .badges li.iso {
width: 60px;
}
.home .accelerate-ai .left .badges li.nist {
width: 60px;
}
.home .accelerate-ai .left .badges li.s {
width: 36px;
}
.home .accelerate-ai .right {
width: 500px;
position: relative;
}
.home .accelerate-ai .right .main-image {}
.home .accelerate-ai .right .main-image img {
width: 100%;
}
.home .accelerate-ai .right .floating-text {
position: absolute;
max-width: 320px;
}
.home .accelerate-ai .right .floating-text h4 {
font-size: 18px;
margin-bottom: 5px;
}
.home .accelerate-ai .right .floating-text figure {
display: none;
}
.home .accelerate-ai .right .floating-text figure img {
width: 100%;
}
.home .accelerate-ai .right .floating-text h4 span {
display: block;
}
.home .accelerate-ai .right .floating-text p {
font-size: 13px;
color: #CED8FC;
font-weight: 300;
line-height: 1.6;
max-width: 200px;
}
.home .accelerate-ai .right .floating-text.loop {
top: 1px;
right: -52px;
}
.home .accelerate-ai .right .floating-text.responsible {
bottom: 90px;
left: -190px;
text-align: right;
}
.home .accelerate-ai .right .floating-text.augmented {
bottom: 193px;
right: -204px;
} .home .agentic-factory {
background: var(--black);
color: var(--white);
padding: 140px 0;
position: relative;
line-height: 1.6;
}
.home .agentic-factory .content {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
align-items: center;
max-width: 1100px;
position: relative;
}
.home .agentic-factory .left {
width: 400px;
}
.home .agentic-factory .left h2 {
letter-spacing: -1px;
font-size: 44px;
margin-bottom: 20px;
font-family: var(--hanken);
}
.home .agentic-factory .left h2 span {
font-size: 15px;
display: inline-block;
position: relative;
top: -21px;
right: -5px;
}
.home .agentic-factory .left .subtitle {
font-weight: 300;
margin-bottom: 20px;
font-size: 22px;
}
.home .agentic-factory .left .description {
color: #CED8FC;
font-size: 15px;
margin-bottom: 30px;
font-weight: 300;
}
.home .agentic-factory .left .button {
margin-bottom: 60px;
}
.home .agentic-factory .left .tailor {
display: flex;
justify-content: stretch;
gap: 15px;
}
.home .agentic-factory .left .tailor li {
width: 100px;
}
.home .agentic-factory .left .tailor li .box-border {
background: radial-gradient(177.99% 105.81% at 50.18% 100%, rgba(255, 255, 255, 0) 0%, rgba(181, 192, 255, 0.2) 100%);
padding: 1px;
border-radius: 10px;
height: 100%;
}
.home .agentic-factory .left .tailor li .box-content {
background: #09051f;
box-shadow: 0 23px 38.3px 0 #FFFFFF0D inset;
border-radius: 10px;
padding: 0 0 10px;
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: column;
text-align: center;
height: 100%;
}
.home .agentic-factory .left .tailor li .box-content i {
font-size: 52px;
display: block;
height: 80px;
}
.home .agentic-factory .left .tailor li .box-content p {
font-size: 11px;
color: #E6E7FF;
}
.home .agentic-factory .left .tailor li .box-content p span {
display: block;
}
.home .agentic-factory .right {
width: 550px;
position: relative;
}
.home .agentic-factory .right figure {}
.home .agentic-factory .right figure img {
width: 100%;
}
.home .agentic-factory .right .floating-text {
position: absolute;
width: 100%;
text-align: center;
font-size: 15px;
}
.home .agentic-factory .right .floating-text.industry {
top: 47px;
}
.home .agentic-factory .right .floating-text.platform {
top: 123px;
}
.home .agentic-factory .right .floating-text.techs {
top: 212px;
} .home .techs-bar {
background: var(--black);
color: var(--white);
padding: 140px 0;
position: relative;
}
.home .techs-bar .content {
background: linear-gradient(90deg, #020032 0%, #A09BFF 54%, #020031 100%);
padding: 1px 0;
position: relative;
z-index: 10;
}
.home .techs-bar .radial-gradient-top,
.home .techs-bar .radial-gradient-bottom {
width: 700px;
height: 190px;
background: radial-gradient(96.06% 155.94% at 50% 205.94%, #545DFF 0%, #000000 100%);
position: absolute;
margin-left: -350px;
left: 50%;
top: -20px;
opacity: .8;
}
.home .techs-bar .radial-gradient-bottom {
rotate: 180deg;
top: auto;
bottom: -15px;
}
.home .techs-bar .box-content {
height: 100px;
background: var(--black);
}
.home .techs-bar .box-content ul {
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
height: 100%;
}
.home .techs-bar .box-content ul li {}
.home .techs-bar .box-content ul li figure {}
.home .techs-bar .box-content ul li figure img {
width: 100%;
}
.home .techs-bar .box-content ul li.databricks {
width: 140px;
}
.home .techs-bar .box-content ul li.aws {
width: 60px;
}
.home .techs-bar .box-content ul li.azure {
width: 110px;
}
.home .techs-bar .box-content ul li.openai {
width: 110px;
}
.home .techs-bar .box-content ul li.anthropic {
width: 130px;
}
.home .techs-bar .box-content ul li.landgraph {
width: 140px;
}
.home .techs-bar .box-content ul li.nvidia {
width: 120px;
}
.home .techs-bar .box-content ul li.llama {
width: 75px;
} .home .studios-logos-bar {
background: #050046;
color: var(--white);
padding: 150px 0 0;
position: relative;
}
.home .studios-logos-bar .section-title-wrap {
margin-bottom: 60px;
}
.home .studios-logos-bar .section-title-wrap .section-title {
text-align: center;
letter-spacing: -1px;
font-size: 42px;
font-family: var(--hanken);
}
.home .studios-logos-bar .section-title-wrap .section-title span {
display: block;
}
.home .studios-logos-bar .content {
background: linear-gradient(90deg, #020032 0%, #A09BFF 54%, #020031 100%);
padding: 1px 0;
}
.home .studios-logos-bar .box-content {
height: 80px;
background: #050046;
}
.home .studios-logos-bar .box-content .studios {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
}
.home .studios-logos-bar .box-content .studios li {
position: relative;
padding-right: 10px;
margin-right: 10px;
}
.home .studios-logos-bar .box-content .studios li:before {
content: "";
display: block;
width: 1px;
height: 40px;
background: linear-gradient(90deg, #020032 0%, #626262 54%, #020031 100%);
position: absolute;
opacity: .6;
top: 0;
left: -15px;
}
.home .studios-logos-bar .box-content .studios li:first-child:before {
display: none;
}
.home .studios-logos-bar .box-content .studios li a {
display: flex;
align-items: center;
color: var(--white);
}
.home .studios-logos-bar .box-content .studios li i {
color: #B8BCFF;
font-size: 32px;
margin-right: 5px;
}
.home .studios-logos-bar .box-content .studios li p {
font-size: 11px;
line-height: 1.3;
}
.home .studios-logos-bar .box-content .studios li span {
display: block;
} .home .data-foundation {
background: var(--black);
color: var(--white);
padding: 100px 0 0;
position: relative;
line-height: 1.6;
}
.home .data-foundation .content {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1100px;
position: relative;
z-index: 10;
}
.home .data-foundation .left {
width: 450px;
}
.home .data-foundation .left h2 {
letter-spacing: -1px;
font-size: 44px;
margin-bottom: 20px;
font-family: var(--hanken);
}
.home .data-foundation .left h2 span {
font-size: 15px;
display: inline-block;
position: relative;
top: -21px;
right: -5px;
}
.home .data-foundation .left .subtitle {
font-weight: 300;
margin-bottom: 20px;
font-size: 22px;
}
.home .data-foundation .left .description {
color: #CED8FC;
font-size: 15px;
margin-bottom: 30px;
font-weight: 300;
}
.home .data-foundation .left .button {
margin-bottom: 60px;
}
.home .data-foundation .left .badges {
display: flex;
align-items: center;
}
.home .data-foundation .left .badges li {
margin-right: 30px;
}
.home .data-foundation .left .badges li figure {
width: 100%;
}
.home .data-foundation .left .badges li figure img {
width: 100%;
}
.home .data-foundation .left .badges li.aws {
width: 110px;
}
.home .data-foundation .left .badges li.databricks {
width: 110px;
}
.home .data-foundation .left .badges li.snowflake {
width: 120px;
}
.home .data-foundation .right {
width: 550px;
position: relative;
}
.home .data-foundation .right figure {}
.home .data-foundation .right figure img {
width: 100%;
}
.home .data-foundation .right .floating-text {
position: absolute;
width: 100%;
text-align: center;
font-size: 14px;
}
.home .data-foundation .right .floating-text.ai {
top: 107px;
}
.home .data-foundation .right .floating-text.analytics {
top: 168px;
}
.home .data-foundation .right .floating-text.management {
top: 237px;
}
.home .data-foundation .right .floating-text.storage {
top: 313px;
}
.home .data-foundation .right .floating-text.governance {
top: 393px;
} .home .data-foundation-bar {
background: var(--black);
color: var(--white);
padding: 140px 0;
position: relative;
}
.home .data-foundation-bar .content {
background: linear-gradient(90deg, #020032 0%, #A09BFF 54%, #020031 100%);
padding: 1px 0;
position: relative;
z-index: 10;
}
.home .data-foundation-bar .radial-gradient-top,
.home .data-foundation-bar .radial-gradient-bottom {
width: 700px;
height: 190px;
background: radial-gradient(96.06% 155.94% at 50% 205.94%, #545DFF 0%, #000000 100%);
position: absolute;
margin-left: -350px;
left: 50%;
top: -20px;
opacity: .8;
}
.home .data-foundation-bar .radial-gradient-bottom {
rotate: 180deg;
top: auto;
bottom: -15px;
}
.home .data-foundation-bar .box-content {
height: 100px;
background: var(--black);
}
.home .data-foundation-bar .box-content ul {
display: flex;
align-items: center;
justify-content: center;
gap: 60px;
height: 100%;
}
.home .data-foundation-bar .box-content ul li {}
.home .data-foundation-bar .box-content ul li figure {}
.home .data-foundation-bar .box-content ul li figure img {
width: 100%;
}
.home .data-foundation-bar .box-content ul li.databricks {
width: 190px;
}
.home .data-foundation-bar .box-content ul li.azure {
width: 130px;
}
.home .data-foundation-bar .box-content ul li.aws {
width: 70px;
}
.home .data-foundation-bar .box-content ul li.gcp {
width: 200px;
}
.home .data-foundation-bar .box-content ul li.snowflake {
width: 160px;
} .home .trusted {
background: #050046;
color: var(--white);
padding: 100px 0 150px;
position: relative;
}
.home .trusted .head {
text-align: center;
margin-bottom: 50px;
}
.home .trusted .head .label {
text-transform: uppercase;
font-size: 13px;
background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%);
display: inline-block;
padding: 1px;
border-radius: 30px;
margin-bottom: 20px;
}
.home .trusted .head .label span {
display: inline-block;
padding: 6px 12px;
border-radius: 30px;
background: #050046;
}
.home .trusted .head .title {
letter-spacing: -1px;
font-family: var(--hanken);
}
.home .trusted .trusted-testimonials {
display: flex;
justify-content: space-between;
gap: 70px;
line-height: 1.6;
text-align: center;
}
.home .trusted .trusted-testimonials li {}
.home .trusted .trusted-testimonials li .box-content {}
.home .trusted .trusted-testimonials li .box-content figure {
margin: 0 auto;
height: 90px;
display: flex;
align-items: center;
}
.home .trusted .trusted-testimonials li .box-content figure img {
width: 100%;
height: auto;
}
.home .trusted .trusted-testimonials li .box-content .quote {
font-size: 14px;
font-weight: 300;
text-align: center;
color: #D6D6D6;
margin-bottom: 20px;
}
.home .trusted .trusted-testimonials li .box-content .quoter {
font-size: 14px;
white-space: nowrap;
}
.home .trusted .trusted-testimonials li .box-content .quoter span {
display: inline-block;
color: #444;
padding: 0 5px;
}
.home .trusted .trusted-testimonials li.cardiex .box-content figure {
width: 130px;
}
.home .trusted .trusted-testimonials li.carebridge .box-content figure {
width: 120px;
}
.home .trusted .trusted-testimonials li.liongard .box-content figure {
width: 180px;
} .home .avant-case {
background: #050046;
color: var(--white);
padding: 100px 0 70px;
position: relative;
overflow: hidden;
}
.home .avant-case:before {
content: "";
display: block;
width: 1440px;
height: 800px;
background: url(//redesfiepa.org.br/wp-content/themes/fieparedes_theme/css/redes-theme/img/homepage/v3/bg-avant.html);
background-size: cover;
position: absolute;
top: 0;
left: 50%;
margin-left: -720px;
z-index: 1;
opacity: .8;
}
.home .avant-case .content {
display: flex;
justify-content: space-between;
position: relative;
z-index: 10;
}
.home .avant-case .content .left {
width: 600px;
}
.home .avant-case .content .left figure {
width: 220px;
margin-bottom: 30px;
}
.home .avant-case .content .left figure img {
width: 100%;
}
.home .avant-case .content .left h2 {
font-family: var(--hanken);
letter-spacing: -1px;
font-size: 38px;
margin-bottom: 20px;
line-height: 1.1;
max-width: 500px;
}
.home .avant-case .content .left p {
color: #DCE3FF;
line-height: 1.8;
font-size: 14px;
font-weight: 300;
max-width: 500px;
}
.home .avant-case .content .left .values {
display: flex;
flex-wrap: wrap;
margin-top: 30px;
margin-left: -10px;
}
.home .avant-case .content .left .values li {
width: 50%;
padding: 5px;
}
.home .avant-case .content .left .values li .box-content {
background: linear-gradient(272.9deg, #EDECFF -52.95%, #FFFFFF 76.32%);
padding: 20px 24px;
display: flex;
border-radius: 20px;
align-items: center;
min-height: 100px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(255, 255, 255, 0.3);
transition: transform 0.4s ease, box-shadow 0.4s ease;
backdrop-filter: blur(10px);
}
.home .avant-case .content .left .values li .box-content:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(14, 90, 255, 0.15);
}
.home .avant-case .content .left .values li .box-content .value {
background: linear-gradient(281.46deg, #0E5AFF 29.24%, #A5CEFF 102.23%);
background-clip: text;
color: transparent;
font-size: 52px;
font-weight: 700;
letter-spacing: -3px;
padding-right: 15px;
font-family: var(--hanken);
}
.home .avant-case .content .left .values li .box-content .description {
color: #01427A;
font-size: 13px;
line-height: 1.4;
font-weight: 500;
}
.home .avant-case .content .left .values li .box-content .description span {
display: block;
}
.home .avant-case .content .left .button {
margin-top: 30px;
}
.home .avant-case .content .right {
width: 550px;
position: relative;
top: 50px;
}
.home .avant-case .content .right figure {}
.home .avant-case .content .right figure img {
width: 130%;
margin-left: -55px;
} .home .white-paper-home {
background: #050046;
color: var(--white);
margin-top: -40px;
border-radius: 0;
z-index: 10;
position: relative;
height: 700px;
padding: 0;
overflow: hidden;
}
.home .white-paper-home:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 500px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(5, 0, 70, 1) 100%);
display: block;
z-index: 5;
}
.home .white-paper-home .content {
display: flex;
flex-direction: row-reverse;
position: relative;
padding: 120px 0;
height: 100%;
align-items: center;
}
.home .white-paper-home .left {
position: absolute;
top: 120px;
left: -50px;
height: auto;
width: 700px;
}
.home .white-paper-home .left img {
width: 100%;
height: auto;
}
.home .white-paper-home .right {
max-width: 500px;
position: relative;
z-index: 20;
}
.home .white-paper-home .right .label {
text-transform: uppercase;
font-size: 13px;
background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%);
display: inline-block;
padding: 1px;
border-radius: 30px;
margin-bottom: 20px;
}
.home .white-paper-home .right .label span {
display: inline-block;
padding: 6px 12px;
border-radius: 30px;
background: #050046;
}
.home .white-paper-home .right .title {
font-size: 50px;
font-weight: 600;
margin-bottom: 30px;
font-family: var(--hanken);
letter-spacing: -1px;
}
.home .white-paper-home .right .title span {
display: block;
}
.home .white-paper-home .right .description {
line-height: 1.7;
font-size: 15px;
margin-bottom: 40px;
font-weight: 300;
} .home .white-paper-home .white-paper-carousel {
position: absolute;
top: 40px;
left: -25px;
width: 700px;
height: auto;
overflow: visible;
z-index: 1;
}
.home .white-paper-home .white-paper-carousel .swiper-wrapper {
align-items: center;
}
.home .white-paper-home .white-paper-carousel .swiper-slide {
opacity: 0;
transition: opacity 0.8s ease;
}
.home .white-paper-home .white-paper-carousel .swiper-slide-active {
opacity: 1;
}
.home .white-paper-home .white-paper-carousel .swiper-slide .left {
position: relative;
width: 100%;
height: auto;
}
.home .white-paper-home .white-paper-carousel .swiper-slide .left img {
width: 100%;
height: auto;
} .home .white-paper-home .white-paper-carousel .swiper-pagination {
position: absolute;
bottom: -40px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
}
.home .white-paper-home .white-paper-carousel .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: rgba(255, 255, 255, 0.4);
opacity: 1;
margin: 0 5px;
transition: all 0.3s ease;
}
.home .white-paper-home .white-paper-carousel .swiper-pagination-bullet-active {
background: var(--white);
transform: scale(1.2);
} .healthcare-landing-page .hero {
padding: 0;
background: #067cdc;
}
.healthcare-landing-page .hero .hero-carousel {
width: 100%;
height: 100%;
position: absolute;
}
.healthcare-landing-page .hero .hero-carousel .swiper-wrapper {
width: 100%;
height: 100%;
}
.industries-landing-page .hero .text .title {
font-weight: 500;
letter-spacing: -1px;
line-height: 1.2;
margin-bottom: 30px;
font-size: 52px;
}
.home .report-modal .modal-content {
width: 96%;
height: 96%;
padding: 0;
}
.home .report-modal .modal-content iframe {
width: 100%;
height: 100%;
} .home .one-case-section {
background: #050046;
color: var(--white);
overflow: hidden;
padding: 0;
}
.home .one-case-section:before {
content: "";
display: block;
width: 1430px;
height: 1794px;
background: url(//redesfiepa.org.br/wp-content/themes/fieparedes_theme/css/redes-theme/img/homepage/zigzag.html);
position: absolute;
top: 50%;
left: 50%;
margin-left: -450px;
margin-top: -880px;
}
.home .one-case-section .shadows {
height: 100%;
padding: 100px 0;
position: relative;
}
.home .one-case-section .shadows:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 500px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(5, 0, 70, 1) 100%);
display: block;
z-index: 5;
rotate: 180deg;
}
.home .one-case-section .shadows:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 500px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(5, 0, 70, 1) 100%);
display: block;
z-index: 5;
}
.home .one-case-section .content {
position: relative;
z-index: 20;
}
.home .one-case-section .text {
max-width: 520px;
position: relative;
z-index: 10;
}
.home .one-case-section .text .one-logo {
width: 150px;
margin-bottom: 30px;
}
.home .one-case-section .text .one-logo img {
width: 100%;
}
.home .one-case-section .text .title {
line-height: 1.2;
font-size: 38px;
letter-spacing: -1px;
margin-bottom: 30px;
font-weight: 400;
font-family: var(--hanken);
}
.home .one-case-section .text .description {
line-height: 1.5;
font-weight: 200;
font-size: 16px;
}
.home .one-case-section .text .button {
margin-top: 30px;
}
.home .one-case-section .values {
margin-top: 50px;
position: relative;
z-index: 10;
display: flex;
gap: 20px;
}
.home .one-case-section .values li {
margin-bottom: 30px;
padding: 28px 32px;
border-radius: 20px;
background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
border: 1px solid rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
min-width: 180px;
}
.home .one-case-section .values li:hover {
transform: translateY(-6px);
box-shadow: 0 16px 40px rgba(14, 90, 255, 0.2);
border-color: rgba(14, 90, 255, 0.3);
}
.home .one-case-section .values li .big {
font-weight: 700;
font-size: 52px;
letter-spacing: -2px;
margin-bottom: 8px;
background: linear-gradient(281.46deg, #0E5AFF 29.24%, #A5CEFF 102.23%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
font-family: var(--hanken, 'Hanken Grotesk', sans-serif);
line-height: 1;
}
.home .one-case-section .values li .small {
font-size: 15px;
font-weight: 400;
color: rgba(255, 255, 255, 0.7);
line-height: 1.4;
}
.home .one-case-section .one-phone {
position: absolute;
top: 50px;
right: 0;
width: 660px;
}
.home .one-case-section .one-phone img {
width: 100%;
margin-left: 50px;
} .home .recognitions {
padding: 130px 0;
position: relative;
background: #050046;
color: var(--white);
}
.home .recognitions .content {
position: relative;
}
.home .recognitions .header-info {
position: absolute;
right: 70px;
width: 360px;
top: 0;
}
.home .recognitions .header-info .label {
text-transform: uppercase;
font-size: 13px;
background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%);
display: inline-block;
padding: 1px;
border-radius: 30px;
margin-bottom: 20px;
}
.home .recognitions .header-info .label span {
display: inline-block;
padding: 6px 12px;
border-radius: 30px;
background: #050046;
}
.home .recognitions .header-info h2 {
font-size: 37px;
letter-spacing: -1px;
font-weight: 500;
font-family: var(--hanken);
}
.home .recognitions .left-image {
width: 550px;
height: 720px;
background: #000000;
border-radius: 20px;
top: 70px;
position: relative;
overflow: hidden;
}
.home .recognitions .left-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.home .recognitions .recognitions-carrousel {
position: absolute;
bottom: -40px;
right: -50px;
padding: 50px;
overflow: visible;
}
.home .recognitions .recognitions-carrousel .certificates-list {
display: flex;
align-items: stretch;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box {
width: 310px;
padding: 50px 30px 30px;
border-radius: 20px;
background: radial-gradient(100.14% 100.1% at 50% 132.84%, #4C9DFF 0%, #1E63FF 20%, #082B8F 40%, #050046 100%);
box-shadow: 0 9px 40px 0 rgba(0, 0, 0, 0.15);
border: 1px solid rgba(76, 157, 255, 0.2);
margin-right: 20px;
position: relative;
height: auto;
transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
overflow: hidden;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(76, 157, 255, 0.1) 0%, transparent 50%);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box:hover {
transform: translateY(-8px);
box-shadow: 0 20px 50px rgba(14, 90, 255, 0.25);
border-color: rgba(76, 157, 255, 0.4);
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box:hover::before {
opacity: 1;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box figure {
width: 90px;
position: absolute;
top: 0;
right: 0;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box figure img {
width: 100%;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box h4 {
font-size: 28px;
line-height: 1.1;
margin-bottom: 40px;
letter-spacing: -1px;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box p {
line-height: 1.6;
margin-bottom: 25px;
font-size: 15px;
font-weight: 300;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box.nps figure {
width: 65px;
top: -48px;
right: 15px;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box.gptw figure {
width: 61px;
top: -40px;
right: 30px;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box.clutch figure {
width: 77px;
top: -26px;
right: 31px;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box.clutch {
margin-right: 0;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box.clutch .reviews-awards .reviews .rating-title {
margin-bottom: 5px;
}
.recognitions .reviews-awards .reviews .stars-block {
display: flex;
align-items: center;
list-style: none;
padding: 0;
margin: 0;
gap: 4px;
}
.recognitions .reviews-awards .reviews .stars-block li.star {
width: 18px;
height: 18px;
font-size: 18px;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
}
.recognitions .reviews-awards .reviews .stars-block li.star .icon-star {
color: #FFD700;
display: inline-block;
font-family: "fieparedes";
font-size: 16px;
line-height: 1;
width: 16px;
height: 16px;
text-align: center;
}
.recognitions .reviews-awards .reviews .stars-block li.star .icon-star::before {
margin: 0;
margin-left: 0;
margin-right: 0;
width: auto;
display: block;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box.clutch .reviews-awards .reviews .stars-block li.reviews-number {
font-size: 14px;
position: relative;
top: 2px;
} .home .security {
padding: 100px 0 140px;
background: #050046;
color: var(--white);
}
.home .security .content {
position: relative;
}
.home .security .header-info {
display: flex;
justify-content: space-between;
}
.home .security .header-info .left {
width: 400px;
}
.home .security .header-info .left .label {
text-transform: uppercase;
font-size: 13px;
background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%);
display: inline-block;
padding: 1px;
border-radius: 30px;
margin-bottom: 20px;
}
.home .security .header-info .left .label span {
display: inline-block;
padding: 6px 12px;
border-radius: 30px;
background: #050046;
}
.home .security .header-info h2 {
font-size: 37px;
letter-spacing: -1px;
font-weight: 500;
font-family: var(--hanken);
}
.home .security .header-info .description {
color: #CFCFCF;
width: 540px;
line-height: 1.5;
font-size: 16px;
padding-top: 46px;
font-weight: 300;
}
.home .security .big-image {
height: 450px;
overflow: hidden;
border-radius: 20px;
margin: 70px 0;
}
.home .security .big-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 0 0;
}
.home .security .security-certificates {
display: flex;
justify-content: space-between;
}
.home .security .security-certificates li {
display: flex;
flex-direction: column;
align-items: center;
width: 30%;
text-align: center;
}
.home .security .security-certificates li figure {
width: 80px;
min-width: 80px;
height: 120px;
}
.home .security .security-certificates li figure img {
width: 100%;
}
.home .security .security-certificates li p {
color: #6D6D6D;
line-height: 1.6;
font-size: 14px;
font-weight: 300;
}
.home .security .security-certificates li.iso figure {
width: 90px;
min-width: 90px;
}
.home .security .security-certificates li.nist figure {
width: 90px;
min-width: 90px;
} .home .databricks-home {
background: var(--black);
color: var(--white);
position: relative;
height: 700px;
padding: 0;
overflow: hidden;
}
.home .databricks-home:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
display: block;
z-index: 5;
rotate: 180deg;
}
.home .databricks-home:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
display: block;
z-index: 5;
}
.home .databricks-home .content {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
position: relative;
padding: 120px 0;
height: 100%;
align-items: center;
max-width: 960px;
}
.home .databricks-home .left {
width: 250px;
min-width: 250px;
border-radius: 20px;
overflow: hidden;
line-height: 0;
}
.home .databricks-home .left img {
width: 100%;
}
.home .databricks-home .right {
max-width: 550px;
position: relative;
z-index: 20;
}
.home .databricks-home .right .label {
text-transform: uppercase;
font-size: 13px;
background: linear-gradient(90deg, #3E378B 5.95%, #3159F3 97.58%);
display: inline-block;
padding: 1px;
border-radius: 30px;
margin-bottom: 20px;
}
.home .databricks-home .right .label span {
display: inline-block;
padding: 6px 12px;
border-radius: 30px;
background: var(--black);
}
.home .databricks-home .right .title {
font-size: 36px;
font-weight: 600;
margin-bottom: 30px;
font-family: var(--hanken);
}
.home .databricks-home .right .title span {
display: block;
}
.home .databricks-home .right .description {
line-height: 1.7;
font-size: 15px;
margin-bottom: 40px;
font-weight: 300;
}
.home .databricks-home .right .description strong {
font-weight: 600;
}
.home .databricks-home .iso {
width: 1000px;
height: 1000px;
background: url(//redesfiepa.org.br/wp-content/themes/fieparedes_theme/css/redes-theme/img/homepage/v3/databricks-gray.html);
background-size: 1000px 1000px;
position: absolute;
top: -250px;
right: 50%;
margin-right: -980px;
opacity: .3;
}
.home .report-modal .modal-content {
width: 96%;
height: 96%;
padding: 0;
}
.home .report-modal .modal-content iframe {
width: 100%;
height: 100%;
}
@media screen and (max-width: 1520px) { .home .next-era .content {
padding: 0 20px;
} .home .accelerate-ai .right {
width: 430px;
position: relative;
left: -110px;
}
.home .accelerate-ai .right .floating-text.loop {
top: 1px;
right: -72px;
}
.home .accelerate-ai .right .floating-text.augmented {
bottom: 153px;
right: -204px;
}
.home .accelerate-ai .right .floating-text.responsible {
bottom: 70px;
left: -195px;
}
}
@media screen and (max-width: 1280px) { .home .hero .text .title {
font-size: 65px;
}
.home .hero .text .description {
font-size: 16px;
} .home .white-paper-home {
height: 800px;
}
.home .white-paper-home .content {
padding: 120px 20px;
}
.home .white-paper-home .left {
top: 100px;
left: -130px;
width: 900px;
}
.home .white-paper-home .right {
max-width: 450px;
} .home .white-paper-home .white-paper-carousel {
top: 100px;
left: -130px;
width: 900px;
} .home .next-era .ai-agents li .box-content figure {
height: 150px;
}
.home .next-era .ai-agents li .box-content h3 {
font-size: 24px;
}
.home .next-era .ai-agents li .box-content p {
font-size: 14px;
} .home .outcomes .outcomes-table {
width: 100%;
height: auto;
background: none;
max-width: 660px;
}
.home .outcomes .outcomes-table li {
width: 50%;
height: 200px;
}
.home .outcomes .outcomes-table li .value {
font-size: 58px;
}
.home .outcomes .outcomes-table li .description {
font-size: 13px;
}
.home .outcomes .outcomes-table li:nth-child(2),
.home .outcomes .outcomes-table li:nth-child(3),
.home .outcomes .outcomes-table li:nth-child(6) {
background: url(//redesfiepa.org.br/wp-content/themes/fieparedes_theme/css/redes-theme/img/homepage/v3/table-bg-mobile.html);
background-size: 100% 100%;
} .home .security-matters .head .title {
font-size: 38px;
}
.home .security-matters .circle {
scale: .85;
}
.home .security-matters .circle .floating-text {
max-width: 300px;
}
.home .security-matters .circle .floating-text.transparent {
right: 50%;
margin-right: -580px;
}
.home .security-matters .circle .floating-text.regulatory {
left: 50%;
margin-left: -580px;
} .home .techs-bar {
padding: 70px 0;
}
.home .techs-bar .box-content {
height: auto;
padding: 40px;
}
.home .techs-bar .box-content ul {
flex-wrap: wrap;
}
.home .techs-bar .radial-gradient-top,
.home .techs-bar .radial-gradient-bottom {
height: 110px;
top: -20px;
}
.home .techs-bar .radial-gradient-bottom {
top: auto;
bottom: -20px;
} .home .studios-logos-bar {
padding: 60px 0 0;
}
.home .studios-logos-bar .section-title-wrap {
margin-bottom: 30px;
}
.home .studios-logos-bar .section-title-wrap .section-title {
font-size: 36px;
}
.home .studios-logos-bar .box-content {
height: auto;
padding: 40px;
}
.home .studios-logos-bar .box-content ul {
flex-wrap: wrap;
}
.home .studios-logos-bar .box-content .studios {
justify-content: center;
gap: 30px;
}
.home .studios-logos-bar .box-content .studios li {
padding: 0;
margin: 0;
}
.home .studios-logos-bar .box-content .studios li:before {
display: none;
} .home .data-foundation {
padding: 0 0 40px;
}
.home .data-foundation .left h2 {
font-size: 38px;
}
.home .data-foundation .left .subtitle {
font-size: 18px;
}
.home .data-foundation .left .description {
font-size: 14px;
}
.home .data-foundation .right figure {
scale: .9;
}
.home .data-foundation .right .floating-text {
font-size: 13px;
}
.home .data-foundation .right .floating-text.ai {
top: 123px;
}
.home .data-foundation .right .floating-text.analytics {
top: 178px;
}
.home .data-foundation .right .floating-text.management {
top: 241px;
}
.home .data-foundation .right .floating-text.storage {
top: 309px;
}
.home .data-foundation .right .floating-text.governance {
top: 382px;
} .home .data-foundation-bar {
padding: 70px 0;
}
.home .data-foundation-bar .box-content {
height: auto;
padding: 40px;
}
.home .data-foundation-bar .box-content ul {
flex-wrap: wrap;
}
.home .data-foundation-bar .radial-gradient-top,
.home .data-foundation-bar .radial-gradient-bottom {
height: 110px;
top: -20px;
}
.home .data-foundation-bar .radial-gradient-bottom {
top: auto;
bottom: -20px;
} .home .accelerate-ai .content {
flex-direction: column;
}
.home .accelerate-ai .left {
width: 100%;
max-width: 710px;
}
.home .accelerate-ai .left h2 {
font-size: 38px;
}
.home .accelerate-ai .left .subtitle {
font-size: 18px;
}
.home .accelerate-ai .left .description {
font-size: 14px;
}
.home .accelerate-ai .right {
scale: .9;
left: 0;
margin-top: 30px;
} .home .agentic-factory {
padding: 100px 0 20px;
}
.home .agentic-factory .left h2 {
font-size: 38px;
}
.home .agentic-factory .left .subtitle {
font-size: 18px;
}
.home .agentic-factory .left .description {
font-size: 14px;
} .home .avant-case {
padding: 60px 0 70px;
}
.home .avant-case .content .left h2 {
font-size: 32px;
}
.home .avant-case .content .left p {
font-size: 13px;
} .home .trusted .head .title {
font-size: 42px;
} .home .recognitions .header-info {
top: -40px;
}
.home .recognitions .certificates-list {
right: 40px;
bottom: 0;
}
.home .recognitions .certificates-list .certification-box {
width: 380px;
padding: 70px 50px 30px;
}
.home .recognitions .certificates-list .certification-box.nps figure {
width: 110px;
}
.home .recognitions .certificates-list .certification-box.gptw figure {
width: 75px;
}
.home .recognitions .left-image {
width: 440px;
height: 730px;
} .home .one-case-section .text .one-logo {
width: 130px;
}
.home .one-case-section .text .title {
font-size: 32px;
}
.home .one-case-section .text .description {
font-size: 16px;
}
.home .one-case-section .values li .big {
font-size: 38px;
}
.home .one-case-section .values li .small {
font-size: 17px;
}
.home .one-case-section .one-phone {
width: 590px;
right: 20px;
}
}
@media screen and (max-width: 1024px) { .home .hero .text .title {
font-size: 62px;
} .home .white-paper-home {
height: auto;
}
.home .white-paper-home .content {
padding: 50px 20px 70px;
flex-direction: column-reverse;
}
.home .white-paper-home .left {
position: relative;
width: 120%;
left: auto;
top: auto;
padding-top: 40%;
margin-top: 30px;
}
.home .white-paper-home .left img {
position: absolute;
top: 0;
left: 0;
}
.home .white-paper-home .right {
max-width: 100%;
}
.home .white-paper-home .right .title {
font-size: 38px;
}
.home .white-paper-home .right .title span {
display: inline;
}
.home .white-paper-home .right .description {
font-size: 14px;
}
.home .white-paper-home:after {
height: 140px;
} .home .white-paper-home .white-paper-carousel {
position: relative;
width: 120%;
left: -10%;
top: auto;
margin-top: 30px;
order: 2;
}
.home .white-paper-home .white-paper-carousel .swiper-slide .left {
padding-top: 60%;
}
.home .white-paper-home .white-paper-carousel .swiper-slide .left img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
}
.home .white-paper-home .white-paper-carousel .swiper-pagination {
bottom: 10px;
} .home .next-era {
padding: 140px 0 0;
}
.home .next-era .head .title {
font-size: 42px;
}
.home .next-era .head .title span {
display: inline;
}
.home .next-era .head .description {
font-size: 14px;
}
.home .next-era .head .description span {
display: inline;
}
.home .next-era .ai-agents {
flex-direction: column;
max-width: 450px;
margin: 0 auto;
}
.home .next-era .ai-agents li {
width: 100%;
} .home .next-era .pricing-cards {
grid-template-columns: 1fr;
gap: 32px;
max-width: 480px;
margin: 60px auto 0;
}
.home .next-era .pricing-card__content {
padding: 40px 28px;
}
.home .next-era .pricing-card__title {
font-size: 22px;
}
.home .next-era .pricing-card__amount {
font-size: 46px;
} .home .outcomes .head .title {
font-size: 32px;
}
.home .outcomes .outcomes-table {
width: 100%;
height: auto;
flex-direction: column;
background: none;
max-width: 400px;
}
.home .outcomes .outcomes-table li {
width: 100%;
height: 200px;
}
.home .outcomes .outcomes-table li:nth-child(2),
.home .outcomes .outcomes-table li:nth-child(3),
.home .outcomes .outcomes-table li:nth-child(6) {
background: none;
}
.home .outcomes .outcomes-table li:nth-child(odd) {
background: url(//redesfiepa.org.br/wp-content/themes/fieparedes_theme/css/redes-theme/img/homepage/v3/table-bg-mobile.html) !important;
background-size: 100% 100% !important;
}
.home .outcomes .outcomes-table li .value {
font-size: 52px;
}
.home .outcomes .outcomes-table li .description {
font-size: 13px;
} .home .security-matters {
padding: 10px 0;
}
.home .security-matters .head .title {
font-size: 32px;
}
.home .security-matters .circle {
scale: 1;
padding-left: 90px;
max-width: 450px;
margin: 0 auto;
}
.home .security-matters .circle .main-image {
display: none;
}
.home .security-matters .circle .floating-text {
position: relative;
max-width: 100%;
padding-left: 20px;
margin-bottom: 60px;
}
.home .security-matters .circle .floating-text figure {
display: block;
width: 130px;
position: absolute;
left: -110px;
top: -40px;
}
.home .security-matters .circle .floating-text h4 {
font-size: 20px;
}
.home .security-matters .circle .floating-text p {
font-size: 14px;
}
.home .security-matters .circle .floating-text h4 span {
display: inline;
}
.home .security-matters .circle .floating-text.transparent {
top: 0;
right: 0;
margin-right: 0;
text-align: left;
}
.home .security-matters .circle .floating-text.regulatory {
top: 0;
left: 0;
margin-left: 0;
text-align: left;
}
.home .security-matters .circle .floating-text.human {
bottom: 0;
left: 0;
margin-left: 0;
text-align: left;
} .home .agentic-factory {
padding: 80px 0;
}
.home .agentic-factory .content {
flex-direction: column;
}
.home .agentic-factory .left {
width: 100%;
max-width: 450px;
}
.home .agentic-factory .left h2 {
font-size: 32px;
}
.home .agentic-factory .left .subtitle {
font-size: 17px;
}
.home .agentic-factory .left .description {
font-size: 14px;
}
.home .agentic-factory .right {
scale: .9;
margin-top: 30px;
} .home .data-foundation {
padding: 0;
}
.home .data-foundation .content {
flex-direction: column;
}
.home .data-foundation .left {
width: 100%;
max-width: 450px;
margin-top: -40px;
}
.home .data-foundation .left h2 {
font-size: 32px;
}
.home .data-foundation .left .subtitle {
font-size: 17px;
}
.home .data-foundation .left .description {
font-size: 14px;
}
.home .data-foundation .right {
margin-bottom: 40px;
}
.home .data-foundation .left .badges li.aws {
width: 90px;
}
.home .data-foundation .left .badges li.databricks {
width: 90px;
}
.home .data-foundation .left .badges li.snowflake {
width: 100px;
} .home .data-foundation-bar .box-content ul {
gap: 40px;
} .home .avant-case .content {
flex-direction: column;
} .home .trusted {
padding: 50px 0 110px;
}
.home .trusted .head .title {
font-size: 32px;
}
.home .trusted .trusted-testimonials {
flex-direction: column;
max-width: 600px;
margin: 0 auto;
}
.home .trusted .trusted-testimonials li .box-content .quoter {
font-size: 13px;
} .home .accelerate-ai .left {
max-width: 420px;
margin-bottom: 30px;
}
.home .accelerate-ai .left h2 {
font-size: 32px;
}
.home .accelerate-ai .left .subtitle {
font-size: 17px;
}
.home .accelerate-ai .left .description {
font-size: 14px;
}
.home .accelerate-ai .right {
scale: 1;
width: 100%;
max-width: 430px;
}
.home .accelerate-ai .right .main-image {
display: none;
}
.home .accelerate-ai .right .floating-text {
position: relative;
width: 100%;
max-width: 100%;
margin-bottom: 40px;
padding-left: 85px;
}
.home .accelerate-ai .right .floating-text h4 span {
display: inline;
}
.home .accelerate-ai .right .floating-text p {
max-width: 100%;
}
.home .accelerate-ai .right .floating-text figure {
display: block;
width: 70px;
position: absolute;
left: 0;
top: -10px;
}
.home .accelerate-ai .right .floating-text.loop {
top: 0;
right: 0;
}
.home .accelerate-ai .right .floating-text.responsible {
bottom: 0;
left: 0;
text-align: left;
}
.home .accelerate-ai .right .floating-text.augmented {
bottom: 0;
right: 0;
} .home .avant-case .content .right {
width: 100%;
max-width: 550px;
margin: 0 auto;
top: 0;
}
.home .avant-case .content .left {
width: 100%;
margin-top: 20px;
}
.home .avant-case .content .left figure {
width: 190px;
}
.home .avant-case .content .left h2 {
max-width: 100%;
}
.home .avant-case .content .left p {
max-width: 100%;
}
.home .avant-case .content .left .values {
flex-direction: column;
}
.home .avant-case .content .left .values li {
width: 100%;
max-width: 400px;
}
.home .avant-case .content .left .values li .box-content {
width: 100%;
padding: 16px 20px;
min-height: auto;
}
.home .avant-case .content .left .values li .box-content .value {
font-size: 40px;
padding-right: 12px;
}
.home .avant-case .content .left .values li .box-content .description span {
display: inline;
} .home .one-case-section .shadows {
padding: 60px 0 80px;
}
.home .one-case-section .text {
max-width: 100%;
}
.home .one-case-section .text .title {
font-size: 28px;
}
.home .one-case-section .text .description {
font-size: 15px;
}
.home .one-case-section .text .one-logo {
width: 100px;
margin-bottom: 20px;
}
.home .one-case-section .one-phone {
display: none;
} .home .recognitions {
padding: 70px 0;
}
.home .recognitions .header-info {
position: relative;
top: 0;
left: 0;
right: auto;
width: 100%;
}
.home .recognitions .header-info h2 {
font-size: 32px;
}
.home .recognitions .header-info .label {
font-size: 14px;
}
.home .recognitions .header-info .label:before {
width: 10px;
height: 10px;
top: 2px;
margin-right: 8px;
}
.home .recognitions .left-image {
width: 140%;
height: 715px;
left: -50px;
}
.home .recognitions .certificates-list {
right: 0;
}
.home .recognitions .recognitions-carrousel {
right: auto;
left: 0;
padding: 50px 20px;
width: 100%;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box {
width: 90%;
padding: 50px 30px;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box p {
font-size: 15px;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box h4 {
font-size: 28px;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box.gptw figure {
width: 55px;
top: -46px;
right: 30px;
}
.home .recognitions .recognitions-carrousel .certificates-list .certification-box.nps figure {
width: 60px;
top: -50px;
right: 15px;
} .home .security {
padding: 70px 0;
}
.home .security .header-info {
flex-direction: column;
}
.home .security .header-info .left {
width: 100%;
}
.home .security .header-info h2 {
font-size: 32px;
}
.home .security .header-info .description {
width: 100%;
font-size: 15px;
}
.home .security .header-info .label {
font-size: 14px;
}
.home .security .header-info .label:before {
width: 10px;
height: 10px;
top: 2px;
margin-right: 8px;
}
.home .security .big-image {
height: auto;
padding-top: 56%;
margin: 50px 0;
}
.home .security .big-image img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-position: center;
}
.home .security .security-certificates li figure {
height: 100px;
}
.home .security .security-certificates li p {
text-align: left;
} .home .databricks-home .iso {
margin-right: 0;
right: -600px;
}
.home .databricks-home .content {
flex-direction: column;
max-width: 100%;
align-items: flex-start;
padding: 70px 20px;
height: auto;
}
.home .databricks-home .left {
height: auto;
overflow: visible;
width: 120px;
min-width: 120px;
margin-bottom: 50px;
}
.home .databricks-home .right {
max-width: 100%;
}
.home .databricks-home .right .title {
font-size: 28px;
}
.home .databricks-home .right .description {
font-size: 14px;
} .home .studios-logos-bar .section-title-wrap .section-title {
font-size: 32px;
}
}
@media screen and (max-width: 767px) { .home .hero .text .title {
font-size: 48px;
}
.home .hero .text .description {
font-size: 15px;
} .home .data-foundation .right {
scale: .8;
} .home .agentic-factory .right {
scale: .8;
} .home .security .security-certificates {
flex-direction: column;
}
.home .security .security-certificates li {
width: 100%;
margin-bottom: 30px;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.home .security .security-certificates li figure {
margin-bottom: 15px;
} .home .one-case-section .text .description {
font-size: 14px;
}
.home .one-case-section .values {
margin-top: 60px;
flex-direction: column;
}
.home .one-case-section .values li {
margin-bottom: 16px;
padding: 20px 24px;
min-width: auto;
width: 100%;
max-width: 280px;
}
.home .one-case-section .values li .big {
font-size: 36px;
letter-spacing: -1px;
}
.home .one-case-section .values li .small {
font-size: 14px;
}
.home .one-case-section .one-phone {
display: none;
} .home .white-paper-home .white-paper-carousel {
width: 100%;
left: 0;
}
.home .white-paper-home .white-paper-carousel .swiper-slide .left {
padding-top: 70%;
}
.home .white-paper-home .white-paper-carousel .swiper-pagination-bullet {
width: 8px;
height: 8px;
} .home .next-era {
padding: 100px 0;
}
.home .next-era .head .title {
font-size: 36px;
}
.home .next-era .pricing-cards {
grid-template-columns: 1fr;
gap: 24px;
max-width: 100%;
margin: 40px auto 0;
padding: 0 16px;
}
.home .next-era .pricing-card__content {
padding: 36px 24px 32px;
}
.home .next-era .pricing-card__title {
font-size: 20px;
}
.home .next-era .pricing-card__subtitle {
font-size: 12px;
margin-bottom: 20px;
}
.home .next-era .pricing-card__currency {
font-size: 18px;
margin-top: 6px;
}
.home .next-era .pricing-card__amount {
font-size: 40px;
}
.home .next-era .pricing-card__period {
font-size: 14px;
margin-bottom: 10px;
}
.home .next-era .pricing-card__installment {
font-size: 13px;
margin-bottom: 0;
}
.home .next-era .pricing-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-top: 32px;
padding: 0 16px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.home .next-era .pricing-actions .button {
width: 100%;
padding: 12px 8px;
font-size: 12px;
}
.home .next-era .pricing-card:hover {
transform: translateY(-8px);
}
}  .home .trusted.testimonials-section {
position: relative;
overflow: hidden;
}
.home .trusted .testimonials-swiper {
padding: 40px 0;
overflow: visible;
}
.home .trusted .testimonials-swiper .quotes {
list-style: none;
margin: 0;
padding: 0;
}
.home .trusted .swiper-slide {
height: auto;
display: flex;
} .home .trusted .quote-box {
background: #1e1e2f;
border-radius: 16px;
padding: 32px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: all 0.3s ease;
border: 1px solid rgba(255, 255, 255, 0.08);
position: relative;
} .home .trusted .quote-box::before {
content: '"';
position: absolute;
top: 24px;
left: 32px;
font-size: 48px;
font-weight: 700;
line-height: 1;
opacity: 0.3;
font-family: Georgia, serif;
} .home .trusted .quote-box.green::before {
color: #10b981;
}
.home .trusted .quote-box.blue::before {
color: #00d4ff;
}
.home .trusted .quote-box.violet::before {
color: #8b5cf6;
} .home .trusted .quote-box .quote {
font-size: 15px;
font-weight: 400;
line-height: 1.7;
color: #e0e0e0;
margin: 0 0 24px 0;
padding-top: 32px;
flex-grow: 1;
} .home .trusted .quote-box .quoter {
display: flex;
align-items: center;
gap: 12px;
padding-top: 16px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home .trusted .quote-box .quoter span {
font-weight: 600;
font-size: 14px;
color: #ffffff;
}
.home .trusted .quote-box .quoter cite {
font-style: normal;
font-weight: 400;
font-size: 13px;
color: #9ca3af;
} .home .trusted .quote-box .quoter span::after {
content: '|';
margin-left: 12px;
color: rgba(255, 255, 255, 0.3);
font-weight: 300;
} .home .trusted .quote-box:hover {
transform: translateY(-4px);
border-color: rgba(255, 255, 255, 0.15);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
} .home .trusted .quote-box.green {
border-top: 2px solid #10b981;
}
.home .trusted .quote-box.blue {
border-top: 2px solid #00d4ff;
}
.home .trusted .quote-box.violet {
border-top: 2px solid #8b5cf6;
} @media screen and (max-width: 1024px) {
.home .trusted .quote-box {
padding: 28px;
}
.home .trusted .quote-box .quote {
font-size: 14px;
padding-top: 28px;
}
.home .trusted .quote-box::before {
font-size: 40px;
top: 20px;
left: 28px;
}
} @media screen and (max-width: 767px) {
.home .trusted .testimonials-swiper {
padding: 20px 0;
}
.home .trusted .quote-box {
padding: 24px;
}
.home .trusted .quote-box .quote {
font-size: 14px;
line-height: 1.6;
padding-top: 24px;
}
.home .trusted .quote-box::before {
font-size: 36px;
top: 16px;
left: 24px;
}
.home .trusted .quote-box .quoter {
flex-direction: column;
align-items: flex-start;
gap: 4px;
}
.home .trusted .quote-box .quoter span::after {
display: none;
}
.home .trusted .quote-box:hover {
transform: translateY(-2px);
}
}  .testimonials-say {
background: #050046;
padding: 100px 0 150px;
overflow: hidden;
}
.testimonials-say .top-quotes,
.testimonials-say .bottom-quotes {
overflow: visible;
}
.testimonials-say .section-header {
text-align: center;
max-width: 800px;
margin: 0 auto 60px;
padding: 0 20px;
}
.testimonials-say .section-label {
margin: 0 0 16px;
}
.testimonials-say .section-label span {
background: linear-gradient(135deg, #00d4ff, #8b5cf6);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
}
.testimonials-say .section-title {
text-align: center;
font-weight: 600;
letter-spacing: -1px;
margin: 0 auto 24px;
font-size: 42px;
color: #FFFFFF;
}
.testimonials-say .section-description {
font-size: 18px;
line-height: 1.6;
color: rgba(255, 255, 255, 0.7);
margin: 0;
} .testimonials-say .top-quotes {
margin-left: 150px;
margin-bottom: 30px;
} .testimonials-say .bottom-quotes {
margin-right: 150px;
}
.testimonials-say .quotes {
display: flex;
align-items: stretch;
list-style: none;
margin: 0;
padding: 0;
}
.testimonials-say .quotes li {
padding: 0 15px;
width: 520px;
min-width: 520px;
height: auto !important;
}
.testimonials-say .quotes li .quote-box {
padding: 30px 35px;
border-radius: 16px;
height: 240px;
min-height: 240px;
max-height: 240px;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
overflow: hidden;
}  .testimonials-say .quotes li .quote-box.blue {
background: #EFF6F9;
color: #406F84;
}
.testimonials-say .quotes li .quote-box.blue .quoter {
color: #1E6583;
} .testimonials-say .quotes li .quote-box.yellow {
background: #FEF9F1;
color: #484848;
}
.testimonials-say .quotes li .quote-box.yellow .quoter {
color: #606060;
}
.testimonials-say .quotes li .quote-box.yellow .quoter span {
color: #1a1a1a;
} .testimonials-say .quotes li .quote-box.green {
background: #EEFDF4;
color: #484848;
}
.testimonials-say .quotes li .quote-box.green .quoter {
color: #606060;
}
.testimonials-say .quotes li .quote-box.green .quoter span {
color: #1a1a1a;
} .testimonials-say .quotes li .quote-box.red {
background: #FDEBE9;
color: #BE6E65;
}
.testimonials-say .quotes li .quote-box.red .quoter {
color: #7E362E;
} .testimonials-say .quotes li .quote-box.violet {
background: #F1E9FD;
color: #484848;
}
.testimonials-say .quotes li .quote-box.violet .quoter {
color: #606060;
}
.testimonials-say .quotes li .quote-box.violet .quoter span {
color: #1a1a1a;
} .testimonials-say .quotes li .quote-box.grey {
background: #F1F4F8;
color: #484848;
}
.testimonials-say .quotes li .quote-box.grey .quoter {
color: #606060;
}
.testimonials-say .quotes li .quote-box.grey .quoter span {
color: #1a1a1a;
} .testimonials-say .quotes li .quote-box .quote {
font-size: 13px;
line-height: 1.55;
margin-bottom: 15px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
} .testimonials-say .quotes li .quote-box .quoter {
font-size: 16px;
display: flex;
align-items: center;
}
.testimonials-say .quotes li .quote-box .quoter span {
font-weight: 600;
position: relative;
display: inline-block;
margin-right: 30px;
}
.testimonials-say .quotes li .quote-box .quoter span::before {
content: "";
display: block;
width: 1px;
height: 12px;
top: 3px;
position: absolute;
right: -15px;
background: #000;
} .testimonials-say .quotes li .quote-box .quoter figure {
width: 30px;
min-width: 30px;
height: 30px;
overflow: hidden;
border-radius: 100%;
margin-right: 10px;
margin: 0;
}
.testimonials-say .quotes li .quote-box .quoter figure img {
width: 100%;
height: 100%;
object-fit: cover;
} @media screen and (max-width: 1024px) {
.testimonials-say {
padding-bottom: 80px;
}
.testimonials-say .section-header {
margin-bottom: 40px;
}
.testimonials-say .section-label span {
font-size: 12px;
}
.testimonials-say .section-title {
font-size: 32px;
margin: 0 auto 16px;
}
.testimonials-say .section-description {
font-size: 16px;
}
.testimonials-say .top-quotes {
margin-left: 80px;
}
.testimonials-say .bottom-quotes {
margin-right: 80px;
}
.testimonials-say .quotes li {
width: 350px;
min-width: 350px;
}
.testimonials-say .quotes li .quote-box {
height: 200px;
min-height: 200px;
max-height: 200px;
padding: 25px 30px;
}
.testimonials-say .quotes li .quote-box .quote {
font-size: 12px;
-webkit-line-clamp: 5;
}
.testimonials-say .quotes li .quote-box .quoter {
font-size: 13px;
}
} @media screen and (max-width: 767px) {
.testimonials-say {
padding: 60px 0 30px;
}
.testimonials-say .section-header {
margin-bottom: 30px;
}
.testimonials-say .section-label span {
font-size: 11px;
letter-spacing: 1.5px;
}
.testimonials-say .section-title {
font-size: 28px;
margin: 0 auto 12px;
}
.testimonials-say .section-description {
font-size: 15px;
}
.testimonials-say .top-quotes,
.testimonials-say .bottom-quotes {
margin-left: 0;
margin-right: 0;
}
.testimonials-say .quotes li {
width: 300px;
min-width: 300px;
}
.testimonials-say .quotes li .quote-box {
height: auto;
min-height: auto;
max-height: none;
padding: 30px;
}
.testimonials-say .quotes li .quote-box .quote {
font-size: 13px;
}
.testimonials-say .quotes li .quote-box .quoter {
font-size: 14px;
flex-direction: column;
align-items: flex-start;
}
.testimonials-say .quotes li .quote-box .quoter span::before {
display: none;
}
.testimonials-say .quotes li .quote-box .quoter figure {
margin-bottom: 10px;
}
}