@import url(bootstrap.css);
body {
  font-family: 'Work Sans', sans-serif;
  background-color: #f0f0f0 !important;
  background-size: contain;
}
.body-bg-1 {
  padding-top: 110px;
}
.body-bg {
  background: url("../images/bg-interno.png") top center no-repeat, url("../images/bg-interno-2.png") bottom center no-repeat;
}
  body.home {
    background: #f0f0f0; }
  html h2, body h2 {
    font-size: 50px;
    color: #c2986a;
    font-weight: 400; }
  html p, body p {
    font-size: 15px;
    color: #828282;
  }
  body.home p {
    color: #797979;
  }
  html .btn-primary, body .btn-primary {
    background: transparent;
    border: 2px solid #022e80;
    border-radius: 5px;
    color: #022e80;
    font-weight: 500; }
    html .btn-primary:hover, body .btn-primary:hover {
      background: #022e80;
      border: 2px solid #022e80;
      color: #FFF; }
  html section, body section {
    padding-top: 100px; }
#menu-footer {
  padding: 110px 0 45px 0;
}
.home #menu-footer {
  padding: 150px 0 45px 0;
}
#menu-footer {
  width: 100%;
  z-index: 999;
  transition: 300ms all;
   }
  #menu-footer.menu-footer-home {
    /* background: url("../images/bg-home-2.jpg") #f0f0f0 top center  no-repeat; */
    background-size: cover;
  }
  #menu-footer .the-logo {
    width: 256px;
    height: 80px;
    background: url("../images/crescera-logo.png") center bottom no-repeat;
    background-size: contain;
    display: block; }
    .home #menu-footer .the-logo {
      background: url("../images/crescera-logo-2.png") center bottom no-repeat;
    }
  #menu-footer nav {
    height: 100%; }
    #menu-footer nav ul {
      display: flex;
      justify-content: space-around;
      align-items: flex-end;
      height: 100%;
      padding-bottom: 6px; }
      #menu-footer nav ul li {
        list-style: none;
        font-weight: 500; }
        #menu-footer nav ul li a {
          font-size: 16px;
          color: #022e80;
          text-decoration: none; }
        #menu-footer nav ul li.highlight a {
          padding: 14px 21px;
          border-radius: 5px;
          color: #022e80;
          background: transparent;
          border: 3px solid #022e80; }
          #menu-footer nav ul li.highlight a:hover {
            background: #022e80;
            color: #FFF;
            text-decoration: none; }

            .home #menu-footer nav ul li a {
              color: #022e80;
            }
            .home #menu-footer nav ul li.highlight a {
              border: 3px solid #022e80;
              color: #022e80;
            }
            .home #menu-footer nav ul li.highlight a:hover {
              background: #022e80;
              color: #fff;
            }

#menu {
  background-color: #FFF;
  height: 115px;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: 300ms all;
  padding-top: 10px;
  padding: 10px 0 10px 0; }
  #menu.scrolled {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
  }
  #menu .the-logo {
    /* background: url("../images/crescera-logo.png") no-repeat; */
    background: none;
    background-size: contain;
    display: block;
    transition: all .3s ease-in-out;
  }
    #menu .the-logo, #menu .the-logo img {
      height: 80px;
      width: auto;
      transition: all .3s ease-in-out;
    }
      #menu.scrolled .the-logo, #menu.scrolled .the-logo img {
        height: 65px;
      }
  #menu nav {
    height: 100%; }
    #menu nav ul {
      display: flex;
      justify-content: space-around;
      align-items: flex-end;
      height: 80%;
      padding-bottom: 6px; }
      #menu.scrolled nav ul {
        height: 78%;
      }

      #menu nav ul li {
        list-style: none;
        font-weight: 500; }
        #menu nav ul li a {
          font-size: 16px;
          color: #022e80; }
          #menu nav ul li a:hover {
            text-decoration: none; }
        #menu nav ul li.highlight a {
          color: #FFF;
          background: #022e80;
          padding: 14px 21px;
          border-radius: 5px;
        }
  #menu.scrolled {
    padding: 5px 0 19px 0;
    height: 75px; }

#video {
  padding-top: 115px; }
  #video video {
    z-index: 1;
  }
  #video .video-mask {
    position: relative; }
    #video .video-overlay {
      min-height: 100%;
      min-width: 100%;
      background: rgba(0,0,0,.6);
      transition: all .3s ease-in-out 0s;
    }
    #video .title {
      transition: all .3s ease-in-out 0s;
    }
    #video .video-mask .the-videomask {
      z-index: 5;
      display: block;
      position: absolute;
      width: 100%;
      height: 320px;
      content: '';
      background: url("../images/video-mask.png") top center no-repeat;
      background-size: contain; }
      #video .video-mask div.title {
      	z-index: 10;
      	position: absolute;
      	padding: 50px 30px;
      	color: #FFF;
      	width: 100%;
      	text-align: center;
      	transform: translateY(-50%);
      	top: 50%;
      }
      #video .video-mask div p {
        font-size: 30px;
        font-weight: 300;
        line-height: 1.3;
        color: #fff;
      }
        #video .video-mask div p strong {
          font-weight: 600; }
    #video .video-mask .mask-dr {
      width: 21px;
      height: 17px;
      background: url("../images/video-mask-dr.png") center center no-repeat;
      position: absolute;
      bottom: 7px;
      right: 0; }
    #video .video-mask .mask-dl {
      width: 21px;
      height: 17px;
      background: url("../images/video-mask-dl.png") center center no-repeat;
      position: absolute;
      bottom: 7px;
      left: 0; }

#video, #video .video-mask {
  height: 780px;
  padding-top: 0px;
  overflow: hidden;
  z-index: 1;
}

.the-video {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.the-video-inside,
.the-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .the-video-inside { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .the-video-inside { width: 300%; left: -100%; }
}

#estudo-caso {
  /* background: url("../images/bg-home-1.jpg") center top no-repeat;
  background-size: cover; */
}

#estudo-caso .line-b p {
  margin-top: 35px;
  margin-bottom: 25px; }
#estudo-caso .multiple-items {
  padding: 0 70px; }
#estudo-caso .slick-slider {
  display: flex !important;
  align-items: center !important; }
  #estudo-caso .slick-slider .slick-arrow {
    background: url("../images/seta-d.png") center center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 100;
    outline: none; }
    #estudo-caso .slick-slider .slick-arrow.slick-next {
      right: 0px;
      font-size: 0px;
    }
    #estudo-caso .slick-slider .slick-arrow.slick-prev {
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      text-indent: 9999px;
      left: 0;
      display: none !important; }
  #estudo-caso .slick-slider .slick-slide {
    padding: 0 5px;
    display: flex;
    justify-content: center; }
    #estudo-caso .slick-slider .slick-slide img {
      width: 100%; }

#private-equity {
  background: url("../images/bg-home-1.jpg") center -5px no-repeat;
  background-size: auto;
  background-size: cover;
  margin-top: 0;
}

#private-equity, #venture-capital {
  padding-top: 140px; }
  #private-equity .raiz-wrapper:before, #venture-capital .raiz-wrapper:before {
    content: '';
    width: calc(100% + 200px);
    height: calc(100% + 90px);
    background: url("../images/lines.png") center center no-repeat;
    background-size: auto;
    display: block;
    position: absolute;
    left: -380px;
    top: -40px;
    background-size: cover; }
  #private-equity .raiz-wrapper .raiz, #venture-capital .raiz-wrapper .raiz {
    display: flex;
    height: 100%;
    border-top: 12px solid #c2986a;
    border-bottom: 12px solid #c2986a;
    padding: 30px;
    flex-direction: column;
    background: #f0f0f0;
    position: relative;
    text-align: center; }
    #private-equity .raiz-wrapper .raiz h2, #venture-capital .raiz-wrapper .raiz h2 {
      color: #022e80;
      margin-bottom: 40px; }
  #private-equity .items-list, #venture-capital .items-list {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    padding-top: 50px;
    align-items: flex-start; }
    #private-equity .items-list .item, #venture-capital .items-list .item {
      display: block;
      text-align: center;
      padding: 5px;
      width: 20%; }
      #private-equity .items-list .item img, #venture-capital .items-list .item img {
        max-width: 100%;
        margin-bottom: 30px; }
      #private-equity .items-list .item p, #venture-capital .items-list .item p {
        font-size: 12px; }
  #private-equity .btn-container, #venture-capital .btn-container {
    text-align: center;
    width: 100%;
    margin-top: 40px; }
    #private-equity .btn-container .btn-primary, #venture-capital .btn-container .btn-primary {
      /* padding: 15px 110px; */
      font-size: 18px; }

#venture-capital .raiz-wrapper:before {
  content: '';
  width: calc(100% + 233px);
  height: calc(100% + 103px);
  background: url("../images/raiz-venture.png") center center no-repeat;
  background-size: auto;
  background-size: 100% !important;
  display: block;
  position: absolute;
  left: -390px;
  top: -75px; }

#investimentos {
  padding-top: 100px;
  padding-bottom: 100px; }
  #investimentos .items-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%; }
    #investimentos .items-list .item {
      width: 25%;
      text-align: center;
      display: block; }
      #investimentos .items-list .item h3 {
        font-size: 14px;
        margin-top: -30px;
        color: #022e80;
        font-weight: 400;
        text-transform: uppercase; }
      #investimentos .items-list .item p {
        font-size: 100px;
        line-height: 150px;
        color: #022e80;
      }
#empresas-investidas {
  padding-top: 0;
}
#empresas-investidas .items-list .slick-track {
  display: flex;
  align-items: center; }
#empresas-investidas .items-list .item {
  display: flex;
  align-items: center;
  padding: 0 45px; }
#empresas-investidas .btn-container {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px; }
  #empresas-investidas .btn-container .btn-primary {
    /* padding: 10px 46px; */
    font-size: 20px; }

#footer-page {
  padding-top: 80px;
  padding-bottom: 30px;
  background: #daceb4;
  color: #03091a; }
  #footer-page h3 {
    font-size: 16px;
    font-weight: bold; }
  #footer-page p {
    color: #03091a;
    font-weight: 400; }
    #footer-page .btBox {
      margin-bottom: 0;
    }
    #footer-page .textwidget p {
      line-height: 2;
    }
  #footer-page .social-networks a {
    font-size: 0px;
    color: #03091a;
    text-decoration: none; }
    #footer-page .social-networks a img {
    	margin-left: 10px;
    	height: auto;
    	width: 40px;
    }
  #footer-page nav ul {
    display: flex; }
    #footer-page nav ul li {
      display: block;
      margin: 0 10px; }
      #footer-page nav ul li a {
        text-decoration: underline;
        color: #03091a; }
        #footer-page nav ul li a:hover {
          text-decoration: none; }
  #footer-page .second-row {
    margin-top: 40px; }
  #footer-page .newsletter p {
    margin: 0;
  }
  #footer-page .newsletter input {
    background: none;
    border: none;
    width: 100%; }
    #footer-page .newsletter input.input-name {
      margin-top: 10px;
      border-bottom: 1px solid #020819; }
      #footer-page .newsletter .button {
      	width: 106px !important;
      	height: 31px;
      	background: #020819 !important;
      	color: #f7dd99 !important;
      	border: none;
      	float: right;
      	margin-top: 0;
      	font-weight: 500 !important;
      	transition: 300ms all;
      	padding: 0 !important;
      	line-height: 1;
      }
    #footer-page .newsletter .button:hover {
      background: #c2986a !important;
      color: #020819 !important; }

.background-img {
  background: url("../images/bg.png") top right no-repeat;
  background-size: 60%; }

/*-------------- NOVO E Correções ------------------ */

.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
	margin-top: 20px;
}

span.wpcf7-not-valid-tip {
	color: #f00;
}

body {
  font-family: 'Work Sans', sans-serif !important;
}

.bt_bb_headline h1, .bt_bb_headline h2, .bt_bb_headline h3, .bt_bb_headline h4, .bt_bb_headline h5, .bt_bb_headline h6 {
	font-weight: normal !important;
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: 1250px;
}

#video .video-mask div p {
	font-size: 50px;
  margin-bottom: 0;
}

#video .video-mask::before {
	height: 500px;
}

#video .video-mask div {
	position: absolute;
	padding: 0px 30px 0px;
	color: #FFF;
}

.home h2 {
  color: #022e80;
}

#investimentos h2, #empresas-investidas h2 {
  margin: 0;
  padding: 10px;
}

#investimentos p, #empresas-investidas p {
  margin-bottom: 60px;
}

#investimentos .item p {
  margin-bottom: 10px;
}

.section {
  padding-top: 0px;
  padding-bottom: 0;
}

.full-text-left .bt_bb_column_content {
  max-width: 700px;
}
.full-text-left {
  align-items: flex-end;
}

.column-3 {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 50px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
}

.column-2 {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 50px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
}

.bt_bb_headline .bt_bb_headline_superheadline {
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 0;
	font-size: 1rem;
	margin: 0;
	font-weight: 300;
}

.section input, .section textarea {
  border: none !important;
  border-radius: 5px !important;
}

body .section input[type="submit"], .section .wpcf7-form .wpcf7-submit {
	padding: 14px 22px 18px !important;
	border-radius: 5px !important;
	color: #022e80 !important;
	background: transparent !important;
	border: 3px solid #022e80 !important;
	height: auto !important;
	line-height: 0.9 !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	box-shadow: none !important;
	float: right !important;
}

.section input[type=file] {
  display: none;
}

.file-contact {
  color: #022e80;
  cursor: pointer;
  display: inline-block;
}

.section a {
  color: #828282;
}

.border-direita {
  border-right: 2px solid #d0d0d0;
}

.list-funcionario-home {
	padding: 40px 100px 40px 0;
}

.item-funcionario {
  background: #fff;
  padding: 25px 25px 35px;
  margin: 0 15px;
  border-radius: 5px;
  position: relative;
  transition: all .3s eade-in-out 0s;
}

.item-funcionario h4, .destaque-bg h4, .section h5 {
  font-weight: bold;
  color: #022e80;
}

.item-funcionario h4 {
  width: 130px;
}

.section h5 {
  font-weight: normal;
}

.item-funcionario p, .destaque-bg p {
  color: #4f4f4f;
  font-size: 12px;
}

.item-funcionario .funcionario-btn, .list-cases .ver-case {
  background: #022e80;
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff !important;
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none !important;
  cursor: pointer;
}

.item-funcionario.open {
  width: 612px;
  height: auto !important;
  z-index: 100;
}

.item-funcionario.open .texto-resumo {
  display: none;
}

.item-funcionario.open .texto-completo {
	display: block;
}

.item-funcionario.open .texto-completo {
  display: block;
}

.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
	font-size: 32px;
}

.bt_bb_service.bt_bb_style_filled .bt_bb_icon_holder {
	-webkit-box-shadow: 0 0 0 1em #022e80 inset;
	box-shadow: 0 0 0 1em #022e80 inset;
	color: #fff;
}

.bt_bb_service.bt_bb_style_filled:hover .bt_bb_icon_holder {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 0 #022e80 inset;
	box-shadow: 0 0 0 0 #022e80 inset;
	color: #022e80;
}

.bt_bb_service .bt_bb_service_content_title {
  color: #6272a1;
  font-size: 18px !important;
  font-weight: normal !important;
  margin-bottom: 15px;
  font-family: 'Work Sans' !important;
}

.bt_bb_service .bt_bb_service_content_text {
  color: #4f5c6f;
  font-size: 16px;
}

.bt_bb_service .bt_bb_service_content_text br {
  display: block;
  height: 1px;
  line-height: 1px;
  content: " ";
}

.bt_bb_service .bt_bb_service_content_text ul {
	margin: 0 0 1em .5em;
}

.section .bt_bb_text a {
  color: #022e80;
}

button.slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}

button.slick-arrow:hover {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list-funcionario-home button.slick-arrow.slick-prev, .list-funcionario-home button.slick-arrow.slick-next {
  background-size: contain ;
  font-size: 0 ;
  height: 65px ;
  width: 65px ;
}

.list-funcionario-home button.slick-arrow.slick-prev  {
  display: none !important;
  background: url(../images/seta-e.png) center center no-repeat;
}

.list-funcionario-home button.slick-arrow.slick-next {
  background: url(../images/seta-d.png) center center no-repeat;
}

.list-funcionario-home button.slick-arrow.slick-next::before {
  display: none;
}

.destaque-bg {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.destaque-bg h4 {
  font-weight: normal;
}

/*------------------------ Cases ----------------------*/

body.btNoSidebar .btPostSingleItemStandard:first-of-type {
	padding-top: 300px;
  margin-top: 0;
}

body.btNoSidebar.single .btPostSingleItemStandard:first-of-type {
  padding-top: 100px;
}

.bt_bb_size_large.bt_bb_headline h1, .bt_bb_size_large.bt_bb_headline h2, .bt_bb_size_large.bt_bb_headline h3, .bt_bb_size_large.bt_bb_headline h4, .bt_bb_size_large.bt_bb_headline h5, .bt_bb_size_large.bt_bb_headline h6 {
	font-size: 2.15rem;
}

.no-after-dash::after {
  display: none !important;
}

.btArticleCategories a {
	color: #4f5c6f !important;
}

.btArticleSuperMeta ul,
.btArticleSuperMeta ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
}

.btArticleSuperMeta ul {
  margin-bottom: 30px;
}

.btArticleSuperMeta .sidebar-port-item-img {
  max-width: 80px;
  margin-right: 15px;
}

.btArticleSuperMeta .sidebar-port-item-title {
  width: calc(100% - 100px);
}

.btArticleSuperMeta .sidebar-port-item-img,
.btArticleSuperMeta .sidebar-port-item-title {
  display: inline-block;
  vertical-align: middle;
}

.btArticleSuperMeta img {
  max-width: 80px;
}

.div-list-cases {
  margin-bottom: 50px;
}

.cat-cases, .list-cases, .subcat-cases, .subcat-case {
  list-style: none;
  overflow: hidden;
  text-align: center;
  margin: 0;
}

.subcat-cases {
  display: none;
}

.cat-cases li.cat-case, .subcat-cases li.subcat-case {
  display: inline-block;
  color: #022e80;
  border: 2px solid #022e80;
  border-radius: 5px;
  margin: 0 10px 20px;
  background: transparent;
  padding: 10px 20px;
  width: calc((100% / 3) - 20px);
  text-align: center;
  cursor: pointer;
}

.subcat-cases li.subcat-case {
  color: #c2986a;
  border: 2px solid #c2986a;
}

.cat-cases li.cat-case:hover, .cat-cases li.cat-case.active {
  color: #fff;
  background: #022e80;
}

.subcat-cases li.subcat-case:hover, .subcat-cases li.subcat-case.active {
  color: #fff;
  background: #c2986a;
}

.list-cases li.list-case {
  display: inline-block;
  width: calc((100% / 3) - 20px);
  margin: 0 10px 20px;
  padding: 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
}

.list-cases li.list-case img {
  filter: grayscale(100%);
  transition: all .3s ease-in-out 0s;
  border-radius: 5px;
}

.list-cases li.list-case:hover img {
  filter: grayscale(0%);
}

.list-case.open .cliente-ativado {
  color: #828282;
}

.cliente-ativado {
	position: absolute;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #828282;
	bottom: 10px;
	left: 0;
}

.cliente-ativado::before {
  content: ' ';
  margin-right: 10px;
  width: 80px;
  height: 4px;
  background: #022e80;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}



.text-item-case {
  padding: 0 25px 0;
  background: #fff;
}

.text-item-case p {
  font-size: 12px;
  color: #828282;
}

.text-item-case p a {
	padding: 14px 21px;
	border-radius: 5px;
	color: #022e80;
	background: transparent;
	border: 3px solid #022e80;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

.text-item-case p a:hover {
  color: #fff;
	background: #022e80;
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
	max-width: 70% !important;
}

.text-item-case {
  transition: all .3s  ease-in-out 0s;
  max-height: 0;
  opacity: 0;
  width: 100%;
}

blockquote {
	padding: 0.6em 0 0.6em 3.8em;
	background: url(../images/aspas.png) left top no-repeat;
	margin: 40px 0;
}

blockquote::before {
	content: ' ';
  display: none;
}

blockquote p {
  font-size: 25px;
}

/*------------------------ Cases ----------------------*/


#footer-page .newsletter input.input-name, #footer-page .newsletter input[type=email] {
	margin-top: 0;
	padding: 5px 0;
	line-height: 1 !important;
	height: 40px;
}

@media screen and (min-width: 1900px) {
  .full-text-left .bt_bb_column_content {
  	max-width: 740px;
  }
}

@media screen and (max-width: 1300px) {
  .full-text-left .bt_bb_column_content {
  	max-width: 690px;
  }
}

@media screen and (max-width: 1024px) {
  .full-text-left .bt_bb_column_content {
  	max-width: 560px;
  }
  #video .video-mask .the-videomask {
    height: 215px;
  }
}

@media screen and (max-width: 800px) {
  .full-text-left .bt_bb_column_content {
    max-width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 40px; }

  #video .video-mask .the-videomask {
  	height: 157px;
  }

  #menu {
    height: auto;
    min-height: 115px;
    transition: 300ms all; }
    #menu .the-logo {
      display: block;
      margin: 0 auto; }
    #menu .menu-icon-container {
      display: flex;
      justify-content: center;
      margin-top: 28px; }
      #menu .menu-icon-container .menu-icon {
        display: block;
        width: 40px;
        height: 40px;
        background: url("../images/menu.png") center center no-repeat;
        background-size: contain;
        transition: 300ms all; }
        #menu .menu-icon-container .menu-icon.open {
          transition: 300ms all;
          background: url("../images/menu-close.png") center center no-repeat; }
    #menu nav {
      position: absolute;
      width: 100vw;
      right: 0;
      margin-top: 35px; }
      #menu nav ul {
        padding-left: 0px;
        flex-direction: column;
        display: none; }
        #menu nav ul li {
          padding-top: 10px;
          padding-bottom: 10px;
          display: inline-block;
          width: 100%;
          text-align: center;
          background: #FFF; }
          #menu nav ul li:last-child {
            padding-bottom: 25px; }
          #menu nav ul li.highlight a {
            padding: 6px 10px; }
    #menu.scrolled {
      height: auto;
      min-height: 100px; }

  #video .video-mask .the-videomask {
     }
     #video .video-mask div.title {
       position: absolute !important;
       padding: 15px;
     }
     #video .video-mask div.title p {
       font-size: 20px;
     }
  #video .video-mask .mask-dr, #video .video-mask .mask-dl {
     }

  #estudo-caso .line-b {
    text-align: center;
    margin-bottom: 40px; }

  #private-equity .raiz-wrapper:before, #venture-capital .raiz-wrapper:before {
    display: none; }
  #private-equity .raiz-wrapper .raiz, #venture-capital .raiz-wrapper .raiz {
    background: none; }
  #private-equity .items-list, #venture-capital .items-list {
    flex-direction: column; }
    #private-equity .items-list .item, #venture-capital .items-list .item {
      width: 100%;
      text-align: center;
      font-size: 16px;
      margin-bottom: 20px; }
      #private-equity .items-list .item p, #venture-capital .items-list .item p {
        margin-top: 12px; }
  #private-equity .btn-container .btn-primary, #venture-capital .btn-container .btn-primary {
    padding: 15px 40px;
    font-size: 16px; }

  .background-img {
    background-size: 200%;
    background-position: center 120px; }

  #investimentos {
    padding-top: 100px; }

  #investimentos .items-list, #empresas-investidas .items-list {
    flex-direction: column; }
    #investimentos .items-list .item, #empresas-investidas .items-list .item {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }

  #empresas-investidas .btn-container .btn-primary {
    font-size: 15px;
    padding: 10px 20px; }
  #empresas-investidas .slick-slide img {
    margin: 0 auto; }

  #footer-page nav ul {
    padding-left: 0;
    flex-direction: column; }
    #footer-page nav ul li {
      text-align: center; }
  #footer-page .social-networks, #footer-page h3, #footer-page p {
    text-align: center; }

  #menu-footer {
    display: none; }



  .newsletter .button {
    float: none !important;
    display: block;
    margin: 0 auto; }

    /*------------- Novo e Correções -----------*/

    .section {
      padding-bottom: 100px;
    }

    .column-2 {
      column-count: 1;
      -moz-column-count: 1;
      -webkit-column-count: 1;
    }

    .column-3 {
      column-count: 1;
      -moz-column-count: 1;
      -webkit-column-count: 1;
    }

    .border-direita {
      border-right: none;
    }

    .cat-cases li.cat-case, .subcat-cases li.subcat-case {
      width: calc((100% / 1) - 20px);
    }

    .list-cases li.list-case {
      width: 100%;
      max-width: 550px;
    }

    .newsletter {
      padding: 50px 20px 10px;
    }

    .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
    	max-width: 100% !important;
    }

    #footer-page nav {
      margin: 0;
      padding: 50px 20px;
    }

    #empresas-investidas {
      padding-top: 0;
      padding-bottom: 60px;
    }

    #investimentos {
    	padding-bottom: 80px;
    }

  }

  @media screen and (max-width: 600px) {
    #estudo-caso .multiple-items {
      padding: 0 40px;
    }
    .list-funcionario-home {
      padding: 40px 40px 40px 0;
    }
    .list-funcionario-home button.slick-arrow.slick-prev, .list-funcionario-home button.slick-arrow.slick-next {
    	background-size: contain !important;
    	height: 45px;
    	width: 45px;
    }
  }

  @media screen and (max-width: 420px) {
    #video .video-mask .the-videomask {
    	height: 97px;
      padding: 0;
    }
  }
  @media screen and (max-width: 375px) {
    #video .video-mask .the-videomask {
    	height: 85px;
    }
  }
  @media screen and (max-width: 360px) {
    #video .video-mask .the-videomask {
    	height: 80px;
    }
  }
  @media screen and (max-width: 320px) {
    #video .video-mask .the-videomask {
    	height: 70px;
    }
  }

/*# sourceMappingURL=style.css.map */

#footer-page div.wpcf7 .wpcf7-submit:disabled, div.wpcf7 .wpcf7-submit:disabled {
	background: #f7f7f7 !important;
	border-color: #333 !important;
	color: #333 !important;
}

#footer-page .btBox label, #footer-page .btCustomMenu label, #footer-page .btTopBox label {
  display: inline-block;
}

#footer-page .newsletter input[type=checkbox] {
  width: 10px;
}
