@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap"); :root {
--f-global-color-white: #fff;
--f-global-color-black: #000;
--f-global-color-green-crayola: #0faa75;
--f-global-color-green-cyan-turquoise: #0a7f57;
--f-global-color-salem: #0a7852;
--f-global-color-guppie-green: #0def7d;
--f-global-color-columbia-blue: #c1e9d2;
--f-global-color-anti-flash-white: #eff7ef;
--f-global-color-mint-cream: #f3fcf8;
--f-global-color-bright-gray: #ededed;
--f-global-color-chinese-white: #dde5dc;
--f-global-color-gunmetal: #283037;
--f-global-color-dark-gunmetal: #212529;
--f-global-color-charleston-green: #282828;
--f-asa-color-green-munsell: #00ab7e;
--f-asa-color-medium-slate-blue: #795ded;
--f-asa-color-lavender-blue: #cfc3ff;
--f-asa-color-banana-yellow: #ffde34;
--f-graduacao-color-1: #c7a367;
--f-graduacao-color-2: #eee5d6;
--f-graduacao-color-3: #22391f;
--f-graduacao-color-4: #007342;
--f-graduacao-color-5: #0def7d;
--f-posgraduacao-color-1: #040404;
--f-posgraduacao-color-2: #071608;
--f-posgraduacao-color-3: #066d40;
--f-posgraduacao-color-4: #00e89d;
--f-posgraduacao-color-5: #00e142;
--f-posgraduacao-color-6: #e2fff6;
--f-mestrado-color-1: #cda35e;
--f-mestrado-color-2: #0a1912;
--f-mestrado-color-3: #15634c;
--f-mestrado-color-4: #00ff7e;
--f-mestrado-color-5: #00e142;
--f-mestrado-color-6: #e2fff6;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
position: relative;
font-family: "Poppins", sans-serif;
font-size: 12px;
}
hr {
width: 100%;
}
h1,
h2,
h3 {
font-family: "Dosis", sans-serif;
}
dl,
ol,
ul,
td {
font-family: "Poppins", sans-serif;
font-size: 14px;
padding: 0 1.25rem;
}
:focus {
outline: none;
}
p {
font-size: 0.9rem;
font-weight: 300;
}
blockquote {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 40px;
margin-inline-end: 40px;
}
b {
font-weight: bold;
}
a { color: #08d36a;
font-weight: 700;
}
figure {
margin: 0;
}
a:focus,
a:hover {
text-decoration: none;
color: #3c6360;
}
.btn {
box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
padding: 0.6rem 1rem;
font-size: 80%;
text-transform: uppercase;
letter-spacing: 0.15rem;
border: 0;
border-radius: 3rem;
margin: 1rem 0;
}
.btn-primary {
background-color: #0faa75;
}
.btn-primary:hover {
background-color: #4f837f;
}
.btn-primary:focus {
background-color: #4f837f;
color: white;
}
.btn-primary:active {
background-color: #467370 !important;
}
.btn-secundary {
background-color: #283037;
color: white;
}
.btn-secundary:hover {
background-color: #383d42;
color: white;
}
.btn-secundary:focus {
background-color: #343b42;
color: white;
}
.btn-secundary:active {
background-color: #353c42 !important;
color: white;
}
.text-primary {
color: #0faa75 !important;
}
.btn-prev-next {
font-size: 2rem;
color: #0faa75;
}
.no-padding {
padding-left: 0px;
padding-right: 0px;
}
.no-padding-left {
padding-left: 0px;
}
.paddingdoble-left {
padding-left: 30px;
}
.no-margin {
margin-left: 0px;
margin-right: 0px;
}
.no-padding-botton {
padding-bottom: unset !important;
}
.no-margin-botton {
margin-bottom: unset !important;
}
.duas-colunas {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 2rem;
-moz-column-gap: 2rem;
column-gap: 2rem;
-moz-column-fill: balance;
column-fill: balance;
}
.linha-ilustracao {
height: 2px;
width: 60px;
background: #0def7d;
display: inline-flex;
margin: 4px 0px;
}
.linha-ilustracao-titulo {
height: 1px;
width: 10%;
background: #0def7d;
position: absolute;  left: 45%;
}
.linha-ilustracao-titulo3 {
height: 1px;
width: 30%;
background: #0def7d;
position: absolute;
top: 65px;
left: 35%;
}
.linha-ilustracao-full {
position: absolute;
height: 2px;
width: 65%;
background: #0def7d;
right: -30px; }
.slick-prev:before,
.slick-next:before {
color: black;
} .scroll-to-top {
position: fixed;
right: 1rem;
bottom: 1rem;
width: 2.75rem;
height: 2.75rem;
text-align: center;
color: #fff;
background: rgba(90, 92, 105, 0.5);
line-height: 46px;
z-index: 21;
transition: all 0.5s;
}
.scroll-to-top:hover {
color: #fff;
background: #5a5c69;
transition: all 0.5s;
}
.scroll-to-top:focus {
color: #fff;
} .bg-unset {
background-color: unset !important;
background: unset !important;
}
.bg-black {
background-color: #161616 !important;
}
.bg-graphite {
background-color: #283037 !important;
color: #fff;
}
.bg-gray {
background-color: #eff7ef !important;
color: #000;
}
.bg-green {
background-color: #0a7852 !important;
color: #fff;
}
.bg-cyan-green {
background-color: #0faa75 !important;
}
.bg-lightcyanblue {
background-color: #e6edf2 !important;
}
.bg-incompany-color {
background-color: #eef5ed !important;
}
.bg-royal-blue {
background-color: #254194 !important;
color: #fff;
}
.bg-incompany {
background-image: url(//www.fecap.br/files/img/background/incompany.jpg);
}
.bg-gradient-gray-white {
background: rgba(255, 255, 255, 1) !important;
background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(50%, rgba(255, 255, 255, 1)),
color-stop(50%, rgba(240, 247, 239, 1))
) !important;
background: -o-linear-gradient(
bottom,
rgba(255, 255, 255, 1) 50%,
rgba(240, 247, 239, 1) 50%
) !important;
background: linear-gradient(
0deg,
rgba(255, 255, 255, 1) 50%,
rgba(240, 247, 239, 1) 50%
) !important;
}
.brightness:hover {
-webkit-filter: brightness(110%);
filter: brightness(110%);
}
.scaled:hover {
-webkit-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.section-featured-text {
text-align: center;
padding: 0.5rem 0;
position: relative;
}
.section-featured-text .filter-layer {
background: #0faa75;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
filter: brightness(0.7);
z-index: -1;
}
.section-featured-text span {
color: #fff;
font-weight: 700;
font-size: 14px;
position: relative;
z-index: 1;
} .color-white {
color: #fff !important;
} .bt-neon-green {
border-top: 1rem solid #0def7d;
}
.bb-neon-green {
border-bottom: 1rem solid #0def7d;
}
.by-neon-green {
border-top: 1rem solid #0def7d;
border-bottom: 1rem solid #0def7d;
}
.bx-neon-green {
border-right: 1rem solid #0def7d;
border-left: 1rem solid #0def7d;
} .scroll-down-container {
margin-top: 15px;
text-align: center;
}
.scroll-down-container a {
display: inline-block;
color: #fff !important;
font-weight: 300;
text-align: center;
}
.scroll-down-animated {
position: relative;
animation: downup 1s linear infinite;
text-align: center;
display: inline;
}
.scroll-down-animated i {
height: 45px;
width: 45px;
border: 1px solid #fff;
padding: 10px;
font-size: 16px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
}
@keyframes downup {
0% {
top: 0;
}
50% {
top: 15px;
}
75% {
top: 10px;
}
100% {
top: 0;
}
} .more-info-section {
padding: 8rem 0;
background-image: url(//www.fecap.br/files/img/background/a-fecap.jpg);
color: #fff;
}
.more-info-section h3 {
font-size: 2.2rem;
font-weight: 300;
}
.more-info-section .btn-primary {
line-height: 1rem;
font-weight: 600;
letter-spacing: 1px;
}
.more-info-section span {
font-size: 0.5rem;
font-weight: 500;
} .bg-incompany,
.bg-afecap,
.more-info-section,
.slide-section,
.carousel-img-index,
.carousel-img-biblioteca,
.carousel-img-colegio,
.indicators-section,
.header-section-index,
.header-section-biblioteca,
.header-section-carousel,
.header-section-medium-full,
.header-section-large,
.header-section-large-full,
.header-section-medium,
.header-section-small,
.header-video-banner-full,
.section-ebook-agribusiness,
.header-asa-img,
.header-cesta-de-servicos-img {
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
}
.header-conexao-empresarial-img {
background-image: url(//www.fecap.br/files/img/background/header-conexoes-empresariais.jpg);
}
.header-nas-empresas-img {
background-image: url(//www.fecap.br/files/img/background/header-nas-empresas.jpg);
}
.header-nas-escolas-img {
background-image: url(//www.fecap.br/files/img/background/header-nas-escolas.jpg);
}
.header-instituto-financas-img {
background-image: url(//www.fecap.br/files/img/background/header-pesquisas-iff-ifecap.jpg);
}
.header-pesquisa-iff-img {
background-image: url(//www.fecap.br/files/img/background/header-pesquisas-iff-depec.jpg);
}
.header-pesquisa-iff-gaap-img {
background-image: url(//www.fecap.br/files/img/background/header-pesquisas-iff-gaap.jpg);
}
.header-pesquisa-iff-necon-img {
background-image: url(//www.fecap.br/files/img/background/header-pesquisas-iff-necon.jpg);
}
.header-pesquisa-iff-ifecap-img {
background-image: url(//www.fecap.br/files/img/background/header-pesquisas-iff-ifecap.jpg);
}
.header-pesquisa-iff-depec-img {
background-image: url(//www.fecap.br/files/img/background/header-pesquisas-iff-depec.jpg);
}
.header-realizacoes-iff-img {
background-image: url(//www.fecap.br/files/img/background/header-realizacoes-iff.jpg);
}
.header-revista-iff-img {
background-image: url(//www.fecap.br/files/img/background/header-revista-iff.jpg);
}
.header-guia-financeiro-img {
background-image: url(//www.fecap.br/files/img/background/header-guia-financeiro.jpg);
}
.header-institucional-img {
background-image: url(//www.fecap.br/files/img/background/header-institucional.jpg);
}
.header-eventos-img {
background-image: url(//www.fecap.br/files/img/background/header-eventos.jpg);
}
.header-empreendedorismo-img {
background-image: url(//www.fecap.br/files/img/background/header-institucional.jpg);
}
.header-retorno-img {
background-image: url(//www.fecap.br/files/img/background/header-retorno.jpg);
}
.header-formas-de-ingresso-img {
background-image: url(//www.fecap.br/files/img/background/header-formas-de-ingresso.jpg);
}
.header-corporate-img {
background-image: url(//www.fecap.br/files/img/background/header-corporate.jpg);
}
.header-colegio-revista-fecap-img {
background-image: url(//www.fecap.br/files/img/background/header-colegio-revista-fecap.jpg);
}
.header-section-medium-full {
background-image: url(//www.fecap.br/files/img/background/header-curso.jpg);
}
.header-espaco-fecap-img {
background-image: url(//www.fecap.br/files/img/background/header-espaco-fecap.jpg);
}
.header-fecap-agribusiness-center-img {
background-image: url(//www.fecap.br/files/img/background/header-fecap-agribusiness-center.jpg);
}
.bg-afecap {
background-image: url(//www.fecap.br/files/img/background/a-fecap.jpg);
}
.slide-section-nas-empresas-img {
background-image: url(//www.fecap.br/files/img/background/slide-section-nas-empresas.jpg);
}
.slide-section-projeto-integracao-img {
background-image: url(//www.fecap.br/files/img/background/slide-section-projeto-integracao.jpg);
}
.header-asa-servico-img {
background-image: url(//www.fecap.br/files/img/background/header-asa-servico-img-default.jpg);
}
.header-fornecedores-img {
background-image: url(//www.fecap.br/files/img/background/header-fornecedores.jpg);
}
.section-ebook-agribusiness {
background-image: -webkit-gradient(
linear,
left top,
left bottom,
from(rgba(5, 117, 5, 0.62)),
to(rgba(5, 117, 5, 0.62))
),
url(//www.fecap.br/files/img/agribusiness-center/section-ebook-agribusiness.jpg);
background-image: -o-linear-gradient(
top,
rgba(5, 117, 5, 0.62) 0%,
rgba(5, 117, 5, 0.62) 100%
),
url(//www.fecap.br/files/img/agribusiness-center/section-ebook-agribusiness.jpg);
background-image: linear-gradient(
to bottom,
rgba(5, 117, 5, 0.62) 0%,
rgba(5, 117, 5, 0.62) 100%
),
url(//www.fecap.br/files/img/agribusiness-center/section-ebook-agribusiness.jpg);
height: 30rem;
} .header-section-medium-full,
.header-section-large,
.header-section-medium,
.header-section-small {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
}
.header-section-medium-full {
position: relative;
z-index: 1;
}
.header-section-index,
.header-section-biblioteca,
.header-section-carousel,
.header-section-large,
.header-section-medium,
.header-section-small {
margin-top: 120px;
}
.header-section-carousel,
.header-section-index,
.header-section-medium-full,
.header-section-large {
height: 60vh;
}
.header-section-biblioteca,
.header-section-medium {
height: 40vh;
}
.header-section-medium-full,
.header-section-large-full {
padding-top: 120px;
}
.header-section-large-full {
height: 70vh;
position: relative;
}
.header-section-medium .container,
.header-section-medium .row,
.header-section-medium-full .container,
.header-section-medium-full .row,
.header-section-large .container,
.header-section-large .row,
.header-section-large-full .container,
.header-section-large-full .row {
height: 100%;
}
.header-section-large-full,
.header-section-large,
.header-section-medium {
text-align: center;
}
.header-section-large h1 {
color: #fff;
font-size: 1.5rem;
font-weight: 500;
}
.header-section-large h2 {
padding-top: 35px;
color: #0def7d;
font-size: 2rem;
font-weight: 600;
}
.header-section-medium p,
.header-section-large p {
color: #fff;
text-transform: none;
}
#header-instituto-financas .linha-ilustracao-titulo {
top: 20%;
}
.header-section-small {
height: 20vh;
text-align: left;
}
.header-section-small h1 {
color: #0def7d;
font-weight: 300;
}
.header-section-small h2 {
color: #fff;
font-size: 1.5rem;
font-weight: 300;
}
#graduacao .header-section-medium-full,
#single-posgraduacao .header-section-medium-full,
#single-mestrado .header-section-medium-full {
height: initial;
}
.header-content {
position: relative;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
#archive-posgraduacao .header-content,
#archive-mestrado .header-content,
#processo .header-content,
#pagina .header-content,
#colegio .header-content,
#single .header-content {
top: 0;
}
.header-stamps {
margin: 0;
margin-bottom: 40px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.header-stamps img {
width: 100px;
padding-bottom: 0.5rem;
}
.header-course {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.header-text {
text-align: center;
z-index: 10 !important;
}
#processo .header-text,
#archive-posgraduacao .header-text,
#archive-mestrado .header-text,
#corporate .header-text,
.single-edufecap .header-text {
margin-top: auto;
}
.header-content .header-course h1 {
color: #0def7d;
font-size: 3rem;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
.header-content .header-course h2 {
color: #fff;
padding: 0;
font-size: 1.4rem;
font-weight: 500;
text-align: center;
text-transform: uppercase;
}
.header-content .header-text h2 {
color: #0def7d;
font-size: 4.5rem;
font-weight: 700;
text-transform: uppercase;
text-shadow: 0px 5px 5px #010f06;
}
.header-content .header-text h1 {
margin-top: 1.5rem;
color: #ffffff;
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 0.2rem;
text-transform: uppercase;
}
.header-boxes {
margin: 0 auto;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 2;
top: 72px;
position: relative;
width: 100%;
}
.header-box {
margin: 0;
padding: 0;
height: 9rem;
width: 250px;
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;
background-color: #0def7d;
}
.header-box:first-child {
border-radius: 30px 0 0 30px;
}
.header-box:last-child {
border-radius: 0 30px 30px 0;
}
.header-box:not(:last-child) {
border-right: 2px solid #fff;
}
.header-box:hover {
-webkit-filter: brightness(90%);
filter: brightness(90%);
}
.header-box a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.header-box h3 {
margin: 0;
color: #fff;
text-transform: uppercase;
font-size: 1.2rem;
font-weight: 700;
}
.header-box .fcp-icon {
width: 50px;
height: 50px;
background-color: #fff;
}
.img-banner-desktop {
display: block;
}
.img-banner-mobile {
display: none;
} .info-section,
.contact-section,
.faq-section {
padding: 5rem 0;
position: relative;
z-index: 1;
}
.sobre-section {
padding: 2rem 1rem;
padding-bottom: 5rem;
} .sobre-section h2,
.info-section h2,
.info-section h3,
.info-section h4,
.faq-section h2 {
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}
#colegiofecap .info-section h3,
#colegiofecap .info-section h4 {
letter-spacing: unset;
text-transform: unset;
padding: 0;
}
.info-section h2,
.info-section h3,
.info-section h4 {
padding: 1rem 0;
}
.sobre-section h2,
.info-section h2,
.contact-section h2 {
font-size: 2rem;
color: #0faa75; }
.info-section h3 {
font-size: 1.7rem;
color: #000;
}
.info-section h4 {
font-size: 1rem;
color: #0faa75;
}
.title-sm {
margin: 0;
padding: 20px 0px;
color: #0faa75 !important;
font-size: 1rem !important;
font-weight: 500 !important;
letter-spacing: 4px !important;
text-transform: uppercase;
}
.title-md {
margin: 0;
padding: 16px 0px;
color: #0faa75 !important;
font-size: 1.4rem !important;
font-weight: 500 !important;
letter-spacing: 4px !important;
text-transform: uppercase;
}
.title-lg {
margin: 0;
padding: 12px 0px;
margin-bottom: 2rem !important;
text-align: center !important;
color: #212529 !important;
font-size: 1.8rem !important;
font-weight: 500 !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
}
.title-xl {
margin: 0;
padding: 8px 0px !important;
font-size: 2.2rem !important;
font-weight: 200 !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
} .breadcrumb-section {
padding: 2rem 0;
}
.breadcrumb {
padding: 0px;
margin: 0px;
border-radius: 0px;
background: unset;
}
.itemListElement {
padding: 0px 5px;
}
.breadcrumb p {
padding: 0px;
margin: 0px;
color: #7e7e7e;
font-size: 0.8rem;
}
.breadcrumb a {
padding: 0px;
margin: 2px;
color: #7e7e7e;
font-size: 0.8rem;
font-weight: 200;
}
.breadcrumb .current-item {
font-weight: 700;
color: #7e7e7e;
padding: 0px 5px;
}
.processo-seletivo .header-section-large h1,
#archive-posgraduacao .header-section-large h1,
#archive-mestrado .header-section-large h1 {
font-size: 2.5rem;
color: #212529;
}
.processo-seletivo .header-box:hover,
#archive-posgraduacao .header-box:hover,
#archive-mestrado .header-box:hover {
-webkit-filter: none;
filter: none;
} .visite-section {
padding: 8rem 0;
background-image: url(//www.fecap.br/files/img/background/visite.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
color: #fff;
}
.visite-section .form-inline input {
box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
padding: 1.25rem 2rem;
height: auto;
font-size: 80%;
text-transform: uppercase;
letter-spacing: 0.15rem;
border: 0;
}
.visite-section h2 {
color: #fff;
font-size: 2.8rem;
text-transform: uppercase;
margin-bottom: 40px;
font-weight: 100;
}
.visite-section .linha-ilustracao-titulo {
margin: 10px 0;
height: 5px;
width: 27%;
background: #0def7d;
left: calc(50% - (27% / 2));
}
.visite-section h3 {
font-weight: 500;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
}
.visite-section p {
padding: 0rem 2rem 2rem 2rem;
}
.modal-visite .modal-content {
background: #0faa75;
color: #fff;
}
.modal-visite.investimento .modal-content {
background: #f5f5f5 !important;
}
.modal-visite.mestrado .modal-content {
background: #102536 !important;
}
.modal-visite.mestrado.if .modal-content {
background: #f0f7ef !important;
color: #3f3f3e !important;
}
.modal-content .modal-evento {
background-color: rgba(0, 0, 0, 0.8) !important;
}
.modal-visite .modal-header {
border-bottom: unset;
}
.modal-visite .modal-footer {
border-top: unset;
}
.modal-visite .modal-header h5 {
text-align: center;
}
.modal-visite .btn-querovisitar {
background: #0def7d !important;
}
.modal-visite form input[type="text"],
.modal-visite form input[type="email"] {
background: unset;
border: unset;
border-bottom: 1px solid #0def7d;
font-family: "Dosis", sans-serif;
text-transform: uppercase;
}
.modal-visite form label {
font-family: "Dosis", sans-serif;
text-transform: uppercase;
}
.modal-visite .nf-form-content input:not([type="button"]):focus {
background: unset;
} .slide-section {
padding: 8rem 0;
position: relative;
}
.slide-section-img {
padding: 8rem 0;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color: #fff;
}
.slide-section-img h2 {
color: #fff;
font-size: 2.5rem; font-weight: 700;
margin-bottom: 20px;
}
.slide-section-img h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
}
.slide-section-img .slide-gallery {
padding: 2rem 0;
}
.slide-section-img .slide-gallery p {
font-weight: 300;
letter-spacing: 1px;
}
.slide-section-img .slick-prev,
.slide-section-img .slick-next {
top: unset;
bottom: 0px;
bottom: -50px;
display: block;
width: 5%;
list-style: none;
text-align: center;
margin: 0px 45%;
z-index: 2;
}
.slide-section-img .slick-prev:before,
.slide-section-img .slick-next:before {
color: #0def7d;
border: 4px solid #0def7d;
border-radius: 30px;
padding-bottom: 0px;
padding-top: 2px;
}
.overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgb(0, 0, 0, 0.5);
} .slide-image-container .row {
margin: 3rem 0;
}
.slide-image-container .slide-text {
padding: 0 6rem;
}
.slide-image-container .slide-caption {
position: absolute;
bottom: 10%;
color: #fff;
font-size: 1rem;
background: #0faa75;
padding: 0.5rem;
text-align: center;
}
.slide-image-container .carousel-control-prev,
.slide-image-container .carousel-control-next,
.slide-image-container .slick-prev:before,
.slide-image-container .slick-next:before {
width: 32px;
font-size: 1.5rem;
color: #0faa75;
}
.slide-image-container .slick-prev,
.slide-image-container .slick-next {
top: 115%;
}
.slide-image-container .slick-prev {
left: 45%;
}
.slide-image-container .slick-next {
right: 45%;
}
.slide-image-container .carousel-control-next {
right: -40px;
}
.slide-image-container .carousel-control-prev {
left: -40px;
} .visite-section .slick-prev,
.visite-section .slick-next,
.infra-section .slick-prev,
.infra-section .slick-next,
.fecaptv-section .slick-prev,
.fecaptv-section .slick-next,
.eventos-section .slick-prev,
.eventos-section .slick-next,
.section-proximos-cursos .slick-prev,
.section-proximos-cursos .slick-next {
top: unset;
bottom: 0px;
bottom: -25px;
display: block;
width: 5%;
list-style: none;
text-align: center;
margin: 0px 45%;
}
.visite-section .slick-prev:before,
.visite-section .slick-next:before,
.infra-section .slick-prev:before,
.infra-section .slick-next:before,
.fecaptv-section .slick-prev:before,
.fecaptv-section .slick-next:before,
.eventos-section .slick-prev:before,
.eventos-section .slick-next:before,
.section-proximos-cursos .slick-prev:before,
.section-proximos-cursos .slick-next:before {
color: #0faa75;
border: 4px solid #0f986b;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.eventos-section .slick-prevNew,
.section-proximos-cursos .slick-prevNew,
.fecaptv-section .slick-prevNew {
margin: 0px 46%;
}
.eventos-section .slick-nextNew,
.section-proximos-cursos .slick-nextNew,
.fecaptv-section .slick-nextNew {
margin: 0px 50%;
}
.eventos-section .slick-prevNew,
.eventos-section .slick-nextNew,
.section-proximos-cursos .slick-prevNew,
.section-proximos-cursos .slick-nextNew,
.fecaptv-section .slick-prevNew,
.fecaptv-section .slick-nextNew {
top: unset;
bottom: -62px;
display: block;
width: 38px;
list-style: none;
text-align: center;
position: absolute;
background: #fff;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
height: 38px;
padding: 4px 0 8px 0;
cursor: pointer;
color: #0faa75;
border: 4px solid #f0f4ef;
font-size: 16px;
}
.section-proximos-cursos .slick-prevNew:before,
.section-proximos-cursos .slick-nextNew:before,
.eventos-section .slick-prevNew:before,
.eventos-section .slick-nextNew:before,
.fecaptv-section .slick-prevNew:before,
.fecaptv-section .slick-nextNew:before {
padding-bottom: 0px;
padding-top: 1px;
color: #0faa75;
border: 4px solid #0f986b;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.slick-dots {
left: 0; }
.oportunidade-section .slick-dots {
bottom: unset;
}
.slick-dots li.slick-active button:before {
height: 6px;
background: #0faa75;
margin: 7px 0;
border-radius: 20px;
opacity: 0.75;
color: unset;
}
.slick-dots li {
width: 15px;
}
.slick-dots li button:before {
color: #707070;
}
.slide-arrow-dots .slick-prev,
.slide-arrow-dots .slick-next {
display: block;
width: 5%;
list-style: none;
text-align: center;
margin: 0px 2%;
z-index: 2;
}
.slide-arrow-dots .slick-track:hover {
cursor: -webkit-grab;
cursor: grab;
}
.slide-arrow-dots .slick-prev:before,
.slide-arrow-dots .slick-next:before {
color: #0faa75;
}
.slide_aquisicoes img {
max-width: 228px;
height: 330px;
border-radius: 20px;
margin: auto;
padding: 0.5rem;
}
.slide_oferecemos img {
margin: auto;
padding: 0.5rem;
border-radius: 20px;
height: 17rem;
-o-object-fit: cover;
object-fit: cover;
}
.slide_oferecemos h3,
.slide_oferecemos p {
padding: 0 1rem;
}
.slide_oferecemos h3 {
font-size: 1.5rem;
color: #0def7d;
} .depoimentos-section {
padding: 4rem 0;
background-color: #eff7ef;
}
.depoimentos-section .icone-aspas {
margin: 0 0 1rem 0;
width: 50px;
}
.depoimentos-section h2 {
color: #0faa75;
font-size: 16px;
text-transform: uppercase;
margin-bottom: 20px;
letter-spacing: 4px;
}
.depoimentos-section a {
color: #0faa75;
font-weight: 600;
}
.depoimentos-section h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
}
.depoimentos-section h4 {
font-weight: 600;
font-size: 1.3rem;
color: #0faa75;
}
.depoimentos-section .slick-track {
min-width: 100% !important;
} .fcp-icon {
background-color: #0faa75;
display: block;
margin-bottom: 1rem;
-webkit-mask-repeat: no-repeat !important;
mask-repeat: no-repeat !important;
-webkit-mask-position: center !important;
mask-position: center !important;
-webkit-mask-size: contain !important;
mask-size: contain !important;
}
.quote-icon {
-webkit-mask: url(//www.fecap.br/files/icon/svg/quote.svg);
mask: url(//www.fecap.br/files/icon/svg/quote.svg);
width: 40px;
height: 40px;
}
.fcp-icon.modality {
margin-bottom: 0;
display: flex;
width: 100%;
height: 40px;
background-color: var(--f-global-color-white);
}
.fcp-icon.modality.presencial {
mask: url(//www.fecap.br/files/icon/svg/logo-mod-presencial-black.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/logo-mod-presencial-black.svg);
}
.fcp-icon.modality.semipresencial {
mask: url(//www.fecap.br/files/icon/svg/logo-mod-semipresencial-black.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/logo-mod-semipresencial-black.svg);
}
.fcp-icon.modality.live {
mask: url(//www.fecap.br/files/icon/svg/logo-mod-live-black.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/logo-mod-live-black.svg);
}
.fcp-icon.modality.ead {
mask: url(//www.fecap.br/files/icon/svg/logo-mod-ead-black.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/logo-mod-ead-black.svg);
}
.fcp-icon.modality.flex {
mask: url(//www.fecap.br/files/icon/svg/logo-mod-flex-black.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/logo-mod-flex-black.svg);
}
.box-bolsas-investimento-item .fcp-icon {
width: 60px;
height: 60px;
} .fcp-icon.edital {
mask: url(//www.fecap.br/files/icon/svg/edital.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/edital.svg);
}
.fcp-icon.inscrevase {
mask: url(//www.fecap.br/files/icon/svg/inscrevase.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/inscrevase.svg);
}
.fcp-icon.investimento {
mask: url(//www.fecap.br/files/icon/svg/investimento.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/investimento.svg);
}
.fcp-icon.bolsas {
mask: url(//www.fecap.br/files/icon/svg/bolsas.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/bolsas.svg);
}
.fcp-icon.incompany {
mask: url(//www.fecap.br/files/icon/svg/incompany.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/incompany.svg);
}
.fcp-icon.cursos {
mask: url(//www.fecap.br/files/icon/svg/cursos.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/cursos.svg);
}
.fcp-icon.contato {
mask: url(//www.fecap.br/files/icon/svg/contato.svg);
-webkit-mask: url(//www.fecap.br/files/icon/svg/contato.svg);
} .card-depoimento {
padding: 1rem;
background-color: #fff;
}
.card-footer-depoimento {
display: flex;
padding-top: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card-footer-depoimento img {
margin-right: 10px;
width: 50px;
height: 50px;
border-radius: 50%;
}
.card-footer-depoimento h4 {
margin: 0;
} .banner-section {
padding: 2rem 0;
} .responsive-form-iframe {
width: 100%;
height: 60vh;
border: none;
max-width: 100%;
max-height: 100vh;
} .mapa {
width: 85%;
min-width: 310px;
margin: 15px 0;
}
.embed-mapa {
position: relative;
width: 100%;
padding-bottom: 56.25%;
}
.embed-mapa iframe {
position: absolute;
width: 100%;
height: 100%;
border: none;
} .header-video-banner-full {
position: relative;
height: 70vh;
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: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
padding: 0 20px;
z-index: 1;
}
.full-banner-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.full-banner-container video {
min-width: 100%;
min-height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.full-banner-overlay {
background-color: #283037;
opacity: 0.5;
-webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
-o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
} .triangle-top-left-shape,
.triangle-top-right-shape,
.triangle-bottom-left-shape,
.triangle-bottom-right-shape {
width: 100%;
height: 0;
position: absolute;
}
.triangle-top-left-shape,
.triangle-top-right-shape {
border-top: 100px solid #0def7d;
top: 0;
}
.triangle-bottom-left-shape,
.triangle-bottom-right-shape {
border-bottom: 100px solid #0def7d;
bottom: 0;
}
.triangle-top-left-shape,
.triangle-bottom-left-shape {
border-right: 100vw solid transparent;
}
.triangle-top-right-shape,
.triangle-bottom-right-shape {
border-left: 100vw solid transparent;
} .global-search-section { padding: 1.5rem 0rem;
background: #36fd9d;
top: 120px;
z-index: 2;
}
.global-search-section .input-group > .custom-select:not(:first-child),
.global-search-section .input-group > .form-control:not(:first-child) {
border: unset;
border-radius: 0;
color: #fff;
padding: 0.375rem 0.75rem;
}
.global-search-section .input-group > .custom-select:not(:first-child):focus,
.global-search-section .input-group > .form-control:not(:first-child):focus {
outline: none;
}
.global-search-section .input-search::placeholder {
color: #fff;
}
.global-search-section .submit-search {
background-color: #0a7f57;
border: unset;
margin: 0;
padding: 0;
}
.global-search-section select option {
color: #0a7f57;
}
.global-search-section .tab-content {
padding: 3rem 0;
}
.global-search-section .global-search-form .fas,
.global-search-section .global-search-form .far {
color: #fff;
}
.global-search-section .input-group > .custom-select:not(:first-child),
.global-search-section .input-group > .form-control:not(:first-child),
.global-search-section .input-group > .form-control {
color: #0a7f57 !important;
}
.global-search-section .input-group > .form-control::placeholder {
color: #0a7f57 !important;
}
.global-search-section .global-search-form .fas,
.global-search-section .global-search-form .far {
width: 30px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
background-color: #0a7f57;
border-bottom: 1px solid #0a7f57;
}
.global-search-section .submit-search i {
padding: 10px !important;
}
.global-search-section input::placeholder { color: #000 !important;
opacity: 1; }
.global-search-section input:-ms-input-placeholder { color: #000 !important;
}
.global-search-section input::-ms-input-placeholder { color: #000 !important;
} .indicadores-unidade-section {
padding: 5rem 0rem;
background-color: var(--f-global-color-white);
}
.indicadores-unidade-section h2 {
color: var(--f-global-color-green-crayola);
font-size: 1.3rem;
text-transform: uppercase;
margin: 20px 0px;
letter-spacing: 2px;
}
.indicadores-unidade-section h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
}
.indicadores-unidade-group {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
text-align: center;
}
.indicadores-unidade-item {
padding: 1rem;
background-color: var(--f-global-color-anti-flash-white);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} .diferenciais-section {
padding: 5rem 0rem;
background-color: var(--f-global-color-anti-flash-white);
}
.diferenciais-section h2 {
color: #0faa75;
font-size: 1.3rem;
text-transform: uppercase;
margin-bottom: 40px;
letter-spacing: 2px;
}
.diferenciais-section h3 {
font-weight: 500;
letter-spacing: 2px;
padding: 10px 0px 50px 0px;
font-size: 2.2rem;
}
.diferenciais-section h3 b {
font-weight: 700;
}
.diferenciais-section .marcas {
padding: 2rem 0 0 0;
}
.diferenciais-section .slide_diferenciais .imagem_diferencial {
width: 100%;
padding: 1rem 1rem 1rem 1rem;
max-height: 130px;
text-align: center;
}
.diferenciais-section {
background: var(--f-global-color-black);
}
.diferenciais-unidade-group {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
text-align: center;
}
.diferenciais-unidade-item {
padding: 0.5rem;
background-color: var(--f-global-color-white);
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
.diferenciais-unidade-item img {
padding: 1rem 0;
height: 100px;
}
.diferenciais-unidade-item p {
overflow-wrap: anywhere;
font-size: 1rem;
font-weight: 500;
}
.diferenciais-unidade-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0;
}
.diferenciais-unidade-list-item {
height: 5rem;
margin: 0.3rem;
padding: 0.2rem;
min-width: 100px;
background-color: #0def7d;
}
.diferenciais-unidade-list-item a {
height: 100%;
width: 100%;
padding: 0.5rem;
display: flex;
justify-content: center;
align-self: center;
flex-direction: column;
}
.diferenciais-unidade-list-item h4 {
margin: 0;
font-size: 0.9rem;
font-weight: 600;
color: #000;
text-align: center;
}
.diferenciais-unidade-list-item:hover {
background-color: #0faa75;
color: #fff;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
-webkit-box-shadow: 0px 0px 1px 5px #0faa75;
box-shadow: 0px 0px 1px 5px #0faa75;
}
.diferenciais-unidade-list-item h5 {
margin: 0;
font-size: 0.7rem;
font-weight: 600;
text-transform: uppercase;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
display: none;
line-height: 15px;
}
.diferenciais-unidade-list-item span {
color: #fa7568;
margin-left: 3px;
font-size: 0.8rem;
line-height: 0;
}
.diferenciais-unidade-list-item:hover h5 {
margin-top: 0.2rem;
display: block;
}
.diferenciais-unidade-item .fcp-icon {
padding: 1rem 0;
height: 120px;
}
.diferenciais-modalidade-item {
text-align: start;
}
.diferenciais-modalidade-item .fcp-icon {
height: 50px;
width: 50px;
}
.diferenciais-modalidade-item span {
font-size: 1rem;
} .infra-section {
position: relative;
padding: 5rem 0;
background-image: url(//www.fecap.br/files/img/background/infra.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
color: #fff;
}
.infra-section .overlay {
background: rgb(0, 113, 74, 0.9);
}
#infra-section .linha-ilustracao {
width: 10px;
}
.infra-section .form-inline input {
box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
padding: 1.25rem 2rem;
height: auto;
font-size: 80%;
text-transform: uppercase;
letter-spacing: 0.15rem;
border: 0;
}
.infra-section h2 {
color: #fff;
font-size: 16px;
text-transform: uppercase;
margin-bottom: 20px;
letter-spacing: 4px;
}
.infra-section h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
}
.infra-section .galeria-infra {
padding: 2rem 0;
}
.infra-section .galeria-infra .infra-card-item {
padding: 1rem;
} .slug-section {
background: #0faa75;
padding-top: 2rem;
padding-bottom: 2rem;
}
.slug-section h2 {
color: #fff;
margin: 0px;
padding: 0px;
text-transform: uppercase;
font-weight: 600;
}
.slug-section .btn-primary {
font-weight: 500;
font-size: 1.5rem;
}
.slug-section.parcerias {
background: rgb(13, 239, 125);
background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(50%, rgba(13, 239, 125, 1)),
color-stop(50%, rgba(40, 48, 55, 1))
);
background: -o-linear-gradient(
bottom,
rgba(13, 239, 125, 1) 50%,
rgba(40, 48, 55, 1) 50%
);
background: linear-gradient(
0deg,
rgba(13, 239, 125, 1) 50%,
rgba(40, 48, 55, 1) 50%
);
margin: 0;
}
.slug-section.parcerias .slug-content {
background: #ffffff;
padding: 2rem;
}
.slug-section.parcerias .slug-content h2 {
color: #283037;
font-size: 2.5rem;
padding: 1rem;
font-weight: 300;
}
.slug-section.parcerias .btn-primary {
color: #283037;
background: #0def7d;
}
.slug-section.fecap-day {
background: rgb(255, 255, 255);
background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(50%, rgba(255, 255, 255, 1)),
color-stop(50%, rgba(40, 48, 55, 1))
);
background: -o-linear-gradient(
bottom,
rgba(255, 255, 255, 1) 50%,
rgba(40, 48, 55, 1) 50%
);
background: linear-gradient(
0deg,
rgba(255, 255, 255, 1) 50%,
rgba(40, 48, 55, 1) 50%
);
margin: 0;
}
.slug-section.fecap-day .slug-content {
background: #0def7d;
padding: 2rem;
}
.slug-section.fecap-day .slug-content h2 {
color: #283037;
font-size: 2.5rem;
padding: 1rem;
font-weight: 300;
}
.slug-section.fecap-day .btn-primary {
color: #fff;
background: #283037;
}
.slug-section.fornecedores {
background: rgb(255, 255, 255);
margin: 0;
padding: 4rem 0;
}
.slug-section.fornecedores .slug-content {
background: #0def7d;
padding: 2rem;
}
.slug-section.fornecedores .slug-content h2 {
color: #283037;
font-size: 2.5rem;
padding: 1rem;
font-weight: 300;
}
.slug-section.fornecedores .btn-primary {
color: #fff;
background: #283037;
}
.slug-section.missao {
background: rgb(40, 48, 55);
background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(50%, rgba(40, 48, 55, 1)),
color-stop(50%, rgb(255, 255, 255))
);
background: -o-linear-gradient(
bottom,
rgba(40, 48, 55, 1) 50%,
rgb(255, 255, 255) 50%
);
background: linear-gradient(
0deg,
rgba(40, 48, 55, 1) 50% rgb(255, 255, 255) 50%
);
margin: 0;
}
.slug-section.missao .slug-content {
background: #0def7d;
padding: 2rem;
}
.slug-section.missao .slug-content h2 {
color: #283037;
font-size: 2.5rem;
padding: 1rem;
font-weight: 300;
} .nas-empresas-cta .btn-primary {
background: #0def7d;
color: #fff;
font-weight: 600;
font-size: 1rem;
}
#parceiros-search {
background-color: #0def7d;
color: #283037;
padding: 3rem 0;
}
#parceiros-search .parceiros-form {
padding-bottom: 1rem;
}
#parceiros-search input {
border-radius: 30px 0 0 30px;
padding: 1rem;
border: none;
}
#parceiros-search button {
padding: 0.6rem 1rem;
font-size: 1rem;
background-color: #283037;
}
#parceiros {
padding: 3rem 0;
position: relative;
background: #f0fbef;
}
.pagination .page-link {
border-radius: 30px;
margin: 0px 4px;
}
#parceiros .card-group a {
display: flex;
width: 150px;
height: 130px;
margin: 1.5rem;
}
#parceiros .card-group {
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
flex-direction: row;
}
#parceiros .scaled,
#parceiros .card {
width: 100%;
height: 100%;
}
#parceiros .card,
#parceiros .card-header {
border-radius: 1rem;
}
#parceiros .card-header {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #fff;
border: unset;
}
#parceiros .card-header p {
margin: 0;
text-transform: uppercase;
color: #283037;
text-align: center;
font-weight: 700;
font-size: 1.1rem;
} .search-card {
margin: 1rem 0;
}
.search-card hr,
.search-card p,
.search-card .card-title,
.search-card .card-subtitle {
margin: 0;
}
.search-card .card-title,
.search-card .card-subtitle {
font-weight: 500;
}
.search-card .card-title {
font-size: 1rem;
}
.search-card .card-subtitle {
font-size: 0.8rem;
}
.search-card .card-header {
border: unset;
padding: 0;
}
.search-card .card-header {
background-color: unset;
}
.search-card .linkassiste {
padding: 1rem;
width: 100%;
}
.search-card .card-img {
border-radius: unset;
}
.search-card .btn {
margin-top: 0;
}
.search-card .card-body {
padding: 0;
} .info-side-box {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
width: 100%;
margin: 0 auto;
padding: 1rem;
background-color: #fff;
color: #444444;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.info-side-box p {
margin-bottom: 0;
}
.info-side-box hr {
margin: 0.5rem 0;
}
.info-side-box .icon-inner {
width: 62px;
}
.info-side-box .icon-inner i {
text-align: center;
font-size: 32px;
width: 40px;
margin: 10px;
}
.info-side-box .btn,
.info-side-box .dropdown {
width: 100%;
height: 3.5rem;
display: flex;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
font-size: 1rem;
text-transform: uppercase;
border-radius: 0;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.info-side-box .dropdown-toggle {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
font-weight: 600;
}
.info-side-box .btn span {
font-size: 0.6rem;
color: #0def7d;
}
.info-side-box .dropdown-menu {
margin: 0;
padding: 0;
top: 100% !important;
left: 50% !important;
transform: translateX(-50%) !important;
border-radius: 0;
overflow: hidden;
border: 0;
z-index: 2;
}
.info-side-box .dropdown-item {
padding: 1rem 1.5rem;
background-color: #fff;
}
.info-side-box .dropdown-item:focus,
.info-side-box .dropdown-item:hover {
background-color: #dde5dc;
} .areas-de-atuacao .card {
min-height: 10rem;
border-radius: 20px;
}
.areas-de-atuacao .card-title {
height: 100%;
width: 100%;
padding: 1rem;
margin: 0;
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: left;
}
.areas-de-atuacao .card:hover {
background-color: #0def7d !important;
color: #212529;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.areas-de-atuacao .card .card-body {
display: none;
}
.areas-de-atuacao .card p {
margin: 0;
font-weight: 500;
}
.areas-de-atuacao .card:hover .card-title {
position: relative;
display: block;
padding: none;
}
.areas-de-atuacao .card:hover .card-body {
display: block;
padding-top: 0;
}
.flip-section {
padding: 5rem 0;
background-color: var(--f-global-color-black);
}
.flip-section h1 {
color: var(--f-global-color-white);
text-transform: uppercase;
}
.flip-section .slick-list {
overflow: unset;
overflow-x: clip;
} .flip-card {
margin: 1rem;
background-color: transparent;
perspective: 1000px;
cursor: pointer;
}
.flip-card-inner {
position: relative;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
transform: rotateY(-180deg);
}
.flip-card-front,
.flip-card-back {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-card-front {
padding: 25% 0;
outline: 2px solid var(--f-global-color-green-crayola);
color: var(--f-global-color-black);
position: relative;
}
.flip-section .flip-card-front h3 {
color: var(--f-global-color-green-crayola);
margin: 1.5rem;
}
.flip-card-back {
padding: 1.25rem;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: var(--f-global-color-green-crayola);
color: var(--f-global-color-black);
transform: rotateY(-180deg);
overflow-y: auto;
text-align: start;
}
.flip-section .flip-card-back h3 {
margin-bottom: 1.5rem;
font-size: 1.5rem;
color: var(--f-posgraduacao-color-1);
}  .cursos-section.modalidades .slick-list {
height: 100%;
overflow: unset;
overflow-x: clip;
}
.cursos-section.modalidades .slick-track {
display: flex;
justify-content: center;
height: 100%;
min-width: 100%;
}
@media (max-width: 768px) {
.cursos-section.modalidades .slick-track {
display: inherit;
justify-content: inherit;
}
}
.cursos-section.modalidades .filter-buttons .filter-button {
margin: 0;
width: 100%;
height: 100%;
min-height: 4rem;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
background: #0faa75;
color: #fff;
font-size: 1rem;
font-weight: 500;
text-align: left;
border: unset;
}
.cursos-section.modalidades .filter-buttons .filter-button:hover {
background: #0def7d;
color: #fff;
}
.cursos-section.modalidades .filter-buttons .filter-button.active {
background: #0def7d;
color: #fff;
position: relative;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}  .cursos-section {
padding: 5rem 0rem;
background-color: #eff7ef;
}
.cursos-section .card {
margin: 0;
border: unset;
}
.cursos-section .curso-bg-img {
background: no-repeat 50%;
background-size: cover;
width: 100%;
position: relative;
padding-bottom: 100%;
}
.cursos-section .curso-box-data {
position: absolute;
width: 100%;
height: 100%;
padding: 0.7rem;
overflow: hidden;
}
.cursos-section .curso-box-titulo {
position: relative;
right: 0;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
transition: all 0.5s;
overflow-wrap: anywhere;
}
.cursos-section .curso-box-titulo h3 {
margin: 0;
color: #0def7d;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
text-shadow: 0 0.12em 0 #000000;
display: -webkit-box;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
word-wrap: break-word;
}
.cursos-section .curso-box-titulo p {
margin: 0;
color: #fff;
}
.cursos-section .curso-box-info {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 120%;
display: flex;
flex-direction: column;
transition: all 0.5s;
}
.cursos-section .curso-box-botoes {
height: 100%;
width: 100%;
margin: auto;
padding: 0 1rem;
display: flex;
align-content: center;
flex-wrap: wrap;
transition: all 0.5s;
}
.cursos-section .curso-box-detalhes {
position: relative;
width: 100%;
right: 120%;
top: -50%;
background: #0def7d;
display: flex;
justify-content: center;
align-items: center;
border-bottom-left-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
transition: all 0.5s;
padding: 0.6rem;
}
.cursos-section .curso-box-detalhes span.divisor {
margin: 0 0.5rem;
}
.cursos-section .curso-box-modalidades {
position: absolute;
bottom: 0;
font-size: 0.6rem;
font-weight: 700;
display: flex;
justify-content: space-around;
align-items: center;
overflow-wrap: normal;
}
.cursos-section .curso-box-modalidades span {
padding: 0.2rem 0.4rem;
margin-right: 2px;
background-color: #b9e5d6;
color: #0b3735;
}
.cursos-section .curso-box-modalidades span:nth-last-child(1) {
margin-right: unset;
}
.international-office .cursos-section .btn {
padding: 0.375rem 0.75rem;
}
.cursos-section .curso-box-detalhes .data-de-inicio,
.cursos-section .curso-box-detalhes .localizacao {
margin: 0;
font-size: 0.8rem;
font-weight: 600;
text-align: center;
}
.cursos-section .curso-box-botoes .btn-primary {
background-color: #0def7d;
border-color: unset;
color: #181818;
text-decoration: none;
position: relative;
text-align: center;
width: 100%;
margin: 0.2rem 0;
border-radius: 20px;
padding: 8px 15px;
}
.cursos-section .curso-box-botoes .btn-primary.inscreva-se {
background: transparent;
border: 1px solid #0def7d;
color: #fff;
}
.curso-box-data:hover .curso-box-titulo {
right: 120%;
transition: all 0.5s;
}
header .overlay,
.cursos-section .curso-box-data {
background: rgba(18, 18, 18, 0.8);
}
.curso-box-data:hover .curso-box-info {
transition: all 0.5s;
left: 0%;
}
.curso-box-data:hover .curso-box-detalhes {
transition: all 0.5s;
right: 0;
top: 0;
} .corpo-docente-section {
padding: 2rem 0 2rem 0;
}
.corpo-docente-section h2 {
font-weight: 200;
letter-spacing: 2px;
padding: 12px 0px 20px 0px;
font-size: 2.2rem;
}
.card-docente-container {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
}
.card-docente-item {
display: flex;
align-items: center;
}
.card-docente-item .title-docente {
font-weight: 700;
font-size: 1.2rem;
color: #122950;
margin: 0;
padding: 0 !important;
}
.card-docente-item .titulacao-docente {
font-weight: 300;
font-size: 0.8rem;
color: #747474;
padding: 0.3rem 0;
}
.card-docente-item .lattes-docente,
.card-docente-item .orcid-docente,
.card-docente-item .linkedin-docente {
font-weight: 700;
font-size: 1rem;
color: #0faa75;
margin: 0px;
padding: 0px;
} .filter-section {
padding: 5rem 0rem;
}
.filter-section .card {
margin: 0;
margin-top: 1.5rem;
border: unset;
}
.filter-section h2,
.cursos-section h2 {
font-weight: 700;
font-size: 2.5rem;
color: #444444;
letter-spacing: 2px;
padding: 8px 0px;
text-transform: uppercase;
}
.filter-section h3,
.cursos-section h3 {
color: #0faa75;
font-size: 16px;
text-transform: uppercase;
margin-bottom: 20px;
letter-spacing: 4px;
}
.filter-buttons .filter-button {
background: unset;
border: unset;
border-radius: unset;
box-shadow: unset !important;
border-bottom: 1px solid #0def7d;
font-size: 0.8rem;
margin: 0.2rem; letter-spacing: 0;
color: #7d7d7d;
font-family: "Dosis", sans-serif;
}
.filter-buttons .filter-button:hover {
background-color: #def7ee;
}
.filter-buttons .filter-button.active {
color: #000;  background: #0faa75;
} .coordenacao-section {
padding: 5rem 0 0 0;
}
.coordenacao-section h2 {
color: #0faa75;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 4px;
}
.coordenacao-section h3 {
font-weight: 600;
letter-spacing: 2px;
padding: 8px 0 0 0;
font-size: 2.2rem;
color: #0faa75;
}
.coordenacao-section h4 {
font-size: 0.9rem;
}
.coordenacao-section .btn-primary {
background: unset;
border: 1px solid #0def7d;
font-size: 0.8rem;
color: #12733e !important;
font-weight: 700;
margin-right: 45px;
}
.slide_coordenacao img {
max-height: 300px;
}
#graduacao .coordenacao-section.slide-dots .slick-dots,
#single-posgraduacao .coordenacao-section.slide-dots .slick-dots,
#single-mestrado .coordenacao-section.slide-dots .slick-dots {
bottom: 0;
}
.slide_coordenacao .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.slide_coordenacao .col-lg-12 {
-webkit-box-flex: 1;   -ms-flex: 1; flex: 1;
height: auto;
}
.slide_coordenacao img {
max-height: 500px;
} .news-box {
height: 22rem;
}
.news-bg-img {
background: no-repeat 50%;
background-size: cover;
background-position: center;
width: 100%;
height: 100%;
position: relative;
}
.news-box-data {
position: absolute;
width: 100%;
height: 100%;
padding: 1rem;
overflow: hidden;
display: flex;
align-items: flex-end;
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0) 0%,
rgba(40, 48, 55, 1) 100%
);
color: #fff !important;
}
.news-box-data h5 {
font-size: 1rem !important;
}
.news-box-data h6 {
font-size: 0.8rem !important;
}
.news-box-data h5,
.news-box-data h6 {
margin: 0;
} .acquisition-card img {
max-width: 180px;
height: 260.52px;
border-radius: 20px;
}
.acquisition-card {
margin: 1rem 0;
border-radius: 20px;
} .indicators-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border: 2px solid #0def7d;
margin: 1rem;
padding: 0.5rem;
}
.indicators-box img {
max-width: 15rem;
}
.indicators-box span {
font-weight: bold;
background: #b1ffd8;
padding: 0.5rem;
} .profile-box {
height: 100%;
padding: 1rem;
text-align: center;
background: #cbffe5;
border-radius: 20px;
justify-content: space-between;
}
.profile-box img {
min-width: 100px;
max-height: 150px;
}
.modal-bio {
margin: 2rem;
} .compartilhar {
color: #0faa75;
font-size: 0.8rem;
font-weight: 400;
display: flex;
justify-content: center;
align-items: center;
}
.compartilhar span,
.compartilhar a {
float: left;
}
.compartilhar .fa-x-twitter,
.compartilhar .fa-facebook,
.compartilhar .fa-linkedin-in,
.compartilhar .fa-whatsapp {
width: 25px;
height: 25px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
font-size: 1rem;
margin: 0 0.5rem;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.compartilhar .fa-x-twitter {
background: #0f1419;
}
.compartilhar .fa-facebook {
background: #1877f2;
}
.compartilhar .fa-linkedin-in {
background: #0a66c2;
}
.compartilhar .fa-whatsapp {
background: #00e676;
}
.card .compartilhar {
font-weight: 300;
font-size: 0.7rem;
color: #727272;
text-align: left;
margin: 0px !important;
padding: 0px !important;
}
.card .compartilhar .fa-x-twitter,
.card .compartilhar .fa-facebook,
.card .compartilhar .fa-linkedin-in,
.card .compartilhar .fa-whatsapp {
background: unset;
color: inherit;
margin: 0;
padding: 0;
} #modal-alert-120anos .modal-content {
background: #223129;
color: #fff;
}
#modal-alert-120anos .modal-content .close {
color: #fff;
position: absolute;
bottom: 6rem;
right: 1.5rem;
background: #edaf5b;
padding: 1.2rem;
text-align: center;
border-radius: 2rem;
text-transform: uppercase;
font-size: 1.1rem;
}
#modal-alert-120anos .modal-content .site120anos {
color: #fff;
position: absolute;
bottom: 1.5rem;
right: 1.5rem;
background: #edaf5b;
padding: 1.2rem;
text-align: center;
border-radius: 2rem;
text-transform: uppercase;
font-size: 1.1rem;
opacity: 0.5;
font-size: 1.1rem;
font-weight: 700;
line-height: 1;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
#modal-alert-120anos .modal-content .site120anos:hover {
opacity: 1;
}
.modal-matriz-curricular .modal-title {
font-size: 1.2rem;
}
.modal-matriz-curricular .title-curso {
color: #0def7d;
text-transform: uppercase;
font-size: 2rem;
font-weight: 700;
}
.modal-matriz-curricular .ano-ingresso {
font-weight: 700;
font-size: 1rem;
}
.modal-content .close.absolute {
position: absolute;
color: #fff;
right: 10px;
width: 50px;
height: 50px;
font-size: 1.5rem;
z-index: 1;
box-shadow: none !important;
opacity: 1;
} .distintivo-container {
margin: 1.5rem 0;
padding: 1rem;
display: flex;
align-items: center;
justify-content: flex-start;
background-color: #c1e9d2;
border-radius: 50% 50px;
}
.distintivo-container i {
font-size: 3rem;
background-color: #0faa75;
padding: 1rem;
border-radius: 50%;
color: #0def7d;
}
.distintivo-container div {
background-color: #0faa75;
padding: 1rem;
border-radius: 50%;
}
.distintivo-container img {
width: 60px;
height: auto;
}
.distintivo-container p {
margin: 0;
padding: 1rem;
font-weight: 600;
} @media (max-width: 991.98px) {
.global-search-section {
top: 120px;
}
#modal-alert-120anos .modal-content .site120anos,
#modal-alert-120anos .modal-content .close {
padding: 0.9rem;
font-size: 0.7rem;
}
#modal-alert-120anos .modal-content .close {
bottom: 4rem;
}
#modal-alert-120anos .modal-content .site120anos {
bottom: 0.5rem;
}
.card-docente-container {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767.98px) {
.duas-colunas {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0px;
-moz-column-gap: 0px;
column-gap: 0px;
-moz-column-fill: balance;
column-fill: balance;
}
#modal-alert-120anos .modal-content .site120anos,
#modal-alert-120anos .modal-content .close {
padding: 0.7rem;
font-size: 0.5rem;
}
#modal-alert-120anos .modal-content .close {
bottom: 3rem;
}
.header-section-carousel,
.header-section-index,
.header-section-medium-full,
.header-section-large,
.header-section-medium {
height: 60vh;
}
.header-section-biblioteca,
.header-section-medium {
height: 50vh;
}
.header-section-large,
.header-section-medium-full,
.header-section-large-full,
.header-video-banner-full {
padding: 20px;
}
.header-section-medium-full,
.header-section-large-full,
.header-video-banner-full {
margin-top: 120px;
}
.header-section-large h1,
.header-section-large p {
font-size: 0.9rem;
}
.header-section-large h2 {
font-size: 1rem;
}
#header-instituto-financas .linha-ilustracao-titulo {
top: 25%;
}
.header-section-small h1 {
font-size: 1.5rem;
}
.header-content {
top: 0;
}
.header-content .header-course h1 {
font-size: 1.4rem;
}
.header-content .header-course h2 {
font-size: 0.8rem;
}
.header-stamps img {
width: 50px;
}
.header-course {
margin-bottom: 0;
}
.header-boxes {
top: 70px;
}
.header-boxes h3 {
font-size: 0.65rem;
}
.header-box {
height: 6rem;
width: 8rem;
}
.header-box:first-child {
border-radius: 20px 0 0 20px;
}
.header-box:last-child {
border-radius: 0 20px 20px 0;
}
.header-box:not(:last-child) {
border-width: 1px !important;
}
.header-box .fcp-icon,
.box-bolsas-investimento-item .fcp-icon {
width: 30px;
height: 30px;
}
.fcp-icon {
margin-bottom: 0.5rem;
}
.fcp-icon.modality {
height: 30px;
}
.sobre-section h2,
.info-section h2,
.contact-section h2 {
font-size: 1.5rem;
padding-top: 1rem;
}
.processo-seletivo .header-section-large h1,
#archive-posgraduacao .header-section-large h1,
#archive-mestrado .header-section-large h1 {
font-size: 1.5rem;
}
.img-banner-desktop {
display: none;
}
.img-banner-mobile {
display: block;
}
.section-proximos-cursos .slick-prevNew,
.eventos-section .slick-prevNew,
.fecaptv-section .slick-prevNew {
margin: 0px 40%;
}
.section-proximos-cursos .slick-nextNew,
.eventos-section .slick-nextNew,
.fecaptv-section .slick-nextNew {
margin: 0px 54%;
}
.slide-image-container .slide-caption {
position: unset;
bottom: unset;
font-size: 0.9rem;
}
.slide-image-container .slide-text {
padding: 0 2rem;
}
.slide-image-container .slick-prev {
left: 40%;
}
.slide-image-container .slick-next {
right: 40%;
}
.infra-section h3 {
font-size: 1.2rem;
}
.infra-section .linha-ilustracao {
width: 10px;
}
.filter-buttons {
width: 100%;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.search-card .linkassiste {
padding: 0;
}
.slide-arrow-dots .slick-prev,
.slide-arrow-dots .slick-next {
margin: 0px 10%;
}
.acquisition-card .card-body {
text-align: center;
}
.acquisition-card h5 {
font-size: 1rem;
}
.acquisition-card p {
font-size: 0.8rem;
}
.header-text {
margin: 0 auto;
margin-top: auto;
}
.header-text h2 {
font-size: 3rem !important;
}
.slide_oferecemos img {
height: 12rem;
}
.areas-de-atuacao h5 {
font-size: 0.9rem;
}
.indicators-box {
display: block;
}
.cursos-section.modalidades .filter-buttons .filter-button {
font-size: 0.8rem;
}
.cursos-section .curso-box-data {
padding: 0.5rem;
}
.section-proximos-cursos .curso-box-titulo h3,
.cursos-section .curso-box-titulo h3 {
font-size: 0.8rem;
}
.cursos-section .curso-box-detalhes h4 {
font-size: 0.7rem;
}
.cursos-section .curso-box-detalhes {
padding: 0.3rem;
}
.cursos-section .curso-box-botoes .btn-primary {
padding: 5px;
}
.card-docente-container {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.indicadores-unidade-group,
.diferenciais-unidade-group {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.diferenciais-unidade-item {
height: 14rem;
}
.diferenciais-unidade-item img {
height: 100px;
}
.diferenciais-unidade-item p {
font-size: 0.8rem;
}
.cursos-section .card .card-body h3 {
font-size: 0.7rem;
}
.card-header-parceiro {
height: 100px;
}
#parceiros .card-group a {
display: flex;
width: 100px;
height: 85px;
margin: 0.5rem;
}
.modal-matriz-curricular .modal-title {
font-size: 0.8rem;
}
.modal-matriz-curricular .title-curso {
font-size: 1.5rem;
}
.modal-matriz-curricular .ano-ingresso {
font-size: 0.8rem;
}
.info-side-box .btn {
font-size: 0.8rem;
}
.visite-section h2 {
font-size: 1.8rem;
}
.visite-section h3 {
font-size: 1.2rem;
}
}
.botao-doacao {
position: fixed;
top: 9rem;
width: 100%;
z-index: 1002;
height: 75px;
}
.botaoinfo-io {
position: fixed;
bottom: 1rem;
width: 100%;
z-index: 1002;
height: 95px;
} .about-section {
padding-top: 9.7rem;
padding-bottom: 3rem;
}
.about-section.about-sectionIC {
padding-top: 3rem !important;
}
.about-section.sobrebolsa {
padding-top: 1rem !important;
}
#pagina .about-section {
padding-top: 2rem;
padding-bottom: 2rem;
}
#pagina .about-section.section-conteudo-pagina {
padding-top: 0rem;
padding-bottom: 2rem;
margin-bottom: unset;
}
#pagina .about-section.section-conteudo-pagina .su-spoiler-content p {
font-weight: 400;
font-size: 12px;
}
#pagina #cpa.about-section {
padding-bottom: 2rem;
margin-bottom: 0px;
}
#pagina .about-section.hino-alvarista {
margin-bottom: 0px;
}
.about-section h2 {
color: #0faa75;
font-size: 16px;
text-transform: uppercase;
margin: 20px 0px;
letter-spacing: 4px;
}
.about-section h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
}
.about-section p i {
font-size: 10px;
font-weight: 300;
}
.about-section p.sopa {
line-height: 1;
}
.about-section .video-thumbnail {
margin-bottom: 20px;
}
#pagina .about-section .video-thumbnail {
margin: 120px 0px 0px 0px;
}
#pagina .about-section.hino-alvarista .video-thumbnail {
margin: 0px;
}
.about-section .social,
.info-section .social {
margin-top: 2rem;
}
.about-section .social p,
.info-section .social p {
margin-top: 5px;
margin-bottom: 0px;
color: #11aa74;
font-size: 0.7rem;
}
.about-section .social a,
.info-section .social a {
text-align: center;
height: 23px;
width: 23px;
border-radius: 100%;
line-height: 1.5rem;
color: #fff;
}
.about-section .social a.facebook,
.info-section .social a.facebook {
background: #1877f2;
}
.about-section .social a.whatsapp,
.info-section .social a.whatsapp {
background: #2dd14a;
}
.about-section .social a.twitter,
.info-section .social a.twitter {
background: #79cdf0;
}
.about-section .social a.linkedin,
.info-section .social a.linkedin {
background: #283e4a;
}
.about-section .social a:hover,
.info-section .social a:hover {
color: rgba(255, 255, 255, 0.5);
}
.about-section .social a:active,
.info-section .social a:active {
color: #fff;
}
#pagina .about-section .carousel-control-next,
#pagina .about-section .carousel-control-prev {
top: unset;
width: 10%;
opacity: unset;
background: #fff;
color: #5ca78b;
height: 50px;
font-size: 1rem;
}
#pagina .about-section .carousel-control-next {
left: 10%;
border-left: 1px solid #5ca78b;
} .informacao-section {
background: #dde5dc;
padding-top: 3rem;
padding-bottom: 8rem;
}
.informacao-section .ilustracao {
background-position: left;
background-repeat: no-repeat;
background-size: 100px 200px;
padding: 2rem 0;
margin: 1rem 0;
}
.informacao-section .ilustracao p {
padding: 0;
margin-bottom: 0;
}
.informacao-section .bloco-gestor h3 {
padding: 0;
margin: 0;
padding-top: 8px;
font-size: 1rem;
font-weight: 600;
letter-spacing: 0px;
}
.informacao-section .bloco-gestor p {
padding: 0;
margin: 0;
font-size: 0.7rem;
font-weight: 300;
}
.informacao-section .border-right {
border-right: 1px solid #0faa75 !important;
}
#pagina .informacao-section {
padding-bottom: 3rem;
background: #f0f7ef;
}
#pagina .informacao-section .marginSessao {
margin-top: 5rem;
}
.categoria-corporate .informacao-section {
background-image: url(//www.fecap.br/files/img/background/incompany.jpg);
}
.informacao-section h2 {
margin: 20px 0px;
color: #0faa75;
font-size: 1.3rem;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}
.informacao-section h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
}
.categoria-corporate .informacao-section h4 {
margin: 3rem;
color: #0faa75;
text-transform: uppercase;
font-family: "Dosis", sans-serif;
letter-spacing: 3px;
font-weight: 600;
}
.informacao-section .btn-primary {
background: #0def7d;
color: #12733e;
font-weight: 600;
font-size: 1rem;
}
.oportunidade-marcas {
padding: 3rem 0 0 0;
}
.slide_marcas .slick-slide {
display: flex;
justify-content: center;
align-items: center;
}
.slide_marcas img {
height: 80px;
} .intercionalizacao-section {
background-image: url(//www.fecap.br/files/img/background/eua.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
}
.intercionalizacao-section.foto-high-school {
background: none !important;
}
.intercionalizacao-section .conteudo {
padding: 5rem 2rem 5rem 0;
}
.intercionalizacao-section h2 {
color: #0faa75;
font-size: 16px;
text-transform: uppercase;
margin: 20px 0px;
letter-spacing: 4px;
}
.intercionalizacao-section h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
}
.intercionalizacao-section h4 {
font-weight: 700;
letter-spacing: 2px;
font-size: 2rem;
color: #444444;
}
.intercionalizacao-section h5 {
position: absolute;
bottom: 10%;
color: #fff;
background: #0faa75;
margin-left: -1px;
padding: 6px 50px 6px 40px;
text-align: center;
}
.intercionalizacao-section .alinhamento-ondeEstudar {
position: absolute;
bottom: 16%;
right: 5%;
} .promoafecap-section {
padding: 8rem 0;
background-image: url(//www.fecap.br/files/img/background/a-fecap.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color: #fff;
}
.promoafecap-section h3 {
font-size: 3rem;
font-weight: 300;
} .promoafecapretorno-section {
padding: 6rem 0;
background-image: url(//www.fecap.br/files/img/background/a-fecap.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color: #fff;
}
.promoafecapretorno-section h3 {
font-size: 3rem;
font-weight: 300;
}
.promoafecapretorno-section .btn-primary {
background: unset;
color: #fff;
padding: 15px 30px;
margin: 10px;
letter-spacing: 1px;
font-size: 0.8rem;
font-weight: 700;
border: 1px solid #0af38d;
transition: all 0.5s;
}
.promoafecapretorno-section .btn-primary:hover {
background: #0af38d;
color: #000;
transition: all 0.5s;
}
.promoafecapretorno-section .btn-secundary {
background: #0af38d;
color: #272727;
padding: 15px 30px;
margin: 10px;
letter-spacing: 1px;
font-size: 0.8rem;
font-weight: 700;
transition: all 0.5s;
border: 1px solid #0af38d;
}
.promoafecapretorno-section .btn-secundary:hover {
background: unset;
border: 1px solid #0af38d;
color: #fff;
transition: all 0.5s;
} .promomissao-section {
padding: 8rem 0;
background-image: url(//www.fecap.br/files/img/background/missao.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color: #fff;
}
.promomissao-section h3 {
font-size: 2.4rem;
font-weight: 300;
}
.promomissao-section.voucherbolsa h3 {
font-size: 2rem !important;
font-weight: 300;
} .demonstracoes-financeiras-section {
padding: 8rem 0;
background-image: url(//www.fecap.br/files/img/background/financeiro.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color: #fff;
}
.demonstracoes-financeiras-section h3 {
font-size: 2.2rem;
font-weight: 300;
}
.demonstracoes-financeiras-section .btn-primary {
background: transparent;
color: #0af38d !important;
border: 1px solid #0af38d;
font-size: 0.8rem;
line-height: 10px;
font-weight: 600;
letter-spacing: 1px;
margin: 0.5rem;
}
.demonstracoes-financeiras-section .btn-primary:hover {
background: #0af38d;
color: #33393e !important;
}
.demonstracoes-financeiras-section span {
font-size: 0.5rem;
font-weight: 500;
} .gestores-section {
padding: 5rem 0;
background: #fff;
} .dados-section {
padding: 4rem 0 6rem 0;
background: #283037;
}
.dados-section h2 {
color: #fff;
font-weight: 500;
letter-spacing: 2px;
padding: 8px 0px 30px 0px;
font-size: 2.5rem;
text-transform: uppercase;
}
.dados-section .numero {
padding: 5.2rem 0rem;
border: 4px solid #0def7d;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
width: 250px;
height: 250px;
text-align: center;
}
.dados-section .numero number {
color: #fff;
font-weight: 500;
letter-spacing: 2px;
font-size: 3rem;
text-transform: uppercase;
font-family: "Dosis", sans-serif;
}
.dados-section p {
color: #fff;
font-weight: 500;
padding: 20px 0;
}
.dados-section h3 {
color: #dbbf6a;
font-weight: 300;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 1.5rem;
text-transform: uppercase;
}
.dados-section .linha-ilustracao-titulo {
width: 8%;
left: 46%;
} .ingresso-section {
padding: 4rem 0;
background: #dde5dc;
}
.ingresso-section h2 {
color: #0faa75;
font-size: 16px;
text-transform: uppercase;
margin: 20px 0px;
letter-spacing: 4px;
}
.ingresso-section h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
}
.ingresso-section .btn-primary {
height: auto;
background: #0faa75;
font-weight: 600;
font-size: 0.8rem;
padding: 0.6rem 1rem;
letter-spacing: 0.1rem;
margin: 0;
transition: all 0.5s;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0.5rem;
}
.ingresso-section .btn-primary:hover {
background: #0def7d;
transition: all 0.5s;
}
.ingresso-section .btn-primary:active {
background: #0def7d;
transition: all 0.5s;
}
.ingresso-section .btn-secondary {
background: unset;
border: 1px solid #8f8f8f;
color: #8f8f8f;
transition: all 0.5s;
} .objetivos-section {
padding: 3rem 0 2rem 0;
background: #dde5dc;
}
.objetivos-section h2 {
color: #343a3f;
font-size: 16px;
text-transform: uppercase;
margin: 20px 0px 30px 0px;
letter-spacing: 4px;
}
.objetivos-section .bloco-objetivo {
border: 1px solid #0faa75;
border-top: 8px solid #0faa75;
padding: 8px;
height: 100%;
}
.objetivos-section .bloco-objetivo p {
color: #000;
font-size: 0.7rem;
font-weight: 500;
text-align: left;
}
.objetivos-section .btn-primary {
margin: 0.2rem;
} .comissao-propria-section {
padding: 4rem 0;
}
.comissao-propria-section h2 {
color: #33393e;
font-size: 16px;
text-transform: uppercase;
margin: 20px 0px;
letter-spacing: 4px;
}
.comissao-propria-section h3 {
color: #0faa75;
text-transform: uppercase;
margin: 10px 0px;
letter-spacing: 0px;
font-size: 1rem;
font-weight: 600;
}
.comissao-propria-section .bloco-gestor.margin-top-0 {
margin-top: 0px !important;
} .conselho-fiscal-section {
padding: 4rem 0;
}
.conselho-fiscal-section h2 {
margin-bottom: 1rem;
color: #fff;
letter-spacing: 3px;
font-weight: 600;
font-size: 1rem;
text-transform: uppercase;
}
.conselho-fiscal-section h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
text-transform: unset;
color: #fff;
}
.card-profile {
padding: 20px;
height: 100%;
background: #cbffe5;
text-align: center;
border-radius: 20px;
}
.card-profile.h-unset {
height: unset;
}
.card-profile h3 {
padding: 0;
color: #0faa75;
text-transform: uppercase;
letter-spacing: 0px;
font-size: 1rem;
font-weight: 600;
}
.card-profile-content {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.card-profile-content img {
margin-top: 10px;
}
.card-profile-content p {
margin-bottom: 0;
padding: 0.5rem 0 0;
font-size: 0.9rem;
font-weight: 500;
color: #33393e;
text-align: center;
}
.card-profile-content span {
color: #212529;
} .bolsas-section {
padding: 4rem 0;
background: #283037;
}
.bolsas-section h2 {
color: #0faa75;
font-size: 16px;
text-transform: uppercase;
margin: 20px 0px;
letter-spacing: 4px;
}
.bolsas-section h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.4rem;
color: #fff;
}
.bolsas-section h4 {
font-weight: 600;
font-size: 1.3rem;
color: #fff;
border-bottom: 1px solid #0def7d;
padding: 1rem 0;
}
.bolsas-section p {
font-weight: 300;
font-size: 1rem;
color: #fff;
padding: 1rem 0;
margin: 0;
} .fecaptv-section {
padding: 4rem 0 6rem 0;
background: #f0f7ef;
}
.fecaptv-section h2 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
text-transform: uppercase;
}
.btn-mapa {
color: #0def7d;
font-size: 12px;
}
.btn-mapa-localizacao {
background: unset;
border: unset;
outline: none;
padding-left: 15px;
}
.btn-mapa-localizacao:focus {
outline: none;
box-shadow: none;
}
.btn-fecap,
.btn-fecap:not([href]) {
background: #0faa75;
color: #fff;
font-weight: 600;
font-size: 1rem;
cursor: pointer;
}
.btn-fecap:hover,
.btn-fecap:not([href]):hover {
transition: all 0.5s;
background: #0def7d;
color: #12733e;
}
.btn-fecap-unset {
background: unset;
border: 1px solid #8f8f8f;
color: #8f8f8f;
font-size: 1rem;
transition: all 0.5s;
}
.btn-fecap-unset:hover,
.btn-fecap-unset:focus {
border: 1px solid #8f8f8f;
background: #0def7d;
color: #8f8f8f;
transition: all 0.5s;
}
.btn-fecap-square {
margin: 1rem;
padding: 0.5rem 3rem;
display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #0def7d;
color: #0f0f0f;
font-size: 2rem;
font-family: "Dosis", sans-serif;
font-weight: 600;
border: unset;
border-radius: unset;
transition: all 0.5s;
}
.btn-fecap-square:hover,
.btn-fecap-square:focus {
background: #0f0f0f;
color: #0def7d;
transition: all 0.5s;
}
.btn-fecap-square span {
font-size: 0.7rem;
color: #0f0f0f;
transition: all 0.5s;
}
.btn-fecap-square:hover span,
.btn-fecap-square:focus span {
color: #0def7d;
transition: all 0.5s;
}
.btn-align {
width: 100%;
height: 70%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.fcp-fa-icon i {
font-size: 4rem;
color: #0faa75;
margin-bottom: 1rem;
}
.fcp-fa-icon h4 {
font-size: 1rem;
color: #0faa75;
}
.fcp-fa-icon .fcp-icon {
width: 64px;
height: 64px;
background-color: #0faa75;;
}
.pesquisari i {
height: 1rem;
font-size: 3.75em;
color: #0faa75;
}
.pesquisari p {
padding: 20px;
} .hino-section {
padding: 3rem 0rem 2rem 0rem;
}
.hino-section .linha-divisao {
border-top: 2px solid #0def7d;
padding: 2rem 0rem 0rem 0rem;
margin: 2rem 0;
}
.hino-section h2 {
color: #595f60;
font-weight: 700;
} #modal-mapa .modal-body iframe,
#btnMapa1 .modal-body iframe,
#btnMapa2 .modal-body iframe,
#btnMapa3 .modal-body iframe {
width: 100% !important;
height: 600px !important;
} .section-valores {
padding: 2rem 1rem 3rem 1rem;
background: #0a7852;
}
.section-valores h2 {
color: #fff;
margin: 2rem 0 1rem 0;
text-transform: uppercase;
font-family: "Dosis", sans-serif;
letter-spacing: 3px;
font-weight: 600;
font-size: 1rem;
}
.section-valores h3 {
letter-spacing: 2px;
padding: 1rem 0;
color: #36fd9d;
font-weight: 700;
font-size: 2.7rem;
text-transform: uppercase;
} .section-orgaos {
padding: 4rem 0rem 4rem 0rem;
background-color: #cbffe5;
}
.section-orgaos h2 {
color: #33393e;
text-transform: uppercase;
font-family: "Dosis", sans-serif;
letter-spacing: 3px;
font-weight: 600;
font-size: 1.2rem;
margin-bottom: 2rem;
}
.section-orgaos h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2rem;
} .section-resultado {
padding: 4rem 0rem 4rem 0rem;
background: #0faa75;
}
.section-resultado h2 {
color: #fff;
margin: 2rem 0 1rem 0;
text-transform: uppercase;
font-family: "Dosis", sans-serif;
letter-spacing: 3px;
font-weight: 600;
font-size: 1rem;
}
.section-resultado h3 {
letter-spacing: 2px;
padding: 1rem 0;
color: #36fd9d;
font-weight: 700;
font-size: 2.7rem;
text-transform: uppercase;
}
.section-resultado h4 {
color: #fff;
margin: 2rem 0 1rem 0;
text-transform: uppercase;
font-family: "Dosis", sans-serif;
letter-spacing: 3px;
font-weight: 600;
font-size: 1.4rem;
}
.section-resultado p {
color: #fff;
}
.section-resultado .btn-primary {
background: #0b7c56;
box-shadow: unset !important;
font-size: 0.8rem;
margin-left: 0.2rem;
margin-right: 0.2rem;
}
.section-resultado .btn-primary:active {
background: unset !important;
}
.section-resultado .btn-primary:hover {
background: #11c588 !important;
}
.section-resultado a i {
color: #f40f02;
}
.section-resultado .bloco-gestor p {
padding: 0;
margin: 0;
font-size: 0.7rem;
font-weight: 300;
color: #fff;
}
.section-resultado .border-right {
border-right: 1px solid #0faa75 !important;
} .section-projetos-especificos {
padding: 2rem 0rem 3rem 0rem;
background-image: url(//www.fecap.br/files/img/background/projetos-especificos.jpg);
}
#pagina .section-projetos-especificos {
background: #0a7852;
}
.section-projetos-especificos h2 {
color: #fff;
margin: 2rem 0 1rem 0;
text-transform: uppercase;
font-family: "Dosis", sans-serif;
letter-spacing: 3px;
font-weight: 600;
}
.section-projetos-especificos h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 2rem 0;
font-size: 1.3rem;
color: #36fd9d;
}
.section-projetos-especificos h4 {
color: #fff;
border-bottom: 1px solid #d7c384;
font-family: "Dosis", sans-serif;
letter-spacing: 1px;
font-size: 1.2rem;
padding: 0.6rem;
margin: 0 0 1rem 0;
}
#pagina .section-projetos-especificos h4 {
border-bottom: 1px solid #0def7d;
}
.section-projetos-especificos p {
color: #fff;
} .section-contatos {
padding: 2rem 0rem 3rem 0rem;
}
.section-contatos h2 {
font-weight: 700;
font-size: 2.5rem;
color: #444444;
text-transform: uppercase;
}
.section-contatos h4 {
font-weight: 200;
letter-spacing: 2px;
padding: 20px 0px 10px 0px;
font-size: 2.2rem;
}
.section-contatos p {
font-weight: 300;
margin: 2px 0;
padding: 0;
color: #23282d;
}
.section-contatos p.destacado {
color: #0a7852;
}
.section-contatos .svg-estacao {
width: 17px;
margin-right: 6px;
}
.section-contatos .svg-estacaoduplo {
width: 36px;
margin-right: 6px;
}
.section-contatos .linha-ilustracao-titulo {
width: 16%;
top: 55px;
left: 42%;
} .localizacao-section {
padding: 2rem 0rem 2rem 0rem;
}
.localizacao-section h6 {
color: #096c4a;
font-size: 1.2rem;
font-weight: 600;
letter-spacing: 2px;
padding: 1rem 0 0.5rem 0;
} .section-cursos-destaque-bg {
background: #fff;
} .section-proximos-cursos-bg {
background: #e5e5e5;
}
.categoria-corporate .section-proximos-cursos {
background: #fff;
}
.section-proximos-cursos h2 {
font-weight: 700;
font-size: 2.5rem;
color: #444444;
text-transform: uppercase;
}
.section-proximos-cursos h3 {
color: #0faa75;
font-size: 16px;
text-transform: uppercase;
margin: 20px 15px;
letter-spacing: 4px;
}
.section-proximos-cursos p {
margin: 0 15px 15px 15px;
}  .sticky-top-content {
padding: 1rem;
} .sticky {
position: fixed;
top: 129px;
width: 350px;
z-index: 10;
margin-top: 1%;
transition: all 0.5s;
}
.modal_body_container {
margin: 2rem;
}
.slide_fecaptv {
padding-top: 30px;
}
#pagina .internation-office-letter p {
letter-spacing: 1px !important;
font-size: 16px !important;
font-weight: 300 !important;
}
.acontecep {
font-size: 1rem !important;
}
.about-ce-info {
padding-top: 1.3rem !important;
}
.button-ce {
position: absolute !important;
top: 30% !important;
}
.fmempresas-bt {
font-size: 10px !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
.regular-checkbox {
margin-top: 1, 3rem;
font-size: 14px;
}
#galeriaalumni {
padding: 50px 0px 50px 0px;
} @media only screen and (max-width: 600px) {
.linha-ilustracao-titulo3 {
top: 35px;
width: 50%;
left: 25%;
}
.bannerce {
top: -65%;
}
}
@media (max-width: 767.98px) {
#processo .linha-ilustracao {
width: 20px;
}
.sticky {
position: static;
width: auto;
}
.about-section {
padding-top: 3rem;
padding-bottom: 3rem;
}
.coordenacao-section {
padding: 2rem 0 0 0;
}
.ingresso-section {
padding: 2rem 0 8rem 0;
}
.intercionalizacao-section {
padding: 5rem 0;
background-image: url(//www.fecap.br/files/img/background/eua-sfoto.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
height: unset;
}
.linha-ilustracao-full {
right: 0px;
}
.coordenacao-section .btn-primary {
margin-right: unset;
}
.intercionalizacao-section {
padding: 2rem 0 0rem 0;
}
.intercionalizacao-section .conteudo {
padding: 0rem 2rem 0rem 1rem;
}
.linha-ilustracao-full {
display: none;
}
.intercionalizacao-section .alinhamento-ondeEstudar {
position: unset;
}
.ingresso-section {
padding: 2rem 0 2rem 0;
}
.ingresso-section h3 {
font-size: 1.2rem;
}
.ingresso-section .btn-primary {
font-size: 0.8rem;
}
.ingresso-section .linha-ilustracao {
width: 10px;
}
.paddingdoble-left {
padding-left: 15px;
}
.cursos-section .barra-divisao {
display: none;
}
#pagina .about-section {
margin-bottom: 0px;
}
#pagina #conselho.about-section {
margin-bottom: 0px;
}
#pagina .informacao-section .marginSessao {
margin-top: 0rem;
}
#pagina .about-section .video-thumbnail {
margin: 20px 0px 30px 0px;
}
.section-valores h3 {
font-size: 1.7rem;
padding: 0.3rem 0;
}
.cursos-section .filter-button,
.filter-section .filter-button {
margin: 0 auto;
width: 80%;
}
.header-retorno-section {
padding: 10rem 0 6rem 0;
}
.btn-fecap {
font-size: 0.7rem;
}
.btn-fecap-square {
font-size: 1rem;
}
.informacao-section .btn-primary {
font-size: 0.7rem;
}
#espacos .espacos-text {
margin-top: 5rem;
}
}
@media (max-width: 524px) {
.cursos-section h2 {
font-size: 1.5rem;
}
.diferenciais-section h3 {
font-size: 1.5rem;
}
} .nav-link {
padding: 0.4rem 1rem;
}
#topNav {
color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
height: 45px;
z-index: 1031;
background: #0faa75;
}
#topNav.mobile {
padding: 0.2rem;
}
#topNav.mobile .ulnav {
margin: auto;
padding: 0;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
align-items: center;
justify-content: center;
}
#pagina.full-banner #topNav,
#pagina.full-banner #mainNav,
#graduacao #topNav,
#graduacao #mainNav,
#single-posgraduacao #topNav,
#single-posgraduacao #mainNav,
#single-mestrado #topNav,
#single-mestrado #mainNav {
background-color: unset;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#pagina.full-banner #topNav.navbar-shrink,
#pagina.full-banner #mainNav.navbar-shrink,
#graduacao #topNav.navbar-shrink,
#graduacao #mainNav.navbar-shrink,
#single-posgraduacao #topNav.navbar-shrink,
#single-posgraduacao #mainNav.navbar-shrink,
#single-mestrado #topNav.navbar-shrink,
#single-mestrado #mainNav.navbar-shrink {
background-color: rgb(0, 0, 0, 0.7);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#topNav .links-topo {
color: #fff;
border-radius: 0;
padding: 0;
margin: 0;
}
#topNav.mobile .links-topo {
position: absolute;
left: -2rem;
}
#topNav .navbar-collapse.show {
background: #0faa75;
color: #fff;
}
#colegio #topNav .navbar-collapse.show {
background: #92d400;
}
#topNav .navbar-collapse .navbar-nav {
display: flex;
align-items: flex-start;
justify-content: center;
}
#home .topNav,
#single #topNav,
#processo #topNav {
background: #0faa75;
}
#corporate #topNav,
#curta-duracao #topNav {
background-color: #111111;
color: #fff;
}
#colegio #topNav {
background-color: #92d400;
color: #fff;
}
#topNav .nav-link {
color: #fff;
}
#topNav .social-networks {
margin-right: auto;
margin-bottom: auto;
display: flex;
align-items: center;
}
#topNav .social-networks a {
padding: 0 10px;
color: #fff;
font-size: 14px;
}
#topNav .links-rapidos {
display: flex;
justify-content: center;
align-items: center;
}
#topNav .social-networks,
#topNav .links-rapidos {
height: 29px;
}
#topNav .switch-languages { margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
#topNav .links-topo a {
display: block;
width: 100%;
padding: 0.5rem 0.5rem;
font-weight: 400;
color: #fff;
text-align: center;
background-color: #0faa75;
border: 0;
border-bottom: 1px solid #0def7d;
font-size: 0.8rem;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#topNav .links-topo a:last-child {
border: 0;
}
#topNav .links-topo a:hover {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background: #397655;
color: #0def7d;
}
#topNav .nav-link.btn {
margin: 0;
padding: 4px 10px !important;
background: unset;
border: 1px solid #0def7d;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#home #topNav .nav-link.btn,
#processo #topNav .nav-link.btn,
#single #topNav .nav-link.btn {
background: #0def7d;
border: 1px solid #0def7d;
color: #4b8d5e;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#topNav .nav-link.btn:hover,
#home #topNav .nav-link.btn:hover,
#processo #topNav .nav-link.btn:hover,
#single #topNav .nav-link.btn:hover {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background: #0def7d;
color: #000;
}
#topNav .barra-divisao {
padding: 0 10px;
}
#topNav .dropdown-toggle::after {
content: unset;
}
#topNav .dropdown-toggle i {
vertical-align: middle;
}
#mainNav {
min-height: 75px;
background-color: rgb(0, 0, 0, 0.7);
position: fixed;
top: 45px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#mainNav.mobile .container {
padding: 0;
}
#home #mainNav,
#pagina #mainNav,
#single #mainNav,
#category #mainNav,
#processo #mainNav,
#archive-posgraduacao #mainNav,
#archive-mestrado #mainNav,
#iff #mainNav,
#corporate #mainNav,
#curta-duracao #mainNav,
#colegio #mainNav,
#asa #mainNav,
#fecap-presente #mainNav,
#pagina.full-banner #mainNav .navbar-collapse.show,
#graduacao #mainNav .navbar-collapse.show,
#archive-posgraduacao
#mainNav
.navbar-collapse.show
#single-posgraduacao
#mainNav
.navbar-collapse.show,
#single-mestrado #mainNav .navbar-collapse.show,
#archive-mestrado #mainNav .navbar-collapse.show {
background: #fff;
}
#mainNav .navbar-toggler {
font-size: 80%;
padding: 0.75rem;
color: var(--f-global-color-black);
border: 1px solid var(--f-global-color-black);
}
#home #mainNav .nav-link,
#pagina #mainNav .nav-link,
#single #mainNav .nav-link,
#category #mainNav .nav-link,
#processo #mainNav .nav-link,
#graduacao #mainNav .nav-link,
#archive-posgraduacao #mainNav .nav-link,
#single-posgraduacao #mainNav .nav-link,
#single-mestrado #mainNav .nav-link,
#archive-mestrado #mainNav .nav-link,
#iff #mainNav .nav-link,
#corporate #mainNav .nav-link,
#curta-duracao #mainNav .nav-link,
#colegio #mainNav .nav-link,
#asa #mainNav .nav-link,
#fecap-presente #mainNav .nav-link {
color: #444444;
border-bottom: 2px inset transparent;
font-family: "Roboto", sans-serif;
font-size: 0.8rem;
}
#pagina.full-banner #mainNav .nav-link,
#graduacao #mainNav .nav-link,
#single-posgraduacao #mainNav .nav-link,
#single-mestrado #mainNav .nav-link,
#fecap-presente:not(.archive) #mainNav .nav-link {
color: #fff;
}
#home #mainNav .nav-item.show .nav-link,
#pagina #mainNav .nav-item.show .nav-link,
#single #mainNav .nav-item.show .nav-link,
#category #mainNav .nav-item.show .nav-link,
#processo #mainNav .nav-item.show .nav-link,
#archive-posgraduacao #mainNav .nav-item.show .nav-link,
#archive-mestrado #mainNav .nav-item.show .nav-link,
#graduacao #mainNav .nav-item.show .nav-link,
#single-posgraduacao #mainNav .nav-item.show .nav-link,
#single-mestrado #mainNav .nav-item.show .nav-link,
#iff #mainNav .nav-item.show .nav-link,
#corporate #mainNav .nav-item.show .nav-link,
#curta-duracao #mainNav .nav-item.show .nav-link,
#colegio #mainNav .nav-item.show .nav-link,
#asa #mainNav .nav-item.show .nav-link,
#fecap-presente #mainNav .nav-item.show .nav-link {
color: #0a7e56;
}
#mainNav .barra-divisao {
padding: 16px 11px;
color: #fff;
}
#processo #mainNav .barra-divisao,
#single #mainNav .barra-divisao,
#home #mainNav .barra-divisao {
padding: 16px 11px;
color: #444444;
}
#mainNav .nav-link.btn {
padding: 4px 10px !important;
margin: 15px;
background: unset;
border: 1px solid #0def7d;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#mainNav .nav-link.btn:hover {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background: #0def7d;
color: #000;
}
#mainNav .navbar-toggler:focus {
outline: none;
}
#mainNav .navbar-brand {
color: #161616;
font-weight: 700;
padding: 0.9rem 0;
}
#mainNav .navbar-nav .nav-item:hover {
color: fade(white, 80%);
outline: none;
background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
outline: none;
background-color: transparent;
}
#mainNav .dropdown-toggle::after {
content: unset;
}
#mainNav .dropdown-toggle i {
vertical-align: middle;
}
#mainNav .dropdown-menu {
padding: 0.5rem;
border: unset;
border-radius: 0;
background: transparent;
}
#mainNav .dropdown-menu .container {
background: #0a7f57;
}
#mainNav .subnavs {
padding-top: 0;
padding-bottom: 0;
margin: 0px;
}
#mainNav .tab {
float: left;
width: 25%;
border-right: 1px solid #0def7d;
padding: 20px 0px;
}
#mainNav .tabright {
float: left;
width: 25%;
padding: 20px 0px;
}
#mainNav .tabright .menu-item {
margin: 1px 10px !important;
}
#mainNav .tabright h3 {
color: #0def7d;
text-transform: uppercase;
border-bottom: 1px solid #0def7d;
font-size: 0.8rem;
}
#mainNav .tabright h4 {
color: #0def7d;
text-transform: uppercase;
font-size: 0.8rem;
}
#mainNav .tab button { display: flex;
align-items: center;
background-color: inherit;
color: #fff;
padding: 6px 0px;
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
font-size: 0.95rem;
font-weight: 300;
font-family: "Roboto", sans-serif;
letter-spacing: 0.6px;
}
#mainNav .tablinks i {
color: #0def7d;
width: 25px; }
#mainNav .tablinks .fcp-icon {
background-color: #0def7d;
width: 18px;
height: 15px;
margin-right: 7px;
margin-bottom: 0;
}
#mainNav .tab button:hover {
border-right: 2px solid #0def7d;
background: #0c744f;
}
#mainNav .tab button.active {
border-right: 4px solid #0def7d;
color: #0def7d;
background: #0a6143;
}
#mainNav .tab button.tabinfo {
flex-direction: column;
align-items: flex-start;
}
#mainNav .tab button.tabinfo span {
color: #0fe2a8;
font-size: 0.8rem;
}
#mainNav .tabcontent {
float: left;
width: 49%;
border-left: none;
display: none;
padding: 20px 20px;
letter-spacing: 0.6px;
margin-right: 1%;
}
#mainNav .tabcontent h3 a,
#mainNav .tabcontent h4 {
color: #0def7d;
text-transform: uppercase;
font-size: 1rem;
}
#mainNav .tabcontent h3 a:hover {
color: #fff;
}
#mainNav .tabcontentfull {
width: 74%;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-rule: 1px solid #0def7d;
-moz-column-rule: 1px solid #0def7d;
column-rule: 1px solid #0def7d;
}
.one_column {
-webkit-column-count: 1 !important;
-moz-column-count: 1 !important;
column-count: 1 !important;
}
#mainNav .clearfix::after {
content: "";
clear: both;
display: table;
}
#mainNav .dropdown-menu .menu-item {
padding: 0px 10px;
}
#mainNav .dropdown-menu .menu-itemTitle {
margin: 0px 10px;
}
#mainNav .dropdown-menu .menu-item a {
padding: 0.1rem;
display: block;
color: #fff;
font-size: 0.95rem;
font-family: "Roboto", sans-serif;
font-weight: 300;
}
#mainNav .dropdown-menu .menu-item:hover,
#mainNav .dropdown-menu .menu-item:hover a,
#mainNav .dropdown-menu .menu-item a:hover {
color: #0def7d;
background: #0c744f;
} #mainNav .dropdown-menu .menu-item.menu-item-has-children > ul {
display: none;
}
#mainNav .dropdown-menu .menu-item.menu-item-has-children:hover {
color: #1effb4;
background: #0c744f;
}
#mainNav .dropdown-menu .menu-item.menu-item-has-children > a:hover {
color: #fff;
background: unset;
}
#mainNav .dropdown-menu .menu-item.menu-item-has-children .sub-menu a {
color: #fff;
}
#mainNav .dropdown-menu .menu-item.menu-item-has-children > a {
color: #1effb4 !important;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
cursor: pointer;
}
#mainNav .dropdown-menu .menu-item.menu-item-has-children:hover .sub-menu a {
color: #fff;
background: unset;
}
#mainNav
.dropdown-menu
.menu-item.menu-item-has-children:hover
.sub-menu
a:hover {
color: #0def7d;
background: #0b6c4a;
}
#mainNav .dropdown-menu .menu-item .sub-menu {
list-style: none;
padding: 0;
}
.mobile-style h3 {
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
}
.mobile-style .modalidade {
padding-top: 1rem;
}
#mainNav .dropdown-menu .menu-item.nav-tag-new a,
#mainNav .dropdown-menu .menu-item.nav-tag-embreve a {
display: unset;
}
.nav-tag {
background: #212529;
color: #0eefa8;
padding: 0.2rem 0.5rem;
font-weight: 700;
font-size: 0.8rem;
margin-left: 20px;
} .nav-page-section .nav {
padding-right: 0;
}
.nav-page-section .nav-fill .nav-item {
margin: 2px;
border-bottom: 5px solid #0a7f57;
}
#asa .nav-page-section .nav-fill .nav-item {
margin: 0;
border-bottom: unset;
}
.nav-page-section nav a {
font-size: 0.9rem;
font-weight: 500;
font-family: "Dosis", sans-serif;
color: #0a7f57;
font-weight: 600;
}
.nav-page-section .nav-pills .nav-link {
height: 100%;
text-align: center;
text-transform: uppercase;
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;
background-color: #f3fcf8;
border-radius: 0;
}
.nav-page-section .nav-pills .nav-link:hover,
.nav-page-section .dropdown-item:hover {
background-color: #def7ee;
}
.nav-page-section .dropdown-menu {
padding: 0;
min-width: unset;
width: 100%;
}
.nav-page-section .dropdown-menu.show {
-webkit-transform: translate3d(0px, 40px, 0px) !important;
transform: translate3d(0px, 40px, 0px) !important;
}
.nav-page-section .dropdown-item {
padding: 10px;
font-family: "Dosis", sans-serif;
font-size: 1rem;
text-transform: none;
border-bottom: 1px solid #e3e3e3;
white-space: unset;
}
.nav-page-section .dropdown-item:active,
.nav-page-section .dropdown-item.active,
.nav-page-section .nav-pills .nav-link.active,
.nav-page-section .nav-pills .show > .nav-link {
background-color: #0faa75;
border-radius: 0rem;
} .nav-container .nav-tabs {
border-bottom: 1px solid #0def7d;
padding: 0;
}
.nav-container .nav-link {
border-radius: 0;
padding: 0.8rem 2rem;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.nav-container .nav-link:hover,
.nav-container .nav-link:focus {
color: #0def7d;
border-color: #0def7d;
}
.nav-container .nav-tabs .nav-item.show .nav-link,
.nav-container .nav-tabs .nav-link.active {
color: #fff;
background-color: #0def7d;
border-color: #0def7d;
}
.nav-tabs-container {
display: flex;
}
.nav-tabs-container .navbar-expand-lg {
margin-right: 1rem;
padding: 0;
align-items: flex-start;
justify-content: flex-end;
}
.nav-container .nav-tabs.flex-column {
border: none;
}
.nav-container .nav-tabs.flex-column .nav-item {
margin-bottom: 0;
border: 1px solid #0a7f57;
}
.nav-container .nav-tabs.flex-column .nav-item:not(:last-child) {
border-bottom: none;
}
.nav-tabs-container .navbar-expand-lg:has(.nav-tabs.flex-column) { min-width: 200px;
width: 200px;
}
.nav-tabs-container .tab-content { width: calc(100% - 200px);
}
.nav-tabs-container .tab-content .tabpanel-gallery-container {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
}
.nav-container .nav-tabs.flex-column .nav-link {
padding: 0.5rem;
background-color: #f3fcf8;
font-size: 12px;
justify-content: flex-start;
border-color: #f3fcf8;
}
.nav-container .nav-tabs.flex-column .nav-link:hover,
.nav-container .nav-tabs.flex-column .nav-link:focus {
background-color: #def7ee;
color: #0a7f57;
border-color: #def7ee;
}
.nav-tabs-container .tab-content h2 {
padding-bottom: 5px;
margin-bottom: 1rem;
font-size: 18px;
text-transform: uppercase;
font-weight: 900;
border-bottom: 2px solid;
letter-spacing: 1px;
}
.nav-tabs-container .tab-content h3 {
padding-top: 1rem;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
}
.nav-tabs-container .tab-content h4 {
font-size: 18px;
font-weight: 500;
}
.nav-tabs-container .tab-content h5 {
font-size: 16px;
font-weight: 500;
}
.nav-tabs-container .tab-content .tab-img-transparent {
background-color: var(--f-global-color-salem);
border-radius: 30px;
}
@media (max-width: 992px) {
#mainNav {
border-bottom: none;
background-color: #ffffff;
-webkit-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
#mainNav .navbar-brand {
margin-right: 0;
color: rgba(255, 255, 255, 0.5);
}
#mainNav .navbar-nav {
padding: 0;
}
#graduacao #mainNav .nav-link,
#single-posgraduacao #mainNav .nav-link,
#single-mestrado #mainNav .nav-link,
#pagina.full-banner #mainNav .nav-link,
#mainNav .nav-link {
-webkit-transition: none;
-o-transition: none;
transition: none;
color: #444444;
}
#mainNav .navbar-nav .nav-item {
border-bottom: 5px inset #fff;
}
#mainNav .navbar-nav .nav-item:hover,
#mainNav .navbar-nav .nav-item.show {
color: #0a7e56;
border-bottom: 5px inset #0a7e56;
}
#mainNav .navbar-nav .nav-link:hover {
color: #0a7e56 !important;
}
#mainNav .nav-link:active {
color: white;
}
.nav-tabs-container {
display: inherit;
}
.nav-tabs-container .navbar-expand-lg {
margin-right: 0;
}
.nav-tabs-container .navbar-toggler {
display: flex;
align-items: center;
justify-content: center;
font-size: 0.8rem;
color: #0faa75;
}
.nav-tabs-container .navbar-toggler-icon {
margin-right: 5px;
}
.nav-tabs-container .navbar-expand-lg:has(.nav-tabs.flex-column) {
width: 100%;
}
.nav-tabs-container .tab-content {
margin-top: 2rem;
width: 100%;
}
.nav-tabs-container .navbar-collapse {
margin-top: 10px;
}
}
@media (max-width: 768px) {
#graduacao #topNav,
#pagina #topNav,
#pagina.full-banner #topNav {
background: #0faa75;
}
#mainNav .dropdown-menu {
background: #0a7f57;
}
#mainNav .navbar-collapse {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
#mainNav .barra-divisao {
display: none;
}
#graduacao #mainNav,
#single-posgraduacao #mainNav,
#pagina #mainNav,
#pagina.full-banner #mainNav,
#single-mestrado #mainNav {
background: #fff;
}
#mainNav .tab {
width: 40%;
}
#mainNav .tabright {
width: 100%;
}
#mainNav .tabcontent {
width: 60%;
}
#mainNav .tab button {
font-size: 0.8rem;
}
#mainNav .tablinks i,
#mainNav .tablinks img {
width: 10px;
}
#mainNav .tabright h3 {
font-size: 1rem !important;
}
#topNav .nav-link.btn { padding: 4px 5px !important;
font-size: 0.5rem !important;
letter-spacing: 1px !important;
}
#home #topNav .nav-link.btn,
#processo #topNav .nav-link.btn,
#single #topNav .nav-link.btn {
padding: 4px 5px !important;
font-size: 0.5rem !important;
letter-spacing: 1px !important;
}
}
.footer-section {
position: relative;
z-index: 999;
color: #00693c;
}
.footer-section p {
font-size: 0.8rem;
padding: 0px;
margin: 0px;
}
.footer-section-content {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0;
}
.footer-indicators {
padding: 4rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
background-color: #eff7ef;
color: #282828;
}
.footer-logo {
padding: 0;
margin-bottom: 2rem;
}
.footer-campus {
padding-top: 1rem;
color: #0faa75;
}
.footer-campus h5 {
font-size: 1rem;
padding: 0px;
margin: 0px;
}
.footer-social-networks {
padding: 0 15px;
margin-bottom: 2rem;
}
.footer-social-networks p {
font-weight: bold;
text-transform: uppercase;
}
.footer-social-networks i {
color: #0faa75;
margin: 5px;
font-size: 2em;
display: inline-block;
text-align: center;
vertical-align: middle;
}
.footer-cebas {
padding: 1rem;
background: #fff;
border-radius: 0.5rem;
border: 1px solid #08d36a;
margin-bottom: 2rem;
}
.footer-emec {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 1rem;
background: #fff;
border-radius: 0.5rem;
border: 1px solid #08d36a;
}
.footer-emec h5 {
color: #1b65b0;
font-weight: bold;
}
.footer-nav {
padding: 4rem 2rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
background-color: #0faa75;
}
.footer-text {
line-height: 40%;
padding: 0px;
}
.footer-text li {
list-style: none;
margin-bottom: 0.5rem;
}
.footer-text li a {
color: #fff;
font-size: 0.8rem;
font-weight: 200;
line-height: 1rem;
letter-spacing: 1px;
}
.footer-text h3 {
color: #0edd7b;
margin-bottom: 15px;
font-size: 1.3rem;
}
.footer-text p {
color: #fff;
font-size: 0.3rem;
}
.footer-text ul {
padding: 0px;
}
.footer2 {
background-color: #002c1d;
position: relative;
z-index: 999;
padding: 0.5rem;
}
.footer2 p {
color: #fff;
font-size: 0.8rem;
padding: 0px;
margin: 0px;
}
@media (max-width: 1366px) {
.footer-text h3 {
margin-bottom: 6px;
}
.footer-text ul {
margin: 0;
}
.footer-text li {
margin-bottom: 0.2rem;
}
.footer-text li a {
font-size: 0.6rem;
line-height: 0.6rem;
letter-spacing: 1px;
}
}
@media (max-width: 768px) {
.footer-indicators {
padding: 2rem 1rem;
}
.footer-nav {
padding: 2rem 1rem;
}
.footer-text li a {
font-size: 0.8rem;
}
}
::-webkit-scrollbar-track,
::-webkit-scrollbar {
width: 10px;
background-color: #0c6949;
}
::-webkit-scrollbar-thumb {
background-color: #0def7d;
}
::-webkit-scrollbar-thumb:hover {
background-color: #0bd671;
}
.scrollbar {
max-height: 70vh;
overflow: auto;
padding: 20px;
line-height: 1.8rem;
}
.scrollbar-color::-webkit-scrollbar-track,
.scrollbar-color::-webkit-scrollbar {
width: 12px;
background-color: #0c744f;
}
.scrollbar-color::-webkit-scrollbar-thumb {
background-color: #0c6949;
}
.scrollbar-color::-webkit-scrollbar-thumb:hover {
background-color: #0a6143;
}
.flip-card-back::-webkit-scrollbar-track,
.flip-card-back::-webkit-scrollbar {
background-color: var(--f-posgraduacao-color-2);
}
.flip-card-back::-webkit-scrollbar-thumb {
background-color: var(--f-posgraduacao-color-5);
}
.flip-card-back::-webkit-scrollbar-thumb:hover {
background-color: var(--f-posgraduacao-color-5);
}
.card-accordion {
margin-bottom: 5px;
background-color: transparent;
border-radius: 0;
}
.accordion > .card {
border: 0;
}
.accordion > .card:first-of-type,
.accordion > .card:not(:first-of-type):not(:last-of-type),
.accordion > .card:last-of-type {
border: 1px solid #0faa75;
}
.card-header:first-child {
border-radius: 0;
}
.accordion > .card .card-header {
margin-bottom: 0;
border: 0;
}
.card-accordion .card-header {
background-color: transparent;
color: #0faa75;
min-height: 4rem;
font-family: "Dosis", sans-serif;
font-size: 0.8rem;
font-weight: bold;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.card-accordion .card-header:hover {
cursor: pointer;
background-color: #0faa75;
color: #fff;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.card-accordion .card-header span {
text-transform: uppercase;
}
.card-accordion .card-header span,
.card-accordion .card-header i {
font-size: 1rem;
}
.card-accordion .card-header[aria-expanded="true"] {
background-color: #0faa75;
color: #fff;
}
.card-accordion .card-header[aria-expanded="true"] .fa-plus:before {
content: "\f068" !important;
}
.card-accordion .card-header[aria-expanded="true"] .fa-angle-down:before {
content: "\f106" !important;
}
#nf-custom-fecap {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#nf-custom-fecap .nf-form-cont {
width: 100%;
}
#marketing #nf-custom-fecap .nf-form-cont {
width: unset;
}
#nf-custom-fecap #ninja_forms_required_items,
#nf-custom-fecap .nf-field-container {
margin-bottom: unset;
clear: none;
}
#nf-custom-fecap .nf-form-content .listselect-wrap .nf-field-element div,
#nf-custom-fecap .nf-form-content .ninja-forms-field {
font-family: 'Dosis', sans-serif;
font-size: 1rem;
padding: 0 12px;
} #nf-custom-fecap .nf-form-fields-required {
font-size: 0.8rem;
} #nf-custom-fecap .nf-field-label .nf-label-span,
#nf-custom-fecap .nf-field-label label {
padding: 0;
margin-top: 0.3rem;
font-family: 'Poppins', sans-serif;
font-size: 12px;
font-weight: 600;
z-index: 1;
}
#nf-custom-fecap .nf-form-content .label-above .nf-field-label,
#nf-custom-fecap .nf-form-content .label-below .nf-field-label,
#nf-custom-fecap .nf-form-content .label-hidden .nf-field-label {
margin-bottom: 0.3rem;
padding: 0;
} #nf-custom-fecap .nf-form-content .listselect-wrap .nf-field-element div,
#nf-custom-fecap .nf-form-content input.ninja-forms-field,
#nf-custom-fecap .nf-form-content select.ninja-forms-field:not([multiple]) {
height: 2.5rem;
}
#nf-custom-fecap .nf-form-content input[type=checkbox].ninja-forms-field,
#nf-custom-fecap .nf-form-content input[type=radio].ninja-forms-field {
height: auto;
}
#nf-custom-fecap .nf-form-content .list-select-wrap .nf-field-element>div,
#nf-custom-fecap .nf-form-content input:not([type=button]),
#nf-custom-fecap .nf-form-content textarea {
background: #fff;
border: 1px solid #0faa75;
border-radius: 30px;
box-shadow: none;
color: #212529;
transition: all .5s;
}
#nf-custom-fecap .nf-field-element .hour,
#nf-custom-fecap .nf-field-element .minute {
margin-right: 5px;
width: 5rem;
height: 2.5rem;
background: #fff;
font-family: 'Dosis', sans-serif;
font-size: 1rem;
color: #787878;
text-align: center;
border: 1px solid #0faa75;
border-radius: 30px;
}
#nf-custom-fecap .nf-form-content .listcountry-wrap .nf-field-element select:focus,
#nf-custom-fecap .nf-form-content .list-select-wrap>div div:focus,
#nf-custom-fecap .nf-form-content .list-select-wrap .nf-field-element>div:focus,
#nf-custom-fecap .nf-form-content input:not([type=button]):focus,
#nf-custom-fecap .nf-form-content textarea:focus {
background: #fff;
border-color: #0faa75;
outline: none;
} #nf-custom-fecap .nf-form-content textarea.ninja-forms-field {
height: 7rem;
resize: none;
} #nf-custom-fecap .nf-form-content .listcountry-wrap .nf-field-element select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fff;
border: 1px solid #0faa75;
border-radius: 30px;
} #nf-custom-fecap .nf-form-content .listcountry-wrap>div div::after,
#nf-custom-fecap .nf-form-content .list-select-wrap>div div::after {
content: "\f078";
font-family: FontAwesome;
font-size: 20px;
color: #0faa75;
position: absolute;
right: 10px;
bottom: 0;
height: 2.5rem;
line-height: 40px;
} #nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple] {
-webkit-appearance: normal;
-moz-appearance: normal;
appearance: normal;
background: #fff;
border: 1px solid #0faa75;
border-radius: 30px;
padding: 12px;
}
#nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple]:focus {
background: #fff;
}
#nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple] option:hover {
background: #def7ee;
color: #444444;
} #nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple]::-webkit-scrollbar-track,
#nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple]::-webkit-scrollbar {
width: 30px;
background-color: #cecece;
border-radius: 0 30px 30px 0;
}
#nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple]::-webkit-scrollbar-thumb {
background-color: #0faa75;
}
#nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple]:focus option:checked {
background-image: linear-gradient(0deg, #0faa75 0%, #0faa75 100%);
color: #fff;
}
#nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple]::-webkit-scrollbar-thumb:hover {
background-color: #17b37c;
}
#nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple]::-webkit-scrollbar-button:single-button {
background-color: #cecece;
display: block;
border-style: solid;
height: 30px;
width: 30px;
} #nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple]::-webkit-scrollbar-button:single-button:vertical:decrement {
border-width: 0 15px 15px 15px;
border-radius: 0 30px 0 0;
border-color: transparent transparent #949494 transparent;
}
#nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple]::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
border-color: transparent transparent #888888 transparent;
}
#nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple]::-webkit-scrollbar-button:single-button:vertical:increment {
border-width: 15px 15px 0 15px;
border-radius: 0 0 30px 0;
border-color: #949494 transparent transparent transparent;
}
#nf-custom-fecap .nf-form-content .listmultiselect-wrap select[multiple]::-webkit-scrollbar-button:vertical:single-button:increment:hover {
border-color: #888888 transparent transparent transparent;
} #nf-custom-fecap .nf-error.field-wrap .nf-field-element:after {
background: #e80000;
color: #fff;
font-family: FontAwesome;
font-size: 20px;
content: "\f12a";
position: absolute;
top: 1px;
right: 0px;
bottom: 1px;
border-radius: 0 30px 30px 0;
height: 95%;
width: 50px;
line-height: 2.5rem;
text-align: center;
transition: all .5s;
} #nf-custom-fecap .nf-pass.field-wrap .nf-field-element:after {
background: green;
color: #fff;
font-family: FontAwesome;
font-size: 20px;
content: "\f00c";
position: absolute;
top: 1px;
right: 0px;
bottom: 1px;
border-radius: 0 30px 30px 0;
height: 95%;
width: 50px;
line-height: 2.5rem;
text-align: center;
transition: all .5s;
} #nf-custom-fecap .nf-error-msg,
#nf-custom-fecap .ninja-forms-req-symbol {
color: #e80000;
} #nf-custom-fecap .nf-form-content button,
#nf-custom-fecap .nf-form-content input[type=button],
#nf-custom-fecap .nf-form-content input[type=submit] {
padding: 5px 25px;
height: 2.5rem;
background: #0faa75;
font-family: 'Poppins', sans-serif;
color: #fff;
text-transform: uppercase;
letter-spacing: .15rem;
font-weight: 600;
border: 0;
border-radius: 30px;
transition: all .5s;
float: right;
}
#nf-custom-fecap .nf-form-content button:hover,
#nf-custom-fecap .nf-form-content input[type=button]:hover,
#nf-custom-fecap .nf-form-content input[type=submit]:hover {
background: #0def7d;
border: 0;
color: #12733e;
transition: all .5s;
} #nf-custom-fecap .list-checkbox-wrap .nf-field-element li,
#nf-custom-fecap .list-checkbox-wrap .nf-field-element ul,
#nf-custom-fecap .list-image-wrap .nf-field-element li,
#nf-custom-fecap .list-image-wrap .nf-field-element ul,
#nf-custom-fecap .list-radio-wrap .nf-field-element li,
#nf-custom-fecap .list-radio-wrap .nf-field-element ul {
font-family: 'Dosis', sans-serif;
font-size: 1rem;
list-style: none !important;
padding: 0 !important;
} #nf-custom-fecap .checkbox-wrap .nf-field-element label:before,
#nf-custom-fecap .checkbox-wrap .nf-field-label label:before,
#nf-custom-fecap .listcheckbox-wrap .nf-field-element label:before,
#nf-custom-fecap .listcheckbox-wrap .nf-field-label label:before {
color: #f7f7f7;
opacity: 0;
transition: all .5s;
}
#nf-custom-fecap .checkbox-wrap .nf-field-element label.nf-checked-label:before,
#nf-custom-fecap .checkbox-wrap .nf-field-label label.nf-checked-label:before,
#nf-custom-fecap .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
#nf-custom-fecap .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
color: #0faa75;
opacity: 1;
transition: all .5s;
} #nf-custom-fecap .listradio-wrap .nf-field-element label:after {
border-radius: 50%;
content: "";
width: 18px;
height: 18px;
position: absolute;
left: -32px;
bottom: 1px;
top: .05em;
}
#nf-custom-fecap .listradio-wrap .nf-field-element label.nf-checked-label:before {
border-radius: 50%;
content: "";
height: 10px;
width: 10px;
position: absolute;
left: -28px;
bottom: 5px;
z-index: 2;
top: 0.25em;
}
#nf-custom-fecap .listradio-wrap .nf-field-element label.nf-checked-label:after {
border-color: #0faa75;
transition: all .5s;
}
#nf-custom-fecap .listradio-wrap .nf-field-element label.nf-checked-label:before {
background: #0faa75;
} .fcp-form {
display: flex;
flex-direction: column;
gap: 1rem;
}
.fcp-form .form-group {
margin-bottom: 0;
}
.fcp-form-content {
font-size: 1.2rem;
}
.form-control {
height: inherit;
}
.form-label {
font-size: 16px;
font-weight: 500;
}
.form-check-label {
font-size: 14px;
display: block;
}
.form-check-inline {
padding-left: 2em;
display: inline-block;
}
.form-check-inline .form-check-input {
float: left;
margin-top: 3px;
margin-left: -1.5em;
}
.form-control,
.form-select {
padding: 12px;
color: var(--f-global-color-guppie-green);
font-weight: 600;
line-height: 1.5;
border-radius: 30px;
border: none;
}
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
border: none;
outline: none;
color: var(--f-global-color-guppie-green);
-webkit-box-shadow: 0 0 2px 2px var(--f-global-color-guppie-green);
box-shadow: 0 0 2px 2px var(--f-global-color-guppie-green);
}
.form-control::-webkit-input-placeholder,
.form-check-input::-webkit-input-placeholder {
color: var(--f-global-color-guppie-green);
opacity: 1;
}
.form-control::-moz-placeholder,
.form-check-input::-moz-placeholder {
color: var(--f-global-color-guppie-green);
opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-check-input:-ms-input-placeholder {
color: var(--f-global-color-guppie-green);
opacity: 1;
}
.form-control::-ms-input-placeholder,
.form-check-input::-ms-input-placeholder {
color: var(--f-global-color-guppie-green);
opacity: 1;
}
.form-control::placeholder,
.form-check-input::placeholder {
color: var(--f-global-color-guppie-green);
opacity: 1;
}
.form-control::-ms-input-placeholder,
.form-check-input::-ms-input-placeholder {
color: var(--f-global-color-guppie-green);
}
.form-check-input:checked {
background-color: var(--f-global-color-guppie-green);
border-color: var(--f-global-color-guppie-green);
}
form span.error {
color: var(--f-asa-color-banana-yellow);
font-size: 0.875rem;
font-weight: 500;
}
@media (max-width: 767.98px) {
.form-label,
.form-check-label {
font-size: 14px;
}
.form-control,
.form-select {
font-size: 14px;
line-height: 1.4;
}
}
.wpcf-table td:not(:first-child),
.wpcf-table th:not(:first-child) {
text-align: center;
}
.table-responsive {
border-radius: 5px;
}
.wpcf-table th,
.wpcf-table td,
.table-striped {
border: 1px solid rgba(0, 0, 0, 0.125);
}
.wpcf-table th,
.table-striped th {
background: #195c3c;
color: #fff;
font-size: 0.8rem;
}
.wpcf-table th,
.wpcf-table td,
.table-striped th,
.table-striped td {
vertical-align: middle !important;
}
.wpcf-table th {
border-bottom: none !important;
}
.wpcf-table tfoot td,
.table-striped tfoot td {
font-weight: bold;
}
.table-striped tbody tr:nth-child(odd) {
background-color: #def7ee;
}
.table-striped tbody tr:hover {
background-color: #c0e5d8;
}
.wpcf-table dl,
.wpcf-table ol,
.wpcf-table ul,
.table-striped dl,
.table-striped ol,
.table-striped ul {
margin: 0;
}
.tooltip-wrapper {
position: relative;
display: block;
}
.tooltip-wrapper .tooltip-title {
cursor: pointer;
color: #0def7d;
font-weight: 600;
}
.tooltip-wrapper:focus .tooltip-title,
.tooltip-wrapper:hover .tooltip-title {
color: #3c6360;
}
.tooltip-wrapper .tooltip-content {
width: calc(100% + 30px);
visibility: hidden;
position: absolute;
background-color: #0faa75;
color: #fff !important;
padding: 5px;
border-radius: 4px;
word-break: normal;
font-weight: 400;
z-index: 10;
transition: opacity 0.3s, visibility 0.3s;
}
.tooltip-wrapper.top .tooltip-content {
bottom: 100%;
left: 50%;
transform: translateX(-50%);
}
.tooltip-wrapper.bottom .tooltip-content {
top: 100%;
left: 50%;
transform: translateX(-50%);
}
.tooltip-wrapper:hover .tooltip-content {
visibility: visible;
}
.video {
width: 75%;
min-width: 310px;
margin: 15px auto;
display: flex;
} .embed-youtube {
position: relative;
width: 100%;
padding-bottom: 56.25%;
} .embed-youtube iframe {
position: absolute;
width: 100%;
height: 100%;
border: none;
}
.wp-block-video video {
width: 100%;
height: auto;
} .linkassiste {
display: inline-block;
position: relative;
}
.linkassiste button {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
border: none;
border-radius: 100px;
background: rgb(15, 170, 117, 0.5);
color: transparent;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
transition: all 0.5s;
}
.linkassiste button:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 20px 0 20px 30px;
border-color: transparent transparent transparent #ffffff;
position: absolute;
top: calc(50% - 20px);
left: calc(50% - 10px);
}
.linkassiste button:hover,
.linkassiste button:focus {
background: rgb(15, 170, 117, 0.7);
transition: all 0.5s;
border: none;
outline: none;
}
video#bgvid {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
transition: 1s opacity;
}
#video {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
position: fixed;
top: 1%;
z-index: 1040;
display: none;
}
#controlButtons {
position: absolute;
top: 50px;
left: 20px;
z-index: 1041;
}
#stopvideobt {
position: absolute;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
background: rgb(15, 170, 117, 0.5);
color: #f1f1f1;
font-size: 32px;
font-weight: bold;
text-align: right;
border-radius: 50%;
transition: 1s;
}
#stopvideobt i {
display: flex;
align-items: center;
font-size: 25px;
line-height: 0;
}
#stopvideobt:hover,
#stopvideobt:focus {
background: rgb(15, 170, 117, 0.7);
text-decoration: none;
cursor: pointer;
transition: 1s;
}
#videoIframeContainer {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 1040;
display: none;
}
#videoIframePlayer { width: 100%;
height: 100%;
} .video-module {
width: auto;
display: inline-block;
cursor: pointer;
position: relative;
}
.video-module h4 {
margin: 0;
font-size: 14px;
color: #0faa75;
}
.video-module .btn-play {
background: #282828;
color: #fff;
width: 40px;
height: 40px;
-webkit-border-radius: 50px;
border-radius: 50px;
text-align: center;
line-height: 40px;
font-size: 12px;
cursor: pointer;
display: inline-block;
-webkit-transition: .15s ease-in-out;
-o-transition: .15s ease-in-out;
transition: .15s ease-in-out;
-webkit-transition-property: color, background, border-color;
-o-transition-property: color, background, border-color;
transition-property: color, background, border-color;
}
.video-module .btn-play.btn-brand {
background: #174EE2;
border-color: #174EE2;
}
.video-module .btn-play.outline {
background: transparent;
color: #282828;
}
.video-module .btn-play.outline.btn-brand {
color: #174EE2;
}
.video-module .btn-play.shadow {
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}
.video-module .btn-play .icon {
margin-left: 5px;
}
.video-module.preview {
width: 100%;
}
.video-module.preview img {
float: left;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
}
.video-module.preview .btn-play {
position: relative;
margin-top: 30px;
}
.video-module.preview .btn-play.outline {
color: #fff;
border-color: #fff;
}
.video-module.preview .btn-play+h4 {
margin-bottom: -35px;
}
.video-module.preview h4 {
color: #fff;
margin-top: 15px;
opacity: 0;
-webkit-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
-webkit-transition: .14s ease-in-out;
-o-transition: .14s ease-in-out;
transition: .14s ease-in-out;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
-o-transition-property: opacity, transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform;
}
.video-module.preview:hover img {
opacity: .8;
}
.video-module.preview:hover h4 {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.video-module.boxed {
min-height: 100px;
padding: 1.6rem 0 2rem 0;
}
.video-module.boxed .btn-play {
position: absolute;
top: 50%;
left: 0;
margin-top: -30px;
z-index: 5;
}
.video-module.boxed .btn-play.outline {
background: #fff;
}
.video-module.boxed .content-center {
width: -webkit-calc(100%);
width: calc(100%);
height: 25px;
margin-left: 30px;
text-align: center;
}
.video-module.boxed .content {
background: #f0f0f0;
display: inline-block;
padding: 5px 25px 4px 30px;
-webkit-border-radius: 0 50px 50px 0;
border-radius: 0 50px 50px 0;
}
.video-module.boxed.outline .btn-play.outline {
background: transparent;
}
.video-module.boxed.outline:hover .btn-play {
background: transparent;
}
.video-module.boxed.outline .content {
background: transparent;
border-left-width: 0px;
}
.video-module.boxed:hover .btn-play {
background: #fff;
color: #282828;
}
.video-module.boxed:hover .btn-play.btn-brand {
color: #174EE2;
}
.video-module.boxed:hover .btn-play.outline {
background: #282828;
color: #000;
}
.video-module.boxed:hover .btn-play.outline i {
color: #fff !important;
}
.video-module.boxed:hover .btn-play.outline {
background: #282828;
}
.video-module.boxed:hover .btn-play.outline.btn-brand {
background: #174EE2;
}
.video-module.with-anim .btn-play:after,
.video-module.with-anim .btn-play:before {
content: '';
border: 1px solid;
border-color: inherit;
width: 150%;
height: 150%;
-webkit-border-radius: 50px;
border-radius: 50px;
position: absolute;
left: -25%;
top: -25%;
opacity: 1;
-webkit-animation: 1s videomodule-anim linear infinite;
animation: 1s videomodule-anim linear infinite;
}
.video-module.with-anim .btn-play:before {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.video-module.btn-brand-color-hover:hover .btn-play .icon {
color: #174EE2 !important;
}
@-webkit-keyframes videomodule-anim {
0% {
-webkit-transform: scale(0.68);
transform: scale(0.68);
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
}
@keyframes videomodule-anim {
0% {
-webkit-transform: scale(0.68);
transform: scale(0.68);
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
}
.video-module-popup {
background: rgba(40, 40, 40, 0.9);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999999999;
opacity: 0;
-webkit-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.video-module-popup .video {
width: 70%;
height: 77%;
margin: 0 auto;
position: relative;
top: 10%;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.video-module-popup .video iframe {
margin: 0;
width: 100%;
height: 100%;
}
.video-module-popup .close {
color: #fff;
width: 90px;
height: 90px;
line-height: 90px;
font-size: 50px;
text-align: center;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.video-module-popup.open {
opacity: 1;
}
.video-module-popup.open .video {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
@media screen and (max-width: 768px) {
.video-module.preview .btn-play {
margin-top: 0px;
}
}
.imageinmodal {
cursor: pointer;
} .modal-img-container {
width: 100%;
height: 100%;
padding-top: 100px;
left: 0;
top: 0;
display: none;
position: fixed;
background-color: rgba(0, 0, 0, 0.9);
overflow: hidden;
z-index: 9000;
} .modal-img-content {
display: flex;
flex-direction: column;
height: 100%;
align-items: center;
justify-content: center;
} #modalImgInner {
transition: 0.3s;
} .modal-img-inner {
max-width: 80vw;
max-height: 75vh;
display: block;
} #modalImgCaption {
width: 80%;
max-width: 800px;
height: 70px;
padding: 10px 0;
display: block;
text-align: center;
color: #ccc;
} .modal-img-inner,
#modalImgCaption {
animation-name: zoom;
animation-duration: 0.6s;
}
@keyframes zoom {
from {
transform: scale(0)
}
to {
transform: scale(1)
}
} .modal-img-close {
position: absolute;
top: 35px;
right: 35px;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
color: #f1f1f1;
font-size: 32px;
font-weight: bold;
text-align: right;
border: 1px solid white;
border-radius: 50%;
transition: 0.3s;
}
.modal-img-close:hover,
.modal-img-close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
} @media only screen and (max-width: 700px) {
.modal-img-inner {
width: 100%;
}
}
.fcp-modal-interesse .modal-content {
color: var(--f-global-color-white);
background-color: var(--f-global-color-green-cyan-turquoise);
}
.fcp-modal-interesse .modal-content a:not(.btn-fecap) {
color: var(--f-global-color-guppie-green);
font-weight: 900;
}
.fcp-modal-interesse .modal-content a:hover:not(.btn-fecap),
.fcp-modal-interesse .modal-content a:focus:not(.btn-fecap) {
color: var(--f-global-color-guppie-green);
text-decoration: underline;
}
.fcp-modal-interesse .modal-content .btn-fecap {
line-height: 1.5;
padding: 1rem;
}
.fcp-modal-interesse .modal-header {
align-items: center;
}
.fcp-modal-interesse .modal-header .close {
position: absolute;
padding: 1rem;
color: var(--f-global-color-white);
right: 10px;
font-size: 1.5rem;
font-weight: 900;
outline: none;
text-shadow: none;
}
.fcp-modal-interesse .modal-header .close:active {
outline: none;
box-shadow: 0;
}
.fcp-modal-interesse .modal-body {
padding: 3rem;
}
.fcp-modal-interesse .modal-body .modal-heading {
font-size: 1.5rem;
margin-bottom: 1.5rem;
}
.fcp-resultado-content {
display: none;
padding: 0;
}
.fcp-resultado-content .alert {
display: flex;
align-items: center;
}
.fcp-resultado-content .alert i {
margin-right: 10px;
}
.fcp-resultado-content .alert p {
margin: 0;
color: inherit;
}
.fcp-resultado-card {
padding: 50px;
background-color: white;
color: var(--f-global-color-green-cyan-turquoise);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.fcp-resultado-mensagem {
font-size: 1.2rem;
}
.fcp-resultado-investimento-texto {
font-size: 2rem;
font-weight: 900;
}
.fcp-resultado-investimento-dado {
color: var(--f-global-color-guppie-green);
font-size: 2rem;
font-weight: 900;
}
.fcp-resultado-obs {
font-size: 0.75rem;
}
@media (max-width: 991.98px) {
.fcp-modal-interesse .modal-body {
padding: 2rem;
}
}
@media (max-width: 767.98px) {
.fcp-modal-interesse .modal-title,
.fcp-modal-interesse .modal-header .btn-close {
font-size: 1rem;
}
.fcp-modal-interesse .modal-body {
padding: 1rem;
font-size: 0.9rem;
}
.fcp-modal-interesse .modal-body .modal-heading {
font-size: 1rem;
}
.fcp-form-content,
.fcp-resultado-content {
padding: 0;
}
.fcp-modal-interesse .modal-content .btn-fecap {
font-size: 0.8rem;
padding: 0.8rem;
}
.fcp-resultado-card {
padding: 20px;
}
.fcp-resultado-mensagem {
font-size: 1rem;
}
.fcp-resultado-investimento-texto,
.fcp-resultado-investimento-dado {
font-size: 1.5rem;
}
}
.marketing-section {
background: #f0f7ef;
padding: 2rem;
border-top: 1px solid #dde5dc;
border-bottom: 1px solid #dde5dc;
}
#home .marketing-section {
background: unset;
}
.marketing-section h2 {
font-size: 1rem;
color: #444444;
padding: 10px 0;
margin: 0;
font-weight: 400;
}
#home .marketing-section h2 {
font-size: 0.9rem;
}
.marketing-section h2 span {
text-transform: uppercase;
color: #0faa75;
}
#single-mestrado .marketing-section h2 span {
color: #007ea2;
}
.marketing-section .icone-marketing {
width: 45px;
padding-right: 8px;
margin-top: -14px;
}
.marketing-section .btn-primary {
margin: 0px;
background: #0faa75;
padding: 0.7rem 2rem 0.6rem 2rem;
font-size: 0.8rem;
} #single-posgraduacao .marketing-section h2 span {
color: var(--f-posgraduacao-color-5);
}
#single-posgraduacao .marketing-section .btn-primary {
background-color: var(--f-posgraduacao-color-5);
}
#single-mestrado .marketing-section .btn-primary {
background: #007ea2;
}
.marketing-section .btn-primary.btn-facebook {
background: #1976d2;
}  .marketing-section .nf-form-content {
padding: 0;
}
.marketing-section #ninja_forms_required_items,
.marketing-section .nf-field-container {
clear: unset;
}
.marketing-section .ninja-forms-form-wrap {
float: left;
} .marketing-section .nf-form-content .email-container {
width: 80%;
float: left;
}
.marketing-section #nf-custom-fecap .nf-form-content button,
.marketing-section #nf-custom-fecap .nf-form-content input:not([type=button]),
.marketing-section #nf-custom-fecap .nf-form-content input:not([type=submit]) {
border-bottom-right-radius: unset;
border-top-right-radius: unset;
}
.marketing-section #nf-custom-fecap .nf-form-content button,
.marketing-section #nf-custom-fecap .nf-form-content input[type=button],
.marketing-section #nf-custom-fecap .nf-form-content input[type=submit] {
border-radius: 30px;
border-bottom-left-radius: unset;
border-top-left-radius: unset;
} .marketing-section #nf-custom-fecap .nf-error.field-wrap .nf-field-element:after {
border-radius: unset;
} .marketing-section #nf-custom-fecap .nf-pass.field-wrap .nf-field-element:after {
border-radius: unset;
} .marketing-section .nf-form-content .submit-container {
width: 20%;
float: right;
}
.marketing-section #nf-custom-fecap .nf-form-content input[type=button] {
width: 100%;
padding: 5px;
border-bottom-left-radius: unset;
border-top-left-radius: unset;
} .marketing-section .nf-form-content .checkbox-container {
width: 100%;
display: inline-block;
}
.marketing-section #nf-custom-fecap .nf-field-label label {
font-size: 0.9rem;
} @media (max-width: 768px) {
.marketing-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.marketing-section .btn-primary {
margin: 1rem 0;
font-size: 0.6rem;
}
}
.tarja-section {
position: fixed;
background: #0faa75;
bottom: 0;
width: 100%;
z-index: 20;
height: 75px;
}
.tarja-align {
display: flex;
justify-content: center;
align-items: center;
}
#colegio .tarja-section {
background: #92d400;
}
#corporate .tarja-section {
background: #0b0b0b;
}
#asa .tarja-section {
background: #272727;
}
#asa .tarja-section p {
color: #ffdc48;
}
#conexaoempresarial .tarja-section {
background: #0faa75 !important;
}
.categoria-curta .tarja-section {
background: #0b0b0b;
}
.categoria-curta.tarja-conexao-empresarial .tarja-section {
background: #0faa75;
}
#curta .tarja-section {
background: #111111;
}
.tarja-section p {
padding: 10px;
margin: 10px 0;
color: #fff;
text-transform: uppercase;
}
.tarja-section p.inscreva {
font-size: 1.4rem;
font-weight: 400;
color: #00ff7e;
}
.tarja-section p.border-right {
border-right: 1px solid #0b8c60 !important;
}
#asa .tarja-section p.border-right {
border-right: 1px solid #ffdc48 !important;
}
.tarja-section i {
font-size: 2rem;
margin-right: 10px;
}
.tarja-section .icone {
height: 32px;
margin-right: 10px;
}
.floating-stripe-section {
position: fixed;
bottom: 0;
width: 100%;
z-index: 20;
height: 75px;
}
.floating-stripe-section {
background-color: rgba(255, 255, 255, 0.7);
}
.floating-stripe-section .floating-stripe-container {
display: flex;
justify-content: center;
align-items: center;
}
.floating-stripe-section .btn-fecap {
padding: 0.6rem 2rem;
margin-left: 48.2px;
background-color: var(--f-global-color-guppie-green);
}
.floating-stripe-section .btn-whatsapp {
padding: 0.5rem;
border-radius: 50%;
background-color: var(--f-global-color-guppie-green);
color: var(--f-global-color-black);
display: inline-flex;
align-items: center;
justify-content: center;
height: 43.2px;
width: 43.2px;
left: 59%;
margin-left: 10px;
}
.floating-stripe-section .btn-whatsapp i {
font-size: 1.5rem;
}
@media (max-width: 768px) {
.tarja-section {
height: 58px;
}
.tarja-section i {
font-size: 1rem;
}
.tarja-section p,
.tarja-section p.inscreva {
font-size: 0.5rem;
}
.tarja-section .icone {
height: 18px;
margin-right: 8px;
}
}
.revista ._df_thumb {
width: 200px;
height: 283px;
} .revista .edicao-atual ._df_thumb,
.conteudo-noticia-section ._df_thumb {
width: 255px;
height: 361px;
display: table;
margin: 0 auto 20px auto;
}
.revista .edicao-atual .dflip-books,
.conteudo-noticia-section .dflip-books {
float: none;
margin: 0 auto;
}
.revista .edicao-atual #briefing {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} ._df_thumb ._df_book-title {
opacity: 1;
bottom: 0;
} .bgerro {
padding-top: 95px;
height: 85vh;
background-image: url(//www.fecap.br/files/img/background/404.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
}
#single .bgerro h1 {
color: #606362;
padding-top: 1rem;
text-transform: unset !important;
font-size: 3rem;
}
.form-erro {
margin-top: 5rem;
}
.erro-section .btn-primary {
font-size: 0.8rem;
}
.erro-section .error-input-email {
width: 100%;
height: 38px; background: unset;
border: 1px solid #0faa75;
border-radius: 30px !important;
}
.erro-section .error-btn-submit {
width: 100%;
background: #0faa75;
padding: 0.7rem 2rem 0.6rem 2rem;
}
.back-home-link {
font-size: 1.5rem;
color: #606362;
width: 100%;
}
.back-home {
margin: 2rem 0;
}
@media (max-width: 992px) {
.bgerro {
background-size: contain;
}
#single .bgerro h1 {
font-size: 2.5rem;
}
}
@media (max-width: 768px) {
.erro-section .form-group {
margin-bottom: 0;
}
#single .bgerro h1 {
font-size: 2rem;
}
.back-home {
padding-top: 10px;
}
.back-home-link {
font-size: 1rem;
;
}
}
.header-section-index {
position: relative;
background-color: rgb(0, 0, 0);
} #carousel-index,
#carousel-index .carousel-inner,
#carousel-index .carousel-inner .carousel-item,
.carousel-img-index,
#carousel-index .carousel-caption {
height: 100%;
}
#carousel-index .carousel-caption {
display: flex;
flex-direction: column;
justify-content: center;
position: absolute;
bottom: 0;
text-align: left;
}
#carousel-index .carousel-caption-text {
max-width: 60%;
}
#carousel-index .carousel-caption-text h1 {
color: #0def7d;
font-weight: bold;
text-transform: uppercase;
}
#carousel-index .carousel-caption-text h2 {
margin: 0;
font-size: 1.5rem;
text-transform: uppercase;
font-weight: 500;
line-height: 2rem;
}
#carousel-index .carousel-caption-text p {
margin-top: 0.5rem;
font-size: 1.2rem;
font-weight: 500;
line-height: 2.2rem;
}
#carousel-index .btn-primary {
margin-top: 3.5rem;
background-color: #0def7d;
color: #000;
font-size: 1.3rem;
font-weight: 700;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#carousel-index .btn-primary:hover {
background-color: #0faa75;
}
#carousel-index .btn-primary:hover,
#carousel-index .btn-primary:focus,
#carousel-index .btn-primary:active {
-webkit-filter: brightness(80%);
-moz-filter: brightness(80%);
-ms-filter: brightness(80%);
-o-filter: brightness(80%);
filter: brightness(80%);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#carousel-index .video-module .btn-play.outline {
color: #fff;
}
#carousel-index .video-module h4 {
color: #fff;
} #carousel-index  .carousel-indicators {
display: flex;
align-items: flex-end;
}
#carousel-index .carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 170px;
min-width: 130px;
height: 3rem;
margin-right: 3px;
margin-left: 3px;
text-indent: 0;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 1; top: 30px;
position: relative;
border-bottom: 5px solid #0A7F57;
}
#carousel-index .carousel-indicators li:hover {
height: 4.5rem; }
#carousel-index .carousel-indicators li a {
text-align: center;
vertical-align: middle;
text-transform: uppercase;
line-height: 100%;
}
#carousel-index .carousel-indicators h2 {
font-size: 1rem;
color: #0A7F57;
font-weight: 700;
padding-top: 0.5rem;
}
#carousel-index .carousel-indicators h3 {
font-size: 0.8rem;
color: #5a5959;
font-weight: 300;
display: none; }
#carousel-index .carousel-indicators li:hover h3 {
font-size: 0.8rem;
margin: 0.2rem 0.5rem 0;
color: #5a5959;
display: block;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#carousel-index .carousel-indicators h3 span {
color: #fa7568;
font-weight: 700;
font-size: 1.2rem;
line-height: 0;
} #banner-full-video {
width: 100%;
height: 700px;
background-image: url(//www.fecap.br/files/img/background/banner-full-video.jpg);
color: white;
position: relative;
overflow: hidden;
}
#banner-full-video .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.5;
z-index: 1;
}
#banner-full-video .container-fluid {
margin: 0;
padding: 0;
}
#banner-full-video video {
width: 100%;
}
#banner-full-video .video-module .btn-play.outline {
color: #fff !important;
}
#banner-full-video h2 {
font-weight: 200;
margin-bottom: 1rem;
}
.banner-full-video-text-container {
background-color: rgba(0, 0, 0, 0.281);
height: 100%;
width: 100%;
position: absolute;
top: 0;
z-index: 10;
padding: 2rem 5rem;
color: #fff;
}
.banner-full-video-text-content {
height: 100%;
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
} .indicators-section {
padding: 5rem 0;
background-image: url(//www.fecap.br/files/img/background/indicadores.jpg);
color: #fff;
}
.indicators-section h2 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 1.6rem;
text-transform: uppercase;
}
.indicators-section p {
font-weight: 600;
font-size: 0.8rem;
color: #dde5dc;
}
.indicators-section h2 number {
font-weight: 600;
padding: 0px 0px;
font-size: 4.7rem;
letter-spacing: 0;
color: #dde5dc;
margin: 0;
}
.indicators-section .col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.indicators-section h2 span {
font-size: 2.5rem;
font-weight: 700;
}
.indicators-section h2 i {
font-size: 1.6rem;
color: #0def7d;
vertical-align: top;
}
.indicators-section .linha-ilustracao-titulo {
top: 80px;
}
.indicators-section .bloco {
margin-top: 2rem;
margin-bottom: 1rem;
} .certifying-organizations {
margin: 1rem 0;
}
.certifying-organizations .img-container {
height: 100%;
padding: 0.5rem;
display: flex;
justify-content: center;
align-items: center;
}
.certifying-organizations .img-container img {
height: 50px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.certifying-organizations img:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
} .products-section {
background: #dde5dc;
padding: 2rem;
font-size: 1.5rem;
}
.products-section p {
font-size: 1.5rem;
font-weight: 200;
margin: 0px;
}
.products-section a {
font-size: 1.5rem;
margin: 0 0.9rem;
color: #016644;
}
.products-section a:hover {
color: #0def7d;
} @media (max-width: 1366px) {
#banner-full-video {
height: 549px;
}
}
@media (max-width: 768px) {
.header-section-index {
margin-top: 120px;
}
#carousel-index .carousel-caption {
display: unset;
flex-direction: unset;
justify-content: unset;
} 
#carousel-index .carousel-caption-text {
position: absolute;
top: 40%;
}
#carousel-index .carousel-caption-text h1 {
font-size: 1.2rem;
}
#carousel-index .carousel-caption-text h2 {
font-size: 0.7rem;
line-height: 1rem;
}
#carousel-index .carousel-caption-text p {
margin: 1rem 0;
font-size: 0.7rem;
line-height: 1rem;
}
#carousel-index .carousel-caption-button {
width: 100%;
position: absolute;
bottom: 0;
text-align: center;
}
#carousel-index .btn-primary {
font-size: 0.6rem;
background: #0def7d;
}
#carousel-index .carousel-indicators {
display: none;
}
#banner-full-video {
height: 400px;
background-position: left;
}
#banner-full-video h1 {
font-size: 1.5rem;
}
#banner-full-video h2 {
font-size: 1.3rem;
}
.banner-full-video-text-container {
padding: 2rem 3rem;
}
.banner-full-video-text-content {
width: 100%;
}
.indicators-section .col-lg-2 {
flex: unset;
max-width: unset;
}
}
#conteudo-noticia .size-auto,
#conteudo-noticia .size-full,
#conteudo-noticia .size-large,
#conteudo-noticia .size-medium,
#conteudo-noticia .size-thumbnail,
#conteudo-noticia img {
max-width: 75%;
height: auto;
display: flex;
} .tb-image-slider--crop .glide__slide img {
margin: 0 auto;
}  #conteudo-noticia .wp-block-embed-youtube {
width: 75%;
min-width: 310px;
margin: 15px auto;
display: flex;
} #conteudo-noticia .wp-block-embed__wrapper {
position: relative;
width: 100%;
padding-bottom: 56.25%;
} #conteudo-noticia .wp-block-embed__wrapper iframe {
position: absolute;
width: 100%;
height: 100%;
border: none;
}
.linha-ilustracao-noticia {
height: 2px;
width: 100%;
background: #0def7d;
display: inline-flex;
margin: 1.2rem 0;
} .noticia-section {
padding: 10rem 0 0 0;
background: rgb(255, 255, 255);
background: linear-gradient(180deg,
rgba(255, 255, 255, 0) 85%,
rgba(221, 229, 220, 1) 85%);
}
.noticia-section .perfil {
background: #0faa75;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
height: 50px;
width: 50px;
border: 5px solid #fff;
top: -18px;
position: relative;
left: 29px;
}
.noticia-section .icone {
padding: 4px;
color: #fff;
font-size: 1.3rem;
font-weight: 600;
}
.noticia-section .titulo-noticia {
padding-left: 2rem;
}
.noticia-section h1 {
color: #0a7f57;
font-size: 2.2rem;
font-weight: 300;
letter-spacing: 2px;
}
.noticia-section h5.badge-primary {
background: #0a7f57;
padding: 8px 12px;
color: #0de87b;
text-transform: uppercase;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
font-size: 0.8rem;
margin: 1rem 0;
}
.noticia-section h5 {
color: #096c4a;
font-size: 1em;
font-weight: 600;
letter-spacing: 2px;
padding: 0;
}
.noticia-section h5.black {
color: #000;
font-size: 1.2rem;
}
.noticia-section h5 span {
font-weight: 200;
color: #096c4a !important;
}
.conteudo-noticia-section {
background: #dde5dc;
padding: 1rem 0rem 2rem 0rem;
}
.conteudo-noticia-section p {
width: 100%;
color: #24282d;
font-weight: 400;
}
.conteudo-noticia-section.evento h6 {
color: #096c4a;
font-size: 1.2rem;
font-weight: 600;
letter-spacing: 2px;
padding: 1rem 0 0.5rem 0;
}
.conteudo-noticia-section.evento .card.inscricao {
background: unset;
border: unset;
transition: all 0.5s;
}
.conteudo-noticia-section.evento .card.inscricao .card-header {
background: #454545;
-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.conteudo-noticia-section.evento .card.inscricao .card-header h6 {
color: #fff;
padding: 0;
margin: 0;
text-transform: uppercase;
font-weight: 400;
}
.conteudo-noticia-section.evento .card.inscricao .card-body {
background: #fbfffb;
margin: 0;
padding: 10px 0;
}
.conteudo-noticia-section.evento .card.inscricao .card-footer {
background: #fbfffb;
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
border-top: unset;
box-shadow: 0px 1px 1px 0px #e2ebe7;
}
.conteudo-noticia-section.evento .card.inscricao .containerBoott {
display: block;
position: relative;
padding-left: 35px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 1.1rem;
border-bottom: 1px solid #f2f2f2;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 0px;
}
.conteudo-noticia-section.evento .card.inscricao .containerBoott span.subititulo {
font-size: 1rem;
color: #969696;
margin: 0;
padding: 0;
font-style: italic;
}
.conteudo-noticia-section.evento .card.inscricao .containerBoott input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.conteudo-noticia-section.evento .card.inscricao .checkmark {
position: absolute;
top: 25%;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 50%;
}
.conteudo-noticia-section.evento .card.inscricao .containerBoott:hover input~.checkmark {
background-color: #ccc;
}
.conteudo-noticia-section.evento .card.inscricao .containerBoott input:checked~.checkmark {
background-color: #0a7f57;
}
.conteudo-noticia-section.evento .card.inscricao .checkmark:after {
content: "";
position: absolute;
display: none;
}
.conteudo-noticia-section.evento .card.inscricao .containerBoott input:checked~.checkmark:after {
display: block;
}
.conteudo-noticia-section.evento .card.inscricao .containerBoott .checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
.conteudo-noticia-section.evento .card.inscricao .card-footer .btn-primary {
margin: 0;
background: #0def7d;
color: #0a7f57;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-size: 1.1rem;
font-weight: 600;
}
.conteudo-noticia-section.evento .card.inscricao .card-footer .dropdown-menu {
padding: 0;
top: inherit !important;
left: 50% !important;
transform: translateX(-50%) !important;
border-radius: 15px;
overflow: hidden;
}
.conteudo-noticia-section.evento .card.inscricao .card-footer .dropdown-item {
padding: 0.5rem 1.5rem;
}
.conteudo-noticia-section.evento .card.inscricao .card-footer .dropdown-item:focus,
.conteudo-noticia-section.evento .card.inscricao .card-footer .dropdown-item:hover {
background-color: #dde5dc;
}
.conteudo-noticia-section .tags p {
color: #0faa75;
text-transform: uppercase;
font-size: 1rem;
}
.conteudo-noticia-section .tags .btn-tag {
padding: 2px 16px !important;
margin: 10px 2px;
background: unset;
border: 1px solid #0def7d;
transition: all 0.5s;
color: #7c7c7c;
}
.conteudo-noticia-section .tags .btn-tag:hover {
transition: all 0.5s;
background: #0def7d;
color: #000;
}
.categoria-noticia-section.evento {
background: rgb(255, 255, 255);
background: linear-gradient(180deg,
rgba(255, 255, 255, 0) 50%,
rgba(226, 235, 231, 1) 50%);
}
.categoria-noticia-section .border-right {
border-right: 1px solid #0def7d !important;
}
.bloco-noticia-destaque {
padding-left: 3rem;
padding-top: 3rem; }
.bloco-noticia-destaque h5 {
margin-bottom: 1.5rem;
}
.bloco-noticia-destaque h6 {
font-size: 0.7rem;
font-weight: 600;
}
.bloco-noticia-destaque h4 {
font-size: 1rem;
color: #444444;
padding-bottom: 1rem;
border-bottom: 1px solid #c9c9c9;
}
.categoria-noticia-section h2 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px 40px 0px;
font-size: 2.2rem;
}
.categoria-noticia-section .categorias {
padding: 1rem 0 0.5rem 0;
}
#category .categoria-noticia-section .categorias {
padding: 1rem 0 4rem 0;
overflow-wrap: anywhere;
}
.categoria-noticia-section .card .card-subtitle {
font-weight: 300;
font-size: 0.8rem;
color: #727272;
}
.categoria-noticia-section .card .card-title {
font-size: 0.9rem;
color: #444444;
}
.categoria-noticia-section .card .data-post {
font-size: 0.7rem;
color: #444444;
margin: 0;
padding: 0;
}
.categoria-noticia-section .card .card-body .linha-ilustracao {
margin: 6px 0 12px 0;
height: 1px;
}
.categoria-noticia-section .categorias h5 {
padding-bottom: 10px;
color: #454545;
font-size: 1.1rem;
}
.categoria-noticia-section .categorias a h6 {
border-bottom: 1px solid #e2e4e2;
padding: 2px 0px 5px 0px;
font-size: 0.85rem;
}
.categoria-noticia-section .categorias a.color1 {
color: #0faa75;
}
.categoria-noticia-section .categorias a.color2 {
color: #096c4a;
}
.categoria-noticia-section .categorias a.color3 {
color: #1155d2;
}
.categoria-noticia-section .categorias a.color4 {
color: #09285f;
}
.categoria-noticia-section .categorias a.color5 {
color: #8811cc;
}
.categoria-noticia-section .categorias a.color6 {
color: #fe9c01;
}
.categoria-noticia-section .categorias a.color7 {
color: #000000;
}
.categoria-noticia-section .categorias a.color8 {
color: #0faa75;
}
#searchForm.noticia-search-form {
margin-bottom: 1rem;
}
#searchForm.noticia-search-form.search-top {
display: none;
padding-bottom: 3rem;
}
#searchForm.noticia-search-form .submit-search {
background: unset;
border: unset;
border: 1px solid #0faa75;
border-right: unset;
-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomleft: 30px;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
height: 46px;
padding: 0px 22px;
color: #9faca5;
}
#searchForm.noticia-search-form .input-search {
background: unset;
border: 1px solid #0faa75;
border-left: unset;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
padding: .375rem .75rem;
color: #9faca5;
}
.categoria-noticia-section .banner-inscrevase {
background: #0c744f;
margin: 0.5rem 0 1.5rem 0;
}
.categoria-noticia-section .banner-inscrevase i {
color: #085f41;
font-size: 4rem;
}
.categoria-noticia-section .banner-inscrevase h5 {
color: #fff;
padding: 1rem 0 1.5rem 0;
}
.categoria-noticia-section .banner-inscrevase p.sopa {
padding: 2rem 0 0 0;
font-weight: 400;
font-size: 0.7rem;
} .categoria-noticia-section #nf-custom-fecap .nf-form-content input[type="button"] {
width: 100%;
padding: 5px;
background: #0def7d;
color: #085f41;
height: 2rem;
}
.categoria-noticia-section #nf-custom-fecap .nf-form-content input[type="button"]:hover {
background: #085f41;
color: #0def7d;
}
.categoria-noticia-section .redes-sociais {
margin: 0.5rem 0 1rem 0;
}
.categoria-noticia-section .redes-sociais h5 {
padding-bottom: 10px;
color: #454545;
}
.categoria-noticia-section .redes-sociais .no-padding {
padding: 3px;
}
.categoria-noticia-section .redes-sociais i {
font-size: 1.5rem;
padding: 0 0.5rem;
}
.categoria-noticia-section .pagination .page-link {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
margin: 0px 4px;
}
.categoria-noticia-section .pagination .current .page-link {
color: #0056b3;
background-color: #e9ecef;
border-color: #dee2e6;
}
.categoria-noticia-section,
.news-section {
padding: 3rem 0;
} .news-section h2 {
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}
.news-section .card .card-subtitle {
font-weight: 300;
font-size: 0.7rem;
color: #727272;
}
.news-section .card .card-title {
font-size: 0.9rem;
color: #444444;
}
.news-section .card .data-post {
font-size: 0.6rem;
color: #444444;
margin: 0;
padding: 0;
}
.news-card {
height: 27rem;
margin: 1rem 0;
}
.news-section .linha-ilustracao-titulo {
width: 10%;
background: #0faa75;
left: 45%;
}
.news-section .btn-primary .linha-ilustracao-titulo {
width: 28%;
background: #0faa75;
left: 36%;
top: 95px;
}
.main-news .card-body {
padding: 0;
}
.main-news h5,
.main-news h6 {
color: #fff !important;
font-weight: 500;
padding: 8px 0px;
}
.main-news h5 {
font-size: 1rem !important;
}
.main-news h6 {
font-size: 0.9rem !important;
}
.background-img-filter {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
background: -moz-linear-gradient(top,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.8) 100%);
background: -webkit-linear-gradient(top,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.8) 100%);
background: linear-gradient(to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.8) 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.8)', GradientType=0);
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.news-section .slick-prev,
.news-section .slick-next {
top: unset;
bottom: 0px;
bottom: -25px;
display: block;
width: 5%;
list-style: none;
text-align: center;
margin: 0px 45%;
}
.news-section .slick-prev:before,
.news-section .slick-next:before {
color: #0faa75;
border: 4px solid #0f986b;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.news-section .slick-prevNew {
margin: 0px 46%;
}
.news-section .slick-nextNew {
margin: 0px 50%;
}
.news-section .slick-prevNew,
.news-section .slick-nextNew {
top: unset;
bottom: -62px;
display: block;
width: 38px;
list-style: none;
text-align: center;
position: absolute;
background: #fff;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
height: 38px;
padding: 4px 0 8px 0;
cursor: pointer;
color: #0faa75;
border: 4px solid #f0f4ef;
font-size: 16px;
}
.news-section .slick-prevNew:before,
.news-section .slick-nextNew:before {
padding-bottom: 0px;
padding-top: 1px;
color: #0faa75;
border: 4px solid #0f986b;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .splash-categoria {
color: #fff;
background: #000;
float: left;
position: absolute;
font-size: 0.7rem;
padding: 3px 6px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.splash-categoria.color1 {
background: #0faa75;
}
.splash-categoria.color2 {
background: #096c4a;
}
.splash-categoria.color3 {
background: #1155d2;
}
.splash-categoria.color4 {
background: #09285f;
}
.splash-categoria.color5 {
background: #8811cc;
}
.splash-categoria.color6 {
background: #fe9c01;
}
.splash-categoria.color7 {
background: #000000;
}
.splash-categoria.color8 {
background: #0faa75;
} .na-midia-section {
background-color: #eff7ef;
padding: 4rem 0;
}
.na-midia-section .card .card-title {
font-size: 0.9rem;
color: #444444;
}
.na-midia-section .card .card-subtitle {
font-weight: 300;
font-size: 0.7rem;
color: #727272;
}
.na-midia-section .card .card-date,
.na-midia-section .card .card-canal {
font-size: 0.6rem;
color: #444444;
font-weight: 300;
margin: 0;
padding: 0;
} .release-section {
padding: 4rem 0;
}
.release-list {
list-style: none;
}
.release-item {
background: #eff7ef;
margin-bottom: 5px;
padding: 15px;
display: flex;
align-items: center;
}
.release-date,
.release-title,
.release-file {
display: flex;
align-items: center;
}
.release-date {
max-width: 90px;
height: 30px;
margin-right: 15px;
padding: 4px;
background: #36fd9d;
color: #000;
font-weight: 500;
border-radius: 0.5rem;
justify-content: center;
text-align: center;
}
.release-title {
margin-right: 15px;
}
.release-file {
margin-left: auto;
} .na-midia-section .border-right {
border-right: 1px solid #0def7d !important;
}
.na-midia-section .categorias a h6 {
border-bottom: 1px solid #e2e4e2;
padding: 2px 0px 5px 0px;
font-size: 0.85rem;
}
@media (max-width: 992px) {
.bloco-noticia-destaque {
padding-left: 0;
padding-right: 0;
padding-top: 3rem;
}
.news-card {
height: 25rem;
}
}
@media (max-width: 768px) {
#searchForm.noticia-search-form.search-side {
display: none;
}
#searchForm.noticia-search-form.search-top {
display: block;
}
#conteudo-noticia .size-auto,
#conteudo-noticia .size-full,
#conteudo-noticia .size-large,
#conteudo-noticia .size-medium,
#conteudo-noticia .size-thumbnail,
#conteudo-noticia img {
width: 100%;
max-width: 100%;
height: auto;
}
.news-section .slick-prevNew {
margin: 0px 36%;
}
.news-section .slick-nextNew {
margin: 0px 48%;
}
.news-card {
height: unset;
}
.noticia-section {
padding: 6rem 0 0 0;
background: unset;
}
.noticia-section .linha-ilustracao-titulo {
top: 100px;
}
.noticia-section .titulo-noticia {
padding-left: 15px;
}
.categoria-noticia-section h2 {
font-size: 1.5rem;
}
.categoria-noticia-section .border-right-categoria {
border-right: unset;
padding-right: 0px;
}
.noticia-section h1 {
font-size: 1.2rem;
}
.release-item {
flex-direction: column;
align-items: flex-start;
}
.release-title {
margin: 15px 0;
}
.release-file {
margin-left: 0;
}
}
.validation-section {
margin-top: 2rem;
margin-bottom: 6rem;
padding: 1rem;
}
.validation-form {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.validation-form div {
margin: 0px;
padding: 0px;
}
.validation-form .form-group {
padding-right: 1rem;
}
.validation-form input {
font-size: 1rem;
border: 1px solid #0faa75;
border-radius: 20px;
}
.validation-section p {
font-weight: 300;
}
.validation-section strong {
font-weight: 700;
}
#validationContent .alert {
display: grid;
align-items: center;
grid-template-columns: auto auto auto;
gap: 10px;
}
#validationContent .alert i,
#validationContent .alert p {
padding: 0;
margin: 0;
font-size: 1rem;
font-weight: 400;
}
.validation-form input,
#validationContent div {
font-size: 1rem;
}
.validation-form input,
#validationContent .alert {
border-radius: 20px;
}
@media (max-width: 768px) {
.validation-section h3 {
font-size: 1rem;
}
.validation-form {
flex-direction: column;
}
#validationContent .alert,
.validation-form input {
font-size: 0.8rem;
}
.validation-form .form-group {
padding: 0;
}
.validation-form .btn-fecap {
display: block;
width: 100%;
}
}
#graduacao header .overlay,
.processo-seletivo .curso-box-data {
background: rgba(0, 27, 31, 0.8);
}
.processo-seletivo .curso-box-data:hover {
background: rgba(0, 27, 31, 0.9);
}
.processo-seletivo .info-side-box .btn,
.processo-seletivo .info-side-box .dropdown,
.processo-seletivo .documentos-section .btn {
background: #162a23;
color: #fff;
}
.processo-seletivo .info-side-box .dropdown-toggle {
color: #fff;
}
.processo-seletivo .info-side-box .dropdown-toggle:focus,
.processo-seletivo .info-side-box .dropdown-toggle:hover {
color: #08d36a;
}
.processo-seletivo .info-side-box .dropdown-item {
padding: 1rem 1.5rem;
background-color: #eff7ef;
}
.processo-seletivo .info-side-box .dropdown-item:focus,
.processo-seletivo .info-side-box .dropdown-item:hover {
background-color: #4ce9a0;
}
#graduacao .header-box:not(:last-child) {
border-right: 2px solid #0e3828;
}
#graduacao .header-box h3 {
color: #0e3828;
}
#graduacao .header-box .fcp-icon {
background-color: #0e3828;
}
.course-modality-section {
padding-top: calc(80px + 2rem);
}
.course-modality-section a {
color: var(--f-global-color-white);
}
.course-modality-section a:hover {
color: #0def7d;
}
.course-modality-content {
padding: 0.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.course-modality-item {
padding: 0.5rem;
margin-bottom: 0.5rem;
width: 100%;
background-color: #0e3828;
color: var(--f-global-color-white);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 20px;
}
.course-modality-item:first-child {
max-width: 300px;
}
.course-modality-item:last-child {
border-radius: 15px;
}
.course-modality-inner {
height: 100%;
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;
}
.course-modality-inner:not(:first-child) {
margin-top: 0.5rem;
}
.course-modality-grain {
padding: 0 0.5rem;
}
.course-modality-grain:not(:last-child) {
border-right: 1px solid #fff;
}
#graduacao .about-section {
padding-top: 3rem !important;
} .info-processo-section {
padding: 2rem 0;
}
.info-processo-section h3 {
color: #474a57;
font-size: 1rem;
text-transform: uppercase;
padding: 10px;
}
.info-processo-box { text-align: center;
}
.button-section {
padding: 0rem 0 2rem 0;
}
.button-box {
padding-bottom: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
} #processo .documentos-section {
margin-top: -55px;
color: #fff;
}
#processo .documentos-section .info-box {
padding: 1rem 0;
background: #0faa75;
margin-bottom: -55px;
min-height: 425px;
position: relative;
}
#processo .documentos-section p {
padding: 10px;
margin-bottom: 0;
font-size: 1rem;
color: #fff;
}
#processo .documentos-section p a {
padding: 10px;
margin-bottom: 0;
font-size: 1rem;
color: #fff;
font-weight: bold;
text-decoration: underline;
}
#processo .documentos-section .tab-content a {
color: #fff;
text-decoration: underline;
}
#processo .documentos-section .nav-tabs {
border-bottom: 1px solid #0def7d;
}
#processo .documentos-section .nav-item a {
color: #fff;
font-size: 1.2rem;
font-weight: 500;
}
#processo .documentos-section .nav-tabs .nav-link {
border: unset;
}
#processo .documentos-section .nav-tabs .nav-link:focus,
#processo .documentos-section .nav-tabs .nav-link:hover {
background: unset;
border: unset;
}
#processo .documentos-section .nav-tabs .nav-item.show .nav-link,
#processo .documentos-section .nav-tabs .nav-link.active {
background: unset;
border: unset;
color: #0def7d;
}
#processo .documentos-section .tab-content .tab-pane {
padding: 1rem 0;
}
#processo .info-side-box {
background-color: #4ce9a0;
color: #444444;
bottom: 4rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
} .info-box-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; margin-bottom: 1rem;
}
.info-box-item {
height: 100%;
background-color: #4ce9a0;
color: #162a23;
padding: 1rem;
text-align: center;
}
.info-box-item i {
padding-bottom: 1rem;
font-size: 3rem;
display: block;
} #contador-vestibular {
margin: -9.5rem 0px 0px 0px;
}
#contador-vestibular div .bloco {
background: #162a23;
width: 100%;
padding: 18px 0px;
margin: 5px 0px;
}
#contador-vestibular div .bloco .border-right {
border-right: 1px solid #0a7f57 !important;
}
#contador-vestibular div .bloco h5 {
font-size: 3rem;
font-weight: 500;
color: #0def7d;
}
#contador-vestibular div .bloco h6 {
font-size: 14px;
font-weight: 300;
text-transform: uppercase;
color: #fff;
} .formas-ingresso-content {
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
margin-bottom: 3rem;
}
.formas-ingresso-item {
height: 8rem;
padding: 0.5rem;
background-color: #0faa75;
color: #fff;
border-radius: 0.5rem;
}
.formas-ingresso-item a {
width: 100%;
height: 100%;
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-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.formas-ingresso-item h4 {
font-size: 1rem;
font-weight: 600;
color: #fff;
}
.formas-ingresso-item h5 {
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
color: #222222;
position: relative;
display: none;
}
.formas-ingresso-item span {
color: #fa7568;
font-size: 1rem;
line-height: 0;
}
.formas-ingresso-item:hover {
background-color: #0def7d;
color: #222222;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.formas-ingresso-item:hover h5 {
display: block;
} .indicadores-unidade-section h2 {
color: var(--f-global-color-green-crayola);
}
.indicadores-unidade-item {
background-color: var(--f-global-color-anti-flash-white);
} .diferenciais-section {
background-color: var(--f-global-color-anti-flash-white);
}
.diferenciais-section h2 {
color: var(--f-global-color-green-crayola);
}
@media (max-width: 992px) {
.indicadores-container.border-right {
border-right: none !important;
}
}
@media (max-width: 768px) {
#processo .info-side-box {
bottom: 0;
}
.processo-seletivo .breadcrumb-section {
margin-top: 2rem;
}
.info-processo-section h3 {
font-size: 1rem;
}
.button-box {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.course-modality-section {
padding-top: 4rem;
}
.course-modality-item {
border-radius: 10px;
}
.course-modality-item:first-child {
max-width: 200px;
}
.course-modality-grain {
font-size: 10px;
}
.indicadores-unidade-group {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.differentials-list {
justify-content: center;
}
.differentials-list-item {
height: 4rem;
}
.differentials-list-item h4 {
font-size: 0.65rem;
}
.info-box-item {
padding: 1rem 0.2rem;
}
}
#single-posgraduacao .modal-body::-webkit-scrollbar-track,
#single-posgraduacao .modal-body::-webkit-scrollbar,
#archive-posgraduacao .modal-body::-webkit-scrollbar-track,
#archive-posgraduacao .modal-body::-webkit-scrollbar,
#single-posgraduacao::-webkit-scrollbar-track,
#single-posgraduacao::-webkit-scrollbar,
#archive-posgraduacao::-webkit-scrollbar-track,
#archive-posgraduacao::-webkit-scrollbar {
background-color: var(--f-posgraduacao-color-2);
}
#single-posgraduacao .modal-body::-webkit-scrollbar-thumb,
#archive-posgraduacao .modal-body::-webkit-scrollbar-thumb,
#single-posgraduacao::-webkit-scrollbar-thumb,
#archive-posgraduacao::-webkit-scrollbar-thumb {
background-color: var(--f-posgraduacao-color-4);
}
#single-posgraduacao .modal-body::-webkit-scrollbar-thumb:hover,
#archive-posgraduacao .modal-body::-webkit-scrollbar-thumb:hover,
#single-posgraduacao::-webkit-scrollbar-thumb:hover,
#archive-posgraduacao::-webkit-scrollbar-thumb:hover {
background-color: var(--f-posgraduacao-color-5);
}
#archive-posgraduacao .flip-card-back::-webkit-scrollbar-track,
#archive-posgraduacao .flip-card-back::-webkit-scrollbar {
background-color: var(--f-posgraduacao-color-2);
}
#archive-posgraduacao .flip-card-back::-webkit-scrollbar-thumb {
background-color: var(--f-posgraduacao-color-5);
}
#archive-posgraduacao .flip-card-back::-webkit-scrollbar-thumb:hover {
background-color: var(--f-posgraduacao-color-5);
} #single-posgraduacao #topNav .navbar-collapse.show,
#archive-posgraduacao #topNav .navbar-collapse.show {
background: var(--f-posgraduacao-color-1);
}
#archive-posgraduacao #topNav,
#single-posgraduacao #topNav.mobile {
background-color: var(--f-posgraduacao-color-1);
color: var(--f-global-color-white);
}
#archive-posgraduacao #topNav .nav-link.btn {
background: var(--f-posgraduacao-color-5);
border-color: var(--f-posgraduacao-color-5);
color: var(--f-posgraduacao-color-3);
}
#archive-posgraduacao #topNav .links-topo a {
background-color: var(--f-posgraduacao-color-1);
border-bottom-color: var(--f-posgraduacao-color-4);
color: var(--f-global-color-white);
}
#archive-posgraduacao #topNav .links-topo a:hover {
background-color: var(--f-posgraduacao-color-4);
color: var(--f-posgraduacao-color-1);
}
#archive-posgraduacao .nav-container .nav-tabs {
border-color: var(--f-posgraduacao-color-4);
}
#archive-posgraduacao .nav-container .nav-link {
color: var(--f-posgraduacao-color-4);
}
#archive-posgraduacao .nav-container .nav-link:hover,
#archive-posgraduacao .nav-container .nav-link:focus {
color: var(--f-posgraduacao-color-4);
border-color: var(--f-posgraduacao-color-4);
}
#archive-posgraduacao .nav-container .nav-tabs .nav-item.show .nav-link,
#archive-posgraduacao .nav-container .nav-tabs .nav-link.active {
color: var(--f-posgraduacao-color-1);
background-color: var(--f-posgraduacao-color-4);
border-color: var(--f-posgraduacao-color-4);
}
#archive-posgraduacao .bg-light .nav-container .nav-tabs {
border-color: var(--f-posgraduacao-color-1);
}
#archive-posgraduacao .bg-light .nav-container .nav-link {
color: var(--f-posgraduacao-color-1);
}
#archive-posgraduacao .bg-light .nav-container .nav-link:hover,
#archive-posgraduacao .bg-light .nav-container .nav-link:focus {
color: var(--f-posgraduacao-color-1);
border-color: var(--f-posgraduacao-color-1);
}
#archive-posgraduacao .bg-light .nav-container .nav-tabs .nav-item.show .nav-link,
#archive-posgraduacao .bg-light .nav-container .nav-tabs .nav-link.active {
color: var(--f-posgraduacao-color-4);
background-color: var(--f-posgraduacao-color-1);
border-color: var(--f-posgraduacao-color-1);
} #single-posgraduacao header .overlay,
#archive-posgraduacao .curso-box-data,
#single-posgraduacao .infra-section .overlay {
background: rgb(0, 0, 0, 0.8);
} #single-posgraduacao .header-box,
#archive-posgraduacao .diferenciais-unidade-item,
#single-posgraduacao .diferenciais-unidade-item,
#single-posgraduacao .floating-stripe-section .btn-fecap,
#single-posgraduacao .floating-stripe-section .btn-whatsapp {
background-color: var(--f-posgraduacao-color-4);
}
#single-posgraduacao .header-box:not(:last-child) {
border-color: var(--f-posgraduacao-color-1);
}
#single-posgraduacao .slug-section,
#archive-posgraduacao .bolsas-section,
#single-posgraduacao .bolsas-section,
#archive-posgraduacao .diferenciais-section,
#single-posgraduacao .diferenciais-section {
background-color: var(--f-posgraduacao-color-1);
}
#single-posgraduacao .course-modality-item {
background-color: var(--f-posgraduacao-color-1);
color: var(--f-global-color-white);
}
#archive-posgraduacao .cursos-section,
#archive-posgraduacao .indicadores-unidade-item,
#archive-posgraduacao .depoimentos-section,
#single-posgraduacao .informacao-section,
#archive-posgraduacao .indicadores-unidade-item,
#archive-posgraduacao .faq-section.bg-light,
#single-posgraduacao .faq-section.bg-light {
background-color: var(--f-posgraduacao-color-6) !important;
}
#archive-posgraduacao .indicadores-unidade-section,
#single-posgraduacao .indicadores-unidade-section {
background-color: var(--f-global-color-white);
}
#archive-posgraduacao .tarja-section,
#single-posgraduacao .tarja-section {
background-color: var(--f-posgraduacao-color-1);
} #single-posgraduacao .header-section-medium-full h1,
#single-posgraduacao .header-section-large-full h1,
#single-posgraduacao .about-section h2,
#single-posgraduacao .intercionalizacao-section h2,
#single-posgraduacao .intercionalizacao-section h5,
#single-posgraduacao .informacao-section h2,
#single-posgraduacao .oportunidade-section h2,
#single-posgraduacao .coordenacao-section h2,
#archive-posgraduacao .indicadores-unidade-section h2,
#single-posgraduacao .indicadores-unidade-section h2,
#archive-posgraduacao .diferenciais-section h2,
#single-posgraduacao .diferenciais-section h2,
#single-posgraduacao .modal-matriz-curricular .title-curso,
#single-posgraduacao .bolsas-section h2,
#archive-posgraduacao .bolsas-section h2,
#archive-posgraduacao .filter-section h3,
#archive-posgraduacao .cursos-section h3,
#archive-posgraduacao .depoimentos-section h2,
#single-posgraduacao .depoimentos-section h2,
#archive-posgraduacao .faq-section h2,
#single-posgraduacao .faq-section h2 {
color: var(--f-posgraduacao-color-4);
}
#single-posgraduacao .header-box h3 {
color: var(--f-posgraduacao-color-1);
}
#archive-posgraduacao .depoimentos-section h4,
#single-posgraduacao .depoimentos-section h4 {
color: var(--f-posgraduacao-color-5);
}
#single-posgraduacao .coordenacao-section h3 {
color: var(--f-posgraduacao-color-3);
}
#single-posgraduacao .slide-image-container .slide-caption {
color: var(--f-global-color-white);
background-color: var(--f-posgraduacao-color-5);
}
#single-posgraduacao .course-modality-labels,
#single-posgraduacao .diferenciais-modalidade-item,
#archive-posgraduacao .diferenciais-modalidade-item {
color: var(--f-global-color-white);
} .diferenciais-modalidade-item .fcp-icon {
background-color: var(--f-posgraduacao-color-4);
}
#single-posgraduacao .header-box .fcp-icon {
background-color: var(--f-posgraduacao-color-1);
}
#archive-posgraduacao .linha-ilustracao,
#single-posgraduacao .linha-ilustracao,
#archive-posgraduacao .linha-ilustracao,
#archive-posgraduacao .linha-ilustracao-titulo,
#single-posgraduacao .linha-ilustracao-full,
#archive-posgraduacao .cursos-section .linha-ilustracao-titulo,
#single-posgraduacao .depoimentos-section .fcp-icon,
#archive-posgraduacao .depoimentos-section .fcp-icon,
#archive-posgraduacao .indicadores-unidade-section .btn:hover,
#single-posgraduacao .indicadores-unidade-section .btn:hover,
#archive-posgraduacao .slick-dots li.slick-active button:before {
background-color: var(--f-posgraduacao-color-5);
}
#archive-posgraduacao .tarja-section p.border-right,
#single-posgraduacao .tarja-section p.border-right {
border-right: 1px solid var(--f-posgraduacao-color-5) !important;
}
#single-posgraduacao .slide-image-container .carousel-control-prev,
#single-posgraduacao .slide-image-container .carousel-control-next,
#single-posgraduacao .slide-image-container .slick-prev:before,
#single-posgraduacao .slide-image-container .slick-next:before {
color: var(--f-posgraduacao-color-5);
}
#single-posgraduacao .infra-section .slick-prev:before,
#single-posgraduacao .infra-section .slick-next:before {
color: var(--f-posgraduacao-color-5);
border: 4px solid var(--f-posgraduacao-color-5);
}
#archive-posgraduacao .cursos-section .curso-box-modalidades span {
background-color: var(--f-posgraduacao-color-5);
color: var(--f-posgraduacao-color-3);
}
#single-posgraduacao .fcp-icon.modality {
background-color: var(--f-global-color-white);
}
#single-posgraduacao .course-modality-grain:not(:last-child) {
border-right-color: var(--f-global-color-white);
} #single-posgraduacao .btn-mapa,
#single-posgraduacao .info-section a,
#archive-posgraduacao .info-section a,
#single-posgraduacao .course-modality-section a:hover,
#single-posgraduacao .coordenacao-section a,
#archive-posgraduacao .informacao-section a:hover,
#single-posgraduacao .modal-matriz-curricular a,
#single-posgraduacao .course-modality-section a,
#single-posgraduacao .depoimentos-section a,
#archive-posgraduacao .depoimentos-section a {
color: var(--f-posgraduacao-color-5);
}
#single-posgraduacao .course-modality-item a {
color: var(--f-global-color-white);
}
#single-posgraduacao .course-modality-item a:hover,
#single-posgraduacao .course-modality-section a:hover,
#single-posgraduacao .coordenacao-section a:hover,
#single-posgraduacao .info-section a:hover,
#archive-posgraduacao .informacao-section a {
color: var(--f-posgraduacao-color-3);
} #archive-posgraduacao .bolsas-section .btn-primary,
#single-posgraduacao .bolsas-section .btn-primary,
#single-posgraduacao .inscreva-geral .btn-primary,
#single-posgraduacao .informacao-section .btn-primary {
background-color: var(--f-posgraduacao-color-5);
color: var(--f-posgraduacao-color-3);
}
#archive-posgraduacao .bolsas-section .btn-primary:hover,
#single-posgraduacao .bolsas-section .btn-primary:hover,
#single-posgraduacao .inscreva-geral .btn-primary:hover,
#single-posgraduacao .informacao-section .btn-primary:hover {
background-color: var(--f-posgraduacao-color-3);
color: var(--f-posgraduacao-color-5);
}
#archive-posgraduacao
.cursos-section.modalidades
.filter-buttons
.filter-button,
#archive-posgraduacao .cursos-section .curso-box-botoes .btn-primary {
background-color: var(--f-posgraduacao-color-4);
color: var(--f-posgraduacao-color-1);
}
#archive-posgraduacao
.cursos-section.modalidades
.filter-buttons
.filter-button:hover {
outline: 1px solid var(--f-posgraduacao-color-1);
}
#archive-posgraduacao
.cursos-section.modalidades
.filter-buttons
.filter-button.active {
background-color: var(--f-posgraduacao-color-1);
color: var(--f-posgraduacao-color-4);
}
#archive-posgraduacao .indicadores-unidade-section .btn,
#single-posgraduacao .indicadores-unidade-section .btn,
#single-posgraduacao
.coordenacao-section.slide-dots
.slick-dots
li.slick-active
button:before {
background-color: var(--f-posgraduacao-color-5);
}
#single-posgraduacao .coordenacao-section .btn-primary {
background-color: transparent;
border: 1px solid var(--f-posgraduacao-color-5);
color: var(--f-posgraduacao-color-3);
}
#archive-posgraduacao
.cursos-section
.curso-box-botoes
.btn-primary.inscreva-se {
background-color: transparent;
border: 1px solid var(--f-posgraduacao-color-4);
color: var(--f-global-color-white);
}
#single-posgraduacao .coordenacao-section .btn-primary:hover {
background-color: var(--f-posgraduacao-color-5);
border: 1px solid var(--f-posgraduacao-color-5);
color: var(--f-posgraduacao-color-3);
} #single-posgraduacao .accordion > .card:first-of-type,
#archive-posgraduacao .accordion > .card:first-of-type,
#single-posgraduacao .accordion > .card:not(:first-of-type):not(:last-of-type),
#archive-posgraduacao .accordion > .card:not(:first-of-type):not(:last-of-type),
#single-posgraduacao .accordion > .card:last-of-type,
#archive-posgraduacao .accordion > .card:last-of-type {
border-color: var(--f-posgraduacao-color-1);
}
#single-posgraduacao .card-accordion .card-header,
#archive-posgraduacao .card-accordion .card-header {
color: var(--f-posgraduacao-color-1);
}
#single-posgraduacao .card-accordion .card-header:hover,
#archive-posgraduacao .card-accordion .card-header:hover {
background-color: var(--f-posgraduacao-color-1);
color: var(--f-posgraduacao-color-4);
}
#single-posgraduacao .card-accordion .card-header[aria-expanded="true"],
#archive-posgraduacao .card-accordion .card-header[aria-expanded="true"] {
background-color: var(--f-posgraduacao-color-1);
color: var(--f-posgraduacao-color-4);
} #archive-posgraduacao .flip-section {
background-color: var(--f-posgraduacao-color-1);
}
#archive-posgraduacao .flip-section h1 {
color: var(--f-global-color-white);
}
#archive-posgraduacao .flip-card-front {
outline: 2px solid var(--f-posgraduacao-color-4);
color: var(--f-posgraduacao-color-1);
}
#archive-posgraduacao .flip-section .flip-card-front h3 {
color: var(--f-posgraduacao-color-4);
}
#archive-posgraduacao .flip-card-back {
background-color: var(--f-posgraduacao-color-4);
color: var(--f-posgraduacao-color-1);
}
#archive-posgraduacao .flip-section .flip-card-back h3 {
color: var(--f-posgraduacao-color-1);
} .section-bolsas-investimento {
padding: 6rem 0;
background-color: var(--f-posgraduacao-color-6);
}
.bolsa-investimento-content {
display: flex;
flex-wrap: wrap;
}
.box-bolsas-investimento-item {
padding: 0.5rem;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.box-bolsas-investimento-item a {
position: relative;
height: 10rem;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-radius: 0;
}
.box-bolsas-investimento-item a,
.box-bolsas-investimento-item a:focus {
background-color: var(--f-posgraduacao-color-1);
color: var(--f-posgraduacao-color-4);
}
.box-bolsas-investimento-item a:hover {
background-color: var(--f-posgraduacao-color-4);
color: var(--f-posgraduacao-color-1);
}
.box-bolsas-investimento-item .fcp-icon {
background-color: var(--f-posgraduacao-color-4);
}
.box-bolsas-investimento-item a:hover .fcp-icon {
background-color: var(--f-posgraduacao-color-1);
}
.section-pos-modalidade {
background: var(--f-posgraduacao-color-4);
color: var(--f-posgraduacao-color-1);
} .section-pos-modalidade h2 {
text-transform: uppercase;
font-weight: 700;
letter-spacing: 3px;
line-height: 60px;
padding: 12px 0px 10px 0px;
margin: 0;
font-size: 1.4rem;
}
#single-posgraduacao .about-section {
padding-top: 3rem !important;
}
@media (max-width: 768px) {
.box-bolsas-investimento-item h3 {
font-size: 1.2rem;
text-align: center;
padding: 0 0.5rem;
}
}
#single-mestrado .modal-body::-webkit-scrollbar-track,
#single-mestrado .modal-body::-webkit-scrollbar,
#archive-mestrado .modal-body::-webkit-scrollbar-track,
#archive-mestrado .modal-body::-webkit-scrollbar,
#single-mestrado::-webkit-scrollbar-track,
#single-mestrado::-webkit-scrollbar,
#archive-mestrado::-webkit-scrollbar-track,
#archive-mestrado::-webkit-scrollbar {
background-color: var(--f-mestrado-color-3);
}
#single-mestrado .modal-body::-webkit-scrollbar-thumb,
#archive-mestrado .modal-body::-webkit-scrollbar-thumb,
#single-mestrado::-webkit-scrollbar-thumb,
#archive-mestrado::-webkit-scrollbar-thumb {
background-color: var(--f-mestrado-color-4);
}
#single-mestrado .modal-body::-webkit-scrollbar-thumb:hover,
#archive-mestrado .modal-body::-webkit-scrollbar-thumb:hover,
#single-mestrado::-webkit-scrollbar-thumb:hover,
#archive-mestrado::-webkit-scrollbar-thumb:hover {
background-color: var(--f-mestrado-color-5);
} #mestrado #topNav .navbar-collapse.show,
#archive-mestrado #topNav .navbar-collapse.show {
background: var(--f-mestrado-color-2);
}
#archive-mestrado #topNav,
#single-mestrado #topNav.mobile {
background-color: var(--f-mestrado-color-2);
color: var(--f-global-color-white);
}
#archive-mestrado #topNav .nav-link.btn {
background: var(--f-mestrado-color-5);
border-color: var(--f-mestrado-color-5);
color: var(--f-mestrado-color-3);
}
#archive-mestrado #topNav .links-topo a {
background-color: var(--f-mestrado-color-2);
border-bottom-color: var(--f-mestrado-color-1);
color: var(--f-global-color-white);
}
#archive-mestrado #topNav .links-topo a:hover {
background-color: var(--f-mestrado-color-1);
color: var(--f-mestrado-color-2);
}
#single-mestrado .nav-tabs-container .navbar-toggler {
color: var(--f-mestrado-color-2);
border-color: var(--f-mestrado-color-2);
}
#single-mestrado .nav-container.flex-column .nav-link {
border-color: var(--f-mestrado-color-2);
}
#single-mestrado .nav-container .nav-tabs.flex-column .nav-item {
border-color: var(--f-mestrado-color-2);
}
#single-mestrado .nav-tabs-container .tab-content h3 {
color: var(--f-mestrado-color-1);
}
#single-mestrado .nav-container .nav-item {
color: var(--f-mestrado-color-2);
border-color: var(--f-mestrado-color-2);
}
#single-mestrado .nav-container .nav-link {
color: var(--f-mestrado-color-2);
background-color: transparent;
}
#single-mestrado .nav-container.flex-column .nav-link:hover,
#single-mestrado .nav-container.flex-column .nav-link:focus {
color: var(--f-mestrado-color-2);
border: none;
}
#single-mestrado .nav-container .nav-tabs .nav-item.show .nav-link,
#single-mestrado .nav-container .nav-tabs .nav-link.active {
color: var(--f-mestrado-color-2);
background-color: var(--f-mestrado-color-1);
border-color: var(--f-mestrado-color-1);
}
#single-mestrado .bg-light .nav-container .nav-link:hover,
#single-mestrado .bg-light .nav-container .nav-link:focus {
color: var(--f-mestrado-color-2);
border-color: var(--f-mestrado-color-2);
}
#single-mestrado .bg-light .nav-container .nav-tabs .nav-item.show .nav-link,
#single-mestrado .bg-light .nav-container .nav-tabs .nav-link.active {
color: var(--f-mestrado-color-1);
background-color: var(--f-mestrado-color-2);
border-color: var(--f-mestrado-color-2);
}
#single-mestrado .nav-tabs-container .tab-content .tab-img-transparent {
background-color: var(--f-mestrado-color-2);
} #single-mestrado header .overlay,
#archive-mestrado .curso-box-data {
background: rgb(0, 0, 0, 0.8);
} #archive-mestrado .diferenciais-section,
#single-mestrado .header-box,
#single-mestrado .informacao-section {
background-color: var(--f-mestrado-color-2);
}
#archive-mestrado .tarja-section,
#single-mestrado .tarja-section {
background-color: var(--f-mestrado-color-2);
} #single-mestrado .header-section-medium-full h1,
#archive-mestrado .filter-section h3,
#archive-mestrado .cursos-section h3,
#archive-mestrado .cursos-section .card .card-body h3,
#archive-mestrado .depoimentos-section h2,
#archive-mestrado .news-section h2,
#single-mestrado .bolsas-section h2,
#single-mestrado .info-section h3,
#single-mestrado .depoimentos-section h2,
#single-mestrado .depoimentos-section h4,
#single-mestrado .header-box h3,
#single-mestrado .about-section h2,
#single-mestrado .intercionalizacao-section h2,
#single-mestrado .intercionalizacao-section h5,
#single-mestrado .info-section h2,
#single-mestrado .news-section h2,
#single-mestrado .informacao-section h2,
#single-mestrado .oportunidade-section h2,
#single-mestrado .coordenacao-section h2,
#single-mestrado .contact-section h2 {
color: var(--f-mestrado-color-1);
}
#archive-mestrado .depoimentos-section h4 {
color: var(--f-mestrado-color-5);
}
#single-mestrado .coordenacao-section h3,
#single-mestrado .info-section h4 {
color: var(--f-mestrado-color-3);
} #single-mestrado .header-box .fcp-icon {
background-color: var(--f-mestrado-color-1);
}
#single-mestrado .header-box:not(:last-child) {
border-color: var(--f-mestrado-color-1);
}
#archive-mestrado .slick-dots li.slick-active button:before,
#single-mestrado .slick-dots li.slick-active button:before {
background-color: var(--f-mestrado-color-5);
color: ar(--f-mestrado-color-5);
}
#single-mestrado .linha-ilustracao,
#single-mestrado .linha-ilustracao-titulo,
#archive-mestrado .linha-ilustracao,
#archive-mestrado .linha-ilustracao-titulo,
#single-mestrado .depoimentos-section .fcp-icon,
#archive-mestrado .depoimentos-section .fcp-icon,
#single-mestrado .bolsas-section .linha-ilustracao,
#single-mestrado .informacao-section .linha-ilustracao,
#archive-mestrado .diferenciais-section .linha-ilustracao-titulo {
background-color: var(--f-mestrado-color-5);
}
#archive-mestrado .tarja-section p.border-right,
#single-mestrado .tarja-section p.border-right {
border-right: 1px solid var(--f-mestrado-color-5) !important;
} #single-mestrado .menu-tabs-section a,
#single-mestrado .coordenacao-section a,
#single-mestrado .card-docente-item a,
#single-mestrado .contact-section a {
color: var(--f-mestrado-color-5);
}
#single-mestrado .btn-mapa,
#single-mestrado .course-modality-section a:hover,
#single-mestrado .menu-tabs-section a:hover,
#single-mestrado .coordenacao-section a:hover,
#single-mestrado .card-docente-item a:hover,
#single-mestrado .contact-section a:hover {
color: var(--f-mestrado-color-3);
} #single-mestrado .floating-stripe-section .btn-fecap {
background: var(--f-mestrado-color-2);
color: var(--f-global-color-white);
}
#single-mestrado .floating-stripe-section .btn-whatsapp {
background: var(--f-mestrado-color-2);
color: var(--f-mestrado-color-1);
}
#archive-mestrado .cursos-section .curso-box-botoes .btn-primary {
background: var(--f-mestrado-color-1);
}
#archive-mestrado .cursos-section .curso-box-botoes .btn-primary.inscreva-se {
background: transparent;
border-color: var(--f-mestrado-color-1);
}
#single-mestrado .about-section a {
color: var(--f-mestrado-color-3);
}
#single-mestrado .about-section a:hover {
color: var(--f-mestrado-color-5);
}
#archive-mestrado .btn-fecap,
#single-mestrado .menu-tabs-section .btn-fecap,
#single-mestrado .btn-fecap,
#single-mestrado .bolsas-section a,
#single-mestrado .matriz-curricular-section .btn-fecap {
background-color: var(--f-mestrado-color-5);
color: var(--f-mestrado-color-3);
}
#archive-mestrado .btn-fecap:hover,
#single-mestrado .menu-tabs-section .btn-fecap:hover,
#single-mestrado .btn-fecap:hover,
#single-mestrado .bolsas-section a:hover,
#single-mestrado .matriz-curricular-section .btn-fecap:hover {
background-color: var(--f-mestrado-color-3);
color: var(--f-mestrado-color-5);
}
#single-mestrado .coordenacao-section .btn-fecap {
background-color: unset;
border-color: var(--f-mestrado-color-4);
color: var(--f-mestrado-color-3);
}
#single-mestrado .coordenacao-section .btn-fecap:hover {
border-color: var(--f-mestrado-color-5);
background-color: var(--f-mestrado-color-5);
color: var(--f-mestrado-color-3);
}
#single-mestrado .matriz-curricular-section .btn-fecap {
background-color: var(--f-mestrado-color-5);
} #single-mestrado .accordion > .card:first-of-type,
#archive-mestrado .accordion > .card:first-of-type,
#single-mestrado .accordion > .card:not(:first-of-type):not(:last-of-type),
#archive-mestrado .accordion > .card:not(:first-of-type):not(:last-of-type),
#single-mestrado .accordion > .card:last-of-type,
#archive-mestrado .accordion > .card:last-of-type {
border-color: var(--f-mestrado-color-2);
}
#single-mestrado .card-accordion .card-header,
#archive-mestrado .card-accordion .card-header {
color: var(--f-mestrado-color-2);
}
#single-mestrado .card-accordion .card-header:hover,
#archive-mestrado .card-accordion .card-header:hover {
background-color: var(--f-mestrado-color-2);
color: var(--f-mestrado-color-1);
}
#single-mestrado .card-accordion .card-header[aria-expanded="true"],
#archive-mestrado .card-accordion .card-header[aria-expanded="true"] {
background-color: var(--f-mestrado-color-2);
color: var(--f-mestrado-color-1);
} #archive-mestrado .slug-section {
background: #eff7ef;
background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(50%, #eff7ef),
color-stop(50%, var(--f-mestrado-color-2))
);
background: -o-linear-gradient(
bottom,
#eff7ef 50%,
var(--f-mestrado-color-2) 50%
);
background: linear-gradient(0deg, #eff7ef 50%, var(--f-mestrado-color-2) 50%);
}
#single-mestrado .slug-section {
background: #eff7ef;
background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(50%, #eff7ef),
color-stop(50%, var(--f-mestrado-color-6))
);
background: -o-linear-gradient(
bottom,
#eff7ef 50%,
var(--f-mestrado-color-6) 50%
);
background: linear-gradient(0deg, #eff7ef 50%, var(--f-mestrado-color-6) 50%);
}
#archive-mestrado .slug-section .descontoMestrado,
#single-mestrado .slug-section .descontoMestrado {
background: var(--f-mestrado-color-1);
padding: 1rem;
}
#archive-mestrado .slug-section .btn-primary,
#single-mestrado .slug-section .btn-primary {
background-color: var(--f-mestrado-color-2);
color: var(--f-mestrado-color-5);
font-size: 1.5rem;
font-weight: 500;
}
#archive-mestrado .slug-section .btn-primary:hover,
#archive-mestrado .slug-section .btn-primary:focus,
#single-mestrado .slug-section .btn-primary:hover,
#single-mestrado .slug-section .btn-primary:focus {
background-color: var(--f-mestrado-color-5);
color: var(--f-mestrado-color-2);
}
#archive-mestrado .slug-section .descontoMestrado h2,
#single-mestrado .slug-section .descontoMestrado h2 {
color: var(--f-mestrado-color-2);
font-size: 2.5rem;
padding: 1rem;
font-weight: 300;
}
#archive-mestrado .cursos-section .curso-bg-img {
height: 20rem;
}
#archive-mestrado .cursos-section .curso-box-titulo h3 {
font-size: 2rem !important;
}
.financiamento-section {
padding: 5rem 0;
position: relative;
background-color: var(--f-mestrado-color-2);
color: var(--f-global-color-white);
}
.financiamento-section h2 {
color: var(--f-mestrado-color-1);
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}
.financiamento-section h3 {
color: var(--f-mestrado-color-1);
letter-spacing: 2px;
} #single-mestrado .menu-tabs-section {
padding: 8rem 0 5rem 0;
background-color: var(--f-mestrado-color-6) !important;
} #single-mestrado .matriz-curricular-section {
padding: 4rem 0 6rem 0;
background: var(--f-mestrado-color-2);
}
#single-mestrado .matriz-curricular-section h2 {
color: var(--f-global-color-white);
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px 30px 0px;
font-size: 2.5rem;
text-transform: uppercase;
} #single-mestrado .informacao-section h2,
#single-mestrado .informacao-section h3,
#single-mestrado .informacao-section p {
color: var(--f-global-color-white);
}
#single-mestrado .informacao-section .sobre .col-lg-6,
#single-mestrado .informacao-section .sobre .col-lg-12 {
padding-right: 0px;
padding-left: 0px;
} #archive-mestrado .news-section h2 {
font-weight: 700;
font-size: 2.5rem;
margin-bottom: 3rem;
} #archive-mestrado .diferenciais-section h3 {
color: var(--f-global-color-white);
font-weight: 700;
font-size: 2.5rem;
}
#archive-mestrado .diferenciais-section .img-fluid {
width: 100%;
max-width: 175px !important;
padding: 1rem 1rem 2rem 1rem;
max-height: 130px;
}
#archive-mestrado .diferenciais-section p {
color: var(--f-global-color-white);
}
#CorpoDiscente img {
width: 90%;
}
@media (max-width: 768px) {
#single-mestrado .menu-tabs-section {
padding: 5rem 0;
}
#archive-mestrado .titulo-processo {
display: none;
}
#CorpoDiscente img {
width: 100%;
}
}
.international-office header .overlay,
.international-office .curso-box-data,
.categoria-corporate header .overlay,
.categoria-corporate .curso-box-data,
.categoria-curta header .overlay,
.categoria-curta .curso-box-data {
background: rgba(0, 27, 31, 0.8);
}
.international-office .curso-box-data:hover,
.categoria-corporate .curso-box-data:hover
.categoria-curta .curso-box-data:hover {
background: rgba(0, 27, 31, 0.9);
} .categoria-curta .header-content,
.categoria-corporate .header-content {
top: 0;
}
.categoria-curta header h1,
.categoria-corporate header h1 {
text-transform: uppercase;
color: #36fd9d;
font-weight: 700;
font-size: 2.5rem;
}
.categoria-curta header h2,
.categoria-corporate header h2 {
text-transform: uppercase;
color: #fff;
font-size: 1.5rem;
padding-top: 0;
} .cursos-section.curta-duracao .card .card-body h3 {
color: #a031ed;
}
.cursos-section.curta-duracao .box-info-curso.inactive h3 {
top: 45% !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
padding-right: 25px;
}
.cursos-section.curta-duracao .box-info-curso.inactive .subtitulo {
top: 86% !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.cursos-section.curta-duracao .box-info-curso.active h3 {
top: -150%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.cursos-section.curta-duracao .box-info-curso.active .subtitulo {
top: -140% !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.cursos-section.curta-duracao .box-info-curso.active .btn-primary {
top: 78%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.cursos-section.curta-duracao .box-info-curso .icon {
font-size: 20px;
text-align: center;
width: 30px;
margin-right: 10px;
}
.cursos-section.curta-duracao .box-info-curso.active .professor {
top: 15% !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.cursos-section.curta-duracao .box-info-curso.active .inicio {
top: 35% !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.cursos-section.curta-duracao .box-info-curso.active .localizacao {
top: 55% !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
} .curta-duracao-section {
padding: 4rem 0;
background: #171717;
}
.curta-duracao-section h2 {
color: #fff;
font-size: 16px;
text-transform: uppercase;
margin: 20px 0px;
letter-spacing: 4px;
}
.curta-duracao-section h3 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 1.5rem;
color: #fff;
}
.curta-duracao-section h4 {
font-weight: 600;
font-size: 1.3rem;
color: #fff;
border-bottom: 1px solid #0def7d;
padding: 1rem 0;
}
.curta-duracao-section p {
font-weight: 300;
font-size: 1rem;
color: #fff;
padding: 1rem 0;
margin: 0;
}
#curta-duracao #nf-custom-fecap .nf-field-label label {
color: #fff;
} .session-categoria-curta {
color: #fff;
}
.session-categoria-curta h2 {
text-transform: uppercase;
font-weight: 200;
letter-spacing: 3px;
padding: 12px 0px 10px 0px;
margin: 0;
font-size: 1.4rem;
}
.session-categoria-curta .icone-fex {
width: 60px;
}
.section-info-curso-curta {
padding: 3rem 0;
background-color: #171717;
color: #fff;
}
.box-area-do-aluno {
width: 100%;
height: 4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
text-align: center;
}
.box-area-do-aluno a {
width: 100%;
height: 100%;
font-size: 1rem;
background-color: #161717;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 0.5rem;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.box-area-do-aluno a:hover,
.box-area-do-aluno a:focus {
color: #fff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
} .session-avaliacoes-curta {
padding: 3rem 0rem 3rem 0rem;
background: #e9f2f2;
color: #242424;
}
.session-avaliacoes-curta h2 {
font-family: 'Dosis', sans-serif;
font-size: 2rem;
}
.session-avaliacoes-curta h3 {
font-family: 'Dosis', sans-serif;
font-size: 1.5rem;
}
.session-avaliacoes-curta h4 {
font-family: 'Dosis', sans-serif;
font-size: 1rem;
} .session-sobre-curta {
padding: 4rem 0;
}
.session-sobre-curta h2 {
font-weight: 700;
font-size: 2.5rem;
color: #444444;
text-transform: uppercase;
margin-bottom: 3rem;
} .session-conteudo {
padding: 4rem 0;
}
.session-conteudo.nucleosIFF {
padding: 2rem 0rem;
}
.session-conteudo h2 {
font-weight: 700;
font-size: 2.5rem;
color: #444444;
text-transform: uppercase;
margin-bottom: 3rem;
} .session-o-professor {
padding: 4rem 0rem 4rem 0rem;
background: #363636;
color: #fff;
}
.session-o-professor h2 {
color: #fff;
font-size: 2.5rem;
text-transform: uppercase;
margin: 20px 0px;
letter-spacing: 4px;
}
.session-o-professor h6 {
color: #fff;
font-size: 0.8rem;
}
.session-o-professor h6 a {
color: #fff;
}
.session-o-professor .img-prof {
margin: 1rem;
}
.session-o-professor .professor-curta {
margin: 1rem auto;
padding: 1rem;
background-color: #0b0b0b;
border-radius: 1rem;
} .categoria-curta .cursos-section .slick-track,
.categoria-corporate .section-proximos-cursos .slick-track {
width: unset !important;
display: flex;
justify-content: center;
}
@media only screen and (max-width: 600px) {
.linha-ilustracao-titulo3 {
top: 35px;
width: 50%;
left: 25%;
} .bannerce {
top: -65%;
}
}
@media (max-width: 768px) {
.categoria-curta header h1,
.categoria-corporate header h1 {
font-size: 1.5rem;
}
.session-informacoes-curta .icon-inner i {
font-size: 24px;
}
.session-conteudo .accordionConteudo .title {
font-size: 1rem;
}
.session-conteudo .accordionConteudo .card-header .accicon {
padding: 6px 0;
}
.session-conteudo .accordionIFF .title {
font-size: 1rem;
}
.session-conteudo .accordionIFF .card-header .accicon {
padding: 6px 0;
}
.categoria-curta .linha-ilustracao {
width: 30px;
}
.filter-buttons .divisor {
display: none;
}
}
.header-section-biblioteca {
position: relative;
background-color: rgb(0, 0, 0);
} #carousel-biblioteca,
#carousel-biblioteca .carousel-inner,
#carousel-biblioteca .carousel-inner .carousel-item,
.carousel-img-biblioteca,
#carousel-biblioteca .carousel-caption {
height: 100%;
}
#carousel-biblioteca .carousel-caption {
display: flex;
flex-direction: column;
justify-content: center;
position: absolute;
bottom: 0; text-align: left;
}
#carousel-biblioteca .carousel-caption h1 {
color: #0def7d;
font-weight: bold;
text-transform: uppercase;
font-size: 2rem;
letter-spacing: 0.2rem;
}
#carousel-biblioteca .carousel-caption h2 {
font-weight: 400;
font-size: 1.2rem;
letter-spacing: 0.2rem;
color: #fff;
padding-top: 1rem;
font-weight: 500;
text-transform: none;
}
#carousel-biblioteca .carousel-caption p {
margin-top: 0.5rem;
font-size: 1.2rem;
font-weight: 500;
line-height: 2.2rem;
}
#carousel-biblioteca .btn-primary {
background-color: #0def7d;
color: #000;
font-size: 1.3rem;
font-weight: 700;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#carousel-biblioteca .btn-primary:hover {
background-color: #0faa75;
}
#carousel-biblioteca .btn-primary:focus {
border-color: #4f837f;
} @media (max-width: 768px) {
.header-section-biblioteca {
margin-top: 120px;
}
#carousel-biblioteca .carousel-caption h1 {
font-size: 1.2rem;
}
#carousel-biblioteca .carousel-caption h2 {
font-size: 0.9rem;
line-height: 1rem;
}
#carousel-biblioteca .carousel-caption p {
margin: 1rem 0;
font-size: 0.7rem;
line-height: 1rem;
}
#carousel-biblioteca .btn-primary {
font-size: 0.6rem;
background: #0def7d;
border-color: #0def7d;
}
#carousel-biblioteca .btn-primary:hover {
border-color: #4f837f;
}
}
#colegio #contato a {
color: #92d400;
}
#colegio .nav-page-section .nav-pills .nav-link {
height: 100%;
text-align: center;
text-transform: uppercase;
display: flex;
justify-content: center;
align-items: center;
background-color: #f2fae3;
border-radius: 0;
}
#colegio .nav-page-section .nav-pills .nav-link:hover,
#colegio .nav-page-section .dropdown-item:hover {
background-color: #edfad2;
}
#colegio .nav-page-section .nav-fill .nav-item {
border-bottom: 5px solid #79ae03;
}
#colegio .nav-page-section nav a {
color: #79ae03;
}
#colegio .nav-page-section .dropdown-item:active,
#colegio .nav-page-section .dropdown-item.active,
#colegio .nav-page-section .nav-pills .nav-link.active,
#colegio .nav-page-section .nav-pills .show>.nav-link {
background-color: #92d400;
color: #fff;
border-radius: 0rem;
}
#colegio .sobre-section h2,
#colegio .info-section h2,
#colegio .contact-section h2,
#colegio .diferenciais-section h2 {
color: #92d400;
}
#colegio .linha-ilustracao-titulo,
#colegio .linha-ilustracao {
background-color: #92d400;
}
#colegio .accordion>.card:first-of-type,
#colegio .accordion>.card:not(:first-of-type):not(:last-of-type),
#colegio .accordion>.card:last-of-type {
border-color: #92d400;
}
#colegio .card-accordion .card-header {
color: #92d400;
}
#colegio .card-accordion .card-header:hover {
background-color: #92d400;
color: #fff;
}
#colegio .card-accordion .card-header[aria-expanded="true"] {
background-color: #92d400;
color: #fff;
}
#colegio .diferenciais-section .slick-dots li.slick-active button:before {
color: #92d400;
background-color: #92d400;
}
.btn-colegio {
font-family: "Montserrat", Sans-serif;
font-weight: 800;
font-size: 1rem;
border-width: 0px;
border-radius: 43px;
color: #0A0A0A !important;
background-color: transparent !important;
background-image: linear-gradient(200deg, #20ECBD 0%, #81ED0E 100%) !important;
}
.btn-colegio:hover {
color: #FFF !important;
background-image: linear-gradient(200deg, #81ED0E 0%, #20ECBD 100%) !important;
transition: all 0.5s;
} #carousel-colegio,
#carousel-colegio .carousel-inner,
#carousel-colegio .carousel-inner .carousel-item,
.carousel-img-colegio,
#carousel-colegio .carousel-caption {
height: 100%;
}
#carousel-colegio .carousel-caption {
display: flex;
position: absolute;
bottom: 0; text-align: left;
}
#carousel-colegio .btn-colegio  {
padding: 15px 35px;
margin: 0;
} @media (max-width: 768px) {
#carousel-colegio .carousel-caption {
align-items: flex-end !important;
justify-content: center !important;
}
#carousel-colegio .btn-colegio {
padding: 10px 20px;
font-size: 0.8rem;
}
}
#asa .scroll-down-container a {
color: #795DED;
}
#asa .breadcrumb-section,
#asa .nav-page-section {
background-color: #282828;
}
#asa .breadcrumb-section,
#asa .breadcrumb a,
#asa .breadcrumb .current-item {
color: #ededed;
}
#asa .nav-page-section {
padding-bottom: 3rem;
}
#asa .nav-page-section .nav-pills .nav-link {
background-color: #cfc3ff;
color: #282828;
border-radius: 30px;
margin: 0 10px;
}
#asa .nav-page-section .nav-pills .nav-link.active {
background-color: #795DED;
color: #FFF;
font-weight: 700;
padding: 1rem;
}
#asa .nav-page-section .nav-pills .nav-link:hover {
background-color: #1AA97f;
color: #FFF;
}
#asa .header-content .header-text h2 {
color: #FFF;
font-size: 1.5rem;
}
.equipe-nome {
margin: 10px 0 0 0;
font-weight: 700;
font-size: 1.2rem;
text-transform: none;
letter-spacing: 0;
color: #795ded;
}
.equipe-titulacao {
margin: .3rem 10px .3rem 0;
color: #282828;
font-size: 15px;
font-weight: 500;
}
.equipe-link {
color: #795ded;
font-weight: 700;
font-size: 1rem;
margin: 0px;
padding: 0px;
}
.equipe-link:hover {
color: #1aa97f;
}
#asa .section-squad .profile-box img {
border-radius: .25rem;
max-width: 100%;
height: auto;
}
#asa .section-services .profile-box img {
border: 3px solid #1aa97f;
border-radius: .25rem;
max-width: 100%;
height: auto;
min-width: unset;
}
#asa .section-services .profile-box {
font-size: 0.8rem;
font-weight: 300;
}
#asa .section-services strong {
font-weight: 700;
color: #1aa97f;
}
#asa .about-section,
#asa .section-services,
#asa .section-para-empresas {
padding: 5rem 0;
}
#asa .section-para-empresas {
background-color: #1AA97f;
}
#asa .about-section,
#asa .section-services {
background-color: #ededed;
}
#asa .about-section h2,
#asa .section-para-empresas h2,
#asa .section-services h2,
#asa .section-squad h2 {
font-weight: 700;
font-size: 2.5rem;
letter-spacing: 2px;
padding: 8px 0px;
text-transform: uppercase;
}
#asa .section-para-empresas {
color: #FFF;
}
#asa .about-section h2,
#asa .section-services h2,
#asa .section-squad h2 {
color: #1AA97f;
}
#asa .section-squad {
padding: 5rem 0;
background-color: #795ded;
}
#asa .section-squad h2 {
color: #fff;
}
#asa .linha-ilustracao-titulo,
#asa .linha-ilustracao {
background: #1aa97f;
}
#asa .section-services #nav-tabContent {
margin-top: 1rem;
}
#asa .section-services #nav-tabContent {
margin-top: 1rem;
}
#asa .section-services .nav-tabs .nav-link.active {
background-color: #1aa97f;
color: #fff;
border-color: none;
}
#asa .section-services .nav-tabs .nav-link:hover {
background-color: #1aa97f55;
color: #212529;
border-color: #dee2e6 #dee2e6 #fff;
}
#asa .section-para-empresas .linha-ilustracao {
background: #FFF;
}
#asa .section-para-empresas .btn-fecap,
#asa .section-para-empresas .btn-primary {
background: unset;
color: #795ded;
border: 1px solid #795ded;
box-shadow: none !important;
}
#asa .section-para-empresas .btn-fecap:hover,
#asa .section-para-empresas .btn-primary:hover {
background: #795ded;
color: #FFF;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#asa .section-services h3 {
color: #1aa97f;
font-size: 16px;
text-transform: uppercase;
margin: 20px 0px;
letter-spacing: 4px;
}
#asa .section-services .scaled {
width: auto;
height: 100%;
}
.card-link {
height: 100%;
text-decoration: unset !important;
}
.service-card {
text-align: center;
border-radius: 1rem;
height: 100%;
max-width: 300px;
margin: auto;
}
.card-block {
padding: 1em 1em 0em 1em;
background-color: white;
}
.service-icon {
height: 65px;
margin-top: 1.50rem;
}
.service-card .card-title {
margin-bottom: 0;
font-family: 'Dosis', sans-serif;
font-style: normal;
font-weight: 600;
line-height: 25px;
font-size: 18px;
text-align: center;
color: #282828;
}
.service-card .card-text {
color: #282828;
line-height: 19px;
font-size: 13px;
}
.service-card .card-footer {
font-size: 14px;
font-weight: 400;
color: #282828;
text-transform: uppercase;
background: unset;
}
#searchForm.asa-search-form input {
border-radius: 30px 0 0 30px;
padding: 1rem;
border: none;
}
#searchForm.asa-search-form button {
padding: 0.6rem 1rem;
font-size: 1rem;
background-color: #795DED;
}
#asa .accordion>.card:first-of-type,
#asa .accordion>.card:not(:first-of-type):not(:last-of-type),
#asa .accordion>.card:last-of-type {
border-color: #1aa97f;
}
#asa .card-accordion .card-header {
color: #1aa97f;
}
#asa .card-accordion .card-header:hover {
background-color: #1aa97f;
color: #fff;
}
#asa .card-accordion .card-header[aria-expanded="true"] {
background-color: #1aa97f;
color: #fff;
}
#asa .section-services a {
color: #1aa97f;
text-decoration: underline;
}
#asa .section-services a:hover,
#asa .section-services a:focus {
color: #3c6360;
}
#asa .grupo-botoes {
margin: 10px;
display: flex;
justify-content: flex-start;
}
#asa .section-services .btn-fecap {
background-color: unset;
border: 1px solid #1aa97f;
color: #1aa97f;
font-size: 1.2rem;
margin: 0.5rem;
}
#asa .section-services .btn-fecap:hover {
background-color: #1aa97f;
color: #fff;
}
#asa .section-services .btn-fecap.icone {
width: 60px;
height: 60px;
padding: 0;
font-size: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
text-decoration: unset;
}
#asa .info-contatos p {
margin: 5px 0;
}
#asa .info-contatos .nivel-de-ensino {
border-radius: 30px;
margin: 2px;
padding: 5px 10px;
font-size: 10px;
font-weight: 600;
color: #FFF;
}
#asa .pagination .page-link {
color: #1aa97f;
}
#asa .section-views {
padding: 3rem 0;
}
#asa .section-views h4 {
color: #1aa97f;
font-size: 16px;
text-transform: uppercase;
margin: 20px 0px;
letter-spacing: 4px;
} @media (max-width: 768px) {
#asa .about-section h2,
#asa .section-services h2,
#asa .section-squad h2 {
font-size: 1.5rem;
}
#asa .nav-page-section .nav-pills .nav-item {
margin: 10px 0;
}
#asa .grupo-botoes {
justify-content: center;
}
.service-icon {
height: 40px;
}
.service-card .card-body {
padding: 0.7rem;
}
.service-card .card-title {
font-size: 14px;
}
.service-card small {
font-size: 10px;
}
}
#equipe-iff.informacao-section h2.informacao-title {
margin: 10px 0 0 0;
font-weight: 700;
font-size: 1.2rem;
text-transform: none;
letter-spacing: 0;
}
#equipe-iff.informacao-section .informacao-subtitle {
margin: .3rem 10px .3rem 0;
font-size: 15px;
}
#equipe-iff.informacao-section .informacao-link {
color: #0faa75;
font-weight: 700;
font-size: 1rem;
margin: 0px;
padding: 0px;
}
#equipe-iff.informacao-section div.informacao-img {
padding: 0 5px;
}
#equipe-iff.informacao-section .informacao-img img {
width: 100% !important;
}
#iff-home.contato-iff a {
font-size: 1.1rem
}
.info-section.nucleosIFF {
padding: 4rem 0rem;
}
.iff-intro {
padding-top: 50px;
}
#pagina-iff {
scroll-behavior: smooth;
}
.banner-logo-iff {
width: 30%;
min-width: 150px;
}
.banner-logo-iff-nucleos {
width: 20%;
min-width: 100px;
}
.nucleos-div-bg {
background-color: none;
}
.img-iff {
width: 80%;
}
.sobre-section.nucleosIFF h2,
.contact-section.nucleosIFF h2,
.info-section.nucleosIFF h2 {
font-weight: 700;
font-size: 2.5rem;
color: #444444;
text-transform: uppercase;
margin-bottom: 3rem;
} #revista-iff .revista-iff-capa {
padding: 5px;
background: #FFFFFF;
border-radius: 2px;
text-align: center;
height: 350px;
transition: all 0.5s ease;
border: none;
}
#revista-iff .revista-iff-capa img {
margin: 10px 0 0;
}
#revista-iff .revista-iff-capa h1 {
font-size: 17px;
padding: 0 20px;
color: #2f2f2f;
margin: 15px 0 20px 0;
}
#revista-iff .revista-iff-capa h3 {
font-size: 11px;
text-transform: uppercase;
margin: 9px 0 5px 0px;
font-weight: bold;
color: #056633;
}
#revista-iff .revista-iff-capa a:hover {
text-decoration: none;
}
#revista-iff .revista-iff-titulo {
color: #0faa75;
font-size: 16px;
text-transform: uppercase;
margin: 20px 0px;
letter-spacing: 4px;
}
#revista-iff.normas-section p {
font-weight: 300;
font-size: 0.9rem;
margin-bottom: 15px;
}
#revista-iff.normas-section strong {
font-weight: 600;
}
#revista-iff.normas-section li {
font-weight: 300;
font-size: 0.9rem;
margin-bottom: 10px;
}
#revista-iff.normas-section ol.revista-iff-lista-normas {
list-style-type: decimal;
}
#revista-iff.normas-section ol.revista-iff-lista-normas>li {
list-style-position: outside;
padding-left: 15px;
}
#revista-iff.normas-section ol.revista-iff-sublista-normas {
list-style-type: lower-latin;
padding-inline-start: 60px;
}
#revista-iff.normas-section ol.revista-iff-sublista-normas li {
list-style-position: outside;
padding-left: 15px;
}
@media (max-width: 768px) {
.banner-logo-iff {
width: 7rem;
}
}
.eventos-produto-section h2,
.lista-global-search-section h2 {
font-weight: 200;
letter-spacing: 2px;
padding: 8px 0px;
font-size: 2.2rem;
text-transform: uppercase;
}
.eventos-produto-section .nav-tabs .nav-link:focus,
.eventos-produto-section .nav-tabs .nav-link:hover {
border-color: #dde5dc #dde5dc #dde5dc;
}
.eventos-produto-section .nav-tabs .nav-link.active {
background: unset;
border: unset;
border-bottom: 2px solid #0faa75;
}
.eventos-produto-section .nav-tabs .nav-item {
border-bottom: 1px solid #0def7d;
text-transform: uppercase;
color: #0faa75;
} .eventos-section {
padding: 6rem 0 10rem 0;
background-image: url(//www.fecap.br/files/img/background/agenda.png);
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
background-color: rgb(240, 247, 239);
}
.eventos-section h2 {
font-weight: 200;
letter-spacing: 2px;
padding: 5px 0px 55px 0px;
font-size: 2.2rem;
text-transform: uppercase;
}
.eventos-section .card .card-body,
.lista-global-search-section .card .card-body,
.eventos-produto-section .card .card-body {
min-height: 150px;
}
.lista-global-search-section .card.parceiro .card-body {
min-height: unset;
}
.eventos-section .card .bodyInfor,
.lista-global-search-section .card .bodyInfor,
.eventos-produto-section .card .bodyInfor {
position: relative;
margin-top: -35px;
margin-bottom: 35px;
}
.eventos-section .card .bodyInfor .perfil,
.lista-global-search-section .card .bodyInfor .perfil,
.eventos-produto-section .card .bodyInfor .perfil {
background: #000;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
height: 36px;
width: 36px;
border: 5px solid #fff;
}
.eventos-section .card .bodyInfor .perfil.color1,
.lista-global-search-section .card .bodyInfor .perfil.color1,
.eventos-produto-section .card .bodyInfor .perfil.color1 {
background: #0faa75;
}
.eventos-section .card .bodyInfor .perfil.color2,
.lista-global-search-section .card .bodyInfor .perfil.color2,
.eventos-produto-section .card .bodyInfor .perfil.color2 {
background: #0f6aaa;
}
.eventos-section .card .bodyInfor .perfil.color3,
.lista-global-search-section .card .bodyInfor .perfil.color3,
.eventos-produto-section .card .bodyInfor .perfil.color3 {
background: #45d33a;
}
.eventos-section .card .bodyInfor .perfil.color4,
.lista-global-search-section .card .bodyInfor .perfil.color4,
.eventos-produto-section .card .bodyInfor .perfil.color4 {
background: #003471;
}
.eventos-section .card .bodyInfor .data,
.lista-global-search-section .card .bodyInfor .data,
.eventos-produto-section .card .bodyInfor .data {
padding-top: 20px;
text-align: right;
font-size: 0.8rem;
}
.eventos-section .card .bodyInfor .icone,
.lista-global-search-section .card .bodyInfor .icone,
.eventos-produto-section .card .bodyInfor .icone {
padding: 4px;
color: #fff;
}
.eventos-section .card .card-title,
.lista-global-search-section .card .card-title,
.eventos-produto-section .card .card-title {
font-size: 0.9rem;
color: #444444;
}
.eventos-section .card .card-subtitle,
.lista-global-search-section .card .card-subtitle,
.eventos-produto-section .card .card-subtitle {
font-weight: 300;
font-size: 0.7rem;
color: #727272;
}
.eventos-section .card .card-footer,
.lista-global-search-section .card .card-footer,
.eventos-produto-section .card .card-footer {
background: unset;
border-top: 1px solid #eef2f6;
}
.eventos-section .card .card-footer a,
.lista-global-search-section .card .card-footer a,
.eventos-produto-section .card .card-footer a {
margin: 0px 5px;
}
.eventos-section .card .card-footer .compartilhar,
.lista-global-search-section .card .card-footer .compartilhar,
.eventos-produto-section .card .card-footer .compartilhar {
padding: 5px 0 0px 0;
}
.eventos-section .btn-primary:hover {
transition: all 0.5s;
background: #0def7d;
color: #000;
}
.eventos-produto-section,
.lista-global-search-section {
padding: 3rem 0;
}
.event-cards { border: unset;
margin: 1rem 0;
background: #f3f3f3;
}
.eventos-section .event-cards {
border: unset;
background: #fff;
} @media (max-width: 768px) {
.eventos-produto-section {
min-height: 0px;
}
.eventos-section {
background-image: unset;
}
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Roboto:wght@100;300;400;500;700;900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"); #fecap-presente .servicos-section {
padding: 5rem 0;
}
#fecap-presente .video-thumbnail {
border-radius: 30px;
}
#fecap-presente .servicos-section .card {
position: relative;
margin: 0;
margin-top: 1.5rem;
height: 10rem;
border: unset;
border-radius: unset;
overflow: hidden;
}
#fecap-presente .servicos-section .servico-logo-container {
height: 100%;
width: 100%;
padding: 0.5rem;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.5s;
}
#fecap-presente .servicos-section .servico-logo {
height: 100%;
width: 100%;
position: relative;
}
#fecap-presente .servicos-section .servico-tag-container {
position: absolute;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background: #0def7d;
bottom: -10rem;
left: 0;
transition: all 0.5s;
visibility: hidden;
}
#fecap-presente .servicos-section .card:hover .servico-tag-container {
bottom: 0;
transition: all 0.5s;
visibility: visible;
}
#fecap-presente .servicos-section .servico-tag-container:hover {
cursor: pointer;
}
#fecap-presente .servico-tag-container a {
width: 100%;
padding: 0.5rem;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
flex-wrap: wrap;
color: #283037;
}
#fecap-presente .servico-tag-container p {
display: -webkit-box;
height: -webkit-fit-content;
height: -moz-fit-content;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
word-wrap: break-word;
}
#fecap-presente .servico-tag-container h3 {
margin-bottom: 0;
font-weight: 700;
font-size: 1rem;
line-height: 0;
text-transform: uppercase;
text-decoration: underline;
}
#fecap-presente .servico-tag-container h3 i {
color: #fd2b18;
}
#fecap-presente .slide_fecap_presente .card.noticia {
height: 10rem;
margin: 0;
border: unset;
}
#fecap-presente .slide_fecap_presente .card.evento {
height: 10rem;
margin: 0;
border: unset;
}
#fecap-presente .slide_fecap_presente .slick-prevNew:before,
#fecap-presente .slide_fecap_presente .slick-nextNew:before {
width: 32px;
font-size: 1.5rem;
color: #0faa75;
}
#fecap-presente .slide_fecap_presente .slick-prevNew,
#fecap-presente .slide_fecap_presente .slick-nextNew {
position: absolute;
bottom: -40px;
width: 35px;
height: 35px;
display: flex !important;
justify-content: center;
align-items: center;
background-color: #0eefa8;
border-radius: 50%;
z-index: 10;
}
#fecap-presente .slide_fecap_presente .slick-prevNew span,
#fecap-presente .slide_fecap_presente .slick-nextNew span {
color: #283037;
font-size: 1.2rem;
font-weight: bold;
}
#fecap-presente .slide_fecap_presente .slick-prevNew {
left: 43%;
}
#fecap-presente .slide_fecap_presente .slick-nextNew {
right: 43%;
}
.fecap-presente .header-text {
margin-top: auto;
}
.fecap-presente .header-text .btn-fecap {
background: #3afe16;
color: #00410c !important;
}
.fecap-presente .header-text .btn-fecap:hover,
.fecap-presente .header-text .btn-fecap:focus {
background: #28de08;
color: #00410c !important;
} #fecap-presente.categoria-parceiro,
#fecap-presente.archive {
background: url(//www.fecap.br/files/img/background/bg-fecap-presente.jpg),
linear-gradient(50deg, #076c53, #062c30);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
font-family: "Ubuntu", sans-serif;
color: #fff;
}
.categoria-parceiro h1,
.categoria-parceiro h2,
.categoria-parceiro h3,
.categoria-parceiro h4,
.categoria-parceiro h5,
.categoria-parceiro h6 {
font-family: "Lilita One", sans-serif;
}
.categoria-parceiro h1 {
font-size: 4rem;
}
.categoria-parceiro h2 {
font-size: 4rem;
}
.categoria-parceiro .navbar {
padding-top: 5px;
padding-bottom: 5px;
background-color: rgb(0, 0, 0, 0.7) !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.categoria-parceiro .navbar-brand {
height: 70px;
display: flex;
align-items: center;
}
.categoria-parceiro .navbar-brand img {
width: 120px;
}
.categoria-parceiro .navbar .nav-item {
display: flex;
align-items: center;
}
.categoria-parceiro .navbar .nav-link {
padding: 0.7em 1rem !important;
color: #fff;
text-transform: uppercase;
}
.categoria-parceiro .navbar .nav-link:hover {
color: #0def7d;
}
.categoria-parceiro .navbar-toggler {
color: #fff;
border-color: rgba(255, 255, 255, 0.5);
}
.categoria-parceiro .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.categoria-parceiro .btn-register {
background-color: transparent;
border: 1px solid #0def7d;
border-radius: 5px 5px;
padding: 0.5rem 1rem !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.categoria-parceiro .btn-register:hover {
background-color: #0def7d;
border: 1px solid #222;
color: #222 !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.categoria-parceiro #home {
padding: 4rem 1.4rem;
margin-top: 80px;
display: flex;
height: calc(100vh - 80px);
color: #fff;
}
.categoria-parceiro #home h1 {
padding: 1.6rem;
text-align: center;
font-family: "Lilita One", sans-serif;
}
.categoria-parceiro #conheca {
padding: 4rem 1.4rem;
background-color: #fff;
color: #222;
}
.categoria-parceiro #conheca ul {
padding: 0;
list-style: none;
}
.categoria-parceiro #conheca ul li {
margin-bottom: 2rem;
display: flex;
align-items: center;
}
.categoria-parceiro #conheca ul li div {
margin-right: 15px;
padding: 1rem 1rem 1rem 1rem;
color: #0def7d;
}
.categoria-parceiro #conheca ul li svg {
width: 60px !important;
}
.categoria-parceiro #conheca ul li p {
margin: 0;
font-size: 2rem;
}
.categoria-parceiro #clubedevantagens {
padding: 4rem 1.4rem;
}
.categoria-parceiro #clubedevantagens .col-12 {
display: flex;
justify-content: center;
align-items: center;
}
.categoria-parceiro #clubedevantagens h2 {
text-transform: uppercase;
}
.categoria-parceiro #clubedevantagens h2 span {
color: #0def7d;
}
.categoria-parceiro #clubedevantagens a {
min-height: 15rem;
max-width: 300px;
padding: 2rem;
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
border-radius: 20px;
box-shadow: 0px 0px 25px 10px rgb(0, 0, 0, 0.5);
}
.categoria-parceiro #vantagens {
padding: 4rem 1.4rem;
background-color: #222;
}
.categoria-parceiro #vantagens h2 {
text-align: center;
margin-bottom: 1rem;
}
.categoria-parceiro .card-vantagem-item {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background-color: #313335;
padding: 2rem 1rem;
border-radius: 30px;
}
.categoria-parceiro .card-vantagem-item svg {
width: 100%;
padding: 1rem 1rem 1rem 1rem;
max-height: 100px;
color: #0def7d;
}
.categoria-parceiro .card-vantagem-item .fcp-icon {
height: 70px;
width: 100%;
background-color: #0def7d;
}
.categoria-parceiro .card-vantagem-item h3 {
color: #0def7d;
font-size: 1.5rem;
}
.categoria-parceiro .card-vantagem-item p {
margin: 0;
}
.categoria-parceiro .card-vantagem-item p span {
font-size: 2rem;
font-family: "Lilita One", sans-serif;
}
.categoria-parceiro #interesse {
padding: 4rem 1.4rem;
}
.categoria-parceiro #interesse h2 {
color: #0def7d;
}
.categoria-parceiro #formInteresse input,
.categoria-parceiro #formInteresse select,
.categoria-parceiro #formInteresse .form-check {
padding: 0.5rem 1rem;
font-size: 1rem;
}
.categoria-parceiro #formInteresse .form-control {
width: 100%;
height: 3.5rem;
border-radius: 15px;
}
.categoria-parceiro #formInteresse .btn-interesse {
width: 100%;
padding: 0.8rem;
background-color: #0def7d;
color: #222;
font-size: 1.8rem;
font-weight: bold;
border: none;
border-radius: 15px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.categoria-parceiro #formInteresse .btn-interesse:hover {
background-color: #222;
color: #0def7d;
}
.categoria-parceiro .sponsors {
background-color: #0def7d;
padding: 1.5rem 0.5rem;
display: flex;
justify-content: center;
}
.categoria-parceiro .sponsors img {
padding: 0 0.5rem;
width: 150px;
filter: drop-shadow(0px 2px 0px rgb(0, 0, 0, 0.7));
}
.categoria-parceiro .copyright {
background-color: #222;
text-align: center;
}
.categoria-parceiro .copyright p {
padding: 4rem;
margin: 0;
}
@media (max-width: 768px) {
.categoria-parceiro h1 {
font-size: 3rem;
}
.categoria-parceiro h2 {
font-size: 2.5rem;
}
.categoria-parceiro .btn-register {
margin-bottom: 20px;
}
.categoria-parceiro .navbar .nav-link:not(.btn-register) {
padding: 0.7em 0 !important;
}
.categoria-parceiro #home {
padding: 1.5rem;
}
.categoria-parceiro #home h1 {
padding: 1rem;
}
.categoria-parceiro #conheca {
padding: 4rem 1.4rem;
}
.categoria-parceiro #conheca ul li p {
font-size: 1.5rem;
}
.categoria-parceiro #conheca ul li {
flex-direction: column;
text-align: center;
}
.categoria-parceiro #clubedevantagens h2 {
margin-bottom: 3rem;
text-align: center;
}
.categoria-parceiro #formInteresse input,
.categoria-parceiro #formInteresse select,
.categoria-parceiro #formInteresse .form-check {
font-size: 0.8rem;
}
.categoria-parceiro #formInteresse .btn-interesse {
font-size: 1.1rem;
}
}@font-face{font-family:dashicons;src:url(//www.fecap.br/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//www.fecap.br/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.fecap.br/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.ninja-forms-form-wrap *,.ninja-forms-form-wrap :after,.ninja-forms-form-wrap :before{-ms-box-sizing:border-box;box-sizing:border-box}.nf-response-msg{display:none}#ninja_forms_required_items,.nf-field-container{clear:both;position:relative;margin-bottom:25px}#ninja_forms_required_items:after,.nf-field-container:after{clear:both;content:"";display:block}#ninja_forms_required_items.hidden-container,#ninja_forms_required_items.hr-container,.nf-field-container.hidden-container,.nf-field-container.hr-container{margin:0;height:auto}#ninja_forms_required_items.hidden-container .nf-field-label,#ninja_forms_required_items.hr-container .nf-field-label,#ninja_forms_required_items.html-container .nf-field-label,.nf-field-container.hidden-container .nf-field-label,.nf-field-container.hr-container .nf-field-label,.nf-field-container.html-container .nf-field-label{display:none}.nf-field-label .nf-label-span,.nf-field-label label{font-weight:700;margin:0;padding:0}.nf-field-element{position:relative}.nf-field-element input,.nf-field-element select,.nf-field-element textarea{margin:0;width:auto;height:auto;vertical-align:inherit}.nf-field-element textarea{height:200px}.nf-field-description p:last-child{margin:0}.nf-help{background:url(//www.fecap.br/wp-content/plugins/ninja-forms/assets/img/help-info.png) no-repeat;display:inline-block;width:16px;height:16px}.nf-input-limit{font-size:12px;margin-top:5px}.nf-static{padding:0 10px}.nf-after-field .nf-error-msg{margin-right:10px}.nf-sr-only{border:0;clip:rect(0,0,0,0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;opacity:0;white-space:nowrap;width:1px}.nf-field-element .time-wrap{padding:1px}.list-checkbox-wrap .nf-field-element li,.list-checkbox-wrap .nf-field-element ul,.list-image-wrap .nf-field-element li,.list-image-wrap .nf-field-element ul,.list-radio-wrap .nf-field-element li,.list-radio-wrap .nf-field-element ul{list-style:none!important;margin:0!important;padding:0!important}.list-checkbox-wrap .nf-field-element li input,.list-checkbox-wrap .nf-field-element ul input,.list-image-wrap .nf-field-element li input,.list-image-wrap .nf-field-element ul input,.list-radio-wrap .nf-field-element li input,.list-radio-wrap .nf-field-element ul input{margin-right:5px}.list-checkbox-wrap .nf-field-element li,.list-image-wrap .nf-field-element li,.list-radio-wrap .nf-field-element li{padding-left:10px;margin:0 0 5px!important;text-indent:0!important}.list-checkbox-wrap .nf-field-element li label,.list-image-wrap .nf-field-element li label,.list-radio-wrap .nf-field-element li label{display:block;float:none;width:auto;margin-left:1.5em}.list-checkbox-wrap .nf-field-element li input,.list-image-wrap .nf-field-element li input,.list-radio-wrap .nf-field-element li input{width:auto!important;float:left;margin-top:.25em}.listimage-wrap li{width:100%;height:100%;display:inline-grid}.listimage-wrap li label{padding:5px;border:2px solid transparent}.listimage-wrap li label.nf-checked-label{border:2px solid #007acc;transition:all .5s}.listimage-wrap li label img{display:block}.listimage-wrap li input:focus+label{outline:2px solid}.product-wrap>div input{width:80px!important}.product-wrap>div .nf-product-field span{padding:0 5px}.starrating-wrap .star{border-bottom:0}.nf-form-hp{position:absolute;visibility:hidden}.list-select-wrap div div{display:none}.nf-error-msg,.ninja-forms-req-symbol{color:#e80000}.nf-error.listimage-wrap .nf-field-element ul,.nf-error .ninja-forms-field{border:1px solid #e80000}.nf-field-submit-error{padding:15px}.ninja-forms-noscript-message{background:#f1f1f1;border:4px dashed #ccc;color:#333;display:block;font-size:20px;margin:20px 0;padding:40px;text-align:center}.two-col-list ul li{float:left;width:50%}.three-col-list ul li{float:left;width:33.33%}.four-col-list ul li{float:left;width:25%}.five-col-list ul li{float:left;width:20%}.six-col-list ul li{float:left;width:16.66%}body .pika-label{background:transparent}.nf-form-cont .five-sixths,.nf-form-cont .four-sixths,.nf-form-cont .one-fourth,.nf-form-cont .one-half,.nf-form-cont .one-sixth,.nf-form-cont .one-third,.nf-form-cont .three-fourths,.nf-form-cont .three-sixths,.nf-form-cont .two-fourths,.nf-form-cont .two-sixths,.nf-form-cont .two-thirds{clear:none;float:left;margin-left:2.5641025641%}.nf-form-cont .five-sixths .inside,.nf-form-cont .four-sixths .inside,.nf-form-cont .one-fourth .inside,.nf-form-cont .one-half .inside,.nf-form-cont .one-sixth .inside,.nf-form-cont .one-third .inside,.nf-form-cont .three-fourths .inside,.nf-form-cont .three-sixths .inside,.nf-form-cont .two-fourths .inside,.nf-form-cont .two-sixths .inside,.nf-form-cont .two-thirds .inside{padding:20px}.nf-form-cont .five-sixths:after,.nf-form-cont .four-sixths:after,.nf-form-cont .one-fourth:after,.nf-form-cont .one-half:after,.nf-form-cont .one-sixth:after,.nf-form-cont .one-third:after,.nf-form-cont .three-fourths:after,.nf-form-cont .three-sixths:after,.nf-form-cont .two-fourths:after,.nf-form-cont .two-sixths:after,.nf-form-cont .two-thirds:after{clear:both;content:"";display:block}.nf-form-cont .one-half,.nf-form-cont .three-sixths,.nf-form-cont .two-fourths{width:48.7179487179%}.nf-form-cont .one-third,.nf-form-cont .two-sixths{width:31.6239316239%}.nf-form-cont .four-sixths,.nf-form-cont .two-thirds{width:65.811965812%}.nf-form-cont .one-fourth{width:23.0769230769%}.nf-form-cont .three-fourths{width:74.358974359%}.nf-form-cont .one-sixth{width:14.5299145299%}.nf-form-cont .five-sixths{width:82.905982906%}.nf-form-cont .first{clear:both;margin-left:0}.note-popover{display:none!important}.nf-form-wrap .note-editor{border:0!important}.nf-form-wrap .note-editor .note-toolbar:after{clear:both;content:"";display:block}.nf-form-wrap .note-editor .note-editable{background:#f9f9f9;border:1px solid #f1f1f1;display:block}.nf-form-wrap .note-editor .note-editable p{font-size:16px}.nf-form-wrap .note-editor .note-editable ul{list-style-type:disc;margin-left:2em}.nf-form-wrap .note-editor .note-editable table td{border:1px solid #ccc;width:auto}.nf-form-wrap .note-editor .modal{display:none}.nf-form-wrap .note-editor .btn-group{float:left}.nf-form-wrap .note-editor .btn-group.note-tools{float:right}.nf-form-wrap .note-editor .btn{background:#f9f9f9;border:0;border-radius:4px;color:#666;cursor:pointer;margin-right:2px;padding-top:4px}.nf-form-wrap .note-editor .btn.disabled{background:transparent;color:#aaa}.nf-form-wrap .note-editor .btn.disabled .merge-tags{background:#f9f9f9;color:#666}.nf-form-wrap .note-editor button[type=button]{padding:4px;width:auto;height:auto}.nf-form-wrap .note-editor .dropdown-toggle{position:relative;display:inline-block;top:0}.nf-form-wrap .note-editor .dropdown-toggle:after{content:"";width:0}.nf-form-wrap .tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.nf-form-wrap .tooltip.in{filter:alpha(opacity=90);opacity:.9}.nf-form-wrap .tooltip.top{padding:5px 0;margin-top:-3px}.nf-form-wrap .tooltip.right{padding:0 5px;margin-left:3px}.nf-form-wrap .tooltip.bottom{padding:5px 0;margin-top:3px}.nf-form-wrap .tooltip.left{padding:0 5px;margin-left:-3px}.nf-form-wrap .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.nf-form-wrap .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.nf-form-wrap .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.nf-form-wrap .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.nf-form-wrap .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .dropdown-menu{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.nf-form-wrap .dropdown-menu.pull-right{right:0;left:auto}.nf-form-wrap .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nf-form-wrap .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.nf-form-wrap .dropdown-menu>li>a:focus,.nf-form-wrap .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.nf-form-wrap .dropdown-menu>.active>a,.nf-form-wrap .dropdown-menu>.active>a:focus,.nf-form-wrap .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.nf-form-wrap .dropdown-menu>.disabled>a,.nf-form-wrap .dropdown-menu>.disabled>a:focus,.nf-form-wrap .dropdown-menu>.disabled>a:hover{color:#777}.nf-form-wrap .dropdown-menu>.disabled>a:focus,.nf-form-wrap .dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.nf-form-wrap .open>.dropdown-menu{display:block}.nf-form-wrap .open>a{outline:0}.nf-form-wrap .dropdown-menu-right{right:0;left:auto}.nf-form-wrap .dropdown-menu-left{right:auto;left:0}.nf-form-wrap .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.nf-form-wrap .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.nf-form-wrap .pull-right>.dropdown-menu{right:0;left:auto}.nf-form-wrap .dropup .caret,.nf-form-wrap .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.nf-form-wrap .dropup .dropdown-menu,.nf-form-wrap .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.nf-form-wrap .navbar-right .dropdown-menu{right:0;left:auto}.nf-form-wrap .navbar-right .dropdown-menu-left{right:auto;left:0}}.nf-form-wrap .btn-group-justified>.btn-group .dropdown-menu{left:auto}.nf-form-wrap .nav-justified>.dropdown .dropdown-menu,.nf-form-wrap .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.nf-form-wrap .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}@media (max-width:767px){.nf-form-wrap .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.nf-form-wrap .navbar-nav .open .dropdown-menu .dropdown-header,.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}.nf-form-wrap .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.nf-form-wrap .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}@media (max-width:767px){.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}@media (max-width:767px){.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.nf-loading-spinner{width:40px;height:40px;margin:100px auto;background-color:hsla(0,0%,81.6%,.5);border-radius:100%;animation:nf-scaleout 1s ease-in-out infinite}@keyframes nf-scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.field-wrap{display:flex}.field-wrap>label{display:block}.field-wrap .pikaday__container,.field-wrap .pikaday__display,.field-wrap>div input,.field-wrap select,.field-wrap textarea{width:100%}.field-wrap>div input[type=checkbox],.field-wrap button,.field-wrap input[type=button],.field-wrap input[type=submit]{width:auto}.nf-field-label{order:5}.nf-field-description{width:100%;order:10}.nf-field-element{order:15}.label-above .nf-field-label{margin-bottom:10px}.label-below .nf-field-label{margin-top:10px;order:15}.label-below .nf-field-element{order:5}.label-hidden .field-wrap{flex-wrap:wrap}.label-hidden .nf-field-label{height:0;margin:0!important;width:100%;visibility:hidden}.label-hidden .nf-field-description{width:100%;order:20}.label-hidden .nf-field-element{width:100%}.label-left .field-wrap{flex-direction:row;flex-wrap:wrap}.label-left .nf-field-label{display:flex;flex-direction:row;align-items:center;padding-right:2%;text-align:right;width:35%;order:5}.label-left .nf-field-label label{width:100%}.label-left .nf-field-description{margin-left:35%}.label-left .nf-field-element{display:inline-block;width:65%;order:10}.label-left .nf-after-field{margin-left:36.5%}.label-right .field-wrap{flex-direction:row}.label-right .nf-field-label{display:flex;flex-direction:row;align-items:center;padding-left:2%;width:35%;order:10}.label-right .nf-field-description{margin-right:35%;order:15}.label-right .nf-field-element{display:inline-block;width:65%;order:5}.label-right .checkbox-wrap .nf-field-label{width:auto}.label-right .checkbox-wrap .nf-field-element{width:20px}.label-right .nf-after-field{width:65%}.label-above .field-wrap,.label-below .field-wrap{flex-direction:column;flex-flow:wrap}.label-above .nf-field-element,.label-below .nf-field-element{margin:0;width:100%}.label-left .listcheckbox-wrap .nf-field-label,.label-left .listradio-wrap .nf-field-label,.label-left .textarea-wrap .nf-field-label,.label-right .listcheckbox-wrap .nf-field-label,.label-right .listradio-wrap .nf-field-label,.label-right .textarea-wrap .nf-field-label{align-items:flex-start}.label-left .textarea-wrap .nf-field-label,.label-right .textarea-wrap .nf-field-label{margin-top:5px}.label-left .hr-wrap,.label-left .html-wrap,.label-right .hr-wrap,.label-right .html-wrap{display:block}.label-left .hr-wrap .nf-field-element,.label-left .html-wrap .nf-field-element,.label-right .hr-wrap .nf-field-element,.label-right .html-wrap .nf-field-element{display:block;margin:0;width:100%}.nf-repeater-fieldsets fieldset{margin-bottom:1em}.nf-remove-fieldset{color:red;font-size:1.5em;background-color:transparent;border:thin solid red;padding:.1em .4em;float:right;margin-top:-1em}.repeater-container .nf-field-description{margin-top:.5em}.repeater-container .nf-field-description p{font-size:120%}.nf-help{background:none}.nf-field-description{font-size:14px}.nf-form-content{padding:5px;margin:0 auto}.nf-form-content label{font-size:18px;line-height:20px}.nf-form-content .listselect-wrap .nf-field-element div,.nf-form-content .ninja-forms-field{font-size:16px;margin:0;padding:12px}.nf-form-content .listselect-wrap .nf-field-element div,.nf-form-content input.ninja-forms-field,.nf-form-content select.ninja-forms-field:not([multiple]){height:50px}.nf-form-content textarea.ninja-forms-field{height:200px}.nf-form-content hr.ninja-forms-field{padding:0}.nf-form-content input[type=checkbox].ninja-forms-field,.nf-form-content input[type=radio].ninja-forms-field{height:auto}.nf-form-content .listcheckbox-wrap li,.nf-form-content .listradio-wrap li{margin-bottom:12px!important;line-height:0}.nf-form-content .nf-product-field span{padding-right:16px}.nf-form-content .nf-product-field .nf-field-qty{font-size:16px;padding:5px;width:80px!important}.nf-form-content .nf-static{background:transparent;border:0;font-weight:700;padding:0}.nf-form-content .label-above .nf-field-label,.nf-form-content .label-below .nf-field-label,.nf-form-content .label-hidden .nf-field-label{margin-bottom:10px;padding:0}.nf-form-content .label-below .nf-field-label{margin-bottom:0;margin-top:10px}.nf-form-content .label-right .nf-field-label{margin:0}.nf-form-content .label-right>input[type=radio],.nf-form-content .label-right input[type=checkbox],.nf-form-content .label-right ul{margin-right:1%}.nf-form-content .list-select-wrap>div{position:relative}.nf-form-content .list-select-wrap>div div{display:block;position:absolute;font-size:16px;line-height:16px;margin:0;padding:16px;height:50px;top:0;right:0;left:0;z-index:1}.nf-form-content .list-select-wrap>div div:after{content:"\f078";font-family:FontAwesome;font-size:20px;position:absolute;right:10px;bottom:0;height:50px;line-height:50px}.nf-form-content .list-select-wrap>div.label-right div{width:59%}.nf-form-content .list-select-wrap>div.label-below div{top:0;bottom:auto}.nf-form-content .list-select-wrap>div.label-left div{width:59%;left:40.5%;right:40px}.nf-form-content .list-select-wrap>div select{background:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;z-index:2}.nf-form-content .listmultiselect-wrap select{-webkit-appearance:normal;-moz-appearance:normal;appearance:normal}.checkbox-wrap .nf-field-element label,.checkbox-wrap .nf-field-label label,.listcheckbox-wrap .nf-field-element label,.listcheckbox-wrap .nf-field-label label{position:relative;margin-left:30px}.checkbox-wrap .nf-field-element label:after,.checkbox-wrap .nf-field-label label:after,.listcheckbox-wrap .nf-field-element label:after,.listcheckbox-wrap .nf-field-label label:after{border:1px solid;content:"";width:18px;height:18px;position:absolute;left:-28px;bottom:0}.checkbox-wrap .nf-field-element label:before,.checkbox-wrap .nf-field-label label:before,.listcheckbox-wrap .nf-field-element label:before,.listcheckbox-wrap .nf-field-label label:before{color:red;content:"\f00c";font-family:FontAwesome;font-size:24px;position:absolute;bottom:0;z-index:2}.checkbox-container .nf-field-element input{display:inherit;opacity:0}.checkbox-container.label-above label{height:50px;margin:0;display:block}.checkbox-container.label-above label:before{left:-2px;bottom:-16px}.checkbox-container.label-above label:after{left:0;bottom:-16px}.checkbox-container.label-below label{display:block;margin:20px 0 0}.checkbox-container.label-below label:before{left:-2px;bottom:auto;top:-27px}.checkbox-container.label-below label:after{left:0;bottom:auto;top:-25px}.checkbox-container.label-left .nf-field-label{width:38%;padding-right:5%}.checkbox-container.label-left .nf-field-element{width:58%}.checkbox-container.label-left label{margin:0;display:block}.checkbox-container.label-left label:before{left:auto;top:-2px;right:-36px}.checkbox-container.label-left label:after{left:auto;top:0;right:-31px}.checkbox-container.label-right .nf-field-label{padding:0;order:10}.checkbox-container.label-right .nf-field-element{order:5;display:inline;position:absolute;opacity:0}.checkbox-container.label-right label{margin:0 0 0 30px;display:block}.checkbox-container.label-right label:before{left:-30px;top:0}.checkbox-container.label-right label:after{left:-28px;top:0}.checkbox-container.label-right .field-wrap{display:flex}.checkbox-container.label-right .field-wrap>div{width:100%}.checkbox-container.label-hidden label{height:0;margin:0;display:block}.checkbox-container.label-hidden label:after{left:0;bottom:0;visibility:visible}.checkbox-container.label-hidden label.nf-checked-label:before{left:-2px;bottom:0;visibility:visible}.listcheckbox-container .nf-field-label label:after{background:transparent!important;border:0}.listcheckbox-container .nf-field-element input{display:inherit;opacity:0}.listcheckbox-container .nf-field-element label{margin-left:30px!important}.listcheckbox-container .nf-field-element label:before{top:1px;left:-30px;bottom:auto}.listcheckbox-container .nf-field-element label:after{top:3px;bottom:auto}.listcheckbox-container.label-above .nf-field-label label,.listcheckbox-container.label-below .nf-field-label label,.listcheckbox-container.label-right .nf-field-label label{margin:0}.listcheckbox-container.label-above .nf-field-label label:before,.listcheckbox-container.label-below .nf-field-label label:before,.listcheckbox-container.label-right .nf-field-label label:before{left:-30px}.listradio-wrap .nf-field-element label{position:relative;margin-left:30px!important}.listradio-wrap .nf-field-element label:after{border-radius:50%;content:"";width:18px;height:18px;position:absolute;left:-30px;bottom:1px;top:.05em}.listradio-wrap .nf-field-element label.nf-checked-label:before{border-radius:50%;content:"";height:10px;width:10px;position:absolute;left:-26px;bottom:5px;z-index:2;top:.25em}.listradio-wrap .nf-field-element input{display:inherit;opacity:0;width:18px;height:18px}input[type=checkbox].nf-toggle{background:transparent;border:0;box-shadow:0 0 0;margin:10px;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;cursor:pointer}input[type=checkbox].nf-toggle:after{background:#bcbdbf;border:2px solid #bcbdbf;border-radius:20px;content:"";position:absolute;top:-4px;left:-4px;width:46px;height:24px;transition:all .3s ease}input[type=checkbox].nf-toggle:before{background:#fff;border-radius:20px;content:"";position:absolute;top:-1px;left:0;width:18px;height:18px;z-index:99;transition:all .3s ease}input[type=checkbox].nf-toggle:checked:after{background:#90ee90;border:2px solid #90ee90;transition:all .3s ease}input[type=checkbox].nf-toggle:checked:before{top:-1px;left:20px;transition:all .3s ease}.label-right input[type=checkbox].nf-toggle{padding:0 50px 0 0}.label-left input[type=checkbox].nf-toggle{padding:0;margin-left:22px;margin-top:20px}.nf-icons .nf-field-element{position:relative}.nf-icons .nf-field-element:before{font-family:FontAwesome;font-size:20px;position:absolute;left:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;z-index:1}.nf-icons .address-wrap .nf-field-element input,.nf-icons .city-wrap .nf-field-element input,.nf-icons .creditcardcvc-wrap .nf-field-element input,.nf-icons .creditcardexpiration-wrap .nf-field-element input,.nf-icons .creditcardfullname-wrap .nf-field-element input,.nf-icons .creditcardnumber-wrap .nf-field-element input,.nf-icons .creditcardzip-wrap .nf-field-element input,.nf-icons .date-wrap .nf-field-element input,.nf-icons .email-wrap .nf-field-element input,.nf-icons .firstname-wrap .nf-field-element input,.nf-icons .lastname-wrap .nf-field-element input,.nf-icons .number-wrap .nf-field-element input,.nf-icons .phone-wrap .nf-field-element input,.nf-icons .quantity-wrap .nf-field-element input,.nf-icons .state-wrap .nf-field-element input,.nf-icons .zip-wrap .nf-field-element input{padding-left:60px}.nf-icons.right .nf-field-element:before{left:auto;right:1px}.nf-icons.right .address-wrap>div input,.nf-icons.right .city-wrap>div input,.nf-icons.right .creditcardcvc-wrap>div input,.nf-icons.right .creditcardexpiration-wrap>div input,.nf-icons.right .creditcardfullname-wrap>div input,.nf-icons.right .creditcardnumber-wrap>div input,.nf-icons.right .creditcardzip-wrap>div input,.nf-icons.right .date-wrap>div input,.nf-icons.right .email-wrap>div input,.nf-icons.right .firstname-wrap>div input,.nf-icons.right .lastname-wrap>div input,.nf-icons.right .number-wrap>div input,.nf-icons.right .phone-wrap>div input,.nf-icons.right .quantity-wrap>div input,.nf-icons.right .state-wrap>div input,.nf-icons.right .zip-wrap>div input{padding-left:12px;padding-right:60px}.nf-icons .date-wrap .nf-field-element:before{content:"\f073"}.nf-icons .number-wrap .nf-field-element:before,.nf-icons .quantity-wrap>div:before{content:"\f292"}.nf-icons .email-wrap .nf-field-element:before{content:"\f0e0"}.nf-icons .phone-wrap .nf-field-element:before{content:"\f095"}.nf-icons .firstname-wrap .nf-field-element:before,.nf-icons .lastname-wrap .nf-field-element:before{content:"\f007"}.nf-icons .address-wrap .nf-field-element:before,.nf-icons .city-wrap .nf-field-element:before,.nf-icons .state-wrap .nf-field-element:before,.nf-icons .zip-wrap .nf-field-element:before{content:"\f041"}.nf-icons .creditcardcvc-wrap .nf-field-element:before,.nf-icons .creditcardexpiration-wrap .nf-field-element:before,.nf-icons .creditcardfullname-wrap .nf-field-element:before,.nf-icons .creditcardnumber-wrap .nf-field-element:before,.nf-icons .creditcardzip-wrap .nf-field-element:before{content:"\f283"}.nf-field-element .date-and-time{margin-bottom:5px}.nf-field-element .ampm.extra,.nf-field-element .hour.extra,.nf-field-element .minute.extra{padding:5px}.nf-form-content .list-select-wrap .nf-field-element>div,.nf-form-content input:not([type=button]),.nf-form-content textarea{background:#f7f7f7;border:1px solid #c4c4c4;border-radius:0;box-shadow:none;color:rgb(106.75,106.75,106.75);transition:all .5s}.nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-form-content input:not([type=button]):focus,.nf-form-content textarea:focus{background:#fff;border-color:#919191;color:rgb(104.2,104.2,104.2);transition:all .5s}.nf-form-content button,.nf-form-content input[type=button],.nf-form-content input[type=submit]{background:#333;border:0;color:#f7f7f7;transition:all .5s}.nf-form-content button:hover,.nf-form-content input[type=button]:hover,.nf-form-content input[type=submit]:hover{background:#c4c4c4;color:rgb(106.75,106.75,106.75);transition:all .5s}.nf-form-content select.ninja-forms-field{color:rgb(106.75,106.75,106.75)}.nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.list-select-wrap div:after{color:rgb(106.75,106.75,106.75);transition:all .5s}.list-select-wrap select:active+div,.list-select-wrap select:focus+div{background:#fff!important;border-color:#919191!important;transition:all .5s}.listradio-wrap .nf-field-element label:after{background:#f7f7f7;border:2px solid #c4c4c4;transition:all .5s}.listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:#333;transition:all .5s}.listradio-wrap .nf-field-element label.nf-checked-label:before{background:#333}.checkbox-wrap .nf-field-element label:after,.checkbox-wrap .nf-field-label label:after,.listcheckbox-wrap .nf-field-element label:after,.listcheckbox-wrap .nf-field-label label:after{background:#f7f7f7;border-color:#c4c4c4;transition:all .5s}.checkbox-wrap .nf-field-element label:before,.checkbox-wrap .nf-field-label label:before,.listcheckbox-wrap .nf-field-element label:before,.listcheckbox-wrap .nf-field-label label:before{color:#f7f7f7;opacity:0;transition:all .5s}.checkbox-wrap .nf-field-element label.nf-checked-label:after,.checkbox-wrap .nf-field-label label.nf-checked-label:after,.listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:rgb(183.25,183.25,183.25);transition:all .5s}.checkbox-wrap .nf-field-element label.nf-checked-label:before,.checkbox-wrap .nf-field-label label.nf-checked-label:before,.listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#333;opacity:1;transition:all .5s}.nf-error{position:relative}.nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-error .nf-error-msg{color:#e80000}.nf-pass{position:relative}.nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-field-submit-error{border:1px solid;margin:10px 0;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-icons .nf-field-element:before{background:#c4c4c4;color:#f7f7f7}.nf-help{color:#333}.nf-brown .nf-form-content .list-select-wrap .nf-field-element>div,.nf-brown .nf-form-content input:not([type=button]),.nf-brown .nf-form-content textarea{background:#f3efdd;border:1px solid rgb(216.3913043478,203.5217391304,145.6086956522);border-radius:0;box-shadow:none;color:rgb(135.6304347826,119.6739130435,47.8695652174);transition:all .5s}.nf-brown .nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-brown .nf-form-content input:not([type=button]):focus,.nf-brown .nf-form-content textarea:focus{background:#fff;border-color:rgb(189.7826086957,168.0434782609,70.2173913043);color:rgb(131.8608695652,116.347826087,46.5391304348);transition:all .5s}.nf-brown .nf-form-content button,.nf-brown .nf-form-content input[type=button],.nf-brown .nf-form-content input[type=submit]{background:#736628;border:0;color:#f3efdd;transition:all .5s}.nf-brown .nf-form-content button:hover,.nf-brown .nf-form-content input[type=button]:hover,.nf-brown .nf-form-content input[type=submit]:hover{background:rgb(216.3913043478,203.5217391304,145.6086956522);color:rgb(135.6304347826,119.6739130435,47.8695652174);transition:all .5s}.nf-brown .nf-form-content select.ninja-forms-field{color:rgb(135.6304347826,119.6739130435,47.8695652174)}.nf-brown .nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.nf-brown .list-select-wrap div:after{color:rgb(135.6304347826,119.6739130435,47.8695652174);transition:all .5s}.nf-brown .list-select-wrap select:active+div,.nf-brown .list-select-wrap select:focus+div{background:#fff!important;border-color:rgb(189.7826086957,168.0434782609,70.2173913043)!important;transition:all .5s}.nf-brown .listradio-wrap .nf-field-element label:after{background:#f3efdd;border:2px solid rgb(216.3913043478,203.5217391304,145.6086956522);transition:all .5s}.nf-brown .listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:#736628;transition:all .5s}.nf-brown .listradio-wrap .nf-field-element label.nf-checked-label:before{background:#736628}.nf-brown .checkbox-wrap .nf-field-element label:after,.nf-brown .checkbox-wrap .nf-field-label label:after,.nf-brown .listcheckbox-wrap .nf-field-element label:after,.nf-brown .listcheckbox-wrap .nf-field-label label:after{background:#f3efdd;border-color:rgb(216.3913043478,203.5217391304,145.6086956522);transition:all .5s}.nf-brown .checkbox-wrap .nf-field-element label:before,.nf-brown .checkbox-wrap .nf-field-label label:before,.nf-brown .listcheckbox-wrap .nf-field-element label:before,.nf-brown .listcheckbox-wrap .nf-field-label label:before{color:#f3efdd;opacity:0;transition:all .5s}.nf-brown .checkbox-wrap .nf-field-element label.nf-checked-label:after,.nf-brown .checkbox-wrap .nf-field-label label.nf-checked-label:after,.nf-brown .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.nf-brown .listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:rgb(209.7391304348,194.652173913,126.7608695652);transition:all .5s}.nf-brown .checkbox-wrap .nf-field-element label.nf-checked-label:before,.nf-brown .checkbox-wrap .nf-field-label label.nf-checked-label:before,.nf-brown .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.nf-brown .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#736628;opacity:1;transition:all .5s}.nf-brown .nf-error{position:relative}.nf-brown .nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-brown .nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-brown .nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-brown .nf-error .nf-error-msg{color:#e80000}.nf-brown .nf-pass{position:relative}.nf-brown .nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-brown .nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-brown .nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-brown .nf-field-submit-error{border:1px solid;margin:10px 0;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-brown .nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-brown .nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-brown .nf-icons .nf-field-element:before{background:rgb(216.3913043478,203.5217391304,145.6086956522);color:#f3efdd}.nf-brown .nf-help{color:#736628}.nf-red .nf-form-content .list-select-wrap .nf-field-element>div,.nf-red .nf-form-content input:not([type=button]),.nf-red .nf-form-content textarea{background:#f0e3e3;border:1px solid rgb(204.4186046512,160.5813953488,160.5813953488);border-radius:0;box-shadow:none;color:rgb(121.4418604651,65.0581395349,65.0581395349);transition:all .5s}.nf-red .nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-red .nf-form-content input:not([type=button]):focus,.nf-red .nf-form-content textarea:focus{background:#fff;border-color:rgb(168.8372093023,94.1627906977,94.1627906977);color:rgb(118.1209302326,63.2790697674,63.2790697674);transition:all .5s}.nf-red .nf-form-content button,.nf-red .nf-form-content input[type=button],.nf-red .nf-form-content input[type=submit]{background:#8a5252;border:0;color:#f0e3e3;transition:all .5s}.nf-red .nf-form-content button:hover,.nf-red .nf-form-content input[type=button]:hover,.nf-red .nf-form-content input[type=submit]:hover{background:rgb(204.4186046512,160.5813953488,160.5813953488);color:rgb(121.4418604651,65.0581395349,65.0581395349);transition:all .5s}.nf-red .nf-form-content select.ninja-forms-field{color:rgb(121.4418604651,65.0581395349,65.0581395349)}.nf-red .nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.nf-red .list-select-wrap div:after{color:rgb(121.4418604651,65.0581395349,65.0581395349);transition:all .5s}.nf-red .list-select-wrap select:active+div,.nf-red .list-select-wrap select:focus+div{background:#fff!important;border-color:rgb(168.8372093023,94.1627906977,94.1627906977)!important;transition:all .5s}.nf-red .listradio-wrap .nf-field-element label:after{background:#f0e3e3;border:2px solid rgb(204.4186046512,160.5813953488,160.5813953488);transition:all .5s}.nf-red .listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:#8a5252;transition:all .5s}.nf-red .listradio-wrap .nf-field-element label.nf-checked-label:before{background:#8a5252}.nf-red .checkbox-wrap .nf-field-element label:after,.nf-red .checkbox-wrap .nf-field-label label:after,.nf-red .listcheckbox-wrap .nf-field-element label:after,.nf-red .listcheckbox-wrap .nf-field-label label:after{background:#f0e3e3;border-color:rgb(204.4186046512,160.5813953488,160.5813953488);transition:all .5s}.nf-red .checkbox-wrap .nf-field-element label:before,.nf-red .checkbox-wrap .nf-field-label label:before,.nf-red .listcheckbox-wrap .nf-field-element label:before,.nf-red .listcheckbox-wrap .nf-field-label label:before{color:#f0e3e3;opacity:0;transition:all .5s}.nf-red .checkbox-wrap .nf-field-element label.nf-checked-label:after,.nf-red .checkbox-wrap .nf-field-label label.nf-checked-label:after,.nf-red .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.nf-red .listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:rgb(195.523255814,143.976744186,143.976744186);transition:all .5s}.nf-red .checkbox-wrap .nf-field-element label.nf-checked-label:before,.nf-red .checkbox-wrap .nf-field-label label.nf-checked-label:before,.nf-red .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.nf-red .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#8a5252;opacity:1;transition:all .5s}.nf-red .nf-error{position:relative}.nf-red .nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-red .nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-red .nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-red .nf-error .nf-error-msg{color:#e80000}.nf-red .nf-pass{position:relative}.nf-red .nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-red .nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-red .nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-red .nf-field-submit-error{border:1px solid;margin:10px 0;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-red .nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-red .nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-red .nf-icons .nf-field-element:before{background:rgb(204.4186046512,160.5813953488,160.5813953488);color:#f0e3e3}.nf-red .nf-help{color:#8a5252}.nf-blue .nf-form-content .list-select-wrap .nf-field-element>div,.nf-blue .nf-form-content input:not([type=button]),.nf-blue .nf-form-content textarea{background:#dfeff5;border:1px solid rgb(145.2857142857,200.1428571429,220.7142857143);border-radius:0;box-shadow:none;color:rgb(44.6428571429,116.0714285714,142.8571428571);transition:all .5s}.nf-blue .nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-blue .nf-form-content input:not([type=button]):focus,.nf-blue .nf-form-content textarea:focus{background:#fff;border-color:rgb(67.5714285714,161.2857142857,196.4285714286);color:rgb(43.4285714286,112.9142857143,138.9714285714);transition:all .5s}.nf-blue .nf-form-content button,.nf-blue .nf-form-content input[type=button],.nf-blue .nf-form-content input[type=submit]{background:#4f9dbf;border:0;color:#dfeff5;transition:all .5s}.nf-blue .nf-form-content button:hover,.nf-blue .nf-form-content input[type=button]:hover,.nf-blue .nf-form-content input[type=submit]:hover{background:rgb(145.2857142857,200.1428571429,220.7142857143);color:rgb(44.6428571429,116.0714285714,142.8571428571);transition:all .5s}.nf-blue .nf-form-content select.ninja-forms-field{color:rgb(44.6428571429,116.0714285714,142.8571428571)}.nf-blue .nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.nf-blue .list-select-wrap div:after{color:rgb(44.6428571429,116.0714285714,142.8571428571);transition:all .5s}.nf-blue .list-select-wrap select:active+div,.nf-blue .list-select-wrap select:focus+div{background:#fff!important;border-color:rgb(67.5714285714,161.2857142857,196.4285714286)!important;transition:all .5s}.nf-blue .listradio-wrap .nf-field-element label:after{background:#dfeff5;border:2px solid rgb(145.2857142857,200.1428571429,220.7142857143);transition:all .5s}.nf-blue .listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:#4f9dbf;transition:all .5s}.nf-blue .listradio-wrap .nf-field-element label.nf-checked-label:before{background:#4f9dbf}.nf-blue .checkbox-wrap .nf-field-element label:after,.nf-blue .checkbox-wrap .nf-field-label label:after,.nf-blue .listcheckbox-wrap .nf-field-element label:after,.nf-blue .listcheckbox-wrap .nf-field-label label:after{background:#dfeff5;border-color:rgb(145.2857142857,200.1428571429,220.7142857143);transition:all .5s}.nf-blue .checkbox-wrap .nf-field-element label:before,.nf-blue .checkbox-wrap .nf-field-label label:before,.nf-blue .listcheckbox-wrap .nf-field-element label:before,.nf-blue .listcheckbox-wrap .nf-field-label label:before{color:#dfeff5;opacity:0;transition:all .5s}.nf-blue .checkbox-wrap .nf-field-element label.nf-checked-label:after,.nf-blue .checkbox-wrap .nf-field-label label.nf-checked-label:after,.nf-blue .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.nf-blue .listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:rgb(125.8571428571,190.4285714286,214.6428571429);transition:all .5s}.nf-blue .checkbox-wrap .nf-field-element label.nf-checked-label:before,.nf-blue .checkbox-wrap .nf-field-label label.nf-checked-label:before,.nf-blue .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.nf-blue .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#4f9dbf;opacity:1;transition:all .5s}.nf-blue .nf-error{position:relative}.nf-blue .nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-blue .nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-blue .nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-blue .nf-error .nf-error-msg{color:#e80000}.nf-blue .nf-pass{position:relative}.nf-blue .nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-blue .nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-blue .nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-blue .nf-field-submit-error{border:1px solid;margin:10px 0;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-blue .nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-blue .nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-blue .nf-icons .nf-field-element:before{background:rgb(145.2857142857,200.1428571429,220.7142857143);color:#dfeff5}.nf-blue .nf-help{color:#4f9dbf}@media only screen and (max-width:800px){.nf-field-container .nf-field-label{margin-bottom:10px!important;padding:0;width:100%;order:5}.nf-field-container .nf-field-label label{text-align:left}.nf-field-container .nf-field-description{margin:0;width:100%;order:10}.nf-field-container .nf-field-element{width:100%;order:15}.nf-field-container .checkbox-wrap .nf-field-label{width:auto}.nf-field-container .checkbox-wrap .nf-field-label label{position:relative;margin-left:30px}.nf-field-container .checkbox-wrap .nf-field-label label:after{left:-28px;bottom:0}.nf-field-container .checkbox-wrap .nf-field-label label:before{left:-30px;bottom:0}.nf-field-container .checkbox-wrap .nf-field-element{width:20px}.nf-form-cont .five-sixths,.nf-form-cont .four-sixths,.nf-form-cont .one-fourth,.nf-form-cont .one-half,.nf-form-cont .one-sixth,.nf-form-cont .one-third,.nf-form-cont .three-fourths,.nf-form-cont .three-sixths,.nf-form-cont .two-fourths,.nf-form-cont .two-sixths,.nf-form-cont .two-thirds{clear:both;float:none;margin:0;width:100%}.nf-form-cont .five-sixths .inside,.nf-form-cont .four-sixths .inside,.nf-form-cont .one-fourth .inside,.nf-form-cont .one-half .inside,.nf-form-cont .one-sixth .inside,.nf-form-cont .one-third .inside,.nf-form-cont .three-fourths .inside,.nf-form-cont .three-sixths .inside,.nf-form-cont .two-fourths .inside,.nf-form-cont .two-sixths .inside,.nf-form-cont .two-thirds .inside{padding:0}}input[type=checkbox]:focus+label:after,input[type=radio]:focus+label:after{box-shadow:0 0 0 3px #4f9dbf}@font-face{font-family:'FontAwesome';src:url(//www.fecap.br/wp-content/plugins/ninja-forms/assets/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//www.fecap.br/wp-content/plugins/ninja-forms/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.fecap.br/wp-content/plugins/ninja-forms/assets/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//www.fecap.br/wp-content/plugins/ninja-forms/assets/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//www.fecap.br/wp-content/plugins/ninja-forms/assets/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//www.fecap.br/wp-content/plugins/ninja-forms/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}