  .navbar-brand img {
      width: 150px;
      height: auto;
  }
  
  .navbar-nav .nav-item .nav-link {
      font-weight: 700;
      position: relative;
  }
  
  /* .navbar-nav .nav-item .nav-link:before {
      content: "";
      position: absolute;
      width: 50%;
      height: 3px;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      background-color: #e83737;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
  }
  
  .navbar-nav .nav-item .nav-link.active:before,
  .navbar-nav .nav-item .nav-link:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  } */
  
  .nav-link.btn.btn-dark {
      background: #17181c;
      color: #fff;
      padding: 12px 24px 12px 24px;
  }
  
  #menuMobile .btn-test-free a.btn-dark {
      background-color: #fff;
      color: #000;
  }
  
  #mainNav.navbar-shrink {
      box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
      background-color: #fff;
  }
  
  #mainNav.navbar-shrink .nav-item .nav-link {
      color: #000 !important;
  }
  #mainNav.navbar-shrink .nav-item .nav-link.btn.btn-dark {
      color: #fff !important;
  }
  
  #header {
      position: relative;
      height: 100px;
  }
  
  .bg-red {
      position: absolute;
      right: 0;
      top: 0;
  }
  
  .bg-red img {
      width: 1089px;
      height: auto;
  }
  
  #home {
      position: relative;
      height: auto;
      margin-bottom: 120px;
  }
  
  #home .text {
      width: 100%;
  }
  
  #home h2 {
      font-weight: 700;
      font-size: 3rem;
      line-height: 57px;
      color: #000;
      max-width: 558px;
      min-width: 558px;
  }
  #home .subtitle {
      max-width: 558px;
      min-width: 558px;
      font-weight: 400;
      font-size: 20px;
      line-height: 27px;
      color: #696969;
  }
  
  #home .home-img {
      width: 100%;
  }
  
  #home .banner {
      margin-top: -35px;
      position: relative;
      z-index: 0;
  }
  
  #home .info .box-demo-menu .btn-menu-demo {
      font-size: 18px;
      color: #ffffff;
      text-align: center;
      line-height: 1.2em;
      background-color: #e83737;
      padding: 0.9em 2em;
      border-radius: 15px;
      font-weight: 600;
  }
  
  #home .info .box-demo-menu {
      border: 2px solid #e83737;
      width: 100%;
      border-radius: 20px;
      display: inline-flex;
      align-items: center;
  }
  
  #home .info .box-demo-menu select {
      border: 0;
      background: none;
      margin: 0 10px 0 20px;
      color: #696969;
      -moz-appearance: none; 
      outline:none;
      -webkit-appearance: none; 
      width: 100%;
      font-size: 16px;
      font-weight: 600;
  }
  
  #home .banner img {
      width: 102%;
      margin-left: -14px;
  }
  
  #home .left {
      position: absolute;
      top: 273px;
      left: 0;
      z-index: -1;
  }
  
  #home .left img {
      width: 75%;
  }
  
  /* MENU */
  
  #menuMobile {
      width: 100% !important;
      border: 0;
  }
  
  #menuMobile .offcanvas-body {
      padding: 0;
  }
  
  #menuMobile .logo {
      width: 150px;
  }
  #menuMobile .offcanvas-header {
      position: relative;
      padding-top: 27px;
  }
  
  #menuMobile .bg-red-mobile {
      position: absolute;
      top: 0;
      right: 0;
      width: 300px;
  }
  
  #menuMobile .navbar-nav {
      padding: 16px;
  }
  
  #menuMobile .navbar-nav .nav-item .nav-link {
      font-weight: 400;
      font-size: 20px;
  }
  
  #menuMobile .btn-close {
      filter: brightness(0) invert(1);
      opacity: 1;
      margin-right: 8px;
  }
  
  #menuMobile .btn-test-free {
      padding: 0 32px;
  }
  
  #menuMobile .btn-test-free a {
      background-color: #e83737;
      border-radius: 4.73641px;
      width: 100%;
      color: #fff;
      font-size: 16px;
      padding: 17px 0px;
  }
  
  #menuMobile .socialmedia {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 4px;
  }
  
  #menuMobile .socialmedia img {
      width: 15px;
      height: auto;
  }
  
  #menuMobile .footer {
      border-top: 1px solid #e8e8e8;
      color: #696969;
      font-size: 14px;
      padding: 16px;
  }
  
  #menuMobile .left-2 {
      position: absolute;
      left: 0;
      width: 100px;
      top: 46%;
  }
  
  #mainNav .navbar-toggler.navbar-toggler-right {
      color: #fff;
      border: 0;
      font-size: 29px;
  }
  
  #mainNav .blog-toggler.navbar-toggler-right {
      color: #17181c !important;
  }
  
  #mainNav.navbar-shrink .navbar-toggler.navbar-toggler-right {
      color: #000;
  }
  
  /* ABOUT */
  
  #about {
      margin-bottom: 80px;
      position: relative;
      padding-top: 110px;
  }
  
  #about .text {
      text-align: justify;
      max-width: 528px;
      width: 100%;
  }
  
  #about .text p {
      color: #696969;
      font-size: 20px;
      line-height: 27px;
      font-weight: 400;
  }
  
  #about .ilustration {
      width: 106%;
      margin-top: -59px;
  }
  
  #about .list {
      color: #696969;
      font-weight: 700;
      font-size: 20px;
  }
  
  #about .list i {
      font-size: 26px;
      color: #000;
  }
  
  /* CONTACT */
  #contact {
      padding-top: 66px;
  }
  
  #contact h2 {
      font-size: 48px;
  }
  
  #contact p {
      font-size: 20px;
      color: #696969;
  }
  
  #contact form {
      margin-top: 75px;
  }
  
  #contact .input {
      width: 100%;
      background: #efefef;
      color: #696969;
      padding: 12px 16px;
      border: 1px solid #efefef;
      border-radius: 8px;
      font-size: 20px;
  }
  
  #contact .input textarea,
  #contact .input input {
      background-color: transparent;
      border: 0;
      width: 100%;
  }
  
  #contact .input textarea:focus,
  #contact .input input:focus {
      outline: none;
  }
  
  #contact .btn-submit {
      background: #e83737;
      width: 100%;
      color: #fff;
      border-radius: 8px;
      padding: 14px;
  }
  
  #contact .ilustration {
      width: 100%;
      margin-left: 16px;
  }
  
  #contact .form {
      max-width: 569px;
  }
  
  #contact .banner {
      margin-top: -50px;
      position: relative;
      z-index: 0;
  }
  
  #contact .banner img {
      width: 102%;
      margin-left: -14px;
  }
  
  /* BLOG ALL POST */
  
  img.rounded-10 {
      border-radius: 10px !important;
  }
  
  .text-summary article ul.post-meta li {
      font-size: 14px;
      line-height: 100%;
      color: #fff !important;
      font-weight: 700 !important;
      vertical-align: middle;
      margin-top: 15px;
  }
  
  section.banner-new-post,
  #blog-all-post,
  #view-blog-post {
      padding-top: 100px;
  }
  
  /* #all-posts.post-list,
  #banner {
      padding-top: 50px;
  } */
  
  
  #all-posts.post-page-list {
      padding-top: 10px;
  }
  
  #blog-new-post p,
  #blog-all-post p {
      font-size: 14px;
      color: #696969;
  }
  
  #view-blog-post h2,
  #blog-new-post h2,
  #blog-all-post h2 {
      font-size: 36px;
      word-wrap: break-word !important;
  }
  #blog-new-post h3,
  #blog-all-post h3 {
      font-size: 20px;
  }
  
  #blog-new-post .left,
  #blog-all-post .left {
      position: absolute;
      top: 273px;
      left: 0;
      z-index: -1;
  }
  
  #blog-new-post .left img,
  #blog-all-post .left img {
      width: 75%;
  }
  
  #blog-new-post .input,
  #blog-all-post .input {
      width: 100%;
      background: #efefef;
      color: #696969;
      padding: 12px 16px;
      border: 1px solid #efefef;
      border-radius: 8px;
      font-size: 20px;
  }
  
  #blog-new-post .input textarea,
  #blog-new-post .input input,
  #blog-all-post .input textarea,
  #blog-all-post .input input {
      background-color: transparent;
      border: 0;
      width: 100%;
  }
  
  #blog-new-post .input textarea:focus,
  #blog-new-post .input input:focus,
  #blog-all-post .input textarea:focus,
  #blog-all-post .input input:focus {
      outline: none;
  }
  
  /* functionalities */
  
  #functionalities {
      background: #fcfcfc;
      padding: 100px 0;
  }
  
  #functionalities p {
      font-size: 20px;
      color: #696969;
      max-width: 650px;
      width: 100%;
  }
  
  #functionalities .item {
      padding: 8px 16px;
      display: flex;
      align-items: start;
  }
  
  #functionalities .item span {
      min-width: 78px;
      height: 78px;
      background: #ffdede;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 24px;
      color: #e83737;
      font-size: 36px;
  }
  
  #functionalities .ilustration {
      width: 100%;
  }
  