* {
    padding: 0;
    margin: 0;
    font-family: "Titulo";
}

body {
    background-image: url(img/Fondo_Apple.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

li {
    color: gold;
}

video {
    margin-top: 10px;
}

@keyframes sacudida {
    0% {transform: rotate(4deg)}
    10% {transform: rotate(-4deg)}
    20% {transform: rotate(4deg)}
    30% {transform: rotate(-4deg)}
    40% {transform: rotate(4deg)}
    50% {transform: rotate(-4deg)}
    60% {transform: rotate(4deg)}
    70% {transform: rotate(-4deg)}
    80% {transform: rotate(4deg)}
    90% {transform: rotate(-4deg)}
    100% {transform: rotate(4deg)}
}

/*Configuracion en PC*/
@media only screen and (min-width: 768px) {
    /*Sacudida Opciones*/
    /*
    li:hover {
    border-radius: 30px;
    transition: 350ms;
    background-color: black;
    animation-name: sacudida;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    */

    .contenido_principal {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    text-align: center;
    align-items: center;
}
    .boton_tarjeta {
    transition: 0.2s;
    display: inline-block;
    color: #fefefe;
    background-color: #5c5c5c85;
    margin: 32px 8px 8px 8px;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    border: 8px solid #4a4a4a;
}

    .boton_tarjeta:hover {
        filter: drop-shadow( 0 0 1px #e3e3e3);
        scale: 1.1;
        transition: 0.2s;
    }
    .tarjeta {
    width: 260px;
    height: 180px;
}

.parrafo {
    font-size: 24px;
}

.ejemplo {
    width: 380px;
    height: 520px;
}

.ejemplo_2 {
    width: 520px;
    height: 380px;
}

.lista_diseños {
    list-style: none;
    width: 600px;
    transition: 0.2s;
    display: inline-block;
    color: #fefefe;
    background-color: #5c5c5c85;
    margin: 32px 8px 8px 8px;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    backdrop-filter: blur(5px);
    border: 8px solid #767676;
}

.triptico_a4 {
    width: 421px;
    height: 595px;
}

}


/*Configuracion en Celular*/
@media screen and (max-width: 767px) {
    .contenido_principal {
    display: inline-block;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    text-align: center;
    align-items: center;
}
    .tarjeta {
    width: 160px;
    height: 110px;
}
    h3 {
        font-size: 14px;
    }

    h2 {
        font-size: 20px;
    }

    .triptico_a4 {
    width: 210px;
    height: 297px;
}

    .boton_tarjeta {
    width: 200px;
    height: 140px;
    transition: 0.2s;
    display: inline-block;
    color: #fefefe;
    background-color: #5c5c5c85;
    margin: 16px 8px 8px 8px;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    border: 8px solid #4a4a4a;
}

.parrafo {
    font-size: 18px;
}

.ejemplo {
    width: 280px;
    height: 380px;
}


.lista_diseños {
    list-style: none;
    width: 300px;
    transition: 0.2s;
    display: inline-block;
    color: #fefefe;
    background-color: #5c5c5c85;
    margin: 8px 8px 8px 8px;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    backdrop-filter: blur(5px);
    border: 8px solid #767676;
}
}

/*Fin android y pc*/

.fondo {
    width: 50vh;
    background-repeat: no-repeat;
}

@font-face {
    font-family: "TItulo";
    src: url("fonts/ARLRDBD.TTF")
}  

.menu_posterior {
    padding: 10px;
    text-align: center;
    color: #f5f5f5;
    background-color: #4c4c4ccc;
    border: 8px , solid,  #a0a0a0;
    border-radius: 0 0 15px 15px;
    backdrop-filter: blur(5px);
}

.Contacto {
    padding-left: 4px;
    color: gold;
}



a {
    color: #f5f5f5;
    text-decoration: none;
}

/*
ul {
    background-color: #5f5f5fcc;
    text-align: center;
    border: 8px , solid,  #bebebe;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    backdrop-filter: blur(5px);
}

li {
    padding: 6px;
    margin: 6px;
    margin-inline: 4px;
    display: inline-flex;
    border: 5px, solid, black;
    border-radius: 10px;
    transition: 350ms;
    background-color: rgba(60, 60, 60, 0.51);
}
*/

.logo_completo {
    width: 51px;
    height: 57px;
    margin: 0 10px;
    position: relative;
    transition: 0.2s ease-in-out;
}

.contenidos {
    display: flex
}

.diseño {
    padding: 10px;
    text-align: center;
    color: #f5f5f5;
    
}

footer {
    margin-top: 600px;
    position: absolute;
    width: 100%;
    bottom: auto;
    box-sizing: border-box;
    border: 8px , solid,  #bebebe;
    background-color: #484848b5;
    color: #fff;
    backdrop-filter: blur(5px);
}

nav {
    opacity: 0;
}

.gmail {
    font-size: 14px;
    display: flex;
    justify-content: end;
    width: 100%;
}

.logo {
    border-image-slice: 10px   solid #bebebe;
    display: flex;
    justify-content: start;
    margin: 10px;
}

.logo_completo:hover {
    filter: drop-shadow(0 0 1px #e3e3e3) drop-shadow(0 0 1px #e3e3e3) drop-shadow(0 0 1px #e3e3e3);

    animation-name: none;
    transform: scale(1.2);
}

textarea {
    resize: none;
}

.contact-section {
    padding: 3rem;
    color: white;
    text-align: center;
}



#contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 500px;
    margin: 0 auto;
}

#contact-form input, #contact-form textarea {
    padding: 1.5rem;
    border: 1px solid white;
    border-radius: 10px;
    outline: none;
}

#contact-form button {
    background: black;
    border: none;
    color: white;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50px;
    transition: background 0.3s;
}

#contact-form button:hover {
    background: #333;
}

#contacto p {
    margin-bottom: 16px;
    font-size: 24px;
}

#contact-form button.loading {
    background-color: #ccc;
    cursor: not-allowed;
    position: relative;
}

.boton_jugar {
    display: inline-block;
    padding: 12px 24px;
    margin: 8px;
    background-color: #742ddd;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background 0.3s;
}

.boton_jugar:hover {
    background-color: #5b1fa3;
}

.boton_jugar_2 {
    display: inline-block;
    padding: 12px 24px;
    margin: 8px;
    background-color: #29c924;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background 0.3s;
}

.boton_jugar_2:hover {
    background-color: #4fa31f;
}

.juego_titulo {
    margin: 8px;
    font-size: 28px;
    color: rgb(255, 217, 0);
}

.Altiro {
    margin: 8px;
    height: 602px;
}

.estado {
    font-size: 14px;
}

.flyer_a5 {
    width: 280px;
    height: 794px;
}

