html,body{
    min-height:100%;
    overflow-x:hidden;
    font-family:"Open Sans",
    Helvetica,sans-serif !important;
    background-color:white !important;
    color:#000;
}

body{
    position:relative;
    overflow:visible;
    /*z-index:-1;*/
}

h2{
    font-size: 40px;
    margin:0px;
}

h2 span{
    color:#F36F21;
    font-weight: 700;
}
.container{
    z-index:999;
}
.modal{
    overflow-y:auto !important;
}
.display-table{
    position:relative;
    width:100%;
    height:100%;
    display:table;
}
.display-table-cell{
    position:relative;
    width:100%;
    height:100%;
    display:table-cell;
    vertical-align:middle;
}
.spacerdiv{
    height: 15vh;
}
/*---------- NAVBAR CSS ----------*/
.principal{
    position: fixed;
    width:100%;
    transition: all 0.2s ease-in;
    background-color: rgba(255,255,255,0.75);
    padding-bottom: 15px;
    padding-left:20px;
    padding-right:20px;
}
.topo{
    margin-top:15px;
    transition: all 0.2s ease-in;
}
.navbar>img{
    float:left;
    transition: all 0.2s ease-in;
}
.menu{
    display: inline-block;
    margin-top:45px;
    float:right;
    transition: all 0.2s ease-in;
}
.menu a:hover{
    color: #F36F21;
    text-decoration: none;
}
.principal.encolhe{
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0px 1px 0px 1px rgba(255,255,255,0.75);
    padding-bottom: 0px;
}
.principal.encolhe .topo{
    margin-top:0px;
}
.principal.encolhe .topo img{
    height: 60px;
}
.principal.encolhe .menu {
    margin-top: 30px;
}
.navbar .dropdown>a{
    font-size:13px;
    font-weight: 700;
    color:black;
    /*margin-left: 20px;*/
    margin-right: 20px;
    border: none;
    background-color: rgba(0,0,0,0);
}
.navbar .dropdown>a:hover span{
    background-color: #F36F21;
    height: 2px;
    width: 30%;
    display: block;
    /*transform: rotateX(90deg);*/
}
.navbar .dropdown>a:active{
    color: #F36F21;
}
.navbar .dropdown ul{
    background-color: #F36F21;
    border: none;
    border-radius: 0px;
}
.navbar .dropdown li>a:hover{
    background-color: #F36F21;
    border: none;
    color: white;
}
.navbar .btn.active, .navbar .btn:active {
    box-shadow: none;
}
.navbar .btn-default.active, .navbar .btn-default:active, .navbar .btn-default:focus,
.navbar .btn-default:hover, .navbar .open .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar .dropdown:hover ul{
    display: block;
    align-self: auto;
}
.navbar-nav .dropdown a.btn.btn-default.dropdown-toggle{
    text-transform: uppercase;
}
.navbar .btn{
    position: relative;
    margin-left: 0;
    padding-left: 0;
    margin-top: -20px;
}
.navbar{
    z-index: 10;
    border: none;
    border-radius: 0;
}
.navbar-right .dropdown-menu {
    right: auto;
}
.dl-menuwrapper button{
    background-color: #F36F21;
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul{
    background-color: #F36F21;
}

@media (max-width: 543px){
    .hidden-xs{
        display:none !important
    }
    .column{
        padding:0 !important;
        margin-bottom: -10vh;
        position: absolute;
    }
    .dl-menuwrapper{
        position: absolute;
        z-index: 15;
    }
    .dl-menuwrapper{
        max-width: 100vw;
    }
    .dl-menuwrapper button{
        position: absolute;
        right: 0;
        top: 4vh;
        transform: scale(0.75);
    }
    .dl-menuwrapper .dl-menu.dl-menuopen {
        margin-top: 15vh;
    }
    .main .clearfix{
        position: relative;
    }
    .clearfix>img {
        /*position: absolute;*/
        left: 0px;
        top: 0px;
        z-index: 99;
    }
    .responsive-nav{
        position: fixed;
        z-index: 99;
        background-color:rgba(255,255,255,0.65) ;
    }
    .termos-resp{
        padding-right: 15px;
        padding-left: 15px;
    }

}
@media (min-width: 544px) and (max-width: 767px){
    .hidden-xs{
        display:none !important
    }
    .column{
        padding:0 !important;
        margin-bottom: -10vh;
        position: absolute;
    }
    .dl-menuwrapper{
        position: absolute;
        z-index: 15;
    }
    .dl-menuwrapper{
        max-width: 100vw;
    }
    .dl-menuwrapper button{
        position: absolute;
        right: 0;
        top: 4vh;
    }
    .dl-menuwrapper .dl-menu.dl-menuopen {
        margin-top: 15vh;
    }
    .main .clearfix{
        position: relative;
    }
    .clearfix>img {
        /*position: absolute;*/
        left: 0px;
        top: 0px;
        z-index: 99;
    }
    .responsive-nav{
        position: fixed;
        z-index: 99;
        background-color:rgba(255,255,255,0.65) ;
    }
    .termos-resp{
        padding-right: 15px;
        padding-left: 15px;
    }


}
@media (min-width: 768px) and (max-width: 991px){
    .hidden-sm{
        display:none !important
    }
    .column{
        padding:0 !important;
        margin-bottom: -10vh;
        position: absolute;
    }
    .dl-menuwrapper{
        position: absolute;
        z-index: 15;
    }
    .dl-menuwrapper{
        max-width: 100vw;
    }
    .dl-menuwrapper button{
        position: absolute;
        right: 0;
        top: 4vh;
        transform: scale(0.75);
    }
    .dl-menuwrapper .dl-menu.dl-menuopen {
        margin-top: 15vh;
    }
    .main .clearfix{
        position: relative;
    }
    .clearfix>img {
        /*position: absolute;*/
        left: 0px;
        top: 0px;
        z-index: 99;
        transform: scale(0.75);
    }
    .responsive-nav{
        position: fixed;
        z-index: 99;
        background-color:rgba(255,255,255,0.65) ;
    }
    .termos-resp{
        padding-right: 15px;
        padding-left: 15px;
    }


}
@media (min-width: 992px) and (max-width: 1209px){
    .hidden-md{
        display:none !important
    }
}
@media (min-width: 1210px){
    .hidden-lg{
        display:none !important
    }
}
/*---------- END NAVBAR CSS ---------*/

/*---------- RESPONSIVE MENU DEFAULT----------*/
/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'fontawesome';
    src:url('../fonts/fontawesome.eot');
    src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontawesome.svg#fontawesome') format('svg'),
        url('../fonts/fontawesome.woff') format('woff'),
        url('../fonts/fontawesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html { font-size: 100%;   padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    /*color: #b1aea6;*/
    background: #fffcf5;
    min-height: 800px;
}

a {
    color: #ccc;
    text-decoration: none;
}

div:not(.centro) a:not(.btn.btn-default.dropdown-toggle):hover {
    color: #fff;
}

.main,
.container > header {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.875em 3.125em 1.875em;
}

.main {
    max-width: 69em;
    padding-top: 2em;
}

.column {
    float: left;
    width: 50%;
    padding: 0 2em;
    min-height: 300px;
    min-width: 320px;
    position: relative;
}

.column:nth-child(2) {
    min-height: 400px;
    box-shadow: -1px 0 0 rgba(0,0,0,0.1);
    background: url(../images/clickhere.png) 90px 0 no-repeat;
}

.column:last-child:before {
    content: '';
    position: absolute;
    height: 7px;
    background: #ceccc6;
    top: 100px;
    left: 10px;
}

.column p {
    font-weight: 300;
    font-size: 2em;
    padding: 0;
    margin: 0;
    text-align: right;
    line-height: 1.5;
}

.container > header {
    padding: 2.875em 1.875em 2.875em;
    text-align: center;
    background: rgba(0,0,0,0.01);
}

.container > header h1 {
    font-size: 2.625em;
    line-height: 1.3;
    margin: 0;
    color: #89867e;
    font-weight: 300;
}

.container > header span {
    display: block;
    font-size: 60%;
    color: #ceccc6;
    padding: 0 0 0.6em 0.1em;
}

/* Header Style */
.codrops-top {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    position: relative;
    font-size: 0.68em;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
    line-height: 2.2;
}

.codrops-top a {
    padding: 0 1em;
    letter-spacing: 0.1em;
    color: #333;
    display: inline-block;
}

.codrops-top a:hover {
    background: rgba(255,255,255,0.99);
    color: #000;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: left;
    display: block;
}

/* Demo Buttons Style */
.codrops-demos {
    padding-top: 1em;
    font-size: 0.9em;
}

.codrops-demos a {
    display: inline-block;
    margin: 0.5em;
    padding: 0.7em 1.1em;
    border: 3px solid #b1aea6;
    color: #b1aea6;
    font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
    border-color: #89867e;
    color: #89867e;
}

@media screen and (max-width: 46.0625em) {

    .main {
        padding: 0;
    }

    .column {
        width: 100%;
        min-width: auto;
        min-height: auto;
        padding: 3em 2em;
    }

    .column p {
        text-align: left;
        font-size: 1.5em;
    }

    .column:nth-child(2) {
        box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
        background-position: 90px 3em;
    }
}
/*---------- END RESPONSIVE MENU DEFAULT ----------*/

/*---------- RESPONSIVE MENU COMPONENT ----------*/
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Common styles of menus */

.dl-menuwrapper {
    width: 100%;
    max-width: 300px;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #aaa;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow:
        0 10px 0 #fff,
        0 20px 0 #fff;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212,204,198,0.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    0% { }
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    0% { }
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    0% { }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    0% { }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    0% { }
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    0% { }
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    0% { }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    0% { }
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    0% { }
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    0% { }
    100% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
    background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
    background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
    background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
    background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
    background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
    background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
    background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
    background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
    background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
    background: #643771;
}
/*---------- END RESPONSIVE MENU COMPONENT ---------*/

/*---------- BANNER CSS ----------*/
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.item{
    height: 100vh;
    width:100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
/* BANNER PEQUENO */
.item.pequenito{
    height: 50vh;
    background-attachment: unset;
    background-position: top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% auto;
}

.caixa{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conteudo{
    color:white;
}
.conteudo h1{
    font-size:60px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 5px 15px black;
    margin-bottom: 0px;
}

/* BANNER PEQUENO TITLE */
.conteudo h1.pequenito-title{
        font-size:50px;
}

.conteudo p{
    margin-top: 45px;
    font-size:30px;
    text-align: center;
}

.conteudo span{
    display: inline-block;
    transform: translateY(-8px);
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

@media (max-width: 543px){
    .conteudo h1.pequenito-title{
        font-size:35px;
}
    .hidden-xs{
        display:none !important
    }
    .conteudo>h1{
        font-size: 30px;
    }
}
@media (min-width: 544px) and (max-width: 767px){
    .conteudo h1.pequenito-title{
        font-size:35px;
}
    .hidden-xs{
        display:none !important
    }
    .conteudo>h1{
        font-size: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .hidden-sm{
        display:none !important
    }
    .conteudo>h1{
        font-size: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1209px){
    .hidden-md{
        display:none !important
    }
}
@media (min-width: 1210px){
    .hidden-lg{
        display:none !important
    }
}
/*---------- END BANNER CSS ----------*/

/*---------- INFO ---------*/
.meio{
    background-color: white;
}
.meio .row{
    padding-top: 100px;
    padding-bottom: 100px;
}
.descricao{
    font-size:15px;
}

.areas{
    height: 462px;
    position: fixed;
    bottom:72px;
    width:100%;
    z-index: -1;
    pointer-events: auto;
}
/*---------- END INFO ----------*/

/*---------- AREA DE NEGOCIOS ----------*/
.negocios h2{
    font-size: 40px;
    color: white;
    text-align: center;
    font-weight: 700;
    margin-bottom: 75px;
}
.negocios{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logos img{
    transition: all 0.2s ease-in;
    cursor: pointer;
}
.logos img:hover{
    transform: scale(1.05,1.05);
}
.marcas{
    height: 100%;
}
.espaco{
     height: 462px;
     background-position: center;
     background-size: cover;
     background-attachment: fixed;
     position:relative;
 }

 a.linkButao{
    padding: 0 15px;
    font-size: 16px;
    color:white;
    text-decoration: none;
     border: 1px solid #F36F21;
     border-radius: 5px;
     background-color: #F36F21;

}


@media (max-width: 543px){
    .hidden-xs{
        display:none !important
    }
    .espaco{
        height: 100%;
        padding-top:5vh;
    }
    .logos{
        flex-wrap: wrap;
        transform: scale(0.7);
        justify-content: center;
    }
    .logos a{
        padding: 25px 25px;
    }
    .logos>img{
        width: 33vw;
        margin: 5vw;
    }
    .meio{
        padding:0 15px;
    }
    .negocios h2{
        margin-bottom: 0;
    }
}
@media (min-width: 544px) and (max-width: 767px){
    .hidden-xs{
        display:none !important
    }
    .espaco{
        height: 100%;
        padding-top:5vh;
    }
    .logos{
        flex-wrap: wrap;
        transform: scale(0.7);
        justify-content: center;
    }
    .logos a{
        padding: 25px 25px;
    }
    .logos>img{
        width: 33vw;
        margin: 5vw;
    }
    .meio{
        padding:0 15px;
    }
    .negocios h2{
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .hidden-sm{
        display:none !important
    }
    .espaco{
        height: 100%;
        padding-top:5vh;
    }
    .logos{
        flex-wrap: wrap;
        /*flex-direction: column;*/
        transform: scale(0.7);
        justify-content: center;
    }
    .logos a{
        padding: 25px 25px;
    }
    .logos>img{
        width: 33vw;
        margin: 5vw;
    }
    .meio{
        padding:0 15px;
    }
    .negocios h2{
        margin-bottom: 0;
    }
}
@media (min-width: 992px) and (max-width: 1209px){
    .hidden-md{
        display:none !important
    }
}
@media (min-width: 1210px){
    .hidden-lg{
        display:none !important
    }
}
/*---------- END AREA NEGOCIOS ----------*/

/*---------- FOOTER CSS ----------*/
footer{
    width:100%;
    display: flex;
    background-color: black;
    min-height: 81px;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    padding-left:55px;
    padding-right:55px;
}

footer a{
    color:white;
    font-weight: 700;
    font-size: 13px;
}

footer .bloco.esquerdo{
    text-align: left;
    width:282px;
}

footer .bloco.centro{
    text-align: center;
}

footer .bloco.direito{
    text-align: right;
    width:282px;
}

/*.bloco.direito img{*/
    /*opacity: 0.5;*/
/*}*/

footer div:not(.centro) a:hover,footer div:not(.centro) a:active,footer div:not(.centro) a:focus{
    color:white;
    text-decoration: none;
    opacity: 0.5;
}
footer i{
    background-color: rgba(255,255,255,0.5);
    color:#F36F21;
    font-size:20px;
    font-style: normal;
    border-radius:100%;
    cursor: pointer;
    padding: 8px 10px;
}

footer i:hover,footer i:active,footer i:focus{
    background-color: white;
}

footer i:not(:first-child) {
    margin-left: 8px;
}

.rodape{
    height: 72px;
    background-color: #F36F21;
}
.bloco.direito a:hover img,.bloco.direito a:active img,.bloco.direito a:focus img{
    opacity: 1.0;
}


@media (max-width: 543px){
    .hidden-xs{
        display:none !important
    }
    .rodape{
        height: 30vh;
        display: block;
        padding: 0;
    }

    footer .bloco.esquerdo, footer .bloco.direito{
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }
}
@media (min-width: 544px) and (max-width: 767px){
    .hidden-xs{
        display:none !important
    }
    .rodape{
        height: 30vh;
        display: block;
        padding: 0;
    }

    footer .bloco.esquerdo, footer .bloco.direito{
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .hidden-sm{
        display:none !important
    }
    .rodape{
        height: 30vh;
        display: block;
        padding: 0;
    }

    footer .bloco.esquerdo, footer .bloco.direito{
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }
}
@media (min-width: 992px) and (max-width: 1209px){
    .hidden-md{
        display:none !important
    }
}
@media (min-width: 1210px){
    .hidden-lg{
        display:none !important
    }
}
/*---------- END FOOTER CSS ----------*/

/*
------------------------------ SECCAO IMG|TEXTO & TEXTO|IMG CSS ------------------------------ */

/* SECCAO IMG ESQ | TEXTO DIR
-------------------- */
.sec-geral{
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.sec-geral .sec-img-esq{
    position: relative;
    margin-bottom: 50px;
    height: 100%;
}

.sec-geral .sec-img-esq .img{
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: 100% auto;
    background-position: top center;
    min-height: 400px;
}

.sec-geral .esq-img{
    padding-left: 0px;
}

/* SECCAO TEXTO ESQ | IMG DIR
-------------------- */
.sec-geral .sec-img-dir{
    position: relative;
    margin-bottom: 50px;
    width: 100%
}

.sec-geral .sec-img-dir .img{
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: 100% auto;
    background-position: center center;
    min-height: 400px;
    width: 100%;
    right: 0px;
    bottom: 0px;
}

.sec-geral .dir-img{
    padding-right: 0px;
}

/* TITULOS|PARAGRAFOS CSS
-------------------- */
.sec-geral .title {
    font-size: 20pt;
    margin-top: -5px;
}

.sec-geral .title span{
    font-weight: bold;
    color: #F36F21;
}

.sec-geral .risco{
    width: 115px;
    height: 30px;
    border-top: solid 2px #F36F21;
}

.sec-geral p{
    font-size: 10pt;
}

.sec-geral p span{
    font-weight: bold;
}

.imglist .escondido{
    display: none;
}

.cada-pagina a{
    font-size: 14px;
    font-weight: bold;
}
.cada-pagina a.pagina-link:hover,.cada-pagina a.pagina-link.actual{
    color: #F36F21;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #F36F21;
    background-color: transparent;
    border-color: transparent;
}

/* RESPONSIVE
-------------------- */
@media (max-width: 375px){
  /*XXXS*/
  .sec-geral{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec-geral .sec-img-esq .img {
    background-size: cover;
    }

  .sec-geral .sec-img-dir .img{
    background-size: cover;
    }
  .sec-geral .marg-resp{
    margin-bottom: 50px;
  }
}
@media (max-width: 543px){
  /*XXS*/
  .sec-geral{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec-geral .sec-img-esq .img {
    background-size: cover;
    }

  .sec-geral .sec-img-dir .img{
    background-size: cover;
    }
  .sec-geral .marg-resp{
    margin-bottom: 50px;
  }
  .sub-menu .vice-menu{
    display: none;
  }
}
@media (min-width: 544px) and (max-width: 767px){
  /*XS*/
  .sec-geral{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec-geral .sec-img-esq .img {
    background-size: cover;
    }

  .sec-geral .sec-img-dir .img{
    background-size: cover;
    }
  .sec-geral .marg-resp{
    margin-bottom: 50px;
  }
  .sub-menu .vice-menu{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  /*SM*/
  .sec-geral{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec-geral .sec-img-esq .img {
    background-size: cover;
    }

  .sec-geral .sec-img-dir .img{
    background-size: cover;
    }
  .sec-geral .marg-resp{
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1209px){
  /*MD*/
}
@media (min-width: 1210px){
  /*LG*/
}

/*
------------------------------ AREAS DE NEGOCIO ------------------------------ */
/* Sub Menu Css
-------------------- */
.area-titulo{
    text-transform: uppercase;
}


.sub-menu{
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 125px;
	left: 0px;
}

.vice-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.75);
    width: 100%;
    height: 125px;
}

.vice-menu .atual{
    opacity: 0.5;
}

.vice-menu a{
    margin-left: 30px;
    margin-right: 30px;
}

.vice-menu a img{
    align-items: center;
}

/* Seccao Negocio Css
-------------------- */
.sec-negocio .sub-title {
    font-size: 14pt;
    margin-top: -5px;
    font-weight: bold;
    color: #F36F21;
}

.sec-negocio .risco{
    width: 115px;
    height: 30px;
    border-top: solid 2px #F36F21;
}

.sec-negocio p{
    font-size: 10pt;
}

.sec-negocio p span{
    font-weight: bold;
}

.sec-negocio .sec-logo{
    height: 120px;
    width: 100%;
}

/* img mais pequena | stec e loja*/
.sec-negocio .sec-minlogo{
    height: 85px;
    width: 100%;
}


form div.radioButton div.radio label a, .termos-resp p a{
	color: #f36f21;
}
