   body {
      font-family: 'Space Grotesk';
    }
 

    .btn-contacto {
      margin-top: 120px;
      margin-left: 20px;
      margin-right: 20px;
      padding: 20px 48px;
      border: 2.7px solid #FF562D;
      border-radius: 10px;
      font-weight: 600;
      font-size: 30px;
      text-decoration: none;
      cursor: pointer;
      color: #ffffff;
    }
 .hero {

      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      width: 100%;
      height: 85vh;
      background: linear-gradient(rgba(0, 0, 0, 0.856), rgba(0, 0, 0, 0.705)), url(../images/inicio.webp), no-repeat center;
      background-size: cover;
      background-position: top;
      background-attachment: initial;
        flex-direction: column;
    }
    .btn-contacto:hover {
      color: #fb6945;
      transform: scale(1.1);
      
    } 

    .section-gray {
      background-color: #f1f1f1;
    }

    .services-icon img{
      height: 90px;
    }

    

    footer {
      background: #0d0d0d;
      color: white;
      padding: 30px 0;
    }

    .navbar {
      background-color: #1c1d22;
    }
      .arrow-ico {
         
    width: 60px;
    height: auto;
    cursor: pointer;
    }
    .nav-item a {
     color: #f2f2f2;
    text-decoration: none;
    font-family: 'Space Grotesk';
    font-size: 18px;
    font-weight: 700;
    padding: 9px 15px;
    border-radius: 5px;
    }
    .nav-item a:hover {
    background: #FF562D;
     color: #f2f2f2;
}
.h2-info {
    margin: 0;
    font-family: 'Space Grotesk';
    font-weight: 700;
    color: #333333;
    font-size: 30px;
    text-align: justify;
}

 .bg-orange {
  background-color: #ff4a1c;
}

.btn-orange {
  background-color: #ff4a1c;
  color: white;
  border: none;
}

.btn-orange:hover {
  background-color: #e03d14;
  color: white;
}

.border-orange {
  border: 2px solid #ff4a1c !important;
}

.bg-image {
  height: 100%;
}
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff4a1c;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s;
  }

  .social-icon:hover {
    background-color: #e03d14;
    color: white;
  }