@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Poppins:wght@400;600;700&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
}

.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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;
}

/*header section*/
.hero_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .header_section {
  border-bottom: 1px solid #1166B5;
}

.header_section {
  background-color: #ffffff;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section.ip_header {
  background: #303841;
}

.header_section.ip_header .custom_nav-container .contact_nav a {
  color: #ffffff;
}

.custom_nav-container .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: auto;
}

.custom_nav-container .contact_nav a {
  padding: 0px 5px;
  color: #000000;
  text-align: center;
}

.custom_nav2 {
  padding: 0;
}

.custom_nav2 .custom_nav-container {
  padding: 5px 0;
  background-color: #1166B5;
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
          clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
}

.custom_nav2 .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.custom_nav2 #navbarSupportedContent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-brand {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
  margin-right: 45px;
}

.navbar-brand span {
  color: #1166B5;
}

.navbar-brand:hover {
  color: inherit;
}

.custom_nav-container .nav_search-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  color: #ffffff;
  border: none;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: auto;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  min-height: 100vh;
  background: #303841;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider_section .slider_container {
  margin: auto 0;
  padding: 75px 0;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.slider_section .detail-box p {
  color: #ffffff;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  margin: 35px -5px 0 -5px;
}

.slider_section .detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 7px 0;
  background-color: #1166B5;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #5AADF7;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  color: #5AADF7;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 7px 0;
  background-color: #ffffff;
  color: #020000;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  color: #1166B5;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: transparent;
  border: 2px solid #1166B5;
  border-radius: 100%;
}

.slider_section .carousel-indicators li.active {
  width: 18px;
  height: 18px;
  border: 3px solid #1166B5;
}

/* end slider section */
.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1166B5;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #1166B5;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #1166B5;
}

.about_section ul {
  padding-left: 0;
  list-style-type: none;
}

.about_section ul li {
  margin-bottom: 10px;
}

.about_section ul i {
  color: #1166B5;
  margin-right: 5px;
}

.service_section {
  background: #303841;
  color: #ffffff;
}

.service_section .box {
  margin: 10px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 45px;
  border-radius: 5px;
  overflow: hidden;
}

.service_section .box .img-box img {
  width: 100%;
}

.service_section .box .detail-box {
  padding: 25px;
  background: #ffffff;
  color: #000000;
}

.service_section .box .detail-box h5 {
  font-weight: 600;
}

.service_section .box .detail-box a {
  color: #1166B5;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1166B5;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #1166B5;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #1166B5;
}

.team_section .box {
  color: #ffffff;
  text-align: center;
  margin-top: 45px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.team_section .box .img-box img {
  width: 100%;
}

.team_section .box .detail-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 0 15px;
  background-color: rgba(48, 56, 65, 0.9);
  -webkit-transform: translateY(65px);
          transform: translateY(65px);
  min-height: 145px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.team_section .box .detail-box h5 {
  font-weight: 600;
}

.team_section .box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}

.team_section .box .social_box a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #1166B5;
  line-height: 30px;
  margin: 0 2.5px;
}

.team_section .box:hover .detail-box {
  border-radius: 15px 15px 0 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1166B5;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #1166B5;
}

.team_section .btn-box a:hover {
  background-color: transparent;
  color: #1166B5;
}

.contact_section {
  position: relative;
}

.contact_section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact_section .form_container {
  padding: 25px;
  background: #303841;
  color: #ffffff;
  border-radius: 5px;
}

.contact_section form {
  margin-top: 20px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  border: 1px solid #a5a5a5;
}

.contact_section input::-webkit-input-placeholder {
  color: #1c1b1b;
}

.contact_section input:-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::placeholder {
  color: #1c1b1b;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 10px 65px;
  background-color: #1166B5;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #1166B5;
  color: #fff;
  margin-top: 10px;
}

.contact_section button:hover {
  background-color: transparent;
  color: #1166B5;
}

.contact_section .img-box {
  height: 100%;
}

.contact_section .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

/* client section start */
.client_section {
  position: relative;
}

.client_section .heading_container {
  margin-bottom: 30px;
}

.client_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;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  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;
  width: 105px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
  width: 100%;
  border: 5px solid #ffffff;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 75px 25px 25px 25px;
  background-color: #303841;
  color: #ffffff;
  border-radius: 15px;
}

.client_section .box .detail-box i {
  color: #1166B5;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  border-radius: 5px;
  margin: 0 15px;
  border: 1px solid #168cfa;
  background-color: #1166B5;
  color: #ffffff;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #1166B5;
}

/* client section end */
.map_section .map_container {
  height: 375px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.map_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.map_section .map_container .map #googleMap {
  height: 100%;
}

/* info section */
.info_section {
  background: #303841;
  color: #ffffff;
  padding: 75px 0 60px 0;
}

.info_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_section .info_contact .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 35px;
}

.info_section .info_contact .link-box i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_contact .link-box:hover i {
  color: #5AADF7;
  background-color: #252525;
}

.info_section .social_container {
  margin-top: 15px;
}

.info_section .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.info_section .social-box a {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  color: #ffffff;
}

.info_section .social-box a:hover {
  color: #5AADF7;
  background-color: #252525;
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */



/* botoes fixos  */
.floating-buttons {
  z-index: 9999;
  position: fixed;
  bottom: 85px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0; /* Inicialmente invisível */
  transition: opacity 0.5s ease; /* Efeito de fade */
}

.floating-buttons.visible {
  opacity: 1; /* Visível com fade */
}

.floating-buttons .btn {
  position: relative; /* Necessário para o tooltip */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s;
}

.floating-buttons .btn-whatsapp {
  background-color: #25D366;
  border-style: solid; 
  border-width: medium;
  border-color: #19c056;
}

.floating-buttons .btn-phone {
  background-color: #007bff;
  border-style: solid; 
  border-width: medium;
  border-color: #1166B5;
}

.floating-buttons .btn:hover {
  font-size: 29px;
}

/* Estilos para os tooltips */
.floating-buttons .btn::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 00%;
  left: -230%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #000000;
  color: white;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  font-size: 14px;
}

.floating-buttons .btn:hover::after {
  opacity: 1;
}


/* Estilos para os tooltips 2 */
#tooltipidiom {
  position: relative;
  display: inline-block;
}

#tooltipidiom .tooltiptext-idiom {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 7px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 20px;
  margin-top: 50px;
  font-size: 12px;
}

#tooltipidiom:hover .tooltiptext-idiom {
  visibility: visible;
}

/* css do fixo no ffoter */

.floating-buttons {
    position: fixed;
    bottom: 120px; /* Ajuste para ficar acima da barra fixa */
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0; /* Inicialmente invisível */
    transition: opacity 0.5s ease; /* Efeito de fade */
}

.floating-buttons.visible {
    opacity: 1; /* Visível com fade */
}

.floating-buttons .btn {
    position: relative; /* Necessário para o tooltip */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
}

.floating-buttons .btn-whatsapp {
    background-color: #25D366;
}

.floating-buttons .btn-phone {
    background-color: #007bff;
}

.floating-buttons .btn:hover {
    opacity: 0.8;
}

/* Estilos para os tooltips */
.floating-buttons .btn::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    font-size: 14px;
}

.floating-buttons .btn:hover::after {
    opacity: 1;
}

/* Estilos para a barra fixa no rodapé */
.fixed-footer {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: #0d0e10;
    color: #76b6fc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.999em;
    cursor: pointer;
}

.fixed-footer:hover {
  color: #51a3fa;
  font-size: 0.97em;
  background-color: #040404;


  
}

/* Estilos para o modal */
.modal {
    display: none; /* Escondido por padrão */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 15px;
    border: 1px solid #888;
    width: 400px;
    text-align: center;
    position: relative;
}

.modal-content .close {
    position: absolute;
    top: 22px;
    right: 28px;
    color: #ff0000;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .modal-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.modal-content .download-icon {
    text-decoration: none;
    color: #007bff;
    font-size: 17px;
}

.modal-content .download-icon i {
    margin-right: 8px;
}


/* paralax aqui */

.parallax_section {
  position: relative;
  background-image: url('https://Solution PRO-desentupimentos.web.app/images/parallax-bg1.jpg'); /* Substitua pelo caminho da sua imagem */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.parallax_inner {
  z-index: 1;
}

.parallax_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Escurecer a imagem de fundo para melhor legibilidade do texto */
  z-index: 0;
}