.fore-title{
    color: black;
    font-size: 30px;
    line-height: 40px;
}



.fore-text{
    color: #666666;
    font-size: 16px;
    line-height: 27px;
}





.preguntasContent{
    padding-top: 250px;
}



@media screen and (min-width:560px) {
    .preguntasContent{
        padding-top: 150px;
    }
}


@media screen and (min-width:800px) {
    .preguntasContent{
        padding-top: 0px;
    }
}







/*legal*/


.list-legal-information{
    padding-top: 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;
    font-size: 16px;
  }
  
  .list-legal-information > li > a:hover {
    color:aqua
  }
  
  @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-dra-sandra-evelyn-lara-sanchez-traumatologo-y-ortopedista-en-cdmx.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  
  .legal-title > .container{
    padding:100px 0;
  }
  

