*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    color: #fff;
    font-family: Poppins, sans-serif;
}




#cabecalho {
    background-image: url(fotos/home-banner.jpg);
    height: 86vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    background-position: center 50%;
}

#cabecalho>nav {
    background-color: rgba(0, 0, 0, 0.5);
    height: 8.5vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
}

#logo {
    margin-right: 25%;
}

#menu {
    display: flex;
    gap: 14%;
    margin-right: 17%;
}


#menu>li>a {
    text-transform: uppercase;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    transition: 0.3s;
}

#menu>li>a:hover {
   color: #fcdc00;
}

#menu>li{display: flex;
align-items: center;}



nav>a>svg {
    fill: #fff;
}

#listaBlog{display: flex;
align-items: start;
justify-content: center;
flex-direction: column;
}

#listaEscondidaBlog{position: relative;
display: flex;
flex-direction: column;
background-color: #fff;
left: 0;
opacity: 0;
transform: translateY(20px);
transition: 0.5s;
}

#bloga{text-transform: uppercase;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    transition: 0.3s;
    margin-top: 130px;    
    padding-bottom: 30px;
    color: #fcdc00;

}



#listaBlog:hover>#listaEscondidaBlog{opacity: 1;
    transform: translateY(0px);}


#listaEscondidaBlog>p{color: #000;
width: 180px;
height: 50px;
display: flex;
align-items: center;
padding-left: 30px;
transition: 0.5s;
}

#listaEscondidaBlog>p>a{color: #000;
font-size: 12px;
text-transform: uppercase;
}




#contato{
margin-left: -145px;
height: 78px;
display: flex;
align-items: center;}

#bloga:hover{color: #fcdc00;}

#ultimoBlog{border-top: #d3d3d3 solid 1px;}

#listaEscondidaBlog>p:hover{background-color: #fcdc00;}



#textoHeader {
    display: flex;
    flex-direction: column;
    margin-top: 4.8vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    color:  #c96b2d;
}

#textoHeader>h2 {
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 2%;
    line-height: 65px;
}

#textoHeader>p {
    display: inline;
    color: #fff;
    font-size: 16px;
    transition: 0.4s;
    margin-bottom: 35px;
}


#textoHeader>p:hover>a {
    color:   #c96b2d;
}

#btnHeader {
    padding: 12px 40px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
}

#btnHeader:hover {
    background-color:   #c96b2d;
}




#categorias {
    height: 43vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tudoCate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1140px;
}

#image1 {
    background-image: url(fotos/cat-post-1.jpg.webp);
}

#image2 {
    background-image: url(fotos/cat-post-2.jpg.webp);
}

#image3 {
    background-image: url(fotos/cat-post-3.jpg.webp);
}

.cateImages {
    width: 360px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cateTextImages {
    background-color: rgba(0, 0, 0, 0.6);
    height: 180px;
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.cateTextImages>h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
}

.cateTextImages>p {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.cateTextImages:hover {
    background-color: rgba(252, 172, 0, 0.6);
}


#textEimage {
    height: 450px;
}





#blog {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 300vh;
}

.imageTextClass {
    display: flex;
    flex-direction: column;
    height: 510px;
    width: 555px;
}

#textDaImage {
    height: 140px;
    padding-top: 20px;
    width: 555px;
    font-weight: 300;
}

#textDaImage>h3>a {
    color: #000;
    font-size: 24px;
    transition: 0.3s;
}

#textDaImage>h3>a:hover{color:  #c96b2d;}

#textDaImage>p {
    color: #777777;
    font-size: 14px;
    padding-top: 12px;
}

.textLadoClass {
    width: 195px;
    text-align: end;
    padding-right: 30px;
    padding-top: 30px;
}

.textLadoClass>p {
    padding-bottom: 10px;
    font-size: 14px;
}

.textLadoClass>p>a {
    color: #000;
    transition: 0.3s;

}

.textLadoClass>p>#techLado {
    color:  #c96b2d;
    transition: 0.3s;
    
}

.textLadoClass>p>a:hover {
    color: #777777;
}

.textLadoClass>.iconText>p>a {
    color: #000;
    font-size: 14px;
}

.todasAsImageseTexts {
    display: flex;
}

#meioBlog {
    display: flex;
    flex-direction: column;
}

#textEimage {
display: flex;
height: 520px;

}

#btnBlogView {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
   height: 45px;
   width: 150px;
   color: #000;
   margin-top:30px;
   margin-bottom: 30px;
   transition: 0.5s;
   font-size: 14px;
}

#btnBlogView:hover{background-color:   #c96b2d;}

#pegaTudo {
    display: flex;
    gap: 29px;
    justify-content: space-evenly;
}

#direitaImagesBlog {
    width: 360px;
    border: solid 1px #d3d3d3;
    height: 2319px;
    padding: 30px;
}



.iconText{display: flex;
justify-content: end;
align-items: center;
gap: 10px;
padding-bottom: 10px;
cursor: pointer;}

.iconText>p>a{transition: 0.3s;
font-size: 14px;
color: #777777;}

.imagesLado{width: 20px;}

.iconText:hover>p>a{color:   #c96b2d;}

.um{padding-top: 20px;}


#direitaImagesBlog{display: flex;
flex-direction: column;
align-items: center;}


#inputDiv{width: 298px;

display: flex;
padding-bottom: 25px;
border-bottom: #d3d3d3 1px solid;
}

#inputDiv>input{width: 298px;
height: 41px;
border-radius: 20px;
padding-left: 15px;
background-color:   #c96b2d;
border: none;
color: #fff;
}

#charlie{display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

#charlie>p,#charlie>h4{color: #000;}

#charlie>h4{font-size: 18px;
padding-top: 25px;
padding-bottom: 4px;}

#charlie>p{font-size: 14px;
color: #777777;
font-weight: 300;}

#iconsRedes{display: flex;
padding-top: 10px;
gap: 14px;
}

#iconsRedes>img{width: 20px;
}

#textGrandeChar{margin-top: 20px;
text-align: center;
line-height: 25px;
border-bottom: 1px solid #d3d3d3;
padding-bottom: 30px;
}

#popular{display: flex;
flex-direction: column;
border-bottom: 1px solid #d3d3d3;
padding-bottom: 30px;
}

#popular>h4{
display: flex;
justify-content: center;
align-items: center;
background-color:   #c96b2d;
color: #fff;
width: 298px;
height: 41px;
margin-top: 25px;

}

.imageTextPopular{
margin-top: 25px;
display: flex; 
justify-content: start;
align-items: center;
gap: 15px;
}



.textPopular>p{color: #777777;
font-size: 12px;}

.textPopular>h4>a{color: #000;
font-size: 14px;
font-weight: 600;
transition: 0.3s;}

.textPopular>h4>a:hover{color:   #c96b2d;}

#adGoes{color: #777777;
border-bottom: 1px solid #d3d3d3;
padding-bottom: 30px;}


#postCategorias{display: flex;
flex-direction: column;
border-bottom: 1px solid #d3d3d3;
padding-bottom: 20px;
}

#postCategorias>h4{display: flex;
justify-content: center;
align-items: center;
background-color:   #c96b2d;
color: #fff;
width: 298px;
height: 41px;
margin-top: 25px;
margin-bottom: 25px;
font-size: 18px;}


.post{display: flex;
    justify-content:space-between;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.post>p{color: #777777;
    font-size: 14px;
}

#newslette{display: flex;
flex-direction: column;
align-items: center;}

#newslette>h4{display: flex;
justify-content: center;
align-items: center;
background-color:   #c96b2d;
color: #fff;
width: 298px;
height: 41px;
margin-top: 25px;
margin-bottom: 25px;
font-size: 18px;}

#restoNew>p{color: #777777;
font-size: 14px;
margin-bottom: 16px;
text-align: center;
line-height: 25px;}

#inputTotal2{display: flex;
    border: #d3d3d3 1px solid;
    gap: 4px;
    margin-bottom: 10px;
}

#inputTotal2>input{width: 150px;
height: 38px;
padding-left: 5px;
color: #777777;
border: 0px ;}



#inputTotal2>a{display: flex;
color: #fff;
background-color:   #c96b2d;
justify-content: center;
align-items: center;
width: 108px;
font-size: 14px;
}

#mensagemInput{display: flex;
align-items: center;
justify-content: center;
padding-left: 10px;}

#textUltimoNew{font-size:12px;
color: #777777;
border-bottom: 1px solid #d3d3d3;
padding-bottom: 30px;
}

#tag{display: flex;
flex-direction: column;
align-items: center;}

#tag>h4{display: flex;
justify-content: center;
align-items: center;
background-color:   #c96b2d;
color: #fff;
width: 298px;
height: 41px;
margin-top: 25px;
margin-bottom: 25px;
font-size: 18px;}

#todosBtn{display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 298px;
height: 136px;

}

.btnTag{
border: #d3d3d3 solid 0.5px;
padding:0px 13px;
font-size: 12px;
color: #000;
display: flex;
align-items: center;
transition: 0.3s;
}



.btnTag:hover{background-color:   #c96b2d;
color: #fff;}


#btnBlogView2{
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
   height: 45px;
   width: 150px;
   color: #000;
   margin-top:30px;
   margin-bottom: 30px;
   transition: 0.5s;
   font-size: 14px;
}

#btnBlogView2:hover{color: rgb(91, 91, 233);}

#btnsDeNavega{display: flex;
justify-content: center;
padding-top: 20px;}

.btnsBlog{padding: 8px 12px;
transition: 0.3s;
color: #777777;
font-size: 14px;}

.btnsBlog:hover{background-color:   #c96b2d;
color: #fff;}

#doisNavega{background-color:   #c96b2d;
color: #fff;}





#rodape{height: 95vh;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;}



#btnFollow{padding: 20px 28px;
background-color:   #c96b2d;
color: #000;
font-weight: 600;
text-transform: uppercase;
font-size: 14px;}


#rodaImages{display: flex;
margin-top: 9vh;
max-width: 1000px;
width: 15%;
justify-content: center;
align-items: center;}




#rodaBaixo{display: flex;
background-color:   #c96b2d;
width: 100%;
height: 80vh;
justify-content: center;
}

#rodaTodos{display: flex;
justify-content: center;
}
#rodaImages>img{
  width: 100%;
transition: 0.3s;}

#rodaImages>img:hover{transform: scale(1.05);}

.rodaText{color: #777777;
font-size: 14px;
line-height: 25px;}

.rodaText>a{color:   #c96b2d;}

#rodaText1{padding-bottom: 30px;}

.rodaTitulo{font-size: 18px;
margin-top: 13vh;
margin-bottom: 35px;}

#RodaEsquerda{
    width: 400px;
    margin-left: -10%;
}

#RodaMeio{
    margin-left:90px;
    margin-right: 30px;
}

#RodaMeio>#inputTotal>input{width: 500px;
height: 40px;
padding-left: 15px;
color: #777777;
border: 0;}

#rodaText2{padding-bottom: 12px;}

#btnEnviarInput{display: flex;
height: 40px;
width: 50px;
justify-content: center;
align-items: center;
border: 0;
background-color:   #c96b2d;
color: #000;}

#inputTotal{
    display: flex;
    width: 400px; 
}

#redes{display: flex;
gap: 15px;}

#redes>a>svg{fill: #fff;
stroke: #fff;
transition: 0.3s;}

#redes>a>svg:hover{fill:   #c96b2d;
stroke:   #c96b2d;}