/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
    position:fixed;
    bottom: 10px;
    right:10px;
    z-index: 1;
 }





    /* Fixed header and footer.
    * --------------------------------------- */
    #header, #footer{
        position:fixed;
        height: 50px;
        display:block;
        width: 100%;
        background: none;
        z-index:9;
        text-align:center;
        color: #f2f2f2;
        padding: 20px 0 0 0;
    }

    #header{
        top:0px;
    }
    #footer{
        bottom:0px;
    }

  .scrollable-element{
            height: 600px;
            width: 600px;
            overflow-y: scroll;
            text-align: left;
            margin-left:60px;
            
            
        }

#section4 {font-size:40px;
            line-height: 40px;
            color:#000000;
            padding-left:40px;}

        .box{
            display: block;
            background: red;
            margin: 20px;
            padding: 20px;
        }

* {outline: none !important;}        

.logo-grande {padding-left:10px;padding-right:10px;}

@font-face {
font-family: 'Helvetica';
font-style: normal;
font-weight: normal;
src: local('Helvetica'), url('Helvetica.woff') format('woff');
}


@font-face {
font-family: 'Helvetica Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica Oblique'), url('Helvetica-Oblique.woff') format('woff');
}


@font-face {
font-family: 'Helvetica Compressed';
font-style: normal;
font-weight: normal;
src: local('Helvetica Compressed'), url('helvetica-compressed-5871d14b6903a.woff') format('woff');
}


@font-face {
font-family: 'Helvetica Rounded Bold';
font-style: normal;
font-weight: normal;
src: local('Helvetica Rounded Bold'), url('helvetica-rounded-bold-5871d05ead8de.woff') format('woff');
}


@font-face {
font-family: 'Helvetica';
font-style: normal;
font-weight: normal;
src: local('Helvetica'), url('Helvetica-Bold.woff') format('woff');
}


@font-face {
font-family: 'Helvetica Bold Oblique';
font-style: normal;
font-weight: normal;
src: local('Helvetica Bold Oblique'), url('Helvetica-BoldOblique.woff') format('woff');
}


@font-face {
font-family: 'Helvetica Light';
font-style: normal;
font-weight: normal;
src: local('Helvetica Light'), url('helvetica-light-587ebe5a59211.woff') format('woff');
}


.tabs nav {margin:auto;}
.tab-content {max-width:80%;margin:auto;}
.nav-tabs {
    border-bottom: 0px;
}
.tab-pane .col-md-4 {padding-left:100px;}

#section5 {color:#000000;}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-item.show .nav-link a {
    color: #000000 !important;
    background-color: none;
    border:solid 0px;
    
}

.nav-item {
    color: #000000 !important;
    font-size:151px;
}

.nav-tabs .nav-link.active {
    color: #000000;
    background: none;
    border: 0px;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    border:solid 0px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border:solid 0px;
}

.nav-item {
    padding: 0px;
    margin: 0px;
}

.tab-pane {text-align: left;}

.nav-tabs .nav-link {
    border: 0px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.owl-dots {margin-top:20px;}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #333333;
    padding: 2px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.owl-carousel .item {
    padding-left: 30px;
    padding-right: 30px;
}

.img-logo {padding-left:56px;}


button.owl-dot.active {
    background: #ffffff;
    padding: 2px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    border-radius: 10px;
}


/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1099999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.trigger-menu {padding-right:50px;color:#000000;font-size:25px;}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

.clientes {
    text-align: left;
    margin-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: -3px; 
    }

.tab-content {
    max-width: 1024px;
    margin: auto;
    font-size: 13px;
    margin-top: 30px;
}

.nav-tabs {
    max-width: 1440px;
    margin: auto;
}


div#accordion {
    background: none !important;
}

.card-header {
    background: none !important;
    border:solid 0px;
    margin-bottom: 0px !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: none !important;
    background-clip: border-box;
    border: 0px;
    border-radius: .25rem;
}
.btn.btn-link {
    text-decoration: underline !important;
}
.btn.btn-link.collapsed {text-decoration: none !important;}

.card-body div {margin-bottom:30px;font-weight: bold;}
button.btn.btn-link {
    color: #000000;
    font-size: 72px;
    font-style: italic;
    font-weight: bold;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.img-logo {visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 1.9s ease-out;}
.fp-viewing-heads .img-logo,.fp-viewing-contato .img-logo {
    visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 1.9s ease-out;
     
}

 
.fp-viewing-4rdPage .trigger-menu {
    color: #dadada;
    opacity: 1;
    transition: visibility 0s, opacity 1.3s ease-out;
}

.owl-nav {
    padding-top: 20px;
    background: none !important;
    }
    .owl-nav button {
    color: #ffffff !important;
    font-size: 20px !important;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {background: none !important;}

.video-desk {max-width: 100%;}
.video-mobile {display: none;}

@media only screen and (max-width: 1024px) {
    .nav-item {
    color: #000000 !important;
    font-size: 121px;
    }

   .video-desk,.contato-desk {display: none;}
    .video-mobile {
    display: block;
    max-width: 100%;
    }
    
    .scrollable-element {
    height: 90%;
    font-size: 44px;
    line-height: 49px;
    }
    .clientes-mob.video-mobile {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .fp-viewing-contato .img-logo {visibility: hidden;}
    .tab-pane .col-md-4 {padding-left:15px !important;}
    .tab-pane div {margin-bottom:30px;text-align: center;font-weight: bold;}

    .nav-item {
        color: #000000 !important;
        font-size: 69px;
    }
    .tabs nav {
    max-width: 90%;
    margin: auto;
    }
    .tab-content {
    max-width: 90%;
    margin: auto;
    font-size: 14px;
    }
    .scrollable-element {
    height: 90%;
    font-size: 26px;
    line-height: 30px;
    margin-left: 30px;
    overflow-y: none !important;
    }

    .clientes {
    text-align: left;
    margin-left: 17px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 37px;
    line-height: 37px;
    text-transform: uppercase;
    }
    

}


@media only screen and (max-width: 425px) {

    .scrollable-element {font-size: 16px !important;
    line-height: 16px !important;
    }
    .clientes-mob {margin-left:30px;font-size:22px !important;line-height: 22px !important; text-align: left;padding-top:20px;padding-bottom:20px;}

    
    

    #section4 {
    padding-left:0px;

    }

    .fp-viewing-secondPage .img-logo {display: none;}
    

 
  #header, #footer {
    padding: 0px;
    margin-top:20px;
    }
  .logo-grande {max-width:235px;}  
  .img-logo {
    position: absolute;
        padding-left: 30px;
    }
    .trigger-menu {
        padding-right: 33px;
        font-size: 20px;
    }
    .fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
    }

    img#logo-peq {
    max-width: 100px !important;
    }
    .nav-item {
    color: #000000 !important;
    font-size: 48px;
    }
    .tabs nav {
    max-width: 90%;
    margin: auto;
    }

    .nav-item {
    color: #000000 !important;
    font-size: 38px;
    margin-top: 70px;
    }
    
    
}
@media only screen and (max-width: 320px) {
    .clientes-mob {margin-left:30px;font-size:20px !important;line-height: 20px !important; text-align: left;padding-top:20px;padding-bottom:20px;}
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


div#mySidenav a {
    font-size: 44px;
    line-height: 49px;
    padding: 0px;
    padding-left: 60px !important;
}


a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}