.img-fluid-service {
    max-width: 70%;
    height: auto;
}
.img-fluid-bg {
    max-width: 240px;
    height: auto;
    border: 5px solid #fff;
}

.w-70 {
    width: 100% !important;
}
@media (min-width: 768px) {
    .div-service:hover{
        /*transform: scale(1.1);*/
        box-shadow: 1px 1px 2px #999;
        background-color: #eef0f3;
    }
  
}

@media (min-width: 992px) {
    .detalles-saturate:hover{
        filter:saturate(180%);
    }
    .detalles-saturate{
        filter:grayscale(30%);

    }
}
.p-white{
    color:white;
}

.p-white:before{
    color:white !important;
}

.back-to-top-custom i {
    padding-top: 12px;
    color: #fff;
}
.box-height-91{
    height: 91%;
}

.cotiza-ws-icon {
    display: inline-block;
    background: #24b67e;
    color: #fff;
    width: 28px;
    height: 28px;
    font-size: 25px;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    z-index: 11;
}
.cotiza-ws-icon:hover {
    background: #24b67e;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 27px;
}
  
  #contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
  }
  
  #contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #24b67e;
  }
  
  #contact .contact-info address,
  #contact .contact-info p {
    margin-bottom: 0;
    color: #24b67e;
  }
  
  #contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #24b67e;
  }
  
  #contact .contact-info a {
    color: #000;
  }
  
  #contact .contact-info a:hover {
    color: #22f82d;
  }
  
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
  
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
      padding: 20px 0;
    }
  }
  
  @media (min-width: 768px) {
    #contact .contact-phone {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
    }
  }
  
  #contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  #contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }
  
  #contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #24b67e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  #contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  #contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #24b67e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }
  
  #contact .php-email-form input,
  #contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
  }
  
  #contact .php-email-form input:focus,
  #contact .php-email-form textarea:focus {
    border-color: #18d26e;
  }
  
  #contact .php-email-form input {
    padding: 10px 15px;
  }
  
  #contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  #contact .php-email-form button[type=submit] {
    background: #24b67e;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
  }
  
  .cat-container{
    text-align: center; 
  }
  .cat-names{
    color: #155724;
  }

  .work-img{
    height: 230px;
  }

  .nav-pills .nav-item button{
    background-color: #fff;
    border-radius: 30px;
    animation-delay: 0.8s;
    border: 2px solid #24b67e;
    color: #24b67e;
    
  }

  
  .nav-pills .nav-item button:hover{
    background-color: #24b67e;
    border-radius: 30px;
    animation-delay: 0.8s;
    border: 2px solid #fff;
    color: #fff; 
  }

  button:focus {
    outline: none;
  }

  .carousel-item h1{
    color: #fff;
  }
  
.title-box {
    margin-bottom:10px;
} 