*{
  box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;
  }
  .contenedorLogoBannerLegal{
    position: relative;
  }
  .contenedorLogoBannerLegal .logo{
    max-width: 485px;
  position: absolute;
  
  }
  .contenedorLogoBannerLegal .logo > img{
    width: 80%;
    left: 20px;
  }
  .imagen-bg{
  
        background-image: url(../img/CdDsZ-3df77095-cff2-4793-b819-fc471c577af7_bg-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        
    }
    .contenedorLogoBannerLegal .legal{
      position: absolute;
      right: 4px;
    top: 72px;    
    }
  .contenedorLogoBannerLegal .img-chico {
    max-width: 100%;
    min-width: 30%;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 50;
    right: 90%;
    bottom: 30px;
    right: 50%;
}

.contenedorLogoBannerLegal .img-chico{
  width:70%;
  margin: 0 auto;
}
.container-fluid{
  width: 100%;
  min-width: 50%;


}
.txt1 {
    justify-content: center;
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 115px;
    left: 45%;
    font-size: 10px;

}
  .color-red{
      color: #DD141C;
      text-decoration-color: #DD141C;
      font-size:40px;
  }
  .link{
    color: #ffffff;
    outline: #ffffff;  
  }
  a:hover{
    color:#dfdfdf;

  }
  .container-fluid{
    text-align: -webkit-center;
  }
  .acordeon{
    margin-top: 30px;
    max-width: 80%;
    align: center;
    margin-bottom: 50px;
  }
  .acordeon__item{
    align-items: center;
  }
.acordeon input{
    display: none;
  }
  .tittle{
    color: #ffffff;
    padding-top: 30px;
  }
  .tittle2{
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
}
.lista{
   color: #ffffff;
}
  .acordeon__titulo{
    padding: 1px;
    display: block;
    background: #DD141C; 
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 0px solid #ffffff;
    border-radius: 10px;
    text-align: left;
  }
  .acordeon__titulo:hover{
    background: #DD141C;
  }
  .acordeon__contenido{
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.5s;
    background-color: #5f5f5f;
    }
    .acordeon input:checked ~ .acordeon__contenido{
      height: auto;
      margin: 15px 0;
    }
    .footer{
      margin-top: 30px;
        background-color: #353535;
        color: white;
        max-width: 100vw;
        margin: 0;
        font-family: var(--roboto);
        font-weight: 100;
    
    }

    .title-accordeon-container{
      width: 12px; 
      background-color:#DD141C;
      height: 100%;
      position: absolute;
      left: 0;
    }

    .ac-closed{
      cursor: pointer;
      background-color: #7d7d7d; 
    }

    .acordeon-icon{
      fill:#DD141C;
      transition: all 1s ease;
      transform: rotatez(0deg);
      cursor: pointer;
    }

    .ac-closed .acordeon-icon{
      transform: rotatez(-90deg);
    }

    .h-title, .h-title strong{
      font-size: 28px;
      padding-bottom: 40px;
    }
    .acordeon-icon{
      height: 40px;
      width: 40px;
    }
   