* {
  padding: 0;
  margin: 0;
  font-family: Bariol;
}

body {
  background: #242323;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

nav {
  z-index: 5;
  background: rgb(1 33 178);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.menu {
  display: none;
  color: white;
}

.menu-mobile {
  display: flex;
  color: white;
  justify-content: flex-end;
  align-items: center;
}

#menuburguer {
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1001;
}

.menu-mobile img {
  margin-right: 36px;
  max-width: 36px;
  width: 100%;
}

.menu-mobile div {
  padding: 10px 40px;
}

#dropdown-menu {
  position: absolute;
  right: 0;
  top: 70px;
  background-color: rgb(1 33 178);
  transition: 0.5s ease-in all;
  font-size: 20px;
  overflow: hidden;
  height: 450px;
  border-radius: 0 0 30px 30px;
  z-index: 1000;
}

#dropdown-menu div {
  padding: 12px 16px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
  text-align: left;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  width: 100%;
  max-width: 250px;
}

nav .logo,
nav .menu {
  margin: 0 40px;
  justify-content: center;
  align-items: center;
}

#sobre {
  background: #242323;
}

.sobrebox {
  display: grid;
  justify-content: center;
  align-content: center;
  grid-template-columns: 1fr;
}

.about-text {
  padding: 36px 0;
  width: 100%;
  min-height: 100px;
}

.about-text h2 {
  text-align: center !important;
}

.navigation-arrow {
  width: 24px !important;
  height: 36px;
  margin-left: 10px;
}

.sobrebox div {
  text-align: center;
  background-size: cover !important;
}

.sobrebox div img {
  width: 100%;
}

.sobrebox div h2 {
  font-size: 41px;
}

.sobrebox div p {
  color: white;
  text-align: left;
  width: 515px;
  display: block;
  position: relative;
  font-size: 25px;
}

#servicos {
  background: #333232;
  padding: 40px 0;
}

div#grid-servico {
  display: grid;
  grid-template-columns: 1fr;
  width: 80%;
  margin: 0 auto;
  height: fit-content;
  color: white;
  background-repeat: no-repeat;
}

.itemservico-l,
.itemservico-r,
.itemservico-c {
  align-items: center;
  display: grid;
  text-align: left;
  margin: 33px 0;
}

#portfolio {
  background: #333232;
  display: flex;
  flex-direction: column;
  padding: 10px 0 200px;
  position: relative;
}
#portfolio h2 {
  color: white;
  padding: 20px 0;
  margin: auto;
  width: 80%;
}

section#video {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  padding: 0;
}

@media screen and (max-width: 768px) {
  section#video {
    height: 60vh;
  }
}

@media screen and (max-width: 420px) {
  section#video {
    height: 30vh;
  }
}

section#video #videoload {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.swiper-container.swiper-container-h2 {
  width: 83.5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  /*  padding: 16px; */
  z-index: 1;
  left: 0;
}

.swiper-slide {
  flex-shrink: 0;
  width: 80%;
  height: 100%;
  position: relative;
  transition-property: transform;
  margin: 0 auto;
}

.swiper-container.swiper-container-h2 .swiper-slide {
  width: 100% !important;
}

#leftarr {
  width: 2%;
  z-index: 9999;
  position: absolute;
  left: 7.5%;
  height: 30px;
  position: absolute;
  transition: 1s all;
  font-size: 5vw;
  text-align: center;
  cursor: pointer;
  bottom: 0;
  top: 0;
  margin: auto;
}

#rightarr {
  width: 2%;
  z-index: 9999;
  position: absolute;
  right: 12.5%;
  height: 30px;
  position: absolute;
  transition: 1s all;
  font-size: 5vw;
  text-align: center;
  cursor: pointer;
  bottom: 0;
  top: 0;
  margin: auto;
}

div#menu_lab {
  position: absolute !important;
  top: 0;
  width: 93%;
  height: 22%;
  display: block;
  bottom: 0;
  margin: auto;
  transform: translate(5%, 0);
  z-index: 5000;
}

.swiper-pagination.swiper-pagination-h2 {
  position: relative;
  transform: translate(0) !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0px auto 20px;
}

span#clientchange {
  text-transform: capitalize;
}

.clientes {
  background: white;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clientes-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clientes-title {
  font-weight: 700;
  font-size: clamp(24px, 6vmin, 48px);
  color: #676767;
  margin-bottom: 40px;
  text-align: center;
}

.clientes-logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0px;
}

.clientes-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230px;
  height: 230px;
}

/* Responsividade Sessão Clientes*/
@media (max-width: 1024px) {
  .clientes-logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

section#quem-somos {
  background: url(./image/bgequipe.png);
  background-color: #333232;
  background-size: cover;
  background-position: top;
  padding: 100px 0 0 0;
  background-repeat: no-repeat;
}

#quem-somos h2,
#quem-somos p {
  text-align: center;
  color: white;
}

#quem-somos h2,
#quem-somos p {
  text-align: left;
  color: white;
  width: 85%;
}

#quem-somos h2 {
  padding: 20px 0 0;
}

:root {
  --swiper-theme-color: #ff9800;
}

div#terceiro {
  grid-row: 3 / 6;
}

div#mascara_ipad {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
  transition: 1s all !important;
  top: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  padding-top: 56% !important;
  background: url(https://www.filmelab.com/image/tablet.png);
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 9;
}

div#carousel {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: fit-content;
  background-color: rgb(224, 224, 224);
  padding: 36px 0;
}
body #carousel .swiper-slide img {
  width: 95%;
  border-radius: 16px;
  border: 16px solid #fff;
  box-shadow: 0 8px 4px rgba(0, 0, 0, 0.2);
}

#contato {
  padding: 10vmin 16px;
  display: flex;
  flex-direction: column;
  background-image: url(./image/bg_footer.png);
  background-size: cover;
  background-position: center;
  align-items: center;
}

.contato-logo {
  align-self: flex-start;
  max-height: 10vmin;
  margin: 0 0 6vmin 12.5vw;
}

.contato-container {
  display: flex;
  justify-content: space-between;
  gap: 4vw;
  width: 75vw;
  margin-bottom: 5vh;
}

.contato-info {
  display: flex;
  flex-direction: column;
  gap: 6vmin;
}

.contato-title {
  font-weight: 700;
  font-size: 6.5vmin;
  align-self: flex-start;
  margin: 0;
  line-height: 1.2;
  font-family: "Montserrat Bold", sans-serif;
  color: #ffffff;
}

.contato-detalhes {
  display: flex;
  flex-direction: column;
  font-size: 3.5vmin;
  line-height: 1.8;
  color: #ffffff;
}

.contato-endereco {
  align-self: flex-start;
  font-size: 3.5vmin;
  line-height: 1.8;
  margin: 0 0 2vmin 0;
  font-family: "Montserrat SemiBold", sans-serif;
}

.contato-redes-sociais {
  display: flex;
  align-self: flex-start;
  gap: 1vmax;
}

.contato-redes-sociais img {
  width: auto;
  height: 5vmin;
  transition: transform 0.3s ease;
}

.contato-redes-sociais img:hover {
  transform: scale(1.1);
}

.contato-whatsapp {
  align-self: flex-start;
  margin-top: 5vh;
}

.whatsapp-button {
  height: 10vmin;
  background-color: #25d366;
  max-height: 10vmin;
  padding: 8px 20px;
  font-size: 3vmin;
  font-weight: 700;
  border-radius: 16px;
  color: white;
  border: 3.5px solid white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #ffffff;
}

.whatsapp-button:hover {
  background-color: rgb(21, 139, 65);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon {
  width: 7vmin;
  margin-left: 10px;
}

/* Responsividade Contato */
@media (max-width: 768px) {
  .contato-container {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 85vw;
  }

  .contato-title {
    font-size: 7vmin;
  }

  .hide-on-mobile {
    display: none;
  }

  .contato-whatsapp {
    width: 100%;
  }

  .whatsapp-button {
    width: 100%;
    justify-content: center;
  }
  .clientes-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .swiper-container.swiper-container-h2 {
  }
  div#menu_lab {
    position: static !important;
    height: 100px;
    margin: 0;
    top: auto;
    transform: translate(0, 0);
  }
  div#rightarr {
    right: 10vmin;
  }
  div#leftarr {
    left: 3vmin;
  }
  #portfolio {
    padding: 10px 0 110px;
  }
  .swiper-container.swiper-container-h2 {
    height: 55vmin;
  }
  .sobrebox div p {
    font-size: 25px;
  }
  body #carousel .swiper-slide img {
    width: 92%;
  }
}

@media (max-width: 480px) {
  .contato-title {
    font-size: 6vmin;
  }

  .contato-endereco {
    margin-top: 5vmin;
  }
  .clientes-logos-grid {
    grid-template-columns: 1fr;
  }

  .clientes-title {
    font-size: clamp(20px, 5vmin, 36px);
    margin-bottom: 30px;
  }
  #dropdown-menu {
    padding: 0px 100px;
    border-top: rgb(23, 61, 235);
    font-size: 25px;
  }
  .sobrebox div p {
    font-size: 25px;
  }
  .about {
    padding-top: 0 !important;
  }
  div#menu_lab {
    position: static !important;
    height: 100px;
    margin: 0;
    top: auto;
  }
  div#rightarr {
    right: 10vmin;
  }
  div#leftarr {
    left: 3vmin;
  }
  #servicos {
    padding: 36px 0;
  }
  #portfolio {
    padding: 10px 0 50px;
  }
  body #carousel .swiper-slide img {
    width: 89%;
  }
}

@media only screen and (min-width: 1000px) {
  #leftarr,
  #rightarr {
    width: 2%;
    z-index: 999;
    position: absolute;
    transition: 1s all;
    height: 30px;
    font-size: 5vw;
    text-align: center;
    cursor: pointer;
    bottom: 0;
    top: 0;
    margin: auto;
  }

  #leftarr {
    left: 5%;
  }
  #rightarr {
    right: 10%;
  }
  div#terceiro {
    grid-row: auto;
  }
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    left: 0%;
  }

  nav {
    background: rgb(1 33 178);
    padding: 20px 0;
    display: flex;
    top: 0;
    justify-content: space-between;
    z-index: 9999;
    width: 100%;
    position: fixed;
  }
  #video {
    margin-top: 65px;
  }
  div.menu {
    display: flex;
    color: white;
  }
  div.menu-mobile {
    display: none;
  }
  div.menu div {
    padding: 0 40px;
  }
  div.menu div:hover {
    font-weight: 700;
    cursor: pointer;
  }
  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  div.logo img {
    width: auto;
  }

  nav .logo,
  nav .menu {
    margin: 0 40px;
  }

  .sobrebox {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: 1fr 1fr;
    max-width: 1192px;
    margin: 0 auto;
  }

  .sobrebox div p {
    color: white;
    text-align: left;
    width: 515px;
    display: block;
    position: relative;
    padding: 0px 40px 0;
    font-size: 19px;
  }
  .clientes {
    width: 100%;
    padding: 60px 30px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 50px;
    background: rgb(0 0 0 / 0.2);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .swiper-container.swiper-container-h2 {
    width: 90%;
    z-index: 0;
    margin: 0 auto;
  }
  div#carousel {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    height: fit-content;
  }
  div#grid-servico {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    height: 596px;
    background: url(./image/bg_servicos.png);
    background-position: 100px 53px;
    background-size: 86%;
    color: white;
    background-repeat: no-repeat;
  }
  .sobrebox div {
    text-align: right;
    background-size: cover !important;
    margin: 3.5% auto;
  }

  .about-text {
    padding: 0;
  }
  .sobrebox div h2 {
    font-size: 28px;
  }

  .about {
    margin: auto !important;
  }
  form#contactform {
    width: 574px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  section#cliente {
    height: 830px !important;
  }
  section#cliente iframe {
    width: 100%;
    left: 0%;
    margin: auto;
  }
  .itemservico-l,
  .itemservico-r,
  .itemservico-c {
    justify-content: center;
    align-items: center;
    display: grid;
    padding: 22px;

    border-bottom: 2px solid rgb(255 0 128 / 47%);
    margin: 0 !important;
  }
  .itemservico-l {
    border-right: 2px solid rgb(255 0 128 / 47%);
  }
  .itemservico-r {
    border-left: 2px solid rgb(255 0 128 / 47%);
  }

  .itemservico-c h2,
  .itemservico-r h2,
  .itemservico-l h2 {
    text-transform: uppercase;
  }
  .itemservico-c:hover {
    background: #ff4da6;
  }
  .itemservico-r:hover {
    background: #ffb74d;
  }
  .itemservico-l:hover {
    background: #0121b2;
  }
  #especialc:hover {
    background: transparent !important;
  }

  body #carousel .swiper-slide img {
    border-radius: 16px;
    border: 16px solid #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  #box_menuvideos {
    display: flex;
    flex-direction: row;
    max-width: 1280px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 583px !important;
    overflow: overlay;
  }

  .swiper-slide {
    width: 80% !important;
  }

  section#cliente #videoload {
    width: 150% !important;
    position: absolute !important;
    z-index: -1 !important;
    left: -26% !important;
    right: 0 !important;
    margin: auto !important;
    height: 100% !important;
  }
}

.about {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 0px !important;
  height: 100%;
  gap: 5%;
  width: 80% !important;
  transition: filter 0.3s ease;
}
.about:hover {
  filter: brightness(75%);
}

@font-face {
  font-family: "Bariol";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/bariol.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat Bold";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Montserrat-SemiBold.ttf") format("truetype");
}

/* width */

div#box_menuvideos::-webkit-scrollbar {
  width: 10px;
}

/* Track */

div#box_menuvideos::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

div#box_menuvideos::-webkit-scrollbar-thumb {
  background: #0121b2;
}

/* Handle on hover */

div#box_menuvideos::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#basegaleria {
  display: block;
}

#carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  max-width: 100vw;
  padding: 36px 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: auto;
}

#leftarr,
#rightarr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

section#podcast {
  background-color: #2e2e2e;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  min-height: 500px;
}

section#podcast h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.podcast-images {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.podcast-images img {
  width: 300px;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .podcast-images {
    gap: 30px;
  }

  .podcast-images img {
    width: 250px;
    height: 330px;
  }
}

@media (max-width: 768px) {
  .podcast-images {
    flex-direction: column;
    gap: 20px;
  }

  .podcast-images img {
    width: 80%;
    height: auto;
    max-width: 350px;
  }

  section#podcast h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
