.carousel-content-block {
    display: none;
}

@media (max-width: 767px) {
    .carousel .carousel-indicators {
        top: unset !important;
    }
}

#modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
}
#modal:before {
    opacity: 0.9;
    z-index: 9999;
    position: absolute;
    content: '';
    background-color: #000000;
    width: 100%;
    height: 100%;
}
#modal .modal-box {
    transform: translate(-50%, -50%);
    left: 50%;
    min-height: 300px;
    position: absolute;
    z-index: 9999;
    background: #FFF;
    width: 100%;
    max-width: 600px;
    top: 50%;
}
#modal .modal-box button.close {
    position: absolute;
    color: #ffffff;
    top: 0px;
    right: -30px;
    font-size: 30px;
    opacity: 1;
}
#modal .modal-box .contact {
    text-align: center;
    padding: 0;
}

    /* [Object] Modal
 * =============================== */
 .modal-novo {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0, .9);
    transition: opacity .25s ease;
    display: block!important;
    z-index: 99999999999;
  }

  .modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 999999;
  }

  .modal-state {
    display: none;
  }

  .modal-state:checked + .modal-novo {
    opacity: 1;
    visibility: visible;
  }

  .modal-state:checked + .modal-novo .modal__inner {
    top: 0;
  }

  .modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 600px;
    margin: auto;
    overflow: auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
    height: 400px;
  }

  .modal__close {
      color: #ffffff;
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
    font-weight: 700;
  }

  .modal__close:after,
  .modal__close:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 1.5em;
    background: #000;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
  }

  .modal__close:hover:after,
  .modal__close:hover:before {
    background: #aaa;
  }

  .modal__close:before {
    transform: rotate(-45deg);
  }

  @media screen and (max-width: 768px) {

    .modal__inner img {
      width: 100%;
    }
    .modal__inner {
        width: 90%;
        overflow: hidden;
      }
      .modal__close {
        right: 8px;
        top: 5px;

    }
  }



.home-homologacao2 .container-fluid.middle-content .columnControl.section{
    margin: 2vh 10vw;
}
.home-homologacao2 .container-fluid.middle-content .sectionContainer.section {
    margin: 5vh 10vw;
}
.home-homologacao2 .container-fluid.middle-content p {
    align-items: center;
    color: #424647;
    display: flex;
    font-size: 16px!important;
    justify-content: center;
    letter-spacing: 4px;
    line-height: 24px;
    margin: 10vh 0;
    opacity: 1;
    padding: 0 15vw;
    text-align: center;
    text-transform: uppercase;
}
.home-homologacao2 .container-fluid.middle-content p:before {
  background-color: var(--gray);
  content: "";
  height: 2px;
  left: 2%;
  margin-right: 25px;
  position: absolute;
  width: 25vw;
}
.home-homologacao2 .container-fluid.middle-content p:after {
  background-color: var(--gray);
  content: "";
  height: 2px;
  margin-left: 25px;
  position: absolute;
  right: 2%;
  width: 25vw;
}