header{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

.menu{
    display: flex;
    border-radius: 15px;
    background-color: #313030e8;
    width: 800px;
    height: 80px;
    font-family: "Cal Sans", sans-serif;
    font-size: 23px;
    text-shadow: #000000 1px 0 2px;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.menu, li, a{
    color: aliceblue;
    list-style-type: none;
}

.menu li{
    display: flex;
    padding: 2px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.titulo{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

body{
    color: #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.logonp{
    scale: 5px;
}
.divMaster{
    display: flex;
    width: 800px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

p{
      font-family: "Cal Sans", sans-serif;
      font-size: 23px;
      text-shadow: #000000 1px 0 2px;
}

h1{
      font-family: "Cal Sans", sans-serif;
      font-weight: 500;
      text-shadow: #000000 1px 0 2px;
}

.iconeDispositivo{
    width: 200px;
}

.mobile{
    background-color: #313030e8;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block: 50px;
    padding: 30px;
}

.pc{
    background-color: #313030e8;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.titulo{
    display: flex;
    justify-content: center;
}

button{
    display: flex;
    gap: 15px;
    border-spacing: 10px;
    background-color: crimson;
    color: aliceblue;
    height: 70px;
    font-size: 25px;
    margin: 10px;
    font-family: "Cal Sans", sans-serif;
    border-radius: 15px;
    padding-inline: 20px;
    transition: 0.5s;
    align-items: center;
    border: none;
}

button, a{
    text-decoration: none;
}

button:hover{
    background-color: aliceblue;
    color: crimson;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
}

.buttonDC{
    display: flex;
    gap: 15px;
    border-spacing: 10px;
    background-color: rgb(76, 85, 211);
    color: aliceblue;
    height: 70px;
    font-size: 25px;
    margin: 10px;
    font-family: "Cal Sans", sans-serif;
    border-radius: 15px;
    padding-inline: 20px;
    transition: 0.5s;
    align-items: center;
    border: none;
    justify-content: center;
    transition: 0.5s;
}

.buttonDC:hover{
    background-color: aliceblue;
    color: rgb(76, 85, 211);
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
}

.buttonIG{
    display: flex;
    gap: 15px;
    border-spacing: 10px;
    background-image: linear-gradient(45deg, #ffc300, #ff1d32, #7a00ff);
    color: aliceblue;
    height: 70px;
    font-size: 25px;
    margin: 10px;
    font-family: "Cal Sans", sans-serif;
    border-radius: 15px;
    padding-inline: 20px;
    transition: 0.5s;
    align-items: center;
    border: none;
    justify-content: center;
}

.buttonIG:hover{
    background-image: linear-gradient(225deg, #ffc300, #ff1d32, #7a00ff);
    color: aliceblue;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
}

.buttonFB{
    display: flex;
    gap: 15px;
    border-spacing: 10px;
    background-color: rgb(45, 75, 206);
    color: aliceblue;
    height: 70px;
    font-size: 25px;
    margin: 10px;
    font-family: "Cal Sans", sans-serif;
    border-radius: 15px;
    padding-inline: 20px;
    transition: 0.5s;
    align-items: center;
    border: none;
    justify-content: center;
}

.buttonFB:hover{
    color: rgb(45, 75, 206);
    background-color: aliceblue;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
}

.buttonYT{
    display: flex;
    gap: 15px;
    border-spacing: 10px;
    background-color: rgb(209, 36, 36);
    color: aliceblue;
    height: 70px;
    font-size: 25px;
    margin: 10px;
    font-family: "Cal Sans", sans-serif;
    border-radius: 15px;
    padding-inline: 20px;
    transition: 0.5s;
    align-items: center;
    border: none;
    justify-content: center;
}

.buttonYT:hover{
    color: rgb(209, 36, 36);
    background-color: aliceblue;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
}

.buttonTK{
    display: flex;
    gap: 15px;
    border-spacing: 10px;
    background-color: rgb(47 47 47);
    color: aliceblue;
    height: 70px;
    font-size: 25px;
    margin: 10px;
    font-family: "Cal Sans", sans-serif;
    border-radius: 15px;
    padding-inline: 20px;
    transition: 0.5s;
    align-items: center;
    border: none;
    justify-content: center;
}

.buttonTK:hover{
    color: rgb(47 47 47);
    background-color: aliceblue;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
}


body a{
    color: crimson;
}

header a{
    color: aliceblue;
}

footer{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}

footer p{
    font-size: 15px;
    margin: 3px;
    text-align: center;
}

.social{
    display: flex;
    gap: 10px;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        align-items: center;
    }

    .menu{
        width: 300px;
        height: 60px;
        gap: 30px;
        font-size: 13px;
    }


    header {
        margin-top: 20px;
        row-gap: 30px;
    }

    .divMaster {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .iconeDispositivo {
        width: 100%;
        max-width: 150px;
        height: auto;
    }

    .logonp {
        width: 150px;
        height: auto;
        transform: scale(1);
    }

    button {
        width: 100%;
        max-width: 300px;
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    h1 {
        font-size: 22px;
        text-align: center;
    }

    iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
    }

    .mobile, .pc {
        padding: 20px;
        margin-block: 30px;
    }
    .social button{
        display: flex;
        height: 40px;
        width: 50px;
    }
    .social svg{
        scale: 2;
    }
}