body {
    overflow-x: hidden !important;
    overflow-y: auto;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;  
}

@font-face {
    font-family: "Gill-Sans";
    src: url("../fonts/Gill-Sans-Normal.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gill-Sans-Normal.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/Gill-Sans-Normal.woff2") format("woff2"),
        /* Super Modern Browsers */ url("../fonts/Gill-Sans-Normal.woff") format("woff"),
        /* Pretty Modern Browsers */ url("../fonts/Gill-Sans-Normal.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("../fonts/Gill-Sans-Normal.svg#Gill-Sans") format("svg"); /* Legacy iOS */
}

@font-face {
    font-family: "Gill-Sans-Light";
    src: url("../fonts/Gill-Sans-Light.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gill-Sans-Light.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/Gill-Sans-Light.woff2") format("woff2"),
        /* Super Modern Browsers */ url("../fonts/Gill-Sans-Light.woff") format("woff"),
        /* Pretty Modern Browsers */ url("../fonts/Gill-Sans-Light.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("../fonts/Gill-Sans-Light.svg#Gill-Sans-Light") format("svg"); /* Legacy iOS */
}

@font-face{
    font-family: "Gill-Sans-Nova";
    src: url("../fonts/Gill-Sans-Nova-Ultralight.otf")
}

h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Gill-Sans-Light" !important;
}

h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Gill-Sans-Light" !important;
}

h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Gill-Sans-Light" !important;
}

h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Gill-Sans-Light" !important;
}

h4 span{
    font-weight: bold;
}

h5 {
    font-size: 20px;
}

strong {
    font-weight: bold !important;
}

@media(max-width:768px){

    h1 {
        font-size: 40px;
        text-transform: uppercase;
        font-family: "Gill-Sans-Light" !important;
    }
    
    h2 {
        font-size: 36px;
        text-transform: uppercase;
        font-family: "Gill-Sans-Light" !important;
    }
    
    h3 {
        font-size: 24px;
        text-transform: uppercase;
        font-family: "Gill-Sans-Light" !important;
    }
    
    h4 {
        font-size: 20px;
        text-transform: uppercase;
        font-family: "Gill-Sans-Light" !important;
    }
    
    h5 {
        font-size: 16px;
    }

}

a {
    color: #000 !important;
    text-decoration: none;
}

a:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

.desk-screen {
    visibility: visible;
    display: inherit !important;
}

.mobile-screen {
    visibility: hidden;
    display: none !important;
}

@media (max-width: 768px) {
    .desk-screen {
        visibility: hidden;
        display: none !important;
    }
    .mobile-screen {
        visibility: visible;
        display: inherit !important;
    }

    .mobile-spacer {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mobile-padding {
        padding: 30px;
    }
}

.capa {
    background-color: #000;
}

.edicao {
    color: #fff;
    font-size: 16px;
    font-family: "Gill-Sans-Light";
}

.menu-link {
    color: #fff !important;
    line-height: 1.5;
}

.menu-link:hover,
.menu-link:focus {
    color: #fff !important;
    text-decoration: underline;
}

.navbar-toggler {
    color: rgba(255, 255, 255, 1) !important;
    border: none !important;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:after,
.navbar-toggler:focus {
    color: rgba(255, 255, 255, 1) !important;
    border: none !important;
    outline: none !important;
}
.section-divider {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    text-align: left;
    background-color: #d2d2ca;
    font-weight: 500;
    border-right: 3px solid #d0b572;
    width: 30%;
    margin-left: -5px;
    -webkit-transform: skew(20deg); /* Chrome, Opera */
    -ms-transform: skew(20deg); /* IE */
    transform: skew(20deg); /* Padrão */
}

@media (max-width: 768px) {
    .section-divider {
        width: 70% !important;
        font-size: 10px;
    }
}
.text-section-divider {
    -webkit-transform: skew(-20deg) !important; /* Chrome, Opera */
    -ms-transform: skew(-20deg) !important; /* IE */
    transform: skew(-20deg) !important; /* Padrão */
    margin-left: 5px;
}

.space-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.padding-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 768px){
    .padding-section {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.padding-half-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-small-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.space-half-section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.top-banner {
    height: auto;
    margin-left: -200% !important;
    padding-left: 200%;
}

.bottom-banner {
    height: auto;
    width: 250%;
    padding-right: 50%;
}

.bottom-banner-kobra {
    height: auto;
    width: 200%;
    /* padding-right: 75%; */
}

.italic{
    font-style: italic;
}

@media (max-width: 768px) {
    .top-banner {
        height: auto;
        margin-left: 0px !important;
        padding-left: 0px !important;
        width: 100%;
    }

    .bottom-banner, .bottom-banner-kobra {
        height: auto;
        width: 100% !important;
        padding-right: 0px !important;
    }
}

.text-white{
    font-family: 'Gill-Sans-Light';
    color: #fff;
}

.text-white:hover, text-white:focus{
    font-family: 'Gill-Sans-Light';
    color: #fff !important;
}
@media (min-width: 769px) and (max-width: 1199px) {
    .bottom-banner {
        height: auto;
        width: 100% !important;
        /* padding-right: 100%; */
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #e7e7e8 inset !important;
}

form{
    display: inline-flex;
    align-items: center;
    width: 100%;
}

form input{
    background-color: transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 1px solid #a8a89e;
    border-bottom: 1px solid #a8a89e;
    border-left: 1px solid #a8a89e;
    border-right: none !important;
    min-height: 40px;
}

form input:focus, form input:hover, form input:active{
    border: 2px solid #a8a89e !important;
    border-right: none !important;
    box-shadow: 0 0 0 0;
    outline: 0;
}

.no-padding-left {
    padding-left: 0px !important;
}

form button{
    background-color: #a8a89e;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border:none;
    min-height: 40px;
}

form button:active, form button:focus, form button::selection, form button:hover{
    border:none !important;
    outline:none !important;
}


.no-padding-right {
    padding-right: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}



.title {
max-width: 100%;
    color: #fff;
    /* font-size: 48px; */
    /* padding-top: 30px; */
    line-height: 1;
    text-transform: uppercase;
    font-family: "Gill-Sans-Nova" !important;
}

.title-black {
    font-size: 48px;
    /* padding-top: 30px; */
    line-height: 1;
    text-transform: uppercase;
    font-family: "Gill-Sans-Nova" !important;
}

.title h2 {
    color: #fff !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
}

.text-body {
    word-wrap: break-word;
    font-size: 12px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300;
}

.text-body-large {
    word-wrap: break-word;
    font-size: 14px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300;
}

.text-indent{
    text-indent:1.5em;
}
.no-text-transform{
    text-transform: none !important;
}

.text-body span {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.text-body-white {
    font-size: 12px;
    color: #fff;
    font-family: "Montserrat", sans-serif !important;
}

.text-body-white a{
    color: #fff !important;
}

.text-body-white a:hover{
    color: #fff !important;
}

.capitalize{
    text-transform: capitalize !important;
}

.ts-12{
    font-size: 12px !important;
}


.text-body-white span {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.text-footer-bold {
    font-size: 12px;
    font-weight: bold;
}

.bordered {
    border: 15px solid #fff;
}

.border-top-left {
    border-top: 15px solid #fff;
    border-left: 15px solid #fff;
}

@media (max-width: 768px) {
    .bordered {
        border: none;
    }

    .border-top-left {
        border-top: none;
        border-left: none;
    }
}
.neg-30 {
    margin-top: -30px;
}

.neg-60 {
    margin-top: -60px;
}

.neg-15 {
    margin-top: -15px;
}

.fb_iframe_widget span {
    vertical-align: inherit !important;
}

.max-height-img {
    max-height: 500px;
}

.max-height-img-horizontal {
    max-height: 400px;
}

.bg-black {
    background-color: #000;
}

.bg-light-gray{
    background-color: #e7e7e8;
}

.bg-medium-gray{
    background-color: #a8a89e
}

.bg-light-gold{
    background-color: #c7c8c1;
}

.indice{
    padding-bottom: 10px;
    font-size: 12px !important;
}

.p-0{
    padding: 0px !important;
}

.grid-grafismo-50 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-grafismo-60 {
    width: 57%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .grid-grafismo-50 {
        width: 99%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.grid-grafismo-100 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-80 {
    width: 80%;
}

.w-60 {
    width: 60%;
}

.w-30 {
    width: 30%;
}
.w-70 {
    width: 70%;
}

.w-15 {
    width: 15%;
}

.pl-30 {
    padding-left: 30px;
}

.pl-15 {
    padding-left: 15px;
}

.icon-social {
    font-size: 18px;
    padding: 5px;
}

.pr-30 {
    padding-right: 30px;
}

.p-30 {
    padding: 30px !important;
}

.footer {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 80px;
    background-color: #000;
}

.footer-top {
    padding-bottom: 60px;
}

.footer-bottom {
    padding: 40px 0 40px 0;
    background-color: #000;
    border-top: 1px solid  #a8a89e;
}

/* .footer-top i {
	margin-bottom: 10px;
	color: #e52f37;
	font-size: 60px;
} */

.footer p {
    margin-bottom: 5px;
    line-height: 24px;
    color: #fff;
}

/* Footer Social Icons */
ul.footer_social {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}

ul.footer_social li {
    display: inline-block;
    margin: 0;
    line-height: 100% !important;
}

ul.footer_social li a i {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    font-size: 26px !important;
    line-height: 26px !important;
    color: #d0b572;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.footer p > a {
    font-size: 17px;
    color: #d0b572 !important;
}

.footer p > a:hover {
    font-size: 17px;
    color: #d0b572 !important;
    text-decoration: underline;
}

.footer-top i {
    margin-bottom: 10px;
    color: #d0b572 !important;
    font-size: 60px;
}

.footer-logo{
    min-height: 50px;
}

/* Partners */

.partners img.partners {
    opacity: 1;
    margin: 10px 15px;
    max-height: 55px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.partners img.partners:hover {
    opacity: 0.8;
}

.partners-title {
    font-size: 18px;
    line-height: 78px;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}

.partners-section {
    padding: 40px 0 20px 0;
    background-color: #000000;
}

.partners img.partners {
    opacity: 1;
    margin: 10px 15px;
    max-height: 45px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.partners img.partners-onne {
    max-height: 80px;
}

.credit-text {
    font-size: 10px;
}

.hidden {
    display: none !important;
}

.socials{
    display: flex !important;
    align-items: initial !important;
    justify-content: start;
}

.fb-comments {
    width: 100% !important;
}

.twitter-share-button {
    display: inline-block !important;
    margin-right: 4px;
}

.botao-wpp {
    text-decoration: none;
    color: #fff !important;
    display: inline-block !important;
    background-color: #25d366;
    /* font-weight: 500; */
    /* top: -6px; */
    border-radius: 3px;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    padding: 2px 6px 2px 6px;
    font-family: "Arial";
    margin-left: 4px;
}

/* .fb-like {
    top: -2px;
} */

.botao-wpp:hover {
    background-color: darken(#25d366, 5%);
    color: #fff !important;
}

.pt-40{
    padding-top: 20px;
}

.pt-0{
    padding-top: 0px !important;
}

.pt-10-neg{
    padding-top: -10px !important;
    margin-top: -15px !important;
}

.scroll-menu{
    max-height: 100vh;
    overflow-y: auto !important;
}

.overflow-hidden{
    overflow: hidden !important;
}

.text-ebook{
    font-size: 36px;
    font-family: "Gill-Sans-Light" !important;
}

.text-ebook span{
    font-weight: bold;
}

@media(max-width:768px){
.d-inline-flex{
  display: flex !important;  
}

.text-ebook{
    font-size: 24px;
}

}

.p-15{
    padding: 15px;
}

.baseline{
    height: 200px;
    vertical-align: bottom;
}