body {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  background-color: #000000;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  
}
.heading_container p{
  position: relative;
  text-align: center;
  margin-bottom: 25px;}

.heading_container h2 {
  position: relative;
  font-weight: bold;
 margin: 30px;
  text-transform: uppercase;
}

.heading_container h2 span {
  position: relative;
  z-index: 2;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 26px;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  margin: 30px;
}

/*header section*/
.hero_area {
  height: 100vh;
  position: relative;
  background-size: cover;
  
}

.sub_page .hero_area {
  height: auto;
  background-image: none;
  background-color: #000000;
}

.sub_page .hero_area::after {
  display: none;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
  
}

.header_section .nav_container {
  margin: 0 auto;
}
.custom_nav-container.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #000000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.content {
  margin-top: 10px; 
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  margin: 10px 30px;
  padding: 0;
  color: #696969;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}


.custom_nav-container .navbar-nav .nav-item .nav-link::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #696969;
  border-radius: 100%;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link, .custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #0062FF;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link::before, .custom_nav-container .navbar-nav .nav-item:hover .nav-link::before {
  background-color: #E6007E;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          
}

.navbar-brand img {
  width: 150px;
  margin-left: 8vw;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #0062FF;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding-top: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.webp);
  background-size: 45px;
}

/*end header section*/
/* slider section */
.slider_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  color: #ffffff;
  background-color: #000000;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section div#carouselExampleControls {
  width: 100%;
}

.slider_section .detail_box {
  padding-right: 10%;
  margin-bottom: 60px;
  
}

.slider_section .detail_box h1 {
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.slider_section .detail_box .btn-box {
  margin-top: 35px;
}

.slider_section .detail_box .btn-box a {
  width: 300px;
  text-align: center;
}

.slider_section .detail_box .btn-box .btn-1 {
  display: inline-block;
  padding: 7px 0px;
  background-color: #00000085;
  color: #a7a6a6;
  border-radius: 30px;
  margin-right: 5px;
  border-color: #0062FF;
  border: 3px solid #0062FF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  transition: box-shadow 0.2s ease-in-out; 
}

.slider_section .detail_box .btn-box .btn-1:hover {
  background-color: #00000085;
  color: #ffffff;
  border-radius: 30px;
  margin-right: 5px;
  border-color: #E6007E;
  border: 3px solid #E6007E;
  box-shadow: 9px 9px 12px rgba(230, 0, 126, 0.4);
}

.slider_section .detail_box .btn-box .btn-2 {
  display: inline-block;
  padding: 7px 0px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 30px;
}

.slider_section .detail_box .btn-box .btn-2:hover {
  background-color: #333333;
}

.slider_section .img-box img {
  width: 75%;
  margin-bottom: 300px;
}
@media only screen and (max-width: 600px) {
  .slider_section .img-box img {
    display: none;
  }
}

.slider_section .carousel_btn-container {
  width: 60px;
  position: absolute;
  bottom: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 10%;
  z-index: 999;
}

.slider_section .carousel_btn-container .carousel-control-prev,
.slider_section .carousel_btn-container .carousel-control-next {
  position: relative;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
#inicio{
  min-height: 100vh;
  background: url(../images/fuma%c3%a7a2.webp) no-repeat fixed center;
  background-attachment: fixed; 
  overflow: hidden;
  background-size: cover;
  height: 100%;
  margin-top: 60px;
}
#sobre{
  min-height: 50vh; 
  background: url(../images/lente.webp) no-repeat fixed center;
  background-attachment: fixed; 
  overflow: hidden;
  background-size: cover;

}
@keyframes scrollFilm {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 40%; 
  }
}

#portfolio{
  min-height: 75vh; 
  background: url(../images/fuma%c3%a7a2.webp) no-repeat fixed center;
  background-attachment: fixed; 
  overflow: hidden;
  background-size: cover;
  text-align: center;
  align-items: center;
}
@keyframes scrollFilm {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 40%; 
  }
}

#contato{
  min-height: 50vh; 
  height: 100%;
  background: url(../images/lente.webp) no-repeat fixed center;
  background-attachment: fixed; 
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}

@keyframes scrollFilm {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 40%; 
  }
}
.about_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin: 50px;
}
.heading_container .slick-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading_container .slick-slider {
  width: 70%;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  }

  @media only screen and (max-width: 600px) {
    .slick-carousel {
      width: 90%;
      margin: 20px auto;
    }
  } 
  .carrossel{
    display: inline-block;
    margin: 50px;
  }
  
  .video-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .video-wrapper {
    flex: 0 0 auto;
    width: 100%; /* Ajuste conforme necessário */
    margin-right: 10px; 
    box-sizing: border-box;
  }
  
  .video-wrapper iframe {
    width: 100%;
    max-width: 100%;
  }
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
  }
  
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 50%;
    max-width: 100%; 
    box-sizing: border-box;
    border-radius: 8px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
  }
  @media only screen and (max-width: 600px) {
    .modal-content {
      width: 90%; 
      max-width: none; 
      padding: 10px;
    }
  }
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
  }
  .parceiros {
    max-width: 150px; 
    height: auto; 
    filter: grayscale(100%); 
    transition: filter 0.3s; 
    cursor: pointer;
    border-radius: 5px; 
  
    transition: transform 0.3s ease-in-out;
  }
  
  .parceiros:hover {
    filter: grayscale(0%); 
    transform: scale(1.1);
  }


.about_section .box .detail-box {
  text-align: center;
}
.detail-box p{
  text-align: center;
  margin: 25px;
}

@media only screen and (max-width: 600px) {
  .detail-box {
    height: 100%;
    width: 100%;  

  }
}

.about_section .box .detail-box a {
  display: inline-block;
  padding: 12px 60px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  margin-top: 35px;
  
  
}

.about_section .box .detail-box a:hover {
  background-color: #333333;
}

.portfolio_section {
background-color: rgba(70, 68, 70, 0.6);
}

.portfolio_section .portfolio_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio_section .portfolio_container .img-box {
  margin: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.portfolio_section .portfolio_container .img-box img {
  width: 100%;
  height: 100%;
}

.portfolio_section .portfolio_container .img-box .btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio_section .portfolio_container .img-box .btn-box a {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
}


.portfolio_section .portfolio_container .img-box:hover a {
  display: block;
}

.portfolio_section .portfolio_container .img-box:hover::before {
  display: block;
}

.portfolio_section .portfolio_container .box-1,
.portfolio_section .portfolio_container .box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.portfolio_section .portfolio_container .box-2-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.portfolio_section .portfolio_container .box-2-btm .box-2-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio_section .see_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio_section .see_btn a {
  display: inline-block;
  padding: 12px 60px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 40px;
  text-transform: uppercase;
  margin-top: 35px;
}

.portfolio_section .see_btn a:hover {
  background-color: #333333;
}


.client_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.client_section .btn_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.client_section .detail-box h4 {
  text-transform: uppercase;
}

/* contact section */
.contact_section .row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-item: center;
}

.contact_section .contact_form-container {
  margin-top: 45px;
  background-color: #0000005e;
  border-radius: 15px;
  padding: 15px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  width: 100%;
  margin: 15px 0;
  background-color: transparent;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #ffffff;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #ffffff;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #ffffff;
}

.contact_section .contact_form-container input::placeholder {
  color: #ffffff;
}

.contact_section .contact_form-container textarea.message_input {
  margin-top: 30px;
  width: 100%;
  resize: vertical;
  background-color: #00000085;
  color: #fff;
  border-radius: 15px;
  padding: 15px;

}
.formulario textarea.message_input::placeholder,
.formulario input.message_input::placeholder {
  color: #fff; }
  @media only screen and (max-width: 600px) {
    .message_input {
      width: 100%;}
    }

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 12px 50px;
  background-color: #00000085;
  color: #b9b9b9;
  border-radius: 30px;
  margin-right: 5px;
  border-color: #0062FF;
  border: 3px solid #0062FF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  transition: box-shadow 0.2s ease-in-out; 
}

.contact_section .contact_form-container button:hover {
  background-color: #00000085;
  color: #ffffff;
  border-radius: 30px;
  border-color: #E6007E;
  border: 3px solid #E6007E;
  box-shadow: 9px 9px 12px rgba(230, 0, 126, 0.4); /* Adiciona sombra maior no hover */
}
.feedback-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  z-index: 9999;
}

.success {
background-color: #4caf50;
  color: #fff;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: fixed;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 999;

}
.error {
  background-color: #f44336;
color: #fff;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: fixed;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

#info{
  min-height: 25vh; 
  height: 15%;
    background: url(../images/fuma%c3%a7a2.webp) no-repeat fixed center;
    background-attachment: fixed; 
    overflow: hidden;
    background-size: cover;
    margin: 0 !important;
    padding: 0 !important;
    
  
  }
  @keyframes scrollFilm {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 40%; 
    }
}

.info_section {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.info_section .info_container {
  width: 75%;
  margin: 0 auto;
}

.info_section .info_social {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social h4 {
  text-transform: uppercase;
  font-weight: 800;
}

.info_section .info_social .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social .social_box a {
  font-size: 35px;
  min-width: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px; 
  margin: 25px;
  color: #0062FF;
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  
}


.info_section .info_social .social_box a:hover {
  color: #ffffff;
}
.contact .container{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-info {
  padding:20px;
  margin-top: 45px;
  border-radius: 15px;
  background-color: #0000004b;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  width: 100%;
  align-itens: center;
  justify-content: center;
}
.contact-item {
  display: flex;
  align-items: flex-start; 
  margin-bottom: 20px;
}

.contact-item i {
  font-size: 20px;
  margin-right: 12px;
  margin-top: 4px; 
}

.contact-item p,
.contact-item a {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  .contact-info {
    margin-top: 15px !important;
    margin: auto;
      padding: 1rem;
  }

  .contact-item {
      margin: 30px 
  }

  .contact-item i {
      font-size: 16px;
  }

  .contact-item p {
      line-height: 16px;
  }
}
.footer_section {
  background-color: #47474736;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.footer_section p {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
  width: 55%;
  font-size: 13px;
}

.footer_section a {
  color: #ffffff;
}
