.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;
}
}body {
overflow-x: hidden;
}
@font-face {
font-family: 'AugustScriptBoldFree';
src: url(//www.fecap.br/wp-content/themes/portalv2.0/assets/vendor/font/AugustScriptBoldFree.eot);
src: url(//www.fecap.br/wp-content/themes/portalv2.0/assets/vendor/font/AugustScriptBoldFree.eot?#iefix) format('embedded-opentype'),
url(//www.fecap.br/wp-content/themes/portalv2.0/assets/vendor/font/AugustScriptBoldFree.woff) format('woff'),
url(//www.fecap.br/wp-content/themes/portalv2.0/assets/vendor/font/AugustScriptBoldFree.ttf) format('truetype'),
url(//www.fecap.br/wp-content/themes/portalv2.0/assets/vendor/font/AugustScriptBoldFree.svg#Sri-TSCRegular) format('svg');
font-weight: normal;
font-style: normal;
}
section {
padding: 2rem 0;
}
header {
background: #223129;
background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #223129), to(#2D2D2D));
background: -o-linear-gradient(top, #223129 65%, #2D2D2D 100%);
background: linear-gradient(180deg, #223129 65%, #2D2D2D 100%);
}
header h2 {
color: #fff;
font-family: 'Abril Fatface', cursive;
} .section-tarja-header,
.section-tarja-header .tarja {
background: #c79a63;
}
.section-tarja-header {
padding: 0;
}
.section-tarja-header .tarja {
height: 10px;
} .navbar-brand img {
max-width: 300px;
} .section-alumini-bolsa,
.section-imagem-fecap,
.section-desenho-fecap,
.section-assinaturas {
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center;
background-size: cover;
}
.section-imagem-fecap {
background-image: url(//www.fecap.br/wp-content/themes/portalv2.0/assets/img/120anos/bg-textura.jpg);
padding-bottom: 5rem;
}
.section-alumini-bolsa {
background-image: url(//www.fecap.br/wp-content/themes/portalv2.0/assets/img/120anos/bg-timeline.jpg);
}
.section-desenho-fecap {
background-image: url(//www.fecap.br/wp-content/themes/portalv2.0/assets/img/120anos/bg-desenho-fecap.jpg);
height: 90vh;
}
.section-assinaturas {
background-image: url(//www.fecap.br/wp-content/themes/portalv2.0/assets/img/120anos/bg-textura.jpg);
padding-bottom: 20rem;
}
.section-alumini-bolsa .botoes-alumini {
margin: 20rem 0;
}
.section-alumini-bolsa .btn {
border: unset;
font-family: 'Libre Baskerville', serif;
border-radius: 40px;
padding: 0.6rem 2rem;
margin: 0.5rem;
text-transform: uppercase;
}
.section-alumini-bolsa .botao1 {
background: #bd8f4a;
color: #fff;
}
.section-alumini-bolsa .botao2 {
background: #ffffff;
color: #bd8f4a
}
.section-imagem-fecap h2,
.section-assinaturas h2,
.section-assinaturas .assinaturas h3 {
font-family: 'AugustScriptBoldFree', serif;
}
.section-imagem-fecap h2,
.section-assinaturas h2 {
color: #262626;
font-size: 5rem;
}
.section-assinaturas .assinaturas {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 80vh;
}
.section-assinaturas .assinaturas h3 {
float: left;
font-size: 8rem;
padding: 2rem;
}
.section-assinaturas .assinaturas h3.cor1 {
color: #262626;
}
.section-assinaturas .assinaturas h3.cor2 {
color: #bd8d57;
}
.section-assinaturas .assinaturas h3.cor3 {
color: #282828;
}
.section-assinaturas .assinaturas h3.cor4 {
color: #bebebe;
}
.section-assinaturas .assinaturas h3.cor5 {
color: #c9ac8c;
}
.section-assinaturas .assinaturas .donor span {
will-change: opacity, filter;
opacity: 0;
-webkit-filter: blur(0px);
filter: blur(0px);
}
.section-perfis h2,
.section-perfis .card .card-body,
.section-noticias h2 {
font-family: 'Abril Fatface', cursive;
}
.section-noticias,
.section-perfis {
background: #282828;
}
.section-perfis .perfis {
position: relative;
top: -250px;
height: 490px;
}
.section-perfis h2 {
text-align: center;
}
.section-perfis .card {
background: unset;
margin: 0px;
padding: 2rem;
border: unset;
}
.section-perfis .card .card-body {
background: #bd8d57;
position: relative;
right: -30px;
top: -30px;
color: #fff;
font-size: 1.2rem;
}
.section-perfis .card .card-body p {
margin: 0;
}
.section-perfis .card .card-body span {
font-size: 0.9rem;
color: #e4e3e3;
}
.section-noticias h2 {
color: #bd8d57;
}
.section-noticias .card {
background: unset;
margin: 0px;
padding: 2rem;
border: unset;
}
.section-noticias .card .card-title,
.section-noticias .card .card-text,
.section-noticias .conteudo-video p {
color: #ffffff;
}
.section-noticias .card a {
text-decoration: none;
}
.conteudo-video {
margin: 1rem 0;
}
.section-noticias .card-img-top {
background: no-repeat 50%;
background-size: cover;
width: 100%;
padding-bottom: 25rem;
position: relative;
border-radius: unset;
}
.section-perfis .slick-prevNew,
.section-perfis .slick-nextNew,
.section-noticias .slick-prevNew,
.section-noticias .slick-nextNew {
top: unset;
bottom: 0;
display: block;
width: 38px;
list-style: none;
text-align: center;
position: absolute;
background: #bd8f4a;
border-radius: 30px;
height: 38px;
padding: 4px 0 8px 0;
cursor: pointer;
color: #fff;
border: 4px solid #a37b40;
font-size: 16px;
z-index: 2;
}
.section-perfis .slick-prevNew,
.section-noticias .slick-prevNew {
margin: 0px 46%;
}
.section-perfis .slick-nextNew,
.section-noticias .slick-nextNew {
margin: 0px 50%;
}
.section-fundo-de-bolsas,
.section-alumni .btn {
background: #bd8f4a;
color: #fff;
}
.section-alumni {
background: #282828;
color: #fff;
}
.section-fundo-de-bolsas .btn,
.section-alumni .btn {
border-radius: 30px;
border: unset;
padding: 0.5rem;
width: 8rem;
font-size: 1.5rem;
}
.section-fundo-de-bolsas .btn {
background: #fff;
color: #282828;
} footer {
padding: 2rem 0;
background: #494949;
}
footer a i {
padding: 1rem;
color: #c4c4c4;
}
.back-home-link {
font-size: 1.5rem;
color: #c4c4c4;
width: 100%;
}
.back-home-link:hover {
text-decoration: none;
color: #bd8f4a;
} .linkassiste {
display: inline-block;
position: relative;
}
.linkassiste button {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
border: 4px solid #fff;
border-radius: 100px;
background: rgba(255, 255, 255, 0.0);
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.linkassiste button:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 25px 0 25px 25px;
border-color: transparent transparent transparent #ffffff;
position: absolute;
top: 23px;
left: 38px;
}
.linkassiste button:hover,
.linkassiste button:after:hover {
-webkit-box-shadow: 0 0 0 4px rgba(150, 150, 100, 0.7);
box-shadow: 0 0 0 4px rgba(150, 150, 100, 0.7);
}
.linkassiste button:hover {
background: rgba(255, 255, 255, 0.2);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.linkassiste {
width: 100%;
}
.video-120anos-img {
background-image: url(//www.fecap.br/wp-content/themes/portalv2.0/assets/img/120anos/thumb-video-120anos.jpg);
}
.video-alumni-img {
background-image: url(//www.fecap.br/wp-content/themes/portalv2.0/assets/img/120anos/thumbnail-alumni.jpg);
}
.video-bolsas-img {
background-image: url(//www.fecap.br/wp-content/themes/portalv2.0/assets/img/120anos/thumbnail-bolsas.jpg);
}
.video-img {
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
width: 100%;
padding-bottom: 75%;
position: relative;
border-radius: 50px;
}
.full-banner-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 50px;
}
.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: #223129;
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;
}
#video {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
position: fixed;
z-index: 1040;
display: none;
}
#controlButtons {
position: absolute;
top: 50px;
left: 20px;
}
#stopvideobt {
cursor: pointer;
} @media (max-width: 992px) {
#modal-alert-120anos .modal-content .close {
padding: 1rem;
font-size: 1.2rem;
}
}
@media (max-width: 768px) {
#modal-alert-120anos .modal-content .close {
padding: 0.7rem;
font-size: 0.8rem;
}
.conteudo-video span {
text-align: center;
}
.section-imagem-fecap h2 {
font-size: 3rem;
padding: 1rem;
}
.section-perfis h2 {
color: #bd8d57;
}
.section-assinaturas {
padding-bottom: 5rem;
}
.section-assinaturas .assinaturas h3 {
font-size: 3rem;
padding: 1rem;
}
.section-perfis .perfis {
top: unset;
height: unset;
}
.section-perfis .card .card-body {
right: unset;
}
.section-perfis .slick-prevNew,
.section-noticias .slick-prevNew {
margin: 0px 36%;
}
.section-perfis .slick-nextNew .section-noticias .slick-nextNew {
margin: 0px 48%;
}
.section-desenho-fecap {
height: 20vh;
}
.section-alumini-bolsa .botoes-alumini {
margin-top: 10rem;
margin-bottom: 15rem;
}
}