/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: 1080-filmes
Version: 1.0
*/
/* Esconde por padrão */
.aviso-mobile {
    display: none;
}

/* Mostra apenas em dispositivos sem hover (touch) */
@media (hover: none) and (pointer: coarse) {
    .aviso-mobile {
        display: block;
    }
}
ol.flickity-page-dots {
    display: none;
}
.video-color-overlay{ opacity: 0.3; background: #000; }
.carousel.clients {
  overflow: hidden;
}

.carousel.clients .caroufredsel_wrapper {
  overflow: hidden !important;
}

.carousel.clients .row.carousel {
  display: flex !important;
  width: max-content !important;
  animation: scrollClients 40s linear infinite;
}

.carousel.clients .row.carousel > div {
  flex: 0 0 auto;
}
body.page-id-920 h2, body.page-id-3 h2 {
    margin-bottom: 30px;
}

/*body.page-id-920 h2::before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background: url("/wp-content/uploads/2026/03/clapperboard.png") no-repeat center / contain;
}*/
body.page-id-920 h2::after, body.page-id-3 h2::after {
    content: '';
    width: 50px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    margin-top: 10px;
}
.iwithtext .iwt-text {
    padding-left: 30px;
}
body.page-id-920 [class^=icon-].icon-default-style {
    line-height: 20px;
    height: 20px;
    width: 20px;
    margin-right: 0;
    font-size: 20px;
    color: #000;
    font-style: normal;
    background-color: transparent;
}
.nectar-video-box {
    border: 1px solid #151515;
    border-radius: 15px;
}
@keyframes scrollClients {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1000px) {
    .nectar-scrolling-text.font_size_2vw .nectar-scrolling-text-inner * {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}
@media (min-width: 480px) {

  /* transforma os <p> em flex */
  .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  /* nome ocupa 100% */
  .wpcf7 form p:nth-of-type(1) {
    width: 100%;
  }

  /* email e telefone lado a lado */
  .wpcf7 form p:nth-of-type(2),
  .wpcf7 form p:nth-of-type(3) {
    width: calc(50% - 7.5px);
  }

  /* mensagem ocupa 100% */
  .wpcf7 form p:nth-of-type(4),
  .wpcf7 form p:nth-of-type(5) {
    width: 100%;
  }

}
.wpcf7 textarea {
  height: 150px;
  resize: none;
}
.wpcf7 form .wpcf7-response-output {
    border-color: #000000 !important;
    color: #000 !important;
    text-align: center;
}


