/******************* Edite aqui***************/
/******************* ROOT ***************/
:root {
  --light: #fff;
  --dark: #000;
}
.owl-carousel{
  display: flex;
}
.owl-carousel .atendimento .owl-item .item {
  height: 100%;
  display: flex;
}
.owl-carousel.atendimento .owl-item span {
  display: block;
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  margin-top: 15px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav button[class*="owl-"] {
  margin: -23px -45px 0;
  display: block;
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  top: 40%;
  cursor: pointer;
  transition: 0.2s;
  z-index: 200;
  box-sizing: initial;
  opacity: 1;
  line-height: 50px;
}
.owl-carousel .owl-nav button[class*="owl-"].didabled {
  cursor: context-menu;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav [class*="owl-"] span {
  line-height: 50px;
  font-size: 50px;
  display: block;
}
.owl-carousel .owl-nav [class*="owl-"].disabled span {
  display: none;
}

#banner {
  background-image: url('/images/banner.jpg');
  background-size: cover;
  background-position: center;
  z-index: 1;
  height: 100%;
  align-content: center;
}
#banner section {
  padding: 80px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.texto-banner {
  font-size: 20px;
}
.button-banner {
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #FFB266  50%);
  background-image: linear-gradient(45deg, transparent 50%,  #FFB266 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;   
  padding: 1.1rem 2.2rem;
  border-radius: 2rem;
  color: white;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #FFB266;
}
.button-banner:hover  {
  background-position: 0;
  color: white;
}
.button-contato {
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #224452   50%);
  background-image: linear-gradient(45deg, transparent 50%,  #224452 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;   
  padding: 1.1rem 2.2rem;
  border-radius: .5rem;
  color: white;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;border: 1px solid #224452 ;
}
.button-contato:hover  {
  background-position: 0;
  color: #224452;
}
.text-middle {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  z-index: 3;
  position: relative;
}
.fullscreen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100vh;
}

#header {
  background-color: var(--cor-primaria);
  position: fixed;
  width: 100%;
  z-index: 199 !important;
  height: 80px;
  line-height: 80px;
  display: block;
  top: 0;
}
#header #header-wrap,
#header .header-inner {
  height: 80px;
  background-color: var(--cor-primaria);
  transition: 0.4s ease-in-out;
}

#header .header-inner #logo {
  float: left;
  z-index: 1;
  position: relative;
}

#header .header-inner #logo img {
  height: 80px;
  padding: 15px 0;
  z-index: 201;
  position: relative;
}

#mainMenu {
  padding: 0;
  min-height: 0;
  transition: 0.5s;
}

#header #header-wrap .container,
#header .header-inner .container {
  max-width: 100%;
  padding: 0 30px;
}

#mainMenu nav {
  float: right;
}

#mainMenu nav > ul,
.header-extras > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mainMenu nav > ul > li {
  float: left;
  border: 0;
  transition: 0.3s;
  margin-left: 6px;
  position: relative;
}

#mainMenu nav > ul > li > a {
  position: relative;
  padding: 10px 12px;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: var(--cor-secundaria) !important;
  border-radius: 0;
  border: 0 solid transparent;
  transition: 0.3s;
  line-height: normal;
}

#mainMenu-trigger {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 80px;
  z-index: 1;
  float: right;
}

#page-title,
section {
  padding: 200px 0;
  position: relative;
}

#page-title,
.breadcrumb ul li,
.header-extras,
.lines,
.p-relative,
section {
  position: relative;
}

.header-extras {
  float: right;
  z-index: 199;
  height: 80px;
  margin-right: 4%;
}

.header-extras > ul > li {
  float: left;
  border: 0;
}

.header-extras > ul > li > .button-header {
  font-size: 1rem;
  background: 0 0;
  border-radius: 2rem;
  border: 1px solid #4D98B8;
  padding: 0.4rem 2rem;
  color: #4D98B8;
  font-weight: 500;
  transition: background-color 0.2s;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.header-extras > ul > li > .button-header:hover {
  transition: all 0.5s ease 0s;
  background-image: linear-gradient(
    125deg,
    #e7e7e7 0%,
    #e7e7e7 74%
  );
  color: var(--cor-primaria);;
  text-decoration: none;
}
header.background-dark .header-content {
  background-color: var(--cor-primaria);
}
.header-content {
  position: fixed;
  height: 80px;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
header.background-dark.active .header-content,
header.active .header-content {
  transition: top 0.8s ease-in-out;
  background-color: var(--cor-primaria);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
header + #mainMenu + #slider {
  /*top: -2px;*/
  /*margin-bottom: -2px;*/
}
#header + #mainMenu + .menu-lateral + #slider {
  top: -80px;
  margin-bottom: -80px;
}
#header + #mainMenu + #slider {
  top: -80px;
  margin-bottom: -80px;
}
.animacao img {
  transform: translateY(0);
  animation: float 14s ease-in-out infinite;
}
.animacao a {
  position: absolute;
  left: 25.4%;
  top: 56.25%;
  width: 23%;
  height: 9.2%;
  z-index: 2;
  animation: float_link 14s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float_link {
  0% {
    left: 25.4%;
    top: 56.25%;
  }
  50% {
    left: 25.4%;
    top: 50.15%;
  }
  100% {
    left: 25.4%;
    top: 56.19%;
  }
}
.logo {
  float: left;
  z-index: 201;
  position: relative;
}
.logo-header {
  height: 80px;
  padding: 15px 0;
  z-index: 201;
  position: relative;
  margin-left: 30%;
}
.lines {
  display: inline-block;
  height: 3px;
  width: 30px;
  border-radius: 4px;
  transition: 0.3s;
  position: relative;
  top: -4px;
}
.lines::before,
.lines::after {
  display: inline-block;
  height: 3px;
  border-radius: 4px;
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  transform-origin: 2.85714px center;
  width: 100%;
}
.lines::before {
  top: 8px;
}
.lines::after {
  top: -8px;
}
.lines,
.lines:before,
.lines:after {
  background-color: #fff;
}
.x.toggle-active .lines {
  background: transparent !important;
}
.toggle-active .lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.x.toggle-active .lines::before,
.x.toggle-active .lines::after {
  transform-origin: 50% 50%;
  top: 0;
  width: 26px;
}
.x.toggle-active .lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.x.toggle-active .lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width: 1024px) {
  #header .header-inner,
  #header #header-wrap {
    height: auto;
  }
  .header-extras {
    float: left;
  }
  #header .header-inner #mainMenu .container,
  #header #header-wrap #mainMenu .container {
    max-width: 100%;
  }
  #header #logo {
    position: absolute !important;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    float: none;
    height: 80px;
    left: 0;
    right: 0;
    padding: 0 !important;
  }
  #header #logo > a {
    display: inline-block;
  }
  #mainMenu-trigger {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }
  #mainMenu {
    max-height: 0;
    clear: both;
    display: block;
    width: 100%;
    opacity: 1;
    overflow: hidden;
  }
  #mainMenu nav {
    line-height: 40px;
    float: none;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    transition: 0.7s ease;
    opacity: 0;
    transform: translateY(-18px);
  }
  .mainMenu-open #header #mainMenu {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    overflow-y: scroll;
    max-height: 0;
    clear: both;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86),
      opacity 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    min-height: 100vh;
    left: 0;
    background-color: var(--cor-primaria);
  }
  #mainMenu.menu-animate nav {
    opacity: 1;
    transform: translateY(0);
  }
  #mainMenu nav > ul {
    float: none;
    width: 100%;
  }
  #mainMenu:not(.menu-overlay) nav > ul > li {
    padding: 0;
    margin: 0;
    clear: both;
    float: none;
    display: block;
    border: 0;
  }
  #mainMenu nav > ul > li > a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  #header #logo {
    text-align: left;
  }
  #header .header-inner #logo {
    float: left;
  }
  #header .header-inner #logo img {
    padding: 15px 10px;
  }
  #mainMenu nav {
    line-height: 40px;
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    transition: 0.7s ease;
    opacity: 0;
    transform: translateY(-18px);
  }
}
section {
  padding: 80px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}
.p-relative {
  position: relative;
}
input.validation {
  display: none;
}
#page-title {
  clear: both;
  padding: 160px 80px 80px 80px;
  background-color: #f8f9fa;
  position: relative;
}

.background-dark {
background-color: var(--cor-sexternaria-shadow)!important;
}
.headerHome #page-title {
padding: 160px 0 80px 0;
}
.btn-label>i,.custom-control-label,.custom-control-label b {
color: var(--cor-primaria)!important;
}
/******************* breadcrumb**************88*/
.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 10px;
  display: block;
  text-align: left;
  padding: 0;
}
.breadcrumb ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  display: inline;
  position: relative;
  opacity: 0.8;
}
#page-title .breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb ul .breadcrumb-item + li:before,
.breadcrumb ul li + li:before,
.breadcrumb ol .breadcrumb-item + li:before,
.breadcrumb ol li + li:before {
  content: "\f054";
  font-family: "FontAwesome";
  margin: 0 5px;
  background-color: transparent;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 100;
}

#menu-hamburguer {
  z-index: 299 !important;
}
.menu-overlay-active #header #mainMenu {
  z-index: 200;
}
#mainMenu.menu-overlay .menu {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.4s;
  pointer-events: none;
  position: fixed;
  left: 0;
  padding-top: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100% !important;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
  transform: translateY(-110%);
  z-index: 1000;
  top: 0;
}
.menu-active + #mainMenu .menu {
  transform: translateY(0);
  pointer-events: auto;
}
#mainMenu.menu-overlay .menu ul {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 0;
}
#mainMenu.menu-overlay .menu ul.menu-link li a {
  color: var(--light);
  font-size: 1.6rem;
  line-height: 1.6;
}
#mainMenu.menu-overlay .menu ul.menu-link li a:hover {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  opacity: 0.7;
}
.social-icons ul {
  padding: 0;
  margin: 0;
}
.social-icons li {
  float: left;
}
.social-icons a {
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 1.5rem !important;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: 0;
  background: 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--light);
}
.facebook {
  background-color: #5d82d1 !important;
}
.instagram {
  background: #d6249f !important;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  ) !important;
}
.linkedin {
  background-color: #238cc8 !important;
}
.whatsapp {
  background-color: #25d366 !important;
}
.behance {
  background-color: #333 !important;
}
#slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  background-color: var(--light);
  z-index: 1;
  background-image: url("/images/slider.jpg");
}
#slider .button{
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #FFB266  50%);
  background-image: linear-gradient(45deg, transparent 50%,  #FFB266 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;   
  padding: 1.25rem 4rem;
  border-radius: 2rem;
  color: white;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #FFB266;
  font-size:15px;
}
#slider .button:hover  {
  background-image: none;
  background-position: 0;
  color: #FFB266;
}
#slider .box {
  background-color: #224452b0;
  border: 1px solid #224452b0;
  border-radius: 0.5rem;
  width: 200px;
  height: 200px;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
#slider .box p{
  text-align: center;
  font-size: 18px;
}
#slider .box img {
  display: inline-block;
  width: 60%;
}
#slider h1{
  font-size: 3.5rem;
  font-weight: 300;
}
.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-dots button.owl-dot:focus {
  outline: 0 !important;
}
.slider-caption {
  padding-top: 15%;
  width: 100%;
}
.slider-caption .title-slide {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.hero-caption { 
  font-size: 25px;
  margin-top: 20px;

}

.pagina-sucesso{
  padding: 200px;
}

/********** FOOTER *************/
footer {
  background: linear-gradient(348deg, var(--cor-terciaria-dark) 24%, var(--cor-quaternaria-light) 65%);
  width: 100%;
  position: relative;
}
footer .widget ul.contact {
  margin-top: 5px;
}
footer .widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  clear: both;
  display: block;
  position: relative;
}
footer .widget ul.contact a,
footer .widget ul.contact li {
  color: var(--light);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  word-break: break-all;
}
footer .widget ul li.separator {
  padding-top: 10px;
}

footer .widget .social-icons ul {
  display: inline-block;
}
.social-icons li {
  float: left;
  list-style: none;
}
footer .widget .social-icons li a {
  font-size: 22px !important;
  color: var(--light);
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  border-radius: 4px;
  border: 0;
  background: 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .widget .social-icons li a:hover {
  opacity: 0.7;
}
footer .widget .social-icons {
  margin-top: 20px;
}
.widget .list {
  padding: 0 20px;
}
footer .list li:first-child {
  margin-top: 0;
}
footer .list li {
  margin-top: 10px;
}
footer .list li a {
  font-size: 1.1rem;
  line-height: 1.3;
  display: block;
  color: var(--light);
  font-weight: 400;
}
footer .footer-content {
  padding: 60px 0 40px;
}
.copyright-content {
  padding: 20px 0;
  background-color: #1a1e24;
  font-size: 13px;
  color: gray;
}
.copyright-content, footer .copyright-content a {
  color: var(--light) !important;
}
footer .widget .widget-title,
footer .widget h4 {
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 5px;
}
.copyright-text,.copyright-text a {
  color: var(--cor-secundaria);
  font-size: 12px;
}
.logo-footer {
  width: 95%;
}
.selo-footer {
  width: 80%;
  border-radius: 5px;
}

/******************* SOBRE ************/
.blue{
  color: #224452;
}
.yellow{
  color: #FFB266;
}
#sobre {
  background-color: var(--cor-secundaria) fff;
  height: 100%;
  align-content: center;
}
#sobre .line{
  background-color: #C99700;
  border: 1px solid #C99700;
  width: 115px;
}
#sobre .title{
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3rem;
}
#sobre .subtitle{
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}
#sobre img{
  border-radius: 20px;
}
#sobre .image-container {
  position: relative;
  display: inline-block;
}

#sobre .main-image {
  display: block;
  width: 100%; /* Ajuste conforme necessário */
  border-radius: 10px; /* Se quiser bordas arredondadas na imagem */
}

#sobre .blue-box {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4D98B8;
  color: white;
  padding: 10px 20px;
  border-radius: 15px;
  width: 50%;
}
.card-border-bottom {
  padding: 40px 0;
  background-color: var(--cor-secundaria);
  box-shadow: rgb(0 0 0 / 6%) 0px 14px 30px, rgb(0 0 0 / 12%) 0px -12px 30px,
    rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px,
    rgb(0 0 0 / 9%) 0px -3px 5px;
}
.card-border-top-bottom {
  background-color: var(--cor-secundaria);
  border-radius: 50px;
  padding: 40px 0;
  box-shadow: rgb(0 0 0 / 6%) 0px 14px 30px, rgb(0 0 0 / 12%) 0px -12px 30px,
    rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px,
    rgb(0 0 0 / 9%) 0px -3px 5px;
}
#sobre div h2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.destaque-sobre {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 0;
}
.destaque-sobre-texto {
  font-size: 0.9rem;
  margin-bottom: 0;
}
/******************* SERVIÇOS ************/
#servicos{
  background-image: url('/images/videos.jpg');
  background-size: cover;
  background-position: center center;

}
#servicos h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
#servicos h3{
  font-size: 1.5rem;
  font-weight: 300;
}
#servicos .item{
  cursor: pointer; 
}
#servicos .item .card-content {
  transition: opacity 0.3s ease;
}
#servicos .item .main-content, .item .details-content {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#servicos .img-detalhes{
  width: 50%;
}
#servicos .h3-detalhes{
  font-size: 2.5;
}
/* Centraliza conteúdo dentro dos itens */
.item .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Ajuste da moldura da imagem */
.moldura-img {
  max-width: 100%;
  height: auto;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  display: block !important;
}


/* Estilo para botões de navegação do OWL */
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
  background: transparent;
  color: #fff; /* Ajuste a cor conforme necessário */
  border: none;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
  left: -20px; /* Ajuste de posição */
}

.owl-carousel .owl-nav button.owl-next {
  right: -20px; /* Ajuste de posição */
}

.voltar{
  background-color: #4D98B8;
  color: #fff;
  border: 1px solid #4D98B8;
  border-radius: 30px;
  width: 40%;
  padding: 10px;
  text-align: center;
}
.voltar:hover{
  background-color: transparent;
  color:#fff;
  border: 1px solid #fff;
}
.img-responsive {
  width: 80%;
  height: auto;
}
/******************* SERVIÇOS ************/
#diferenciais {
  background-color: #fff;
}

#diferenciais .rectangle{
  width: 100%;
  background-color: #E9E9E9;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 80px;
  margin-top: 30px;
}
#diferenciais .line{
  border: 1px solid #d4d4d4;
  height: 100%;
}
#diferenciais p{
  font-size: 15px;
}
/*********************** SECTION 2 *********************/
#funcionalidades {
  background-color: transparent;
  margin-bottom: -130px;
  z-index: 2;
}
.lilas{
  color:#a489ff !important;
}
.amarelo{
  color: #f2ca31 !important;
}
.dark-blue{
  color: #224452 !important;
}
.light-blue{
  color: #4D98B8 !important;
}
/*********************** SECTION 3 *********************/
#segmentos {
  background: linear-gradient(348deg, #87b2eb 24%, #368afa 65%);
}
#segmentos img{
  border-radius: 20px;
}
#segmentos p{
  font-size: 1.2rem;
}
.text-divider h2,
.text-divider h3 {
  position: relative;
  margin-bottom: 20px;
}
.text-divider h2 {
  font-size: 48px;
  line-height: 56px;
}
.text-divider h3 {
  font-size: 40px;
  line-height: 1;
}
.text-divider-right h2:before,
.text-divider-right h3:before {
  right: -30%;
}
.text-divider-left h2:before,
.text-divider-left h3:before {
  left: -30%;
}
.text-divider h2:before,
.text-divider h3:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: var(--cor-secundaria);
}
.text-divider h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 82%;
  background-color: var(--cor-secundaria);
  top: 33px;
}
.text-divider h3:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 82%;
  background-color: var(--cor-secundaria);
  top: 20px;
}

/*************** CONHECA ************/
#conheca {
	background-color: #F9F9F9;
	color: black!important;
}
#conheca h5 {
	font-size: 0.9rem;
	color: rgba(0, 0, 0, 0.50);
}
#conheca .text-rosa{
  color: #ff9dd5;
}
.card-sobre {
  border: 3px solid #ff9dd5; /* Moldura traçada */
  padding: 20px;
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  border-radius: 30px;
}

.card-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.card-sobre h2 {
  font-size: 1.5rem;
  text-align: center;
  min-height: 60px;
}

.card-sobre p {
  font-size: 1.05rem;
  color: #333333;
  line-height: 1.6;
  height: 140px;
}

/*************** CTA ************/

#cta {
  background: linear-gradient(348deg, var(--cor-terciaria-dark) 24%, var(--cor-quaternaria-light) 65%);
}

.cta {
  padding: 40px 0 40px 0;
}

.invert-color {
  filter: invert(1) brightness(0);
}

/*************** SECTION 4 ************/
#aplicacoes {
  background: linear-gradient(348deg, #f7f7f7 24%, #ffffff 65%);
  padding: 50px 0 0px 0;
}

@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");
* {
  box-sizing: border-box;
}

/*************** EDITA AQUI SECTION 4 ************/

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 1200px;
  background: #fff;
  box-shadow: #32325d40 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
  margin-top: 60px;
  margin-bottom: 60px;
  margin: auto;
}

/*************** EDITA AQUI SECTION 4 ************/

.blog-slider .item {
  display: flex;
  align-items: center;
}
.blog-slider .item .content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 4.4s, transform 4.4s;
}
.blog-slider .item.swiper-slide-active .content > * {
  opacity: 1;
  transform: translateY(0);
}
.blog-slider .item.swiper-slide-active .img-slider {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider .item .content > * {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 768px) {
  .blog-slider .item {
    flex-direction: column;
  }
  .blog-slider .item .content {
    text-align: center;
  }
}

/*************** EDITA AQUI SECTION 4 ************/

.blog-slider .img-slider {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: var(--cor-terciaria-dark) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

/*************** EDITA AQUI SECTION 4 ************/

@media screen and (max-width: 992px) {
  .blog-slider .img-slider {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider .img-slider {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider .img-slider {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider .img-slider {
    height: 270px;
  }
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 600px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider .swiper-slide .content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.4s, transform 1.4s;
  transition-timing-function: cubic-bezier(0.85, -0.34, 0.73, 0.98);
}
.blog-slider .swiper-slide-active .content > * {
  opacity: 1;
  transform: translateY(0);
}
.blog-slider .swiper-slide {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1;
  position: relative;
  visibility: hidden;
}
/** colocar aqui**/
.blog-slider .swiper-slide-active {
  /*filho*/
  pointer-events: auto;
  z-index: 3;
  visibility: visible;
}
.blog-slider .blog-slider.img-slider {
  /*filho*/
  font-size: 24px;
  font-weight: 700;
  color: var(--cor-terciaria-dark);
  margin-bottom: 20px;
}
.blog-slider .button {
  /*filho*/
  display: inline-flex;
  background-image: linear-gradient(
    147deg,
    var(--cor-primaria) 0%,
    var(--cor-sexternaria-shadow) 74%
  );
  padding: 1.1rem 1rem 1.1rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  box-shadow: 0px 14px 80px var(--cor-quintenaria-shadow);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider {
    width: 100%;
  }
}

.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  /*filho*/
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider .blog-slider__pagination {
  /*filho*/
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 10px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  /*principal*/
  .blog-slider .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider .blog-slider__pagination .swiper-pagination-bullet {
  /*filho*/
  margin: 8px 0; /* Espaçamento vertical entre os bullets */
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: var(--cor-quaternaria-light);
  opacity: 0.2;
  transition: all 0.9s;
}
@media screen and (max-width: 768px) {
  .blog-slider .blog-slider__pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
/* Estilização para o bullet ativo */
.blog-slider .blog-slider__pagination .swiper-pagination-bullet-active {
  /*filho*/
  opacity: 1;
  background: var(
    --cor-primaria
  ); /* Cor de fundo vermelha para o bullet ativo */
  height: 50px;
}
@media screen and (max-width: 768px) {
  .blog-slider .blog-slider__pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 11px;
  }
}
/****************** SECTION 5 *****************/
#apoio {
  background-color: var(--cor-secundaria);
}
.owl-carousel.empresas .owl-nav button[class*="owl-"] {
  color: #000;
}
.owl-carousel.empresas .owl-item img {
  width: 80%;
  margin: 0 auto;
}
/****************** VIDEOS *****************/
#videos {
  background-image: url('/images/videos.jpg');
  background-size: cover;
  background-position: center center;
}
#videos h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.card-video {
	border-radius: 10px;
}
.videos p {
  display: block;
  margin-top: 40px;
}

.videos span {
  display: block;
  font-size: 20px;
}
.videos h4 {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 30px;
}
.title-primary {
  font-weight: 500;
  color: #000000;
}
.title-secundario {
  color: var(--cor-primaria);
  font-weight: 800;
}
/****************** SECTION4 - FAQ *****************/
#section4 {
  background: #f6f6f6;
  height: 100%;
}
#section4 .item {
  padding: 50px 60px;
}
.accordion .ac-item {
  margin-bottom: 10px;
  border-radius: 0;
  border-bottom: 2px solid #dddddd;
}
.accordion .ac-item .ac-title {
  font-weight: 800;
  position: relative;
  padding-right: 10px;
  margin: 0;
  font-size: 1.2rem;
  cursor: pointer;
  user-select: none;
  color: var(--color-primary);
  padding: 12px 40px 12px 20px;
}
.accordion .ac-item .ac-title:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  right: 10px;
  position: absolute;
  font-size: 18px;
  height: 100%;
  display: flex;
  top: 0;
  justify-content: center;
  align-items: center;
}
.accordion .ac-item .ac-content {
  padding: 12px 20px;
}
.accordion .ac-title.active:before {
  content: "\f068";
}
/****************** DEPOIMENTOS *****************/
#depoimento {
  background: #f4f4f4;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.depoimentos p {
  display: block;
  /* margin-top: 40px; */
}

.depoimentos span {
  display: block;
  font-size: 20px;
}
.depoimentos h4 {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 30px;
}
.title-primary {
  font-weight: 500;
  color: #000000;
}
.title-secundario {
  color: var(--cor-primaria);
  font-weight: 800;
}
.card-depoimentos {
    background-color: #2865b4;
    border-radius: 20px;
    padding: 30px 40px 20px;
    position: relative;
    height: 100%;
    min-height: 250px;
    align-items: center;
}
.depoimentos-image {
    position: absolute;
    top: -35px;
    width: 70px !important;
}
.depoimentos-content h1 {
    font-size: 1.3rem;
    color: #ffffff;
}
.depoimentos-content p {
  color: #ffffff;
}
/************* FORM CONTATO *************/
#contato {
  background: white;
  background-position: 20% center;
  background-size: cover;
}
#contato h2 {
  display: flex;
  flex-direction: column;
  color: #000000;
  font-weight: 900;
  line-height: 1.1;
  width: 100%;
  font-size: 2.25rem !important;
  margin-bottom: 1rem;
}

#contato h3 {
  display: flex;
  flex-direction: column;
  color: var(--cor-primaria);
  font-weight: 900;
  line-height: 1.1;
  width: 100%;
  font-size: 2.25rem !important;
}

#contato h2 span {
  text-transform: uppercase;
  margin: 1.5rem 0px;
  color: rgb(0, 0, 0) !important;
  font-size: 1.5rem !important;
  font-weight: 300;
}
#contato p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.2rem !important;
}
.form-contato .form-control {
  border: 0;
  border-bottom: 1px solid #747474;
  border-radius: 0;
  background: transparent;
  padding: 0.375rem 0;
  color: #000;
}

.form-select{
  border: 0;
  border-radius: 0;
  padding: 0.375rem 0;
  border-bottom: 1px solid #747474;
}
.form-contato .form-floating>label.form-label {
  top: 0;
  left: 0px;
  padding: 0;
  opacity: 1;
  border: 0;
  height: auto;
  transform: none;
}
.form-contato textarea {
  resize: none;
}
.form-control:focus {
  box-shadow: 0 0 0 0;
}
.form-control::placeholder {
  color: transparent;
}
.form-contato label.form-label{
  pointer-events: none;
  position: absolute;
  top: calc(50% - 21px);
  transition: all 0.1s linear 0s;
  color: #000000;
  text-align: left;
  line-height: 1;
  font-size: 1rem;
}
.form-contato textarea + label.form-label{
  pointer-events: none;
  position: absolute;
  top: calc(32% - 45px);
  transition: all 0.1s linear 0s;
  color: #000000;
  text-align: left;
  line-height: 1;
  font-size: 1rem;
}
.form-contato textarea:focus + label.form-label, .form-contato textarea:not(:placeholder-shown) + label.form-label, .form-contato textarea:-webkit-autofill ~ label.form-label {
  font-size: 0.75rem;
  top: -14px;
}
.form-contato input:focus + label.form-label, .form-contato input:not(:placeholder-shown) + label.form-label, .form-contato input:-webkit-autofill ~ label.form-label {
  font-size: 0.75rem;
  top: -14px;
}

#form-background {
  background-color: linear-gradient(348deg, #fafafa 24%, #ebebeb 65%);
  padding: 2rem 4rem 2rem 4rem;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 20%) 0 4px 8px -1px;
}

.float-label {
  padding-bottom: 15px;
  position: relative;
}
.text-footer {
  font-size: 14px;
}
.creditos {
  font-size: 0.8rem;
}
.btn-whatsapp {
  position: fixed;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  font-size: 1.8em;
  color: #ffffff;
  font-weight: 100;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.btn-whatsapp:before, .btn-whatsapp:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  left: -20px;
  right: -20px;
  bottom: -20px;
  top: -20px;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.pulsaDelay:after {
  animation-delay: .5s;
}

@media (max-width: 992px) {
  #slider {
    height: 140vh;
  }
  .slider-caption .title-slide {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  #main-menu {
    display: none;
  }

  #banner {
    background-image: url('/images/banner.jpg');
    background-size: cover;
    padding: 200px 0;
    height: 100%;
  }
  #banner .container.d-md-none {
    height: 100%;
    padding-bottom: 5%; /* Espaçamento de 5% do fundo */
  }

  #banner .container.d-md-none h4, 
  #banner .container.d-md-none .button-banner {
      margin-bottom: 0; /* Remove qualquer margem inferior para melhor controle */
  }
  .card-sobre p{
    font-size: 0.9rem;
  }
  .hero-caption { 
    font-size: 16px;
    margin-top: 20px;
  
  }
  #depoimento .item {
    padding: 0px 10px;
  }
  .card-depoimentos {
    background-color: #2865b4;
    border-radius: 20px;
    padding: 30px 40px 20px;
    position: relative;
    height: 100%;
    min-height: 300px;
    align-items: center;
  }
  .owl-carousel.depoimentos .owl-nav {
    -webkit-tap-highlight-color: black;
    text-align: center;
    position: absolute;
    top: -10px;
    right: 60px;
  }
  .slider-caption .title-slide {
    font-size: 30px;
    color: #fff;
  }

  .hamburger {
    display: flex;
  }
  #slider {
    background-image: url('/images/slider.jpg');
    width: 100%;
    height: 110vh;
  }
  #slider img{
    display: inline;
    width: 60%;
  }
  #slider h1{
    font-size: 2rem;
    font-weight: 300;
  }
  #slider .button{
    background-image: -webkit-linear-gradient(45deg, transparent 50%, #FFB266  50%);
    background-image: linear-gradient(45deg, transparent 50%,  #FFB266 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;   
    padding: 1.25rem 4rem;
    border-radius: 2rem;
    color: white;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #FFB266;
    font-size:15px;
  }
  .logo-header {
    padding: 15px 0;
    margin-left: 0;
  }
  .slider-caption {
    position: absolute;
    top: 15%;
  }
  .slider-caption .title-slide {
    font-size: 25px;
  }
  #sobre {
    height: 150vh;
  }
  #sobre .title{
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
  }
  .voltar{
    background-color: #4D98B8;
    color: #fff;
    border: 1px solid #4D98B8;
    border-radius: 30px;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  #diferenciais .rectangle{
    width: 100%;
    background-color: #E9E9E9;
    border-radius: 10px;
    margin-top: 30px;
    display: block;
    padding: 5px;
  }
  #diferenciais h2 {
    font-size: 2.5rem;
    font-weight: 700;
  }
  #section4 {
    background: #f6f6f6;
    height: 100%;
  }
  #contato h2 {
    display: flex;
    flex-direction: column;
    color: #000000;
    font-weight: 900;
    line-height: 1.1;
    width: 100%;
    font-size: 2rem !important;
    margin-bottom: 1rem;
  }
  .owl-carousel .owl-nav button[class*="owl-"] {
    margin: -23px -30px 0;
    display: block;
    position: absolute;
    color: #ffffff;
    background-color: transparent;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    top: 40%;
    cursor: pointer;
    transition: 0.2s;
    z-index: 200;
    box-sizing: initial;
    opacity: 1;
    line-height: 50px;
  }
  .xs-text-center {
    text-align: center !important;
  }
  .xs-order-1 {
    order: 1;
  }
  .xs-order-2 {
    order: 2;
  }
  .container {
    padding: 0 30px;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .flip-card-front .card-block {
    padding: 10px 5px;
  }
  .flip-card-front .card-block .card-title svg {
    vertical-align: text-top;
  }
  .flip-card-front .card-block .card-title {
    font-size: 1em;
  }
  .flip-card-back .card-text {
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 10px;
  }
  .flip-card-back .card-title {
    padding: 10px;
    font-size: 1rem;
  }
  #dotsMenu ul {
    padding: 10px 5px;
  }
  #dotsMenu ul li a {
    width: 26px;
    height: 26px;
    left: -5px;
    top: -5px;
  }
  .menu-lateral,
  #dotsMenu {
    display: none;
  }
  .div-clientes {
    padding: 0.5rem;
  }
  .card-sobre h2 span.first span {
    margin-right: 0;
  }
  .cards .card-image {
    height: 150px;
  }
  .card-image.active {
    height: 250px;
  }
  .title-secundario {
    font-size: 1rem;
  }
  .title-primary {
    font-size: 0.8rem;
  }
  .animacao img {
    animation: none;
  }
  .animated {
    animation-duration: initial !important;
  }
  .owl-carousel.empresas .owl-item img {
    width: 80%;
    margin: 0 auto;
}

/* Animation */

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 200px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 200px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 1;
}

.fadeInUp {
  opacity: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
}