body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
}
/*IDIOMA SELECT*/
/* Estilo para el elemento select */

/* Estilo para las opciones del select */
/* Ajusta el estilo de la imagen en la opción */
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
    background-size: 15px;
    background-repeat: no-repeat;
    max-width: 100%;
    width: fit-content;
}

/* Ajusta el tamaño de la imagen en las opciones individuales */
.select2-results__option img {
  width: 20px !important; /* Ajusta el tamaño específico de la imagen */
}
/* Estilo para las opciones del menú desplegable */
.img-flag {
  width: 20px; /* Ajusta el tamaño de las banderas según sea necesario */
  margin-right: 5px; /* Espacio entre la bandera y el texto */
}
#languageSelector {
  width: 157px; /* Ajusta el ancho según sea necesario */
}
#languageSelector option {
  padding-left: 10px; /* Ajusta el espacio entre la imagen y el texto según sea necesario */
}
#languageSelector option[data-translation-key="Spanish"]::before {
  content: url("../../imagenes/BanderaMexico.png");
  margin-right: 10px; /* Espacio entre la imagen y el texto */
}

#languageSelector option[data-translation-key="English"]::before {
  content: url("../../imagenes/banderaEU.jpg");
  margin-right: 10px; /* Espacio entre la imagen y el texto */
  width: 50px;
}

#languageSelector option[data-translation-key="Portuguese"]::before {
  content: url("../../imagenes/banderaBrazil.png");
  margin-right: 10px; /* Espacio entre la imagen y el texto */
}
/*-------------------------------------------------------*/

.container {
    margin: 80px;
}

h1 {
    font-size: 24px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 1px; /* Margen de 80px en todos los lados */
}

.container li {
    margin-bottom: 25px;
}

li button {
    background-color: #73122d; /* Color de fondo personalizado */
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    display: block; /* Para que los botones ocupen toda la anchura */
    margin-right: auto; /* Centrar los botones horizontalmente */
    margin-left: auto; /* Centrar los botones horizontalmente */
}

li button:hover {
    background-color: #5b0e24; /* Cambio de color al pasar el mouse */
}

.container {
    max-width: 80%;
    /* Ajustado para abarcar el 80% de la pantalla */
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#contenedor_banner {
    margin-top: 100px;
    padding: 0px 50px;
    background-image: url("./FondoLeyContabilidad.png");
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

#contenedor_banner::before {
    content: "";
    background: rgba(0, 0, 0, 0.62);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.contenedor_logo_titulo {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.contenedor_logo_titulo img {
    max-width: 200px;
    height: auto;
    display: block;
}

.contenedor_logo_titulo h2 {
    text-shadow: 2px 2px 2px #818181dc;
    text-align: center;
    color: #fcff58;
    font-family: "Helvetica", Sans-serif;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 1px;
}

.contenedor_logo_titulo p {
    font-size: 25px;
    font-weight: 400;
    text-align: justify;
    width: 90%;
    line-height: 1.5;
    margin-top: 1px;
}

.contenedor_logo_titulo h3 span {
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    width: 90%;
    line-height: 1.5;
    text-transform: uppercase;
    
    
    margin-left: auto;
    margin-right: auto;
    display: block;
}