/* * {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
    vertical-align: baseline;
}


body {
    /* background-image: url('../../image/Leonardo_Phoenix_10_Image_is_a_seamless_repeating_pattern_with_3.jpg');
    background-repeat: no-repeat;
    background-size: cover; *

    background: linear-gradient(90deg, #000 50%, rgb(6, 20, 35) 100%);

}

li a {
    text-decoration: none;
}

header,
a {
    color: #69c;
}


#download {
    text-decoration: none;
}

#download:hover {
    color: #96c;
}

ul li {
    list-style: none;
    padding: 0 10px;
}

ul li a {
    font-size: 1.2em;
    color: #fff;
}

ul li a:hover,
a:focus {
    text-shadow: 2px 2px 2px rgb(125, 190, 255);
}

h1 {
    color: #8a8a8a;
    font-size: 2em;
    font-weight: bold;
}

.container--div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;

    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    border-bottom: 2px #555151 solid;
}

.subNav {
    display: flex;
    justify-self: center;
    align-items: center;
}

/* ================================= *

.div-perfil {
display: flex;
justify-content: center;
align-items: center;
padding-top: 20px;
}

.foto {
    width: 150px;
    height: auto;
    border-radius: 20px;
}

.div-text {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}

strong {
    color: rgb(130, 197, 255);
    font-size: 2em;
    font-weight: bold;
    padding: 5px 0;
}


p {
    color: #848181;
    padding-bottom: 10px;
}

span {
    background: rgba(80, 80, 80, 0.6);
    /* width: 310px; *
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: .9em;
}

.informacao {
    /* display: flex; */
    /* flex-direction: column;
    justify-content: center; *
    align-items: center;
    text-align: justify;
    padding-top: 30px;
    margin: 0 100px;
}

.txt-p {
    color: #afaeae;
    font-weight: bold;
}

#download-gpg {
    text-decoration: none;
}

#download-gpg:hover {
    color: #96c;
}

/* ==============Parte principal ================ *

.main--principal {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 50px;
    padding: 20px;
}


#main {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.div--sites--dominion {
    background: linear-gradient(110deg, #000 50%, rgb(49, 89, 98) 100%);
    width: 500px;
    height: 130px;
    border-radius: 20px;
    margin: 10px 0;
    padding: 10px;


    transition-property: box-shadow, transform;
    transition-duration: 350ms;
    transition-timing-function: ease;
}

.div--sites--dominion:is(:hover, :focus) {
    box-shadow: 2px 8px 10px 2px rgba(48, 165, 255, 0.2);
    transform: translateY(-8px);
}

.container-dominion {
    background: linear-gradient(110deg, #000 50%, rgb(49, 89, 98) 100%);
    width: 500px;
    height: 150px;
    border-radius: 20px;
    margin: 10px 0;
    padding: 10px;


    transition-property: box-shadow, transform;
    transition-duration: 350ms;
    transition-timing-function: ease;
}

.container-dominion .somafm {
    text-align: justify;
    font-size: .8em;
    margin: 0 auto;
    color: #bbb;
}

.container-dominion a {
    text-decoration: none;
    color: rgb(153, 91, 228);
}

.titulo--sites {
    text-align: center;
    color: #99c;
    font-weight: bold;
    font-size: 1.5em;
}

.div--icons-items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    gap: 0 30px;
}



img {
    width: 60px;
    height: auto;
    /* border-radius: 20px; */
/* } */



/* ====== footer =============== *

.container-footer {
    /* width: 100%; */
    /* max-width: 1200px; *
    margin: 0 auto;
    /* padding: 10px; *
}

.div-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    height: 20vh;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(15, 32, 42, 0.8));
    border-radius: 30px 30px 0 0;

}

.div-footer p {
    font-family: "Geist Mono", monospace;
    font-weight: bold;
    color: #bbb;
    font-size: clamp(.5rem, 5vw, .8rem);
    text-align: center;
}

.container-footer a {
    text-decoration: none;
    color: rgb(65, 65, 255);
}

.container-footer a:hover {
    text-decoration: underline;
}

.div-footer img {
    border-radius: 20px;
}

/* ====== responsivo ======== *

@media only screen and (min-width: 280px) and (max-width: 880px) {
    .container--div {
        display: grid;
        gap: 10px;
    }

    .subNav {
        display: grid;
        justify-content: center;
    }

    .main--principal {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding-top: 50px;
        padding: 20px;
    }

    .icons-items {
        display: flex;
        flex-direction: row;
        gap: 20px 0;
    }

    .div-perfil {
        display: grid;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }

    .div-text {
        padding: 0;
        font-size: clamp(16px, 5vw, 20px);
    }

    .foto {
        width: 100px;
    }

   strong {
    font-size: clamp(16px, 5vw, 20px);
   }

   .informacao {
    margin: 0 auto;
    }

    .div--sites--dominion {
        width: auto;
    }

    .container--div {
        text-align: justify;
        justify-content: center;   
    }
}

@media only screen and (min-width: 801px) and (max-width: 1200px) {
    .container--div {
        display: flex;
        justify-content: space-between;
    }

    .subNav {
        display: flex;
        justify-content: space-around;
    }

    .container--div {
        text-align: justify;
        justify-content: space-between;   
    }

    /* .main--principal {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding-top: 50px;
        padding: 20px;
    } *

    .icons-items {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }

    .div-perfil {
        padding: 20px;
    }

    .div-text {
        gap: 10px;
        font-size: clamp(16px, 5vw, 20px);
    }

    .foto {
        width: 100px;
    }

   strong {
    font-size: clamp(16px, 5vw, 20px);
   }

   .informacao {
    margin: 0 auto;
    padding: 20px;
    }

    .div--sites--dominion {
        width: auto;
    }

 
} */


* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
    vertical-align: baseline;
}

body {
    background: linear-gradient(90deg, #000 50%, rgb(6, 20, 35) 100%);
    min-height: 100vh;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

li a {
    text-decoration: none;
}

header, a {
    color: #69c;
}

#download {
    text-decoration: none;
}

#download:hover {
    color: #96c;
}

ul li {
    list-style: none;
}

ul li a {
    font-size: clamp(1rem, 3vw, 1.2em);
    color: #fff;
    padding: 0.5rem;
    display: block;
}

ul li a:hover,
a:focus {
    text-shadow: 2px 2px 2px rgb(125, 190, 255);
}

h1 {
    color: #8a8a8a;
    font-size: clamp(1.5rem, 5vw, 2em);
    font-weight: bold;
    padding: 0.5rem;
}

.container--div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    border-bottom: 2px #555151 solid;
}

.subNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

/* Perfil Section */
.div-perfil {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
}

.foto {
    width: 150px;
    height: auto;
    border-radius: 20px;
    max-width: 100%;
}

.div-text {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    text-align: center;
}

strong {
    color: rgb(130, 197, 255);
    font-size: clamp(1.2rem, 4vw, 2em);
    font-weight: bold;
    padding: 0.5rem 0;
}

p {
    color: #848181;
    padding-bottom: 0.5rem;
    font-size: clamp(0.9rem, 3vw, 1rem);
}

span {
    background: rgba(80, 80, 80, 0.6);
    border-radius: 20px;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 0.9em;
    margin-top: 0.5rem;
}

.informacao {
    padding: 1.5rem;
    margin: 0 auto;
    max-width: 800px;
}

.txt-p {
    color: #afaeae;
    font-weight: bold;
}

#download-gpg {
    text-decoration: none;
}

#download-gpg:hover {
    color: #96c;
}

/* Main Content Layout */
.main--principal {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
}

/* Sites Dominion Section */
.div--sites--dominion {
    background: linear-gradient(110deg, #000 50%, rgb(49, 89, 98) 100%);
    width: 100%;
    max-width: 500px;
    min-height: 130px;
    border-radius: 20px;
    margin: 0.5rem auto;
    padding: 1rem;
    transition: all 350ms ease;
}

.div--sites--dominion:is(:hover, :focus) {
    box-shadow: 2px 8px 10px 2px rgba(48, 165, 255, 0.2);
    transform: translateY(-8px);
}

.container-dominion {
    min-height: 150px;
}

.container-dominion .somafm {
    text-align: justify;
    font-size: 0.8em;
    color: #bbb;
}

.container-dominion a {
    text-decoration: none;
    color: rgb(153, 91, 228);
}

.titulo--sites {
    text-align: center;
    color: #99c;
    font-weight: bold;
    font-size: clamp(1.2rem, 4vw, 1.5em);
}

.div--icons-items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}

img {
    width: 60px;
    height: auto;
    transition: transform 0.3s ease;
}

img:hover {
    transform: scale(1.1);
}

/* Footer */
.container-footer {
    width: 100%;
    margin-top: 2rem;
}

.div-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 10vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(15, 32, 42, 0.8));
    border-radius: 30px 30px 0 0;
    padding: 1rem;
}

.div-footer p {
    font-family: "Geist Mono", monospace;
    font-weight: bold;
    color: #bbb;
    font-size: clamp(0.7rem, 3vw, 0.9rem);
    text-align: center;
}

.container-footer a {
    text-decoration: none;
    color: rgb(65, 65, 255);
}

.container-footer a:hover {
    text-decoration: underline;
}

/* Media Queries */
@media (min-width: 768px) {
    .container--div {
        flex-direction: row;
        justify-content: space-between;
        padding: 1rem 2rem;
    }
    
    .subNav {
        margin-top: 0;
    }
    
    .div-perfil {
        flex-direction: row;
        justify-content: center;
        text-align: left;
    }
    
    .div-text {
        text-align: left;
    }
    
    .main--principal {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 2rem;
    }
    
    article {
        flex: 1 1 60%;
        min-width: 400px;
    }
    
    #main {
        flex: 1 1 35%;
        min-width: 300px;
    }
}

@media (min-width: 1024px) {
    .main--principal {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .div--sites--dominion {
        width: 100%;
    }
}