/* Slider */
/* line 3, ../../../scss/plugins/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../../../scss/plugins/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../../../scss/plugins/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../../../scss/plugins/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../../../scss/plugins/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../../../scss/plugins/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, ../../../scss/plugins/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../../../scss/plugins/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../../../scss/plugins/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../../../scss/plugins/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, ../../../scss/plugins/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../../../scss/plugins/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../../../scss/plugins/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../../../scss/plugins/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../../../scss/plugins/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../../../scss/plugins/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../../../scss/plugins/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, ../../../scss/plugins/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 96, ../../../scss/layout/_service-block.scss */
.service-block {
  text-align: center;
}
/* line 6, ../../../scss/layout/_service-block.scss */
.service-block .icon-wrapper {
  position: relative;
  height: 105px;
}
/* line 11, ../../../scss/layout/_service-block.scss */
.service-block .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  max-width: 63px;
  max-height: 58px;
  width: auto;
  height: auto;
  opacity: 1;
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
}
/* line 22, ../../../scss/layout/_service-block.scss */
.service-block .icon.hover {
  opacity: 0;
}
/* line 28, ../../../scss/layout/_service-block.scss */
.service-block:hover .icon {
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
/* line 32, ../../../scss/layout/_service-block.scss */
.service-block:hover .normal {
  opacity: 0;
}
/* line 36, ../../../scss/layout/_service-block.scss */
.service-block:hover .hover {
  opacity: 1;
}
/* line 40, ../../../scss/layout/_service-block.scss */
.service-block:hover .title .txt:after {
  width: 50%;
}
/* line 46, ../../../scss/layout/_service-block.scss */
.service-block .title {
  font-family: 'dinbold', sans-serif;
  text-transform: uppercase;
  color: #183665;
  font-size: 20px;
  line-height: 1.2em;
  width: 96%;
  height: 90px;
  overflow: hidden;
  margin: 0 auto 5px;
}
@media screen and (max-width: 990px) {
  /* line 46, ../../../scss/layout/_service-block.scss */
  .service-block .title {
    font-size: 18px;
  }
}
/* line 53, ../../../scss/layout/_service-block.scss */
.service-block .title .txt {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
/* line 59, ../../../scss/layout/_service-block.scss */
.service-block .title .txt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0%;
  height: 3px;
  background-color: #00C8C6;
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
}
/* line 72, ../../../scss/layout/_service-block.scss */
.service-block .desc {
  width: 96%;
  height: 100px;
  overflow: hidden;
  margin: 0 auto 10px;
  font-size: 14px;
}
/* line 80, ../../../scss/layout/_service-block.scss */
.service-block .btn-more {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  /* line 87, ../../../scss/layout/_service-block.scss */
  .service-block .title,
  .service-block .desc {
    height: auto;
  }
}

/* line 159, ../../../scss/layout/_post-block.scss */
.posts-blocks-small .post-block .thumb-date-wrapper {
  height: 165px;
}
@media screen and (max-width: 990px) {
  /* line 165, ../../../scss/layout/_post-block.scss */
  .posts-blocks-small .post-block .thumb-date-wrapper {
    height: auto;
  }
  /* line 169, ../../../scss/layout/_post-block.scss */
  .posts-blocks-small .post-block .entry-title {
    min-height: 0;
  }
}

/* line 7, ../../../scss/pages/home.scss */
.home-areas {
  position: relative;
  background-color: #065DC6;
}
/* line 11, ../../../scss/pages/home.scss */
.home-areas .banner-text {
  position: absolute;
  top: 240px;
  left: 50%;
  z-index: 60;
  display: block;
  width: 390px;
  transform: translate3d(-555px, 0, 0);
  font-family: 'dinbold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.375em;
  letter-spacing: 0.015em;
}
/* line 25, ../../../scss/pages/home.scss */
.home-areas .logo {
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: 70;
  display: block;
  width: 284px;
  height: 79px;
  transform: translate3d(-555px, 0, 0);
}
/* line 34, ../../../scss/pages/home.scss */
.home-areas .bricks {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: block;
  width: auto;
  height: 90%;
  transform: translate3d(45%, 0, 0);
}
@media screen and (max-width: 1200px) {
  /* line 7, ../../../scss/pages/home.scss */
  .home-areas {
    padding: 25px 0 0;
  }
  /* line 46, ../../../scss/pages/home.scss */
  .home-areas .logo,
  .home-areas .banner-text {
    position: relative;
    z-index: 5;
    top: auto;
    left: auto;
    transform: none;
  }
  /* line 55, ../../../scss/pages/home.scss */
  .home-areas .logo {
    width: 240px;
    margin: 0 auto;
  }
  /* line 60, ../../../scss/pages/home.scss */
  .home-areas .banner-text {
    width: 80%;
    min-width: 200px;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
  }
  /* line 68, ../../../scss/pages/home.scss */
  .home-areas .banner-home {
    position: relative;
    z-index: 50;
  }
  /* line 73, ../../../scss/pages/home.scss */
  .home-areas .banner-home .slider {
    left: auto !important;
    transform: none;
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  /* line 83, ../../../scss/pages/home.scss */
  .home-areas .bricks {
    display: none;
  }
  /* line 87, ../../../scss/pages/home.scss */
  .home-areas .banner-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  /* line 94, ../../../scss/pages/home.scss */
  .home-areas .banner-text {
    width: 250px;
    font-size: 24px;
  }
}

/* line 102, ../../../scss/pages/home.scss */
.banner-home {
  position: relative;
  z-index: 50;
  overflow: hidden;
  background: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/home/ajax-loader-banner.gif?1745503235') no-repeat;
  background-position: 50% 30%;
}
@media screen and (min-width: 990px) {
  /* line 111, ../../../scss/pages/home.scss */
  .banner-home .banner-text {
    position: absolute;
    z-index: 10;
  }
  /* line 116, ../../../scss/pages/home.scss */
  .banner-home .slider {
    position: relative;
    z-index: 1;
  }
  /* line 122, ../../../scss/pages/home.scss */
  .banner-home .slider .slide,
  .banner-home .slider .slick-track {
    width: 100% !important;
  }
}
/* line 131, ../../../scss/pages/home.scss */
.banner-home .slider,
.banner-home .slick-list,
.banner-home .slick-track,
.banner-home .banner-item {
  height: 100%;
}
/* line 138, ../../../scss/pages/home.scss */
.banner-home .banner-item {
  position: relative;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 143, ../../../scss/pages/home.scss */
.banner-home .banner-item .banner-image-wrapper {
  overflow: hidden;
}
/* line 147, ../../../scss/pages/home.scss */
.banner-home .banner-item .banner-item-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}
/* line 155, ../../../scss/pages/home.scss */
.banner-home .banner-item .banner-item-image.show {
  display: block;
}
@media screen and (max-width: 1200px) {
  /* line 165, ../../../scss/pages/home.scss */
  .banner-home .banner-item .banner-item-image {
    min-height: 0;
    width: 100%;
  }
  /* line 172, ../../../scss/pages/home.scss */
  .banner-home .banner-item.zoom .icon-marca-simbolo {
    -moz-transition: all 6s ease-in;
    -o-transition: all 6s ease-in;
    -webkit-transition: all 6s ease-in;
    transition: all 6s ease-in;
  }
}
@media screen and (max-width: 1200px) {
  /* line 186, ../../../scss/pages/home.scss */
  .banner-home .banner-item .banner-item-image {
    min-height: 0;
    width: 100%;
  }
  /* line 193, ../../../scss/pages/home.scss */
  .banner-home .banner-item.zoom .icon-marca-simbolo {
    -moz-transition: all 6s ease-in;
    -o-transition: all 6s ease-in;
    -webkit-transition: all 6s ease-in;
    transition: all 6s ease-in;
  }
}
@media screen and (max-width: 768px) {
  /* line 102, ../../../scss/pages/home.scss */
  .banner-home {
    position: static;
    left: auto;
    top: auto;
    height: auto;
  }
  /* line 211, ../../../scss/pages/home.scss */
  .banner-home .banner-item .banner-image-wrapper {
    position: relative;
    height: auto;
    margin-bottom: 20px;
  }
  /* line 217, ../../../scss/pages/home.scss */
  .banner-home .banner-item .banner-item-image {
    min-height: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  /* line 231, ../../../scss/pages/home.scss */
  .banner-home .banner-item .banner-image-wrapper {
    position: relative;
    height: 155px;
  }
  /* line 236, ../../../scss/pages/home.scss */
  .banner-home .banner-item .banner-item-image {
    width: 105%;
  }
  /* line 240, ../../../scss/pages/home.scss */
  .banner-home .banner-item .banner-item-image {
    width: 105%;
  }
}

/* line 252, ../../../scss/pages/home.scss */
body.home #page {
  padding-top: 45px;
}

/* line 261, ../../../scss/pages/home.scss */
.site-areas {
  position: relative;
  z-index: 100;
  background-color: #065DC6;
  text-align: center;
  text-transform: uppercase;
}
/* line 268, ../../../scss/pages/home.scss */
.site-areas > .container {
  height: 100%;
}
/* line 272, ../../../scss/pages/home.scss */
.site-areas .area-link {
  display: block;
  color: #fff;
  font-family: 'dinregular', sans-serif;
}
/* line 278, ../../../scss/pages/home.scss */
.site-areas .area-name {
  margin: 0;
  line-height: 1em;
}
@media screen and (min-width: 990px) {
  /* line 261, ../../../scss/pages/home.scss */
  .site-areas {
    height: 150px;
  }
  /* line 286, ../../../scss/pages/home.scss */
  .site-areas .container {
    display: flex;
  }
  /* line 290, ../../../scss/pages/home.scss */
  .site-areas .area {
    position: relative;
    width: calc(100% / 4);
    height: 100%;
    overflow: hidden;
  }
  /* line 296, ../../../scss/pages/home.scss */
  .site-areas .area:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    height: 13px;
    background-color: #95BAF4;
    transition: height 200ms;
    will-change: height;
  }
  /* line 308, ../../../scss/pages/home.scss */
  .site-areas .area-link {
    position: relative;
    height: 100%;
    padding-top: 82px;
    font-size: 18px;
    transform: translate3d(0, 0, 0);
    transition: transform 200ms ease-in-out;
  }
  /* line 317, ../../../scss/pages/home.scss */
  .site-areas img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, calc(-50% - 25px), 0) scale(0.8);
    transition: all 200ms;
    will-change: transform;
  }
  /* line 324, ../../../scss/pages/home.scss */
  .site-areas .area-name {
    padding: 0 15px;
    transition: all 200ms;
    will-change: letter-spacing;
  }
  /* line 332, ../../../scss/pages/home.scss */
  .site-areas .area:hover:after {
    height: 20px;
  }
  /* line 336, ../../../scss/pages/home.scss */
  .site-areas .area:hover .area-link {
    position: relative;
    transform: translate3d(0, -15px, 0);
    color: #95BAF4;
  }
}
@media screen and (max-width: 1199px) {
  /* line 348, ../../../scss/pages/home.scss */
  .site-areas > .container {
    width: 100%;
  }
}
@media screen and (max-width: 989px) {
  /* line 356, ../../../scss/pages/home.scss */
  .site-areas .area {
    height: 80px;
  }
  /* line 359, ../../../scss/pages/home.scss */
  .site-areas .area:not(:last-child) {
    border-bottom: 2px solid #95BAF4;
  }
  /* line 364, ../../../scss/pages/home.scss */
  .site-areas .area-name {
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translate3d(0, -50%, 0);
  }
  /* line 369, ../../../scss/pages/home.scss */
  .site-areas .area-link {
    position: relative;
    height: 100%;
    padding-left: 92px;
    font-size: 22px;
    text-align: left;
  }
  /* line 377, ../../../scss/pages/home.scss */
  .site-areas img {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate3d(0, -50%, 0) scale(0.8);
  }
}

/* line 386, ../../../scss/pages/home.scss */
.services-wrapper {
  position: relative;
  z-index: 10;
  margin-bottom: 120px;
  text-align: center;
}
/* line 392, ../../../scss/pages/home.scss */
.services-wrapper .side-shadows {
  position: relative;
  padding: 35px 0 0;
  background-color: #fff;
}
/* line 397, ../../../scss/pages/home.scss */
.services-wrapper .side-shadows:before, .services-wrapper .side-shadows:after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 2px;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.08+0,0.25+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.25) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.25) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.25) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* line 410, ../../../scss/pages/home.scss */
.services-wrapper .side-shadows:before {
  left: -1px;
}
/* line 414, ../../../scss/pages/home.scss */
.services-wrapper .side-shadows:after {
  right: -1px;
}
/* line 420, ../../../scss/pages/home.scss */
.services-wrapper .section-title {
  margin-top: 0;
  margin-bottom: 25px;
}
/* line 425, ../../../scss/pages/home.scss */
.services-wrapper .section-desc {
  width: 52%;
  margin: 0 auto 45px;
  font-size: 16px;
  line-height: 1.5em;
  color: #7A7A7A;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  /* line 435, ../../../scss/pages/home.scss */
  .services-wrapper .service-block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 990px) {
  /* line 443, ../../../scss/pages/home.scss */
  .services-wrapper .title {
    height: 95px;
  }
  /* line 447, ../../../scss/pages/home.scss */
  .services-wrapper .desc {
    height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 989px) {
  /* line 455, ../../../scss/pages/home.scss */
  .services-wrapper .title {
    height: 70px;
  }
  /* line 459, ../../../scss/pages/home.scss */
  .services-wrapper .desc {
    height: 80px;
  }
}
@media screen and (max-width: 990px) {
  /* line 386, ../../../scss/pages/home.scss */
  .services-wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  /* line 386, ../../../scss/pages/home.scss */
  .services-wrapper {
    margin-bottom: 60px;
  }
  /* line 472, ../../../scss/pages/home.scss */
  .services-wrapper .section-desc {
    width: 90%;
    margin-bottom: 30px;
  }
  /* line 477, ../../../scss/pages/home.scss */
  .services-wrapper .section-title {
    font-size: 24px;
  }
  /* line 481, ../../../scss/pages/home.scss */
  .services-wrapper .service-block {
    padding-bottom: 30px;
  }
  /* line 484, ../../../scss/pages/home.scss */
  .services-wrapper .service-block .title,
  .services-wrapper .service-block .desc {
    height: auto;
  }
}

/* line 495, ../../../scss/pages/home.scss */
.blog-posts-wrapper {
  min-height: 675px;
  padding: 100px 0 80px;
}
/* line 499, ../../../scss/pages/home.scss */
.blog-posts-wrapper .section-title.btn-blog {
  padding-left: 81px;
  margin: 0 0 50px;
  height: 76px;
}
/* line 504, ../../../scss/pages/home.scss */
.blog-posts-wrapper .section-title.btn-blog, .blog-posts-wrapper .section-title.btn-blog .txt2 {
  line-height: 76px;
}
/* line 508, ../../../scss/pages/home.scss */
.blog-posts-wrapper .section-title.btn-blog, .blog-posts-wrapper .section-title.btn-blog .icon {
  cursor: default;
}
/* line 512, ../../../scss/pages/home.scss */
.blog-posts-wrapper .section-title.btn-blog .icon {
  width: 68px;
  height: 68px;
  text-indent: 0;
  background-color: #364249;
  border-radius: 50%;
}
/* line 519, ../../../scss/pages/home.scss */
.blog-posts-wrapper .section-title.btn-blog .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 29px;
  transform: translate3d(-50%, -50%, 0);
}
/* line 527, ../../../scss/pages/home.scss */
.blog-posts-wrapper .section-title.btn-blog:hover .icon {
  background-color: #1D76B8;
}
/* line 531, ../../../scss/pages/home.scss */
.blog-posts-wrapper .section-title.btn-blog .txt2 {
  font-size: 45px;
  color: #364249;
}
/* line 538, ../../../scss/pages/home.scss */
.blog-posts-wrapper .btn-blog-more {
  margin-top: 17px;
}
/* line 542, ../../../scss/pages/home.scss */
.blog-posts-wrapper .category-link {
  color: #4A5972;
  text-transform: uppercase;
  font-family: 'dinbold', sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 990px) {
  /* line 551, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .blog-posts-header {
    display: flex;
    height: 66px;
  }
  /* line 556, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .blog-categories {
    display: flex;
    align-items: center;
    margin-left: 34px;
    padding-left: 34px;
    padding-right: 30px;
    border-left: 2px solid #95BAF4;
  }
  /* line 567, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .category-link:not(:last-child) {
    margin-right: 45px;
  }
  /* line 573, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .btn-blog-more {
    margin-left: auto;
    margin-top: 17px;
  }
  /* line 578, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .category-link {
    position: relative;
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
  }
  /* line 584, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .category-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #95BAF4;
    transform: translate3d(-50%, 0, 0);
    transition: width 200ms;
    will-change: width;
  }
  /* line 596, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .category-link:hover {
    color: #95BAF4;
  }
  /* line 600, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .category-link:hover:after {
    width: 60px;
  }
  /* line 606, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .posts-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 989px) {
  /* line 614, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .section-title.btn-blog {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  /* line 618, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .section-title.btn-blog, .blog-posts-wrapper .section-title.btn-blog .txt2.txt2 {
    line-height: 60px;
  }
  /* line 625, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .blog-categories .category-link {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 630, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .blog-categories .category-link:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #065DC6;
  }
}
@media screen and (max-width: 768px) {
  /* line 495, ../../../scss/pages/home.scss */
  .blog-posts-wrapper {
    padding: 25px 0;
    height: auto;
    margin-bottom: 60px;
  }
  /* line 647, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .section-title.btn-blog {
    display: block;
    float: none;
    height: 60px;
    margin-bottom: 30px;
    padding-left: 65px;
  }
  /* line 654, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .section-title.btn-blog .icon {
    width: 56px;
    height: 56px;
  }
  /* line 659, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .section-title.btn-blog .txt1 {
    font-size: 24px;
  }
  /* line 663, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .section-title.btn-blog .txt2 {
    font-size: 38px;
    line-height: 1em;
  }
  /* line 670, ../../../scss/pages/home.scss */
  .blog-posts-wrapper .posts-list {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  /* line 495, ../../../scss/pages/home.scss */
  .blog-posts-wrapper {
    margin-bottom: 0;
  }
}

/* line 3, ../../../scss/layout/_post-block.scss */
.post-block .thumb-date-wrapper {
  position: relative;
  height: 233px;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 9, ../../../scss/layout/_post-block.scss */
.post-block .thumb-date-wrapper .entry-thumb {
  position: relative;
  z-index: 1;
}
/* line 14, ../../../scss/layout/_post-block.scss */
.post-block .thumb-date-wrapper .entry-thumb + .entry-date {
  position: absolute;
  bottom: 16px;
  left: 4%;
  z-index: 10;
}
/* line 21, ../../../scss/layout/_post-block.scss */
.post-block .entry-thumb {
  width: 100%;
  height: 100%;
}
/* line 25, ../../../scss/layout/_post-block.scss */
.post-block .entry-thumb img {
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: auto;
  -moz-transition: all, 325ms, ease-in-out;
  -o-transition: all, 325ms, ease-in-out;
  -webkit-transition: all, 325ms, ease-in-out;
  transition: all, 325ms, ease-in-out;
}
/* line 37, ../../../scss/layout/_post-block.scss */
.post-block .entry-thumb-link {
  display: block;
  height: 100%;
}
/* line 42, ../../../scss/layout/_post-block.scss */
.post-block .entry-link {
  color: #183665;
  text-decoration: none;
}
/* line 47, ../../../scss/layout/_post-block.scss */
.post-block .entry-data {
  width: 90%;
  margin: 0 auto;
}
/* line 52, ../../../scss/layout/_post-block.scss */
.post-block .entry-date {
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: 'dinbold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #1D76B8;
}
/* line 65, ../../../scss/layout/_post-block.scss */
.post-block .entry-title {
  height: 80px;
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 71, ../../../scss/layout/_post-block.scss */
.post-block .entry-excerpt {
  height: 92px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 14px;
  color: #7A7A7A;
  line-height: 1.7em;
}
/* line 79, ../../../scss/layout/_post-block.scss */
.post-block .entry-excerpt p {
  margin: 0;
}
/* line 85, ../../../scss/layout/_post-block.scss */
.post-block .video-over {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: rgba(73, 89, 114, 0.85);
  -moz-transition: background 225ms;
  -o-transition: background 225ms;
  -webkit-transition: background 225ms;
  transition: background 225ms;
}
/* line 95, ../../../scss/layout/_post-block.scss */
.post-block .video-over .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 36px 62px;
  border-color: transparent transparent transparent #00cbc8;
}
/* line 108, ../../../scss/layout/_post-block.scss */
.post-block:hover .video-over {
  background-color: #495972;
}
/* line 112, ../../../scss/layout/_post-block.scss */
.post-block:hover .entry-link {
  color: #1D76B8;
}
@media screen and (max-width: 990px) {
  /* line 682, ../../../scss/pages/home.scss */
  .post-block {
    padding-bottom: 40px;
    clear: both;
  }
  /* line 122, ../../../scss/layout/_post-block.scss */
  .post-block .thumb-date-wrapper {
    height: auto;
    overflow: visible;
  }
  /* line 128, ../../../scss/layout/_post-block.scss */
  .post-block .thumb-date-wrapper .entry-thumb img {
    position: static;
    left: auto;
    top: auto;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 139, ../../../scss/layout/_post-block.scss */
  .post-block .entry-data {
    width: 92%;
  }
  /* line 143, ../../../scss/layout/_post-block.scss */
  .post-block .entry-title {
    height: auto;
    margin-bottom: 5px;
  }
  /* line 148, ../../../scss/layout/_post-block.scss */
  .post-block .entry-excerpt {
    height: auto;
    margin-bottom: 10px;
  }
}

/* line 686, ../../../scss/pages/home.scss */
.banner-sec {
  padding-top: 85px;
  padding-bottom: 45px;
}
/* line 690, ../../../scss/pages/home.scss */
.banner-sec .col-banner {
  margin-bottom: 30px;
}
/* line 693, ../../../scss/pages/home.scss */
.banner-sec .col-banner .banner-image-wrapper {
  position: relative;
  z-index: 1;
  height: 350px;
  overflow: hidden;
}
/* line 699, ../../../scss/pages/home.scss */
.banner-sec .col-banner .banner-image-wrapper .banner-link {
  display: block;
  height: 100%;
}
/* line 704, ../../../scss/pages/home.scss */
.banner-sec .col-banner .banner-image-wrapper .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  -moz-transition: all 450ms;
  -o-transition: all 450ms;
  -webkit-transition: all 450ms;
  transition: all 450ms;
  width: 100%;
  height: auto;
}
/* line 714, ../../../scss/pages/home.scss */
.banner-sec .col-banner .title-wrapper {
  position: relative;
  z-index: 10;
  padding: 18px 24px;
  color: #fff;
}
/* line 720, ../../../scss/pages/home.scss */
.banner-sec .col-banner .title-wrapper .arrow {
  position: absolute;
  top: -30px;
  left: 31px;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26.5px 30px 26.5px;
  border-color: transparent transparent #ffffff transparent;
}
/* line 732, ../../../scss/pages/home.scss */
.banner-sec .col-banner .title {
  height: 75px;
  margin-bottom: 5px;
  padding-right: 5%;
  text-transform: uppercase;
  font-family: 'dinbold', sans-serif;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 0.025em;
}
/* line 743, ../../../scss/pages/home.scss */
.banner-sec .col-banner .text {
  margin-bottom: 10px;
  height: 75px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 990px) {
  /* line 758, ../../../scss/pages/home.scss */
  .banner-sec .col-banner .banner-image-wrapper {
    height: auto;
    overflow: visible;
  }
  /* line 762, ../../../scss/pages/home.scss */
  .banner-sec .col-banner .banner-image-wrapper .img {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    height: auto;
    width: 100%;
  }
  /* line 776, ../../../scss/pages/home.scss */
  .banner-sec .col-banner .title-wrapper .title {
    margin-bottom: 20px;
    height: auto;
    font-size: 24px;
  }
  /* line 782, ../../../scss/pages/home.scss */
  .banner-sec .col-banner .title-wrapper .text {
    margin-bottom: 30px;
    height: auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  /* line 686, ../../../scss/pages/home.scss */
  .banner-sec {
    padding-top: 55px;
  }
}
@media screen and (max-width: 640px) {
  /* line 802, ../../../scss/pages/home.scss */
  .banner-sec .col-banner .title-wrapper {
    padding: 12px;
  }
  /* line 805, ../../../scss/pages/home.scss */
  .banner-sec .col-banner .title-wrapper .title {
    font-size: 20px;
  }
}

/* line 817, ../../../scss/pages/home.scss */
.home-section {
  overflow: hidden;
}
/* line 820, ../../../scss/pages/home.scss */
.home-section .home-section-infos {
  text-align: center;
}
/* line 824, ../../../scss/pages/home.scss */
.home-section .title {
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.1em;
  font-family: 'dinbold', sans-serif;
}
/* line 832, ../../../scss/pages/home.scss */
.home-section .icon {
  transform: scale(0.6);
}
/* line 836, ../../../scss/pages/home.scss */
.home-section.home-section-institucional .title {
  color: #065DC6;
  font-size: 24px;
  font-family: 'dinbold', sans-serif;
}
/* line 845, ../../../scss/pages/home.scss */
.home-section.home-section-institucional .home-section-menu, .home-section.home-section-institucional .home-section-menu:before, .home-section.home-section-institucional .section-link, .home-section.home-section-institucional .section-link:before {
  background-color: #1c3765;
}
/* line 851, ../../../scss/pages/home.scss */
.home-section.home-section-auditoria .title, .home-section.home-section-auditoria .section-link {
  color: #065DC6;
}
/* line 858, ../../../scss/pages/home.scss */
.home-section.home-section-auditoria .home-section-menu, .home-section.home-section-auditoria .home-section-menu:before {
  background-color: #065DC6;
}
/* line 866, ../../../scss/pages/home.scss */
.home-section.home-section-ventures .home-section-menu, .home-section.home-section-ventures .home-section-menu:before {
  background-color: #4b5fb3;
}
/* line 873, ../../../scss/pages/home.scss */
.home-section.home-section-ventures .title, .home-section.home-section-ventures .section-link {
  color: #4b5fb3;
}
/* line 878, ../../../scss/pages/home.scss */
.home-section.home-section-auditoria-digital .title, .home-section.home-section-auditoria-digital .section-link {
  color: #065DC6;
}
/* line 885, ../../../scss/pages/home.scss */
.home-section.home-section-auditoria-digital .home-section-menu, .home-section.home-section-auditoria-digital .home-section-menu:before {
  background-color: #065DC6;
}
/* line 890, ../../../scss/pages/home.scss */
.home-section.home-section-auditoria-digital .home-section-menu .menu-item a:after {
  background-color: #95BAF4;
}
/* line 896, ../../../scss/pages/home.scss */
.home-section.home-section-consultoria .title, .home-section.home-section-consultoria .section-link {
  color: #065DC6;
}
/* line 903, ../../../scss/pages/home.scss */
.home-section.home-section-consultoria .home-section-menu, .home-section.home-section-consultoria .home-section-menu:before {
  background-color: #95BAF4;
}
/* line 909, ../../../scss/pages/home.scss */
.home-section.home-section-educacao .title, .home-section.home-section-educacao .section-link, .home-section.home-section-educacao .editor-content a {
  color: #4b5972;
}
/* line 917, ../../../scss/pages/home.scss */
.home-section.home-section-educacao .home-section-menu, .home-section.home-section-educacao .home-section-menu:before {
  background-color: #4b5972;
}
/* line 923, ../../../scss/pages/home.scss */
.home-section .home-section-menu {
  text-transform: uppercase;
}
/* line 926, ../../../scss/pages/home.scss */
.home-section .home-section-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 932, ../../../scss/pages/home.scss */
.home-section .home-section-menu .menu-item {
  font-family: 'dinbold', sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.15em;
}
/* line 938, ../../../scss/pages/home.scss */
.home-section .home-section-menu .menu-item a {
  color: #fff;
}
/* line 941, ../../../scss/pages/home.scss */
.home-section .home-section-menu .menu-item a:hover {
  color: #065DC6;
}
/* line 945, ../../../scss/pages/home.scss */
.home-section .home-section-menu .menu-item a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 40px;
  height: 1px;
  transform: translate3d(-50%, 0, 0);
  background-color: #065DC6;
  transition: width 200ms;
  will-change: width;
}
/* line 957, ../../../scss/pages/home.scss */
.home-section .home-section-menu .menu-item a:hover:after {
  width: 60px;
}
/* line 965, ../../../scss/pages/home.scss */
.home-section .editor-content {
  width: 90%;
  max-width: 415px;
  margin: 0 auto;
}
/* line 970, ../../../scss/pages/home.scss */
.home-section .editor-content, .home-section .editor-content p {
  font-size: 15px;
  color: #7B7B7B;
  line-height: 1.6em;
  letter-spacing: 0.025em;
}
/* line 977, ../../../scss/pages/home.scss */
.home-section .editor-content p:not(:last-of-type):not(:only-of-type) {
  margin-bottom: 20px;
}
/* line 981, ../../../scss/pages/home.scss */
.home-section .editor-content a {
  font-weight: bold;
}
/* line 987, ../../../scss/pages/home.scss */
.home-section .section-link {
  display: block;
  margin-bottom: 30px;
}
/* line 992, ../../../scss/pages/home.scss */
.home-section.home-section-institucional .form-wrapper {
  margin-top: 0;
}
/* line 996, ../../../scss/pages/home.scss */
.home-section.home-section-institucional .form-title {
  font-size: 17px;
  color: #065DC6;
}
/* line 1001, ../../../scss/pages/home.scss */
.home-section.home-section-institucional .text {
  margin-top: 20px;
}
@media screen and (min-width: 990px) {
  /* line 817, ../../../scss/pages/home.scss */
  .home-section {
    padding-top: 100px;
  }
  /* line 1008, ../../../scss/pages/home.scss */
  .home-section .break-line {
    display: block;
  }
  /* line 1012, ../../../scss/pages/home.scss */
  .home-section .home-section-infos {
    display: flex;
  }
  /* line 1016, ../../../scss/pages/home.scss */
  .home-section .infos {
    flex: 0 0 44%;
    padding: 0 30px;
    align-self: center;
  }
  /* line 1022, ../../../scss/pages/home.scss */
  .home-section:not(.home-section-institucional) .image-wrapper {
    flex: 0 0 56%;
    text-align: right;
    overflow: hidden;
  }
  /* line 1028, ../../../scss/pages/home.scss */
  .home-section .image {
    display: block;
    height: auto;
    width: calc(100% + 6vw);
  }
  /* line 1034, ../../../scss/pages/home.scss */
  .home-section .title {
    font-size: 34px;
  }
  /* line 1041, ../../../scss/pages/home.scss */
  .home-section.home-section-auditoria .home-section-menu:after, .home-section.home-section-auditoria-digital .home-section-menu:after {
    width: 705px;
    background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/home-auditoria-bricks.svg?1745503235');
  }
  /* line 1050, ../../../scss/pages/home.scss */
  .home-section.home-section-consultoria .home-section-menu:after {
    width: 358px;
    background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/2023/home-consultoria-bricks.svg?1745503235');
  }
  /* line 1055, ../../../scss/pages/home.scss */
  .home-section.home-section-consultoria .home-section-menu .section-menu-navigation {
    padding-left: 160px;
  }
  /* line 1059, ../../../scss/pages/home.scss */
  .home-section.home-section-consultoria .home-section-menu > .container .menu-item {
    width: 32%;
  }
  /* line 1065, ../../../scss/pages/home.scss */
  .home-section .home-section-menu {
    position: relative;
    min-height: 110px;
    padding: 18px 0;
    text-align: center;
  }
  /* line 1071, ../../../scss/pages/home.scss */
  .home-section .home-section-menu:before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 300vw;
    height: 100%;
  }
  /* line 1081, ../../../scss/pages/home.scss */
  .home-section .home-section-menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: block;
    width: 175px;
    height: 110px;
    background-image: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/home/simbolo.svg?1745503235');
    background-size: 100% auto;
  }
  /* line 1094, ../../../scss/pages/home.scss */
  .home-section .home-section-menu > .container {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 15px 0 0;
  }
  /* line 1100, ../../../scss/pages/home.scss */
  .home-section .home-section-menu > .container .section-menu {
    display: flex;
    align-items: center;
  }
  /* line 1105, ../../../scss/pages/home.scss */
  .home-section .home-section-menu > .container .menu-item {
    width: 20%;
    padding: 0 20px;
    font-size: 16px;
  }
  /* line 1115, ../../../scss/pages/home.scss */
  .home-section .menu-item {
    position: relative;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 1125, ../../../scss/pages/home.scss */
  .home-section.home-section-left .home-section-menu {
    padding-left: 220px;
  }
  /* line 1128, ../../../scss/pages/home.scss */
  .home-section.home-section-left .home-section-menu:before {
    right: 0;
  }
  /* line 1132, ../../../scss/pages/home.scss */
  .home-section.home-section-left .home-section-menu:after {
    left: 0;
  }
  /* line 1142, ../../../scss/pages/home.scss */
  .home-section.home-section-auditoria-digital .home-section-menu .menu-item a:hover {
    color: #95BAF4;
  }
  /* line 1152, ../../../scss/pages/home.scss */
  .home-section.home-section-right .home-section-infos .infos {
    order: 2;
  }
  /* line 1156, ../../../scss/pages/home.scss */
  .home-section.home-section-right .home-section-infos .image-wrapper {
    order: 1;
  }
  /* line 1160, ../../../scss/pages/home.scss */
  .home-section.home-section-right .home-section-infos .image {
    position: relative;
    left: 0;
  }
  /* line 1167, ../../../scss/pages/home.scss */
  .home-section.home-section-right .home-section-menu {
    padding-right: 220px;
  }
  /* line 1170, ../../../scss/pages/home.scss */
  .home-section.home-section-right .home-section-menu:before {
    left: 0;
  }
  /* line 1177, ../../../scss/pages/home.scss */
  .home-section.home-section-institucional .infos {
    flex: 0 0 calc(100% - 300px);
    align-self: flex-start;
    padding: 0 90px 0 0;
  }
  /* line 1183, ../../../scss/pages/home.scss */
  .home-section.home-section-institucional .infos, .home-section.home-section-institucional .image-wrapper, .home-section.home-section-institucional .form {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  /* line 1191, ../../../scss/pages/home.scss */
  .home-section.home-section-institucional .image-wrapper .image {
    width: 100%;
  }
  /* line 1195, ../../../scss/pages/home.scss */
  .home-section.home-section-institucional .form {
    flex: 0 0 360px;
    padding: 0 30px;
  }
  /* line 1200, ../../../scss/pages/home.scss */
  .home-section.home-section-institucional .form-title {
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  /* line 1209, ../../../scss/pages/home.scss */
  .home-section .image-wrapper {
    overflow: visible;
  }
  /* line 1213, ../../../scss/pages/home.scss */
  .home-section .image {
    height: auto;
    width: calc(100% + 6vw);
  }
  /* line 1220, ../../../scss/pages/home.scss */
  .home-section .home-section-menu:before {
    width: calc(300vw + 6vw);
  }
  /* line 1230, ../../../scss/pages/home.scss */
  .home-section.home-section-left .home-section-menu:before {
    right: -6vw;
  }
  /* line 1241, ../../../scss/pages/home.scss */
  .home-section.home-section-right .home-section-infos .image {
    left: -6vw;
  }
  /* line 1249, ../../../scss/pages/home.scss */
  .home-section.home-section-right .home-section-menu:before {
    left: -6vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 990px) {
  /* line 1261, ../../../scss/pages/home.scss */
  .home-section:not(.home-section-right) .home-section-menu.home-section-menu {
    padding-left: 0;
  }
  /* line 1264, ../../../scss/pages/home.scss */
  .home-section:not(.home-section-right) .home-section-menu.home-section-menu:after {
    left: -140px;
    opacity: .35;
  }
  /* line 1271, ../../../scss/pages/home.scss */
  .home-section.home-section-right .home-section-menu.home-section-menu {
    padding-left: 0;
  }
  /* line 1274, ../../../scss/pages/home.scss */
  .home-section.home-section-right .home-section-menu.home-section-menu:after {
    right: -140px;
    opacity: .35;
  }
  /* line 1281, ../../../scss/pages/home.scss */
  .home-section .infos {
    padding: 0 15px;
  }
  /* line 1285, ../../../scss/pages/home.scss */
  .home-section .icon {
    transform: none;
    max-width: 60px;
    height: auto;
    margin-bottom: 15px;
  }
  /* line 1292, ../../../scss/pages/home.scss */
  .home-section .title {
    font-size: 26px;
  }
  /* line 1298, ../../../scss/pages/home.scss */
  .home-section .editor-content, .home-section .editor-content p {
    font-size: 13px;
    line-height: 1.4em;
  }
  /* line 1303, ../../../scss/pages/home.scss */
  .home-section .editor-content p:not(:last-of-type):not(:only-of-type) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 989px) {
  /* line 817, ../../../scss/pages/home.scss */
  .home-section {
    padding-top: 60px;
  }
  /* line 1317, ../../../scss/pages/home.scss */
  .home-section .container {
    width: 100%;
  }
  /* line 1321, ../../../scss/pages/home.scss */
  .home-section .title {
    font-size: 32px;
  }
  /* line 1327, ../../../scss/pages/home.scss */
  .home-section .image-wrapper .image {
    max-width: 100%;
    height: auto;
  }
  /* line 1334, ../../../scss/pages/home.scss */
  .home-section .menu-item {
    text-align: center;
    font-size: 18px;
  }
  /* line 1338, ../../../scss/pages/home.scss */
  .home-section .menu-item:not(:last-child) {
    border-bottom: 1px solid #065DC6;
  }
  /* line 1342, ../../../scss/pages/home.scss */
  .home-section .menu-item a {
    display: block;
    padding: 15px 0;
  }
  /* line 1349, ../../../scss/pages/home.scss */
  .home-section.home-section-institucional .form {
    padding-top: 20px;
  }
  /* line 1353, ../../../scss/pages/home.scss */
  .home-section.home-section-institucional .form-title {
    text-align: center;
  }
  /* line 1361, ../../../scss/pages/home.scss */
  .home-section.home-section-auditoria-digital .menu-item:not(:last-child) {
    border-bottom: 1px solid #95BAF4;
  }
}

/* line 1373, ../../../scss/pages/home.scss */
.home .box-newsletter.box-newsletter {
  margin-top: 0;
}
