@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */


.button-orcamento {
  --color: #fff;
  font-family: inherit;
  
  width: 15em;
  height: 3.2em;
  margin: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 18px;
  border-radius: 550px;
  font-weight: 500;
  color: var(--color);
  margin-left: 40%;
  margin-top: 4%;
  background-color: #9156ed;
}

.button-orcamento:before {
  content: "";
  position: absolute;
  z-index: -6;
  background: #202B34;
  height: 350px;
  width: 400px;
  border-radius: 20%;
}

.button-orcamento:hover {
  color: #fff;
}

.button-orcamento:before {
  top: 100%;
  left: 100%;
  transition: all 0.5s;

}

.button-orcamento:hover:before {
  top: -40px;
  left: -10px;
}

.button-orcamento:active:before {
  background: #202B34;
  transition: background 0s;
}

.button-orcamentofaq {
  --color: #fff;
  font-family: inherit;
  width: 15em;
  height: 3.2em;
  margin: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 18px;
  border-radius: 550px;
  font-weight: 500;
  color: var(--color);
  margin-left: 0%;
  margin-top: 2%;
  background-color: #9156ed;
}

.button-orcamentofaq:before {
  content: "";
  position: absolute;
  z-index: -6;
  background: #202B34;
  height: 350px;
  width: 400px;
  border-radius: 20%;
}

.button-orcamentofaq:hover {
  color: #fff;
}

.button-orcamentofaq:before {
  top: 100%;
  left: 100%;
  transition: all 0.5s;

}

.button-orcamentofaq:hover:before {
  top: -40px;
  left: -10px;
}

.button-orcamentofaq:active:before {
  background: #202B34;
  transition: background 0s;
}

body {
  margin-top: 2;
  font-family: Arial, sans-serif;
}

.carousel {
  margin-top: 2%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-ims {
  display: flex;
  align-items: center;
}

.carousel-images {
  display: flex;
  width: calc(150px * 10);
  /* Ajustar conforme o número total de imagens */
  animation: slide 40s linear infinite;
  /* Ajustar o tempo para controle da velocidade */
}

.carousel-images img {
  width: 10550px;
  height: 350px;
  object-fit: cover;
  flex: 0 0 210px;
}

.container-text {

  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  margin-left: 10%;
}

.posts_instagram {
  margin-top: 150px;
}

.video-h1 {

  margin-top: 38%;
  margin-left: 15%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: bold;
  font-size: 29pt;
  color: #ffffff;

}

.box-h1 {

  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: bold;
  background-color: #ffffff;
  padding: 20px;
  margin: 10px;
  flex: 1;
  text-align: left;
  color: #5a2e99;


}

.box-p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  padding: 20px;
  margin: 10px;
  flex: 1;
  text-align: left;
  font-size: 12pt;
  color: #878c9e;

}

.video_class {
  width: 100%;
  height: 95%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px;
  box-sizing: border-box;
}

/* Estilos para a div de fundo */
.fundo-div {
  margin-top: 20px;
  width: 100%;
  /* Largura total */
  height: 800px;
  /* Altura da div */
  background-image: url(../images/banner_video.png);
  /* Caminho da imagem de fundo */
  background-size: cover;
  /* Cobre todo o espaço da div */
  background-position: center;
  /* Centraliza a imagem */
  background-repeat: no-repeat;
  /* Não repete a imagem */
  position: relative;
  /* Para posicionar o conteúdo no canto */
}

/* Estilos para o conteúdo */
.conteudo-div {
  
  display: flex;
  justify-content:space-between;
  
}

/* Estilos para o botão de vídeo */
.play-button {
  
  position:absolute;
  margin-right: 20%;
  margin-top: 10%;
  bottom: 50px;
  right: 160px;
  background-color: #7a3faa;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.play-button svg {
  fill: rgb(255, 255, 255);
  width: 24px;
  height: 24px;
}
.play-text {
  position: relative;
  margin-top: 698px;
  right: 112px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: bold;
  font-size: 15pt;
  color: #ffffff;
}

.btn_video {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.btn_video i {
  margin-left: 8px;
}


.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  color: white;
  background-color: #6d34c3;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #5a2e99;
}

.image-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.image-item {
  flex: 1;
  margin: 0px;
  text-align: center;
}

.image-item img {
  max-width: 100%;
  height: auto;

}

.text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  font-size: 12pt;
  line-height: 0.2;
  margin-left: 100px;
}

.circle {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #9156ed;
  color: white;
  text-align: center;
  line-height: 50px;
  margin-right: 2px;

}

.slider {
  width: 229px;
  height: 88px;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.slides {
  margin-top: 10px;
  display: flex;
  width: max-content;
  height: 100%;
  animation: slide 20s linear infinite;
}

.slides img {
  width: 229px;
  height: 88px;
  flex-shrink: 0;
}

.text_logos {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 12pt;
  margin-left: 188px;
  color: #878c9e;
}

.img_faq {
  max-width: 490px;
}

.text_subfaq {
  font-size: 15pt;
  color: #878c9e;
}

.h1_faq {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: bold;
  margin-top: 15px;

}

.div_footer {
  background-color: #f2f4fc;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-height: 100%;
  max-width: 2110px;
  margin-left: 0%;

}

.footer_h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: bold;
  padding: 20px;
  margin: 1px;
  margin-left: 14%;
  flex: 1;
  text-align: left;
  color: #5a2e99;

}

.footer_p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 20px;
  margin: 100px;
  flex: 1;
  text-align: left;
  font-size: 24pt;
  color: #878c9e;
  line-height: 1.5em;
}

.fag_title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;

}

.container_initial {
  position: static;
  align-items: center;
}

.container_footer {
  background-color: #f2f4fc;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: -128px;
}

.container_footer ul li a {
  text-decoration: none;
  color: #878c9e;
  font-size: 14px;
}

.image_footer {
  margin-right: 20px;
  width: 220px;
  height: 104px;
}

.content_footer {
  display: flex;
  flex-direction: column;
  max-height: 200px;
}

.content h2 a {
  text-decoration: none;
  color: #5a2e99;
  font-size: 24px;
}

.social h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: bold;
  margin-top: -35px;
  margin: 10px 45 15px 0;
  color: #5a2e99;
  line-height: 2.5em;
}

.menu_footer h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: bold;
  margin-top: 0px;
  margin: 10px 0 5px 0;
  color: #5a2e99;
  line-height: 2.5em;
}

.menu_footer ul li a {
  font-size: 16px;
  line-height: 2.5em;
}

.social ul {
  list-style-type: none;
  padding: 0;
}

.social ul li {

  margin-right: 10px;
  color: #878c9e;
  line-height: 2.5em;
}


.social ul li a {
  text-decoration: none;
  color: #878c9e;
  font-size: 16px;
}

.image_footer {
  margin-top: 165px;
  background-color: #f2f4fc;
}

.img_footer {
  margin-top: 0px;
  max-width: 3256px;
  max-height: 3256px;
  background-color: #f2f4fc;
  position: relative;
  animation: moveUp 2.5s ease-out forwards;
}

/* Submenu oculto */
li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #444;
}

.icon1 {
  float: left;
  position: absolute;
  margin-left: 25%;
  margin-top: 25%;
  width: 157px;
  height: 65px;
  animation: moverAmbosLados 10s infinite ease-in-out;
}

.icon2 {
  float: right;
  position: absolute;
  margin-left: 75%;
  margin-top: 15%;
  width: 157px;
  height: 65px;
  animation: moverAmbosLados 10s infinite ease-in-out;
}

/* Animação contínua do slide */
@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes moveUp {
  from {
    transform: translateX(150px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes moverAmbosLados {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-100px);
    /* Mover para a esquerda */
  }

  50% {
    transform: translateX(0);
    /* Voltar ao centro */
  }

  75% {
    transform: translateX(100px);
    /* Mover para a direita */
  }

  100% {
    transform: translateX(0);
    /* Voltar ao centro */
  }
}

@media (max-width: 768px) {
  .container-text {
    flex-direction: column;
    align-items: left;
  }

  .box-h1 {

    margin: 10px 0;
    margin-left: -16%;
    align-items: center;
    margin-top: -5px;
  }

  .ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .box-p {
    margin: 10px 0;
    font-family: 'Ubuntu', sans-serif;
    font-style: bold;

  }

  .image-container {
    flex-direction: column;
    margin-top: 10px;
  }

  .text {
    flex-direction: column;
    margin-left: -10px;
    margin-top: 5px;
  }

  .button-orcamento {
    margin: 10px 0;
    margin-left: 15%;
  }
}


@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* Ajustar para metade da largura total */
}