
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(0, 0, 0);
    min-width: 1024px;
    overflow-x: auto;
}

.titulo {
    font-weight: 700;
    margin: 0.8rem 0;
}
.titulo.variante1 {
    font-weight: 100px;
    font-size: 2rem;
    color: #ffffff; 
    text-align: center;
}

.titulo.variante2 {
    font-size: 2.5rem;
    color: rgb(255, 255, 255);
    text-align: center;
}

.encabezado {
    font-weight: bold;
    margin: 0.8rem 0;
}

.encabezado.variante2 {
    font-size: 2rem;
    color: rgb(133, 133, 133);
    text-align: center; 
}

.subtitulo {
    font-weight: normal;
    margin: 0.5rem 0;
    font-style: italic;
}

.subtitulo.variante1 {
    font-size: 1.4rem;
    color: rgb(192, 3, 255);
    text-align: center; 
}


.texto-normal {
    font-size: 1rem;
    margin: 0.5rem 0;
}

.texto-normal.variante1 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
}

.texto-normal.variante2 {
    font-size: 1rem;
    color: rgb(133, 133, 133);
    text-align: center;
}

.texto-normal.variante3 {
    font-size: 1rem;
    color: rgb(7, 7, 7);
    text-align: center;
}

.contenedores {
    display: flex; 
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

.contenedor {
    flex: 1 1 calc(33.33% - 20px);
    max-width: 300px;
    background-color: #ffffff00;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.contenedor.variable2 {
    flex: 1 1 calc(33.33% - 20px);
    max-width: 400px;
    background: linear-gradient(45deg, #4b041094, #1d0c4b);    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 50px;
    text-align: center;
}

.acordeon {
    width: 80%;
    max-width: 700px;
    background-color: #00000000;
    overflow: hidden;
}


.contenido {
    display: none;
    padding: 1rem;
    background-color: #2c2c2c00;
    font-size: 1rem;
    border-bottom: 1px solid #707070;
    color: #808080;
}

.item:last-child .contenido {
    border-bottom: none;
}

.imagen {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .contenedor {
        flex: 1 1 100%;
    }
}

.cinta-decorativa {
    width: 100%;
    height: 160px; 
    background: url('cuadros/grafica/cinta.png') no-repeat center center;
    background-size: cover;
    margin: 0px 0;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
}

.modern-button {
    display: block;
    margin: 10px;
    padding: 12px 24px;
    background-image: url('cuadros/grafica/boton.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 40px;
    box-shadow: 0 40px 120px rgba(192, 3, 255, 0.71);
    transition: transform 0.2s, filter 0.2s;
    width: 100% auto;
    height: 600px;
    line-height: 200px;
}

.modern-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.2);
}

.modern-button:active {
    transform: translateY(1px);
    filter: brightness(0.9);
}

.center-container-b {
    margin: 100px;
    text-align: center;
    margin-top: 80px;
}


.footer {
    color: rgb(107, 107, 107);
    padding: 20px 0;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0 50px;
}

.footer-section {
    flex: 1;
    margin: 10px;
    text-align: left;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 10px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-section a {
    color: #484949;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer-bottom p {
    padding-top: 10px;
    font-size: 10px;
    color: #b2b3b3;
}

.bitcoin {
    width: 100%;
    height: 600px;
    background: url('cuadros/grafica/pady-bitcoin.jpg') no-repeat center center;
    background-size: cover;
    margin: 0;
}

.pady {
    width: 400px;
    height: 290px;
    background: url('cuadros/grafica/pady-400px.png') no-repeat center center;
    background-size: cover;
    margin: 0 auto;
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

.containerpoliticas {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: rgb(0, 0, 0);
    box-shadow: 0 4px 8px rgba(100, 100, 100, 0.1);
}
h1, h2, p {
    color: #ffffff;
}
ul {
    list-style-type: none;
    padding-left: 0;
    color: #d6d6d6;
}
ul li {
    margin-bottom: 10px;
    color: #898989;
}
.section-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 60px;
    color: rgba(192, 3, 255, 0.71);
}

.logo-container {
    position: absolute;
    top: 30px;
    left: 180px;
    z-index: 10;
}

.logo-container img {
    width: 646px; 
    height: auto;
}

.logo-containerdos {
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 10;
}

.logo-containerdos img {
    width: 250px; 
    height: auto;
}