

d-flex {
    display: flex;
}

flex-column {
    flex-direction: column;
}
flex-row {
    flex-direction: row;
}

.titulos-servicios {
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.imgTips 
{
    width: 250px!important;
margin: auto;
    
   
    border-radius: 8px;
}


.modal-dialog {
  max-width: 800px;
}

.modal-body img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.modal-body ul {
  padding-left: 20px;
}

.modal-body li {
  margin-bottom: 8px;
}

#fh5co-hungry-tips {
  padding: 7em 0;
  background-color: #fafafa;
}

#fh5co-hungry-tips .tip-content {
  padding: 2em 3em;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  max-width: 800px;
}

#fh5co-hungry-tips .tip-content h3 {
  color: #333;
  font-weight: 500;
  margin-bottom: 1em;
}

#fh5co-hungry-tips .tip-content p {
  color: #333;
  font-size: 18px;
  line-height: 1.7;
}

/* Mobile Optimizations */
@media (max-width: 768px) {

  #fh5co-hungry-tips .tip-content {
    padding: 1.5em;
  }
  
  #fh5co-hungry-tips .tip-content p {
    font-size: 16px;
  }

  .modal-dialog {
    margin: 1rem;
    height: 85vh;
  }
  
  .modal-content {
    height: 100%;
    overflow-y: auto;
  }

  .modal-body {
    padding: 0.75rem;
  }

  .modal-body p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }

  .modal-body ul {
    padding-left: 15px;
    margin-bottom: 0.5rem;
  }

  .modal-body li {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .modal-title {
    font-size: 18px;
  }

  .modal-body img {
    height: 100px;
    margin-bottom: 0.5rem;
  }

  .modal-header {
    padding: 0.75rem;
  }

  .modal-footer {
    padding: 0.5rem;
  }

  .btn {
    font-size: 14px;
    padding: 0.375rem 0.75rem;
  }
}

/* Extra small devices optimization */
@media (max-width: 320px) {
  .modal-body p, 
  .modal-body li {
    font-size: 13px;
  }

  .modal-title {
    font-size: 16px;
  }

  .modal-body img {
    height: 120px;
  }
}