/**
 * @version		1.0.1
 * @author		Paulo Coelho - produtodigital.net
 */
 
 
 html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ----------------------------------------------*/
/*  BODY
/* ----------------------------------------------*/
html {
    min-height: 100%;
    overflow-x: hidden !important;
}
.xtc-wrapper {
    max-width: 100%;
}
.xtc-wrapperpad {
    max-width: 100%;
    margin: 0 auto;
}
#header {
    padding: 12px 0px 0px 0px;
    background: transparent;
}
div#headerwrap {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 99999;
}
#headertop_inner {
    max-width: 100%;
    margin: 0 auto;
    background: #171717;
}
#headertop {
    background: transparent;
    margin: 0 -20px 0 -20px;
}
header.header {
    position: absolute;
    top: 0%;
    z-index: 999;
    width: 100%;
    height: 100px;
    background: #000000;
    background-size: auto;
}
body.frontpage.sticky {
    margin-top: -2px;
}
body.frontpage {
    background: #000;
    background-size: cover;
}
.topgallery {
    margin: -36px -36px -36px -36px;
    height: 960px;
}
#component {
    padding: 0px;
    margin-bottom: 0;
    background:#ffffff;
}
ul.breadcrumb.rasto {
    display: flex;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0px 20px;
    color: #878787;
    font-size: 14px;
}
ul.breadcrumb.rasto span.divider {
    padding-right: 5px;
}
/* ----------------------------------------------*/
/* REGIAO 1
/* ----------------------------------------------*/

/* ----------------------------------------------*/
/* REGIAO 2
/* ----------------------------------------------*/
@media (max-width: 768px) {
#region2.xtc-fluidwrapper {
    padding: 0;
}
}
.xtc-spacer {
    margin-bottom: 0px;
    margin-top: 0px;
}

.row-fluid:before, .row-fluid:after {
    line-height: 0;
    content: "";
    display: table;
}

/* ----------------------------------------------*/
/* REGIAO 3
/* ----------------------------------------------*/
#region3wrap {
    background: #ffffff;
    position: relative;
    z-index: 99;
}
@media (max-width: 768px) {
#region3wrap .xtc-wrapper  {
    padding: 0;
}
}
/* ----------------------------------------------*/
/* FOOTER
/* ----------------------------------------------*/
div#footerwrap {
    background: #171717;
    background-size: auto;
    padding: 0;
}
footer.footer {
    padding: 50px 0;
}
footer.footer ul.nav.menu {
    display: inline-block;
    float: right;
}
footer.footer ul.nav.menu a {
    color: #a3a3a3;
}
.footer .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.footer-social {
    display: inline-block;
}
.footer-social-content img {
    max-width: 60%;
    margin-left: -25px;
}
.fab {
    font-size: 20px;
    color: #fde08d;
    padding: 0 5px;
}
/* ----------------------------------------------*/
/* MENU MAIN
/* ----------------------------------------------*/
.navbar .btn-navbar .icon-bar {
    width: 30px!important;
    height: 2px!important;
    margin-bottom: 6px!important;
}
#menuwrap .navbar ul.dropdown-menu ul.dropdown-menu {
    left: 40%;
    top: 110% !important;
    z-index: 15!important;
}
.dropdown-menu {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#menuwrap .nav>li>a, #menuwrap .nav>li>a.active > a, #menuwrap .nav>li>a:hover > a, #menuwrap ul.nav span.separator {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#menuwrap {
    margin-right: 0px;
    padding: 25px 0 0 0;
    text-align: center;
    float: right;
}
#logo, #logomobile {
    margin-top: 10px;
}
#logo img, #logomobile img {
    max-width: 70% !important;
}
li.item-124.dropdown.parent ul.dropdown-menu.animated {
    width: 230px !important;
}
.navbar .btn, .navbar .btn-group {
    margin-top: 1px;
}
@media (max-width: 979px) {
.navbar .container {
    width: 60px;
    padding: 0;
}
}
@media (max-width: 979px) {
.navbar .btn-navbar {
    display: none;
}
}

/* ----------------------------------------------*/
/* INSET
/* ----------------------------------------------*/
.module.introimag-header {
    padding: 20% 0 0% 10% !important;
}
.module.introimag-header h3.page-header {
    text-align: center;
    padding-bottom: 10px;
}
.module.introimag-header h3.page-header span.first_word {
    color: #000 !important;
}
.module.introimag-header .headsubtitle {
    color: #888!important;
    font-family: 'Montserrat', sans-serif;
}
.module.introimag-header .headsubtitle::before {
    content: '[ ';
}
.module.introimag-header .headsubtitle::after {
    content: ' ]';
}
.headtitle.introimag-header {
    background: url(/images/backs/frontpage1.jpg) 50% 20%;
    background-size: cover;
    height: 60vh;
}
@media (max-width: 600px) {
.headtitle.introimag-header {
    background: url(/images/backs/frontpage5.jpg) 7% 0%;
    background-size: cover;
    height: 60vh;
}
}
.headtitle.introimag-header .headtitle {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 80px 0 30px 0;
}
@media (max-width: 1200px) {
.headtitle.introimag-header .headtitle {
    font-size: 50px;
}
}
@media (max-width: 1200px) {
.headtitle.introimag-header .headtitle {
    font-size: 30px;
}
}
.headtitle.introimag-header span.headtitle2 {
    line-height: 150%;
    font-size: 60px;
    color: #b2b2b2;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0;
}
@media (max-width: 1200px) {
.headtitle.introimag-header span.headtitle2 {
    font-size: 50px;
}
}
@media (max-width: 600px) {
.headtitle.introimag-header span.headtitle2 {
    font-size: 30px;
}
}
.module.blog-header {
    padding: 10% 0 0 0 !important;
}
.module.blog-header h3.page-header {
    text-align: center;
    padding-bottom: 10px;
}
.module.blog-header h3.page-header span.first_word {
    color: #000 !important;
}
.module.blog-header .headsubtitle {
    color: #888!important;
    font-family: 'Montserrat', sans-serif;
}
.module.blog-header .headsubtitle::before {
    content: '[ ';
}
.module.blog-header .headsubtitle::after {
    content: ' ]';
}
.headtitle.blog-header {
    background: url(/images/backs/frontpage30.jpg) 50% 20%;
    background-size: cover;
    filter: grayscale(1);
    height: 35vh;
}
.headtitle.blog-header .headtitle {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 80px 0 30px 0;
    text-align: center;
}
@media (max-width: 600px) {
.headtitle.blog-header .headtitle {
    font-size: 30px;
}
}
.headtitle.blog-header p {
    width: 70%;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #ffffff;
    font-style: italic;
    text-align: center;
    margin: 0 auto;
}
.module.areasfoto-header {
    padding: 20% 0 0 0 !important;
}
.module.areasfoto-header h3.page-header {
    text-align: center;
    padding-bottom: 10px;
}
.module.areasfoto-header h3.page-header span.first_word {
    color: #000 !important;
}
.module.areasfoto-header .headsubtitle {
    color: #888!important;
    font-family: 'Montserrat', sans-serif;
}
.module.areasfoto-header .headsubtitle::before {
    content: '[ ';
}
.module.areasfoto-header .headsubtitle::after {
    content: ' ]';
}
.headtitle.areasfoto-header {
    background: url(/images/backs/frontpage14.jpg) 50% 20%;
    background-size: cover;
    filter: grayscale(1);
    height: 60vh;
}
.areasfoto-header-headtitle {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 80px 0 30px 0;
    line-height: 100%;
    text-align: center;
}
@media (max-width: 600px) {
.areasfoto-header-headtitle {
    font-size: 30px !important;
    line-height: 130%;
}
}

.module.camp-header {
    padding: 10% 0 0 0 !important;
}
.module.camp-header h3.page-header {
    text-align: center;
    padding-bottom: 10px;
}
.module.camp-header h3.page-header span.first_word {
    color: #000 !important;
}
.module.camp-header .headsubtitle {
    color: #888!important;
    font-family: 'Montserrat', sans-serif;
}
.module.camp-header .headsubtitle::before {
    content: '[ ';
}
.module.camp-header .headsubtitle::after {
    content: ' ]';
}
.headtitle.camp-header {
    background: url(/images/backs/frontpage10.jpg) 50% 20%;
    background-size: cover;
    filter: grayscale(0);
    height: 40vh;
}
.headtitle.camp-header .headtitle {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 80px 0 30px 0;
    line-height: 100%;
    text-align: center;
}
@media (max-width: 600px) {
.headtitle.camp-header .headtitle {
    font-size: 30px !important;
    line-height: 130%;
}
}

.module.contacto-header {
    padding: 10% 0 0 0 !important;
}
.module.contacto-header h3.page-header {
    text-align: center;
    padding-bottom: 10px;
}
.module.contacto-header h3.page-header span.first_word {
    color: #000 !important;
}
.module.contacto-header .headsubtitle {
    color: #888!important;
    font-family: 'Montserrat', sans-serif;
}
.module.contacto-header .headsubtitle::before {
    content: '[ ';
}
.module.contacto-header .headsubtitle::after {
    content: ' ]';
}
.headtitle.contacto-header {
    background: url(/images/backs/frontpage4.jpg) 50% 50%;
    background-size: cover;
    filter: grayscale(1);
    height: 35vh;
}
.headtitle.contacto-header .headtitle {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 80px 0 30px 0;
    text-align: center;
}
@media (max-width: 600px) {
.headtitle.contacto-header .headtitle {
    font-size: 30px;
}
}

.module.biograf-header {
    padding: 20% 0 0 0 !important;
}
.module.biograf-header h3.page-header {
    text-align: center;
    padding-bottom: 10px;
}
.module.biograf-header h3.page-header span.first_word {
    color: #000 !important;
}
.module.biograf-header .headsubtitle {
    color: #888!important;
    font-family: 'Montserrat', sans-serif;
}
.module.biograf-header .headsubtitle::before {
    content: '[ ';
}
.module.biograf-header .headsubtitle::after {
    content: ' ]';
}
.headtitle.biograf-header {
    background: url(/images/backs/frontpage33.jpg) 50% 20%;
    background-size: cover;
    filter: grayscale(1);
    height: 60vh;
}
.headtitle.biograf-header .headtitle {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 80px 0 30px 0;
    line-height: 100%;
    text-align: center;
}
@media (max-width: 600px) {
.headtitle.biograf-header .headtitle {
    font-size: 30px !important;
    line-height: 100%;
}
}

.module.newsletter-header {
    padding: 10% 0 0 0 !important;
}
.module.newsletter-header h3.page-header {
    text-align: center;
    padding-bottom: 10px;
}
.module.newsletter-header h3.page-header span.first_word {
    color: #000 !important;
}
.module.newsletter-header .headsubtitle {
    color: #888!important;
    font-family: 'Montserrat', sans-serif;
}
.module.newsletter-header .headsubtitle::before {
    content: '[ ';
}
.module.newsletter-header .headsubtitle::after {
    content: ' ]';
}
.headtitle.newsletter-header {
    background: url(/images/backs/frontpage6.jpg) 50% 20%;
    background-size: cover;
    filter: grayscale(1);
    height: 35vh;
}
.headtitle.newsletter-header .headtitle {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 80px 0 30px 0;
    text-align: center;
}
@media (max-width: 600px) {
.headtitle.newsletter-header .headtitle {
    font-size: 30px;
}
}
@media (max-width: 600px) {
.moduletablecontacto-grid .ui_box__inner {
    padding: 0 20px;
}
}
.section-contacto-grid {
    display: flex;
}
.ui_box.colunas-rt {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ui_box.colbk {
    padding: 120px 30px;
    width: 33.3333%;
}
.ui_box.colbk h2 {
    padding: 0 0 40px 0;
}
.ui_box.col2.colbk {
    background: #030303;
    color: #ffffff;
}
.ui_box.col2.colbk h2 {
    color: #ffffff !important;
    font-weight: 500;
}
.ui_box.col3.colbk {
    background: #3d3d3d;
    color: #ffffff;
}
.ui_box.col3.colbk h2 {
    color: #ffffff !important;
    font-weight: 500;
}
.ui_box.col4.colbk {
    background: #8a8a8a;
    color: #ffffff;
}
.ui_box.col4.colbk h2 {
    color: #ffffff !important;
    font-weight: 500;
}
p.mail-contacto-grid {
    padding: 30px 0;
    font-weight: 700;
    display: block;
}

.moduletable.grid100 {
    padding: 10px;
}
section.ui.biograf-grid {
    box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.ui_box.biograf-grid.colunas-lf {
    padding: 0;
    width: 50%;
    background: url(/images/backs/frontpage21.jpg) 50% 20% !important;
    background-size: cover;
}
@media (max-width: 600px) {
.ui_box.biograf-grid.colunas-lf {
    width: 100%;
}
}
.col1.biograf-grid-col1 {
    padding: 100px;
    text-align: right;
    background: #ffffff;
}
.ui_box.biograf-grid.colunas-lf h2 {
    color: #ffdf48;
    font-weight: 900;
    font-size: 40px;
}
.ui_box.biograf-grid.colunas-rt {
    background: #f0f3f2;
    width: 50%;
    float: left;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
}
@media (max-width: 600px) {
.ui_box.biograf-grid.colunas-rt {
    width: 100%;
}
}
.ui_box.colunas-rt {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 600px) {
.ui_box.colunas-rt {
    display: block;
}
}
section.ui.biograf-grid .ui_box.colbk {
    padding: 0;
    width: 100%;
}
.ui_box.colbk {
    padding: 120px 30px;
    width: 33.3333%;
}
@media (max-width: 600px) {
.ui_box.colbk {
   padding: 120px 0px;
   width: 100%;
}
}
.prodinclu-title h3 {
    font-weight: 600;
    padding: 30px 30px 0;
    margin: 1em 0;
    letter-spacing: 0.05em;
}
section.ui.biograf-grid .ui_box.colbk .ui_box__inner {
    width: 25%;
    display: table-cell;
    padding: 50px 30px;
    vertical-align: top;
}
@media (max-width: 600px) {
section.ui.biograf-grid .ui_box.colbk .ui_box__inner {
    width: 100%;
    display: block;
    padding: 50px 0px;
}
}
@media (max-width: 600px) {
.ui_box.colunas-rt-top h2, .ui_box.colunas-rt-top p {
    padding: 0 20px !important;
}
}
.ui_box.colunas-rt-top h2 {
    padding: 0;
    font-size: 25px;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
}
.ui_box__inner.colu2 {
    background: #ffffff;
}
.ui_box.col2.colbk .colu2 h2 {
    color: #000000 !important;
}
.ui_box.col2.colbk .colu2 p {
    color: #000000 !important;
}
.sec2.table {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.sec2.table tr td {
    padding: 20px;
    width: 25%;
}
.sec2.table tr td {
    padding: 20px;
}
@media (max-width: 600px) {
.sec2.table tr td, .sec3.table tr td {
    padding: 20px 5px !important;
}
}
@media (max-width: 600px) {
.sec2.table td.col01, .sec2.table td.col04, .sec3.table td.col01, .sec3.table td.col04 {
    display: none;
}
}
@media (max-width: 600px) {
.moduletablebiograf-grid .areas-forma-content-right-cont {
    padding: 20px;
}
}
.sec2.table td.col02 {
    background: #ffe9a3;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
}
@media (max-width: 600px) {
.sec2.table td.col02, .sec3.table td.col02 {
    font-size: 16px !important;
}
}
td.col02.title {
    padding: 100px 10px 100px 0 !important;
    font-size: 45px !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    text-align: right;
    border: 0 !important;
}
@media (max-width: 600px) {
td.col02.title, td.col03.title2 {
    font-size: 16px !important;
}
}
td.col03.title2 {
    padding: 100px 0 100px 10px !important;
    font-size: 45px;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
.sec3.table {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.sec3.table tr td {
    padding: 20px;
    width: 25%;
}
.sec3.table tr td {
    padding: 20px;
}
.sec3.table td.col02 {
    background: #ffffff;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 0px solid #ffffff;
}
.sec3.table td.col03 {
    background: #af5757;
    text-align: left;
    font-weight: normal;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.areas-forma-content-right-cont h2 {
    text-transform: uppercase;
    font-weight: 600;
}
.module.colabora-header {
    padding: 15% !important;
}
.module.colabora-header h3.page-header {
    text-align: center;
    padding-bottom: 10px;
}
.headtitle2 p {
    color: #ffffff;
    margin: 30px;
}
.module.colabora-header h3.page-header span.first_word {
    color: #000 !important;
}
.module.colabora-header .headsubtitle {
    color: #888!important;
    font-family: 'Montserrat', sans-serif;
}
.module.colabora-header .headsubtitle::before {
    content: '[ ';
}
.module.colabora-header .headsubtitle::after {
    content: ' ]';
}
.headtitle.colabora-header {
    background: url(/images/backs/frontpage11.jpg) 50% 20%;
    background-size: cover;
    filter: grayscale(1);
}
.headtitle.colabora-header .headtitle {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 80px 0 30px 0;
    text-align: center;
}
.bio-clean .page-header {
    display: none;
}
.bio-clean .top-nav {
    display: none;
}
.bio-clean .jcrtext {
    display: none;
}

.areasfoto-header-headtitle2 {
    text-align: center;
}
span.areasfoto-header-headtitle2 {
    line-height: 150%;
    font-size: 35px;
    color: #d8d8d8;
    padding: 20px 0;
}
@media (max-width: 600px) {
span.areasfoto-header-headtitle2 {
    font-size: 20px!important;
}
}
.module.galindice-header {
    height: 450px;
}
.galindice-header-section {
    height: 450px;
    padding-left: 420px!important;
    padding-right: 420px!important;
}
.module.galindice-header h3.page-header {
    text-align: center;
    padding-bottom: 10px;
}
.module.galindice-header h3.page-header span.first_word {
    color: #fff !important;
}
.module.galindice-header .headsubtitle {
    color: #eee!important;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
}
.module.galindice-header .headsubtitle::before {
    content: '[ ';
}
.module.galindice-header .headsubtitle::after {
    content: ' ]';
}
.headtitle.galindice-header {
    background: url(/images/backs/bg03.jpg) 50% 20%;
    background-size: cover;
}

.galindice-header-title {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    padding: 160px 0 0 0;
    line-height: 40px;
}




.scroll-link {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}
.jcr-button-bottom {
    text-align: center;
    display: block;
}
.jcr-bottom {
    margin-left: 0;
    margin-right: 0;
    border-style: solid;
    font-weight: 100;
    height: 55px;
    line-height: 20px;
    padding: 0 15px;
    font-size: 40px;
    margin: 0px;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 10;
}
/* ----------------------------------------------*/
/* GALERIA TOP
/* ----------------------------------------------*/
.headsubtitle-button {
    display: inline-block;
    font-family: "hind", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 700;
    background: #e5c573;
    color: #fff !important;
    font-size: 1rem;
    border: 2px solid transparent;
    margin: 20px 0 0 0;
    padding: 0.5rem 1.5rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 2rem;
    float: none;
}
.headsubtitle-button:hover {
    background: #a59484;
    color: #fff !important;
}
/* ----------------------------------------------*/
/* MENU VERTICAL
/* ----------------------------------------------*/
.sm-levels {
    max-height: none !important;
}
.sm-container > #off-menu_833, .sm-container > #off-menu_834, .sm-container > #off-menu_743, .sm-container > #off-menu_832 {
    width: 400px !important;
    height: 90% !important;
}
.sm-level dt.level1 {
    padding: 7px 30px 7px 26px !important;
}
.parent .link a:after {
    content: ' +';
}
.menu-icon-cont .menu-icon3 {
    margin: 9px 9px 6px 5px !important;
}
.menu-icon-cont.sm-btn-743.sm-close, .menu-icon-cont.sm-btn-832.sm-close {
    background: #000000 !important;
    height: 60px;
    width: 70px;
    top: 0 !important;
}
.menu-icon-cont.sm-btn-743.sm-close .menu-icon3, .menu-icon-cont.sm-btn-832.sm-close .menu-icon3 {
    font-size: 50px !important;
    top: 5px;
    left: 16px;
}
.sm-btn-743 .menu-icon3, .sm-btn-832 .menu-icon3, .sm-btn-833 .menu-icon3, .sm-btn-834 .menu-icon3 {
    font-size: 35px !important;
    font-weight: 600;
}
.sm-level a {
    color: #000000 !important;
}
#off-menu_743 .sm-logo, #off-menu_743 .sm-top {
    background: #ffffff;
    height: 100% !important;
    overflow: auto;
    overflow-x: hidden;
}
.menu-icon-cont.sm-btn-743, .menu-icon-cont.sm-btn-832 {
    margin-top: -10px;
    position: absolute !important;
    top: 2px !important;
    right: 22px;
    left: unset !important;
    padding-left: 75px;
}
.menu-icon-cont.sm-btn-833, .menu-icon-cont.sm-btn-834 {
    margin-top: -10px;
    position: absolute !important;
    top: 2px !important;
    right: -22px;
    left: unset !important;
}
.off-menu_743 dl a, .off-menu_832 dl a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}
.sm-btn-743 .menu-icon3 span, .sm-btn-832 .menu-icon3 span {
    height: 0.04em!important;
    background: #000000 !important;
}
.sm-btn-833 .menu-icon3 span, .sm-btn-834 .menu-icon3 span {
    height: 0.04em!important;
}
.sm-btn-743, .sm-btn-832 {
    background: transparent !important;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
h3.sm-head {
    margin: 0 !important;
    height: 60px !important;
}
span.sm-title {
    font-weight: 400 !important;
    letter-spacing: -1px;
    float: left;
    position: relative !important;
    left: 0 !important;
}
body > .sm-btn-743, .sm-content-inner > .sm-btn-743, .off-menu_743 .sm-btn-743, body > .sm-btn-832, .sm-content-inner > .sm-btn-832, .off-menu_743 .sm-btn-832 {
    top: 12px !important;
    z-index: 99999;
}
body > .sm-btn-755, .sm-content-inner > .sm-btn-755, .off-menu_755 .sm-btn-755 {
    position: absolute !important;
    top: 21.9% !important;
    right: 34.8% !important;
    z-index: 9;
}
ul.nav.menu {
    padding: 0 10px;
}
li.item-599 ul {
    display: grid;
}
dt.level1.off-nav-1455.first.sm-back-item {
    background: #dddddc;
    height: 60px;
}
.sm-back-item .link a:before {
    content: '\f0e2';
    font-family: "Font Awesome 5 Free";
    color: #000000;
}
.off-menu_743 .sm-level, .off-menu_832 .sm-level {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: unset !important;
    box-shadow: none !important;
    display: block !important;
}
.sm-top form#login-form {
    padding: 16px 20px 20px;
}
.sm-top .log-vert-title, .sm-top .log-vert-txt {
    color: #000000;
}
.sm-top .login input, .sm-top .userdata input, .sm-top .registration input {
    min-width: 300px;
    display: block;
    width: auto;
}
.sm-top .login-greeting {
    color: #000;
    font-size: 14px;
}
.sm-top ul.nav.menu {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #ededed !important;
}
.sm-top ul.nav.menu li {
    border-top: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding: 7px 30px 7px 26px !important;
    display: table;
    table-layout: fixed;
    width: 100%;
    cursor: pointer;
}
.sm-top ul.nav.menu li:hover {
    background-color: rgba(218, 230, 233, 0.40);
}
.sm-top ul.nav.menu a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: #000000 !important;
}
dt.sm-mod.menu-bottom {
    text-align: center;
}
.sm-mod.menu-bottom .custom {
    padding: 50px !important;
}
.menu-bottom .footer-social-s-icons {
    padding: 30px;
}
.menu-bottom .footer-social-s-icons .fab {
    font-size: 25px;
    color: #919191;
}
.footer-social-s-icons-p {
    font-size: 13px;
    color: #919191;
}
/* ----------------------------------------------*/
/* CARRINHO MENU VERTICAL
/* ----------------------------------------------*/
.sm-top div.thumbnail-container .social-share-button .egfa, .sm-top div.thumbnail-container .eventgallery-add2cart .egfa, .sm-top div.thumbnail-container .eg-download .egfa, .sm-top .button-removeFromCart .egfa {
    color: #000000;
}
.eventgallery-module.sugest-pt .eventgallery-icon-container .eventgallery-add2cart, .eventgallery-module.sugest-pt .eventgallery-icon-container .button-cart-connector, .eventgallery-module.sugest-pt .eventgallery-icon-container .social-share-button, .eventgallery-module.sugest-pt .eventgallery-icon-container .eg-download {
    margin: 0;
    background: transparent;
    font-size: 8px;
}
.sm-top .eventgallery-empty-minicart.eventgallery-minicart-module-empty {
    padding: 25px;
    margin-right: 0;
    font-size: 16px;
    color: #000000;
}
.sm-top .eventgallery-empty-minicart::after {
    content: '' !important;
}
.sm-top i.egfa.egfa-shopping-cart {
    display: none;
}
.sm-top .itemscount-topline {
    display: block;
    text-transform: unset;
    padding: 20px 0 15px 15px;
}
.sm-top .cart-item {
    display: block;
    margin-top: 0px !important;
}
span.itemscount-txtmenu {
    display: none;
}
.sm-top span.itemscount-txtfront {
    display: none;
}
.sm-top span.itemscount-txtmenu {
    display: inline-block;
    color: #000000;
}
.sm-top span.itemscount {
    color: #000000;
}
span.itemscount-txtmenu-0 {
    display: none;
}
.sm-top span.itemscount-txtmenu-0 {
    display: block;
    text-transform: none;
    font-size: 14px;
}
.sm-top span.itemscount-txtfront-0 {
    display: none;
}
.custom.cart-title h2 {
    padding: 18px 13px 6px 13px;
}
.cart-summary.btn-group {
    display: none;
}
.sm-top .cart-summary.btn-group {
    display: block;
    padding: 0 0 30px 17px;
}
.sm-top .eventgallery-minicart-container {
    border-bottom: 1px solid #ededed !important;
}
span.itemscount-txtfront-buynow-pt, span.itemscount-txtfront-buynow-en {
    display: none;
}
span.itemscount-txtfront-buynow-pt, span.itemscount-txtfront-buynow-en {
    display: none;
}
nav#off-menu_832 .buynow-pt, nav#off-menu_743 .buynow-en {
    display: none;
}
.sm-top span.itemscount-txtfront-buynow-pt, .sm-top span.itemscount-txtfront-buynow-en {
    display: block;
    padding: 20px 0;
    text-transform: none;
    font-size: 14px;
    color: #000000;
}
button.btn.btn-primary {
    padding: 10px;
    border-color: transparent;
    background: #8f8f8f !important;
    color: #ffffff !important;
}
.sm-top .eventgallery-module {
    display: block;
}
.eventgallery-module {
    display: none;
}
.sm-top a.event-thumbnail img {
    width: 75px !important;
}
.eventgallery-module.sugest-pt::before {
    content: 'Sugestões';
    line-height: 3.5;
}
.eventgallery-module.sugest-en::before {
    content: 'Suggestions';
    line-height: 3.5;
}
.eventgallery-empty-minicart.eventgallery-minicart-module-empty button.btn.btn-primary {
    display: none;
}
.sm-top .eventgallery-empty-minicart.eventgallery-minicart-module-empty button.btn.btn-primary {
    display: block;
}
/* ----------------------------------------------*/
/* MENU GALERIA
/* ----------------------------------------------*/
.sm-btn-755 {
    background: #000000 !important;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.off-menu_755 dl a, .off-menu_755 dl a:link, .off-menu_755 dl.level1 a, .off-menu_755 dl.level1 a:link {
    font-family: inherit !important;
    font-size: 35px !important;
    color: #6a7373;
    font-weight: 100 !important;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
    line-height: normal;
}
.off-menu_755 dl dt.opened.parent a, .off-menu_755 dl.level1 dt.opened.parent a, .off-menu_755 dl dt.hover a, .off-menu_755 dl dt:hover a, .off-menu_755 dl.level1 dt.hover a, .off-menu_755 dl.level1 dt:hover a {
    font-family: inherit !important;
    font-size: 35px !important;
    color: #6a7373;
    font-weight: 400 !important;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
    line-height: normal;
}
/* ----------------------------------------------*/
/* CONTENT
/* ----------------------------------------------*/
.com_content.view-article.itemid-337 li, .com_content.view-article.itemid-338 li, .com_content.view-article.itemid-339 li {
    list-style-type: unset;
}
.com_content.view-article.itemid-2542 li, .com_content.view-article.itemid-2543 li, .com_content.view-article.itemid-2544 li {
    list-style-type: unset;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    margin-right: 10px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    height: 145px;
    background-color: #555;
    color: #fff;
    text-align: justify;
    border-radius: 0;
    padding: 5px 10px;
    position: absolute;
    top: 20px;
    left: -5px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    overflow-y: scroll;
}
.information .tooltiptext {
    height: 175px;
    overflow-y: auto;
}
.tooltip .tooltiptext p {
    font-size: 11px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Montserrat';
}
.blogsobrenosindice .row-fluid {
    width: auto;
    *zoom: 1;
}
.blog.pag-blog .rl_tabs, .blog.pag-blog-en .rl_tabs {
    display: none;
}
.com_content .blog .page-header h2 a, .com_content .blog .page-header h2 {
    color: #000000!important;
    margin: 0;
}
.item-page {
    margin: 0 50px;
}
.item-page.pag-blog, .item-page.pag-blog-en {
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: 1200px;
    margin: 130px auto;
    padding: 0px 20px;
}
.item-page.pag-blog .pull-right.item-image, .item-page.pag-blog-en .pull-right.item-image {
    margin: 80px auto;
    text-align: center;
}
.cascadeitem .pull-right.item-image {
    padding: 0px;
    overflow: hidden;
}
span.rl_tabs-toggle-inner img {
    width: 17px !important;
    position: relative !important;
    top: 0 !important;
}
.blog.pag-blog, .blog.pag-blog-en {
    max-width: 75rem;
    margin: 0 auto;
    padding-left: 20px;
}
.item-image img {
    opacity: 1;
}
.item-page.pag-blog img, .item-page.pag-blog-en img {
    width: 90%;
    height: auto;
}

.blog.pag-blog .items-more, .blog.pag-blog-en .items-more {
    margin-top: 80px !important;
}
.item-page.pag-blog .content_rating img, .item-page.pag-blog-en .content_rating img {
    width: auto;
    margin-left: 0;
    position: relative;
    bottom: 0;
}
.img-content img {
    position: relative !important;
    width: auto !important;
}
.items-more ol {
    margin-bottom: 40px !important;
}
.items-more ol li {
    padding-bottom: 10px;
}
.items-more ol li a {
    font-weight: 500;
}
.blog.pag-blog:before {
    content: 'LEIA MAIS NO NOSSO BLOG';
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    position: relative;
    top: 50px;
}
.blog.pag-blog-en:before {
    content: 'READ MORE IN OUR BLOG';
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    position: relative;
    top: 50px;
}
.blog.pag-blog.pag-camp:before {
    display: none;
}
.blog.pag-blog-en.pag-camp:before {
    display: none;
}
.blogsobrenosindice .items-row:nth-child(even) {
    background: rgba(234, 234, 234, 0.5);
    margin: 0 0 100px 0;
}
@media (max-width: 1500px) {
.blogsobrenosindice .items-row:nth-child(even) {
    background: rgba(234, 234, 234, 0.5);
    width: 100%;
    display: block;
    float: none;
    margin: 20px 0;
}
}
.blogsobrenosindice .items-row:nth-child(odd) {
    background: #eaeaea;
    width: 49%;
    display: inline;
    float: right;
    margin: 20px 0;
}
@media (max-width: 1500px) {
.blogsobrenosindice .items-row:nth-child(odd) {
    background: #eaeaea;
    width: 100%;
    display: block;
    float: none;
    margin: 20px 0;
}
}
.blogsobrenosindice .items-row:nth-child(even), .blogsobrenosindice .items-row:nth-child(odd) {
    padding: 25px;
}
.blogsobrenosindice .span12 {
    padding: 30px;
}
.blog.pag-eventos:before {
    content: 'CONHEÇA MAIS EVENTOS';
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    position: relative;
    top: 50px;
}
.blog.pag-eventos-en:before {
    content: 'MORE EVENTS';
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    position: relative;
    top: 50px;
}
.blog.pag-eventos .rl_tabs, .blog.pag-eventos-en .rl_tabs {
    display: none;
}
.item-page.pag-eventos, .item-page.pag-eventos-en {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100% !important;
}
.item-page.pag-eventos .pull-right.item-image, .item-page.pag-eventos-en .pull-right.item-image {
    padding: 0px;
    margin: -43px 0px 24px !important;
    height: 550px !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.cascadeitem .pull-right.item-image {
    padding: 0px;
    overflow: hidden;
}
span.rl_tabs-toggle-inner img {
    width: 17px !important;
    position: relative !important;
    top: 0 !important;
}
.blog.pag-eventos, .blog.pag-eventos-en {
    max-width: 75rem;
    margin: 0 auto;
    padding-left: 20px;
}
.item-page.pag-eventos img, .item-page.pag-eventos-en img {
    width: 120%;
    margin-left: -75px;
    position: absolute;
    bottom: -20px;
}
.blog.pag-eventos .items-more,.blog.pag-eventos-en .items-more {
    margin-top: 80px !important;
}
.areas-sessoes-intro h1 {
    padding: 50px 0;
    line-height: 100%;
}
.areasfoto {
    background: rgba(204, 204, 204, 0.1);
    padding: 1px 20px 0px 20px;
    margin: 20px 0 30px 0;
    border-left: 10px double #b99867;
}
.areas-sessoes-content {
    width: 100%;
    display: flex;
}
@media (max-width: 600px) {
.areas-sessoes-content {
    width: 100%;
    display: block;
}
}
.areas-sessoes-content-left {
    float: left;
    width: 50%;
    display: inline-flex;
    background: url(/images/backs/frontpage15.jpg) 50% 20%;
    background-size: cover;
}
@media (max-width: 600px) {
.areas-sessoes-content-left {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
}
.areas-sessoes-content-right {
    width: 50%;
}
@media (max-width: 600px) {
.areas-sessoes-content-right {
    width: 100%;
}
}
.areas-sessoes-content-right-cont h2 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.areas-sessoes-content-right-cont {
    padding: 50px;
}
@media (max-width: 600px) {
.areas-sessoes-content-right-cont {
    padding: 0px;
}
}
.areas-recuper-content {
    width: 100%;
    display: flex;
}
@media (max-width: 600px) {
.areas-recuper-content {
    width: 100%;
    display: block;
}
}
.areas-recuper-content-left {
    width: 50%;
    float: left;
}
@media (max-width: 600px) {
.areas-recuper-content-left {
    width: 100%;
    margin-top: 250px;
    margin-bottom: 20px;
}
}
.areas-recuper-content-right {
    width: 50%;
    display: inline-flex;
    background: url(/images/backs/frontpage5.jpg) 50% 20%;
    background-size: cover;
}
@media (max-width: 600px) {
.areas-recuper-content-right {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}
}
.areas-recuper-content-left-cont {
    padding: 50px;
}
@media (max-width: 600px) {
.areas-recuper-content-left-cont {
    padding: 0px;
}
}
.areas-forma-content {
    width: 100%;
    display: flex;
}
@media (max-width: 600px) {
.areas-forma-content {
    width: 100%;
    display: block;
}
}
.areas-forma-content-left {
    float: left;
    width: 50%;
    display: inline-flex;
    background: url(/images/backs/frontpage9.jpg) 50% 20%;
    background-size: cover;
}
@media (max-width: 600px) {
.areas-forma-content-left {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
}
.areas-forma-content-right {
    width: 50%;
}
@media (max-width: 600px) {
.areas-forma-content-right {
    width: 100%;
}
}
.areas-forma-content-right-cont {
    padding: 50px;
}
@media (max-width: 600px) {
.areas-forma-content-right-cont {
    padding: 0px;
}
}
.but {
    width: fit-content;
    padding: 10px;
    border: 0px solid #fde08d;
    margin: 10px 0 0;
    color: #ffffff !important;
    border-color: transparent !important;
}
.but:hover {
    background: #7a7a7a;
    border: 1px solid #cccccc;
    color: #ffffff;
}
.but a {
    color: #000000;
}
.but a:hover {
    color: #ffffff;
}
.but:focus {
    outline: none;
}
input.button.subbutton.btn.btn-primary {
    line-height: 18px;
}
.btn-primary {
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
span.separator.conta span.titreck-title {
    color: #000000;
    background: #ffffff;
    border-radius: 3px;
    padding: 5px 10px;
}
#login-form label {
    width: auto !important;
}
select:focus, input:focus {
    outline: none;
}
.control-label label {
    font-size: 14px;
    font-weight: 600;
}
.jcrtext {
    margin: 0 auto;
}
.item-page.pag-blog .image-body .pull-right.item-image:hover, .item-page.pag-blog-en .image-body .pull-right.item-image:hover {
    box-shadow: none !important;
}
.item-page.pag-blog .image-body .pull-right.item-image:hover:before, .item-page.pag-blog-en .image-body .pull-right.item-image:hover:before {
    background: transparent;
    transition: 0.3s;
    transition: opacity 0.5s 0.2s;
    background: transparent;
    background: transparent;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff2b58', endColorstr='#ccffd800',GradientType=1 ) !important;
}
.item-page.pag-blog .image-body .pull-right.item-image:before, .item-page.pag-blog-en .image-body .pull-right.item-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s;
    background: transparent;
    background: transparent;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#80000000',GradientType=0 );
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2;
}
.span4 .jcrtext {
    display: none;
}
.span4 {
    width: 30%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
body, p, input, button, select, textarea {
    direction: ltr;
    line-height: 1.56;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border-color: transparent;
}
input[type="checkbox"], input[type="radio"] {
    height: auto;
    border: 0px!important;
    padding-top: 12px !important;
    min-width: auto;
}
.rl_tabs>ul.nav-tabs>li>a {
    display: block!important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    color: #b99867;
    text-decoration: none;
    line-height: inherit;
}
.com_content .pull-right.item-image {
    margin: 0;
}
.article-info dd.hits, dd.category-name, dd.createdby {
    display: inline-block !important;
}
.item-image {
    background: none;
    padding: 0;
}
.com_content .pull-right.item-image {
    width: auto;
    height: 100%;
    float: none;
}
.item-page.pag-blog .image-body .pull-right.item-image,.item-page.pag-blog-en .image-body .pull-right.item-image {
    margin: 0 !important;
    height: 100% !important;
}
.item-page.pag-blog .jcrtext .image-body img, .item-page.pag-blog-en .jcrtext .image-body img {
    width: 100%;
    margin-left: 0;
    position: relative;
    bottom: 0;
}
@media (max-width: 1000px) {
.item-page.pag-blog .jcrtext .image-body img, .item-page.pag-blog-en .jcrtext .image-body img {
    width: 100%;
    max-width: 100%;
}
}

div[itemprop="articleBody"] {
    display: block;
}
.page-header {
    border-bottom: 0;
    text-align: left;
}
.page-header h1, h2, h3, h4 {
    font-size: 50px;
    letter-spacing: -3px;
    font-weight: 100;
    line-height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #1b1b1b!important;
    margin: 5px 0 5px 0 !important;
}
li.previous a, li.next a {
    color: #99a9b5;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    margin: 100px 0 0 0;
    letter-spacing: .7px;
    line-height: 1.7;
}
li.previous, li.next, li.cat-middle {
    display: inline-block;
}
.item-page.pag-blog li.previous span, li.next span,.item-page.pag-blog-en li.previous span, li.next span {
    display: none;
}
a.cat-middle-link {
    color: #99a9b5;
}
.com_content .item-page .page-header h2 a, .com_content .item-page .page-header h2 {
    font-size: 35px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #1b1b1b!important;
}
@media (max-width: 1200px) {
.com_content .item-page .page-header h2 a, .com_content .item-page .page-header h2 {
    padding: 8% 15% 0 15% !important;
}
}
dt.article-info-term {
    display: none;
}
dl.article-info.muted {
    display: inline-block;
}
dd.create {
    display: inline-block;
}
.top-nav {
    margin: 50px auto 40px auto;
    max-width: 1200px;
    color: #99a9b5;
    font-size: 14px;
    font-weight: 500;
}
.top-nav-but {
    display: inline-block;
    text-align: right;
    float: right;
}
.top-nav-sep-tags {
    display: inline-block;
}
.top-nav-social {
    display: inline-block;
}
.top-nav-social .at-share-tbx-element .at-icon-wrapper {
    vertical-align: middle;
    margin-top: -3px;
    height: 13px!important;
    width: 13px!important;
}
.cascadeitem dd.hits {
    display: none !important;
}
ul.tags.inline {
    margin: 0 auto;
    display: inline-block !important;
}
li[itemprop="keywords"] {
    padding: 2px 8px;
    display: inline-block !important;
    font-size: 12px;
    background: #fde08d;
    font-weight: 600;
    border-radius: 3px;
}
li[itemprop="keywords"] a {
    color: #000000;
}
.cascadeitem ul.tags.inline {
    margin: 0;
    width: auto;
    text-align: left;
}
.item-page.pag-eventos .page-header h2, .item-page.pag-eventos-en .page-header h2 {
    color: #ffffff!important;
    font-weight: 700;
    padding: 3% 15% 0 15%;
    text-align: center;
}
.item-page.pag-eventos .page-header, .item-page.pag-eventos-en .page-header {
    padding: 70px 0 50px 0 !important;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 2;
    height: 312px;
}
.item-page.pag-blog .page-header h2, .item-page.pag-blog-en .page-header h2 {
    color: #000000!important;
    font-weight: 300;
    padding: 15% 15% 0 15%;
    text-align: center;
}
.item-page.pag-blog.pag-camp div[itemprop="articleBody"], .item-page.pag-blog-en.pag-camp div[itemprop="articleBody"] {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
}
.item-page.pag-blog.pag-camp .image-body, .item-page.pag-blog-en.pag-camp .image-body {
    width: 45%;
    float: left;
    display: inline-block;
}
.title-after-image h2 {
    padding: 0 15% 0 15% !important;
}
.blog.pag-blog.pag-camp, .blog.pag-blog-en.pag-camp {
    margin: 195px auto 0 auto;
}
.blog.pag-blog.pag-camp .pull-right.item-image, .blog.pag-blog-en.pag-camp .pull-right.item-image {
    height: 100% !important;
}
.blog.pag-blog.pag-camp .pull-right.item-image img, .blog.pag-blog-en.pag-camp .pull-right.item-image img {
    width: 100%;
}
dd.association {
    display: none;
}
.jcrtext {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0px 20px;
}
.page-header h1:after {
    content: " ";
    border: 0;
    border-top: 0px solid #b99867;
    border-bottom: 0px solid #b99867;
    width: 0%;
    color: #b99867;
    border-color: #b99867;
    display: inline-block;
    margin: -1px 0 1.1% 1.5%;
}
span.subheading-category {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 100;
    text-transform: lowercase;
    line-height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #1b1b1b!important;
    margin: -4px 0 15px 0 !important;
}
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
    color: #adadad;
    text-decoration: none;
    cursor: pointer;
}

/* ----------------------------------------------*/
/* CONTENT LOGIN PRIVADO
/* ----------------------------------------------*/
.jcr-logok {
    background-color: #dff0d8;
    padding: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.jcr-logok::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #3c763d;
    font-weight: 100;
    padding-right: 10px;
}
.senha-freeimg {
    margin: 50px 0;
    font-weight: 500;
}
.senha-freeimg a {
    padding: 12px 16px;
    display: inline-block;
    font-size: 14px;
    background: #fde08d;
    font-weight: 600;
    border-radius: 3px;
}
.senha-freeimg input {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    background-color: #ba5c5c;
    padding: 10px !important;
    border-radius: 3px;
    width: 60px !important;
    min-width: auto !important;
    height: 18px;
    text-align: center;
    cursor: default;
}
.senha-freeimg button {
    outline: none;
}
.event-password {
    margin: 20px 0 100px 0;
}
/* ----------------------------------------------*/
/* MENSAGEM ALERTA
/* ----------------------------------------------*/
.alert.alert-message, .alert.alert-error {
    position: absolute;
    top: 8%;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #f3f3f3;
    z-index: 9;
}
.com_users.view-registration.layout-complete .alert.alert-message {
    top: 60%;
}
a.close {
    cursor: pointer;
}
form.form-inline input.btn.btn-mini {
    cursor: pointer;
}
/* ----------------------------------------------*/
/* MODULOS
/* ----------------------------------------------*/
.contact {
    padding: 0 0 80px 0;
    max-width: 1200px;
    margin: 0 auto;
}
input#jform_contact_name, input#jform_contact_email, input#jform_contact_emailmsg, textarea#jform_contact_message {
    width: 100%;
    background: rgb(252 252 252 / 69%);
}
@media (max-width: 600px) {
input#jform_contact_name, input#jform_contact_email, input#jform_contact_emailmsg, textarea#jform_contact_message {
    width: 310px;
}
}
.contacto-head {
    padding: 80px 0 0 0;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.contacto-head-title h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.contacto-head-subtitle h2 {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-form fieldset h3 {
    display: none;
}
span.rl_tabs-toggle-inner.nn_tabs-toggle-inner img {
    margin-left: 0;
}
.contact .tab-content {
    width: 60em;
    margin: 0 auto;
    clear: both;
}

.module.latest-fp {
    padding: 0;
    margin: -120px 0 0 0;
}
.module.latest-fp {
    padding: 0;
    margin: -120px auto;
    width: 75%;
    right: 0;
    left: 0;
    position: absolute;
}
.module.indice-gal {
    margin: -130px 0 40px 0;
}
.nweslet-r.page-header h1, h2, h3, h4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
}
#right {
    background: #ffffff;
    border-left: 1px solid #ccc;
    position: fixed;
    right: 0;
}
ul.unstyled {
    display: none;
}
.module.intro-blog {
    min-height: 900px;
    min-height: -moz-available;
    min-height: fill-available;
}
.intro-content-blog {
    position: absolute;
    left: 18%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 30;
    padding: 0 30px;
}
.intro-content-blog h1.title {
    font-size: 100px;
    color: #ffffff!important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 40px;
}
.intro-blog p.intro-descr {
    padding-left: 7px;
    font-weight: 700;
}
.module.nowrap.dirautor {
    padding: 8px 0 0 0;
}

.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 16px;
}
dt.sm-mod.sm-bottom .input-prepend {
    display: flex;
}
dt.sm-mod.sm-bottom span.add-on {
    min-width: 0;
}
dt.sm-mod.sm-bottom #login-form label {
    display: none;
}
#users-profile-core dt, #users-profile-custom dt, .login label {
    width: auto !important;
}
.custom.user-icon {
    width: 22px !important;
    float: none!important;
    position: absolute;
    top: -1px;
    right: 0;
    margin-right: 44px;
    z-index: 300;
    color: #ffffff;
    font-size: 15px;
}
.custom.user-globe {
    width: 22px !important;
    float: none!important;
    position: absolute !important;
    top: -1px !important;
    left: unset !important;
    right: 0;
    margin-right: 15px;
    z-index: 300;
    color: #ffffff;
    font-size: 15px;
}
.acym_radio_group input {
    width: auto !important;
}
p.acymodifybutton input {
    width: auto !important;
}
.login input, .userdata input, .registration input {
    min-width: 230px;
    width: 100%;
}
.com_users.view-registration.layout-complete .registration-complete {
    margin: 240px;
}
.logout {
    max-width: 1200px;
    width: 100%;
    padding: 20px 70px;
    background: #ffffff;
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding-left: 70px;
}
.jcr-login {
    margin: 260px auto 0 auto;
    max-width: 1200px;
    padding: 20px;
}
#rl_modals .jcr-login {
    margin: 40px auto 0 auto;
}
.nl-login {
    position: relative;
    background-color: #a15a5a;
    box-sizing: border-box;
    overflow: hidden;
    padding: 45px;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    width: 40%;
    vertical-align: top;
}
#rl_modals .nl-arch {
    display: none;
}
@media (max-width: 1100px) {
.nl-login {
    width: 100%;
}
}
.nl-login h1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.nl-opcao2 {
    display: none;
}
.nl-login .nl-opcao1 h3, .nl-login .nl-opcao2 h3, .nl-login .nl-opcao3 h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: 0px;
    margin: 5px 0 !important;
}
.nl-login .nl-opcao1 li, .nl-login .nl-opcao2 li, .nl-login .nl-opcao3 li {
    font-size: 14px;
}
.nl-login .nl-opcao1, .nl-login .nl-opcao2, .nl-login .nl-opcao3 {
    padding-bottom: 30px;
    margin-left: 30px;
}
.nl-login .nl-opcao1 h2, .nl-login .nl-opcao2 h2, .nl-login .nl-opcao3 h2 {
    color: #ffffff !important;
    font-weight: 600;
}
.nl-login .nl-opcao1::before {
    content: '\f658';
    font-family: 'FontAwesome';
    position: absolute;
    left: 45px;
}
.nl-login .nl-opcao2::before {
    content: '\f302';
    font-family: 'FontAwesome';
    position: absolute;
    left: 45px;
}
.page-header-login h1 {
    padding-bottom: 10px;
}
.login, .registration, .profile-edit {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding: 20px 70px;
    background: #ffffff;
}
@media (max-width: 1100px) {
.login, .registration, .profile-edit {
    padding: 70px 70px 20px 30px;
}
}
.com_users.view-reset .reset-confirm, .com_users.view-reset .reset-complete {
    max-width: 1200px;
    width: 100%;
    margin: 200px auto 80px auto;
}
label#jform_privacyconsent_privacy-lbl {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}
.registration legend, .profile-edit legend {
    font-size: 16px;
    font-weight: 600;
    padding: 25px 0;
    text-transform: uppercase;
}
#jform_captcha {
    padding-bottom: 20px;
}
.controls-login h3 {
    margin: 20px 0 !important;
    border-top: 1px solid #CCCCCC;
    padding: 20px 0;
}
.controls.log-reg li {
    background: #fde08d !important;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    width: fit-content;
    padding: 10px;
    border: 1px solid #fde08d;
    margin: 10px 0 0;
    background: #fde08d;
    color: #000000;
    cursor: pointer;
    border-color: transparent !important;
    display: inline-block;
}
.remind {
    max-width: 1200px;
    margin: 250px auto;
    padding: 20px;
}
.reset {
    max-width: 1200px;
    margin: 250px auto;
    padding: 20px;
}
.control-group {
    padding: 10px 0;
}
.request-form {
    max-width: 1200px;
    width: 100%;
    margin: 200px auto 0 auto;
}
.dados-export h1 {
    padding-bottom: 30px;
}
@media (max-width: 600px) {
.control-group {
    padding: 20px 20px;
}
}
label.element-invisible {
    color: #ffffff !important;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-primary {
    background: #7a7a7a !important;
    cursor: pointer;
}
.log-vert-title {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 15px 0 !important;
}
.log-vert-txt {
    margin: 0 0 20px 0 !important;
    font-size: 14px;
}
div#form-login-password {
    padding: 5px 0 10px 0;
}

input[type="checkbox"], input[type="radio"] {
    min-width: auto;
    width: auto;
}
@media (min-width: 640px) {
.menuck.maximenuck.nodropdown.item2113, .menuck.maximenuck.nodropdown.item2539 {
    display: none;
}
}
li.maximenuck.nodropdown.item2113, li.maximenuck.nodropdown.item2539 {
    display: none !important;
}
/* ----------------------------------------------*/
/* MODULO FRONT SMART SLIDE
/* ----------------------------------------------*/
div#n2-ss-1 .nextend-autoplay, div#n2-ss-2 .nextend-autoplay {
    bottom: 4px !important;
    position: absolute;
}
/* ----------------------------------------------*/
/* MODULO TOP BLOG
/* ----------------------------------------------*/
.module.top_blog .modulecontent {
    padding: 0;
}
.module.top_blog .slider2ex {
    width: auto;
    float: none;
    padding: 0px;
    margin: -40px 0px 24px !important;
    height: 500px !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.module.top_blog img {
    width: 100%;
    position: absolute;
    top: -50%;
}
.introblog {
    position: absolute;
    top: 76%;
    background: rgba(0, 0, 0, 0.2);
    width: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto !important;
    padding: 30px 30px 30px 40px;
}
.slider2ex h2 {
    font-size: 28px !important;
    color: #ffffff !important;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 15px 0 0 0 !important;
}
.introblog-top {
    border-bottom: 1px solid #b8b8b8;
}
.introblog span {
    padding: 0 0 5px 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: -1px;
}
.center.slider2ex {
    display: none;
}
/* ----------------------------------------------*/
/* MENU PRINCIPAL 
/* ----------------------------------------------*/
#menuwrap {
    float: none;
}
div#menuright2 {
    float: right;
    margin-right: 60px;
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 9999;
}
@media (max-width: 800px) {
div#menuright2 {
    margin-right: 30px;
}
}
.gal-li {
    border-left: 1px solid #d6524c;
    padding: 0px 0 0 10px;
    border-radius: 0px;
}
.mobilemenuck-bar-button {
    display: none;
}
[data-id="jcr1"] .mobilemenuck-item > .level1 {
    background: #000000 !important;
}
[data-id="jcr1"] .mobilemenuck-bar-title {
    background: transparent !important;
}
[data-id="jcr1"] .mobilemenuck-bar-button {
    background: transparent !important;
}
div#jcr1-mobile {
    overflow: auto;
    height: 100%;
    position: fixed !important;
}
span.maxiclose {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -18px auto;
    text-align: center;
    background: #333333;
    padding: 2px 10px;
    cursor: pointer;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    color: #fff !important;
}
div#jcr1.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck, div#jcr1.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}
div#jcr1 ul.maximenuck li.level1.parent > a:after, div#jcr1 ul.maximenuck li.level1.parent > span.separator:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 0 6px !important;
    border-color: #000 transparent transparent transparent;
    top: 8px;
    right: 0px;
}
li.maximenuck.nodropdown.item1576.level2.gal-li-subaquatica.fullwidth {
    margin-top: -40px !important;
}
li.maximenuck.nodropdown.item1769.level2.gal-li-moda.fullwidth {
    margin-top: -40px !important;
}
/* ----------------------------------------------*/
/* GALERIA - EVENT GALLERY
/* ----------------------------------------------*/
#eventgallery-overlay-background {
    opacity: 0.80;
}
#eventgallery-overlay {
    padding: 20px;
    background-color: transparent;
    border: 0px solid #000000;
    -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 50%);
    position: fixed !important;
    top: 12% !important;
}
.imagetypeselection-container {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    margin-top: -10%;
}
.areacompras h1 {
    position: relative;
    top: 0;
    padding: 23px 25px 20px 10px;
    font-size: 30px !important;
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: 0px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.eventgallery-cart .cart-summary, .eventgallery-checkout .cart-summary {
    width: 100%;
    line-height: 1.5;
    text-align: right;
}
.eventgallery-icon-container .eventgallery-add2cart, .eventgallery-icon-container .button-cart-connector, .eventgallery-icon-container .social-share-button, .eventgallery-icon-container .eg-download {
    background-color: transparent;
}
.thumbnail-container .eventgallery-icon-container span:hover {
    background-color: transparent;
}
.eventgallery-caption {
    display: none;
}
.eventgallery-tiles-list .eventgallery-tile .wrapper {
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 33%);
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 33%);
    transition: 0.5s;
}
.eventgallery-tiles-list .eventgallery-tile .wrapper:hover {
    box-shadow: 0 6px 11px 0 rgb(0 0 0 / 33%);
}
body.site.frontpage.sticky.com_eventgallery div#region3wrap {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 150px;
}
div#events {
    margin-bottom: 50px;
}
#events .item .eg-content .data {
    opacity: 0;
}
#events .item .eg-content:hover .data {
    background-color: rgb(255 255 255 / 82%);
    opacity: 1;
    color: #000;
}
#events .item .title {
    font-size: 16px !important;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 10px;
}
.eventgallery-tile h2 {
    font-size: 16px;
    font-weight: 500;
}
a.eventgallery-back-button {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background-color: #7a7a7a;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    display: inline-block;
}
.com_eventgallery a.btn {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background-color: #7a7a7a;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase;
}
.com_eventgallery a.btn:before {
    content: '\f093' !important;
    font-family: 'FontAwesome';
    padding-right: 8px;
    vertical-align: text-top;
}
.com_eventgallery .eventgallery-cart a.btn:before {
    display:none;
}
a.eventgallery-back-button::before {
    content: '\f0e2 ' !important;
    font-family: 'FontAwesome';
    padding-right: 8px;
    vertical-align: text-top;
}
.eventgallery-cart h1 {
    margin: 55px 0 55px 55px;
}
.eventgallery-emptycart {
    margin: 40px 0;
}
.eventgallery-subcategories h2 {
    display: none;
}
.module.categ-col ul {
    flex-wrap: wrap;
    display: flex;
    list-style-type: none;
    margin: 0 25%;
}
.module.categ-col ul li {
    flex: 1 0 50%;
    padding: 20px 0;
}
.module.categ-col ul li a {
    font-size: 20px;
    display: block;
}
.view-events .page-header h1 {
    position: relative;
    top: 0;
    padding: 23px 25px 20px 10px;
    font-size: 30px !important;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000;
}
h1.displayname, h1.eventgallery-category-headline {
    position: relative;
    top: 0;
    padding: 23px 25px 20px 10px;
    font-size: 30px !important;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #000;
}
@media (max-width: 768px) {
h1.displayname, h1.eventgallery-category-headline {
    padding: 0;
    letter-spacing: 0px;
    position: relative;
    z-index: 1;
    line-height: 100%;
}
}
.eventgallery-icon-container .social-share-button {
    margin: 10px !important;
}
.thumbnail-container .eventgallery-icon-container span:hover {
    background-color: transparent;
}
.sharing-dialog_icons {
    padding: 0 22px !important;
}
.sharing-dialog_icons .preview-image {
    margin-bottom: 10px;
    padding-top: 22px;
}
.sharing-dialog_icons h2 {
    display: none;
}
.sharing-dialog_controlls a, .sharing-dialog_icons a {
    color: #ffffff;
}
h2.eventgallery-subcategories {
    font-size: 28px;
    letter-spacing: -3px;
}
h2.eventgallery-subcategories::after {
    content: ' :';
}
a.eventgallery-back-button {
    text-transform: lowercase;
    letter-spacing: 2.5px;
}
.eventgallery-tiles-list.eventgallery-event-tiles-list {
    margin-bottom: 50px;
}
.top-albuns {
    text-align: right;
}
.social-albuns {
    display: inline-flex;
    line-height: 14px;
    height: 50px;
    position: relative;
    bottom: 3px;
}
.social-albuns:after {
    content: "|";
    padding: 0 0 0 10px;
    color: #878787;
}
div.pagination, div.pagination ul {
    padding: 0 0 30px 0;
}
.pagination-limitbox select {
    padding: 13px 0 13px 10px !important;
    border: 0px solid #f1f1f1 !important;
    font-size: 14px;
}
.pagination-top {
    display: inline-flex;
}
li.pagination-end:after {
    content: "|";
    padding: 0 0 0 10px;
    color: #878787;
}
div.pagination span {
    padding: 10px 4px !important;
    color: #878787;
}
div.pagination ul li {
    display: inline-block;
    padding: 0 0px 0 0 !important;
}
div.pagination a, ul.pagenav a {
    padding: 10px 4px !important;
    font-size: 14px;
}
.navigation-top div.pagination, div.pagination ul {
    text-align: right !important;
    margin-top: 10px;
}
.navigation-top {
    display: inline-flex;
}
.counter.pull-right {
    color: #878787;
    padding-left: 10px;
    font-size: 14px;
}
.eventgallery-icon-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    z-index: 223;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.eventgallery-square img {
    -webkit-box-shadow: inset 0px 0px 0px 0px #e5e5e5;
    -moz-box-shadow: inset 0px 0px 0px 0px #e5e5e5;
    box-shadow: inset 0px 0px 0px 0px #e5e5e5;
}
.eventgallery-events-gridlist img {
    -webkit-box-shadow: inset 0px 0px 0px 0px #e5e5e5;
    -moz-box-shadow: inset 0px 0px 0px 0px #e5e5e5;
    box-shadow: inset 0px 0px 0px 0px #e5e5e5;
}
.eventgallery-minicart-container {
    padding: 1px 0 28px 35px;
    color: #ffffff;
    position: relative;
    right: 0;
    margin-right: 80px;
    font-size: 16px;
    text-transform: uppercase;
}
.frontpage .eventgallery-empty-minicart::after {
    content: '';
    color: #ffffff;
    margin-top: 1px;
    padding-left: 8px;
}
.cart-item {
    margin-top: -4px !important;
    display: none;
}
.itemscount-topline {
    display: none;
}
span.badge.badge-pill.badge-info {
    color: #ffffff;
}
.eventgallery-minicart .cart-items {
    padding: 0 0 0 13px;
}
.eventgallery-minicart .cart-items .cart-item .badge {
    position: absolute;
    top: 2px;
    right: -7px;
}
.eventgallery-minicart .cart-items {
    height: auto !important;
}
.eventgallery-minicart .cart-items::after {
    content: '';
    color: #ffffff;
    margin-top: 1px;
}
.itemscount-topline {
    display: inline-block;
    position: relative;
    margin-right: 8px;
}

.eventgallery-minicart .cart-items img, .eventgallery-checkout .cart-items img, .eventgallery-cart .cart-items img {
    height: 50px !important;
    width: 50px !important;
}
.eventgallery-ajaxcart {
    position: relative;
    top: -20px;
    right: 0;
    margin-right: 77px;
    text-align: right;
}
.eventgallery-square-list .eventgallery-square {
    padding: 10px;
    width: 24.99999%;
}
a.event-thumbnail.eventgallery_cboxElement img {
    height: 370px !important;
}
.eventgallery-ajaxcart-internal {
    margin-bottom: -20px !important;
    padding: 10px;
}
a.event-thumbnail img {
    position: relative !important;
}
.plg-eventgallery-event img {
    position: relative !important;
    margin-left: 0 !important;
    bottom: 0 !important;
}
.alert.alert-success {
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.alert.alert-success:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
    color: #00b26a;
}
.imageset-description {
    font-size: 15px;
}
div#pricelist table {
    width: 100%;
}
.imagetypeselection .pricelist {
    max-height: 470px;
}
.imagetypegroups, .imageset-description {
    display: block !important;
}
tr.pricelist-line {
    height: 28px;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}
.lineitem-container .lic-pop.lic-pop-red div:last-child {
    text-align: left !important;
}
tr.pricelist-line:hover {
    height: auto;
}
.imagetypeselection .imagetypegroups > a {
    background-color: transparent;
    padding: 3px 5px 3px 0;
    font-weight: 700;
    cursor: default;
}
.imagetypeselection .imagetypegroups > a:before {
    content: "\f019";
    font-family: 'FontAwesome';
    padding-right: 8px;
}
.imagetypeselection .imagetypegroup-name {
    display: none;
}
.imagetypeselection .description {
    display: block;
    position: absolute;
    top: 25px;
    display: inline-flex;
}
.imagetypeselection .quantityselection {
    width: auto;
    position: absolute;
    bottom: 70px;
}
.imagetypeselection .quantityselection input {
    width: 50px !important;
}
.quantityselection:before {
    content: 'Indique a quantidade de imagens';
    font-size: 10px;
    position: absolute;
    top: -18px;
    width: 200px;
}
input.validate.btn.btn-secondary.eventgallery-update, input.validate.btn.btn-primary {
    cursor: pointer;
}
input.btn.btn-primary.pull-right {
    cursor: pointer;
}
input.validate.btn.btn-primary {
    color: #ffffff;
}
input.validate.btn.btn-secondary.eventgallery-update {
    color: #ffffff;
    background-color: #7a7a7a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
img.eg-img.eg-preview-image {
    width: 100% !important;
    height: 100% !important;
}
.sharing-dialog_container img.eg-img.eg-preview-image {
    width: 450px !important;
    height: 450px !important;
}
.imagetypeselection-container .imageset {
    display: grid;
    grid-template-columns: 100% auto;
    grid-template-rows: 320px auto;
}
.imageset-details {
    display: none;
}
td.displayname {
    width: 400px;
    font-size: 12px;
}
.imagetypeselection .pricelist-line:hover td.displayname {
    font-weight: 700;
}
td.quantity:after {
    content: ' img';
    font-size: 10px;
}
.lic-section, .lic-text {
    text-align: justify !important;
}
.lic-pop-red {
    color:#c23700;
}
.lic-pop {
    font-size: 10px;
    font-weight: 600;
    text-align: left !important;
    display: inline-flex;
}
.imageset-description .lic-pop {
    display: block;
}
.lic-desc-top {
    max-width: 615px;
    font-size: 10px;
}
.explaination {
    font-size: 10px;
}
.desc-pack {
    font-size: 10px;
    font-weight: 600;
}
.egfa-2x {
    font-size: 1.5em;
}
.eventgallery-ajaxcart .cart-items-container {
    min-height: 62px;
    height: 50px !important;
    overflow: hidden;
}
.imagetypegroup-description {
    font-size: 10px;
    font-weight: 600;
}
.eventgallery-emptycart h2 {
    margin-bottom: 50px;
}
.eventgallery-emptycart {
    margin-bottom: 100px;
}
.eventgallery-ajaxcart .cart-items .cart-item .badge {
    top: 4px !important;
    right: -22px !important;
    background: #929292;
    padding: 7px 10px;
    color: #ffffff;
    font-weight: 600;
}
.eventgallery-ajaxcart .cart-items img, .eventgallery-checkout .cart-items img, .eventgallery-cart .cart-items img {
    height: 30px!important;
    width: 30px!important;
}
.eventgallery-ajaxcart-internal .cart-items-container {
    margin-top: 0;
}
.cart-summary.btn-group button.btn.btn-primary {
    padding: 10px;
    border-color: transparent;
    background: #8f8f8f !important;
    color: #ffffff !important;
    display: block;
}
.eventgallery-ajaxcart-internal {
    margin: 35px 0 !important;
}
.eventgallery-checkout.eventgallery-change-page h1, .eventgallery-checkout.eventgallery-review-page h1 {
    padding-bottom: 30px;
}
.imagetype-details.eventgallery-hide-on-imagetype-change p {
    font-size: 14px;
    padding-top: 5px;
}
.information table.table.scaleprices th {
    border-bottom: 1px solid #cccccc;
}
.information table.scaleprices td, table.scaleprices th {
    text-align: center;
}
.information table.table.scaleprices {
    margin: 10px 50px;
}
.information span.quantity {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px !important;
}
.information .image-details {
    margin-bottom: 5px;
}
.information span.displayname {
    margin-bottom: 0px !important;
}
.review-payment h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 5px 0 !important;
}
.review-payment strong {
    font-weight: normal;
}
span.filename {
    position: relative;
    display: block;
    padding-top: 8px;
    font-size: 12px;
}
span.singleprice {
    font-size: 12px;
    display: block;
}
label.form-check-label.checkbox {
    margin: 0 0 0 8px;
}
.eventgallery-checkout.eventgallery-review-page .control-group.form-group {
    padding: 0;
}
a.nav-link.disclaimer {
    display: none;
}
.moduletable.myorders.jmoddiv h3 {
    display: none;
}
.eventgallery-orders h1 {
    padding: 25px 0;
}
.eventgallery-orders {
    margin-bottom: 100px;
}
.eventgallery-orders p {
    padding-bottom: 10px;
}
.eventgallery-orders td {
    padding-top: 14px;
}
.eventgallery-orders th {
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
    width: 230px;
}
.eventgallery-orders td {
    padding-top: 14px;
    text-align: center;
}
.eventgallery-order legend {
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0;
}
.eventgallery-order dt {
    font-weight: 600;
}
.review-payment a.btn.btn-primary.eventgallery-button-pay {
    padding: 20px;
    margin: 20px 0;
    display: block;
}
.eventgallery-checkout.eventgallery-review-page .eg-form-actions {
    float: left;
}
.eventgallery-checkout.eventgallery-confirm-page h1 {
    padding-bottom: 30px;
}
.eventgallery-checkout.eventgallery-confirm-page .cart-summary {
    margin-bottom: 100px;
}
table.scaleprices {
    max-width: 245px;
}
table.scaleprices td, table.scaleprices th {
    text-align: right;
    width: 100px !important;
}
@media (max-width: 800px) {
.imagetypeselection .pricedisplay {
    text-align: right;
}
}
.off-menu_743 .sm-level, .off-menu_743 div.level1, .off-menu_832 .sm-level, .off-menu_832 div.level1 {
    background: #242423 !important;
    background: -webkit-linear-gradient(top, #ffffff, #ffffff) !important;
    background: -moz-linear-gradient(top, #ffffff, #ffffff) !important;
    background: -ms-linear-gradient(top, #ffffff, #ffffff) !important;
    background: -o-linear-gradient(top, #ffffff, #ffffff) !important;
    background: linear-gradient(top, #ffffff, #ffffff) !important;
}
#off-menu_743 .sm-logo, #off-menu_743 .sm-top, #off-menu_832 .sm-logo, #off-menu_832 .sm-top {
    margin-top: -5px;
}
.sm-logo {
    padding: 50px 25px 25px 25px !important;
}
.off-menu_743 dl a, .off-menu_743 dl a:link, .off-menu_743 dl.level1 a, .off-menu_743 dl.level1 a:link, .off-menu_832 dl a, .off-menu_832 dl a:link, .off-menu_832 dl.level1 a, .off-menu_832 dl.level1 a:link {
    color: #000000 !important;
}
.off-menu_743 dl dt.opened.parent .desc,
.off-menu_743 dl.level1 dt.opened.parent .desc,
.off-menu_743 dl dt.hover .desc,
.off-menu_743 dl dt:hover .desc,
.off-menu_743 dl.level1 dt.hover .desc,
.off-menu_743 dl.level1 dt:hover .desc,
.off-menu_832 dl dt.opened.parent .desc,
.off-menu_832 dl.level1 dt.opened.parent .desc,
.off-menu_832 dl dt.hover .desc,
.off-menu_832 dl dt:hover .desc,
.off-menu_832 dl.level1 dt.hover .desc,
.off-menu_832 dl.level1 dt:hover .desc{
color: #f1f1f1 !important;
}
.sm-level.level1 {
    padding: 15px 0px !important;
}
@media (max-width: 600px) {
#events .item .eg-content .data {
    background-color: rgb(0 0 0 / 45%);
}
}
@media (max-width: 600px) {
#events .item-container {
    float: left;
    width: 100%;
}
}
#region3wrap .well {
    margin: 100px 0;
}
/* ----------------------------------------------*/
/* INTRO FRONT
/* ----------------------------------------------*/
.a-btn {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-left: none;
    border-right: none;
    color: #ffffff;
}
.a-btn, .a-btn-2 {
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 1.1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 8px 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.a-btn:hover {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  color: #000;
  background-color: #ffffff;
  opacity: 1;
}
.a-btn-2:hover {
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
  border-left: none;
  border-right: none;
  color: #ffffff;
  background-color: #131313;
  opacity: 1;
}


/* ----------------------------------------------*/
/* AJAX SEARCH
/* ----------------------------------------------*/
.sm-btn-755 .menu-icon3 span {
    background: #000000 !important;
}
.sm-btn-755 {
    background: #ffffff !important;

}
input#suggestion-area728, input#suggestion-area805 {
    height: 35px !important;
	line-height: 70px !important;
}
#ajax-search-button728, #ajax-search-button805 {
    top: 25% !important;
}
#search-form728 .category-chooser, #search-form805 .category-chooser {
    height: 35px !important;
    background-color: rgb(0 0 0) !important;
    left: -43px !important;
}
#search-form728 .category-chooser.opened, #search-form805 .category-chooser.opened {
    height: 100%!important;
	width: 161px;
    text-align: -webkit-center;
    right: 0;
    background: #fff;
	margin: 0 -3px 0px 0;
}
#search-form728 input, #search-form805 input {
    font-weight: normal !important;
    color: #ffffff !important;
    font-size: 14px !important;
    border-radius: 2px !important;
    background-color: #000000 !important;
}
#search-form728 input:hover, #search-form728 input:focus, #search-form805 input:hover, #search-form805 input:focus {
    background-color: #000000 !important;
}
.offlajn-ajax-search-inner input {
    border-bottom: 1px solid #5a5a5a !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.category-chooser {
    border: 0 !important;
}
#offlajn-ajax-search728, #offlajn-ajax-search805 {
    float: none!important;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.jcrsearchall {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.module.title-off.jcrsearchfront {
    text-align: center;
}
input#suggestion-area728, input#suggestion-area805 {
    padding: 0 !important;
    padding-left: 0px !important;
}
#offlajn-ajax-search728 .offlajn-ajax-search-container, #offlajn-ajax-search805 .offlajn-ajax-search-container {
    padding: 0px !important;
}

div#search-categories728, div#search-categories805 {
    border-radius: 0 !important;
    border: 0px !important;
    padding: 14px 9px 4px 10px !important;
    right: 0 !important;
    left: auto !important;
    width: 300px;
}
#search-form728 .category-chooser .arrow, #search-form805 .category-chooser .arrow {
    padding-top: 34px !important;
    height: 0px !important;
    width: 23px !important;
    background-size: auto 50% !important;
    margin-left: 18px;
}
input#suggestion-area120 {
    height: 35px !important;
	line-height: 70px !important;
}
input#search-area728, input#search-area805 {
    height: 35px !important;
    line-height: 70px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#ajax-search-button728, #ajax-search-button805 {
    top: 0% !important;
    background: rgb(0 0 0) !important;
}
#search-form120 .category-chooser {
}
#search-form728 .category-chooser.opened,#search-form805 .category-chooser.opened {
    height: 100%!important;
	width: 161px;
    text-align: -webkit-center;
    right: 0;
    background: #fff;
	margin: 0 -3px 0px 0;
}
#search-form728 #search-area-close728, #search-form805 #search-area-close805 {
    background-color: #000000 !important;
    padding: 20px;
    height: 0px !important;
    width: 0px !important;
    margin-top: -20px !important;
    right: 40px !important;
}
#ajax-search-button728 .magnifier, #ajax-search-button805 .magnifier {
    padding: 5px 8px !important;
    width: 0px !important;
}
#offlajn-ajax-search728, #offlajn-ajax-search805 {
    width: 40px !important;
    float: none!important;
    position: absolute;
    top: -8px;
    right: 0;
    margin-right: 125px;
    z-index: 300;
}
#offlajn-ajax-search728:hover, #offlajn-ajax-search805:hover {
    width: 200px !important;
}
div#offlajn-ajax-tile-results {
    position: absolute;
    background: #000;
    top: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
}
.catItemHeader h3 {
    font-size: 20px;
    font-weight: 400;
}
.catItemHeader h3 a {
    color: #000;
}
.catItemHeader h3 a:hover {
    color: #b99867;
}
.module.jcrsearchall {
    margin: -53px;
}

/* ----------------------------------------------*/
/* NEWSLETTER
/* ----------------------------------------------*/
div#acym_wrapper {
    margin-top: 20px;
}
div#acym_fulldiv_acyprofileform {
    margin: 0;
}
td.acyterms a {
    color: #fde08d;
}
.acym_radio_group select, .acym_radio_group input {
    min-width: auto;
}
#acym_wrapper {
    max-width: 1200px;
    margin: 30px auto 80px auto;
}
.nl-arch {
    margin: 100px 0;
}
.nl-arch h2 {
    font-weight: 500;
}
.acyradios {
    display: inline-flex;
    width: 48%;
    float: left;
}
p.acymodifybutton {
    text-align: left;
    width: 48%;
    padding: 20px 0;
}
p.acymodifybutton input.btn.btn-primary {
    font-size: 14px;
    padding: 6px 8px!important;
    text-transform: uppercase;
    border: 0px solid #e2e2e2!important;
}
p.acymodifybutton input.btn.btn-primary {
    padding: 12px 49px !important;
    color: #000000;
    font-size: 0.875em;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
#acym_wrapper [type=text] {
    text-align: left !important;
    color: #333333 !important;
    background-color: #fafafa !important;
    font-size: 13px !important;
    padding: 11px !important;
    border: 1px solid #f1f1f1 !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    box-shadow: none !important;
}
#acym_wrapper [type=text]:focus {
    background-color: #fafafa;
    box-shadow: none;
}
#acyarchiveview h1.contentheading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}
span.acym_introtext {
    padding: 50px 0;
    display: block;
}
td.acyfield_1.acyfield_text input.cell {
    width: 100%;
    background: #8a8a8a;
    border: 3px solid #f1f1f1 !important;
    margin-bottom: 10px;
    color: #ffffff !important;
    font-weight: 500;
}
td#acybutton_subscriber_download_data button.btn {
    border-color: transparent;
    background: #5aae00 !important;
    padding: 7px;
    color: #ffffff !important;
}
@media (max-width: 600px) {
td.acyfield_1.acyfield_text input.cell {
    width: auto;
}
}
td.acyfield_2.acyfield_text input#acym__user__edit__email {
    width: 100%;
    background: #8a8a8a;
    border: 3px solid #f1f1f1 !important;
    margin-bottom: 10px;
    color: #ffffff !important;
    font-weight: 500;
}
@media (max-width: 600px) {
td.acyfield_2.acyfield_text input#acym__user__edit__email {
    width: auto;
}
}
#acym_wrapper .acym__front__archive .acym__front__archive__modal__content {
    margin: 7% auto;
}
.arq-nl #acym_wrapper {
    padding: 50px 0;
}
#acym_wrapper .button {
    outline: none !important;
    padding: 13px !important;
    border: 1px solid #fde08d !important;
    background: #fde08d !important;
    color: #000000 !important;
    margin-bottom: 2px !important;
}
.acym_front_page h1 {
    margin-bottom: 48px !important;
}
h1.acym__front__archive__title {
    display: none;
}
td.acysubbuttons input.button.subbutton.btn.btn-primary {
    text-transform: uppercase;
    padding: 12px 49px !important;
    color: #ffffff;
    font-size: 0.875em;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 20px;
}
.module input.button {
    margin-bottom: 0;
}
input.button.subbutton.btn.btn-primary {
    font-size: 14px;
    padding: 6px 8px!important;
    text-transform: uppercase;
}
fieldset.adminform.acy_user_info legend {
    padding: 15px 0;
    font-weight: 500;
}
fieldset.adminform.acy_subscription_list legend {
    padding: 30px 0 15px 0;
    font-weight: 600;
    text-transform: uppercase;
}
label.acym__regacy__label.control-label {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}
/* ----------------------------------------------*/
/* BARRA BROWSER
/* ----------------------------------------------*/
::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
}
/* ----------------------------------------------*/
/* LANGUAGE IDIOMA
/* ----------------------------------------------*/
.mod-languages.language-sw {
        padding: 20px 20px 0;
}
/* ----------------------------------------------*/
/* VIDEOS YOUTUBE livre no Texto
/* ----------------------------------------------*/
.jcrtext iframe {
    max-width: 480px;
    max-height: 360px;
    width: 100%;
}
.jcrtext table {
    width: 100% !important;
}
.jcrtext table {
    width: 100% !important;
}
/* ----------------------------------------------*/
/* VIDEOS YOUTUBE CAMPO GALERIA
/* ----------------------------------------------*/
.blog.videoteca {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 150px;
}
.blog.videoteca .page-header h1, .blog.videoteca .page-header h2 {
    position: relative;
    top: 0;
    padding: 23px 25px 20px 10px;
    font-size: 30px !important;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.item-page.videoteca .page-header h2 {
    position: relative;
    top: 0;
    padding: 23px 25px 20px 10px;
    font-size: 30px !important;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #000;
}
.item-page.videoteca {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 150px;
}
.item-page.videoteca .top-nav {
    margin: 0 auto 40px auto;
}
dl.fields-container {
    text-align: center;
    padding: 30px 0;
}
dd.field-entry.video-youtube-1, dd.field-entry.video-youtube-2, dd.field-entry.video-youtube-3, dd.field-entry.video-youtube-4, dd.field-entry.video-youtube-5, dd.field-entry.video-youtube-6, dd.field-entry.video-youtube-7, dd.field-entry.video-youtube-8, dd.field-entry.video-youtube-9, dd.field-entry.video-youtube-10, dd.field-entry.video-youtube-11, dd.field-entry.video-youtube-12, dd.field-entry.video-youtube-13, dd.field-entry.video-youtube-14, dd.field-entry.video-youtube-15 {
    display: inline-flex;
}
dd.field-entry.video-youtube-1 iframe, dd.field-entry.video-youtube-2 iframe, dd.field-entry.video-youtube-3 iframe, dd.field-entry.video-youtube-4 iframe, dd.field-entry.video-youtube-5 iframe, dd.field-entry.video-youtube-6 iframe, dd.field-entry.video-youtube-7 iframe, dd.field-entry.video-youtube-8 iframe, dd.field-entry.video-youtube-9 iframe, dd.field-entry.video-youtube-10 iframe, dd.field-entry.video-youtube-11 iframe, dd.field-entry.video-youtube-12 iframe, dd.field-entry.video-youtube-13 iframe, dd.field-entry.video-youtube-14 iframe, dd.field-entry.video-youtube-15 iframe {
    margin: 0px 5px 25px 0;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 390px;
    height: 230px;
}
.blog.videoteca .items-more ol {
    display: inline-flex;
}
.blog.videoteca .items-more ol li a {
    color: #949494;
    padding: 10px;
    margin: 10px;
    background: #fafafa;
        border-radius: 2px;
}
.blog.videoteca .items-more ol li:hover a {
    color: #ffffff;
    background: #919191;
}