@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
ol,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

/*=========================== CONTAINER HEADER ====================== */

.header {
    border-bottom: 1px solid #8080801a;
    position: fixed;
    background-color: white;
    width: 100%;
}

.div-header {
    margin: 0 auto;
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 83%;
    height: 68px;
}

.div-header figure img {
    width: 103px;
}

#menu {
    display: flex;
    align-items: baseline;
    gap: 1.8rem;
}

#btn {
    display: none;
}

#menu li:hover ul,
#menu li.over ul {
    display: block;
}

#menu1 img {
    width: 19px;
    padding: 2px 0px 0px 9px;
}

#menu2 {
    color: #de9d07;
}

#sub-menu {
    position: absolute;
    display: none;
    background-color: rgb(255 255 255);
    padding: 19px 23px 16px 19px;
    border-bottom: 1px solid #f2b01a;
    margin: 0px 0px 0px -21px;
}

#sub-menu li {
    margin: 10px auto;
}

#menu li a {
    text-decoration: none;
    font-size: 17px;
    display: flex;
    justify-content: flex-start;
}

.menu-text-color a {
    color: rgb(9, 9, 9);
}

#menu li a :hover {
    color: #f2c719;
}

.button-menu {
    background-color: #F2B01A;
    color: #0f0f0f;
    width: 129px;
    height: 38px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

#style-menu-blog a {
    color: #f2b01a;
}

/*================================  CONTANINER MAIN ============================== */

.container-main {
    width: 90%;
    margin: 0 auto;
}

.container-headline {
    width: 90%;
    height: 417px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 0 auto;
}

.div-text {
    max-width: 472px;
}

.div-text h1 {
    font-weight: 600;
    font-size: 43px;
    line-height: 1;
}

.div-text h2 {
    font-weight: 500;
    color: #343434;
    font-size: 23px;
    margin: 12px 6px 31px 0px;
}

.container-headline img {
    width: 342px;
    margin: 9px 38px -43px 0px;
}

/*================================  CONTANINER PESQUISA ============================== */

.container-pesquisa {
    width: 90%;
    margin: 63px auto 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.div-pesquisa-text {
    font-size: 23px;
    font-weight: 400;
    color: #464646;
}

.div-aux-pesquisa button img {
    width: 25px;
    padding: 3px 0px 0px 48px;
}

.div-aux-pesquisa {
    display: flex;
    align-items: end;
}

.container-pesquisa input {
    width: 315px;
    height: 24px;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    padding: 0px 0px 3px 0px;
    font-size: 18px;
}

.container-pesquisa button {
    margin-left: -85px;
    height: 33px;
    width: 75px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
}

.container-pesquisa input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

/*================================  CONTANINER CARD BLOG ============================== */

.div-card {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 21px 0px;
}

.ul-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ul-card li {
    width: 27.5%;
    margin: 21px 20px;
    padding: 0px 6px;
    border-radius: 3px;
    border: 1px solid #c3c3c330;
}

.div-card-text h1 {
    font-size: 18px;
    font-weight: 500;
}

.div-card-text p {
    font-size: 15px;
    margin: 5px 0px;
    text-align: justify;
}

.rodape-card {
    display: flex;
    justify-content: space-between;
    margin: 18px 3px;
}

.rodape-card h3 {
    color: #313131;
    text-shadow: #1717173d 0.1em 0.1em 0.2em;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.rodape-card h3 img {
    margin: 0px 6px;
    width: 21px;
}

.card figure img {
    max-height: 208px;
    width: 100%;
    margin: 9px 0px;
}

/*================================  CONTANINER FOOTER ============================== */
.container-footer {
    display: flex;
    flex-direction: column;
    color: #cdcdcd;
    background-color: #1a1a1a;
}

.div-footer {
    padding: 63px 10px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.footer-direitos {
    display: flex;
    border-top: 1px solid #fefefe1f;
    padding: 18px 0px 18px 0px;
    justify-content: center;
}

.footer-sobreNos {
    width: 410px;
}

.footer-sobreNos h2 {
    font-weight: 600;
    font-size: 25px;
}

.footer-sobreNos p {
    margin: 8px 0px;
    font-weight: 200;
}


.footer-direitos a {
    color: rgb(235, 192, 19);
    text-decoration: none;
}

.div-informacao p img {
    width: 14px;
}

.div-informacao p {
    margin: 8px 0px;
}



.div-icones-midiasociais a img {
    width: 32px;
    margin: 0px 10px;
}

.div-icones-midiasociais {
    margin-top: 40px;

}

#icone-yt {
    padding-top: 15px;
}

.div-icones-midiasociais a {
    cursor: pointer;
}


@media (max-width: 716px) {

    /*============================== CONTAINER HEADER  ======================*/
    #menu {
        display: none;
        position: absolute;
        width: 100%;
        top: 59px;
        right: 0px;
        background: rgb(255, 255, 255);
        height: 0px;
        transition: .6s;
        z-index: 1000;
    }

    #btn {
        display: block;
        background-color: transparent;
        border: none;
    }

    #menu a {
        padding: 1rem 0;
        margin: 0 1rem;
    }

    #nav.active #menu {
        height: 100vh;
        display: block;
    }

    #sub-menu {
        width: 40%;
        margin: 0px 0px 0px 16px;
        position: inherit;
        padding: 0px 0px 13px 0px;
    }

    #sub-menu li {
        margin: -17px auto;
    }

    .nav-header {
        display: none;
    }

    .div-header {
        height: 58px;
        width: 95%;
    }

    .icone-menu {
        display: block;
    }

    /* ******************************************************************************* */

    .typed-text {
        font-weight: 600;
        font-size: 54px;
        line-height: 1;
        color: white;
        text-shadow: #272727 2px 6px 6px;
    }

    .cursor {
        font-weight: 600;
        font-size: 54px;
        line-height: 1;
        color: white;
        text-shadow: #272727 2px 6px 6px;
        margin-left: -17px;
    }

    /*================================  CONTANINER MAIN ============================== */

    .container-headline {
        display: flex;
        flex-direction: column-reverse;
        height: 654px;
    }

    .div-text {
        text-align: center;
        margin-top: 74px;
    }

    .div-img {
        width: 100%;
        height: 284px;
    }

    .div-text h1 {
        font-weight: 600;
        color: #3e3e3e;
        font-size: 30px;
        max-width: 368px;
    }

    .div-text h2 {
        margin: 8px 0px 0px 0px;
        font-size: 19px;
        max-width: 361px;
    }

    .div-img figure img {
        width: 100%;
        margin: 78px 0px 0px 0px;
    }

    /*================================  CONTANINER PESQUISA ============================== */

    .div-aux-pesquisa {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 11px 0px;
    }

    .container-pesquisa {
        flex-direction: column-reverse;
        width: 100%;
    }

    .container-pesquisa input {
        width: 96%;
        margin: 0px 6px 0px 3px;
        height: 28px;
    }

    .container-pesquisa button {
        margin-left: -63px;
        width: 75px;
    }

    .div-pesquisa-text {
        font-size: 20px;
    }

    .div-aux-pesquisa button img {
        width: 25px;
        padding: 3px 0px 0px 0px;
    }

    /*================================  CONTANINER BLOG CARD ============================== */

    .div-card {
        width: 100%;
        margin: 0 auto;
        padding: 0px 0px 23px 0px;
    }

    .ul-card li {
        width: 93.5%;
        margin: 9px 0px;
    }

    .div-card-text {
        margin: 0px 0px 22px 0px;
    }

    .div-card-text h1 {
        font-size: 18px;
        color: #171717;
        font-weight: 500;
        margin-bottom: 13px;
    }

    .div-card-text p {
        color: #262626;
        font-size: 16px;
    }

    /*================================  CONTANINER FOOTER ============================== */

    .div-footer {
        flex-direction: column;
        padding: 34px 10px;
    }

    .footer-direitos {
        padding: 18px 11px 18px 11px;
        background-color: #1a1a1a;
    }

    .footer-sobreNos {
        width: 100%;
        margin-bottom: 35px;
    }

    .footer-sobreNos p {
        margin: 14px 0px;
    }

    .footer-sobreNos h2 {
        font-size: 30px;
    }

    .container-footer {
        height: 650px;
    }

}