html {
    scroll-behavior: unset !important;
}  

/** use for text color in css **/

:root {  

 /*--link: coral !important;*/
    /* cream */ 
--link: #937d61 !important;
  --lightlink: #eaceac !important;

  --greytext: #8a8d8f !important;
  --blacktext: #1e2021 !important;
  --creamtext: #937d61 !important;
  --greentext: #54b354 !important;
  
  --blackbg: #1e2021 !important;
  --greybg: #fafafa !important;
  --creambg: #f6f2ea !important;
  --purple: #43559d !important;
 
  
}

body {
    color: #131313 !important;
      font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 1.8em !important;
}


/************ TOGGLE CTA *****/

.toggleCTA {
  position: fixed;
  right: 0;
  top: 70px;
  z-index: 999;
  background-color: #5ba29b;
  padding: 8px 25px 8px 15px;
  color: #fff !important;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.toggleCTA .ctapanelbot {
  display: flex;
  align-items: baseline;
}

.toggleCTA .ctapanelbot p {
 margin-bottom:0 !important;
}

.toggleCTA .ctapanelbot span {
  margin-right: 10px;
  font-size: 10px;
}


#ctapanel {
  min-width: 50vw;
}

#ctapanel .offcanvas-body {
  flex-grow: 1;
  padding: 30px 3vw;
  overflow-y: auto;
}
#ctapanel .offcanvas-header {
  padding: 0;
}

#ctapanel .offcanvas-header .closeBOT {
  padding: 12px 15px;
  margin: 0 !important;
  background-color: var(--blackbg) !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  line-height: 100%;
  color: #fff !important;
  font-size: 15px;
  cursor: pointer;
}



/*** TABLE -- using in FAQS GV2 ****/

.mytable td {
  width: 30%;
  border: 1px solid #ddd;
  padding: 5px;
}
.mytable {
  width: 100%;
}


/*** BIG BULLETS -- using in column info in GV2 ***/
.bigbullet {
  margin-bottom: 30px !important;
}
.bigbullet h3 {
  margin-bottom: 5px !important;
}


.row {
    padding: 0;
    margin: 0 !important;
}

.img-responsive {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    width: 100%;
    height: auto;
}

p {
    margin-top: 0;
    margin-bottom: 15px !important;
}
b, strong {
    font-weight: 500 !important;
}

.row {
    padding: 0;
    margin: 0 !important;
}

.whiteborder {
  border: 5px solid #fff !important;
}


/******** LINKS *************/
::selection {
  background: #111;/* WebKit/Blink Browsers */
  color:#fff;
}
::-moz-selection {
  background: #111; /* Gecko Browsers */
   color:#fff;
}

input::-moz-focus-inner { 
  border: 0; 
}
a:hover, a:active, a:focus {
 outline: 0;
}
button:hover, button:active, button:focus {
   outline: 0;
}



a {
    color: var(--link) !important;
    text-decoration: none !important;
  opacity:1;
   -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  
  
}
a:hover {
   text-decoration: none !important;
  opacity:0.8;
 
}
a.lightlink, .lightlink a{
    color: var(--lightlink) !important;
}


a img {
  opacity:1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
a img:hover {
  opacity:0.8;
}


.phonelink {
  color: inherit !important;
  font-weight: 400;
}

.botwrapper {
    margin-top: 40px !important;
}
a.bot {
    font-size: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: var(--blacktext) !important;
    background-color: transparent !important;
    letter-spacing: 3px;
    padding: 12px 25px;
    display: inline-block;
    font-weight: 600;
    opacity: 1;
  box-shadow: inset 0 0 0 1px var(--blackbg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
     
}


a.bot:hover {
  box-shadow: inset 0 0 0 3px var(--blackbg) !important;
  
}


a.bot::after {
  font-family: "Font Awesome 5 Free"; 
  	font-weight: 900; 
  	content: "\f30b";
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  margin-left: 10px;
margin-right: 5px;
   -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
a.bot:hover::after {
    margin-right: 0px;
    margin-left: 15px !important;
}


a.bot.white {
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #fff;
}
a.bot.white:hover {
  box-shadow: inset 0 0 0 3px #fff !important;
  
}




a.bot.black {
    color: #fff !important;
    background-color: var(--blackbg) !important;
   box-shadow: inset 0 0 0 1px var(--blackbg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
   
}
a.bot.black:hover {
  color: var(--blacktext) !important;
    background-color: #fff !important;
  box-shadow: inset 0 0 0 3px var(--blackbg) !important;

}

/*** SMALLL BLACK LINE ******/
.smalldivider {
    width: 25px;
    height: 2px;
    background-color: var(--blackbg);
    margin-bottom: 15px;
    margin-top: 0;
}

.smalldivider.white {
    background-color: #fff;
}


/* links with arrow **/
a.botlink {
    font-size: 0.75em;
    font-weight: 400;
    text-decoration: none !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

a.botlink::after {
  font-family: "Font Awesome 5 Free"; 
  	font-weight: 900; 
  	content: "\f30b";
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  margin-left: 10px;
margin-right: 5px;
   -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
a.botlink:hover::after {
    margin-right: 0px;
    margin-left: 15px !important;
}


/*** banner links ***/
.bannerlink {
    text-decoration: none !important;
    opacity: 1;
  color: inherit !important;
}
.bannerlink:hover {
    opacity: 0.7;
  text-decoration: none !important;
}

/**** ROUND PICTURE ****/
.roundPic {
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    overflow: hidden;
}



/******** PARTNERS LOGOS ***********/

.partnersRow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 !important;
}

.partnerLogo {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 180px;
    filter: invert(100%) grayscale(100%);
    mix-blend-mode: screen;
  padding: 0 15px;
}

/** on whitebg ***/

.whitebg .partnerLogo {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  padding: 0 15px;
  filter: grayscale(100%);
  mix-blend-mode: normal;
}

/**** bullets ****/

.mybullets li::before {
   font-family: "Font Awesome 5 Free"; 
  	font-weight: 900; 
  	content: "\f111";
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  font-size:4px;
  vertical-align: middle;
}


.mybullets li {
    font-weight: inherit;
    list-style: none !important;
    display: flex;
    line-height: 140%;
    margin-bottom: 7px;
}

.mybullets {
    padding-left: 1px;
}



/***** legendas *****/

.legenda h4 {
   margin-bottom: 5px !important;
}
.legenda p {
    line-height: 160%;
  margin-bottom: 12px !important;
}

.legenda {
    padding: 30px 50px 0 50px;
    font-size: 12px;
    position: relative;
  /*background-color: #fff;*/
    /*margin-top: -30px;*/
}

/****** TIPOS DE INVESTIMENTO *****/

/*
#investmentType {
  border: 10px solid var(--blackbg);
}
*/

.fullcolumn .fullcolumnrow {
   display: flex;
    justify-content: space-between;
  flex-direction: column;
  
   border-bottom: 1px solid #ddd;
padding: 10px 0;
font-size: 13px;
line-height: 160%;
border-top: 1px solid #ddd;
margin-top: -1px;
}

.fullcolumn.whitetext .fullcolumnrow {
    border-bottom: 1px solid rgba(255,255,255,0.4) !important;
}




#investmentType .projectTag {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #d7c994;
  padding: 5px 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #fff !important;
}





/*** FOR PIPELINE PROJECTS ****/
/*
.projectInfo .fullcolumn .fullcolumnrow {
   display: flex;
    justify-content: space-between;
 flex-direction: row;
  
   border-bottom: 1px solid #ddd;
padding: 10px 0;
font-size: 13px;
line-height: 160%;
border-top: 1px solid #ddd;
margin-top: -1px;
}

.projectInfo .fullcolumn .fullcolumnrow .bold {
  max-width: 60%;
  text-align: right;
}
*/

/** new style on individual blocks **/
/*
#investmentType .infoRows .row span {
    padding: 0 !important;
}
#investmentType .infoRows .row {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px !important;
    padding: 7px 0 !important;
    font-size: 13px;
  width: 100%;
}

#investmentType .infoRows .row span.info {
    font-weight: 500 !important;
}
*/



/******** TRACK RECORD BOXES ******/
/*
.trackrecordblock {
    padding: 50px !important;
    border: 10px solid #fff;
}

.trackrecordinfo h3 {
    margin-bottom: 30px !important;
}

.trackrecordblock .trackrecordinfo h2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px !important;
}

.trackrecordblock .trackrecordinfo h2 span {
    font-weight: 200 !important;
    font-size: 11px;
    line-height: 160%;
    opacity: 0.7;
    text-transform: uppercase;
}
*/


/******** BOX INFO *********/

.box {
    padding: 25px !important;
    border-top: 4px solid #131313;
}
.box .boxinfo h2 {
    margin-bottom: 10px !important;
    display: inline-grid;
    width: 100%;
}

.box .boxinfo h2 span {
    font-weight: 200 !important;
    font-size: 12px;
    line-height: 160%;
}

/** for golden visa box ***/
.box.goldenvisa .boxinfo h2 {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/**** BORDERS *******/

.topborder {
    border-top: 4px solid #131313;
}

.leftborder {
    border-left: 4px solid #131313;
}
.rightborder {
    border-right: 4px solid #131313;
}

.bottomborder {
    border-bottom: 4px solid #131313;
}


/********** ABOUT SECTION -- partners ****/
.aboutPartner .partnerLogo {
    height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    justify-content: center;
}
.aboutPartner .partnerLogo .img-responsive {
    max-width: 170px;
    height: auto !important;
}


/******* TEAM ***************/

#team .temmemberInfo {
  padding: 20px;
}


/***** INVEST WITH US - GET STARTED STEPS  ******/
.steps .linethroughicon {
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 15px;
    top: 60px;
    position: absolute;
    left: 0;
}

.steps .roundicon {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    background-color: var(--blackbg);
}


.steps .step {
  position: relative;
  padding: 25px;
}


/*** GV2 - steps for golden visa ****/
.step ul {
  padding: 0 0 0 12px;
  margin-top: 10px;
}
.step ul li {
  line-height: 150%;
}

.step .nota {
  opacity: 0.7;
  line-height: 140%;
  padding-left: 0px;
}

.step .arrow {
  position: absolute;
  top: 47px;
  right: 10px;
  font-size: 20px;
  color: var(--greytext) !important;
}

/*** when over a whitebg ***/

.steps.whitebg .linethroughicon {
    width: 100%;
    height: 1px;
    background-color: var(--creamtext);
    margin-bottom: 15px;
    top: 60px;
    position: absolute;
    left: 0;
}

.steps.whitebg .roundicon {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}


/******* BENEFITS ******************/
#benefitBlock {
  padding: 25px;
}


/* on grey bg ***/
#benefitBlock.greybg, #benefitBlock.creambg {
  padding: 40px 25px 25px 25px;
  border: 5px solid #fff !important;
}


/********** ONGOING PROJECTS **************/
/*
#pipelinescrolltip {
  display: flex;
  align-items: center;
  line-height: 10px;
  justify-content: space-around;
  font-size: 9px;
  letter-spacing: 3px;
  padding: 30px 0 0 0;
}

.ongoingprojects {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow: scroll;
}


.ongoingprojects .project {
  background-color: #fff;
  padding: 0 !important;
  border: 25px solid var(--greybg);
}

.ongoingprojects .projectInfo {
    padding: 5vh 3vw 5vw;
}

.ongoingprojects .projectInfo .projectDesc {
    margin-bottom: 40px;
}

.ongoingprojects .projectBlock .projectID p {
    margin: 0 !important;
}
.ongoingprojects .projectBlock .projectID h2 {
    margin-bottom: 10px !important;
}
.ongoingprojects .projectBlock .projectID {
    margin-bottom: 30px;
    position: absolute;
    z-index: 9;
    color: #fff !important;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
  flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.4);
}
.ongoingprojects .projectBlock .projectTag {
    z-index: 99 !important;
    position: absolute;
    background-color: #ccb06c;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: 4px;
    color: #fff !important;
    font-weight: 400;
}
*/
/*** bots ***/
/*
.ongoingprojects .bots .botwrapper {
  margin-top: 10px !important;
  text-align: center;
}
.ongoingprojects .bots {
  margin-top: 40px;
}

.ongoingprojects .bots .botwrapper .bot {
  width: 220px;
}
*/



/****** IGNITE GALLERY ************/


/****** SLIDER *********/

.ig-slideshow-button svg {
    background: #fff;
    width: 15px;
    height: 30px;
    padding: 12px;
    box-sizing: content-box;
}

.ig-slideshow-button-left {
    padding: 0 10px;
    margin: 0px !important;
    height: 100%;
    /* background-color: #fff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 0;
    transform: none !important;
}

.ig-slideshow-button-right {
    padding: 0 10px;
    margin: 0px !important;
    height: 100%;
   /* background-color: #fff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 0;
    transform: none !important;
}

/** for images 100% of col ***/
/*************** FOR FULL HEIGHT ****************/

.fullheightgallery {
  height: 100%;
  min-height: 400px;
}
.fullheightgallery .igui-scope {
  height: 100% !important;
}
.fullheightgallery .ig-slideshow div {
  height: 100% !important;
  background-color: #000;
}

.fullheightgallery .ig-gallery-wrapper {
  height: 100% !important;
}
.fullheightgallery .ig-slideshow ul {
  height: 100% !important;
}
.fullheightgallery .igui-scope img, .igui-scope video {
  object-fit: cover !important;
  width: 100%;
  height: 100% !important;
  filter: saturate(70%);
  object-position: bottom;
}




/*** thumb scroller ******/

.ig-thumb-scroller-left svg, .ig-thumb-scroller-right svg {
    width: 15px;
}

.ig-thumb-scroller-left, .ig-thumb-scroller-right {
    background-color: #fff;
    padding: 10px;
  opacity:0.8;
}

.ig-thumb-scroller-left:hover, .ig-thumb-scroller-right:hover {
    opacity:0;
}

.igui-position-center.igui-icon {
    color: #fff !important;
}

/************ thumbs ***********/
.ig-grid-img-link:hover {
    cursor: zoom-in;
}


.ig-thumbs-grid-block:hover .ig-thumb-text {
    opacity: 1 !important;
}
.ig-thumb-text p {
    margin-bottom: 0 !important;
    font-size: 12px;
    font-weight: 300 !important;
}

.ig-thumb-text h3 {
    text-transform: uppercase !important;
    margin-bottom: 0 !important;
  font-weight: 600 !important;
}
.ig-thumb-text {
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  flex-direction: column;
    background-color: rgba(0,0,0,0.3) !important;
    color: #fff !important;
    font-weight: 500 !important;
  
  opacity: 0 !important;
     -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/** metrics info ***/
.ig-thumb-text .trackrecordMetrics p {
  font-weight: 500 !important;
  text-align: center;
  margin-bottom: 0 !important;
  line-height: 150%;
}
.ig-thumb-text .trackrecordMetrics {
  margin-top: 20px;
  border-top: 1px solid;
  padding: 10px 15px;
  border-bottom: 1px solid;
  width: auto;
}



/************** lightbox *******/
.igui-lightbox-toolbar {
    padding: 0px !important;
    background-color: transparent !important;
}

.ig-lightbox-button svg {
    background: rgba(0,0,0,.3);
    padding: 10px !important;
    width: 25px;
    height: 40px;
    box-sizing: content-box;
    color: #fff !important;
}

/** for description ***/

.ig-lightbox-descriptions-overlay {
  padding: 25px;
  background: rgba(0,0,0,0.3);
  color: inherit;
  max-height: 40vh;

}



.ig-lightbox-descriptions h3 {
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}
.ig-lightbox-descriptions p {
    margin-bottom: 0 !important;
    font-size: 12px;
    font-weight: 300 !important;
  opacity: 1 !important;
  color: #fff;
}
/** metrics info ***/
.ig-lightbox-descriptions .trackrecordMetrics p {
  font-weight: 500 !important;
  text-align: center;
  margin-bottom: 0 !important;
  line-height: 150%;
}
.ig-lightbox-descriptions .trackrecordMetrics {
  border-top: 1px solid;
  padding: 10px 15px;
  border-bottom: 1px solid;
  color: #fff !important;
  width: max-content;
  margin: 20px auto 10px;
}





/*** ICONES ********/

.roundicon {

    font-size: 20px;
    border: 1px solid #ccc;
    display: inline-flex;
    padding: 10px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;

}

.roundicon.cream {
    border: 1px solid var(--creamtext) !important;
    color: var(--creamtext) !important;
}

.roundicon.white {
    border: 1px solid #fff !important;
    color: var(--blacktext) !important;
    background-color: #fff !important;
}

.roundicon.black {
    border: 1px solid var(--blackbg) !important;
    color: #fff !important;
    background-color: var(--blackbg) !important;
}






/**** title separator ****/

.titleseparatorWrapper { 
    text-align: center;
    padding: 0px;
}

.titleseparator {
    display: inline-block;
    color: var(--blacktext);
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 2px;
    line-height: 150%;
    font-weight: 600;
}

.titleseparator::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--blacktext);
    display: block;
  margin-top: 5px;
}


/**** underline text *****/

.underlinetext {
    position: relative;
    display: inline-block;
}

.underlinetext span {
    background-image: linear-gradient(to right, rgb(62, 57, 55) 0%, rgb(62, 57, 55) 100%);
background-repeat: repeat-x;
background-position: 0px 100%;
background-size: 100% 1px;
padding-bottom: 7px;
line-height: 200%;
}

.underlinetext.whitetext span {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
background-repeat: repeat-x;
background-position: 0px 100%;
background-size: 100% 1px;
padding-bottom: 7px;
line-height: 200%;
}




/********* CONVERT FORMS ---- CONTACT FORM *********/

.convertforms.myForm .cf-form-wrap {
    padding: 0 !important;
    margin-top: 30px;
    margin-bottom: 30px;
}


.convertforms.myForm .cf-input {
   background-color: var(--blackbg) !important;
border-bottom: 1px solid #999 !important;
  border-top: 0 !important;
   font-family: 'Montserrat', sans-serif !important;
  color: #fff !important;
  -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.convertforms.myForm .cf-control-group {
    padding: 3px !important;
}

.convertforms.myForm textarea.cf-input {
    overflow: auto;
    min-height: 100px !important;
    max-height: 150px !important;
}
.convertforms.myForm .cf-input:focus {
   /*  background-color: #fff !important;*/
  border-bottom: 1px solid #fff !important;
}
/** bot ***/
.cf-control-group.sendBotWrapper {
    text-align: center;
    margin-top: 20px;
}

.convertforms.myForm .cf-btn.sendBot {
    background-color: transparent !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75em !important;
    padding: 20px 20px !important;
    width: 200px;
    height: 50px;
    box-shadow: inset 0 0 0 1px #d5d5d5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}


.convertforms.myForm .cf-btn.cf-btn-style-flat:hover {
    opacity: .8;
    box-shadow: inset 0 0 0 3px #fff !important;
}


/**** re captcha badge ****/

.convertforms.myForm .g-invisible-recaptcha {
  position: absolute;
  right: 0;
  overflow: hidden;
  bottom: 10px;
  height: 60px !important;
  opacity: 0.6;
}

.convertforms.myForm .formRecaptcha {
  position: absolute;
  right: 0;
  bottom: 0;
}

.convertforms.myForm .grecaptcha-badge {
  position: relative !important;
  height: 60px !important;
  bottom: 0 !important;
}


/*** success message ***/
.convertforms.cf-success .cf-response {
  background-color: #586f5a !important;
  display: block !important;
  padding: 25px !important;
}




/************* CTA FORM -------- cta panel form *************/
.CTAForm {
  width: 100% !important;
  background-color: var(--greybg) !important;
  max-width: 100%;
  padding: 40px 3vw;
  margin-top: 25px;
}

.CTAForm .cf-label {
  color: var(--blacktext);
  font-size: 1em;
  margin-bottom: 6px;
  display: block;
  line-height: 1.3;
  font-weight: 300 !important;
  font-family: inherit !important;
  font-family: 'Montserrat', sans-serif !important;
}
.CTAForm .cf-checkbox-group label {
  color: var(--greytext);
}
.CTAForm .cf-control-group {
  padding-bottom: 5px !important;
  padding-top: 5px;
}
.CTAForm .chooseService {
  margin-bottom: 20px;
}
.CTAForm .commentBox {
  margin-bottom: 20px !important;
}

.CTAForm .cf-input {
  background-color: transparent;
  color: #111 !important;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-radius: 0 !important;
  font-size: 1em;
  font-weight: 300 !important;
  font-family: 'Montserrat', sans-serif !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.CTAForm .cf-input:focus {
  border-bottom: 1px solid #555 !important;
}

.CTAForm  ::placeholder {
  color: var(--blacktext) !important;
   font-family: 'Montserrat', sans-serif !important;
}

.CTAForm .cf-form-wrap {
  width: 100%;
  padding: 0 !important;
}

.CTAForm .newsletterbox .cf-checkbox-group {
  display: flex;
  align-items: flex-start;
}

.CTAForm .newsletterbox input {
  margin-top: 5px !important;
  margin-right: 10px !important;
}

.CTAForm .cf-btn {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 0 !important;
  background-color: var(--blackbg) !important;
  font-size: 0.85em !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500 !important;
}



/*** FOR CTA FORM IN FOOTER ****/


/*

#footer .CTAForm {
  width: 100% !important;
  background-color: transparent !important;
  max-width: 100%;
  padding: 0 !important;
  margin-top: 25px;
}

#footer .CTAForm .cf-label {
  color:#fff;
}
#footer .CTAForm .cf-checkbox-group label {
  color: var(--greytext);
}

#footer .CTAForm .cf-input {
  background-color: transparent;
  color: #fff !important;
  border-bottom: 1px solid #999 !important;
  text-align: left;

}
#footer .CTAForm .cf-input:focus {
  border-bottom: 1px solid #fff !important;
}

#footer .CTAForm ::placeholder {
  color: #fff;
}

#footer .CTAForm .cf-btn {
  background-color: transparent !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75em !important;
  padding: 20px 20px !important;
  width: 200px;
  height: 50px;
  box-shadow: inset 0 0 0 1px #d5d5d5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

#footer .CTAForm .cf-btn:hover {
  opacity: .8;
  box-shadow: inset 0 0 0 3px #fff !important;
}

*/





/*************** BOOTSTRAP POP UP --- MODAL ********/

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
}



/************  CARD BLOCK **********/

.cardblockcontent {
    padding: 25px 50px !important;
}

.cardblock {
  position: relative;
}


/** for bottom banners ****/
#bottombanners .cardblockcontent {
  padding-left: 0 !important;
 /* text-align: center;*/
 /* padding-right: 0 !important;*/
}




/**** ESTRUTURA *****/

#wrap_all {
    background-color: #fff;
    position: relative;
    width: 100%
    float:left;
}
#stage {
    float: left;
    margin-top: 0px;
    position: relative;
    width: 100%;
}

#head {
    background-color: transparent;
    float: left;
    width: 100%;
    position: fixed;
    height: 60px;
    z-index: 999;
    display: flex;
    align-items: center;
  top:0;
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  filter: invert(100%);
}


/** show / hide all head ***/
/*
#head.nav-up {
    top: -60px;
}
#head.nav-down {
    top: 0px;
}*/


/*** nos contacto não há banner ***/
.contactos #head, .contact #head {
  filter: none !important;
}



/*** inverting so the head can be white on dark background ***/
#head {
    filter: invert(100%) !important;
}
#head.active {
    filter: invert(0%) !important;
}


/** for head bg -- show hide white background ***/
#head .headbg {
    background-color: #fff;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: all 0.2s ease-in-out;
    top: -70px;
}
#head .headbg.active {
    top: 0px;
}



/** burger menu ***/
#head #mod-custom110 {
    float: left;
    position: absolute;
    right: 15px;
}

/** logo module ***/
#mod-custom111 {
    position: absolute;
    left: 20px;
}

/** logo **/
#head .toplogo {
    width: 160px;
    padding: 2px;
}

/******** LANG MODULE ***************/
#head .langmodule {
  
  /** hide until PT version is online ***/
    /* display: none !important;*/
  
    position: absolute;
    right: 30px;
    top: 16px;
    font-size: 11px;
    font-weight: 400;
    display: flex;
    height: 27px;
    align-items: center;
}
#head .langmodule ul {
    display: flex;
}
#head .langmodule a {
    text-decoration: none;
    color: var(--blacktext) !important;
    text-decoration: none !important;
    border: 1px solid #131313;
    border-radius: 50%;
    width: 28px;
    height: 28px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
   opacity: 0.5;
   -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#head .langmodule a:hover {
  opacity: 1;
}

#head .langmodule .lang-active a {
  opacity: 1;
}


/***** SWITCH MENUS *******/

/* hide desktop menu */
#head .topmenu {
   /* display: block !important;*/
}
/*** show mobile menu **/  
#head  .mobileMenuButtonWrapper {
    display: none !important;
}
  


/***** MENU - desktop version **/
#head .navbar {
    position: absolute;
  
  /**** with lang module ***/ 
  right: 160px; 
  
  /**** without lang module ***/ 
  /*right: 20px;*/
  
}
#head .topmenu li {
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 15px;
  line-height: 180% !important;
  position: relative;
}
#head .topmenu li a {
    color: var(--blacktext) !important;
    font-weight: 400;
    text-decoration: none !important;
    opacity: 1;
}
#head .topmenu li a:hover {
    color: var(--blacktext) !important;
   text-decoration:none !important;
  opacity:0.7;
}
#head .topmenu li.current.active a {
    opacity: 1 !important;
}

/*
#head .topmenu li a.active::after {
    content: "";
    width: auto !important;
    height: 1px;
    background-color: var(--blacktext);
    display: block;
   -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
}
*/

/** animation - pseudo ellement **/
#head .topmenu li a:after {
   content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    display: inline-block;
    background-color: var(--blackbg);
  left: 0;
bottom: -2px;
   -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
}

#head .topmenu li a:hover::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: inline-block;
    background-color: black;

}
#head .topmenu .active a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: inline-block;
    background-color: black;

}





/****** MOBILE BOOTSTRAP MENU ************/


#mobileMenu .navbar {
    position: relative !important;
    right: 0 !important;
}

#mobileMenu .offcanvas-body {
    flex-grow: 1;
    padding: 15px !important;
    overflow-y: auto;
}

.burguerBot {
    border: 0 !important;
    background-color: transparent;
    font-size: 40px;
    padding: 0 !important;
  color: #232323 !important;
}

.mobileMenuButtonWrapper {
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 13px !important;
}
.mobileMenuTitle {
   /* font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 5px;
    color: #999 !important;*/
  
  display: none;
}

/** tite when menu is open **/
#mobileMenu .offcanvas-title {
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    font-size: 10px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: #999 !important;
    margin-right: 10px;
}
#mobileMenu .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 15px 25px;
}

/* make vertical*/
#mobileMenu #navbar112 .topmenu {
    display: flex;
    flex-direction: column;
}
/* style menu */
#mobileMenu .mobileMenuDisplay .topmenu a {
    text-decoration: none !important;
    color: #111 !important;
    font-size: 26px;
    line-height: 180%;
    font-weight: 200 !important;
    letter-spacing: 0px;
    text-transform: none !important;
}

#mobileMenu .mobileMenuDisplay .topmenu a:hover {
    text-decoration: none !important;
    color: var(--link) !important;
   border:0 !important;
}


/****** BOTTOM *******/
#bottom {
    float: left;
    width: 100%;
    position: relative;
}


/***** FOOTER ****/

#wrap_footer {
    position: relative;
    width: 100% !important;
    float: left;
}

#footer {
    position: relative;
    float: left;
    width: 100% !important;
}

/** info side form ***/
#footer .footerInfo {
    margin-top:10px;
}

.footerInfo .footerLogo img {
    max-width: 60px;
    margin-top: -10px;
}

#footer .footerInfo a {
    color: var(--creamtext) !important;
    text-decoration: none !important;
  opacity:1;
}
#footer .footerInfo a:hover {
    opacity:0.7;
}

#footer .footerInfo p {
    margin: 0 !important;
    font-size: 0.85em;
}

#footer .footerInfo h4 {
    margin-bottom: 15px !important;
}

#footer .footerInfo .infoBlock {
    margin-bottom: 40px;
}

/**** logos ****/
/*
#footer .footerLogos .footerLogoWrapper {
    padding: 0 50px;
}
#footer .footerLogos .footerLogo {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
/***
#footer .footerLogos .footerLogoTitle h4 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0 !important;
    border-top: 1px solid #ddd;
    padding-top: 10px;
  font-size: 8px !important;
}
**/
#footer .footerLogos .footerLogo img {
    max-width: 140px;
    height: auto !important;
}




/************ COPYRIGHT ***********/
#copyright {
    float: left;
    width: 100%;
    position: relative;
}
#copyright .copyrightWrapper {
    font-size: 11px;
    display: flex;
    padding: 15px 25px;
    justify-content: space-between;
}

#copyright .copyrightWrapper .zed a {
    text-decoration: none !important;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: #111 !important;
}




/****************************  PADDINGS ******************************************/

 
.leftpadding {
  padding-left:6vw !important;
}

.leftsmallpadding {
  padding-left:60px !important;
}
.leftextrapadding {
  padding-left:12vw !important;
}

.rightpadding {
  padding-right:6vw !important;
}

.rightsmallpadding {
  padding-right:60px !important;
}
.rightextrapadding {
  padding-right:12vw !important;
}

.noleftpadding {
  padding-left:0 !important;
}
.norightpadding {
  padding-right:0 !important;
}


.topsmallpadding {
  padding-top:5vh  !important;
}
.toppadding {
  padding-top:10vh  !important;
}
.topextrapadding {
  padding-top:15vh  !important;
}
.bottomsmallpadding {
  padding-bottom:5vh  !important;
}
.bottompadding {
  padding-bottom:10vh  !important;
}
.bottomextrapadding {
  padding-bottom:15vh  !important;
}



/*************************** GET STICKY SIDE AND CONTINUE SCROLL ***********************/

.sticky{
  position: sticky !important;
  position: -webkit-sticky !important;
}
.sticky.top {
    top: 0px;
}
.sticky.middle{
  top:50vh;
}


/****************** flexbox *********************************************/


.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flexbox.horizontalcentered {
    justify-content: center;
  align-items: center;
}

.flexbox.verticalcentered {
    flex-flow: column;
    justify-content: center;
}
.flexbox.row.verticalcentered {
    align-items: center;
}
.flexbox.right {
    justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.flexbox.left {
    justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.flexbox.justify {
    justify-content: space-between;
  -webkit-justify-content: space-between;
}


.flexbox.bottom {
    flex-direction: column;
    justify-content: flex-end;
}
.flexbox.top {
    flex-direction: column;
    justify-content: flex-start;
}

.flexbox.column {
    flex-direction: column;
}
.flexbox.row {
    flex-direction: row;
}
.flexbox.row.centered {
    justify-content: center;
}





/********************** BANNER WITH TEXT ON TOP OF IMAGE *************/
.bannerscrolldown {
    position: absolute;
    bottom: 25px;
    z-index: 999 !important;
    text-align: center;
    width: 100%;
  mix-blend-mode: overlay;
  opacity: 1;
   -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.bannerscrolldown h4 {
    margin-bottom: 5px !important;
}
.bannerscrolldown.hide {
    opacity: 0;
}


.bannerwrapper {
    position: relative;
   max-width: 100%;
    overflow: hidden;
}
.bannerover {
    position: absolute !important;
    z-index: 3;
   width:100%;
}
.bannerimage {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

/*** for banner background images ***/
.bgimage {
    background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

/** when fixed **/
.bgimage.fixed {
  background-attachment:fixed !important;
}

/*** when in parallax**/
.parallaxcontainer {
   overflow:hidden;
}

.bgimage.insideparallax {
    transform: translate3d(0px, 0px, 0px) scale(1.2);
}
.bgimage.parallax {
    transform: translate3d(0px, 0px, 0px) scale(1.2);
}

/**** ROUND IMAGE *******/
.roundpic {
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    overflow: hidden;
}
.roundpic img {
    width: 100%;
    height: 100%;
   object-fit:cover;
}


/** FILTER ***/
.darkfilter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
  z-index: 2;
}
.superdarkfilter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
  z-index: 2;
}

/***** BG ***********/

.greybg {
  background-color: var(--greybg) !important;
}
.creambg {
  background-color: var(--creambg) !important;
}
.blackbg {
  background-color: var(--blackbg) !important;
}
.whitebg {
  background-color: #fff !important;
}

.texturebg {
  background-image: url("https://vogue-capital.com/images/graphics/textures/navy.png");
}


/********************************* HEIGHT -- use for background images ****************************/

.fullwidth {
  width:100%;
}

.fullheight {
  height:100vh !important;
 min-height: 500px;
}

.twothirdsheight {
  height:75vh !important;
  min-height: 500px;
}

.halfheight {
  height:50vh !important;
 min-height: 500px;
}

.onethirdheight {
  height:37.5vh !important;
  min-height: 350px;
}

.quarterheight {
  height:25vh;
  min-height: 250px;
}





/******** BOOTSTRAP accordion ********/

#myAccordion .accordion-body {
    padding: 30px 30px 50px 0px !important;
}

#myAccordion .accordion-header {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #131313;
}

#myAccordion .accordion-item {
    background-color: transparent;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

#myAccordion a.accordion-button:not(.collapsed) {
    color: inherit !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 0px solid #ddd;
font-weight: 500;
font-size: inherit !important;
  letter-spacing: 0em !important;
}
#myAccordion a.accordion-button {
    border-bottom: 0px solid #ddd !important;
    color: inherit !important;
    cursor: pointer;
font-weight: 400;
font-size: inherit !important;
    padding: 10px 0 !important;
    letter-spacing: 0.008em;
    text-decoration: none !important;
    /*text-transform: uppercase;*/
  background-color: transparent !important;
}

#myAccordion a.accordion-button:hover {
    z-index: 2;
    color: #111 !important;
  text-decoration: none !important;
}

/** changing icons ***/
#myAccordion .accordion-button::after {

  display: inline-block;
  content: "";
  vertical-align: 0;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
  background-size: 20px 20px;


 /** font awesome icon */ 
 /* background:none !important;

   	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900; 
  	content: "\f078";
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  */
}




/************* SIMPLE ACCORDION ****************/


.simpleaccordion {
  list-style: none !important;
  padding: 0;
}
.simpleaccordion .inner {
    overflow: hidden;
    display: none;
    padding: 15px 0 30px;
}

.simpleaccordion div a.toggle {
    width: 100%;
    display: block;
    background: transparent;
    padding: 0 !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    font-size: 1em;
    padding: 20px 0 !important;
    color: var(--blacktext) !important;
  font-weight:500;
  cursor:pointer;
  line-height: 140%;
  display: flex;
align-items: center;
justify-content: space-between;
  border-bottom: 1px solid #ddd !important;
}

.simpleaccordion div a.toggle:hover {
  background: transparent !important;
  color: #000 !important;
}


.simpleaccordion div a.toggle::after {
  content: "";
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  width: 15px !important;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  height: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  min-width: 15px !important;
  margin-left: 30px;
}


/** TITLES ***/

/** title closed ***/
.simpleaccordion a.toggle[aria-expanded="false"]{
 color: var(--blacktext) !important;
}
.simpleaccordion a.toggle[aria-expanded="false"]::after{
 color: #fff !important;
  background-color:#000;
   content: "+"
}


/** title opne **/
.simpleaccordion a.toggle[aria-expanded="true"]{
 color: var(--creamtext) !important;
}
.simpleaccordion a.toggle[aria-expanded="true"]::after{
   content: "-" !important;
  color: #000 !important;
  background-color:#fff !important;
}


/******** END accordion ********/







/**** VIDEO HTML 5 ********/

/**** FOR banner background video ****/

.videoWrapper.fullheight video {
    width: auto;
    height: 100% !important;
    min-height: 100vh !important;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.videoWrapper.twothirdsheight video {
    width: auto;
    min-height: 80vh !important;
   position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}




/*
.videoWrapper.halfheight video {
    width: auto;
    min-height: 60vh !important;
   position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}*/

.videoWrapper.halfheight {
    min-height: 60vh !important;
    padding-bottom: 0 !important;
    padding-top: 0;
    position: relative;
    width: 100%;
    overflow: hidden !important;
}
.videoWrapper.halfheight video {
    width: 100% !important;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.videoWrapper {
    height: 0;
    padding-bottom: 56.5% !important;
    padding-top: 0;
    position: relative;
    width: 100%;
    overflow: hidden !important;
}

.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*** FOR IFRAME VIDEOS FROM YOUTUBE ***/
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

