html {
scroll-behavior: smooth;
}
body {
font-family: var(--vietnam);
font-size: 18px;
line-height: 1.2;
font-weight: 400;
overflow-x: hidden;
}
a {
text-decoration: none;
}
.overflower {
overflow-x: clip;
}
.content {
max-width: 1180px;
width: 100%;
margin: 0 auto;
} .logo {
background-image: url(//redesfiepa.org.br/wp-content/themes/fieparedes_theme/css/redes-theme/img/fiepa-redes-black.svg);
background-repeat: no-repeat;
background-size: contain;
min-width: 115px;
width: 195px;
height: 32px;
display: block;
} section {
position: relative;
padding: 20px 0;
}
section.black-bg {
background-color: var(--black);
color: var(--white);
}
section.grey-bg {
background: var(--gray);
} input,
select,
textarea {
border: 1px solid #484848;
resize: none;
background: #111;
padding: 10px 16px;
border-radius: 10px !important;
font-family: var(--vietnam);
font-weight: 200;
font-size: 16px;
color: var(--white);
width: 100%;
transition: var(--transition);
}
input::placeholder,
textarea::placeholder,
select {
color: #999 !important;
}
label {
font-family: var(--vietnam);
}
input,
select {
height: 44px;
font-family: var(--vietnam);
}
textarea {
height: 110px;
}
input:hover,
select:hover,
textarea:hover {
border: 1px solid #acacac;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none !important;
background: #222;
color: var(--white);
font-family: var(--vietnam);
box-shadow: none !important;
} .black-bg {
background-color: var(--black);
color: var(--white);
}
.black-bg label {
color: var(--white) !important;
font-size: 14px !important;
margin-bottom: 8px !important;
font-weight: 500 !important;
}
.black-bg input,
.black-bg select,
.black-bg textarea {
background: #080808 !important;
border: 1px solid #272626 !important;
margin: 0 !important;
color: var(--white) !important;
}
.grey-bg {
background: var(--gray);
} h1 {
font-size: 58px;
font-family: var(--hanken);
}
h2 {
font-size: 48px;
font-family: var(--hanken);
}
h3 {
font-size: 36px;
line-height: 1.3;
font-family: var(--hanken);
}
h4 {
font-size: 24px;
line-height: 1.3;
font-family: var(--hanken);
}
h5 {
font-family: var(--hanken);
}
h6 {
font-family: var(--hanken);
} .top-section-title {
display: flex;
flex-direction: column;
}
.top-section-title .sub-title {
text-transform: uppercase;
font-size: 14px;
padding-bottom: 10px;
font-weight: 500;
}
.top-section-title .sub-title i {
margin-right: 5px;
display: inline-block;
}
.top-section-title .title {
font-size: 36px;
font-weight: 700;
position: relative;
line-height: 1.3;
}
.top-section-title p {
font-size: 18px;
} ::-webkit-scrollbar {
width: 15px;
height: 15px;
}
::-webkit-scrollbar-track {
background: var(--white);
}
::-webkit-scrollbar-thumb {
border-radius: 20px;
border: 3px solid var(--white);
background: #999;
}
::-webkit-scrollbar-thumb:hover {
background: #888;
} .carrousel-arrow {
transition: var(--transition);
z-index: 10;
cursor: pointer;
height: 40px;
width: 40px;
border: 1px solid #CCC;
border-radius: 50%;
overflow: hidden;
color: transparent;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
text-indent: 300px;
position: relative;
}
.carrousel-arrow:before {
content: '\e804';
font-family: var(--fieparedes);
margin-top: 1px;
color: var(--black);
font-size: 19px;
position: absolute;
transition: var(--transition);
text-indent: 0;
left: 50%;
margin-left: -9px;
}
.carrousel-arrow.carrousel-next {
margin-left: 10px;
}
.carrousel-arrow.carrousel-next:before {
content: '\e807';
}
.carrousel-arrow.carrousel-next:hover:before {
margin-left: -7px;
}
.carrousel-arrow.carrousel-prev:hover:before {
margin-left: -11px;
}
.carrousel-arrow:hover {
border-color: #999;
} .team-carousel-section .timeline-carousel {
position: relative;
}
.team-carousel-nav {
position: absolute;
top: 0;
bottom: 0;
width: 80px;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: none;
cursor: pointer;
z-index: 10;
padding: 0;
transition: opacity 0.3s ease;
}
.team-carousel-nav--prev {
left: 0;
}
.team-carousel-nav--next {
right: 0;
}
.team-carousel-nav__circle {
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-radius: 50%;
}
.team-carousel-nav__circle svg {
display: block;
filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
transition: filter 0.3s ease;
}
.team-carousel-nav:hover .team-carousel-nav__circle {
transform: scale(1.08);
}
.team-carousel-nav:hover .team-carousel-nav__circle svg {
filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}
.team-carousel-nav--prev:hover .team-carousel-nav__circle {
transform: scale(1.08) translateX(-3px);
}
.team-carousel-nav--next:hover .team-carousel-nav__circle {
transform: scale(1.08) translateX(3px);
}
.team-carousel-nav:focus,
.team-carousel-nav:focus-visible,
.team-carousel-nav:active {
outline: none;
background: transparent !important;
}
.team-carousel-nav:focus-visible .team-carousel-nav__circle {
box-shadow: 0 0 0 3px #00d4ff;
} .team-linkedin {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
margin-top: 12px;
color: rgba(255, 255, 255, 0.6);
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
transition: all 0.3s ease;
}
.team-linkedin:hover {
color: #fff;
background: #0a66c2;
transform: scale(1.1);
}
.team-linkedin:focus-visible {
outline: 2px solid #00d4ff;
outline-offset: 2px;
}
.team-linkedin svg {
width: 18px;
height: 18px;
} .carrousel-dots {
display: flex;
}
.carrousel-dots .swiper-pagination-bullet {
cursor: pointer;
background: #D9D9D9;
border-radius: 100%;
height: 9px;
width: 9px;
margin-right: 8px;
padding: 0;
font-size: 0;
border: none;
opacity: 1;
transition: var(--transition);
}
.carrousel-dots .swiper-pagination-bullet:hover,
.carrousel-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #373737;
} .hero {
position: relative;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
min-height: 680px;
}
.hero .content .text-wrapper {
text-align: center;
margin-bottom: 40px;
}
.hero .content .text-wrapper .sub-title {
font-size: 20px;
font-weight: 400;
}
.hero .content .text-wrapper .title {
font-weight: 700;
max-width: 900px;
margin: 20px auto 55px;
}
.hero .content .text-wrapper .button {
margin: auto;
font-weight: 300;
padding: 16px 32px;
font-size: 16px;
} .tabs-wrapper {} .tabs-wrapper .tabs-nav {
position: relative;
padding: 0;
}
.tabs-wrapper .tabs-nav ul {
display: flex;
justify-content: center;
margin-bottom: 40px;
}
.tabs-wrapper .tabs-nav ul li {
border: 1px solid #9D9D9D;
color: #9D9D9D;
border-radius: 50px;
font-size: .8em;
margin: 0 10px 10px 0;
cursor: pointer;
transition: var(--transition);
white-space: nowrap;
display: inline-block;
width: auto;
}
.tabs-wrapper .tabs-nav ul li span {
display: block;
padding: 5px 15px;
text-align: center;
}
.tabs-wrapper .tabs-nav ul li:hover {
border-color: var(--black);
color: var(--black);
}
.tabs-wrapper .tabs-nav ul li.active {
background: var(--blue);
color: var(--white);
border-color: var(--blue);
}
.tabs-wrapper .tabs-nav.carrousel-on ul li:hover {
border-color: #9D9D9D;
color: #9D9D9D;
}
.tabs-wrapper .tabs-nav.carrousel-on ul li.active:hover {
color: var(--white);
}
.tabs-wrapper .tabs-nav .tab-prev {
position: absolute;
left: 0;
top: 3px;
z-index: 10;
width: 20px;
height: 20px;
align-items: center;
justify-content: center;
display: none !important;
}
.tabs-wrapper .tabs-nav .tab-next {
position: absolute;
right: 0;
top: 3px;
z-index: 10;
width: 20px;
height: 20px;
align-items: center;
justify-content: center;
display: none !important;
} .tabs-wrapper .tabs-content {}
.tabs-wrapper .tabs-content .tab-content {
opacity: 0;
max-height: 0;
visibility: hidden;
transition: opacity .3s;
}
.tabs-wrapper .tabs-content .tab-content.active {
opacity: 1;
max-height: 1200px;
visibility: visible;
} .grecaptcha-badge {
visibility: hidden;
}
.recaptcha-message {
font-size: 11px;
opacity: .7;
line-height: 1.7;
}
.recaptcha-message a {
color: var(--white);
}
.recaptcha-message a:hover {
text-decoration: underline;
} .wpforms-container .wpforms-field {
padding: 0 0 20px 0 !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
background: none !important;
color: var(--white) !important;
padding: 0 !important;
border: none !important;
line-height: 1.5 !important;
margin-bottom: 40px !important;
} .cky-btn-revisit-wrapper {
display: none !important;
}
.cky-dma-content-wrapper a {
color: var(--white) !important;
}
@media screen and (max-width: 1024px) { .tabs-wrapper .tabs-nav ul {
justify-content: flex-start !important;
align-items: flex-start !important;
}
}