/*
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: salient
Version: 1.0
*/

/* ========================== MENU ========================== */

nav {
  justify-content: center;
  align-items: center;
}
.logo-spacing {
  display: none !important;
}
ul.buttons.sf-menu {
  margin-top: 30px;
}

.menuHeadliner {
  background-color: black;
  color: white;
  display: block;
  transition: background-color 0.3s ease;
  margin: 30px 0;
}
.menuElements {
  justify-content: center;
  padding: 10px;
}

.menuElements,
.menuHeadlinerContentProjects {
  display: flex;
  gap: 15px;
}

.menuElements,
.menuHeadlinerContentProjects {
  width: 100%;
}
.menuHeadlinerContentProjects {
  margin-top: 25px;
}
.ProjectsMenuHeadliner ul,
.aboutMenuHeadliner ul {
  margin-left: 0px !important;
  padding-left: 15px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-right: 15px !important;
}

.ProjectsMenuHeadliner li,
.aboutMenuHeadliner li {
  display: flex;
  align-items: center;
}
/* .menuHeadlinerContentProjects {
display: none;
} */

nav ul li {
  color: #fff;
  font-size: 22px;
  list-style: none;
  cursor: pointer;
}
nav ul.noProjeto li {
  color: #000;
}
nav .underline li span {
  text-decoration: underline;
}

ul.projects li:before {
  color: #e11376;
  content: "\25AA";
  font-size: 70px;
  padding-right: 5px;
  position: relative;
}
ul.about li:before {
  color: #ff9700;
  content: "\25AA";
  font-size: 70px;
  padding-right: 5px;
  position: relative;
}

ul.projects.noProjeto li:before {
  color: #000 !important;
}
ul.about.noProjeto li:before {
  color: #000 !important;
}

.menuHeadlinerContentInsideAbout,
.menuHeadlinerContentInsideProjects {
  width: 175px;
  padding: 7% 0% 1% 1%;
  border: solid 1px white;
  text-align: left;
}

.menuHeadlinerContentInsideProjects.elemento1 {
  border-color: #e11376;
  color: #e11376;
}

.menuHeadlinerContentInsideProjects.elemento1:hover {
  background-color: #e11376;
  color: white;
  transition: background-color 0.3s ease;
}

.menuHeadlinerContentInsideProjects.elemento2 {
  border-color: #ff9700;
  color: #ff9700;
}

.menuHeadlinerContentInsideProjects.elemento2:hover {
  background-color: #ff9700;
  color: white;
  transition: background-color 0.3s ease;
}

.menuHeadlinerContentInsideProjects.elemento3 {
  border-color: #11b7fe;
  color: #11b7fe;
}

.menuHeadlinerContentInsideProjects.elemento3:hover {
  background-color: #11b7fe;
  color: white;
  transition: background-color 0.3s ease;
}

.menuHeadlinerContentInsideProjects.elemento4 {
  border-color: #4db557;
  color: #4db557;
}

.menuHeadlinerContentInsideProjects.elemento4:hover {
  background-color: #4db557;
  color: white;
  transition: background-color 0.3s ease;
}

.about a {
  color: #ffffff;
}

/* ========================== FOOTER ========================== */

div#footerContent1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.footerColumn {
  width: 33%;
}

#footerContent2 {
  display: flex;
  justify-content: space-between;
  padding-top: 8%;
}

div#columnSocial2 {
  display: flex;
  gap: 10px;
}

.footercopy {
  font-size: 16px !important; 
  line-height: 24px !important;
}


.footerTitle p {
  font-family: "Internacional W05 Thin" !important;
  font-size: 18px !important;
  font-weight: 200 !important;
  padding-bottom: 20px !important;
}
.footerMenu a {
  text-decoration: none !important;
  color: #000000;
}

.footerMenu a:hover {
  color: #000000;
}

@media (max-width: 600px) {
  .footercopy {
    font-size: 14px;
    line-height: 22px;
  }
}

/* ========================== BUTTON ========================== */

.btnGeralHeadliner {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.buttonLeftPart,
.buttonRightPart {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.buttonLeftPart img,
.buttonRightPart img {
  margin-bottom: 0px !important;
}

.buttonLeftPart.show,
.buttonRightPart.show {
  opacity: 1;
  width: 60px;
}

.buttonLeftPart,
.buttonRightPart,
.buttonContentPart {
  border-radius: 15px;
  padding: 15px 20px;
  max-height: 45px;
  height: 45px;
  align-items: center;
  display: flex;
  background-color: #ffffff;
  color: #000000;
  font-size: 0.6em;
  line-height: 1.2em;
}

.buttonLeftPart:hover,
.buttonRightPart:hover,
.buttonContentPart:hover {
  color: #000000;
}

.buttonContentPart {
  cursor: pointer;
}

.blackButton {
  background-color: #000000;
  color: #ffffff;
  border: solid 2px #ffffff;
}

.blackButton:hover {
  color: #ffffff;
}

@media (max-width: 600px) {
  .buttonLeftPart,
  .buttonRightPart,
  .buttonContentPart {
    font-size: 0.7em;
  }
}

@media (max-width: 999px) {
  .buttonLeftPart,
  .buttonRightPart,
  .buttonContentPart {
    font-size: 0.8em;
  }

  .mobileHide {
    display: none;
}

}

/* ========================== FORM  ========================== */

.ff-el-input--content {
  display: block;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 15px;
}

.alinhaPisco .ff-el-input--content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 15px;
}

.ff-el-form-check {
  position: relative;
  height: 100px;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
  transition: 0.3s;
  background: #2a2a2a !important;
  min-width: 24%;
}

.privacyTerms label.ff-el-form-check-label { display: initial; }
.privacyTerms .ff-el-form-check,
.privacyTerms .ff-el-form-check.ff-el-form-check-.ff_item_selected {
    background: transparent !important;
    box-shadow: none;
	height: initial;
}
.privacyTerms .ff-el-form-check span {
	color: #2a2a2a !important;
	padding: 0 0 0 5px !important;
	display: initial;
	font-size: 12px;
}
.privacyTerms .ff-el-group { margin: 0; }
/*.privacyTerms .ff-el-form-check input:checked + span { font-weight: normal; }*/
.privacyTerms .ff-el-form-check.ff-el-form-check-.ff_item_selected input[type=checkbox] { background: red !important; }
.privacyTerms .privacyFooter .ff-el-form-check span { color: white !important; }

.ff-el-form-check input {
  display: none;
}

label.ff-el-form-check-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ff-default .ff-el-input--label label {
  text-transform: capitalize !important;
}
.ff-el-form-check span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}
.ff-el-form-check-input.ff-el-form-check-radio {
  opacity: 0;
}
.ff-el-form-check input:checked + span {
  font-weight: 700;
}

.ff-el-form-check.ff-el-form-check-.ff_item_selected {
  background-color: #e11376 !important;
}


.ff-el-form-check input:checked + span::before {
  content: "\2713";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  font-size: 24px;
  color: white;
  background-color: #e11376;
  border-radius: 50%;
  padding: 5px 10px;
  opacity: 1;
}
.ff-el-group.ff-el-section-break.ff_left {
  margin-bottom: 0px !important;
}
.ff-el-form-check:hover {
  border-color: #e11376;
}
.bg-gray {
  background: #2a2a2a !important;
  padding: 10px !important;
  text-align: left;
  height: 90% !important;
}
.bg-gray label {
  color: white !important;
}
.bg-gray .ff-default .ff-el-form-control,
.ff-default .ff-el-form-control,
body.material input[type="text"]:focus {
  border-color: #888888 !important;
  color: #fff !important;
}
.container-wrap input[type="text"].ff-el-form-control,
.container-wrap textarea.ff-el-form-control,
.ff-default .ff-el-form-control:focus {
  background: transparent !important;
  color: #fff !important;
}

.ff-el-form-control::placeholder {
  color: white !important;
}
.ff-el-section-break hr {
  display: none !important;
}


/* FOOTER FORM */

.span_12.light .bg-gray input[type="text"],
.span_12.light .bg-gray input[type="email"],
.span_12.light .bg-gray input[type="number"],
.span_12.light select {
  background: transparent !important;
}
.bg-gray select option {
  background-color: #2a2a2a !important;
  color: white;
}
.bg-gray select.ff-el-form-control:not([size]):not([multiple]) {
  height: auto !important;
  font-size: 13px !important;
}

.ff-el-form-control::-webkit-outer-spin-button,
.ff-el-form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* POPUP */
button.pum-close.popmake-close {
  border-radius: 0px !important;
}
div#popmake-499 {
  height: 85% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  top: 13% !important;
  left: 65% !important;
  max-height: 85vh !important; /* Garante que o popup não ultrapasse a tela */
}

div#popmake-499:hover {
  overscroll-behavior: contain;
}

body {
  overflow: hidden !important; /* Impede a rolagem da página quando o popup está aberto */
}

@media (max-width: 999px) {
  div#popmake-499 {
    left: 2% !important;
  }

  .alinhaPisco .ff-el-input--content {
    display: block;
}
}

/* ========================== SCROLBAR  ========================== */

::-webkit-scrollbar {
  width: 10px; /* Largura da scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Cor de fundo da barra */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ff9700; /* Cor do "thumb" (a parte que desliza) */
}

::-webkit-scrollbar-thumb:hover {
  background: #e11376; /* Cor ao passar o mouse */
}

/* ========================== LISTA SERVIÇOS ========================== */
.seta img {
  width: 40px !important;
}
.seta a.right.img-loaded {
  float: right !important;
}


#w-100 {
  width: 100% !important;
}


.material .wpb_content_element, .material .wpb_row {
  margin-bottom: 0em;
}


/* ========================== PORTIFÓLIO ========================== */

.nectar-meta-category-el.style-outline > * {
  background-color: #E11376 !important;
}

.nectar-meta-category-el.style-outline > *:before {
  border-radius: 0;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 0px !important;
}

.page-id-17 .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
  right: 0px !important;
  top: 100% !important;
}

.page-id-17 .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
  left: 70% !important;
  top: 100% !important;
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
  border-radius: 0% !important;
}