* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

#home {
    width: 100%;
    height: 50vh;
    background-image: url(imgs/h1_hero1.jpg);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    background-size: cover;
    display: inline-block;
    background-position: 20%;
}

#home header {
    margin-left: 14%;
    padding: 2%;
}

#home img {
    vertical-align: middle;
    margin-right: 48%;
}

#home #telefone {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: questrial
}

#home #button {
    margin-left: 2%;
    margin-right: 2%;
    font-family: questrial;
    font-size: 16px;
    text-decoration: none;
    color: white;
    background-color: #D6A04C;
    padding: 14px 24px;
    border: 1px solid #D6A04C;
    vertical-align: middle;
}

#home #button:hover {
    background-color: transparent;
    color: #D6A04C;
    transition: 0.5s;
}

#home header #nav_button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#home header #nav_button .menu {
    height: 10px;
    width: 30px;
    display: inline-block;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
}

#home header #nav_button>input {
    z-index: 101;
    opacity: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#home header #nav_button>input:checked {
    position: fixed;
    left: 85%;
    top: 6.5%;
}

#home header #nav_button>input:checked+nav {
    transition: 1s;
    right: 0;
}

#home header #nav_button input:hover+nav .close_button>svg {
    fill: #D6A04C;
}

#home nav {
    width: 17.5%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    right: -17.5%;
    top: 0;
    background-color: #111111;
    display: inline-block;
    transition: 1s;
}

#home nav svg {
    fill: white;
    height: 21px;
}

#home nav .close_button {
    margin-top: 15%;
    margin-left: 11%;
}

#home nav .primary_list {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 22%;
}

#home nav .primary_list li {
    list-style: none;
    margin-top: 10%;
}

#home nav .primary_list li .blog .svg_mais {
    vertical-align: middle;
    height: 15px;
    width: 15px;
    margin-left: 4%;
}

#home nav .primary_list li .blog .svg_menos {
    display: none;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    margin-left: 4%;
}

#home nav .primary_list li a {
    text-decoration: none;
}

#home nav .primary_list li p {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 100;
    font-family: Questrial;
    display: inline-block;
    vertical-align: middle;
}

#home #nav_button nav .icons {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#home #nav_button nav .icons a {
    display: inline-block;
    margin-right: 15px;
}

#home #nav_button nav .icons a svg {
    height: 22px;
    fill: white;
    transition: all .4s ease-out 0s;
}

#home #nav_button nav .icons a:hover svg {
    fill: #D6A04C;
    transition: all .4s ease-out 0s;
    transform: rotateY(200deg);
}

#home nav .primary_list li .blog {
    position: relative;
    height: 100%;
    width: 100%;
}

#home nav .primary_list li .blog input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#home nav .primary_list li .blog .secondary_list {
    position: relative;
    left: 5%;
    width: 100%;
    display: none;
    transition: 0.5s;
}

#home nav .primary_list li .blog input:checked~.secondary_list {
    display: inline-block;
}

#home nav .primary_list li .blog input:checked~.svg_mais {
    display: none;
}

#home nav .primary_list li .blog input:checked~.svg_menos {
    display: inline-block;
}

#home .title {
    margin-left: 22%;
    margin-top: 4%;
}

#home .title a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-family: questrial;
}

#home .title p {
    color: white;
    font-size: 16px;
    font-family: questrial;
}

#home .title h1 {
    margin-top: 10px;
    color: white;
    font-size: 60px;
    font-family: cabin, sans-serif;
    font-weight: 100;
}

#blog {
    width: 100%;
    background-color: #0b0016;
    padding-top: 6%;
    padding-bottom: 6%;
    text-align: center;
}

#blog .posts {
    display: inline-block;
    text-align: center;
    color: white;
}

#blog .posts .container {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 5%;
}

#blog .posts .container img{
    width: 856px;
    height: 428px;
}

#blog .posts .container .descricao{
    padding: 60px 30px 35px 35px;
    width: 856px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

#blog .posts .container .descricao .title {
    text-decoration: none;
}

#blog .posts .container .descricao .title h3{
    font-size: 24px;
    font-family: cabin;
    color: white;
    font-weight: 600;
    margin-bottom: 16px;
}

#blog .posts .container .descricao .title h3:hover {
    color: #D6A04C;
}

#blog .posts .container .descricao p {
    font-size: 16px;
    font-family: questrial;
    color: white;
    line-height: 1.4;
}

#blog .posts .container .descricao .buttons {
    margin-top: 20px;
    vertical-align: middle;
}

#blog .posts .container .descricao .buttons svg{
    fill: #D6A04C;
    display: inline-block;
    width: 15px;
    vertical-align: middle;
}

#blog .posts .container .descricao .buttons a {
    text-decoration: none;
    color: #D6A04C;
    font-size: 14px;
    font-family: questrial;
}

#blog .posts .container .descricao .buttons p{
    display: inline-block;
    color: #1d1e1e;
    margin: 0 10px;
}

#blog .posts .container .callender{
    background-color: #D6A04C;
    display: inline-block;
    position: absolute;
    left: 5%;
    top: 55%;
    border-radius: 5px;
    text-align: center;
    padding: 13px 30px;
}

#blog .posts .container .callender h2{
    font-size: 30px;
    font-family: cabin;
    color: white;
    font-weight: 600;
    line-height: 1.2;
}

#blog .posts .container .callender p{
    font-size: 18px;
    font-family: questrial;
    line-height: 1.4;
}

#blog .posts .container>a{
    color: white;
}

#blog .posts .container>a:hover{
    .callender{
        background-color: transparent;
        transition-timing-function: ease-out;
    }
    h2{
        color: #D6A04C;
    }
    color: #D6A04C;
}


#blog .posts .pages{
    margin-top: 10%;
}

#blog .posts .pages a{
    display: inline-block;
    margin: 0 2px;
}

#blog .posts .pages a:hover div{
    background-color: transparent;
}

#blog .posts .pages a div{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #D6A04C ;
    border: solid 1px white;
    transition: 0.2s;
    font-size: 14px;
    font-family: questrial;
    height: 45px;
    width: 45px;
    background-color: white;
}

#blog .posts .pages a div svg{
    fill: #D6A04C;
    height: 13px;
    width: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#blog .posts .pages a div p{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#blog .content{
    display: inline-block;
}

#blog .content .side_bar{
    display: inline-block;
    vertical-align: top;
    width: 416px;
    margin-left: 15px;
}

#blog .content .side_bar aside{
    padding: 30px;
    background-color: white;
    margin-bottom: 30px;
}

#blog .content .side_bar .search{
    text-align: left;
    position: relative;
}

#blog .content .side_bar .search input{
    padding: 6px 12px;
    color: #999999;
    border: 0;
    width: 100%;
    text-align: left;
    display: inline-block;
    font-family: questrial;
    font-size: 13px;
    height: 50px;
    outline: none;
}

#blog .content .side_bar .search a{
    padding: 15px 20px;
    background-color: #D6A04C;
    font-family: questrial;
    font-size: 16px;
    text-decoration: none;
    color: white;
    display: inline-block;
    position: absolute;
    right: 7%;
}

#blog .content .side_bar .category{
    text-align: left;
}

#blog .content .side_bar .category h1{
    font-size: 20px;
    font-family: cabin;
    font-weight: 500;
    margin-bottom: 40px;
}

#blog .content .side_bar .category a{
    text-decoration: none;
    color: #545454;
    font-size: 16px;
    font-family: questrial;
    display: block;
    padding: 15px 0 15px;
}

#blog .content .side_bar .category a:hover{
    color: #D6A04C;
}

#blog .content .side_bar .recent-post{
    text-align: left;
}

#blog .content .side_bar .recent-post>h1{
    font-size: 20px;
    font-family: cabin;
    font-weight: 500;
    margin-bottom: 55px;
}

#blog .content .side_bar .recent-post>div{
    margin-top: 20px;
}

#blog .content .side_bar .recent-post>div>img{
    vertical-align: middle;
}

#blog .content .side_bar .recent-post>div>div{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

#blog .content .side_bar .recent-post>div>div a{
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-family: cabin;
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 500;
}

#blog .content .side_bar .recent-post>div>div a:hover{
    color: #D6A04C;
}

#blog .content .side_bar .recent-post>div>div p{
    font-size: 14px;
    font-family: questrial;
    color: #999999;
    margin-bottom: 0;
}

#blog .content .side_bar .tag-clouds{
    text-align: left;
}

#blog .content .side_bar .tag-clouds>h1{
    font-size: 20px;
    font-family: cabin;
    font-weight: 500;
    margin-bottom: 40px;
}

#blog .content .side_bar .tag-clouds>a{
    display: inline-block;
    font-family: questrial;
    color: #D6A04C;
    font-size: 13px;
    text-decoration: none;
    background: white;
    transition: 0.3s;
    padding: 10px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
}

#blog .content .side_bar .tag-clouds>a:hover{
    background: #D6A04C;
    color: white;
}

#blog .content .side_bar .newsletter{
    text-align: left;
}

#blog .content .side_bar .newsletter>h1{
    font-size: 20px;
    font-family: cabin;
    font-weight: 500;
    margin-bottom: 60px;
}

#blog .content .side_bar .newsletter>input{
    width: 100%;
    padding: 10px 20px;
    border: 0;
    font-family: questrial;
    font-size: 13px;
    color: #999999;
    height: 50px;
    margin-bottom: 20px;
    outline: none;
}

#blog .content .side_bar .newsletter>a{
    width: 100%;
    text-align: center;
    display: block;
    background: white;
    border: solid 1px #D6A04C;
    padding: 18px 0;
    font-family: cabin;
    color: #D6A04C;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s;
}

#blog .content .side_bar .newsletter>a:hover{
    background-color: #D6A04C;
    color: white;
}

#blog .content .side_bar .instagram-feeds{
    text-align: left;
}

#blog .content .side_bar .instagram-feeds>h1{
    font-size: 20px;
    font-family: cabin;
    font-weight: 500;
    margin-bottom: 60px;
}
#blog .content .side_bar .instagram-feeds>a{
    display: inline-block;
    text-decoration: none;
    padding-right: 5px;
    padding-bottom: 10px;
}

#blog .content .side_bar .instagram-feeds>a>img{
    height: 110.641px;
    width: 110.641px;
}

#rodape {
    height: 55vh;
    background-color: #1e1e1e;
    text-align: center;
    padding-top: 120px;
}

#rodape .listas {
    padding-bottom: 4%;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #353535;
    margin-bottom: 2%;
}

#rodape .listas .espaco_rodape {
    position: relative;
    display: inline-block;
    padding: 0px 12px;
    width: 220px;
    vertical-align: top;
    text-align: left;
}

#rodape .listas .espaco_rodape h4 {
    font-size: 20px;
    font-family: cabin;
    font-weight: 100;
    color: white;
    margin: 0 0 30px;
}

#rodape .listas .espaco_rodape ul {
    text-align: left;
}

#rodape .listas .espaco_rodape ul a li {
    list-style: none;
    margin-bottom: 25px;
}

#rodape .listas .espaco_rodape ul a {
    text-decoration: none;
    color: white;
    font-family: questrial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#rodape .listas .espaco_rodape ul a:hover {
    text-decoration: underline;
}

#rodape .listas .espaco_email {
    display: inline-block;
    text-align: left;
    color: white;
    width: 416px;
    margin-left: 200px;
}

#rodape .listas .espaco_email h4 {
    font-size: 20px;
    font-family: cabin;
    font-weight: 100;
    color: white;
    margin: 0 0 30px;
}

#rodape .listas .espaco_email p {
    font-size: 16px;
    font-family: questrial, sans-serif;
    font-weight: 400;
    margin-bottom: 5%;
    color: #A4A6AE;
}

#rodape .listas .espaco_email input {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    font-family: questrial, sans-serif;
    padding: 10px 20px;
    color: #5C6168;
    border: 0;
    font-size: 16px;
    background: white;
}

#rodape .listas .espaco_email .input_email {
    position: relative;
    margin-bottom: 10%;
}

#rodape .listas .espaco_email .input_email input{
    outline: none;
}

#rodape .listas .espaco_email .input_email .button_submit {
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-47%);
}

#rodape .listas .espaco_email button {
    height: 60px;
    width: 80.5px;
    border: 0;
    position: relative;
    display: inline-block;
    background: #D6A04C;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
}

#rodape .listas .espaco_email button img {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#rodape .listas .espaco_email .icons a{
    vertical-align: middle;
}

#rodape .listas .espaco_email .icons a:hover svg{
    fill: #D6A04C;
    transition: all .4s ease-out 0s;
    transform: rotateY(200deg);
}

#rodape .listas .espaco_email .icons a svg {
    fill: white;
    height: 22px;
    margin-right: 5%;
    transition: all .4s ease-out 0s;
}

#rodape .listas .espaco_email .icons svg path {
    vertical-align: middle;
}

#rodape .fim p {
    color: #A4A6AE;
    font-size: 16px;
    font-weight: 400;
    font-family: questrial, sans-serif;
    display: inline-block;
}

#rodape .fim svg {
    width: 16px;
    height: 16px;
    fill: #D6A04C;
}

#rodape .fim a {
    text-decoration: none;
    font-family: questrial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #D6A04C;
}