html {
  overflow-x: initial;
  background-color: #fff;
}


body {
    color: #3e3937 !important; 
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.7em !important;
    letter-spacing:1px;
  
}

.row {
  margin:0 !important;
}

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



a {
   color: teal !important;
    text-decoration: none;
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover {
    color: #999 ;
   text-decoration: underline !important;
 
}



.zed {display:none !important;}

/**** LANG SWITCH *******/

/*
.mylangswitch.advanced-dropdown a.langChoose:link, .mylangswitch.advanced-dropdown a.langChoose:visited {
   background-color: teal;
width: 38px;
padding: 6px 10px;
-webkit-transition: all 0.75s;
color: #fff !important;
font-size: 11px !important;
font-weight: 600;
border-radius: 30px !important;
 
}
.mylangswitch.advanced-dropdown {
    position: relative;
    margin-top: -2px;
    margin-left: 40px;
}

.mylangswitch.mod-languages.advanced-dropdown ul {
    background: #efefef;
    position: absolute;
    z-index: 100;
    list-style-type: none;
    left: 0;
   border-radius: 20px !important;
    font-size: 11px;
    padding: 3px 8px !important;
    margin-top: 2px;
    font-weight: 600;
 
}*/





.mylangswitch.mod-languages li {
   	margin-right: 0px !important;
	margin-left: 0px !important;
    background-color: #fff;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid teal;
    width: 30px;
    display: inline-flex !important;
    height: 30px !important;
    align-items: center !important;
}

.mylangswitch a {
    text-decoration: none !important;
    width: 100%;
    text-align: center;
}
.mylangswitch a:hover {
   text-decoration: none !important;
}

.mylangswitch .lang-active a{
   color: #fff !important;
}

.mod-languages.mylangswitch {
    margin-top: -2px;
    margin-left: 30px;
}


.mylangswitch .lang-active {
  background-color: teal !important;
}







/** for contacts anchor point ***/
#contacts {
    position: absolute;
    bottom: -50vh;
   /* background-color: red !important;*/
    z-index: 9 !important;
    width: 100% !important;
}


#info {
    right: 2.5%;
    position: absolute;
    display: flex;
}

.topinfo {
    font-size: 10px;
    float: right;
  letter-spacing: 1px;
}



/******************* LOGO ********************/

#logo {
/*
    position: fixed;
    top: 0 !important;
    z-index: 9;
*/
}

#wrap_head {
    background-color: #fff;
    float: left;
    width: 100%;
    z-index: 9;
    position: fixed;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 2.5%;
}

#mainmenu {
    padding: 0 45px;
}
#mainmenu li {
    margin-right: 20px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

/*** for vertical menu ****/
/*
.mymenu .level1 {
    display: inline;
    box-shadow: 0 0 0 !important;
}
.mymenu .inner {
    padding: 0 !important;
}
.mymenu a {
    font-size: 10px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500 !important;
}
#off-menu_94.mymenu {
    box-shadow: 0 0 !important;
}

.off-menu_94 dl dt::after, .off-menu_94 dl.level1 > dt::after {
    display: none !important;

}
*/



/******************* GRAPHICS ********************/

/** 01 - intro on white ****/
.graphics01-container {
    float: left;
    position: absolute;
    right: 30px;
    max-width: 32vw;
    z-index: 999;
    top: 20vh;
    overflow: hidden;
}
.graphics01 {
   margin-right: 0vw;
}



/****** GRAPHICS 2 -- bottom *******/
.graphics02-container {
    position: fixed;
    top: 0 !important;
    z-index: -1 !important;
    right: 12%;
    mix-blend-mode: soft-light;
    opacity: 0.4;
  overflow:hidden;
}







/**** LOGO ****/
.brandlogo {
    max-width: 150px;
    padding: 0;
}


/****** FOOTER QUOTE **********/
.quote {
    font-style: oblique;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 21px;
    line-height: 150%;
}
.assinatura {
    margin-top: 35px;
  font-size: 12px;
}
.assinatura .nome {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}
.position {
    opacity: 0.7;
}

.aspas {
    font-size: 35px;
    font-family: serif !important;
    margin-left: -45px;
    margin-bottom: -17px;
}


/********** COPYRIGHT **********/
#copyright {
    z-index: 999 !important;
    width: 100% !important;
   /* background-color: red !important;*/
    float: left;
    left: 0 !important;
    position: absolute;
    bottom: 0 !important;
    display: flex;
    /*justify-content: space-between;*/
  justify-content: center;
    padding: 10px 30px;
  color: #fff;
font-size: 10px;
}

.zed a {
    color: #fff !important;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px;
    opacity: 0.8;
    text-decoration: none;
}

#copyright a {
    color: #fff !important;
    opacity: 0.7;
}



/****** HOW CAN WE HELP *************/

#together.separator {
    margin-bottom: 70px !important;
}
.headline h2 {
    text-align: center;
    font-weight: 500 !important;
}
.togetherwrapper {
    position: relative;
}

.graphics03-container {
    top: -70px;
    position: absolute;
    max-width: 300px;
    overflow: hidden;
    right: 0;
}

.graphics03 {
    margin-right: -120px;
}


/****** DIAGRAMA ***********/
#diagrama {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#diagrama .block {
    text-align: center;
    padding: 0 3vw !important;
}


#diagrama .icon {
    height: 150px;
    width: 150px;
    /**border: 1px solid #ddd;**/
    border-radius: 150px;
    display: flex;
    align-items: center;
    text-align: center !important;
    justify-content: center;
    font-size: 50px;
  margin: 0 auto 40px;
  color: #fff !important;
}

#diagrama .icon.color1 {
   background-color: #4C2E8F;
}
#diagrama .icon.color2 {
    background-color: #EE5A9F;
}
#diagrama .icon.color3 {
    
  background-color: #F1C77C;
}



/*
#diagrama h2 {
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}

*/


.icon.color1::after {
   content: ">";
position: absolute;
right: -20px;
font-size: 40px;
font-weight: 100 !important;
color: #111;
}
.icon.color2::after {
   content: ">";
position: absolute;
right: -20px;
font-size: 40px;
font-weight: 100 !important;
color: #111;
}




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

#wrap_all {
    background-color: #fff;
    position: relative;
    min-height: 100vh;
    width: 100vw;
  float:left;
}
#wrap_body {
    float: left;
    width: 100%;
}


#stage {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 100vh;
    z-index: 2;
    position: relative;
}
#footer {
  	color:#fff;
}
#footer p a {
    color: #fff !important;
}

#bottom {
   /* position: relative;*/
    float: left;
    width: 100%;
    background-color: teal;
    min-height: 100vh;
    display: flex;
    align-items: center;
  z-index: 0;
  position:fixed;
}


#bottom h3 {
    color: #fff !important;
    font-weight: 600 !important;
}

#intro {
    padding-left: 15vw !important;
}
/*
#intro h2 {
    font-size: 17px !important;
}*/

#intro h1 {
    font-size: 50px !important;
    margin-bottom: 30px;
}

/*** GET STICKY SIDE AND CONTINUE SCROLL *****/
.sticky{
  position: sticky !important;
  position: -webkit-sticky !important;
}
.sticky.top{
  top:30px;
}
.sticky.middle{
  top:50vh;
}





/** BOT ***/
a.bot {
  display: inline-block;
  padding: 15px 30px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: none;
  color: teal !important; 
  position: relative;
  transition:color 0.25s ease !important;
  border:1px solid teal !important;
  z-index: 1;
  font-weight: 700 !important;
  margin-bottom: 5px;
margin-top: 5px;
  border-radius: 40px;
  text-decoration:none;
}

a.bot:hover {
  color:#fff !important;
  background-color: teal !important;
  text-decoration:none !important;
}

/*
a.bot::after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: teal !important;
  transform-origin:left !important;
  transition:width 0.25s ease !important;
  z-index:-1;
  border-radius: 40px;
}*/
/*
a.bot:hover::after {
  width: 100%;
}*/




/** BOT ***/
a.bot.white {
  color: #fff !important; 
  border:1px solid #fff !important;
}

a.bot.white:hover {
  color:teal !important;
  background-color: #fff !important;
   text-decoration:none !important;
}
/*
a.bot.white::after {
  background-color: #fff !important;
}
*/









/**** CLASSES*****/
.relativewrapper {
    position: relative;
}


.nopadding {
    padding: 0 !important;
}


.bgimage.fixed{
    opacity: 1 !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
  width:100%;
}

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

.halfheight {
   min-height: 500px !important;
    height: 80vh !important;
}
.onethirdheight {
    height: 40vh !important;
    min-height: 400px !important;
}

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexbox.centered {
    align-items: center;
}

.flexbox.end {
    align-items: flex-end;
}
.flexbox.top {
    align-items: self-start;
}
.flexbox.column {
    flex-direction: column;
    justify-content: center;
}

.sidesmallpadding {
    padding: 0 5vw !important;
} 
.sidepadding {
    padding: 0 10vw !important;
}
.sideextrapadding {
    padding: 0 20vw !important;
}


.topsmallpadding {
    padding-top: 5vh !important;
}
.toppadding {
    padding-top: 10vh !important;
}
.topextrapadding {
    padding-top: 20vh !important;
}

.bottomsmallpadding {
 padding-bottom: 5vh !important;
}
.bottompadding {
 padding-bottom: 10vh !important;
}
.bottomextrapadding {
 padding-bottom: 20vh !important;
}

.whitebg {
    background-color: #fff;
}

.botwrapper.overimage {
	position: absolute;
	bottom: 20vh;
	mix-blend-mode: exclusion;
	left: 5vw;
}

.center {
  margin:0 auto !important;
}

.bgimage {
    width: 100%;
}

.imagewrapper {
    display: flex;
    align-items: center;
}

.overfoto {
    position: absolute;
    z-index: 2;
    width: 100%;
   /* height: 100%;
  	display: flex;
    align-items: flex-end;*/
}

.rotate {
  transform:rotate(90deg);
}

.vertical {
    writing-mode: vertical-lr !important;
    transform: rotate(180deg);
    transform-box: border-box !important;
}

.filter {
    background-color: rgba(0,0,0,0.3);
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
  z-index:1;
}
.filter.darker {
    background-color: rgba(0,0,0,0.6);
   
}



.relative {
  position:relative;
}


.title.vertical {
    border-left: 1px solid #a68676;
    padding: 0px 0px 50px;
    border-bottom: 0px !important;
    color: #a68676;
    margin-left: -2vw;
    margin-right: 2vw;
}
.title {
    font-size: 10px;
  /*color: #a68676;*/
  color:#d0a894;
    text-transform: uppercase;
    letter-spacing: 5px;
    opacity: 0.7;
    border-bottom:1px solid #a68676;
    width: auto;
    display: inline-block;
    padding: 0 0px 0 50px;
    margin-bottom: 50px;
  	position: relative;
	z-index: 9 !important;
}


/** separador ***/

.separator {
    text-align: center;
    float: initial;
    width: 100%;
    padding: 0 15px;
    margin-top: 120px;
    margin-bottom: 120px;
    z-index: 9 !important;
    position: relative;
}

.separator.smallmarginbottom {
  margin-bottom: 50px !important;
}


.titleseparator {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 11px;
}

.lineseparator {
    background-color: #111;
    height: 1px;
    width: 60px;
    margin: 0 auto;
}




/************* BANNER ******************/
#wb {
    width: 95%;
    margin: 0 auto 1px !important;
}

#wb .rightside {
    padding-top: 1px !important;
}

#wb .overfoto .textblock {
   color: #fff !important;
   font-weight: 400;
   margin-bottom:60px;
   opacity: 1;
  text-transform: uppercase;
letter-spacing: 3px;
font-size: 11px !important;
display: none;
}

#wb .overfoto .bullets p {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 15px;
  display:flex;
}

#wb .cta {
    padding: 0 30px;
    margin-top: 50px;
}

/*
#wb .overfoto .bullets p::before {
    content: "+";
    display: inline-flex;
    align-self: center;
    margin-right: 10px;
    font-size: 30px;
    font-weight: 200;
}*/

#wb .overfoto .bullets p::before {
    content: "";
    display: inline-flex;
    align-self: center;
    margin-right: 20px;
    width: 7px !important;
    height: 7px !important;
    background-color: #fff;
    border-radius: 7px !important;
    min-width: 7px !important;
}


.overfoto .title{
  color: #fff !important;
  font-weight: 600 !important;
  opacity:1 !important;
  border-bottom: 1px solid #fff;
  min-width: 75% !important;
text-align: right;
}


/**** COLORS ****/
.color1 {
   /** color:#4C2E8F !important; **/ /** original **/
  color: #AB8CEE !important;
}
.color2 {
  color:#EE5A9F !important;
}

.color3 {
  color:#F1C77C !important;
}

/** COLOR FILTERS****/

.filter.color1 {
    /*background-color: #AB8CEE !important;*/
    background-color: #483177 !important;
  	opacity:0.8 !important;  
}
.filter.color2{
    /*background-color: #EE5A9F !important;*/
  background-color: #B53B74 !important;
  	opacity:0.8 !important;
}
.filter.color3{
    /*background-color: #F1C77C!important;*/
  background-color: #DBA94E !important;
 	opacity:0.8 !important;
}





/****************************** LOGOS *************************/
.logowrapper {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  flex-wrap: wrap;
}

.logo {
    width: 100px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7px 30px;
}


.logo.bigger {
    width: 180px;
	height: 90px; 
    
}








