html {
    font-family: "Space Groteske";
    font-weight: 600;
    line-height: 150%;
    background-color: #E6E6E6;
    scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 154px;
  }

body {
    overflow-x: hidden;
}

p{
    font-family: "Space", sans-serif;
}

b, strong {
    font-weight: 800;
}

i {
    font-style: italic;
}

em {
    color: #1E2E21;
    font-family: "Space";
    font-style: italic;
}

  .orange{
    color:#E86A33;
}

.no_display{
    display: none;
}

/* Items coming from Wordpress */

.nav-item {
    display: inline-block;
}

#footer_comprar{
    display: none;
}

/* Conceito */
body {
    background-color: #C1D7C5;
}

.landing_poema {
    font-family: "Junicode", "Times New Roman", Times, serif;
    font-size: 88px;
    font-weight: normal;
    line-height: 120%;
    color: white;
    margin-bottom: 32px;
}

.landing_firstfold {
    position: absolute;
    bottom: 32px;
    left: 32px;
}

#nossa_historia_en{
    display: none;
}

#nossa_historia_pt{
    display: none;
}

.video_container {
    height: calc(100vh - 56px);
    width: 100vw;
    overflow: hidden;
    margin-top: 56px;
}

.video_container video {
    object-fit: cover;
    height:100%;
    width: 100%;
}

.landing_logo {
    width: 12%;
    position: absolute;
    bottom: 32px;
    right: 32px;
}

button {
    background-color: transparent;
    border: 1px solid #1E2E21;
    border-radius: 24px;
    padding: 4px 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #1E2E21;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Space", sans-serif;
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
}

button:hover {
    background-color: #1E2E21;;
    color: white;
}

.landing_firstfold button {
    margin-right: 24px;
    color: white;
    border: 1px solid #C1D7C5;
}

.landing_bio {
    font-family: "Sentient", "Times New Roman", Times, serif;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    margin-top: 72px;
}

.landing_bio div{
    flex: calc(100% / 2);
}

.landing_bio p {
    width: 100%;
}

.landing_bio img {
    margin-left: 32px;
    width: calc(100% - 32px);
}

.landing_gallery {
    display: flex;
}

.landing_gallery img {
    width: 100%;
    flex: calc(100% / 3);
    padding: 0px;
}

.centered_button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    margin-top: 40px;
}

.quote {
    font-family: "Sentient";
    font-style: italic;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 150%;
}

.landing_bio div:nth-child(2) {
    padding-left: 24px;
    padding-right: 24px;
}

.quote, .descricao {
max-width: 600px;
}

.legenda {
    margin-bottom: 16px;
    margin-left: 32px;
    font-family: "Sentient";
}

.video_about {
    margin-left: 32px;
    margin-right: 32px;
    width: calc(100% - 64px);
}

.as_casas{
    flex: calc(100% / 3);
}

/* Comprar */

 .comprar_gallery {
    display: flex;
    height: calc(100vh - 56px);
    margin-top: 56px;
    overflow: hidden;
 }


 .comprar_gallery .slice {
    height: 100vh;
    flex: calc(100% / 3);
    padding: 0px;
    overflow: hidden;
 }

 .slice img {
    width: 96px;
    position: absolute;
    bottom: 64px;
 }
 
 .slice_img {
    padding-left: calc(50% - 48px);
  }

.slice1 {
    height: 100%;
    background-image: url('/wp-content/themes/birdhouse/img/BUREL_CASAS_COMPRAR.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.slice2 { 
    height: 100%;
    padding: 0px;
    overflow: hidden;
    background-image: url("/wp-content/themes/birdhouse/img/NOVA_COMPRAR_IRON_HOUSE_02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}

.slice3 { 
    height: 100%;
    padding: 0px;
    overflow: hidden;
    background-image: url("/wp-content/themes/birdhouse/img/FEED_CASAS_COMPRAR.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}

#show_on_hover1{
    display: none;
}

#slice01:hover #show_on_hover1{
    display: block;
}

#slice01:hover #remove_on_hover1{
    display: none;
}

#show_on_hover2{
    display: none;
}

#slice02:hover #show_on_hover2{
    display: block;
}

#slice02:hover #remove_on_hover2{
    display: none;
}

#show_on_hover3{
    display: none;
}

#slice03:hover #show_on_hover3{
    display: block;
}

#slice03:hover #remove_on_hover3{
    display: none;
}

/* Header */

a {
    color: #c0d9c6;
    text-decoration: none;
    font-family: "Space";
    font-weight: 400;
    font-style: normal;
}

a:hover {
    color: white;
    text-decoration: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background-color: #1E2E21;
    z-index: 4;
}

.grid_container_header {
    height: 56px;
}

/* Icon Menu Home */

.header_left {
    height: inherit;
    text-align: left;
    width: fit-content;
    position: fixed;
    left: 0;
}

.menu_icon{
    height: calc(100% - 16px);
    margin-top: 8px;
    margin-left: 32px;
}

/* Items coming from Wordpress */

[aria-current]:not([aria-current="false"]) {
    text-decoration: underline;
  }

.header_right {
    height: inherit;
    text-align: right;
    width: fit-content;
    position: fixed;
    right: 0;
    margin-right: 32px;
    display: block;
}

ul.header_pages{
    height: 56px;
    font-family: "Space";
    text-transform: uppercase;
    color: white;
}

li.nav-item{
    display: inline-block;
    line-height: 56px;
    padding-left: 64px;
}

/* Second Header with Logos */

.sub_menu_logos {
    position: fixed;
    top: 56px;
    height: 96px;
    background-color: #EAEDDD;
    width: 100vw;
    border-bottom: solid 2px #C1D7C5;
    z-index: 2;
}

.casas_left {
    width: fit-content;
    display: inline-block;
    padding-left: 32px;
}

.casas_right {
    width: fit-content;
    display: inline-block;
    position: absolute;
    top: 0;
    line-height: 96px;
    text-align: right;
    right: 32px;
    text-transform: uppercase;
}

a.buy_now {
    border: 1px solid #C1D7C5;
    border-radius: 24px;
    padding: 4px 16px;
    background-color: #c0d9c6;
    color:#1E2E21;
}

a.buy_now:hover {
    background-color: #1E2E21;
    color: #c0d9c6;
}

.house_logos {
    height: 88px;
    margin-top: 4px;
    margin-right: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.pinned {
    opacity: 1;
    filter: alpha(opacity=100);
  }


/* Images Apresentar Casas */

.products {
  margin-top: 154px;
}

.sticky_img {
    width: 100vw;
    position: sticky;
    top: 154px;
    height: calc(100vh - 154px);
    object-fit: cover;
}

.choose{
    opacity: 1;
    filter:alpha(opacity=100); 
}

.choose:hover{
    opacity: 7;
    filter:alpha(opacity=70); 
}

/* Footer */

footer {
    padding: 32px;
    display: flex;
}

.footer_img {
    height: 80px;
}

.footer_info {
    font-size: 14px;
    font-family: "Space";
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 150%;
    height: fit-content;
    text-transform: uppercase;
}

a.footer_anchor {
    font-weight: 600;
    color: #1E2E21;
}

a.footer_anchor:hover {
    color: #659A6D;
}

a.footer_anchor_info {
    font-weight: 400;
    color: #1E2E21;
}

a.footer_anchor_info:hover {
    color: #659A6D;
}

.info_title{
    font-family: "Sentient", "Times New Roman", Times, serif;
    font-weight: 400;
}

.footer_info:nth-last-child(1){
    margin-bottom: 0px;  
}

.footer_left {
    width: fit-content;
    display: inline-block;
}

.footer_right {
    width: fit-content;
    display: inline-block;
    padding-left: 64px;
}

.footer_bottom {
    display: inline-block;
    position: absolute;
    right: 32px;
}

/* Produtos */

a.anchor_image{
    color: #1E2E21;
    font-weight: 400;
}

a.anchor_image:hover{
    color:#659A6D;
}

a.anchor_image:hover figcaption{
    color: #E86A33;
}

a.anchor_image:hover span.box_number{
    color: #1E2E21;
}

.casa_individual {
    padding-bottom: 16px;
  }

.all_products {
    margin-top: 154px;
    width: calc(100vw - 32px);
    padding-left: 32px;
    background-color: #EAEDDD;
    padding-right: 32px;
  }

.imagem_casa{
    width: 300px;
}

#produto01:hover #producto01{
    opacity:0.6;
    filter:alpha(opacity=60); 
}

#produto02:hover #producto02{
    opacity:0.6;
    filter:alpha(opacity=60); 
}

#produto03:hover #producto03{
    opacity:0.6;
    filter:alpha(opacity=60); 
}

h1.landing_section{
    font-family: "Sentient";
    font-size: 24px;
    color: #1E2E21;
    padding-bottom: 32px;
}

#comprar_iron, #comprar_feed, #comprar_burel {
    padding-top: 32px;
    padding-right: 32px;
  }

#comprar_feed {
padding-bottom: 32px;
}

figcaption{
    font-family: "Sentient";
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    color: #1E2E21;
    font-weight: 600;
}

span.box_number{
    font-family: "Space";
    color: #E86A33;
}

span.underline{
    text-decoration: underline;
}

ul.casas{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
}

.imagem_casa {
    width: 100%;
  }

/* Single PHP Pagina Produto */

/* Zoom Imagem */

figure.zoom {
    position: relative;
    overflow: hidden;
    cursor: crosshair;
  }
  
  figure.zoom img:hover {
    opacity: 0;
  }
  
  figure.zoom img {
    display: block;
    width: 100%;
  }

.sub_menu_order {
    position: fixed;
    top: 56px;
    height: 56px;
    background-color: #EAEDDD;
    width: 100vw;
    border-bottom: solid 2px #C1D7C5;
    z-index: 2;
}

.paragraph_single_template{
    max-width: 800px;
}

.cuidados{
    font-size: 16px !important;
    font-family: "Space", sans-serif !important;
}

.tracking {
    display: inline-block;
    line-height: 56px;
    padding-left: 32px;
}

a.order_menu_item {
    text-transform: uppercase;
    color: #1E2E21;
    border: 1px solid #C1D7C5;
    border-radius: 24px;
    padding: 4px 16px;
    background-color: #c0d9c6;
}

a.order_menu_item:hover {
    color:#EAEDDD;
    border: 1px solid #1E2E21;
    border-radius: 24px;
    padding: 4px 16px;
    background-color: #1E2E21;
}

a.anchor_form {
    text-transform: uppercase;
    color: white;
    border: 1px solid #1E2E21;
    border-radius: 24px;
    padding: 8px 20px;
    background-color: #1E2E21;
}

a.anchor_form:hover {
    text-transform: uppercase;
    color: #1E2E21;
    border: 1px solid #C1D7C5;
    background-color: #C1D7C5;
}

.all_three_sections {
    margin-top: 112px;
    padding: 32px;
    background-color: #EAEDDD;
}

.steps h3 {
    font-family: "Sentient", serif;
    font-weight: 400;
    color:#E86A33;
    margin-top: 16px;
    line-height: 150%;
}

.steps h2 {
    font-family: "Sentient", serif;
    font-size: 24px;
    line-height: 150%;
}

.artigo_info li {
    font-family: "Space", sans-serif;
    text-transform: uppercase;
    line-height: 150%;
    font-weight: 400;
}

#step_two .artigo_info li {
    text-transform: none;
}

.steps p {
    font-family: "Sentient", serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
}

.steps input {
    margin-top: 48px;
    margin-bottom: 32px;
    background-color: #1E2E21;
    color: white;
    border: 1px solid #1E2E21;
    padding: 8px 16px;
}

.steps input:hover {
    color: #1E2E21;
    background-color: #c0d9c6;
    border: 1px solid #c0d9c6;
}

.all_three_sections {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.right {
    grid-column: 6 / 13;
}

.right.privacy_text {
    line-height: 150%;
    font-family: "Space";
    max-width: 800px;
  }

.static_section {
    grid-column: 1 / 5;
}

ul, ol {
    list-style: none;
}

ol li {
    padding-block-start: 8px;
}

/* Progression JS */

#step_one{
    display: block;
}

#step_two{
    display: none;
}

#step_three{
    display: none;
}

#go_to_step_one,  #go_to_step_two, #go_to_step_three{
    text-transform: uppercase;
    color: #1E2E21;
    border: 1px solid #C1D7C5;
    border-radius: 24px;
    padding: 4px 16px;
    background-color: #c0d9c6;
    font-family: "Space";
    font-size: 16px;
}

#go_to_step_one:hover, #go_to_step_two:hover, #go_to_step_three:hover{
    cursor: pointer;
    background-color: #1E2E21;
    color: white;
}

.current_button {
    background-color: #1E2E21 !important;
    color: white !important;
    border: 1px solid #1E2E21 !important;
}

input {
    text-transform: uppercase;
    color: #1E2E21;
    border: 1px solid #C1D7C5;
    border-radius: 24px;
    padding: 4px 16px;
    background-color: #c0d9c6;
    font-family: "Space";
    font-size: 16px;
}

input:hover {
    cursor: pointer;
    background-color: #1E2E21;
    color: white;
    border: 1px solid #1E2E21;
  }

/* Images from produto */

.foto_frente, .foto_tras {
    width: 100%;
    overflow: hidden;
}

.imagem_produto {
    width: 100%;
}

a.anchor_produto {
    font-weight: 400;
    color: #E86A33;
    font-family: "Sentient", sans-serif;
}

a.anchor_produto:hover {
    color: #659A6D;
}

/* WP Form Custom Style */

.wpforms-field-label-inline {
    font-family: "Space";
  }
  
  a.termsandconditions {
    color: #1E2E21;
  }

  a.termsandconditions:hover {
    color:#E86A33;
  }
  

#wpforms-submit-111 {
    text-transform: uppercase;
    color: white;
    border: 1px solid #1E2E21;
    border-radius: 24px;
    padding: 4px 16px;
    background-color: #1E2E21;
    font-family: "Space";
    font-size: 16px;
}

#wpforms-submit-111:hover {
    cursor: pointer;
    background-color: #C1D7C5 !important;
    color: #1E2E21 !important;
    border: 1px solid #C1D7C5;
}

.wpforms-field-label {
    font-family: "Sentient", sans-serif;
    font-weight: 400 !important;
    color: #E86A33 !important;
    font-size: 16px !important;
    margin-bottom: 8px !important;
}

.wpforms-field-large {
    font-family: "Space", sans-serif !important;
    color: black !important;
    border: 0px solid #1E2E21 !important;
    border-radius: 24px !important;
    background-color: #C1D7C5 !important;
    max-width: 600px !important;
}

#wpforms-111-field_10 {
    background-color: transparent !important;
    border: 1px solid #C1D7C5 !important;
}

.wpforms-required-label {
    color: #1E2E21 !important;
}

/* Redirect */

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message){
    background: transparent !important;
    border: 0px solid #b4d39b !important;
    margin-left: -13px !important;
}

/* Contactos */

.contacts_sections {
    margin-top: 56px;
    padding: 32px;
    background-color: #EAEDDD;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    height: calc(100vh - 56px);
    width: calc(100vw - 64px);
}

#email_encomendas {
    padding-top: 16px;
}

.static_section.information {
    grid-column: 1 / 7;
  }

  .right.information {
    grid-column: 8 / 13;
  }

.contact_area {
    font-family: "Sentient", serif;
    font-weight: 400;
    color:#E86A33;
    margin-top: 16px;
    line-height: 150%;
}

.contacts_header {
    font-family: "Sentient", serif;
    font-size: 24px;
    line-height: 150%;
}

.imagem_contacto {
    width: 100%;
}

a.email_option{
    color: #1E2E21;
    line-height: 150%;
}

.right > p.email_option{
    color: #1E2E21;
    padding-bottom: 0px;
    line-height: 150%;
}

.email_option:last-child {
    margin-top: 16px;
}

a.email_option:hover{
    color: #659A6D;
    padding-top: 16px;
}

a.contact_area{
    font-family: "Space";
    line-height: 150%;
}

/* Política de Privacidade */

.privacy_sections {
    margin-top: 56px;
    padding: 32px;
    background-color: #EAEDDD;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    width: calc(100vw - 64px);
}

.page_title{
    font-family: "Sentient", serif;
    font-size: 24px;
    line-height: 150%;
}

.right > p{
    max-width: 800px;
    line-height: 140%;
    padding-bottom: 16px;
}

.menu_query {
    display: none;
  }

.navitem {
    display: none;
}

/* Language Switch */

#menu-item-211 {
    padding-left: 16px;
}

.current-language-menu-item{
    text-decoration: underline;
}

.icon_mini {
    height: 20px;
    padding-right: 8px;
    position: relative;
    top: 5px;
    color: #1E2E21;
  }