

/*legal*/


.list-legal-information{
    padding-bottom: 20px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .list-legal-information > .spacing-bar{
    display: none;
    width: 2px;
    height: 15px;
    background-color: white;
  }
  /*
  .list-legal-information > li {
    color:white
  }
    
  .list-legal-information > li > a {
    color:white;
    text-align: center;
  }
    */
  
  .list-legal-information > li > a:hover {
    color:rgb(20, 5, 73)
  }
  
  @media screen and (min-width:992px){
  .list-legal-information > .spacing-bar{
    display: flex;
  }
  }
  
  
  
  
  /*legal title*/
  
  .legal-title{
    position: relative;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/backgrounds/testimonial-three-bggg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  
  .legal-title > .container{
    padding:100px 0;
  }

  

  .list-seo{
    height: 400px;
    overflow-y: scroll;
  }





  


.faq_section{
  background-image: url("../img/bg-ortopedista-y-traumatologo-en-cdmx.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}