body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #f8f8f8;
  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;
}

.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;
  margin: 0;
}

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

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.container_border_style {
  position: relative;
  padding: 20px;
}

.container_border_style::before,
.container_border_style::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 90px;
  background-color: #03a7d3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.container_border_style::before {
  left: 0;
}

.container_border_style::after {
  right: 0;
}

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;
  background-color: #020230;
  min-height: 100vh;
  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 .hero_area {
  min-height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 10px 0;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 1px 3px;
  margin: 10px 15px;
  color: #0c0c0c;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

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

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

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

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: blue;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.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: orangered;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.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;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 90px;
}

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

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

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

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 2rem;
}

.slider_section .detail-box h1 span {
  font-size: 3rem;
  color: #03a7d3;
}

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

.slider_section .detail-box a {
  margin: 5px;
  width: 195px;
  text-align: center;
  margin-left: 10pc;
}

.slider_section .detail-box .btn-1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #03a7d3;
  border-radius: 5px;
  border: 1px solid #03a7d3;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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



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

.slider_section .carousel_btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  z-index: 3;
  font-size: 22px;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #03a7d3;
  opacity: 1;
  font-size: 28px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  background-color: #ffffff;
  color: #0c0c0c;
}

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

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

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

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

.about_section .detail-box a:hover {
  background-color: transparent;
  color: orangered;
}

/* ================================
   Estilos Gerais da Seção de Serviços
   ================================ */
.service_section {
  position: relative;
}

.service_section .box {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
  background-color: #fafafa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.service_section .box .img-box {
  width: 75px;
  height: 75px;
  background-color: #3498db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 10px;
}

.service_section .box .img-box img {
  width: 100%;
  max-width: 45px;
  max-height: 45px;
}

.service_section .box .detail-box {
  margin-top: 15px;
  font-size: 17px;
}

.service_section .box .detail-box h4 {
  font-weight: 600;
  font-size: 20px;
}

.service_section .box .detail-box a {
  color: #3498db;
  transition: color 0.3s ease;
}

.service_section .box .detail-box a:hover {
  color: orangered;
}

.service_section .box:hover .img-box {
  background-color: orangered;
}


/* ================================
     Estilos Gerais da Seção Servidor
     ================================ */
.server_section {
  background: linear-gradient(110deg, transparent 25%, #020230 25%);
  padding: 55px 0;
  color: #ffffff;
}

.server_section .row {
  display: flex;
  align-items: center;
}

.server_section .img-box {
  position: relative;
}

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

.server_section .img-box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  background-color: #03a7d3;
  color: #ffffff;
  outline: none;
}

/* ================================
     Animações do Botão Play
     ================================ */
@keyframes before-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes after-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.server_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  transition: all 0.3s ease;
  margin-top: 25px;
  text-decoration: none;
}

.server_section .detail-box a:hover {
  background-color: transparent;
  color: #ff4646;
}

.price_section .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.price_section .price_container .box {
  margin: 45px 0px 0px 10px;
}

.price_section .price_container .box .detail-box {
  width: 340px;
  padding: 40px 20px 15px 20px;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.price_section .price_container .box .detail-box h2 {
  font-weight: 500;
}

.price_section .price_container .box .detail-box small {
  font-size: 15px;
}

.price_section .price_container .box .detail-box h2 span {
  font-size: 2rem;
}

.price_section .price_container .box .detail-box h6 {
  text-transform: uppercase;
  color: #03a7d3;
  font-size: 32px;
  margin-bottom: 10px;
}

.price_section .price_container .box .price_features {
  padding: 0;
  list-style-type: none;
  font-size: 17px;
}

.price_section .price_container .box .price_features li {
  margin: 10px 0;
}

.price_section .price_container .box .btn-box {
  margin-top: 25px;
}

.price_section .price_container .box .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: orangered;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid orangered;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.price_section .price_container .box .btn-box a:hover {
  background-color: transparent;
  color: orangered;
}

.price_section .price_container .box .btn-box a:hover {
  background-color: #03a7d3;
  color: #ffffff;
}

.price_section .price_container .box:hover {
  color: #ffffff;
}

.price_section .price_container .box:hover .detail-box {
  background-color: #03a7d3;
}

.price_section .price_container .box:hover h6 {
  color: #ffffff;
}

.price_section .price_container .box:hover a {
  background-color: #03a7d3;
  color: #ffffff;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

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

.contact_section .form_container input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::placeholder {
  color: #b0b0b0;
}

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

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 65px;
  background-color: #0066CC;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #0066CC;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: orangered;
  border: 1px solid orangered;
}

/* info section */
.info_section {
  background-color: rgb(3, 5, 54);
  color: #ffffff;
  height: auto;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: orangered;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  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;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: orangered;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 16px;
}

.info_section .info_links a img {
  margin-right: 10px;
}

.info_section .info_links a:hover,
.info_section .info_links a.active {
  color: orangered;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: orangered;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid orangered;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: transparent;
  color: orangered;
}

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

.footer_section p {
  color: #ffffff;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #ffffff;
}

.footer_section p a {
  color: inherit;

  .detail-box {
    max-width: 300px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .price {
    font-size: 28px;
    font-weight: bold;
    color: #28a745;
  }

  .sub-price {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 5px;
  }

  h6 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
  }

  .price_features {
    list-style: none;
    padding: 0;
  }

  .price_features li {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
  }

  .price_features li:last-child {
    border-bottom: none;
  }


}

/* Estilização geral da seção */
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: rgba(200, 200, 200, 0.1) !important;
  /* Fundo cinza para divisão da seção */
}

.bg-light {
  background-color: #f8f9fa;
}

.container {
  max-width: 1100px;
}

/* Estilização do título */
.row.text-center span {
  font-size: 35px;
  font-weight: bold;
  color: rgb(255, 106, 0);
}

/* Ajustes na imagem */
.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-style: outset;
  border-radius: 30px;
  border-color: blanchedalmond;

}

/* Estilização do texto lead */
.lead {
  font-size: 1.2rem;
  line-height: 1.8;
  /* Aumenta o espaçamento entre linhas */
  color: #555;
}

/* Lista de benefícios */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-unstyled li {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #0c0c0c;
}

.list-unstyled i {
  font-size: 1.5rem;
  color: #28a745;
}

/* Espaçamento entre os itens da lista */
.list-unstyled li span:last-child {
  line-height: 1.0;
}

@media (max-width: 768px) {
  .col-lg-6 {
    text-align: center;
  }
}

#facturador-electronico img {
  max-width: 100px;
}

@media (max-width: 768px) {
  #facturador-electronico .row {
    text-align: center;
  }
}

.text-primary {
  color: #0c0c0c !important;
  font-weight: 500;
}

#facturador-electronico h2 {
  margin-bottom: 78px !important;
  color: orangered;
}

.row {
  padding-top: 20px;
}

.hero_area {
  background-image: url('../images/fundo_muito_escuro.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.contact_section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.heading_container h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #2c3e50;
}

.subheading {
  color: #7f8c8d;
  margin-bottom: 40px;
}

.form_container {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-control {
  height: 50px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 10px 15px;
}

.message-box {
  height: auto !important;
  min-height: 120px;
}

.btn-primary {
  background-color: #3498db;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-primary:hover {
  background-color: #2980b9;
}

.map-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.location-info {
  background: white;
  padding: 20px;
}

.location-info h4 {
  color: #2c3e50;
  margin-bottom: 15px;
}

.location-info p {
  margin-bottom: 10px;
  color: #7f8c8d;
}

.location-info i {
  margin-right: 10px;
  color: #3498db;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.img-box img {
  opacity: 0;
  animation: fadeIn 0.7s ease-out forwards;
}

.card-hover {
  transition: transform 0.3s ease-in-out;
}

.card-hover:hover {
  transform: translateY(-10px);
  /* Move o card para cima */
}

.card-hover img {
  transition: transform 0.3s ease-in-out;
}

.card-hover:hover img {
  transform: translateY(-10px);
  /* Move a imagem para cima */
}

.card-hover h3,
.card-hover p {
  transition: transform 0.3s ease-in-out;
}

.card-hover:hover h3,
.card-hover:hover p {
  transform: translateY(-10px);
  /* Move o texto para cima */
}

.btn-ver-mais {
  display: inline-block;
  background-color: black;
  opacity: 0.7;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  text-decoration: underline;
  transition: background-color 0.3s ease;
}

.btn-ver-mais:hover {
  background-color: orangered;
}

.price_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  /* Centraliza o botão */
  margin-top: 30px;
}

.navbar-nav .nav-item .nav-link:hover {
  color: orangered !important;
}

.nav-item a img:hover {
  transition: 0.5s ease-in-out;
  color: black !important;
  transform: scale(1.4);
  transition: transform 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: black !important;
  transition: color 0.3s ease-in-out;
}

.fatura-eletronica {
  font-family: 'Poppins', sans-serif;
}

.fatura-eletronica .text-muted {
  color: #333333 !important;
}

.header_section {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: blanchedalmond;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.price_container .box {
  margin-bottom: 30px;
}

.price_features i {
  margin-right: 3px;
}

.price_container .box{
  padding-right: 10px;
}



.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  z-index: 1000;
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.6);
  animation: float 3s ease-in-out infinite, pulse 2s infinite;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.whatsapp-float:hover {
  transform: scale(1.60) rotate(5deg);
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.8);
  }
  100% {
    box-shadow: 0 0 0px rgba(37, 211, 102, 01);
  }
}

.toch-aviso {
  position: relative;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.811), orangered);
  width: 100%;
  z-index: 10;
  font-size: 20px;
}

.aviso-content {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  z-index: 20;
}

.aviso-content i {
  animation: pulse-icon 2s infinite;
}

@keyframes pulse-icon {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.85; }
  100% { transform: scale(1); opacity: 1; }
}

/* Ícone flutuante */
.floating-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: url('../images/star.png') no-repeat center/contain;
  opacity: 0.6;
  animation: float 3s alternate, shine 1.5s infinite;
  z-index: 30;
}



@keyframes shine {
  0% { opacity: 0.3; filter: brightness(2); }
  50% { opacity: 1; filter: brightness(10); }
  100% { opacity: 0.3; filter: brightness(2); }
}

/* Limitar a flutuação do ícone para que ele não ultrapasse a área */
.floating-icon {
  max-height: 30px; /* Impede o ícone de subir muito */
  max-width: 50px; /* Garante que o ícone não cresça demais */
  overflow: hidden; /* Impede que a estrela "vaze" para fora da tela */
}
