/* =========== cabeçalho ========== */

li {
    list-style: none;
}


.friday {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    width: 100%;
    padding: 20px 0;
}

.nav {
    display: inline-block;
    list-style-type: none;
    list-style-position: inside;
    position: relative;
    width: 100%;
    min-width: 90px;
    max-width: 14.20%;
    height: 40px;
    margin: 0;
    padding: 0;
    /* font-family: "Permanent Marker", cursive; */
    font-family: "Geist Mono", serif;
    font-weight: bold;
    font-style: normal;
    background-color: rgba(9, 21, 36, 0.3);
    border-bottom: #bbb 1px solid;
}

.nav li {
    background: none;

    width: 100%;
    min-width: 91px;
    text-align: center;
    line-height: 1.7em;
}

.nav li.to {
    background: none;
}

.nav li:hover {
    background: -moz-linear-gradient(bottom, rgba(32, 33, 39, 0.8), rgba(28, 29, 35, 0.8));
    background: -webkit-linear-gradient(bottom, rgba(16, 32, 35, 0.8), rgba(0, 5, 1, 0.8));
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, rgba(124, 126, 136, 0.8), color-stop(100%, rgba(104, 106, 116, 0.8))));
    background: -o-linear-gradient(bottom, rgba(44, 51, 87, 0.8), rgba(35, 39, 62, 0.8));
    background: linear-gradient(bottom, rgba(124, 126, 136, 0.8), rgba(104, 106, 116, 0.8));
    text-shadow: #000 .1px .1px 0;
    border-radius: 7px;
    color: #a09d9d;
}



.nav li.to:hover {
    height: 280px;
}

#Segundo li.to:hover {
    height: 250px;
}

#terceiro li.to:hover {
    height: 190px;
}

#quarto li.to:hover {
    height: 250px;
}

.nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 0 0 0 0;
    line-height: 1.9em;
    text-shadow: #111 -1px -1px 0;
    -moz-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    z-index: 100;
}

.nav li a:hover {
    text-shadow: #137095 2px 0;
}

.sooner {
    text-align: left;
    display: none;
    width: 100%;
    overflow: visible;
    margin: 0;
    padding: 0;
    font-size: .7em;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}

.nav li:hover .sooner,
.nav li:hover .sooner li:hover {
    display: block;
    opacity: 1;
}

.nav li:hover .sooner li:hover {
    border-top: thin rgb(9, 76, 109) solid;
    border-left: none;
}

/* ============== article =================== */

.container-article {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 340px;
    color: #fff;
    gap: 0 10px;
}


.box {
    display: block;
    float: left;
    padding: 20px;
    margin: 20px;

    font-family: "Geist Mono", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.split {
    position: relative;
    top: 0;
    width: 240px;
    height: 80px;
    max-height: 150px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6));
    box-shadow: -1px 1px 0 #bbb;
    border-radius: 4px;
    margin: 10px;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: .9;
}

.split:hover {
    position: relative;
    height: 255px;
    max-height: 255px;
    margin-top: -165px;
}

h1 {
    text-align: center;
    font-size: 25px;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    padding: 5px 0;
    color: rgb(78, 195, 254);
    line-height: 1.2em;
}

.top {
    padding-bottom: 10px;
}


p {
    font-size: .7em;
    text-align: justify;
    color: #ffffff;
    line-height: 1.1em;
    padding-bottom: 5px;
}


span {
    font-size: .7em;
    display: flex;
    justify-content: center;
    padding: 5px;
}


.servidor {
    display: flex;
    padding: 5px;
    gap: 0 20px;
}

.d {
    display: flex;
    padding: 1px;
    gap: 0 20px;
}


.img-dominion {
   width: 40px;
   height: 40px;
}

img {
    width: 70px;
    height: 70px;
}

/* ============ main ============ */

.container-main {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    max-width: 1100px;
    margin: auto 10px;
    padding: 20px;
}

.blogs {
    color: #fff;
    padding: 10px 0;
    margin: 0 30px;
}

h2 {
    color: rgb(146, 146, 146);
    font-size: 1.8em;
    padding-bottom: 10px;
}

strong {
    color: #7c7c7c;
    font-size: 1.1em;
}






h3 {
    text-align: center;
    margin: 10px 0;
    font-size: 1.3em;
    color: #bbb;
}




/* =================== redes =========== */


.parte-social {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    max-width: 1100px;
    margin: auto 10px;
    padding: 20px;
}

.subNav {
    display: flex;
    flex-direction: column;
    width: 800px;
    height: 160px;
    border-radius: 20px;
    margin: 10px 0;
    box-shadow: -1px 1px 0 #bbb;
    background: -webkit-linear-gradient(bottom, rgba(1, 3, 4, 0.6), rgba(36, 59, 74, 0.6));
}

.string {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.string img:hover {
    width: 30px;
    height: 30px;
}

.Grupos {
    border-radius: 20px;
}

a {
    text-align: center;
}

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

.artigo {
    display: flex;
    justify-content: center;
    align-items: start;
}

.icons {
    padding: 30px;
}

.icons-items {
    gap: 20px 0;
}

.assuntos--div {
    padding: 10px;
    margin: 20px;
    /* background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(30, 29, 29, 0.8)); */
    width: 600px;
    height: 450px;
    border-radius: 20px;
    box-shadow: -1px 0 0 #bbb;
}

.cabecalho {
    padding: 20px 0;
}

h4 {
    color: #fff;
    font-size: 2em;
    padding: 20px 0;
}

.span--cabecalho {
    font-size: 1em;
    color: #bbb;
    border-bottom: #ffffff;

}

.div--conteudo {
    display: flex;
    gap: 0 20px;
}

.strong {
    font-size: .9em;
    text-align: justify;
}

.size {
    width: 250px;
    height: 200px;
    border-radius: 20px;
}

.icons-items {
    display: flex;
    flex-direction: column;
}


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

.div--sites--dominion {
    background: linear-gradient(110deg, #000 50%, rgb(49, 89, 98) 100%);
    width: 300px;
    height: 170px;
    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: 300px;
    height: 200px;
    border-radius: 20px;
    margin: 10px 0;
    padding: 10px;


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

.container-dominion {
    text-align: justify;
    font-size: .8em;
    margin: 0 10px;
}

.container-dominion a {
    text-decoration: none;
    color: #69c;
}

.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--grupos {
    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: 15px;
}

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

.row a:hover {
    text-decoration: underline;
}

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


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

.container-main {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    max-width: 1100px;
    margin: auto 10px;
    padding: 20px;
}

.blogs {
    color: #fff;
    padding: 10px 0;
    margin: 0 30px;
}

h2 {
    color: rgb(146, 146, 146);
    font-size: 1.8em;
    padding-bottom: 10px;
}

strong {
    color: #7c7c7c;
    font-size: 1.1em;
}






h3 {
    text-align: center;
    margin: 10px 0;
    font-size: 1.3em;
    color: #bbb;
}




/* =================== redes =========== */


.parte-social {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    max-width: 1100px;
    margin: auto 10px;
    padding: 20px;
}

.subNav {
    display: flex;
    flex-direction: column;
    width: 800px;
    height: 160px;
    border-radius: 20px;
    margin: 10px 0;
    box-shadow: -1px 1px 0 #bbb;
    background: -webkit-linear-gradient(bottom, rgba(1, 3, 4, 0.6), rgba(36, 59, 74, 0.6));
}

.string {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.string img:hover {
    width: 30px;
    height: 30px;
}

.Grupos {
    border-radius: 20px;
}

a {
    text-align: center;
}

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

.artigo {
    display: flex;
    justify-content: center;
    align-items: start;
}

.icons {
    padding: 30px;
}

.icons-items {
    gap: 20px 0;
}

.assuntos--div {
    padding: 10px;
    margin: 20px;
    /* background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(30, 29, 29, 0.8)); */
    width: 600px;
    height: 450px;
    border-radius: 20px;
    box-shadow: -1px 0 0 #bbb;
}

.cabecalho {
    padding: 20px 0;
}

h4 {
    color: #fff;
    font-size: 2em;
    padding: 20px 0;
}

.span--cabecalho {
    font-size: 1em;
    color: #bbb;
    border-bottom: #ffffff;

}

.div--conteudo {
    display: flex;
    gap: 0 20px;
}

.strong {
    font-size: .9em;
    text-align: justify;
}

.size {
    width: 250px;
    height: 200px;
    border-radius: 20px;
}

.icons-items {
    display: flex;
    flex-direction: column;
}


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

.div--sites--dominion {
    background: linear-gradient(110deg, #000 50%, rgb(49, 89, 98) 100%);
    width: 300px;
    height: 170px;
    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: 300px;
    height: 200px;
    border-radius: 20px;
    margin: 10px 0;
    padding: 10px;


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

.container-dominion {
    text-align: justify;
    font-size: .8em;
    margin: 0 10px;
}

.container-dominion a {
    text-decoration: none;
    color: #69c;
}

.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--grupo {
   width: 50px;
   height: auto;
}

/* ===================== 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;
}