header{
    background-image: url(../img/bkg-lokiplantas.png);
    padding: 15em 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
header h1, h2{
    color: #8D4EF7; 
    margin: 0
}
header h1{
    font-size: 54px;
    font-weight: bold;
}
header h2{
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 20px
}
.mt40{
    margin-top: 40px;
}
.action-fixed{
    background-color: #1ebea5;
    position: fixed;
    width: 54px;
    height: 54px;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.4);
    bottom: 0;
    right: 0;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.action-fixed i{
    color: white;
    font-size: 32px
}
.box-video{
    border: 4px solid #ccc;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 3px 30px rgba(0,0,0,0.35);
}
.box-slide{
    border: 4px solid #ccc;
    padding: 10px 10px 26px 10px;
    border-radius: 10px;
    box-shadow: 0 3px 30px rgba(0,0,0,0.35);
}
#banner-show{
    max-height: auto;
    overflow: hidden;
    position: relative;
}
#banner-show:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(3%,rgba(0,0,0,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,1) 3%,rgba(255,255,255,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(0,0,0,1) 3%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,1) 3%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to top,rgba(0,0,0,1) 3%,rgba(255,255,255,0) 100%);
    zoom: 1;
}

.box-info-show img {
    width: 46vh;
}
.box-info-show{
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 20;
    text-align: center;
}
.box-info-show h3{
    color: #fff;
    font-size: 3rem;
    font-weight: lighter;
    margin: 0;
}
.box-info-show h4{
    color: #fff;
    font-weight: 300;
    font-weight: bold;
    margin: 0;
}
#videhome
{ 
  right:0; 
  bottom:0; 
  min-width:100%; 
  min-height:100%; 
  width:auto; 
  height:auto; 
  z-index:-100; 
  background-size:contain; 
}
.brand-logo img {
    width: 48px;
    margin: 8px;
}
/* CATEGORIAS PORTFOLIO */
.btn-small {
    font-size: 11px;
}
.acoes-categorias {
    margin: 0 8px;
}
.filter {
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.categorias {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* BOTOES */
.btn-1 {
    margin: 10px 0;
    background-color: #fff;
    color:#8124E4;
    border-radius: 30px;
}
.btn-1:hover, .btn-1:focus {
    border-radius: 30px;
    background-color: #8124E4;
    color: #fff;
}
/* NAVEGACAO */
#sidenav-overlay{
    display: none;
}
.fixar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 300;
}
nav{
    background-color: #fff;
}
nav ul a{
    color: #8124E4;
}
nav a {
    color: #8124E4;
}
.logomarca img {
    max-width: 261px;
}

/* MAIN */
.title{
    padding: 40px 0 ;
}
.title h3{
    color: #8124E4;
    font-size: 30px;
    font-weight: lighter;
    margin: 0;
}
.title h4{
    color: #8124E4;
    font-weight: 300;
    font-weight: bold;
    margin: 0;
}
/* GALERIA */

.box-port img {
    width: 100%;
}
.dark{
    background-color:#333;
    color: #fff;
}
.dark:hover{
    background-color:#8124E4;
    color: #fff;
}
.clean{
    color:#333;
    background-color:#f8f8f8; 
}
.clean:hover{
    background-color:#8124E4;
    color: #fff;
}
.amarelo{
    color:#333;
    background-color:#ffc107; 
}
.amarelo:hover{
    background-color:#8124E4;
    color: #fff;
}
.verde{
    color:#333;
    background-color:#a4c23b; 
}
.verde:hover{
    background-color:#8124E4;
    color: #fff;
}
.hover-categoria h3 {
    margin: 0;
    font-size: 12px;
    padding: 10px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}
.link {
    color: #333;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 100;
}
.flex-inline{
    display: inline-flex;
    align-content: space-between;
    align-items: center;
}
.flex{
    display: flex;
    align-content: space-between;
    align-items: center;
}
.contato a {
    background-color: #fff;
    padding: 10px 16px;
    color: #8124E4;
    display: flex;
    margin-bottom: 4px;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
}
.contato a:hover i {
    background-color:#8124E4;
    color: #fff;
    transition: .2s ease-in;
}
.contato i {
    border: 1px solid #8124e4;
    border-radius: 30px;
    min-width: 42px;
    line-height: 40px;
    text-align: center;
    margin-right: 4px;
}
footer{
	background-color: #222;
	padding:20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer img {
    height: 20px;
}
.map{
    border: 1px solid #8124E4;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 10px #ccc;
}
.map iframe{
    height: 300px;
}
/* LOAD */
.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8124E4;
    
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
}
.spinner-red{
    border-color: #fff !important;
}
.img-home{
    display: none;
}
@media (max-width: 820px) 
{  
    .flex-inline, .categorias{
        flex-direction: column;
    }
}
@media (max-width: 768px) 
{
    #videhome{
        display: none;
    }
    footer{
        justify-content: center;
    }
    .img-home{
        display: block;
    }
    .box-info-show{
        top:15%;
    }  
    #banner-show {
        height: 60vh;
    }
    .flex{
        flex-wrap: wrap;
    }
    .box-port {
        width: 50%;
    }
}