body {
  font-family: "Roboto", Sans-serif;
}

.container {
  max-width: 1140px;

  margin: auto;
}

header {
  background-color: #000;

  padding: 10px 0;

  position: relative;
}

header .col-5,
header .col-4,
header .col-3 {
  justify-content: center;

  display: flex;

  align-items: center;
}

.header__logo img {
  width: 100%;

  height: 100%;

  display: flex;

  flex-direction: row;
}

.menu {
  display: flex;

  flex-direction: row;
}

.menu__nav {
  display: flex;

  flex-direction: row;
}

.menu__nav li a {
  font-weight: 600;

  color: #fff;
}

.menu__nav li {
  padding: 0 35px;
}

.menu__nav ul {
  padding: 0;

  margin: 0;

  display: flex;

  align-items: center;

  list-style: none;
}

header .orcamento {
  display: flex;

  justify-content: center;

  align-items: center;
}

header .orcamento a {
  background-color: #1da91d;

  color: #fff;

  border-radius: 5px;

  padding: 30px 30px;

  font-weight: 600;
}

header .orcamento a:hover {
  background-color: #08c10b;
}

.content-main .container-fluid {
  padding: 0;
}

.content-main__banner-main img {
  width: 100%;

  height: 100%;
}

.bg-container {
  width: 100%;

  background-image: linear-gradient(180deg, #00719e 0%, #001930 100%);

  align-items: center;

  justify-content: center;

  margin: 0px 0 30px;

  position: relative;

  padding: 30px 0;
}

.bg-overlay {
  background: url("../imagens/pattern-fundo.png") repeat;

  opacity: 0.03;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  position: absolute;

  background-position: bottom;

  background-size: contain;
}

.bg-container .container {
  display: flex;
}

.bg-container .col-12,
.bg-container .col-md-6 {
  align-items: center;

  display: flex;

  text-align: center;
}

.bg-container__sobre {
  color: #fff;

  font-size: 30px;

  font-weight: 400;

  line-height: 35px;
}

.banner-rodape {
  position: relative;
}

.banner-rodape__button {
  position: absolute;

  transform: translate(-50%, -50%);

  left: 50%;

  top: 60%;

  width: 100%;

  text-align: end;

  padding-right: 120px;
}

.banner-rodape__suporte a {
  background-color: #1da91d;

  color: #fff;

  border-radius: 5px;

  font-family: "Roboto";

  font-weight: 600;

  padding: 20px 50px;

  font-size: 20px;
}

.banner-rodape__suporte a:hover {
  background-color: #08c10b;
}

.banner-rodape__text {
  position: absolute;

  color: #666666;

  font-size: 28px;

  font-weight: 600;

  transform: translate(-50%, -50%);

  left: 50%;

  top: 35%;

  width: 100%;

  text-align: right;

  padding-right: 40px;
}

.banner-rodape img {
  width: 100%;

  height: 100%;
}

.footer-contato {
  background-color: #333333;

  color: #fff;

  padding: 15px 0;
}

.footer-contato .col-12,
.footer-contato .col-md-4 {
  display: flex;

  justify-content: center;

  align-items: center;
}

.footer-contato__box {
  line-height: 27px;
}

.footer-contato i {
  font-size: 42px;

  padding-right: 10px;
}

.footer-contato .title {
  font-weight: 600;

  font-size: 20px;
}

.footer-contato .subtitle {
  font-weight: 400;

  font-size: 20px;

  color: #fff;
}

.footer-contato .subtitle:hover {
  color: #ccc;
}

.footer-associacao {
  margin: 30px 0;
}

.footer-associacao__box {
  width: 260px;
}

.footer-associacao__border {
  border: 1px solid #ccc;
  padding: 15px;
}

.footer-associacao .col-12,
.footer-associacao .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  background-color: #000;

  display: flex;

  justify-content: center;

  padding: 30px;
}

.footer span {
  color: #fff;

  font-size: 18px;
}

.page-title {
  margin: 40px 0;
}

.page-title h1 {
  color: #000000;

  font-size: 36px;

  font-weight: 600;
}

.info h2 {
  font-size: 24px;

  margin-bottom: 20px;

  color: #666;
}

.info .list-item {
  list-style: none;

  padding: 0;
}

.info .list-item li {
  font-size: 16px;

  color: #666;

  margin-bottom: 10px;
}

.info .list-item li i {
  color: #6ec1e4;

  font-size: 24px;

  margin-right: 10px;

  width: 20px;
}

.info .list-item li a {
  color: #666;
}

.info .list-item li a:hover {
  color: #a2a2a2;
}

.contato-form .btn-enviar {
  background-color: #13aff0;

  font-size: 18px;

  font-weight: 600;

  width: 100%;

  padding: 10px;

  text-transform: uppercase;

  border: 0;

  color: #fff;

  letter-spacing: 0.1em;

  transition: all 0.3s ease;
}

.contato-form label {
  width: 100%;

  color: #666;
}

.contato-form textarea {
  width: 100%;

  border: 1px solid #ccc;

  padding: 7px;
}

.contato-form input {
  width: 100%;

  border: 1px solid #ccc;

  padding: 7px;
}

.contato-form .btn-enviar:hover {
  background-color: #0b7cac;
}

.mapa {
  margin: 80px 0 50px;
}

.mapa iframe {
  width: 100%;

  height: 450px;
}

.mapa h2 {
  color: #000000;

  font-size: 36px;

  font-weight: 600;

  text-align: center;
}

.gallery {
  margin-bottom: 50px;
}

.gallery .group-img {
  margin-bottom: 30px;
}

.gallery .page-subtitle {
  color: #000000;

  font-size: 24px;

  font-weight: 600;

  border-bottom: 2px solid #000;

  margin-bottom: 20px;
}

.gallery .img-itens {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 102%;
}

.gallery .img-itens img {
  width: 262px;

  height: 262px;

  object-fit: cover;

  object-position: center;
}

.gallery .img-itens a {
  padding: 0 20px 20px 0;
}

.gallery .img-itens a:last-child {
  padding: 0 0px 20px 0;
}

.comments h2 {
  font-weight: 600;

  font-size: 24px;
}

.comments .list-comments {
  margin-top: 30px;

  margin-bottom: 30px;
}

.comments .list-comments article {
  display: flex;

  margin: 20px 0;

  border-bottom: 1px solid #ccc;

  padding: 20px 0;

  color: #444;
}

.comments .list-comments .comment-content {
  width: 100%;
}

.comments .list-comments .comment-date {
  font-weight: 600;

  float: right;

  font-size: 14px;
}

.comments .list-comments .comment-author {
  font-size: 18px;

  font-weight: 600;
}

.comments .list-comments .avatar {
  width: 80px;

  height: 80px;

  object-fit: cover;

  object-position: center;

  border-radius: 50%;

  margin-right: 30px;
}

.obrigado .page-title h1 {
  color: #1abf16;

  font-size: 36px;

  font-weight: 600;

  text-transform: uppercase;

  text-align: center;
}

.obrigado .msg,
.page-error .msg {
  margin: 20px 0 60px;
}

.obrigado .text-center p {
  font-size: 29px;

  font-weight: 600;
}

.obrigado .text-center p:last-child {
  font-size: 19px;

  font-weight: 600;
}

.page-error .page-title h1 {
  color: #ff0000;

  font-size: 36px;

  font-weight: 600;

  text-transform: uppercase;

  text-align: center;
}

.page-error .text-center p {
  font-size: 22px;

  font-weight: 600;
}

/* --------------- WHATSAPP CSS --------------- */

.whatsapp-fix {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 15px;
  background: #2db842;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-fix a {
  line-height: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.whatsapp-fix .fa-whatsapp {
  font-size: 30px;
  color: #fff;
  position: relative;
}

@keyframes pulse {
  0% {
    /*transform: scale(.9);*/
  }

  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 30px rgba(69, 152, 27, 0);
  }

  100% {
    /*transform: scale(.9);*/
    box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
  }
}

.whatsapp-fix.pulse-anime {
  box-shadow: 0px 0px 5px 5px rgba(69, 152, 27, 0.5);

  border-radius: 50px;

  animation: pulse 1.5s infinite;
}

.whatsapp-invite-message {
  width: 285px;
  padding: 10px;
  position: absolute;
  right: 0px; /* default: 60px */
  bottom: 125%; /* default: remover */
  background: #fff;
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.whatsapp-invite-message::after {
  content: '';

  /* Form */
  width: 16px;
  height: 32px;

  /* Position */
  position: absolute;
  top: calc(100% + 8px); /* default: 50% */
  right: 16px; /* default: -16px% */
  margin-top: -16px;

  /* Looks */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAMvSURBVHic7ZpPi9NAGMafbKtbd6vrrn8KXqTYo5dlv4D3epBC8SuIJ2/2c4i3eigFpVfBuyctpVePS0vBq4UeSui/vB6aMZPZzGTiip1J5wcvmSaTJc+T951MZgM4HA6HY3/xwpBB/+tCdkWaASK5MySrATy5MOM6BjCsNsIDcKDRT0eklUZ4AAqSYzJBaUKtMoI3gC+FJBHiPpVQa0woInkMSBsXiOuTJFZ1zCg8ADc0+lHGtuxc4+AzQLzrsjLwhDbr50nOke03AmaArAxEcWxLCeeIhlhBEfHHoFi7aXeVFy1uk/obhywDxDRnbVVZWGnCge/775vN5iG2mSALZpL4mzdPtjUbIqLVavW90+k8AXDCxZ0wbodRBnAM4AjALQAlAIcAbmL7JCmGUQgjySjzTKGQzWbzs9/vPwNwGsbdMJgZzAhdE1TZYgweEf2pSyKaj0aj17Va7QvXhyQRKI4Rdy6/heT37qCrBNPp9F2lUnkI4D6AewDOEGUFy4Yy1JlgRxYkGEBERPP5/HOj0XgM4AEiI0QT+HJQlYJ9BhARLZfLH+12+wJ6JtiZBSoDwsHx12AweAGAlQQrhxNcLYUkA8zOgjQDiIiCIFiMx+M3iDLhDOossKcMdAxgzGaz7vn5+SNEpSBmQZYyMIMsBhAR+b7/tdVq1RDPgrQyyI8BRETr9fqy2+0+RdyAY1hoQGwilIXFYvGtVCo9RzQhCoS2amIktneGzoqwDCMEXJe/MmCz2Vz2er1X3C7j7qw2bhDMQB4fg0WdTkS0nEwmb6vV6kekD24QjkHSxwhSx4AgCKbD4fBltVr9BL3XYLvGA1XK7/XL0D6/Du/VgkhsEKR/vyRmPuy27+uiqFsW933/Q71eP0UklI8y4sKziDf/7mN7UUeQX5z4TBcnP6olcJ2PLHZOEXERSR82qARaLR7YGhBA/kWHzAgdg2R/xyj4DFB9IKFa0LBr6ivADADUFy8TqSPeaFN4A9LIKjztmBEUkPz/fJ06tlo4g58K6wpME2eNeCCeASp0RFklnCH7TDYLVgpnaC2JSbBaOCOrAbkQzZNmQO4EOxwOh8MR8RsgtSyqPuIxtgAAAABJRU5ErkJggg==);
  background-size: 32px 32px;
  transform: rotate(90deg); /* default: remover */
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.25));
}

.hamburger {
  display: none;
}

.hidden-btn {
  display: flex;
}

/* --------------- SLIDE CSS --------------- */

.mySlides {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mySlides img {
  width: 100%;
  height: 500px;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 500px;
}

/* Caption text */
.text {
  color: #f2f2f2;

  font-size: 15px;

  padding: 8px 12px;

  position: absolute;

  bottom: 8px;

  width: 100%;

  text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;

  font-size: 12px;

  padding: 8px 12px;

  position: absolute;

  top: 0;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;

  position: absolute;

  top: 50%;

  width: auto;

  padding: 16px;

  margin-top: -22px;

  font-weight: bold;

  font-size: 18px;

  transition: 0.6s ease;

  border-radius: 0 3px 3px 0;

  user-select: none;

  background-color: rgba(0, 0, 0, 0.8);

  color: #fff;
}

/* Position the "next button" to the right */

.next {
  right: 0;
}

.prev {
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */

.dot {
  height: 15px;

  width: 15px;

  margin: 0 2px;

  background-color: #bbb;

  border-radius: 50%;

  display: inline-block;

  transition: background-color 0.6s ease;

  cursor: pointer;
}

.dots {
  position: absolute;

  z-index: 2;

  left: 102%;
}

.active {
  background-color: #717171;
}

/* Fading animation */

.fade {
  -webkit-animation-name: fade;

  -webkit-animation-duration: 1.5s;

  animation-name: fade;

  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}

/* MEDIA QUERIES MOBILE */

@media (max-width: 992px) {
  .dots {
    bottom: -10px;

    left: calc(50% - 32px);
  }

  .hamburger {
    display: flex;

    color: #fff;

    font-size: 28px;
  }

  .hidden-btn {
    display: none !important;
  }

  header .col-3 {
    justify-content: flex-end;
  }

  .bg-container__sobre {
    margin-bottom: 30px;

    font-size: 21px;

    line-height: 31px;
  }

  .slideshow-container {
    margin-bottom: 40px;
  }

  .header__logo img {
    width: 300px;
  }

  .footer-contato .col-12,
  .footer-contato .col-md-4 {
    justify-content: flex-start;

    margin: 10px 0 10px;
  }

  .footer-contato .title,
  .footer-contato .subtitle {
    font-size: 18px;
  }

  .footer span {
    text-align: center;
  }

  .menu-mobile {
    background: #000;

    position: absolute;

    width: 400%;

    top: 100%;

    right: 0;

    padding: 15px 0;

    align-items: center;

    display: flex;

    justify-content: center;

    z-index: 2;
  }

  .menu-mobile .menu__nav {
    flex: 1;
  }

  .menu-mobile .menu__nav li a {
    flex: 1;

    display: flex;

    justify-content: center;
  }

  .menu-mobile .menu__nav ul {
    padding: 0;

    margin: 0px;

    flex-direction: column;

    width: 100%;
  }

  .menu-mobile .menu__nav ul li {
    padding: 0 0 15px;

    margin: 0 0 15px;

    width: 100%;

    border-bottom: 1px solid #fff;
  }

  .menu-mobile .menu__nav ul li:last-child {
    padding: 0;

    margin: 0;

    border: 0;
  }
}

@media (max-width: 768px) {
  .banner-rodape img {
    width: 100%;

    height: 300px;

    object-fit: cover;

    object-position: left;
  }

  .banner-rodape__bg-overlay {
    background-color: #0008;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;
  }

  .banner-rodape__text {
    color: #ffffff;
  }

  .banner-rodape__text {
    font-size: 24px;

    text-align: center;

    padding: 0 15px;
  }

  .banner-rodape__button {
    text-align: center;

    padding: 0 15px;
  }

  .info h2 {
    margin-top: 70px;
  }

  .footer-associacao .row .col-12:first-child {
    margin-bottom: 30px;
  }

  .footer-contato .row {
    flex-direction: column;
    align-items: center;
  }

  .footer-contato .col-12 {
    width: 285px;
  }
}

@media (max-width: 568px) {
  .banner-rodape__suporte a {
    padding: 15px 30px;
  }

  .content-main__banner-main img {
    object-fit: cover;

    object-position: 13%;

    height: 220px;
  }

  .gallery .img-itens a {
    padding: 0 0 20px;
  }

  .gallery .img-itens img {
    width: 100%;
  }

  .gallery .img-itens {
    justify-content: center;
  }
}

#google-review-elfsight {
  margin-bottom: 50px;
}