%PDF- %PDF-
| Direktori : /home/vacivi36/sistemaparcerias/assets/scss/material-kit/ |
| Current File : /home/vacivi36/sistemaparcerias/assets/scss/material-kit/_headers.scss |
.page-header {
height: 100vh;
background-position: center center;
background-size: cover;
margin: 0;
padding: 0;
border: 0;
display: flex;
align-items: center;
.page-header-image {
position: absolute;
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;
z-index: -1;
}
.content-center {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
color: #FFFFFF;
padding: 0 15px;
width: 100%;
max-width: 880px;
}
.carousel .carousel-indicators {
bottom: 60px;
}
> .container {
color: $white-color;
}
.title {
color: $white-color;
}
&.header-small {
height: 65vh;
min-height: 65vh;
}
.iframe-container {
iframe {
width: 100%;
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
0 4px 25px 0px rgba(0, 0, 0, 0.12),
0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
}
}
.header-filter {
position: relative;
&:before,
&:after {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
display: block;
left: 0;
top: 0;
content: "";
}
&::before {
background: rgba(0,0,0,.5);
}
.container {
z-index: 2;
position: relative;
}
}
.clear-filter::before {
background: none;
}
.purple-filter:after {
background: rgba(101, 47, 142, 0.64);
background: linear-gradient(45deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
background: -moz-linear-gradient(135deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
background: -webkit-linear-gradient(135deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
}