body {
    background-color: #212121;
  }
  
  header {
    background-color: #2a2929;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }

  .container-general {
    width: 100%;
  }

  /* BANNER */

  .banner-aud {
    position: relative;
    margin-top: 170px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-aud img{
    max-width: 100%; /* La imagen no será más ancha que el contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    padding: 0.5rem 3rem;
  }


  .transparencia, .isotipo-aud {
    position: absolute;
    top: 0;
  }

  .transparencia {
    /* border: 1px solid black; */
    width: 100%;
  }

  .transparencia img{
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    margin-top: 5px;
    margin-left: 110px;
  }

  .isotipo-aud {
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
  }

  .isotipo-aud img {
    margin-right: 190px;
    margin-bottom: 90px;
  }

  .letters-aud {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* border: 1px solid black; */
  }

  .letters-aud h1, .letters-aud h3 {
    margin-left: 190px;
  }

  .letters-aud h1 {
    font-size: 120px;
    font-weight: bold;
    margin-top: 30px;
  }
  
  .letters-aud h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    color: white;
    text-align: left;
    width: 756px;
  }

  /* AUDITORIAS */

  .aud_diag, .aud_inter {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .aud_diag h2, .aud_inter h2 {
    font-size: 47px;
    font-weight: 700;
    color: white;
    margin-top: 25px;
  }

  .container_diag {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 54px;
  }

  .container_diag .diag {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(42, 41, 41);
    border-radius: 43px;
    width: 128rem;
    height: 56rem;
    max-width: 90%;
  }

.cont-red{
  width: 129rem;
  height: 57rem;
  max-width: 92%;
}

  .list_aud_diag {
    margin-right: 120px;
  }

  .image_aud_diag img{
    width: 38rem;

  }


  .list {
    width: 440px;
    background-color: #313131;
    height: 74px;
    border-radius: 52px;
    border: 3px solid #FF0000;
    margin-bottom: 20px;
  }

.list img{
  margin-left: 6px;
    width: 14%;
    height: 85%;
    display: flex;
    margin-top: 1%;

}
  .letters_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .separate {
    background-color: #C41622;
    width: 462px;
    height: 2px;
  }

  .letters_list p{
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
  }

  .list_aud_inter {
    margin-left: 120px;
  }

  .container_inter {
    margin-bottom: 20px;
  }

  .fot-marge {
    margin: 3.8%;
}

.image_aud_diag_dev {
  display: none;
}


/*REPSONSIVE MOBIL*/
@media screen and (max-width: 480px) {
  .container-general {
    margin: 0;
  }

  .banner-aud {
    margin-top: 14rem;
  }

  .aud_diag {
    width: 100%;
    height: 100%;
    margin-bottom: 5rem;
  }

  .aud_diag img, .aud_inter img {
    width: 13%;
  }

  .letters_tit_diag {
    width: 100%;
    margin-bottom: -5rem;
  }

  .letters_tit_diag h2 {
    font-size: 4rem;
  }

  .container_diag img {
    width: 100%;
    border-radius: 40px;
  }

  .cont-red {
    height: 780px;
  }

  .container_diag .diag {
    display: block;
    height: 773px;
  }

  .list_aud_diag {
    margin-right: 0;
    justify-items: center;
  }

  .list {
    width: 95%;
    height: 10rem;
  }

  .list_aud_inter {
    width: 100%;
    margin-left: 0;
    justify-items: center;
  }

  .list img {
    width: 10rem;
    margin-top: 0.75rem;
  }

  .letters_list {
    width: 100%;
  }

  .letters_list p {
    width: 94%;
  }

  .image_aud_diag {
    display: none;
  }

  .image_aud_diag_dev {
    width: 100%;
    justify-items: center;
    text-align: center;
    display: block;
  }

  .image_aud_diag_dev img {
    width: 85%;
    height: 38rem;
    padding: 3rem;
    border-radius: 50px;
  }

  .aud_inter {
    width: 100%;
    margin-bottom: 10rem;
  }

  .aud_inter .p {
    width: 13%;
  }
}