/*------------------------------------------------------------------
Project: Halo
Version: 1.0
Last change: first release
Primary use: App & Mobile Website
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
1. Typography
2. Utility & Colors
3. Layout
4. Animation
5. Toolbar
6. Sidebars
7. Elements
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
1. Typography
-------------------------------------------------------------------*/

body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #000;
    overflow-x: hidden;
}
body.noscroll {
  height: 100%;
  overflow: hidden; /* make sure iOS does not try to scroll the body first */
}
[class^="mdi-"],
[class*="mdi-"] {
    font-family: "Ionicons";
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #37474f;
    text-shadow: rgba(0, 0, 0, .12) 0 0 1px;
    margin: 10px 0;
	font-family: 'Flexo';
}
h1 {
    font-size: 32px;
    line-height: 1.25em;
}
h2 {
    font-size: 26px;
    line-height: 1.15em;
}
h3 {
    font-size: 22px;
    line-height: 1.35em;
}
h4 {
    font-size: 18px;
    line-height: 1.35em;
}
h5 {
    font-size: 16px;
    line-height: 1em;
}
p {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
}
p i { font-size: 16px; }
.libre { font-family: 'Roboto', sans-serif!important; }
.wrapper {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 100vh;
    overflow: scroll;
    height: -webkit-fill-available;
    -webkit-overflow-scrolling: touch;
    scroll-snap-align: start;
    /*z-index: 9;*/
}
.wrapper .inside {
  min-height: 100vh; /* this is the magic, actually bug abusing iOS here */
}
.swiper-container-cube .swiper-slide {
    overflow: hidden;
}
video::-webkit-media-text-track-display-backdrop {
  background-color: black!important;
}
video::cue {
  opacity: 1;
  background-color: black!important;
}
video {
  background-color: black!important;
}
a {
    color: inherit;
}
a,
a:link,
a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: underline;
}
a.menu-link { display:block; width:100%; height:100%; line-height:unset; margin:0; padding:0; }
body,
input,
textarea,
button,
select,
label,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
b {
    font-weight: 700;
}
.small,
small {
    font-size: 92.5% !important;
}
.big {
    font-size: 125% !important;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
.uppercase {
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
}
h1.uppercase,
h2.uppercase,
h3.uppercase {
    letter-spacing: 3px;
    margin-right: -3px;
}
h4.uppercase,
h5.uppercase,
h5.uppercase {
    letter-spacing: 2px;
    margin-right: -2px;
}
i {
    font-size: 24px;
    color: inherit;
}
i.big {
    font-size: 100px;
    width: 150px;
    display: block;
    margin: 0 auto 30px;
    border: 2px solid;
    border-radius: 50%;
    background: #2196F3;
    color: #fff;
}
blockquote {
    margin: 30px 0;
    color: #244072;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding-left: 45px;
    line-height: 1.34;
    font-size: 22px;
    padding-right: 20px;
    border: 0;
}
blockquote:before {
    content: "\201C";
    padding-left: 1.5rem;
    color: #e55a24;
    font-family: 'Libre Franklin';
    font-size: 70px;
    position: absolute;
    left: 0px;
	margin-top:-20px;
}
blockquote:after {
    content: "\201D";
    padding-left: 1.5rem;
    color: #e55a24;
    font-family: 'Libre Franklin';
    font-size: 70px;
	position: absolute;
    right: 135px;
	margin-top:-10px;
}
.title {
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -1px;
    text-shadow: 2px 3px 3px #6e6e6e;
}
.section-title {
    margin: 0;
    padding: 40px 20px 0;
}
.text-small {
    font-size: 0.9em;
    font-weight: 100;
}
.text-normal {
    font-size: 1em!important;
    font-weight: 100;
}
.text-small i {
    font-size: 1.4rem;
}
.full-width {
    margin: 0 -20px;
}
img.cover {
    object-fit: cover;
    height: 100%;
}
img.full-width {
    margin: 0 -20px;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
    width: calc(100% + 40px);
}
.off { display:none!important; }
/*------------------------------------------------------------------
2. Utility & Colors
-------------------------------------------------------------------*/
/* Colors */

.accent-text {
    color: #FF4081 !important;
}
.white-text {
    color: #FFF !important;
}
.cyan-text {
    color: cyan !important;
}
.gray-text {
    color: #666 !important;
}
.light-gray-text {
    color: #A7A7A7 !important;
}
.black-off-text {
	color:#1a1a1a!important;
}
.blue-text {
	color:rgb(20,55,110)!important;
}
.cobalt-blue-text {
	color:#2E3182!important;
}
.royal-blue-text {
	color:#073499!important;
}
.sky-blue-text {
	color:#AEC1FF!important;
}
.light-blue-text {
	color:#2392d1!important;
}
.ocre-text {
	color:#938243!important;
}
.magenta-text {
    color: magenta!important;
}
.dark-red-text {
    color: #540004!important;
}
.brick-text {
    color: #EB871E!important;
}
.cherry-text {
    color: #FF3F39!important;
}
.lilas-text {
    color: #645f95!important;
}
.green-text {
    color: #106937!important;
}
.accent-color {
    background-color: #FF4081 !important;
}
.accent-border {
    border-color: #FF4081 !important;
}
.primary-text {
    color: #2196F3 !important;
}
.primary-color {
    background-color: #123870!important;
}
.primary-border {
    border-color: #2196F3 !important;
}
.grey-blue {
    background-color: #f1f4f5;
}
.text-color {
    color: #76838f !important;
}
.text-light {
    font-weight: 400;
    color: #B2B2B4;
}
.special-text {
    font-family: 'Aleo', serif;
    text-align: justify;
    font-weight: 700;
    font-style: italic;
}
.text-flow.small {
    margin: 8px 20px 15px;
}
.text-flow.special-text {
	font-family:'Roboto Slab', serif;
	text-align:justify;
	font-size: 16px;
	line-height: 1.5em;
	font-weight:400;
	font-style: normal;
	}
.transparent {
    background-color: transparent !important;
}
.no-shadow {
    box-shadow: none;
}
.imagem_leg { margin-top:10px; }
/* Misures */

.width-100 {
    width: 100% !important;
}
.width-50 {
    width: 50% !important;
}
.width-39 {
    width: 39% !important;
}
.m-0 {
    margin: 0px !important;
}
.m-b-0 {
    margin-bottom: 0px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-l-0 {
    margin-left: 0px !important;
}
.m-l-r-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.p-b-5em {
    padding-bottom: 5em !important;
}
.p-10 {
    padding: 10px !important;
}
.p-10-15 {
    padding: 10px 15px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-40 {
    padding: 40px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-t-30 {
    padding-top: 30px !important;
}
.p-t-40 {
    padding-top: 40px !important;
}
.p-b-0 {
    padding-bottom: 0px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.p-b-40 {
    padding-bottom: 40px !important;
}
.m-l-0 {
    margin-left: 0 !important;
}
.p-l-r-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.p-l-r-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.p-l-r-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.p-l-r-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.p-t-b-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
/* Utility */

.block {
    display: block;
}
.overflow {
    overflow: auto;
}
.clr {
    clear: both;
}
.align-right {text-align: right;}
.centralize {text-align: center!important;}
.bottom-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.bottom {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
}
.bottom-abs {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.page-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

table p { margin-bottom:0; }
table.nopad td { padding:3px; }

.shadow { text-shadow: 0px 2px 2px #444; }

#blockui {
    /* Prevent link from triggering while drag over */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
}

/* Background & Overlay */
.bg-white { background-color:#fff; }
.bg-black { background-color:#000; }
.bg-blue { background-color:rgb(20,55,110); }
.bg-dark-blue { background-color:#142344; }
.bg-blue-off { background-color:#51627e; }
.bg-boston-blue { background: #0071B0; }
.bg-jelly-bean { background: #2c88ae; }
.bg-royal-blue { background: #1250ac; }
.bg-light-blue { background-color:#299fd6; }
.bg-lighter-blue { background-color:#e8eeec; }
.bg-sky-blue { background-color:#BFCBEF; }
.bg-skyer-blue { background-color:#C1DBEE; }
.bg-little-boy-blue { background-color:#7390c9; }
.bg-cobalt-blue { background-color:#242f47; }
.bg-honolulu-blue { background-color:#0C2D66; }
.bg-indigo { background-color:#7087B8; }
.bg-gray { background-color:#ccc; }
.bg-dark-gray { background-color:#666; }
.bg-light-gray { background-color:#a7a7a7; }
.bg-lighter-gray { background-color:#e4e4e4; }
.bg-shuttle-gray { background-color:#5f6677; }
.bg-green { background-color:#6c7d28; }
.bg-light-green { background-color:#f3f4d7; }
.bg-bold-green { background-color:#475042; }
.bg-plant-green { background-color:#7fb641; }
.bg-nature-green { background-color:#80970D; }
.bg-light-pink { background: #f9d3e4; }
.bg-salmon { background: #fbe2d0; }
.bg-red { background: #DC1C24; }
.bg-cherry { background: #c2252e; }
.bg-dark-red { background: #8B1202; }
.bg-red-orange { background: #fc3904; }
.bg-diserria { background: #dc9761; }
.bg-orange { background-color:#fc6f0d; }
.bg-light-orange { background-color:#EA9F3B; }
.bg-fresh-orange { background-color:#FFB45A; }
.bg-brick { background-color:#e55b25; }
.bg-peach { background-color:#FFCE6E; }
.bg-red-peach { background-color:#fc945d; }
.bg-ocre { background-color:rgb(203 192 113); }
.bg-off-ocre { background-color:#a59261; }
.bg-sand { background:#f4f2ec; }
.bg-dark-sand { background:#e9e6da; }
.bg-darker-sand { background:#AB9B6D; }
.bg-orange-sand { background:#F7E6CD; }
.bg-green-sand { background:#d0ceaf; }
.bg-yellow-sand { background:#dac9a2; }
.bg-yellower { background:#fec637; }
.bg-yellow { background:#FFEA35; }
.bg-gray-brown { background:#c7c1bc; }
.bg-light-brown { background:#aba19a; }
.bg-lighter-brown { background:#b7a188; }
.bg-chocolate { background:#C67714; }
.bg-dark-chocolate { background:#9e6329; }
.bg-dark-brown { background:#3e3f0a; }
.bg-pale-oyster { background:#988c71; }
.bg-pablo { background:#777067; }
.bg-mustard { background:#ec9a00!important; }
.bg-light-mustard { background:#E1B039!important; }
.bg-smooth-green { background:#E0EB9A; }
.bg-neon-green { background:#C8CF21; }
.bg-lemon { background:#E4E438; }
.bg-satin-linen { background:#e7e7d7; }
.bg-spring-wood { background:#f5f2ea; }
.bg-fruit-salad { background:#4d9573; }
.bg-oak { background:#1A4940; }
.bg-turquoise { background:#13CF8F; }
.bg-dark-turquoise { background:#00988C; }
.bg-dark-lilas { background:#4d5884; }
.bg-lilas { background:#a57da9; }
.bg-light-lilas { background:#eeeafe; }
.bg-black-gradient {
	background: rgb(10,10,10);
    background: linear-gradient(0deg, rgba(10,10,10,1) 0%, rgba(45,45,45,1) 100%);
}
.bg-blue-gradient {
	background: rgb(30,75,155);
    background: linear-gradient(180deg, rgba(30,75,155,1) 0%, rgba(55,175,225,1) 100%);
}
.bg-green-gradient {
	background: rgb(10,110,50);
    background: linear-gradient(0deg, rgba(10,110,50,1) 0%, rgba(125,165,15,1) 100%);
}
.bg-green-brown-gradient {
	background: rgb(136,168,13);
    background: linear-gradient(180deg, rgba(136,168,13,1) 0%, rgba(137,133,53,1) 100%);
}
.bg-especial {
	background:url(../img/papel.jpg);
	background-size: contain;
}
.opacity-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, .85)), to(#fff)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, .85) 90%, #fff 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, .85) 90%, #fff 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, .85) 90%, #fff 100%) repeat scroll 0 0;
}
.opacity-overlay-black {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, .85)), to(#000)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .85) 90%, #000 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .85) 90%, #000 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .85) 90%, #000 100%) repeat scroll 0 0;
}
.opacity-overlay-top {
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, .75)), to(#333)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .75) 95%, #333 100%) repeat scroll 0 0;
}
.border-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
}
/*------------------------------------------------------------------
3. Layout
-------------------------------------------------------------------*/

/*-- Colors --*/
.sand { color:#d1c9a6; }

.blank-layout,
.fullscreen {
    width: 100%;
    height: 100vh;
	position:relative;
}
.fullscreen .pagination, .top-banner .pagination {
    position: absolute;
    right: 20px;
    width: auto;
    top: 20px;
    font-size: 12px;
}
.mais {
    width: 70px;
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    z-index: 2;
}
.mais.out {
	mix-blend-mode: exclusion;
    opacity: 0.75;
}
.mais img {
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€¦Ã¢â‚¬â„¢ Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€¦Ã¢â‚¬â„¢ Chrome */
}

.arrows path.a3 {
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€¦Ã¢â‚¬â„¢ Chrome */
}
.page {
    margin-top: 56px;
    overflow: auto;
}
.none {
    display: none;
}
.top-banner {
    height: auto;
	text-align:center;
    position: relative;
    z-index: 1;
}
.top-title {
    font-size: 45px;
    font-family: 'Flexo';
    font-weight: 800;
    line-height: 1.15;
	margin-top:30px;
	letter-spacing: -0.04em;
}
.top-tag {
    position: absolute;
    top: 0;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    text-align: center;
    padding: 0px;
    font-family: 'Flexo';
    font-weight: 600;
    letter-spacing: -0.02em;
    font-size: 15px;
}
.top-tag span {
    padding: 5px 10px 3px;
    display:inline-block;
}
.top-tag.maior {
    width: 300px;
    margin-left: -150px;
}
.title-banner {
    position: absolute;
    bottom: 50px;
    background-blend-mode: overlay;
}
.title-banner.top {
    top: 50px;
    bottom: unset;
}
.title-banner .title {
    color: #fff;
    font-family: 'Flexo';
    font-weight: 800;
    font-size: 40px;
    line-height: 1.1;
    width: calc(100% - 60px);
    margin: 0;
    letter-spacing: -0.025em;
    text-transform: none;
	z-index: 2;
    position: relative;
}
.title-banner .title.menor { width: 100%; font-size:23px; letter-spacing:0; font-weight:600; }
.title-banner .title.shadow { text-shadow: 0px 2px 2px #111; }
.title-banner .special-text { font-size: 16px; padding: 0px 20px; }
.title-banner .transparent-bg {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    z-index: 1;
}
.h-banner {
    min-height: 212px;
    position: relative;
    z-index: 1;
}
.h-banner.min  {
    min-height: 130px;
}
.h-banner .parallax {
    height: 100%;
}
.h-banner .parallax img {
    display: block;
}
.bloco {
    border-bottom: solid 0.25px #e0ded8;
}
.bloco .text-flow {
	font-size: 16px;
}
.bloco .leitor {
	font-family:'Libre Franklin', sans-serif;
	font-size: 14px;
}
.banner-title {
    line-height: 30px;
    padding-left: 30px;
    font-size: 25px;
}
.banner-title {
    position: absolute;
    left: 33px;
    bottom: 30px;
    color: #ffffff;
}
.banner-title {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 56px;
    margin-left: 9px;
    text-transform: none;
    letter-spacing: normal;
    z-index: 9;
}
.banner-excerpt {
    font-family: 'Flexo';
    font-size: 19px;
}
.banner {
    height: 300px;
    margin-top: 56px;
    position: relative;
}
.banner .parallax {
    height: 100%;
}
.halo-nav {
    height: 56px;
    position: fixed;
    z-index: 2;
    top: 0px;
    background: none;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.halo-nav {
    background: none;
}
.box-shad-none {
    box-shadow: none;
}
.box {
    display: flex; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}
.box .col {flex: 1;}
.box p {
    padding: 15px;
    font-size: 12.5px;
    margin: 0;
}
.testimonial {
	border-radius:20px;
	background:#f4f2ec;
}
.halo-nav.smaller {
    height: 56px;
}
.halo-nav.smaller span {
    bottom: 15px;
}
.h-banner .floating-button, .floating-button {
    position: absolute;
    bottom: -25px;
    right: 20px;
}
.halo-nav.h-bg {
    background-color: transparent;
}
.social-media { text-align:center;margin-top:50px;position: relative;background: #fff;z-index: 99998;height: 170px;}
.social-media:after {
	content: 'COMPARTILHE A PBNEWS';
	color: gray;
	text-align: center;
	width: 100%;
	position: absolute;
	background: transparent;
	z-index: 99999;
	height: auto;
	top: 50px;
	left: 0;
	font-weight: 700;
	}
.social-media.cw:after { color:#fff; }
.social-media ul li { display:inline-block; padding:0 10px; }
.social-media ul li a { display: block; position:relative; z-index:99999; }
.social-media ul li img { width: 40px; }
.social-media ul.icon-white li img { filter: brightness(2); }

.subtitle {
    position: absolute;
    left: 73px;
    bottom: 71px;
    color: #fff;
    opacity: 0.6;
}
.button {
	display:block;
	border-radius:15px;
	text-align:center;
	padding:10px 20px;
	font-size:21px;
	font-family:'Flexo';
}


/* Page Header */

.hero-header {
    position: relative;
    z-index: 1;
}
.hero-header .floating-button {
    position: absolute;
    bottom: -27px;
    right: 20px;
    z-index: 2;
}
.floating-button.scrollable-fab.scrolled-down {
    position: fixed;
    bottom: 20px;
}
.hero-header .hero-over {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
}
/* Page Body */

.page-content {
    padding: 30px 20px;
	position:relative;
	z-index:10;
}

.out-rosa {
	background-size: cover;
	padding: 210px 30px 20px;
	background-repeat: no-repeat;
}

.out-rosa .titulo { font-size: 24px; }
.out-rosa .text-flow { line-height: 1.4em; }

#content {
    overflow: auto;
}

.left { float:left; }

.caption {
	font-family:'Roboto Slab', sans-serif;
	font-size: 16px;
}

.noticia {
    height: auto;
	float:left;
	width:100%;
	position:relative;
	z-index:10;
}

.noticia .left { line-height: 1.2; }
.noticia b { font-size: 18px; }
.noticia small {
    font-size: 100% !important;
}

.info {
	position:absolute;
	z-index:9999;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6) url(../img/direita.png) no-repeat right center;
	opacity:0;
	transition:all 1s ease-in;
}

.info.show {
	opacity:1;
}

.info h3 {
    color: white;
    padding: 42vh 60px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
	text-align:right;
	}

.info.esq h3 {
	background:url(../img/esquerda.png) no-repeat left center;
}

.info button {
    background: white;
    color: #444;
    border: 0;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 20px;
}

div[data-aos-delay="4000"] { transition-delay:8s; }

.pbb {
	background:url(../img/pb-box-80.jpg) no-repeat left center;
	width: 30px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin-left: 5px;
}

table.entrega td { vertical-align:baseline; }

table.entrega td img {
	width:100%;
	height:235px;
	object-fit:cover;
}

table.entrega td p.text-flow { height:150px; }
table.entrega td p.text-flow,
table.entrega td p.text-flow i {
	font-size:14px;
}

table.fale h1, table.fale h3 {
	font-family:'Libre Franklin', sans-serif;
}


/* Footer */

footer.page-footer {
    margin-top: 0px;
	padding-top: 80px;
	background-color: #f2f2f2;
	position: relative;
}
footer.page-footer .row {
	margin-bottom:0px;
}
.footer-copyright .right > i {
    margin-left: 10px;
    font-size: 20px;
}
/*------------------------------------------------------------------
4. Animation
-------------------------------------------------------------------*/

.m-scene .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.m-scene .fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.m-scene .fadeinup {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.m-scene .fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.m-scene .fadeinright {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.m-scene .bouncein {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.m-scene.is-exiting .animated {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.delay-1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.delay-2 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.delay-3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.delay-4 {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}
.delay-5 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.delay-6 {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}
/*------------------------------------------------------------------
5. Toolbar
-------------------------------------------------------------------*/
/* Drag Trigger */

.drag-target {
    width: 25px !important;
    top: 56px;
}
/* Toolbar */

#toolbar {
    width: 56px;
    height: 56px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}
#toolbar.transparent {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.open-left {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 44px;
    text-align: center;
    position: relative;
    padding-top: 6px;
}
.open-right {
    float: right;
    height: 56px;
    line-height: 56px;
    width: 56px;
    text-align: center;
    position: relative;
}
#toolbar i {
    background-size: contain;
    color: white;
    font-size: 30px;
    text-shadow: 0px 2px 2px black;
}
#toolbar .title {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 56px;
    margin-left: 16px;
    text-transform: none;
    letter-spacing: normal;
}
/*------------------------------------------------------------------
6. Drawer
-------------------------------------------------------------------*/

.side-nav.collapsible {
    border: none;
}
.side-nav .width-100 {
	display:table;
	width:100%;
}
.side-nav .left-30 {
    width: 30%;
    display:table-cell;
}
.side-nav .right-70 {
    width: 70%;
    display:table-cell;
	vertical-align:middle;
}
.side-nav .left-70 {
    width: 70%;
    display:table-cell;
	vertical-align:middle;
}
.side-nav .right-30 {
    width: 30%;
    display:table-cell;
}
.side-nav .left-60 {
    width: 60%;
    display:table-cell;
	vertical-align:middle;
}
.side-nav .right-40 {
    width: 40%;
    display:table-cell;
}
.side-nav .left-40 {
    width: 40%;
    display:table-cell;
}
.side-nav .right-60 {
    width: 60%;
    display:table-cell;
	vertical-align:middle;
}
.side-nav .left-50 {
    width: 50%;
    display:table-cell;
}
.side-nav .right-50 {
    width: 50%;
    display:table-cell;
	vertical-align:middle;
}
.side-nav .item {
    width: 48%;
    float: left;
    margin: 0 1% 0 0;
}
.side-nav .menu-link {
    width: 100%;
    display: block;
    height: 90px;
    padding: 0;
}
.side-nav .box-title {
    width: 100%;
    margin: 0;
    display: inline-block;
    padding: 0 10px;
	height:120px;
	position:relative;
}
.side-nav .box-title a {
    color: #444;
    display: block;
    font-size: 1rem;
    text-align: right;
    padding: 0 10px;
	position: absolute;
    bottom: 10px;
    width: 100%;
    line-height: normal;
    height: auto;
	right: 0;
}
.side-nav h1.menu-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}
.side-nav h1.menu-title span.subtitle{
    position: relative;
    font-size: 13px;
    left: unset;
    bottom: unset;
    color: #000;
    font-family: 'Roboto';
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 1;
}
.side-nav .menu-list a {
    font-size: 17px;
    font-weight: 800;
    color: #938243;
	margin-bottom: 0;
	line-height: 1.2;
	font-family:'Flexo';
	display:block;
}
.side-nav .menu-list {
    margin: 20% 10%;
    width: 80%;
}
.side-nav .menu-list td {
    height: 50px;
    display: grid;
    border-bottom: 4px solid #fff;
}
.side-nav span.category {
    font-family: 'Flexo';
    padding: 0.3em 10px 0.1em;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: 500;
	font-size:12px;
}
.sidenav-header {
    width: 100%;
    position: relative;
    overflow: auto;
    text-align: left;
    padding: 60px 0 0 20px;
    font-size: 36px;
    font-weight: 800;
    font-family: 'Flexo';
    letter-spacing: -0.02em;
}
.sidenav-header .nav-avatar {
    display: flex;
    align-items: center;
}
.sidenav-header .avatar {
    margin: 20px;
    height: 64px;
    width: 64px;
}
.sidenav-header .avatar-body {
    flex: 1;
}
.sidenav-header .avatar-body h3 {
    color: #fff;
    margin: 0;
}
.sidenav-header .avatar-body p {
    color: #fff;
    opacity: 0.8;
    font-size: 80%;
    margin: 0;
}
.sidenav-header .nav-social {
    padding: 20px 20px 0 20px;
}
.sidenav-header .nav-social i {
    font-size: 16px;
    color: #fff;
    margin-right: 18px;
}
/* dropdown */

.side-nav.inside {
    position: relative;
    display: table-footer-group;
    width: 100%;
	box-shadow:unset;
}
.side-nav.inside span.category, .side-nav .box-title {
    width: -webkit-fill-available;
    width: available;
}
.side-nav li {
    padding: 0;
}
.side-nav li:hover,
.side-nav li.active {
    background-color: transparent;
}
.side-nav .no-child:hover,
.side-nav .active .collapsible-header,
.side-nav .active .collapsible-body li a:hover {
    color: #2196F3;
    opacity: 1;
}
.side-nav .collapsible-header.active:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #2196F3;
    position: absolute;
    left: -5px;
    border-radius: 100%;
    margin-top: 6px;
}
.side-nav .collapsible-header {
    padding: 16px;
    margin: 0;
    min-height: auto;
    color: #444;
}
.side-nav .collapsible-header i {
    height: auto;
    line-height: 100%;
}
.side-nav .collapsible-body li a {
    margin: 0 16px 0 22px;
}
.side-nav li.active .collapsible-body li {
    background-color: #f4f8fb;
}
.side-nav li.active .collapsible-body li a {
    opacity: 0.8;
}
/* Right Sidebar */

.sidenav-header nav {
    border-bottom: 1px solid #eee;
}
/* Sidebar Chat */

.chat-sidebar {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    position: relative;
}
.chat-img img {
    margin-right: 10px;
    margin-top: 4px;
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    position: relative;
    flex: 1;
}
.chat-img .dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #fff;
    position: absolute;
    top: 35px;
    left: 22px;
}
.chat-message {
    flex: 1;
    font-size: 12px;
}
.chat-message p {
    margin: 0;
    font-size: 14px;
    color: #444;
}
.chat-message .small {
    opacity: 0.4;
    display: block;
}
/* badge */

.side-nav span.badge {
    min-width: auto;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 2px;
    color: #fff;
    margin: 0;
    padding: 0;
}
/*------------------------------------------------------------------
7. Elements
-------------------------------------------------------------------*/
/* Heading */

.heading-container {
    padding: 30px 20px;
}
.heading {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
}
.heading:after {
    content: '';
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 40px;
    border-top: 2px solid #444;
}
/* Progress */

.progress {
    margin: 0;
}
/* Avatar */

.avatar {
    width: 40px;
    height: 40px;
}
.unknow-avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
}
.unknow-avatar span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 100;
}
.avatar.with-letter span {
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    display: block;
}
/* Tab */

.tabs .tab a,
.tabs .tab a:hover {
    color: #2196F3;
    opacity: 0.6;
}
.tabs .tab a.active {
    color: #2196F3;
    opacity: 1;
}
.tabs .indicator {
    background-color: #2196F3;
}
/* Searchbar */

.input-field input[type=search] ~ i,
.input-field input[type=search] ~ i {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color;
}
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ i,
.input-field input[type=search]:focus ~ i {
    color: #444;
}
/* input */

input[type=text]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label,
.input-field .prefix.active {
    color: #2196F3;
}
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #2196F3;
    box-shadow: 0 1px 0 0 #2196F3;
}
[type="radio"]:checked+label:after {
    border: 2px solid #2196F3;
    background-color: #2196F3;
}
[type="checkbox"]:checked+label:before {
    border-right: 2px solid #2196F3;
    border-bottom: 2px solid #2196F3;
}
/* Blog Fullwidth */

.blog-fullwidth {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.blog-fullwidth .blog-header {
    padding: 20px 20px 20px 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
}
.blog-fullwidth .blog-header img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.blog-fullwidth .blog-author span {
    display: block;
    font-size: 14px;
}
.blog-fullwidth .blog-image {
    position: relative;
}
.blog-fullwidth .blog-preview h4 {
    margin-top: 0;
}
/* Blog Card */

.blog-card {
    margin: 20px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.blog-card .blog-header {
    padding: 20px 20px 20px 80px;
    position: relative;
}
.blog-card .blog-header img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.blog-card .blog-author span {
    display: block;
    font-size: 14px;
}
.blog-fullwidth .blog-preview h4 {
    margin-top: 0;
}
/* Promo */

.promo {
    margin-bottom: 20px;
}
.promo i {
    margin: 0;
    font-size: 96px;
    display: block;
}
h6.promo-caption {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}
.promo p {
    padding: 0 20px;
}
/* Features List */

.feature-list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.feature-list-title {
    flex: 1;
}
.feature-list i {
    color: #fff;
    font-size: 36px;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    margin-right: 20px;
    text-align: center;
    line-height: 64px;
}
.feature-list-title h6 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 2px 0 10px;
    text-transform: uppercase;
}
/* Project */

.project-image {
    margin: 20px;
}
.project-info {
    padding: 0 20px;
}
.project-info h2 {
    margin-bottom: 0;
}
.project-social-share {
    position: absolute;
    right: 0;
    top: -4px;
}
.project-social-share i {
    margin-left: 10px;
}
.project-comments .comments-list .author {
    margin-bottom: 0;
}
/* Card */

.card {
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
/* Comments */

.comments {
    padding: 20px;
    border-top: 1px solid #ddd;
}
.comments h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.comments-list,
.comments-list ul {
    width: 100%;
    overflow: hidden;
}
.comments-list li {
    margin-bottom: 32px;
}
.comments-list .avatar {
    position: absolute;
    left: 20px;
}
.comments-list .comment-body {
    padding-left: 56px;
    margin-bottom: 30px;
    width: auto;
}
.comments-list .comment-body p {
    font-size: 1em;
}
.comments-list .author {
    margin-bottom: 8px;
    display: inline-block;
}
.comments-list .date {
    float: right;
    font-size: 1em;
    opacity: 0.6;
}
li.your-comment {
    padding-left: 56px;
    margin-bottom: 0;
}
.post-author {
    position: relative;
}
.post-author .avatar {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.post-author span {
    padding-bottom: 10px;
    padding-top:10px;
    display: block;
    text-align: center;
}

/* Calendar */

.calendar table {
    border-collapse: collapse;
    border-spacing: 0;
}
.calendar td,
.calendar th {
    padding: 0;
}
.calendar {
    text-align: center;
    padding: 0 20px 20px;
}
.calendar thead {
    color: #fff;
    opacity: 0.9;
    border: none;
}
.calendar tbody {
    color: #fff;
}
.calendar tbody td:hover {
    background-color: rgba(255, 255, 255, .2);
}
.calendar td {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: calc(13vw - 16px);
    height: calc(13vw - 16px);
    line-height: calc(13vw - 18px);
    margin: 5px;
}
.calendar .prev-month,
.calendar .next-month {
    opacity: 0.4;
}
.current-day {
    background: #fff;
    color: #FF4081;
}
.calendar tbody td.current-day:hover {
    background-color: rgba(255, 255, 255, 1);
}
.event {
    cursor: pointer;
    position: relative;
}
.event:after {
    background: #fff;
    border-radius: 50%;
    bottom: 3px;
    display: block;
    content: '';
    height: 4px;
    left: 50%;
    margin: 0px 0 0 -2px;
    position: absolute;
    width: 4px;
}
.event.current-day:after {
    background: #fff;
}
/* Activity */

.activity {
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.activity p {
    margin: 0;
}
.activity-time span,
.activity-time i {
    vertical-align: middle;
}
.activity-type {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #ccc;
    margin: 20px 0 0;
}
.activity-type.second-type {
    right: 50px;
}
.activity-type i {
    font-size: 24px;
    color: #fff;
}
/* Lightbox */

.pswp i {
    color: #fff;
}
/* Shop */

.shop-banner {
    width: 50%;
    float: left;
    position: relative;
}
.shop-banner h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
}
.shop-banner p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 100;
}
/* Category Shop */

.shop-category {
    position: relative;
    width: 50%;
    margin-bottom: 20px;
    float: left;
    padding: 5px;
}
.category-image {
    position: relative;
}
.category-header {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
}
.category-header .ion-heart {
    opacity: 0.6;
    color: #d00;
}
.shop-category .category-preview h4 {
    margin-top: 0;
}
.shop-category .category-preview .price {
    margin-top: 0;
    margin-bottom: 0;
}
.rating {
    margin-bottom: 15px;
}
.rating i {
    opacity: 0.15;
    display: inline-block;
    font-size: 18px;
}
.rating i.active {
    opacity: 0.9;
    color: #fdd835;
}
/* Sizes */

.sizes .size {
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.sizes .size:hover {
    border: 1px solid #2196F3;
    background-color: #2196F3;
    color: #fff;
}
/* Sliders */

.swiper {
    margin-right: auto;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50%;
	overflow: hidden;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active {
    background: #2196F3;
}
.swiper-pagination.white-bullet .swiper-pagination-bullet {
    background-color: #fff;
}
.swiper-button-next, .swiper-button-prev {
    width: 40px;
    background: #252957aa;
    height: 50px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.swiper-button-next { right: 0; }
.swiper-button-prev { left: 0; }
/* Fullscreen */

.slider-fullscreen .bottom-abs {
    bottom: 40px;
    padding: 0 20px;
}
.slider-category {
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.slider-title {
    line-height: 1.2;
    font-size: 28px;
}
.slider-text {
    opacity: 0.8;
    margin-bottom: 40px;
}
/* Sliced */

.slider-sliced .swiper-slide {
    width: 100vw !important;
    height: 100vh;
    background-color: transparent;
    overflow: hidden;
}
.slider-sliced .slider-bottom-right {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    padding: 0 50px;
}
.slider-sliced .slider-bottom-right:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: 0;
    top: -90px;
    border-bottom: 90px solid #fff;
    border-left: 768px solid rgba(255, 255, 255, 0);
    /* Maintain smooth edge of triangle in FF */

    -moz-transform: scale(.9999);
}
.slider-sliced .slider-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    padding: 0 50px;
}
.slider-sliced .slider-bottom-left:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    top: -90px;
    border-bottom: 90px solid #fff;
    border-right: 768px solid rgba(255, 255, 255, 0);
    /* Maintain smooth edge of triangle in FF */

    -moz-transform: scale(.9999);
}
.slider-sliced .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
}
/* steps */

.slider-steps {
    width: 100%;
    height: 100vh;
}
.slider-steps .valign-wrapper {
    height: 100%;
}
.slider-steps .valign {
    margin-top: -100px;
    width: 100%;
}
.steps-controllers {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
.steps-controllers > div {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 20px 0;
    border-right: 1px solid #ddd;
}
.steps-controllers > div:last-child {
    border-right: none;
}
.steps-controllers > div a {
    width: 100%;
}
.steps-controllers .swiper-button-next,
.steps-controllers .swiper-button-prev {
    background-image: none;
    left: auto;
    right: auto;
    top: auto;
    margin-top: auto;
    position: static;
    height: auto;
    padding: 20px 0;
}
/* drawer */

.swiper-container.slider-drawer {
    height: 100vh;
}
.slider-drawer .swiper-slide {
    width: calc(100% - 16px) !important;
    height: calc(100vh - 112px);
    overflow: hidden;
    margin: 64px 8px 32px;
    padding: 16px;
    box-sizing: border-box;
}
.slider-drawer .drawer-pagination {
    bottom: 6px;
}
.slider-drawer .swiper-pagination-bullet-active {
    background: #fff;
}
.slider-drawer .row .col span {
    font-size: 0.7em;
    display: block;
}
.slider-drawer .row .col i {
    font-size: 40px;
}
#grandparent {
    height: 100%;
}
.child {
    margin-bottom: 0;
}
.slider-vertical .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc(100vh - 56px) !important;
    /* Center slide text vertically */

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* Tweet */

.twitter {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.tweet {
    margin-bottom: 20px;
}
.tweet h3 {
    font-size: 12px;
    margin: 0 0 5px;
    opacity: 0.4;
    webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tweet h3:hover {
    opacity: 1;
}
.tweet p {
    font-size: 12px;
}
.tweet p a {
    font-size: 12px;
    display: inline;
    height: auto;
    line-height: normal;
    padding: 0;
}
/* Facebook */

.facebook {
    padding: 10px 0;
}
.face-notification {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}
.face-notification img {
    margin-right: 10px;
    margin-top: 4px;
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
}
.face-notification div {
    flex: 1;
    font-size: 12px;
}
.face-notification p {
    margin: 0;
    font-size: 14px;
    color: #444;
}
.face-notification div .small {
    opacity: 0.4;
    display: block;
}
/* Follow us */

.follow-us {
    opacity: 0.6;
    text-transform: uppercase;
    webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.follow-us i {
    font-size: inherit;
}
.follow-us:hover {
    opacity: 1;
}
/* Portfolio */

.portfolio .row {
    padding: 2px;
    margin-bottom: 0;
}
.portfolio .row .col.s6 {
    padding: 2px 2px 0;
}
.portfolio .row .col.s6 img {
    margin-bottom: 4px;
}
.portfolio .row .col.s6 a:last-child img {
    margin-bottom: 2px;
}
/* Checkout */

.checkout-header {
    box-shadow: none;
    border: none;
    margin: 0;
    background-color: #fafafa;
}
.checkout-header .collapsible-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-color: #fafafa;
}
.checkout-header .checkout-price {
    font-size: 18px;
}
.checkout-header .collapsible-body {
    padding: 20px;
}
.checkout-header .collapsible-body .checkout-details {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}
.checkout-image {
    width: 64px;
    margin: 0 10px 0 0;
    border-radius: 4px;
}
.checkout-product-title {
    flex: 1;
}
.checkout-product-title,
.checkout-product-title:last-child {
    margin-bottom: 0;
}
.checkout-product-title h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.checkout-product-title h6 .right {
    font-weight: 400;
}
.checkout-header .input-field {
    display: flex;
}
.checkout-header .discount input {
    flex: 1;
    height: 35px;
}
.checkout-header .discount .btn {
    margin-left: 10px;
}
.discount {
    padding: 20px 0;
}
.subtotal {
    padding: 10px 0 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.subtotal h6 {
    font-size: 16px;
}
.subtotal span {
    margin: 0;
    padding: 0;
    display: block;
}
.total {
    padding: 20px 0 0;
}
.total .right {
    font-weight: 700;
}
.form-inputs {
    padding: 20px;
}
.form-inputs h4 {
    margin-bottom: 25px;
}
.shipping-address {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}
.form-inputs .remember {
    margin: 20px 0;
}
/* Grid */

.grid .row {
    margin-bottom: 0;
}
.grid .row:first-child {
    margin-top: 5px;
}
.grid .col {
    padding: 10px;
    border: 3px solid #fff;
    text-align: center;
}
/* 404 */

.page-404 .title {
    font-size: 72px;
}
.page-404 .valign {
    margin-top: -100px;
}
.page-404 i.ion-android-search {
    color: #444;
}
.page-404 .input-field input[type=search]:focus,
.page-404 .input-field input[type=search]:focus,
.page-404 .input-field input[type=search]:focus {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.page-404 nav .input-field label.active i {
    color: #444;
    opacity: 0.7;
}
/* searchbar */

nav .input-field label i {
    color: rgba(0, 0, 0, 0.3);
}
.nav-wrapper .input-field input[type=search] {
    border: none !important;
    height: 56px;
    max-height: 56px;
    overflow: hidden;
    margin-bottom: 0;
}
/* accordion popout */

.collapsible.popout>li {
    margin: 0 0 5px;
}
.collapsible.popout>li.active {
    margin: 8px -8px;
}
.collapsible.popout .collapsible-header i {
    margin-right: 0;
}
.collapsible.popout .collapsible-body {
    background-color: #fff;
}
/* search map card */

.map-card {
    margin: 20px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.map-card-header {
    padding: 20px 20px 20px 40px;
    position: relative;
}
.map-card-header i.left {
    position: absolute;
    top: 14px;
    left: 15px;
}
.map-card-header i.right {
    position: absolute;
    top: 13px;
    right: 25px;
}
.map-card-author span {
    display: block;
    font-size: 14px;
}
/* faq */

ul.faq {
    margin: 0 20px;
}
.faq .collapsible-header i.right {
    margin-right: 0;
}
.faq .collapsible-body {
    background-color: #fff;
}
/* News */

.news-main {
    position: relative;
}
.top-news {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #fff;
}
.top-news-title {
    font-size: 22px;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
}
.top-news-channel {
    float: left;
    font-size: 12px;
    margin-left: 20px;
    color: #fff;
}
.top-news-category {
    float: right;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    margin-right: 20px;
    color: #fff;
}
.single-news {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.single-news-title {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.3;
}
.single-news-channel {
    font-size: 12px;
}
.single-news-category {
    float: right;
    font-size: 12px;
    border-bottom: 1px solid #9e9e9e;
}
.news .comments.collection {
    margin: 0;
}
.news .collection,
.collection .collection-item {
    border: none;
}
.news .collection .collection-item.avatar {
    min-height: 0;
    margin: 20px 0 0;
    padding-left: 60px;
}
.news .collection .collection-item.avatar .text {
    font-size: 14px;
}
.news .collection .collection-item.avatar:first-child {
    margin-top: 5px;
}
.news .collection .collection-item.avatar img {
    margin: 0;
    left: 0;
}
.news .collection .collection-item.avatar .title {
    display: block;
}
.news .collection .collection-item.avatar .date {
    font-size: 11px;
}
.news .collection .collection-item.avatar.reply {
    margin-left: 20px;
    border-left: 1px solid #eee;
    margin-top: 0;
    padding-left: 72px;
}
.news .collection .collection-item.avatar.reply img {
    left: 15px;
}
/* Chart Widget */

.c-widget {
    display: flex;
    align-items: center;
}
.c-widget-figure {
    margin-right: 20px;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
}
.c-widget-body {
    flex: 1;
}
/* Floating Elements */

.floating-avatar {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    left: 20px;
    border-radius: 50%;
}
.hero-header.scrollable-avatar.scrolled {
    position: fixed;
    top: 0;
    height: 60px;
    overflow: hidden;
}
.hero-header.scrollable-avatar.scrolled .floating-avatar {
    top: 6px;
    width: 48px;
}
.floating-share {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.floating-share i {
    margin-left: 25px;
    color: #fff;
}
.floating-share i:hover {
    opacity: 0.8;
}
.vertical-line-spacer {
    height: 60px;
    padding-left: 20px;
    border-left: 2px solid #eee;
    margin-left: 50px;
}
.page-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
/* Contact */

.contact {
    position: relative;
    padding: 16px 16px 16px 65px;
}
.contact img {
    position: absolute;
    top: 16px;
    left: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.contact p {
    margin: 1px 0 0;
    color: #37474f;
}
.contact span {
    font-size: 12px;
    font-weight: 300;
}
.contact i {
    font-size: inherit;
}
.contact .time {
    position: absolute;
    top: 20px;
    right: 16px;
    font-weight: 300;
}
.contact .dot {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    position: absolute;
    top: 50px;
    left: 33px;
    border-radius: 50%;
    border: 4px solid #2196F3;
}
/* Activity */

.activity .row {
    padding-left: 20px;
    border-left: 2px solid #eee;
    margin-left: 50px;
}
.activity .contact {
    margin-bottom: 20px;
}
.activity .dot {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 17px;
    left: -42px;
    border-radius: 50%;
}
.activity .date {
    position: absolute;
    top: 18px;
    left: 0;
}
.friends img {
    display: inline-block;
    position: static;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: 8px;
}
.friends i {
    font-size: 32px;
}
/* Dropcap */

.dropcap {
    float: left;
    color: #444444;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
/* Chat */

.chat .message p {
    margin-bottom: 0;
    font-size: 14px;
}
.chat span {
    font-size: 12px;
}
.chat ul li {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}
.chat ul li > img {
    float: left;
}
.chat ul li .message {
    margin-left: 55px;
    position: relative;
    padding: 12px 16px;
    border-radius: 4px;
}
.chat ul li .message.first {
    border-top-right-radius: 20px;
}
.chat ul li .message.last {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.chat ul li.message-left {
    margin-bottom: 36px;
}
.chat ul li.message-right .message.first {
    border-top-left-radius: 20px;
    border-top-right-radius: 4px;
}
.chat ul li.message-right > img {
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat ul li.message-right .message {
    margin-right: 55px;
    margin-left: 0;
    margin-bottom: 2px;
    background-color: #f1f1f1 !important;
}
.chat ul li.message-left > img {
    margin-right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat ul li.message-left .message {
    background-color: #f0f8ff;
    margin-bottom: 2px;
}
.message-right > span,
.message-left > span {
    margin-bottom: 20px;
    display: block;
}
.message-left > span {
    margin-left: 55px;
}
.photo-add {
    margin-top: 8px;
}
.photo-add .square-user {
    height: 48px;
    width: 48px;
    margin-right: 4px;
    float: left;
}
.chat-day {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/* Notification */

.notification {
    padding: 10px 17px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
}
.notification p {
    margin-bottom: 0;
}
.notification span {
    font-size: 12px;
}
.close-notification {
    position: absolute;
    top: 2px;
    right: 12px;
}
.notification-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.notification-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.notification-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.notification-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
/* Player */

.player-info {
    padding: 24px 20px;
}
.player-info h4 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
}
.player-info span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    opacity: 0.85;
}
.player-controllers {
    padding: 20px;
    display: flex;
}
.player-controllers i {
    color: #ffffff;
    flex-grow: 1;
}
.upnext {
    padding: 20px;
}
.next-song {
    padding: 20px 0;
    position: relative;
}
.next-song span:first-child {
    margin-right: 16px;
}
.next-song i {
    position: absolute;
    right: 0;
    top: 12px;
}
/* ToDo */

.choose-date p {
    margin: 0;
    padding: 10px 0;
}
.choose-date p:first-child {
    padding-top: 0;
}
.choose-date p i {
    margin-right: 25px;
    position: relative;
    font-size: 26px;
    top: 3px;
}
.todo input[type="checkbox"]:checked + label {
    text-decoration: line-through;
    color: #9e9e9e;
}
.todo input[type="checkbox"] + label {
    color: inherit;
}
.todo .todo-element {
    position: relative;
    margin: 0;
    padding: 20px;
    border-top: 1px solid #eee;
}
.todo .todo-element:last-child {
    border-bottom: 1px solid #eee;
}
.todo .todo-element span {
    display: block;
    margin-left: 35px;
    font-size: 14px;
    color: #9e9e9e;
}
.todo .todo-element img {
    position: absolute;
    width: 25px;
    height: auto;
    border-radius: 50%;
    top: 20px;
    right: 20px;
}
/* Login / Signup */

.login,
.signup {
    min-height: 100vh;
}
.tool-login,
.tool-signup {
    position: absolute;
    top: 0;
    height: 180px !important;
}
.login-avatar,
.signup-avatar {
    border-radius: 50%;
    border: 4px solid;
    height: 140px;
    width: 140px;
    margin: 30px auto 0;
}
.login-avatar i {
    font-size: 80px;
    line-height: 140px;
    text-align: center;
    display: block;
}
.login-form,
.signup-form {
    padding: 20px;
    margin: 20px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 99;
}
.login-form h1,
.signup-form h1 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
/* Carth */

.legend {
    margin-bottom: 20px;
}
.legend h5.uppercase {
    margin-top: 0;
}
.legend p {
    margin-bottom: 0;
}
span.data-color {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid;
    margin-right: 7px;
    position: relative;
    top: 1px;
}
/* Lockscreen */

.clock h2 {
    font-size: 48px;
    font-weight: 100;
    margin-top: 80px;
    margin-bottom: 5px;
    color: #ffffff;
}
.clock span {
    color: #ffffff;
    opacity: 0.7;
}
.collection.notify {
    border: none;
    margin: 0;
    padding: 20px;
}
.collection.notify .collection-item {
    padding: 0;
    border-radius: 2px;
    margin-bottom: 5px;
}
.notify-header {
    padding: 10px 20px 10px 65px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.notify-header img {
    position: absolute;
    top: 10px;
    left: 10px;
}
.notify-author span {
    display: block;
    font-size: 14px;
}
.notify-author span.truncate {
    margin-bottom: 7px;
    opacity: 0.85;
}
.notify-author span.small {
    opacity: 0.5;
}
.unlock {
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 43px;
    margin: 0 auto;
    border: 2px solid transparent;
}
.unlock:hover {
    border: 2px solid #fff;
}
/* Masonry */

.grid-item {
    width: 50%;
    height: auto;
    float: left;
    margin: 0;
    padding: 1px;
}
/* Filter */

.controls {
    text-align: right;
    margin-bottom: 20px;
}
.controls button {
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    background: #eee;
    border: 0;
    color: inherit;
    border-radius: 2px;
    cursor: pointer;
    color: inherit;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.controls button.active {
    background: #2196F3;
    color: #fff;
}
.controls label {
    margin-right: 8px;
}
.mix,
.gap {
    float: left;
    width: 50%;
    margin: 0;
}
.mix {
    display: none;
    padding: 1px;
}
.mix figure {
    display: none;
}
/* Gallery Card */

.grid-item.gallery-item-card {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 3px 6px;
    width: calc(50% - 6px);
}
.gallery-item-header {
    padding: 10px 20px;
    position: relative;
}
.gallery-item-header img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.gallery-item-header span {
    display: block;
    font-size: 14px;
}
/* Gallery Fullwidth */

.gallery-fullwidth .mix,
.gallery-fullwidth .gap {
    float: none;
    width: 100%;
    margin: 0;
}
/* filter */

#filter.grid .mix {
    width: 50%;
}
#filter .mix {
    width: 100%;
}

/* editorial */

.editorial .title {
	color:#fff;
	font-size:30px;
	font-family:'Flexo';
}

/* arrow */

.object {
  position: relative;
  width: 200px;
  height: 200px;
  z-index: 1;
}

.object__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid var(--highlight-color);
  border-radius: 50%;
}

.object__intro {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 300px;
  padding-left: 20px;
  color: var(--highlight-color);
}

.object__intro-text {
  line-height: 1.5;
}

.arrow {
  position: absolute;
  bottom: -76px;
  left: 150px;
  width: calc(50% - 200px);
  height: 20%;
  background: white;
  display:none;
}

.arrow.inv {
    position: absolute;
    bottom: 320px;
    left: 260px;
    width: calc(50% - 200px);
    height: 10%;
    background: white;
    transform: rotate(180deg);
}

.arrow__body {
  width: 100%;
  height: 95%;
  margin-left: 13px;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: yellow;
  border-top-left-radius: 100%;
}

.arrow__body::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 9px;
    border-width: 10px 5px 0;
    border-style: solid;
    border-color: yellow transparent transparent;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ccc;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #ddd;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #eee;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;
    }

@media only screen and (min-width: 1200px) {
iframe {
    height: 400px;
}
}

@media (max-width: 767.98px) {
	.object__intro {
		top: -100%;
		left: 50%;
		transform: translate(-50%, 0);
		width: 70vw;
		padding: 0;
		}
	.desktop { display:none; }
	.mobile { display:block; }
	.musica {
    background: url(../img/fotos/23_Noticias_talento2.jpg) top center no-repeat;
    background-size: 380px;
  }
  .musica .p01 { font-size: 13.5px; line-height: 1.1; padding:50px 25px 0; }
  .musica .p02 { font-size: 13.5px; line-height: 1.13; padding:0px 25px 0; height: 475px; }
  .musica a { display: block; text-align: center; color: white; text-decoration: none; font-size: 16px; margin: 0 0 30px 0; }
}

@media (min-width: 768px) {

  .capa-pb {height:auto!important;}
	.desktop { display: block; }
	.mobile { display: none; }
	.swiper {
		width: 768px;
		height: 100vh;
		margin-left:-384px;
		box-shadow: 0 0 80px #616161;
		}
  .swiper-slide-active { z-index: 99; }
	.swiper-slide { background:#fff; }
  .wrapper { position: relative; }
	.slide3 table td img { width: 50%; right: 0; }
	.slide14 iframe { height: 400px!important; }
  .slide17 video {
        margin: 0 auto;
        display: block;
    }
	.slide18 iframe { height: 400px!important; }
	.slide26 iframe { height: 400px!important; }
	.slide29 iframe { height: 400px!important; }
	.slide27 .fullscreen .title-banner { width: 100%; padding: 0!important; top: 170px; }
	.slide9 video, .slide7 video, .slide7 iframe, .slide5 video, .slide4 video {height: 400px; background: #000;}
	.top-tag, .slide27 .mais, .slide23 .title-banner { display:none; }
	.escrav { height: 520px!important; }
	.slide12 iframe, .slide9 iframe { height: 400px; }
	.slide27 p.msg { font-size:30px; }
	.slide27 .centralize img { width:40%!important; }
	.slide27 video { height: 300px; background: #000; margin: 20px; width: calc(100% - 40px); }
	.img-gde { width: 100%; background: #eaeced; }
	.img-gde-2 { width: 100%; background: #ececec; }
	.img-gde img,.img-gde-2 img { width: 60%; margin: 0 auto; }
  .musica a { font-size: 25px; margin: 85px 0 115px 0; display: block; text-align: center; color: white; text-decoration: none; }
  .musica {
    background: url(../img/fotos/23_Noticias_talento2.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 150px!important;
  }
  .musica .p01 { font-size: 24.5px!important; line-height: 1.5!important; padding: 30px 75px 0!important; }
  .musica .p02 { font-size: 24.5px!important; line-height: 1.5!important; padding: 30px 75px 0!important; }

  .out-rosa { padding-top: 500px!important; }
  .vdoscania { height: 380px; }
  .cliqueaqui { bottom: 25px!important; left: 50%!important; font-size: 16px!important; width: 460px!important; margin-left: -230px!important; }
}

@media (min-width: 767px) and (min-height: 840px) {

}


@media (min-width: 399px) and (max-height: 767px) {
.balloon p {padding: 0 6%;}
.balloon p.small { font-size: 16px!important; }
.balloon.um {padding:255px 40px 15px!important;}
.balloon.dois {padding: 300px 40px 15px!important;}
.balloon.tres {padding: 310px 40px 10px!important;}
.confira {margin-bottom: 210px!important;}
}
