@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }

  to {
    opacity: 1;
  }
}

img.imagem-slide {
  display: none;
}

#section-slide .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#section-slide .bg-video video {
  object-fit: cover;
}

#section-slide .texto-slide.slideshow-texto h1 {
  font-size: 3.4rem !important;
  line-height: 3.5rem !important;
}

#section-slide .texto-slide.slideshow-texto h2 {
  font-size: 1.8rem !important;
}


#section-sistema .conteudo-html h2 {
  font-weight: 600;
  margin-bottom: 0;
}

#section-sistema .conteudo-html span {
  color: var(--bg_geral);
  font-weight: 500;
}

#section-sistema .conteudo-html a {
  padding: 15px 70px;
  border-radius: 100px;
  background: linear-gradient(45deg, #006f99, #00aeef, #006f99);
  text-transform: uppercase;
  color: #ffff;
  font-weight: 700;
  font-size: 14pt;
  text-decoration: none !important;
}

#section-sistema .col-md-6 img {
  border: 0 !important;
  border-top-left-radius: 10px;
}

#section-sistema .container-fluid {
  max-width: 1320px;
}

#section-sistema .conteudo-html a i {
  color: #fff !important;
  font-weight: 600 !important;
  font-family: 'Font Awesome 5 Brands';
  margin-right: 10px;
}

#section-servicos {
  padding-bottom: 40px;
  padding-top: 20px;
}

#section-blog .thumb-info-wrapper {
  height: 375px;
}

.blog-item figure.imagem-card {
  height: 236px !important;
}

#section-sistema p {
  font-size: 12pt;
  margin: 0;
}

#section-html-modulo_1 .col-md-3 {display: flex;flex-direction: column;text-align: center;align-items: center;}

#section-html-modulo_1 .col-md-3 .radius-img {
    background: #00aeef;
    border-radius: 50%;
    margin-bottom: 30px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-html-modulo_1 .titulo-html {
    text-align: center;
    margin-bottom: 20px;
}

#section-html-modulo_1 .custom-divider {
    display: none;
}

#section-html-modulo_1 {
    background: #eee;
    padding: 20px 0px;
}

#section-html-modulo_1 .col-md-3 .radius-img img {
    padding: 20px;
}
#section-html-modulo_3 {
  margin-top: 0;
  padding-top: 30px !important;
  padding-bottom: 10px !important;
  background: linear-gradient(90deg, #01aeef, #0178b0) !important;
}

#section-html-modulo_3 .titulo-html {
  display: none !important;
}

#section-slide .form-slide {
    background: rgb(255 255 255 / 70%);
    padding: 8px;
    border-radius: 10px;
}

#section-slide .form-slide-container .row {
    display: flex;
    justify-content: flex-end;
}

#section-slide .slideshow .row {
    display: flex !important;
    justify-content: flex-start !important;
}

#section-html-modulo_2 .conteudo-html .box-planos {
    padding: 30px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
}

#section-html-modulo_2 .conteudo-html .box-planos h3 {
    font-weight: 400;
    text-transform: none !important;
    font-size: 22pt;
}

#section-html-modulo_2 .conteudo-html .box-planos p span {
    color: #00aeef;
}

#section-html-modulo_2 .conteudo-html .box-planos p {
    font-weight: 300;
    font-size: 14pt;
}

#section-html-modulo_2 .conteudo-html .box-planos .divisao {
    border-top: 1px solid #ddd;
    padding: 16px 0px;
}

#section-html-modulo_2 .conteudo-html .box-planos .divisao h4 span {
    background: green;
    font-weight: bold;
    color: #ffff;
    padding: 2px;
    border-radius: 50%;
    font-size: 12pt;
}

#section-html-modulo_2 .conteudo-html .box-planos .divisao h4 {
    font-size: 14pt;
    font-weight: 400;
}

#section-html-modulo_2 .conteudo-html .box-planos .divisao p {
    font-size: 12pt;
    font-weight: 400;
}

/*  footer-edit */
footer#footer .col-md-6.col-lg-6.align-self-center.mb-5.mb-lg-0 {
    display: flex;
}
/*<--------->*/

/*  logo-footer */
img.logo {
    height: 70px;
}

.social-icons {
    margin: auto;
}
/*<-------->*/

/*  sec-sistema */
#section-sistema {
    padding: 50px 0px 0px;
}
/*<----------->*/

/*  sec-servicos  */
#section-servicos .overflow-hidden {
    overflow: visible !important;
}

#section-servicos .custom-icon-box-style-1 {
    text-align: center;
}

.fa-chevron-left:before {
    content: "\f053";
    font-size: 50px;
    line-height: 50px;
}

.fa-chevron-right:before {
    content: "\f054";
    font-size: 50px;
    line-height: 50px;
}

.owl-servicos button.owl-prev {
    position: absolute;
    left: unset;
    right: calc(100% + 50px);
    top: calc(50% - 29px);
    background-color: transparent;
    border: none;
    color: #2caee4;
}

.owl-servicos button.owl-next {
    position: absolute;
    left: calc(100% + 50px);
    right: unset;
    top: calc(50% - 29px);
    background-color: transparent;
    border: none;
    color: #2caee4;
}

.owl-servicos button:active, 
.owl-servicos button:focus, 
.owl-servicos button:visited {
    outline: none;
    box-shadow: none;
}

.owl-servicos {
    position: relative;
}

/*<---------->*/

#section-sistema .col-md-6 img {
    width: 402px;
}

@media (max-width: 991px) {
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #section-sistema .col-md-6 img {
    margin-top: 40px;
  }

  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #section-sistema .col-md-6 img {
    margin-top: 40px;
  }
  
  #section-sistema p {
    width: 100%;
  }
  #section-sistema video {
    margin-top: 30px;
}

section.section-slide {
    max-height: 100%;
}

.nav {
    display: flex;
    flex-direction: column;
}
    
footer#footer .col-md-6.col-lg-6.align-self-center.mb-5.mb-lg-0 {
    display: block;
}

.owl-servicos button.owl-prev {
    right: 90%;
}

.owl-servicos button.owl-next {
    left: 90%;
}
}