@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Permanent+Marker&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
    color: #b0e0e6;
    box-sizing: border-box;
}

.titulo-destaque{
    color: #FAF0E6;
}

.intro {
    display: flex;
    align-items: center;
    margin: 4% 15% ;
    justify-content: space-between;
    gap: 82px;
}

.intro__contenido {
width: 50%;
display: flex;
flex-direction: column;
gap: 40px;
}

.intro__contenido__titulo {
    font-size: 60px;   
    font-family: "Roboto Mono", monospace;
    text-align: center;
}

.intro__contenido__texto {
    font-size: 60px;
    font-family: "Oswald", sans-serif;
    text-align: center;
}

.cifrado {
    display: inline-block;
    padding: 10px 20px;
    font-size: 52px;
    color:#b0e0e6;
    text-align: center;
    text-decoration: none;
    border-radius: 5px; /* Bordes redondeados */
    font-weight: bold;
    transition: background-color 0.3s;
}

.cifrado:hover {
    color: #d88fd8;
}

.intro__enlaces {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.intro__enlaces__link {
    width: 50%;
    text-align: center;
    padding: 21.5px 0;
    border-radius: 16px;
    font-family: "Chakra Petch", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: #8b4513;
    border: 3px solid #d88fd8;
    display: flex;
    justify-content: center;
    gap: 10px;
    text-shadow: 
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.intro__enlaces__link__d {
    width: 50%;
    text-align: center;
    padding: 21.5px 0;
    border-radius: 16px;
    font-family: "Chakra Petch", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: #191970;
    border: 3px solid #87cefa;
    display: flex;
    justify-content: center;
    gap: 10px;
    text-shadow: 
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;

}

.intro__enlaces__link:hover{
    background-color: #272727;
}

.intro__enlaces__link__d:hover{
    background-color: #272727;
}

.intro__imagen__contenedor {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.intro__imagen {
    width: 80%;
    margin: auto;
    display: block;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    mask-size: cover;
    mask-position: center;
    transition: filter 0.3s ease, mask-image 0.3s ease;
}

.intro__imagen:hover {
    filter: blur(1px); /* Desenfoque leve */
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)); /* Más opacidad en la máscara */
}

.intro__imagen:active {
    filter: blur(2px); /* Más desenfoque al hacer clic */
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); /* Máscara de contraste vertical */
}

.footer {
    height: 40px;
    background-color: #c71585;
    padding: 27px;
    color: #f7f9f2;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.header {
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    padding: 2% 0;
    position: relative;
   
}

.header__title {
    text-align: center;
    color: #f5deb3;
    font-family: "Acme", sans-serif;
    font-size: 70px;
    font-weight: 400;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .intro {
        flex-direction: column-reverse;
        padding: 5%;
    }

    .header {
        padding: 10px;
    }

    .header__title {
        font-size: 50px;
        margin-top: 20px;
    }

    .intro__contenido {
        width: auto;
    }

    .intro__imagen__contenedor {
        overflow-x: auto;
    }
    .intro__imagen {
        width: auto;
        min-width: 600px;
       
    }

    .intro__enlaces__link {
        width: auto;
    }

  
}

@media (max-width: 768px) {
    .header__title {
        font-size: 40px;
        margin-top: 30px;
    }

    .intro__imagen__contenedor {
        overflow-x: auto;
    }
}