@import '../fontawesome-free/css/all.min.css';
@import '../fonts/fonts.css';

  body {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    padding-top: 80px;
    background-color: #f8f9fa;
    color: #fff;
  }

  #home{ 

  }
  #services{
    background-color: #000;
  }

  #about-us{
    background-color: rgba(0, 0, 0, 0.8);
  }

  #about-us img{
    border-radius: 15px;
  }
  #contact{
    background-color: rgba(0, 0, 0, 0.8) !important;
  }


  /*.full-height-section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }*/

  .header {
    padding-top: 0px;
    text-align: center;
    color: #fff;
    background-color: #333;
  }
  
  .section{
    padding-top: 80px;
    padding-bottom: 30px;
  }
  
  .section h2 {
    margin-bottom: 50px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }
  
  .footer {
    padding: 20px 0;
    background-color: #333;
    color: #f8f9fa;
  }
  
  @media (max-width: 768px) {
    .header {
      padding: 100px 0;
    }
  }
  
  @media (max-width: 576px) {
    .header {
      padding: 80px 0;
    }
  }
  
 
  .card {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
  }
  
  .card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  .card-title {
    color: #333;
    font-weight: bold;
  }
  
  .card-text {
    color: #666;
  }
  
  .btn-primary {
    background-color: #FFCF27;
    border-color: #FFCF27;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  .btn-primary:hover {
    background-color: #bed00f;
    border-color: #bed00f;
    color: #FFCF27;
  }
  
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #bed00f;
    border-color: #bed00f;
    box-shadow: 0 0 0 0.2rem rgba(190, 208, 15, 0.5);
  }
  /*Ajustes*/


  .carousel-item .container .row{    
    min-height: 70vh !important;
  }

  .banner1{
    background-image: url(../img/banner_reacao1.png);
    background-size: cover;
    height: calc(90vh);
  }

  .banner2{
    background-image: url(../img/banner_reacao3.png);
    background-size: cover;
    height: calc(90vh);
  }

  .banner-hero {
    padding-top: 120px;
    max-width: 720px;
  }

  .banner-hero-subtitle {
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.6);
  }

  .banner-hero-subtitle span {
    color: #FFCF27;
  }

  .banner-hero-description {
    font-size: 1.05rem;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  }

  @media (max-width: 991.98px) {
    .banner-hero {
      padding-top: 90px;
    }

    .banner-hero-subtitle {
      font-size: 2.2rem;
    }
  }

  @media (max-width: 575.98px) {
    .banner-hero {
      padding-top: 70px;
    }

    .banner-hero-subtitle {
      font-size: 1.9rem;
    }

    .banner-hero-description {
      font-size: 0.96rem;
    }
  }

  .list-group .list-group-item {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }

/*FIm Ajustes*/
  /*Counter*/
    .nun-counter h2{
      padding-bottom: 0px;
      margin-bottom: 0px;
      font-weight: bold;
      font-size: 50px;
      color: #FFF;
      text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    .nun-counter p{
      margin-bottom: 20px;
      font-weight: bold;
    }
  /*End Counter*/
  /*Scroll to top button*/
  .scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.8);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
    display: none;
  }

  .scroll-to-top.show {
    display: block;
  }

  .whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #25d366;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 44px;
    cursor: pointer;
    z-index: 9998;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
  }

  .whatsapp-float:hover {
    transform: scale(1.05);
    background-color: #20b958;
  }
  /*End Scroll to op button*/

  /*Section Header*/
  #header {
    transition: all 0.6s;
  }

  #header.shrink {
    padding-top: 00px;
    padding-bottom: 00px;
    transition: all 0.6s;
  }

  #header .navbar-brand img {
    height: 80px;
    transition: all 0.6s;
  }

  #header .navbar-brand img.shrink {
    height: 40px;
    transition: all 0.6s;
  }

  #header .navbar {
    background-color: #000;
  }

  #header .navbar .navbar-brand {
    color: #FFCF27;
  }

  #header .navbar .nav-link {
    color: #FFCF27;
  }

  #header .navbar .nav-link:hover {
    color: #FFF;
  }

@media (max-width: 991.98px) {

  .banner1{
    background-image: url(../img/banner_cel.png);
    background-size: cover;
    height: calc(90vh);
  }
  
  #header {
    padding-bottom: 20px;
    transition: all 0.6s;
  }

  #header .shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.6s;
  }
  
  #header .navbar-brand img.shrink {
    height: 60px;
    transition: all 0.6s;
  }
  #header .navbar-toggler {
    color: #FFCF27; 
    background-color: #FFCF27; 
  }
  #home, #services, #about-us, #contact{
    padding: 0px !important;
  }
  #about-us img, #ser{
    margin-bottom: 30px;
  }

  #about-us .fk{
    display: none;
  }
  #services h2{
    margin-top: 30px;
  }
  #services{
    padding-bottom: 30px !important;
  }
  #contact {
    padding: 30px 0px !important;
  }

  #contact .social-media{
    padding-bottom: 20px;
    margin-top: 0px !important;
  }

  #map{
  }

}
  /*End Section*/
/*Section Services */
.fa-circle-check{
  color: #0dc700;
  margin-right: 15px;
}
  /*Section Contact*/
  #contact {
    background-color: #f8f9fa;
    padding: 80px 0;
    color: #fff;
  }
  
  #contact .section-heading {
    text-align: center;
    margin-bottom: 50px;
  }
  
  #contact .section-heading h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  #contact .section-heading p {
    font-size: 18px;
    color: #666;
  }
  
  #contact .contact-info {
    margin-bottom: 50px;
  }

  /* Banner cards start */
  .banner-services-section {
    background: #090909;
    padding: 60px 0 40px;
  }

  .banner-services-section .banner-card {
    background: transparent;
    display: flex;
    flex-direction: row;
    text-align: left;
    border: none;
    box-shadow: none;
    padding: 0;
    min-height: auto;
  }

  .banner-services-section .banner-card-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #FFCF27;
    color: #000;
    font-size: 1.6rem;
    margin: 0 14px 0 0;
  }

  .banner-services-section .banner-card h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .banner-services-section .banner-card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .banner-services-section .row.g-3 > [class*="col-"]:not(:last-child) {
    border-right: 0px solid rgba(255, 255, 255, 0.12);
  }

  .banner-services-section .banner-stat {
    display: flex;
    flex-direction: row;
    background: transparent;
    justify-content: left;
    text-align: left;
    border: none;
    padding: 0;
    min-height: auto;
    box-shadow: none;
  }

  .banner-services-section .banner-stat-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 207, 39, 0.12);
    color: #FFCF27;
    margin: 0 14px 0 0;
    font-size: 1.4rem;
  }

  .banner-services-section .banner-stat strong {
    color: #FFCF27;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  .banner-services-section .banner-stat small {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .banner-content {
    padding-top: 40px;
    max-width: 680px;
  }

  .banner-subtitle {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  }

  .banner-subtitle span {
    color: #FFCF27;
  }

  .banner-description {
    font-size: 1rem;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
  }

  .banner-cards-row {
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .banner-card {
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    padding: 28px 22px;
    min-height: 210px;
    color: #fff;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .banner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 207, 39, 0.45);
  }

  .banner-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 207, 39, 0.12);
    color: #FFCF27;
    font-size: 1.4rem;
    margin-bottom: 18px;
  }

  .banner-card h4 {
    margin-bottom: 0.75rem;
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
  }

  .banner-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    font-size: 0.96rem;
  }

  .banner-stats-row {
    gap: 1rem;
    margin-top: 2rem;
  }

  .banner-stat {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 20px 16px;
    min-height: 120px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .banner-stat strong {
    display: block;
    font-size: 1.9rem;
    line-height: 1;
    color: #FFCF27;
    margin-bottom: 0.35rem;
  }

  .banner-stat small {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  @media (max-width: 991.98px) {
    .banner-content {
      padding-top: 30px;
    }

    .banner-card,
    .banner-stat {
      min-width: 100%;
    }

    .banner-services-section .row.g-3 > [class*="col-"] {
      border-right: none;
    }
  }

  @media (max-width: 767.98px) {
    .banner-subtitle {
      font-size: 2.3rem;
    }

    .banner-card {
      padding: 20px;
      border-radius: 20px;
    }

    .banner-stat {
      padding: 18px;
      border-radius: 18px;
    }
  }

  @media (max-width: 575.98px) {
    .banner-subtitle {
      font-size: 2rem;
    }

    .banner-description {
      font-size: 0.95rem;
    }
  }
  /* Banner cards end */
  
  #contact .contact-info p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
  }
  
  #contact .contact-info i {
    margin-right: 10px;
    color: #FFCF27;
    font-size: 24px;
  }
  
  #contact .contact-form {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  #contact .contact-form label {
    font-weight: bold;
    color: #333;
  }
  
  #contact .contact-form input,
  #contact .contact-form textarea {
    border-radius: 5px;
    border: 1px solid #777;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  
  #contact .contact-form input:focus,
  #contact .contact-form textarea:focus {
    outline: none;
    border-color: #777;
    box-shadow: 0 0 0 0.2rem rgba(231, 239, 157, 0.5);
  }
  
  #contact .contact-form button {
    background-color: #FFCF27;
    border-color: #777;
    color: #333;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
  }
  
  #contact .contact-form button:hover {
    background-color: #705906;
    border-color: #705906;
    color: #fff;
  }
  
  #contact .social-media {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  
  #contact .social-media p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
  }
  
  #contact .social-media ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  #contact .social-media ul li {
    display: inline-block;
    margin-right: 10px;
  }
  
  #contact .social-media ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FFCF27;
    color: #333;
    border-radius: 50%;
    transition: background-color 0.3s ease;
  }
  
  #contact .social-media ul li a:hover {
    background-color: #705906;
    color: #fff;
  }
  
  @media (max-width: 767px) {
    #contact .contact-form {
      padding: 20px;
    }
  
    #contact .social-media ul li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
    }
  }
  /*End Section Contact*/
  /*Start Section About Us */
  .list-group .list-group-item{
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 100;
    border: 0px;
  }
  /*End Section About Us*/
