*{
   margin: 0;
   padding: 0;
}

body{
   font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: #ad9966;
  color: white;
}

#background-sections{
    background-color: #f9f9ff;
}




/* cabeçalho */

#cabeçalho {
   background-color: white;
   position: sticky;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 1000;
   padding: 10px 0 10px 0;
   box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}

a{
   text-decoration: none;
   font-size: 13px;
   color: black;
   font-weight: 500;
   outline: none;
   letter-spacing: 2px;
}

#cabeçalho a{
   transition: color 0.3s ease;
}

#cabeçalho a:hover{
   color: #ad9966;
}

#letrinha_colorida{
   color: #ad9966;
}

li{
   width: 4.8%;
   display: inline-block;
   position: relative;
}

ul{
   list-style: none;
   padding: 0;
   text-align: center;
}

#logo{
   width: 20%;
   vertical-align: middle;
   height: 79.38px;
}

#logo img{
   height: 79.38px;
   width: 66.81px;
}

.setinha:after {
    content: '\25BE';
    font-size: 10px;
    margin-left: 5px;
}

#pages-div, #blog-div{
    width: 165px;
    height: 105px;
    position: absolute;
    top: 100%;
    background-color: white;
    padding-top: 30px;

    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
}

li:hover #pages-div, li:hover #blog-div{
    opacity: 1;
    visibility: visible;
}

#pages-div a, #blog-div a{
    display: block;
    text-align: left;
    margin: 24px 0px 0px 24px;
}




/* imagem principal */

#culinaria{
   min-height: 750px;
   max-width: 1520px;
   width: 100%;
   margin: auto;
   position: relative;
   background-image: url(culinaria.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   text-align: center;
   z-index: 1;
}

#texto-centro{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-52.4%);
   color: white;
   text-transform: uppercase
}

#texto-centro h1{
   font-family: "Playfair Display", serif;
   font-size: 72px;
   font-weight: 400;
   color: white;
   letter-spacing: 10.8px;
   line-height: 1.5;
}

#texto-centro hr{
   width: 445px;
   border: none;
   height: 1px;
   border-top: 1px solid rgba(255, 255, 255, 0.4);
   margin-top: 16px;
}

#texto-centro p{
   font-size: 18px;
   margin-top: 28px;
   margin-bottom: 16px;
}

#seta-baixo-div{
   position: absolute;
   top: 88%;
   left: 50%;
   transform: translate(-50%, -50%);
   animation: mover 2.5s infinite ease-in-out;
}

#seta-baixo{
   background: none;
   border: none;
   cursor: pointer;
   outline: inherit;
}

@keyframes mover {
   0%{top: 88%; opacity: 0;}
   100%{top: 96%;}
}




/* tela1 */

#tela1{
    min-height: 215px;
    text-align: center;
    font-size: 0;
    padding: 90px 0px 90px 0px;
    scroll-margin-top: 50px;
}

#texto1-div, #texto2-div, #texto3-div{
    width: 350px;
    height: 214px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin: 0px 15px 0px 15px;
}

#texto1-div{
    background-image: url('baile-funk.jpg');
}

#texto2-div{
    background-image: url('empresario.jpg');
}

#texto3-div{
    background-image: url('bife.jpg');
}

.background{
    width: 86%;
    height: 78%;
    background-color: rgba(0, 0, 0, 0.85);
    transition: background-color 0.4s ease, width 0.4s ease, height 0.4s ease, margin 0.4s ease;
    margin: 7%;
}

#texto1-div:hover .background, #texto2-div:hover .background, #texto3-div:hover .background{
    background-color: rgba(173, 153, 102, 0.85);
}

.texto{
    width: 100%;
    color: white;
    text-align: center;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.texto h4{
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
}

.texto hr{
    width: 60%;
    height: 1px;
    background-color: white;
    border: none;
    margin: 18px auto 12px auto;
}

.texto p{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: normal;
    margin-bottom: 16px;
}




/* tela2 */

#tela2{
    max-width: 1140px;
    font-size: 0;
    margin: auto;
}

#esquerda-section, #direita-section{
    display: inline-block;
    height: 100%;
    vertical-align: top;
}


/* tela2 esquerda */

#esquerda-section{
    width: 66.66%;
}

.post{
    width: 100%;
    margin-bottom: 50px;
}

.esquerda-post, .direita-post{
    display: inline-block;
}

/* post esquerda */

.esquerda-post{
    width: calc(25% - 30px);
    height: calc(100% - 35px);
    vertical-align: top;
    text-align: right;
    margin: 35px 15px 0px 15px;
}

.esquerda-post ul{
    text-align: right;
    margin-bottom: 28px;
}

.esquerda-post li{
    width: 100%;
    display: inline-block;
    margin: 1px 0px;
}

.esquerda-post li a{
    font-size: 14px;
}

.esquerda-post p{
    margin-bottom: 16px;
}

.esquerda-post a{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0px;
    transition: color 0.4s ease;
}

.esquerda-post a:hover{
    color: #ad9966;
}

.esquerda-post div a{
    color: #777777;
    vertical-align: middle;
    margin-right: 10px;
}

.icone svg{
    width: 20px;
    vertical-align: middle;
}


/* post direita */

.direita-post{
    width: calc(75% - 30px);
    height: 100%;
    margin: 0px 15px;
}

.direita-post img{
    width: 540px;
}

.direita-post h3{
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    transition: color 0.4s ease;
    margin: 22px 0px;
}

.direita-post h3:hover{
    color: #ad9966;
}

.direita-post p{
    width: 100%;
    color: #777777;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.view-more{
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ad9966;
    letter-spacing: 2px;
    line-height: 35px;
    transition: color 0.4s ease, background-color 0.4s ease;
    padding: 8.5px 30px;
}

.view-more:hover{
    color: white;
    background-color: #ad9966;
}

/* numeros */

#numeros{
    width: 100%;
    margin: 110px auto 120px auto;
}

#numeros li{
    width: 40px;
}

#numeros a{
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    display: block;
    letter-spacing: 0;
    transition: 0.4s ease;
    padding: 8px 12px;
}

#numeros a:hover{
    color: white;
    background-color: #ad9966;
}

#colorido{
    color: white !important;
    background-color: #ad9966;
}

.li-icone a{
    padding: 8px 9.5px !important;
}

#numeros svg{
    width: 20px;
    vertical-align: middle;
}

#numeros path{
    transition: all 0.4s ease;
}

#numeros a:hover path{
    fill: white;
}




/* tela2 direita */

#direita-section{
    width: calc(33.33% - 30px);
    background-color: #fafaff;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 20px 0px;
    margin: 0px 15px 300px 15px;
}

#pesquisa, #charlie, #popular-posts-div, #imagem300, #categoria-posts-div, #Newsletter, #Clouds{
   border-bottom: 1px solid #eee;
   text-align: center;
   padding-bottom: 30px;
   margin: 30px;
}

#direita-section h4, #direita-section h6{
   font-family: "Playfair Display", serif;
   font-size: 18px;
   font-weight: 400;
   letter-spacing: 0;
}

#popular-posts-div h4, #categoria-posts-div h4, #Newsletter h4, #Clouds h4{
   width: 100%;
   color: white;
   background-color: #ad9966;
   padding: 13.5px 0;
}

#direita-section p{
   color: #777777;
   font-size: 15px;
   line-height: 1.7;
}

#direita-section svg{
   width: 20px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

/* direita pesquisa */

#pesquisa input{
   width: calc(80% - 44px);
   height: calc(40px - 24px);
   color: white;
   background-color: #ad9966;
   font-size: 14px;
   display: inline-block;
   vertical-align: middle;
   border: none;
   border-top-left-radius: 20px;
   border-bottom-left-radius: 20px;
   padding: 12px 22px;
}

#pesquisa input:focus{
   outline: none;
}

#pesquisa ::placeholder{
   color: white;
   font-family: "Roboto", sans-serif;
   font-size: 13px;
}

#pesquisa button{
   width: 20%;
   height: 40px;
   background-color: #ad9966;
   vertical-align: middle;
   display: inline-block;
   position: relative;
   cursor: pointer;
   border: none;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
}

/* direita charlie */

#charlie h4{
   margin-top: 40px;
   margin-bottom: 5px;
}

#charlie p{
   margin-bottom: 16px;
}

#charlie ul{
   width: 100%;
   height: 35.5px;
}

#charlie li{
   width: 5.5%;
   top: 9%;
   margin: 10px;
}

#charlie svg{
   width: 17px;
}

#charlie path{
   transition: fill 0.4s ease;
}

#charlie ul a:hover path{
   fill: #ad9966;
}

/* direita posts */

#popular-posts-div{
   width: calc(100% - 60px);
   display: block;
}

#popular{
   margin-top: 30px;
}

.popular-posts{
   text-align: left;
   margin-bottom: 20px;
}

.popular-posts img, .popular-posts div{
   display: inline-block;
   vertical-align: middle;
}

.popular-posts img{
   width: 100px;
}

.popular-posts div{
   margin-left: 12px;
   text-align: left;
}

.popular-posts h6{
   font-size: 14px !important;
   font-weight: 600 !important;
   -webkit-text-stroke: 0.3px black;
   transition: all 0.4s ease;
   margin-bottom: 10px;
}

.popular-posts a:hover h6{
   color: #ad9966;
   -webkit-text-stroke: 0.3px #ad9966;
}

/* imagem 300x250 */

#imagem300 img{
   width: 100%;
}

/* categorias posts */

#categoria-posts-div li{
   width: 100%;
   border-bottom: 2px dotted #eee;
   text-align: left;
   display: block;
   transition: all 0.4s ease;
   padding-top: 15px;
   padding-bottom: 8px;
}

#categoria-posts-div li:hover p{
   color: #ad9966;
}

#categoria-posts-div li:hover{
   border-bottom-color: #ad9966;
}

#categoria-posts-div p{
   font-size: 14px;
   font-weight: 400;
   letter-spacing: 0;
   display: inline-block;
}

#categoria-posts-div #direita{
   float: right;
}

#categoria-posts-div a{
   width: 100%;
   display: block;
}

/* Newsletter */

#here{
   margin: 20px 0;
}

#Newsletter p{
   margin-top: 20px;
}

#Newsletter-email{
   margin-bottom: 16px;
}

#Newsletter-email-preencher, #Newsletter #icon, #Newsletter input, #Newsletter a{
   display: inline-block;
}

#Newsletter-email-preencher{
   width: calc(100% - 89px);
   height: 36px;
   background-color: white;
   border: 1px solid #ced4da;
   border-right: none;
   display:inline-block;
   vertical-align: middle;
}

#Newsletter #icon{
   width: 36px;
   height: 100%;
   position: relative;
}

#Newsletter #icon path{
   stroke-width: 15px;
   stroke: #ccc;
}

#Newsletter input{
   width: calc(100% - 45px);
   height: 18px;
   color: #ccc;
   border: none;
   font-family: "Roboto", sans-serif;
   display:inline-block;
   vertical-align: top;
   padding: 9px 9px 9px 0px;
}

#Newsletter input::placeholder{
   color: #ccc;
   font-family: "Roboto", sans-serif;
}

#Newsletter input:focus{
   outline: none;
}

#Newsletter a{
   height: 22px;
   color: white;
   background-color: #ad9966;
   font-size: 12px;
   font-weight: 500;
   line-height: 1.7;
   letter-spacing: 0;
   vertical-align: middle;
   padding: 8px 20px;
}

/* Tag Clouds */

#Clouds{
   border-bottom: none;
   margin-bottom: 20px;
}

#Clouds h4{
   margin-bottom: 30px;
}

#Clouds ul{
   text-align: left;
}

#Clouds li{
   width: auto;
   background-color: white;
   border: 1px solid #eee;
   transition: background-color 0.4s ease;
   display: inline-block;
   padding: 4px 14px;
   margin-right: 5px;
   margin-bottom: 10px;
}

#Clouds li:hover{
   background-color: #ad9966;
}

#Clouds a{
   font-size: 12px;
   font-weight: 400;
   letter-spacing: 0;
   line-height: 25.5px;
   transition: color 0.4s ease;
}

#Clouds li:hover a{
   color: white;
}




/* rodapé */

footer{
   background-color: #04091e;
   font-size: 0;
   text-align: center;
   width: 100%;
   padding: 120px 0px;
}

/* rodapé de cima */

#rodape_cima{
   width: 100%;
   max-width: 1110px;
   display: block;
   margin: auto;
   font-size: 0;
   padding:  0px 15px 0px 15px;
}

#rodape_cima ul {
   list-style: none;
}

#rodape_cima li {
   text-align: left;
   width: 100%;
   display: block;
   margin-bottom: 10px;
}

#rodape_cima h4{
   color: white;
   font-family: "Playfair Display", serif;
   text-transform: uppercase;
   font-weight: 400;
   font-size: 18px;
   margin-bottom: 27px;
}

#rodape_cima a, #cima_divisão2 p, #enter_digitar, #rodape_baixo p{
   color: #777777;
   font-size: 15px;
   font-family: "Roboto", sans-serif;
   font-weight: 400;
   line-height: 1.7;
   letter-spacing: normal;
}

#rodape_cima a{
   transition: all 0.4s ease;
}

#rodape_cima a:hover{
   color: #ad9966;
}

/* divisão1 */

#cima_divisão1{
   display: inline-block;
   width: 68%;
   font-size: 0;
}

.cima_divisão1_div{
   display: inline-block;
   vertical-align: top;
   font-size: 14px;
   text-align: left;
   width: 25%;
}

/* divisão2 */

#cima_divisão2{
   display: inline-block;
   vertical-align: top;
   font-size: 14px;
   text-align: left;
   width: 32%;
}

#cima_divisão2 p{
   margin-bottom: 16px;
}

#enter{
   font-size: 0;
}

#enter input{
   width: 75%;
   height: 38px;
   display: inline-block;
   vertical-align: middle;
   color: white;
   border: solid 1px rgba(255, 255, 255, 0.1);
   background-color: #04091e;
   padding: 0px 20px;
}

#enter input::placeholder{
   color: rgba(145, 145, 145, 0.5);
   font-family: "Roboto", sans-serif;
   font-size: 13px;
   font-weight: 400;
}

#enter input:focus{
   outline: none;
}

#enter_botao{
   width: 40px;
   height: 40px;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   background-color: #ad9966;
   color: white;
   border: none;
   cursor: pointer;
}

#enter_botao svg{
   width: 40%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

#enter_botao path{
   fill: white;
   stroke: #ad9966;
   stroke-width: 30px;
}

#submitting{
   display: none;
   color: white;
   font-size: 12px;
   margin-top: 30px;
   font-weight: 400;
}

#enter_botao:focus + #submitting{
   display: block;
}

/* rodapé de baixo */

#rodape_baixo{
   width: 100%;
   max-width: 1110px;
   display: block;
   margin: auto;
   font-size: 0;
   padding:  50px 15px 0px 15px;
}

#rodape_baixo #esquerda, #rodape_baixo #direita{
   display: inline-block;
   width: 50%;
   vertical-align: middle;
}

/* rodapé de baixo esquerda */

#rodape_baixo #esquerda{
   text-align: left;
}

#rodape_baixo #esquerda a{
   color: #ad9966;
   font-size: 15px;
   font-family: "Roboto", sans-serif;
   font-weight: 400;
   letter-spacing: 0px;
}

#rodape_baixo #esquerda svg{
   width: 20px;
   transform: translateY(16%);
}

#rodape_baixo #esquerda path {
  fill: #ad9966;
  stroke: #04091e;
  stroke-width: 20px;
}

/* rodapé de baixo direita */

#rodape_baixo #direita{
   text-align: right;
}

#rodape_baixo #direita a{
   color: #ad9966;
   background: rgba(255, 255, 255, 0.1);
   font-size: 12px;
   transition: background-color 0.4s ease;

   position: relative;
   display: inline-block;
   width: 20px;
   height: 20px;
   padding: 5px;
   margin: 0px 2px 0px 2px;
}

#rodape_baixo #direita a:hover{
   background-color: #ad9966;
}

#rodape_baixo #direita a svg{
   position: absolute;
   width: 60%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

#rodape_baixo #direita a path{
   transition: fill 0.4s ease;
}
#rodape_baixo #direita a:hover path{
   fill: white;
}