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


body {
    color: #131313 !important; 
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.6em !important;
    letter-spacing:1px;
  
}


/*** FOR SPLASH PAGE **********/
.soon-online #topblock {
    display: none;
}
.soon-online #footer {
    display: none;
}

.soon-online #wrap_body {
    margin: 0 !important;
}


/**** SCROLL DOWN *******/
#topbanner .scrolldown {
    position: absolute;
    bottom: 50px !important;
    z-index: 3 !important;
    text-align: center !important;
    margin: 0 auto;
    width: 100%;
}
#topbanner .scrolldown .arrow.bounce.white {
    color: #fff;
}

#topbanner .scrolldown .whitetext a {
    color: #fff !important;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.bounce {
  animation: bounce 0.5s ease-in;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(0, 5px, 0); }
}





/*********** for folio gallery ****/
.ig-lightbox-button-right, .ig-lightbox-button-left {
    color: #fff !important;
}



.row {
  margin:0 !important;
}

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

#footer p, #footer a {
    font-size: 12px !important;
}


/*** using font awesome here ***/
  .font-awesome::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";
  }

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

.footerlink a {
  color: #fff !important;
  font-weight:500;
  
}
.footerlink a:hover {
 opacity:0.5;
  text-decoration:none !important;
  
}
.footerlink {
    margin-bottom: 5px;
}

.calltoactionwrapper .bgimage {
    height: 400px;
    margin-bottom: 30px;
}









/****** STORIES *******/

.storyblock {
    padding: 10px !important;
}





/*** FOOTER --- on blue bg ***/
.copyright {
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    opacity: 0.7;
}
.zed a {
    font-size: 11px;
    color: #fff !important;
    font-weight: 800;
    letter-spacing: -1px;
}
.copyrightwrapper {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px !important;
}


.saturation {
  filter: grayscale(60%);
}

/** FOOTER --- on white bg 
.copyrightwrapper {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px !important;
    background-color: 
    #fff;
}

.copyright {
  
    font-size: 10px;
    letter-spacing: 1px;
    opacity: 0.7;
}
.zed a {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -1px;
}
***/




/*
h2 a {
    color:  #111 !important;
    text-decoration: underline;
}

h2 a:hover {
   color: #060e9f !important;
   text-decoration: underline;
}
*/


.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% 3px;
    padding-bottom: 7px;
    line-height: 180%;
}

.underlinetext.white 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% 3px;
    padding-bottom: 7px;
    line-height: 180%;
}






h2.underline::after {
    content: "";
    height: 3px;
    display: block;
    background-color:  #111;
    margin-top: 20px;
}

h2.underlinetext a:hover {
  text-decoration:none !important;
}

a.bot {
    letter-spacing: 0px;
    font-size: 13px;
    padding: 20px;
    border: 6px solid #f3f3f3;
  	color: #060e9f !important;
    display: inline-table;
    line-height: 100%;
    margin-top: 30px;
    font-weight: 500;
  font-family: 'Alata', sans-serif !important;
  background-color: #fff !important;
}

a.bot:hover {
  border: 6px solid #060e9f !important;
  	background-color: #060e9f !important;
  color: #fff !important;
  text-decoration:none !important;
}

a.bot.blue {
    border: 6px solid #060e9f !important;
  	background-color: #060e9f !important;
  	color: #fff !important;
}

a.bot.blue:hover {
    border: 6px solid #f3f3f3 !important;
  	color: #060e9f !important;
   background-color: #fff !important;
}


a.bot.white {
    border: 6px solid #fff !important;
  	color: #fff !important;
  background-color: transparent !important;
}

a.bot.white:hover {
  text-decoration:none !important;
  opacity:1;
   	background-color: #fff !important;
 color: #060e9f !important;
}




.bullets svg {
    font-size: 11px !important;
    margin-right: 9px;
}


/***BORDER IN HEADLINES ****/

.whitebottomborder {
  border-bottom:6px solid #fff;
}
.whitetopborder {
  border-top:6px solid #fff;
}

.whiteleftborder {
  border-left:6px solid #fff;
}
.whiterightborder {
  border-right:6px solid #fff;
}


.bluetopborder {
    border-top: 5px solid #060e9f;
}

.bluebottomborder {
    border-bottom: 5px solid #060e9f;
}

.blueleftborder {
    border-left: 5px solid #060e9f;
}
.bluerightborder {
    border-right: 5px solid #060e9f;
}

h1.whitebottomborder {
  padding-bottom:40px;
}


/******* BOOTSTRAP SLIDER ****************/

/*
.next-icon, .prev-icon {
    font-size: 20px !important;
    color: #111;
opacity: 1 !important;
width: 30px;
height: 30px;
background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.next-icon, .prev-icon {
    font-size: !important;
    color: 
    #111;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}





.carousel-control-next, .carousel-control-prev {
  width:10% !important;
}


.prev-icon, .next-icon {
    display: none;
}


/**** CURSOS OVER WORK SLIDER ****/
.carousel-control-prev {
  left:0;
  cursor: url('../../../images/graphics/elements/arrow/arrow_white_left.svg'), auto !important;
}
.carousel-control-next {
  right:0;
  cursor: url('../../../images/graphics/elements/arrow/arrow_white_right.svg'), auto !important;
}




/******* MENUS ****************/
.sm-level a {
    font-size: 32px !important;
    color: #111 !important;
    letter-spacing: 0px;
    font-weight: normal !important;
    font-family: 'Alata', sans-serif !important;
}
.sm-level.level1 {
    padding: 50px 20px;
}
.off-menu_90 dt, .off-menu_90 dl.level1 dt {
    padding: 2px 10px !important;
}

.sm-level a:hover {
    color: #060e9f !important;
}
.sm-level dt:hover {
    background-color: #fff !important;
}

.sm-close span {
    background: 
    #111 !important;
}

.sm-parent .menu-icon-cont {
    position: absolute !important;
    left: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
    top: 22px !important;
}

.sm-overlay-90 .menu-icon-cont {
    top: 30px !important;
    right: calc(50% - 25px) !important;
    width: 50px !important;
}

/** onde extaria a setinha para sub menus ****/
.off-menu_90 dl dt::after, .off-menu_90 dl.level1 > dt::after {
    display: none !important;

}


/*************** expertise block ***************/


.blockwrapper {
    float: left;
    width: 100%;
  border:7px solid #fff;
 
}



.borderblock {
    border: 1px solid #ddd;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 50px !important;
}

.smallicon {
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    border: 1px solid #777;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  font-size: 16px;
}

.smallicon.blue {
    border: 1px solid #060e9f !important;
	color:#060e9f !important;
}


/**** new blue artwork ****/

.expertiseblock {
    border: 0px solid #fff;
}

.expertiseblock img {
    max-height: 280px;
}
.expertiseblock .bluebg {
    display: flex;
    align-content: center !important;
    justify-content: center;
}


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

#wrap_all {
    /*background-color: #060e9f;*/
    position: relative;
    min-height: 100vh;
    width: 100vw;
  float:left;
}

/**
#topblock {
    width: 150px;
    padding: 25px;
    position: fixed;
    z-index: 999;
}***/
#topblock {
    padding: 0px 25px;
    position: fixed;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: space-between;
  align-items: center;
  height: 90px;
  top: 0;
  
    /** for animation **/
   -moz-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    -webkit-transition: top .2s ease-out;
    transition: top .2s ease-out;
}


/** ADICIONAR ***/
.nav-up {
    top: -90px !important;
}


/**
#wrap_body {
    background-color: #fff;
    width: calc(100vw - 300px);
    margin: 0 auto;
    min-height: 100vh;
}***/

#wrap_body {
    background-color: #fff;
    width: 100vw;
    margin: 90px auto 0;
    min-height: 100vh;
 /* position: relative;*/
}


#footer {
   /* min-height: 50vh;*/
  width:100%;
  /*margin-top: 120px;*/

}

.footerwrapper {
    border: 6px solid  #fff;
    margin-top: 0px !important;
    margin-bottom: -6px !important;
    border-right: 0 !important;
  border-top: 0 !important;
}

/*** TOP BLOCK *********/
#topblock .logowrapper {
    padding: 0px;
    position: relative;
    height: 90px;
    width: 160px;
}

#topblock .logo {
    width: auto;
    height: 70px !important;
    position: absolute;
    top: 10px;
}
.logo .assinatura {
    position: absolute;
    top: 12px;
    left: 77px;
    max-height: 18px;
}

#topblock .logo svg {
    width: 100%;
    height: auto !important;
    max-height: 80px;
}

#topblock .socialwrapper {
    display: flex;
}


#topblock .socialicon a {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
    /**margin: 0 auto 10px;***/
  margin: 5px;
}

#topblock .socialicon a:hover {
 	background-color: #fff;
  	color: #060e9f !important;
}



#topblock .sm-parent {
    text-align: center;
   /* border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;*/
    margin-top: 10px;
    margin-bottom: 10px;
  display: flex;
justify-content: center;
}









/*** flexbox *****/

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexbox.centered {
    justify-content: center;
}
.flexbox.right {
    justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.flexbox.left {
    justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.flexbox.verticalcentered {
    align-items: center;
}

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

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

.greybg {
  /*background-color: #fafafa;*/
  background-color: #F5F4F1;
}

.whitebg {
  background-color: #fff;
}

.bluebg {
  background-color: #060e9f;
}

.blackbg {
  background-color: #000;
}

/*
.bluebg {
background-color: #060e9f;
background-image: url("https://www.transparenttextures.com/patterns/cross-stripes.png");

}
*/


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

.leftpadding {
  /*padding-left:150px !important;*/
  padding-left:10vw !important;
   /* padding-left:180px !important;*/
}


.leftlogopadding {
  padding-left:150px !important;
}

.leftsmallpadding {
  padding-left:3vw !important;
}
.leftextrapadding {
  padding-left:20vw !important;
}

.rightpadding {
 /* padding-right:150px !important;*/
  padding-right:10vw !important;
   /*padding-right:180px !important;*/
}

.rightsmallpadding {
  padding-right:3vw !important;
}
.rightextrapadding {
  padding-right:20vw !important;
}

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


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



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




.bgimage.opacity {
    opacity: 0.7;
}


.whiteborder {
    border: 1px solid 
    #fff;
}

/***** WIDTH & HEIGHT ****/
.fullwidth {
  width:100%;
}

.fullheight100 {
  min-height:100vh;
}

.fullheight {
  min-height:100vh;
}


.halfheight {
  min-height:70vh;
}

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

.bgimage {
   /* opacity: 1;*/
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.bgimage.fixed {
  background-attachment:fixed;
}



.bannerwrapper .overbanner {
    position: absolute;
    z-index: 2;
    width: 60%;
    display: flex;
    align-items: center;
    left: 20%;
    justify-content: space-evenly;
}
#topbanner .bannerwrapper .overbanner {
    width: 40%;
    left: 30%;
}
#topbanner {
    margin-top: -90px;
  position:relative;
}




.bannerwrapper {
    position: relative;
 
}






.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}

.filter.blue {
   background-color: #060e9f;
  opacity: 0.8 !important;
}




.legenda {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0px;
    font-weight: 300;
}

/*
.legenda.over {
    position: absolute;
    z-index: 9;
    width: 220px;
}*/

.legenda.white {
    background-color: #fff;
    padding: 20px 20px;
}

.legenda.right {
   right:0px;
  bottom:0px;
}

.legenda p {
    margin: 0;
}

.bannerwrapper .legenda.right {
    position: absolute;
bottom:20px;
  right:40px;
  z-index: 999;
}


.centertext {
  text-align:center !important;
}

.center {
    margin: 0 auto;
}



.lineseparator {
    height: 5px;
    background-color: #111;
    margin-top: 35px;
    margin-bottom: 35px;
    position: absolute;
    width: calc(100% - 150px);
    right: 0;
}


.lineseparator.center {
   margin: 35px auto !important;
}

.lineseparator.white {
   background-color: #fff !important;
}


/**** TEXT COLORS ********/


.whitetext {
    color:  #fff !important;
}
p.whitetext {
    font-weight: 400 !important;
}

.bluetext {
    color: #2c87b1 !important;
}



.smalltitle {
    font-size: 8px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #060e9f !important;
    margin-left: 1px;
    text-transform: uppercase;
    max-width: 220px;
    display: flex;
    align-items: center;
}

.smalltitle::before {
    height: 1px;
    background-color: #060e9f;
    content: "";
    width: 15px;
    display: inline-block !important;
    margin-right: 10px;
}



/** ZOOM IMAGE ON HOVER *****/

.zoombg .bgimage:hover{
    transform: scale(1.05) !important;
}
.zoombg.parallaxcontainer {
  overflow:hidden !important;
     -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}




/****************** ACCORDION **********************/

#accordion .card-header {
    padding: 15px 0px;
    margin-bottom: 0;
    background-color: 
    transparent !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
}

#accordion .card {
     background-color: transparent !important;
    background-clip: border-box;
    border: 0 !important;
    border-radius: 0 !important;
}
#accordion .card-body {
    padding: 10px 0px 30px 0 !important;
}
#accordion .card-link {
    color: #060e9f !important;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 21px !important;
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid;
    padding-bottom: 12px;
    font-family: 'Alata', sans-serif !important;
}

#accordion .card-link.collapsed {
    color: 
    #111 !important;
    display: flex;
    align-content: center;
}



/*** when tab is closed***/
#accordion .card-link.collapsed::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px !important;
   margin-right: 12px !important;
transform-origin: center center;
 
  
}
/** when tab is open***/
#accordion .card-link::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 11px !important;
    margin-right: 12px;
    transform-origin: center center;
    background-color: #fff;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
  align-items: center;
}





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

.videoWrapper {
    height: 0;
    padding-bottom: 56.5% !important;
    padding-top: 0;
    position: relative;
   /* float: left;*/
    width: 100%;
}

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