
@import 'z-endless-dreams.css';
@import 'z-endless-dreams.sm-md-gt.css';
@import 'z-endless-dreams.mana.css';
/* -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700,800|Oswald:400,700');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
font-family: 'Prompt', sans-serif;
*/
/* -------------------------------------------------------------------------- */
@font-face {
    font-family: 'material-icons';
    font-style: normal;
    font-weight: 400;
    src: url(../font/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../font/MaterialIcons-Regular.woff2) format('woff2'),
        url(../font/MaterialIcons-Regular.woff) format('woff'),
        url(../font/MaterialIcons-Regular.ttf) format('truetype');
}
@font-face {
    font-family: "design-icons";
    src:url("../font/design.eot");
    src:url("../font/design.eot?#iefix") format("embedded-opentype"),
        url("../font/design.woff") format("woff"),
        url("../font/design.ttf") format("truetype"),
        url("../font/design.svg#flat") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class*="fIcon"]{
    font-family: 'material-icons' ;
}

[class*="-icelebration"]:before {
    content: "\f100";
}
[class*="-ifacebook-lg"]:before {
    content: "\f101";
}
[class*="-igoogle-forms"]:before {
    content: "\f102";
}
[class*="-ihand-shake"]:before {
    content: "\f103";
}
[class*="-ihome"]:before {
    content: "\f104";
}
[class*="-iinstagram-lg"]:before {
    content: "\f105";
}
[class*="-iletter"]:before {
    content: "\f106";
}
[class*="-imagnifier"]:before {
    content: "\f107";
}
[class*="-imoney"]:before {
    content: "\f108";
}
[class*="-imusic"]:before {
    content: "\f109";
}
[class*="-ipromote"]:before {
    content: "\f10a";
}
[class*="-itechnology"]:before {
    content: "\f10b";
}
[class*="-itwitter-lg"]:before {
    content: "\f10c";
}
[class*="-iyoutube"]:before {
    content: "\f10d";
}
[class*="-iyoutube-lg"]:before {
    content: "\f10e";
}

[class*="fIcon-det-"]{
    font-family: 'design-icons'!important;
}
/* -------------------------------------------------------------------------- */
/* Definir */

::selection {
    background: rgba(0,0,0, .1);
}
::-moz-selection {
    background: rgba(0,0,0, .1);
}

::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    background-color: rgba(255,255,255, .5);
}
::-webkit-scrollbar-thumb {
    background-color:rgba(23, 70, 158, .8);
}
::-webkit-scrollbar-thumb:window-inactive{
    background-color: rgba(23, 70, 158, .4);
}

body{
    font-family: 'Gothic A1', 'Open Sans', sans-serif;
    font-size: 1.6rem;
    background-color: #f5f5f5;
    color: #64585e;
}
body::-webkit-scrollbar {
    width: 0px;
}

.fAllura{
    font-family: 'Allura', cursive;
}

section{
    min-height: calc(100% - 98px - 254px);
}

.bgNone{
    background-color: transparent;
}
.bgFirst{
    background-color: #f1cd33!important;
}
.bgSecond{
    background-color: #00471f!important;
}

.cFirst{
    color: #f1cd33!important;
}
.cSecond{
    color: #00471f!important;
}

.cFacebook{
    color: #3B5998;
}
.bgFacebook{
    background: #3B5998;
}

.bgLinkedin{
    background-color: #007AB9;
}
.bgFacebook{
    background-color: #3B5998;
}
.bgTwitter{
    background-color: #00ACED;
}

.flWhite{
    fill: #fff;
}
.flDark{
    fill: #000;
}
.flFirst{
    fill: #0c4912;
}


.ipt-place-first ::-webkit-input-placeholder {
    color: #0c4912;
}
.ipt-place-first :-moz-placeholder {
    color: #0c4912;
}
.ipt-place-first ::-moz-placeholder {
    color: #0c4912;
}
.ipt-place-first :-ms-input-placeholder {
    color: #0c4912;
}

h2.title{
    font-size: 2.4rem;
}

.effToggle .has-toggle{
    border-radius: 0;
}

/* -------------------------------------------------------------------------- */
/* Home/Secão */
.dq-odd .contTxt, .dq-even .contTxt{
    padding-bottom: 90px;
}
.personLink{
    height: 70px;
    width: 110%;
    position: absolute;
    bottom: 15px;
    padding: 8px;
}
.personLink:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 0px;
    border-bottom: 70px solid rgba(255,255,255,.8);
}

.dq-odd .personLink{
    transform: translateX(-4%);
    right: 0;
}
.dq-odd .personLink:before{
    border-left: 70px solid transparent;
}
.dq-even .personLink{
    transform: translateX(2%);
}
.dq-even .personLink:before{
    border-right: 70px solid transparent;
}
/* -------------------------------------------------------------------------- */
/* Limitadores/Ajustes/Definições gerais/Seções */

/*#solucoes .contLimit [class*='imgO']{width: 180px; height: 180px;}
#solucoes .contBox .contLimit{max-width: 400px; min-height: 280px;}

#produtos .contLimit{max-width: 300px;height: 200px;}

#galeria .contLimit{max-width: 300px; height: 300px;}
#galeria-det .contLimit{max-width: 200px; height: 200px;}*/

#destaque .contLimit{
    width:100%;
    max-width: 380px;
    height: 300px;
}
#destaque .contLimit [class*='imgO']{
    height: 300px;
}

#clientes .contLimit{
    max-width: 150px;
    height: 110px;
}

#promocoes .contLimit {
    max-width: 420px;
    height: 430px;
}

#produtos .contLimit {
    max-width: 420px;
    height: 330px;
}

#localMaps {
    height: calc(100% + 30px);
}

[id*='ifmPlayer-'].active{
    display: none!important;
}
/* -------------------------------------------------------------------------- */
/* Header/Footer */
#header-menu .contMenu{
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

header #header-menu-lg{
    width: 160px;
}

/*#header-toggle{width: 49px;height: 42px;}*/

/*#header-search{width: calc();}*/

#header-acd-lg{
    position: absolute;
    width: 45px;
    top: 2px;
    margin-left: 26px;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
}
#header-acd-content .acd a[class*='acd']:hover, #header-acd-content .acd a[class*='acd']:active, #header-acd-content .acd a[class*='acd']:focus{
    background-color: #3c4542!important;
    color: #fff!important;
}

@keyframes returnHeader{
    0% {
        transform: translateY(0);
        top: 0;
        z-index: 9;
    }
    20% {
        opacity: 1;
        transform: translateY(-60px);
    }
    40% {
        opacity: 0;
        top: 0;
        z-index: 0;
    }
    60% {
        opacity: 0;
        top: 100%;
    }
    80%{
        top: 100%;
        transform: translateY(-60px);
    }
    100%{
        top: 100%;
        transform: translateY(0px);
        z-index: 0;
    }
}
header #header-acd-menu{
    animation: returnHeader .8s ease-in-out alternate;
    animation-fill-mode: forwards;
}
/* ----------------------- */
/* Header Ativo/Update */

@keyframes openHeaderMenu{
    0%{
        position: fixed;
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
        position: fixed;
    }
}
header.update #header-menu{
    animation: openHeaderMenu .6s ease-in-out normal;
    animation-fill-mode: forwards;
    /*box-shadow: 0 0 1px 2px rgba(0,0,0,.3)*/
}
header.update #header-menu-lg{
    width: 95px;
}

@keyframes moveHeader{
    0%{
        top: 100%;
        transform: translateY(0px);
        z-index: 0;
        position: absolute;
    }
    20%{
        top: 100%;
        transform: translateY(-60px);
        ;
        opacity: 0;
    }
    40% {
        opacity: 0;
        top: 100%;
        position: absolute;
    }
    41% {
        top: 0;
    }
    60% {
        opacity: 0;
        top: 0;
        position: fixed;
        z-index:0;
    }
    80% {
        opacity: 1;
        transform: translateY(-60px);
    }
    100% {
        opacity: 10;
        transform: translateY(0);
        top: 0;
        position: fixed;
    }
}

header.active #header-acd-menu{

    animation: moveHeader .8s ease-in-out normal;
    animation-fill-mode: forwards;
}

header.update #header-acd-lg, header.active #header-acd-lg, #pg-section #header-acd-lg{
    visibility: visible;
    opacity: 1;
}

header.update #header-acd-menu, header.active #header-acd-menu{
    top: 0!important;
    position: fixed!important;
    z-index: 999!important;
}

header.update #header-acd-menu, #header-acd-menu.starter{
    animation: none!important;
}

header.update #header-acd-menu .bgMask, header.active #header-acd-menu .bgMask{
    opacity: .95!important;
}

#header-acd-content{
    position: fixed;
    height: 100%;
    overflow: auto;
    padding-top: 0px;
    top: 100%;
    left: 0;
}

header.active #header-acd-content{
    top: 85px;
}
/* barra de pesquisa */
.form-search .selectField{
    padding: 20px 40px 20px 20px;
}

/* midias */
#hd-socials{
    min-width: 259px;
    margin-bottom: 77px;
}
/* -------------------------------------------------------------------------- */
/* Menus */
.contMenu li{
    z-index: 9;
    float: left;
    position: relative;
    height: 100%;
}
.contMenu li:hover{
    z-index: 10;
}
.contMenu li a.linkMenu{
    text-align: center;
    z-index: 5;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.contMenu .subMenu{
    float: left;
    top:100%;
    position: absolute;
    left: 0;
    z-index: 4;
    min-width: 100%;
    background-color: #fff;
    /*box-shadow: 0 2px 3px 0px rgba(0,0,0, .3);*/
    border-radius: 0 0 3px 3px;
    max-height: 0;
    overflow: hidden;
}
.contMenu .subMenu .subMenuContent{
    overflow-x: auto;
    max-height: 90px;
    float: left;
    width: 100%;
}
.contMenu .subMenu .branchMenu{
    float: left;
    padding: 0;
    min-width: 100%;
    position: relative;
}
.contMenu a.linkMenu{
    padding: 40px 15px;
    height: 100%!important;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contMenu a.linkMenu:before{
    content: '';
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
    opacity: .2;
    background: transparent;
}
.contMenu .subMenu a.linkMenu:before{
    bottom: auto;
    top: 0;
}
.contMenu .subMenu a.linkMenu{
    text-align: left!important;
    padding: 8px 10px;
}

.contMenu .branchMenu.active a.linkMenu, .contMenu .branchMenu a.linkMenu:hover{
    color: #f1cd33!important;
    font-weight: bold;
    /* background: #f1cd33; */
}
.contMenu .subMenu a.linkMenu:hover{
    color: #fff!important;
    background-color: green;
}


/* -------------------------------------------------------------------------- */
/* Menu Produtos */

/*#listCat{
    min-height: 500px;
}*/


#mn-list .acd .acdLink{
    padding: 12px 50px 12px 26px;
    text-transform: none;
}

#mn-list .acd .acdLink:before{
    content: '';
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #0c4912;
    -webkit-transition-duration: .3s;
    -webkit-transition: all  ease-in-out .3s;
    transition: all  ease-in-out .3s ;
}
#mn-list .acd .acd-sct-icon.active ~ .acdLink:before{
    background-color: #fff!important;
}
#mn-list .acd .acdLink:hover:before, #mn-list .acd .acd-sct-icon.active ~ .acdLink:before{
    margin-top: -4px;
    height: 8px;
    width: 8px;
}

#mn-shadow-close{
    background: rgba(255,255,255, .8);
    z-index:9;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left: 0;

}
/* -------------------------------------------------------------------------- */
/* google maps */
#rotaMaps{
    width: calc(100% - 397px);
}
#rotaTxt{
    width: 387px;
}
/* -------------------------------------------------------------------------- */
/* SOCIAL ICONES */
.socialIcones{
    width: 370px;
    z-index: 999;
    padding-top: 5px;
}
.socialIconesFacebook{
    float: left;
    z-index: 1;
    width: 55px;
    padding: 2px;
}
img#share_button{
    float: right;
    cursor: pointer;
}

/*.content #videoincorporado{
    width: 100%;
    max-width: 500px;
}*/
.content #tabelaincorporado{
    margin:2% 0 2% 0;
}

/* Facebook */
.fb-content{
    width: 358px;
}

/* -------------------------------------------------------------------------- */
/* Barra Lateral - Sidebar */
aside#aside-evolve{
    position: fixed;
    right: 0;
    left: 0;
    top:-100%;
    width: 100%;
    z-index: 9999;
    height: 100%;
    min-width: 200px;
}
#aside-evolve.active{
    top: 0!important;
}
aside#aside-evolve>.asideContent{
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: auto!important;
}

#aside-toggle{
    position: absolute;
    bottom: -42px;
    left: -100px;
    width: 35px;
    height: 35px;
    z-index: -1;
    animation: returnMenu 1.4s ease-in-out normal;
    animation-fill-mode: forwards;
}
@keyframes returnMenu{
    0%{
        bottom: auto;
        top: 8px;
        left:8px;
        z-index: -1;
        opacity: 1;
    }
    10%{
        top: -100px;
        left:8px;
        z-index: -1;
        opacity: 1;
    }
    20%{
        z-index: -1;
        opacity: 0;
    }
    30%{
        z-index: -1;
        opacity: 0;
        bottom: -42px;
        left: -100px;
    }
    100%{
        opacity: 1;
        z-index: 99999;
        bottom:-42px;
        left:8px;
    }
}

#aside-toggle.active{
    animation: openMenu 1.4s ease-in-out normal;
    animation-fill-mode: forwards;
}
@keyframes openMenu{
    0%{
        bottom:-42px;
        left: 8px;
        z-index: -1;
        opacity: 1;
    }
    10%{
        bottom: -25px;
        left: -80px;
        z-index: -1;
        opacity: 1;
    }
    20%{
        z-index: -1;
        opacity: 0;
    }
    30%{
        z-index: -1;
        opacity: 0;
        bottom: auto;
        top: -100px;
        left:8px;
    }
    100%{
        opacity: 1;
        z-index: 99999;
        bottom: auto;
        top: 8px;
        left:8px;
    }

}
#aside-toggle .effToggle .has-toggle{
    transition-delay: 1s;
}
#aside-toggle .effToggle{
    height: 35px;
    width:35px;
}
/* -------------------------------------------------------------------------- */
.two-quotes{
    position: relative;
}
.two-quotes:before, .two-quotes:after{
    content: '';
    position: absolute;
    z-index: 0;
    width: 25px;
    height: 25px;
    background: url(../img/two-quotes.svg) center center no-repeat ;
    background-size: 94%;
}
.two-quotes:before{
    right: 35px;
    bottom: 0;
}
.two-quotes:after{
    left: 35px;
    top: 0;
    transform: rotate(180deg);
}
/* -------------------------------------------------------------------------- */
/* scroll rolagem */
#ascrail2000 div{
    background-color: #424242!important;
}
#ascrail2000-hr{
    display: none!important;
}
/* -------------------------------------------------------------------------- */
/* Secoes */

/* -------------------------------------------------------------------------- */
/* Formulario */
.formInfo .inputField .fIcon{
    position: absolute;
    right: 5px;
    top: calc(50% - 9px);
    z-index: 3;
}

/* -------------------------------------------------------------------------- */
/* Banners */
.bn-home .rsNav{
    width: 100%;
}
.bn-home.rsMinW .rsBullets {
    right: 0;
    left: auto;
    padding: 5px 0;
    text-align: center;
    overflow: hidden;
}
.bn-home.rsMinW .rsBullet.rsNavSelected span {
    background-color: #f1cd33;
}
.bn-home.rsMinW .rsBullet span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    /*box-shadow: 0 1.5px 2px 0px #000;*/
    opacity: .95;
    -moz-opacity:.95;
    -webkit-opacity:.95;
    border-radius: 0;
    cursor: pointer;
}

.bn-home .rsABlock {
    width: 60%;
    padding: 10px 0 70px 0;
    top: auto;
    bottom: 0;
}


/* -------------------------------------------------------------------------- */
/* Carousel */
/*.slick-dots{bottom: -30px;}
.slick-dots li button:before{
    opacity: 1; 
    background: rgba(255, 255, 255,.8);
    -webkit-transition-duration: .3s;
    -webkit-transition: all  ease-in-out .3s;
    transition: all  ease-in-out .3s;
    -moz-transition: all  ease-in-out .3s;
}
.slick-dots li:hover button:before{opacity: .5;}
.slick-dots li.slick-active button:before{opacity: 1;background: #77039C;}*/

.slick-slider.hover-control:hover .slick-arrow{
    background-color: #f1cd33;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
}
.slick-slider.hover-control:hover .slick-arrow:active{
    transition: all 0s!important;
    transform: scale(.99)!important;
}

#btnScroll{
    position: fixed;
    bottom: 6%;
    right: 2%;
    z-index: 999;
    cursor: pointer;
}


.homeMapa{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 130%;
    min-height: 220px;
    max-height: 230px;
}


.secaoTit{
    margin-top: 40px;
    padding-bottom:120px;
}

.backBannerSecao{
    background-size:100%;
}



/* Accordion */
.accordion, .accordion * {
}
.accordion {
}
/* Section Titles */
.accordion .accordion-section-title {
    font-size: 1.8em;
    background-color: #00A64E;
    color: #fff!important;
    width: 100%;
    display: inline-block;
    padding: 7px 10px;
    transition: all .3s ;
    -webkit-transition: all .3s;
    -webkit-transition-duration: .3s;
    border-bottom: 2px solid #fff;
}
.accordion .accordion-section:first-child .accordion-section-title{
    border-radius: 0px 0px 0 0;
}
.accordion .accordion-section:last-child .accordion-section-title{
    border-radius: 0 0 0px 0px;
    border-bottom: none;
    margin-bottom: 1px;
}
.accordion .accordion-section:last-child .accordion-section-title.active{
    border-radius: 0;
}
.accordion .accordion-section-title:hover {
    background-color: #008000;
}
.accordion .accordion-section-title.active{
    background: #008000;
    box-shadow: none;
    border-bottom: none;
}
.accordion .accordion-section .accordion-section-content {
    box-shadow: none;
}
.accordion .accordion-section .accordion-section-content.active {
}
.accordion .accordion-section:last-child .accordion-section-content {
    border-bottom: 3px solid #dadada;
    border-radius: 0 0 5px 5px;
}
/* Section Content */
.accordion .accordion-section-content {
    display:none;
    background: #fff;
}
/*
.accordion .accordion-section-content li>a {
    padding: 8px;
    width: 100%;
    float: left;
    transition: all .3s ; 
    -webkit-transition: all .3s;
    -webkit-transition-duration: .3s;
    position: relative;
    color: #000;
    font-size: 1.5em;
    margin: 2px 0;
}

.accordion .accordion-section-content li{background-color: inherit;}
.accordion .accordion-section-content li>a:hover{background-color: inherit; color: #fff;}
.accordion .accordion-section-content li>a:active{
    transition: all 0s ; 
    background-color: inherit;
    color: #fff;
    -webkit-transition: all 0s;
    -webkit-transition-duration: 0s;
    transform: scale(0.98); -webkit-transform: scale(0.98);
}
 -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
.seta{
    position:relative;
    outline: none;
    padding-left: 35px!important;
}
.seta:before {
    content: "›"; /* › ‹ */
    position: absolute;
    top: 50%;
    margin-top: -13px;
    color: #fff;
    text-align: center;
    width: 20px;
    height: 26px;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 20px;
    left: 8px;
    outline: none;
}
.seta.active:before{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
/* -------------------------------------------------------------------------- */



.servicosCat{
    border-left: 4px solid #f1cd33;
    border-bottom: 1px solid #dedede;
    background-color: #fff200;
    color: #333;
    font-weight: bold;
}
.servicosCat:hover{
    background-color:#f1cd33;
    border-left: 4px solid #970409;
    color:#fff;
}
.servicosCatSelected{
    background-color:#f1cd33;
    border-left: 4px solid #970409;
    color:#fff;
}
.servicosCatNotSelected{
    background-color:none;
}

.linkUnderline{
    text-decoration: underline;
}

.bgNutrimilhoEmpresa{
    background:url(../img/home-img-bgempresa.png) -150px 20px no-repeat;
}

.bgNutrimilhoIcones{
    background:#00471f url(../img/home-bgnutrimilho.png) center -250px no-repeat;
}

.cardapioCat{
    border-left: 4px solid #00471f;
    color:#00471f;
}
.cardapioCat:hover{
    background-color:#fff;
    border-left: 4px solid #f1cd33;
    font-weight:bold;
    color:#00471f;
}
.cardapioCatSelected{
    background-color:#fff;
    border-left: 8px solid #f1cd33;
    font-weight:bold;
    color:#00471f;
}
.cardapioCatNotSelected{
    background-color:none;
}










/* FLOATER */
div#floater{
    width:400px;
    height:550px;
    overflow:hidden;
    position:absolute;
    top:20px;
    left:50%;
    margin-left:-200px;
    z-index:999999;
}
img#btnfecharfloater{
    width:78px;
    height:28px;
    float:right;
    cursor:pointer;
}










/* -------------------------------------------------------------------------- */
/* Rodape */
footer{

}
.secaoLink i.material-icons:before{
    content: "link";
    position: absolute;
    float: left;
    left: 5px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
}

footer i.material-icons:before{
    content: "link";
    position: absolute;
    float: left;
    left: 5px;
    top: calc(50% - 12px);
    width: 44px;
    height: 44px;
}

footer .contIcon{
    padding: 40px 0;
}
footer .contIcon .fa{
    position: relative;
    width: 100%;
    max-width: 60px;
    z-index: 2;
}
footer .contIcon .fa:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: -50%;
    padding-top: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: 1;
}
footer .contIcon .fa-facebook-square:after{
    background-color: #3576B8;
}
footer .contIcon .fa-youtube-square:after{
    background-color: #D02626;
}
footer .contIcon .fa-instagram:after{
    background-color: #B39988;
}
footer .contIcon .fa-whatsapp:after{
    background-color: #47B53A;
}
footer .contIcon .fa-linkedin-square:after{
    background-color: #0177B5;
}

footer .contIcon .fa:hover{
    z-index: 3;
}
footer .contIcon .fa:hover:after{
    transform: scale(1.1);
}
footer .contIcon .fa:hover:before{
    transform: scale(1.4);
}
footer .contIcon .fa:before{
    position: absolute;
    color: #fff;
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    top: 50%;
    margin-top: -12px;
    font-size: 2.6rem;
    z-index: 2
}

footer #localMaps{
    height: calc(100% + 30px);
}
/* -------------------------------------------------------------------------- */













/* -------------------------------------------------------------------------- */
/* Loading */
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: rgba(119, 3, 156, .6);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }
}
@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: rgba(119, 3, 156, .6);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }
}
.loader1,
.loader2,
.loader3,
.loader4 {
    position: absolute;
    margin: auto;
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;

    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -75px;


}

.loader1 div,
.loader2 div,
.loader3 div,
.loader4 div {
    height: 100%;
}

.anm-loading{
    background: white;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999999;
}

/* loader 1 */
.loader1,
.loader1 div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-bottom-color: rgba(119, 3, 156, .6);
}

/*loader 2  */
.loader2,
.loader2 div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-top-color: rgba(119, 3, 156, .6);
    border-left-color: rgba(0, 0, 0, 0.5);
    border-right-color: rgba(0, 0, 0, 0.5);
}

/*loader 3  */
.loader3,
.loader3 div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-left-color: rgba(119, 3, 156, .6);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.38, 0.21, 0.88);
    animation-timing-function: cubic-bezier(0.55, 0.38, 0.21, 0.88);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

/* loader 4 */
.loader4,
.loader4 div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-radius: 50%;
    padding: 4px;
    -webkit-animation: rotate2 4s infinite linear;
    animation: rotate2 4s infinite linear;
}

[class*='loader'] div:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

/* -------------------------------------------------------------------------- */
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* -------------------------------------------------------------------------- */
/********PAGINACAO**********/
div#paginacao{
    clear:both;
    height:50px;
    margin-bottom:20px;
    color: #333;
    text-align: center;
    font-size:12px;
    font-style:italic;
    padding-top: 20px;
}
div#paginacaoTop{
    float:right;
    height:50px;
    margin-bottom:20px;
    color:#0292db;
}
input.btnPaginacao{
    background:transparent;
    margin:5px;
    color:#0292db;
    text-align:center;
    cursor:pointer;
    font-size:11px;
}
input.pgSelected{
    background:transparent;
    margin:5px;
    padding:6px 20px 6px 10px;
    width:20px;
    color:#999;
    text-align:center;
    cursor:pointer;
    font-size:14px;
    border:none;
    vertical-align: top;
}
input.pgSelect{
    box-shadow: 0 0 2px 0px #0c4912, 0 2px 0px 0px #0c4912;
    font-weight:bold;
    background:#fff;
    color:#0c4912;
    padding:6px 20px 6px 10px;
    border-radius:0px;
}
/* -------------------------------------------------------------------------- */
/* Resize responsivo - Ajuste Exótico */
@media all and (min-width: 1024px){

    .dq-odd .personLink:hover{
        width: 120%;
    }
    .dq-odd .personLink:active{
        transform: scale(.98);
    }

    .dq-even .personLink:hover{
        width: 120%;
        transform: translateX(2%)
    }
    .dq-even .personLink:active{
        transform: translateX(2%) scale(.98);
    }
    .gt-menu-hgt120{
        height: 100px;
    }

}
@media all and (max-width: 1024px){

    #pg-home section, #pg-section section{
        padding-top: 52px;
    }

    #hd-lg{
        width: 180px;
    }

    .personTitle .tNowrap{
        white-space: pre-line!important;
    }

    .personLink{
        width: 100%;
        bottom: 15px;
        padding: 8px;
        left: auto;
        right: auto;
        bottom: 0;
        transform: none!important;
        background: rgba(255,255,255,.8);
    }
    .personLink .personLink-align{
        text-align: center!important;
    }
    .personLink .dMiddle{
        float: none!important;
        display: inline-block;
    }

    .personLink:before{
        display: none;
    }


    .slick-slider.md-controlsActived .slick-list{
        width: calc(100% - 60px)!important;
    }
    .slick-slider.md-controlsActived .slick-arrow{
        display: block!important;
    }
    /*
    header{
        position: fixed!important;
    }
    #header-lg{
        width: 120px;
        margin-left: -60px;
        margin-top: -22px;
    }
    #header-login{
        margin: -17px 8px 0 0 ;
    }
    
    section{padding-top: 50px; min-height: calc(100% - 53px);}
    */
    #pg-section section{
        padding-top: 50px;
    }

    .capa_album{
        max-width: 300px;
        height: 300px;
    }

    .dj-title{
        min-height: 200px;
    }

    /* Banners */
    .bn-home .rsArrow .rsArrowIcn:before{
        background-size: 40px!important;
    }

    .bn-home.rsMinW .rsBullet span {
        width: 15px;
        height: 15px;
    }

    #mn-list{
        width: 100%;
        max-width: 400px;
        height: 100%;
        transform: translateX(-100%)!important;
        opacity: 1;
        visibility: visible;
        background-color: #f6f6f6;
        position: absolute;
        z-index: 99999;
        top: 0;
        left: 0;
        padding-top: 65px;
        box-shadow: 0 0 3px 0px rgba(0,0,0, .3);
    }
    #mn-list.active{
        transform: translateX(0%)!important;
    }

    #mn-shadow-close{
        opacity: 0;
        visibility: hidden;
    }
    #mn-shadow-close.active{
        opacity: 1;
        visibility: visible;
    }

    #mn-list #hd-lg, #mn-list #hd-menu{
        height: auto!important;
        position: relative!important;
        display: inline-block!important;
        width: 100%;
        background: transparent!important;
    }
    #mn-list #hd-lg{
        margin-top: 40px;
        padding: 30px 0!important;
        text-align: center;
    }
    #mn-list #hd-menu{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #mn-list #hd-menu .contMenu .branchMenu{
        width: 100%;
        padding: 0 40px;
    }
    #mn-list #hd-menu .contMenu .linkMenu{
        color: #fff!important;
        font-size: 2.4rem;
        font-weight: normal;
        padding: 30px 8px 30px 8px
    }

}
/* safari */
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 1024px){
    /*
    ::i-block-chrome, #header-lg{
        top: 2px;
        margin-top: 0px;
    }
    */
}
@media all and (max-width: 768px){

    .personTitle .tNowrap{
        font-size: 2.7rem;
    }

    .contTabs [id^="tab"]:checked + label {
        transform: none;
        box-shadow: inset 0 0 1px 3px #77039C, inset 0 0 1px 5px #fff;
    }

    [id*='musicas'] .tb-line{
        padding-top: 70px!important;
        box-shadow: 0 0 12px 1px rgba(119, 3, 156, .2);
        margin-top: 30px
    }

}

.bannermobile{
    display:none;
}

div.bannermobile{
    height:100%;
    max-height:500px;
}

.section-entrecontato{
    margin-top:-5px;
    background-image: url(/assets/bg-home-contato.jpg);
    height: 797px;
    background-repeat: no-repeat;
}
.section-entrecontato--layer{
    height: 796px;
}
.section-entrecontato--title{
    margin-top:120px;
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    float:right;
    text-transform: uppercase;
    text-align: right;
    text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.section-entrecontato--text{
    margin-top:10px;
    font-size: 20px;
    color: #fff;
    width:350px;
    float:right;
    text-align: right;
    text-shadow: 2px 2px rgba(0,0,0,0.5);
}

@media all and (max-width: 480px){
    .personTitle .min-hg-1p{
        display: none;
    }

    .bannerdesk{
        display:none;
    }
    .bannermobile{
        display:block;
    }
    .mobile-hide{
        display:none;
    }

    .btncontato-mobile{
        width: 200px;
    }
    .section-entrecontato--title{
        margin-top:10px;
    }

    .section-entrecontato--layer{
        height: 499px;
    }
    .section-entrecontato{
        margin-top:-5px;
        height: 500px;
        background-size: cover;
        background-position: center;
    }
}