body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background-color: #F5F5F5;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ff0e06;
  }

  .btn-ajuda{
    
    background-color: #ff0e06;
    color:#ffffff;
    font-size: 1.2rem;
    padding: 8px;
  }

.icones{
   
    color:#ff0e06;    
}

.icones span{
    font-size: 60px;
}

  .navbar {
    background-color: #FFFFFF;
    padding: 20px 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  }
  .navbar-brand img {
    height: 80px;
    width: auto;
  }
  .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ff0e06 !important;
    font-size: 16px;
    margin-left: 25px;
    transition: color 0.3s ease;
  }
  .nav-link:hover, .nav-link.active {
    color:#333 !important;
  }
  .carousel {
    margin-top: 100px;
  }
  .carousel-inner {
    height: 600px;
  }
  .carousel-item img {
   
    object-fit: cover;
  }
  .carousel-caption {
    background-color: rgba(0, 91, 150, 0.8);
    padding: 20px 30px;
    border-radius: 10px;
    bottom: 60px;
    text-align: center;
  }
  .carousel-caption h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .carousel-caption p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .section {
    padding: 100px 0;
  }
  .section h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
  }
  .card {
    border: none;
    background-color: #FFFFFF;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    border-radius: 12px;
    transition: transform 0.3s ease;
  }
  .card:hover {
    transform: translateY(-10px);
  }
  .card-img-top {
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .card-body {
    padding: 25px;
  }
  .card-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .card-text {
    font-size: 15px;
    color: #666;
    font-weight: 300;
  }
  .service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .btn-primary {
    background-color:#ff0e06;
    border-color:#ff0e06;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  .btn-primary:hover {
    background-color: #333;
    border-color: #333;
  }
  .form-control {
    border-radius: 8px;
    border: 2px solid #E5E5E5;
    font-size: 15px;
    padding: 12px;
    background-color: #FAFAFA;
  }
  .form-control::placeholder {
    color: #AAA;
  }
  .form-label {
    font-size: 15px;
    color:#ff0e06;
    font-weight: 400;
  }
  .footer {
    background-color:#333;
    color: #FFFFFF;
    padding: 60px 0 30px;
  }
  .footer h5 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .footer p, .footer a {
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 12px;
    font-weight: 300;
  }
  .footer a:hover {
    color: #F68A1E;
  }
  .footer .social-icons img {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    transition: opacity 0.3s ease;
  }
  .footer .social-icons img:hover {
    opacity: 0.8;
  }

  .bg-image{
    width: auto;
    height: 600px;
    background-size: cover;
  }

  .txt-galeria{
    text-align: center;
  }
  @media (max-width: 768px) {
    .carousel-inner {
      height: 400px;
    }
    .carousel-item img {
      height: 400px;
    }
    .carousel-caption h5 {
      font-size: 20px;
    }
    .carousel-caption p {
      font-size: 16px;
    }
    .section {
      padding: 50px 0;
    }
    .section h2 {
      font-size: 28px;
    }
    .navbar-brand img {
      height: 50px;
      width: auto;
    }
    .nav-link {
      margin-left: 0;
      padding: 10px 15px;
    }
  }