/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}


/*****MOBILE
************************************************************/
@media (max-width: 690px) {
  
  
  
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

	min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;

}  
  
  
body {
    font-weight: 300 !important;
    line-height: 1.6em !important;
    font-size: 14px !important;
}
  
 
#wrap_all .extrathin {
  font-weight: 300 !important;
} 
  
    
/***** SWITCH MENUS *******/

/* hide desktop menu */
#head .topmenu {
    display: none !important;
}
/*** show mobile menu **/  
#head  .mobileMenuButtonWrapper {
    display: block !important;
}
  
#mobileMenu #navbar112 .topmenu {
    display: block !important;
}
  
 
/*** MOBILE MENU ***/
  
.navbar-toggler.navbar-toggler-right {
  display: none !important;
}  
  
#navbar112 {
    display: block;
}
  
#mobileMenu.offcanvas-end {
    width: 90vw;
    height: 100vh;
}
  
#mobileMenu .mobileMenuDisplay .topmenu a {
  text-decoration: none !important;
  font-size: 19px;
  line-height: 200%;
  font-weight: 300 !important;
  letter-spacing: 0px;
  text-transform: none !important;
}

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

  
  
/** prevent menu open from getting the inver css from head  --- show always white bg ****/  
#head.active #mobileMenu.offcanvas-end {
  filter: invert(0%) !important;
}

#head #mobileMenu.offcanvas-end {
  filter: invert(100%) !important;
}  
  
  
/** logo ***/
  #head .toplogo {
  width: 140px;
  padding: 2px;
}
  
  
  
/******* LAYOUT **********/
#head .langmodule {
    right: 70px !important; 
}
  
.invertonmobile {
    display: flex;
    flex-flow: column-reverse;
}
  
  
/****** FOOTER *******/
#footer .footerInfo {
  margin-top: 30px !important;
  text-align: center;
}
  #footer .footerInfo .infoBlock {
  margin-bottom: 15px;
  margin-top: 15px;
}
  
  #copyright .copyrightWrapper {
  font-size: 11px;
  display: inline-block;
  padding: 15px 25px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
  
  
/****** TEXTS **************/
  
#wrap_body .bigbigtext {
    font-size: 45px !important;
}  
/** for intro in home page **/
#wrap_body #fundoIntro .bigbigtext {
  font-size: 60px !important;
  font-weight: 200 !important;
}
  
  
#wrap_all .bigtext {
    font-size: 35px !important;
}  
#wrap_all h3 {
    font-size: 16px !important;
}
  #wrap_all h2 {
    font-size: 20px !important;
}
  #wrap_all h1 {
    font-size: 27px !important;
}
  
/******** PADDINGS ***********/
.leftextrapadding, .leftpadding, .leftsmallpadding {
    padding-left: 15px !important;
}
  .rightextrapadding, .rightpadding, .rightsmallpadding {
    padding-right: 15px !important;
}
  

.bottomextrapadding, .bottompadding {
    padding-bottom: 50px !important;
}
.topextrapadding, .toppadding {
    padding-top: 50px !important;
}
  
.bottomsmallpadding {
    padding-bottom: 35px !important;
}
.topsmallpadding {
    padding-top: 35px !important;
}
    
  
/**** heights ****/
  
  .fullheight, .halfheight, .onethirdheight, .twothirdsheight, .quarterheight {
    min-height: auto !important;
  }
  
  
/**************************** INVEST WITH US  *********************/
#presentation .bgimage {
  height: 35vh !important;
}
  
/** investment types title **/  
.startinvestingtitle {
  padding-bottom: 0 !important;
}  
  
  
/*** investment types blocks ***/
 #investmentType {
  border: 0 !important;
  padding: 0 !important;
   margin-bottom:20px;
}
#investmentType .fullcolumn {
  padding-top: 25px !important;
}
  #investmentType .bgimage {
  height: 35vh !important;
}
    
 
/**** PARTNER ROW ****/
/*
  .partnersRow {
    display: flex;
    justify-content: space-evenly !important;
}
  */
  
.partnersRow {
  display: flex;
  justify-content: space-around;
}
 
  .partnerLogo {
  height: 70px;
  display: flex;
  align-items: center;
  max-width: 100px;
  filter: invert(100%) grayscale(100%);
  mix-blend-mode: screen;
  padding: 5px 5px;
  margin-bottom: 10px;
}
  
  
  /*
.partnersRow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
  
.partnerLogo {
  height: 70px;
  display: flex;
  align-items: center;
  max-width: 140px;
  filter: invert(100%) grayscale(100%);
  mix-blend-mode: screen;
  padding: 0 15px;
}
  */
  
  
  
  
/************ BENEFITS ********/
#benefitBlock {
  padding: 10px;
  text-align: center;
}
#benefitBlock .smalldivider {
  margin: 0 auto 15px;
}
  
  
  
/**** STEPS ***/
.steps .step {
  position: relative;
  padding: 10px;
}
  
.steps .linethroughicon {
  margin-bottom: 15px;
  top: 45px;
}
.steps .roundicon {
  margin-bottom: 10px;
}
.steps.whitebg .roundicon {
  margin-bottom: 10px;
}
  
  
  
/*** bottom banners ****/
  
  .bottombannersTitle h1 {
    margin-bottom:0 !important;
  }  
  
#bottombanners .col-md-4 {
  padding: 0 !important;
}
  
#bottombanners .bgimage {
  height: 35vh !important;
}
  
#bottombanners h4 {
  margin-bottom: 5px !important;
}  
  
/** for bottom banners ****/
#bottombanners .cardblockcontent {
  padding-left: 0 !important;
 text-align: center;
 padding-right: 0 !important;
}
  
  
/********************* TRACK RECORD & PIPELINE *****************/
  
 /** for intro video ***/
 #trackrecordIntroVideo {
    padding-top:60px;
  }
  
  
  #trackrecordtitle {
  padding-bottom: 0 !important;
}
  
/**** GALLERY ********/
  
  
.ig-slideshow-button-left, .ig-slideshow-button-right { 
  background-color: transparent !important;
  z-index: 9;
}
  
.ig-slideshow-button svg {
  background: transparent !important;
  width: 20px;
  height: 30px;
  padding: 12px;
  box-sizing: content-box;
  color: #fff !important;
}
/** tirar icon para lightbox ***/  
.ig-lbox-open-icon {
  display: none;
}  
  
/*** for descriptions ****/
/* make the wrapper relative **/
.ig-gallery-wrapper {
  position: relative;
}
/** make the description absolute **/
.ig-image-descriptions {
  position: absolute;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
}
  
#wrap_all .ig-image-descriptions h3 {
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 0 !important;
}
.ig-image-descriptions p {
   margin-bottom: 0 !important;
    font-size: 12px;
    font-weight: 300 !important;
}
  
/** metrics info ***/
.ig-image-descriptions .trackrecordMetrics p {
  font-weight: 500 !important;
  text-align: center;
  margin-bottom: 0 !important;
  line-height: 150%;
}
.ig-image-descriptions .trackrecordMetrics {
  margin-top: 20px;
  border-top: 1px solid;
  padding: 10px 15px;
  border-bottom: 1px solid;
  width: auto;
}  
  
  
  
  
 /***** PIPELINE PROJECTS ****/
  
  #pipelineProjects {
  padding: 0 !important;
}
  
  #pipelineProjects .projectBlock .bgimage {
  height: 35vh !important;
}
  
  #pipelineProjects.ongoingprojects .projectInfo {
  padding: 25px;
}
  
  #pipelineProjects.ongoingprojects .projectInfo .fullcolumn .fullcolumnrow {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-size: 11px;
  line-height: 160%;
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
  
  
  
/************************** GOLDEN VISA **************************/

#aboutPortugal .bgimage {
  height: 35vh !important;
}
  
#gvbenefits .bgimage {
  height: 35vh !important;
}  
  
#gvgetstarted {
  margin-top: 40px;
}  
  
  
/****************** ABOUT US **********************************/
  
#aboutPhotoBundle .bgimage {
  height: 100px !important;
}
  
  
#team .col-md-4 {
  padding: 0 25px !important;
}  
  
  
  
/************* FORM ***************/
  
.convertforms.myForm .g-invisible-recaptcha {
  position: absolute;
  right: -15px !important;
   bottom: -50px !important;
 /* overflow: hidden;
  height: 60px !important;
  opacity: 0.6;
  */
}
 
  /*
.convertforms.myForm .grecaptcha-badge {
  position: relative !important;
  height: 60px !important;
  bottom: 0 !important;
  transition: none !important;
  right: 0 !important;
  border-radius: 0 !important;
}  */
  
.convertforms.myForm .cf-btn.sendBot {  
  width: auto !important;
}
  
  
  
  
  
  
  
  
  /************** END ******************/
}