/*
Theme Name: Dalú
Description: Tema para WordPress.
Author: Geosfera
Author URI: http://geosfera.com.br/
Version: 1.01
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

.
*/

/* Basic WordPress Styles */
@import url('css/wp.css');

@import url('https://fonts.googleapis.com/css2?family=Quicksand&family=Viaoda+Libre&display=swap');

.viaoda-libre{
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
}
.quicksand{
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
}
a img{
    border: 0;
}
a:link,
a:active,
a:visited{
    color: #444444;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
body{
    background: url('./imagens/fundo-2.svg') left 75% no-repeat;
    color: #444444;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
}
.wrapper{
    max-width: 1230px;
    margin: 0 auto;
    padding: 10px 1em;
}
.relative{
    position: relative;
}
.d_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    list-style: none;
}

figure img{
    max-width: 100%;
    height: auto;
}
h1, h2, h3{
    font-weight: normal;
}

@media screen and (max-width: 980px){
    .d_flex{
        display: block;
    }
}

/* header */
header{
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    padding: 5px 0;
    width: 100%;
    z-index: 9999;
}
header #btn_menu{
    display: none;
}
header nav a:link,
header nav a:active,
header nav a:visited{
    color: #444444;
    margin: 5px 15px;
    padding: 5px 15px;
    text-decoration: none;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
header nav a:hover{
    background: #B16B2D;
    color: #ffffff;
    padding: 5px 15px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.dalu_mobile_1b{
    display: none;
}
@media screen and (max-width: 980px){
    .dalu_mobile_1b{
        display: block;
    }
    header .wrapper.d_flex{
        padding: 0;
    }
    header .wrapper.d_flex #dalu{
        display: none;
    }
    header #btn_menu{
        background: url('./imagens/menu.svg') center center no-repeat;
        display: block;
        position: absolute;
        right: 1em;
        top: 25px;
        height: 30px;
        width: 30px;
    }
    header #btn_menu.fechar{
        background: url('./imagens/fechar.svg') center center no-repeat;
    }
    header nav{
        display: none;
    }
    header nav.aberto{
        display: block;
        background: #B16B2D;
        display: block;
        width: 100%;
        margin: -15px 0 0 0;
        padding: 25px 0;
        height: 100vh;
        
    }
    header nav.aberto a{
        margin: 20px auto;
        display: block;
        text-align: center;

        color: #ffffff;
        font-family: "Viaoda Libre", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        line-height: 110%;
        text-align: center;
        max-width: 760px;
    }
    .dalu_mobile_1b{
        text-align: center;
        margin: 35px 0 50px 0;
    }
    .dalu_mobile_1b p{
        color: #ffffff;
        font-size: 20px;
        line-height: 190%;
    }

    .dalu_mobile_1{
        text-align: center;
        margin: 40px auto 20px auto;
    }
    .dalu_mobile_1 p{
        font-size: 20px;
        line-height: 190%;
        margin: 0px auto;
    }

}
/* header */

/* #inicio */
section#inicio{
    /*background: url('./imagens/fundo-1.svg') top center no-repeat;*/
    margin: 0px auto;
    padding-top: 50px;
}
section#inicio .coluna_1{
    max-width: 190px;
    width: 100%;
    margin-top: 150px;
}
section#inicio .coluna_1 a.como_comprar{
    color: #B16B2D;
    border: #B16B2D solid thin;
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    padding-top: 40px;
    height: 105px;
    width: 145px;
    line-height: 110%;
    text-align: center;
    -webkit-border-radius: 145px;
    -moz-border-radius: 145px;
    border-radius: 145px;
    margin: 0 -15px 0 auto;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#inicio .coluna_1 a.como_comprar:hover{
    background: #B16B2D;
    color: #ffffff;
    text-decoration: none;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#inicio .coluna_2{
    max-width: 670px;
    width: 100%;
    position: relative;
}
section#inicio .coluna_2 .dalu_logo_g{
    position: absolute;
    top: 230px;
    left: -30px;
    z-index: 10;
}
section#inicio .coluna_2 h3{
    font-size: 25px;
    margin: 300px 5px 10px 0px;
}
section#inicio .coluna_3{
    max-width: 255px;
    margin-top: 125px;
}
section#inicio .coluna_3 h2{
    color: #63323C;
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 110%;
}
figure img {
    transition: transform 0.2s ease-in-out;
}
figure:hover img {
    transform: scale(1.02);
    filter: brightness(1.02);
    z-index: -1;
}

@media screen and (max-width: 980px){
    section#inicio .coluna_1{
        max-width: 190px;
        width: 100%;
        margin: 0px auto;
    }
    section#inicio .coluna_1 a.como_comprar{
        display: block;
    }
    section#inicio .coluna_2{
        margin: 25px auto;
        text-align: center;
    }
    section#inicio .coluna_2 .dalu_logo_g{
        position: absolute;
        top: 75px;
        left: 15%;
        width: 70%;
    }
    section#inicio .coluna_2 h3 {
        font-size: 25px;
        margin: 0px auto;
    }
    section#inicio .coluna_3 {
        max-width: 255px;
        margin: 25px auto;
    }

}
/* #inicio */

/* #inicio_mobile */
#inicio_mobile{
    display: none;
}
#inicio_mobile figure{
    text-align: center;
}
#inicio_mobile a.como_comprar{
    background: #B16B2D;
    border: #B16B2D solid thin;
    color: #ffffff;
    display: block;
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    padding-top: 40px;
    height: 105px;
    width: 145px;
    line-height: 110%;
    text-align: center;
    -webkit-border-radius: 145px;
    -moz-border-radius: 145px;
    border-radius: 145px;
    margin: -65px auto 0 auto;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    z-index: 999;
    position: relative;
}
#inicio_mobile .wrapper h2 {
    color: #63323C;
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 110%;
    text-align: left;
    max-width: 254px;
    margin: 20px auto;
}
#inicio_mobile .desperte{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
#inicio_mobile .desperte .foto-04m{
    margin: -145px 0 0 auto;
    right: -20px;
    width: 127px;
    position: relative;
}
@media screen and (max-width: 980px){
    #inicio{
        display: none;
    }
    #inicio_mobile{
        display: block;
    }
}


a.whatsapp{
    position: fixed;
    right: 1%;
    bottom: 3%;
}
@media screen and (max-width: 980px){
    a.whatsapp{
        position: fixed;

        display: none;

        right: 1%;
        bottom: 3%;
    }
}

/* #frases */
section#frases{
    margin: 50px auto;
    padding: 0;
}
section#frases p{
    color: rgba(146, 192, 37, 0.4);
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    margin: 25px auto;
}
section#frases{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

section#frases p.txt1 { 
    animation: scrollText 25s infinite linear; 
}
section#frases p.txt2 { 
    animation: scrollText2 25s infinite linear; 
}


@keyframes scrollText {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}
@keyframes scrollText2 {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
  }

@media screen and (max-width: 980px){
    section#frases p{
        font-size: 34px;
    }
}


/* #saiba_mais */
section#saiba_mais{
    padding-top: 50px;
    margin: 0 auto;
}
section#saiba_mais .wrapper h2{
    color: #63323C;
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    max-width: 760px;
    margin: 35px auto;
}
section#saiba_mais .wrapper p{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 190%;
    text-align: center;
    max-width: 680px;
    margin: 35px auto;
}
section#saiba_mais .wrapper .logos.d_flex{
    max-width: 265px;
    margin: 25px auto;
}
@media screen and (max-width: 980px){
    section#saiba_mais .wrapper h2{
        font-size: 38px;
    }
    section#saiba_mais .wrapper .logos.d_flex{
        display: flex;
        justify-content: space-between;
    }
}

/* #ingredientes */
section#ingredientes{
    margin: 50px auto;
    padding-top: 50px;
    width: 100%;
}
section#ingredientes .wrapper {
    width: 100%;
    max-width: 1040px;
}
section#ingredientes .texto h3{
    color: #63323C;
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 39px;
    margin: 20px 0 5px 0;
}

section#ingredientes .wrapper .d_flex.linha_1 .coluna_1{
    width: 100%;
    max-width: 450px;
    padding: 0;
}
section#ingredientes .wrapper .d_flex.linha_1 .coluna_1 figure{
    width: 100%;
    max-width: 250px;
}
section#ingredientes .wrapper .d_flex.linha_1 .coluna_1 .texto{
    width: 100%;
    max-width: 180px;
}
section#ingredientes .wrapper .d_flex.linha_1 .coluna_2{
    width: 100%;
    max-width: 410px;
    padding: 0;
}
section#ingredientes .wrapper .d_flex.linha_1 .coluna_2 figure{
    width: 100%;
    max-width: 190px;
}
section#ingredientes .wrapper .d_flex.linha_1 .coluna_2 .texto{
    width: 100%;
    max-width: 200px;
}

section#ingredientes .wrapper .d_flex.linha_2 .coluna_1{
    width: 100%;
    max-width: 250px;
    padding: 0;
}
section#ingredientes .wrapper .d_flex.linha_2 .coluna_1 .texto{
    margin: 50px 0 25px 0;
}
section#ingredientes .wrapper .d_flex.linha_2 .coluna_2{
    width: 100%;
    max-width: 190px;
    padding: 0;
}
section#ingredientes .wrapper .d_flex.linha_2 .coluna_3{
    width: 100%;
    max-width: 480px;
    padding: 0;
} 
section#ingredientes .wrapper .d_flex.linha_2 .coluna_3 figure{
    width: 100%;
    max-width: 250px;
}
section#ingredientes .wrapper .d_flex.linha_2 .coluna_3 .texto{
    width: 100%;
    max-width: 200px;
}
@media screen and (max-width: 980px){
    section#ingredientes{
        margin: 0 auto;
        padding-top: 0px;
        width: 100%;
    }
    section#ingredientes .texto h3{
        font-size: 32px;
        line-height: 39px;
        margin-top: 25px;
    }
    section#ingredientes .wrapper {
        padding: 0;
    }
    section#ingredientes .wrapper .d_flex.linha_1 .coluna_1{
        margin: 0 auto;
    }
    section#ingredientes .wrapper .d_flex.linha_1 .coluna_1 figure{
        margin: 25px auto;
    }
    section#ingredientes .wrapper .d_flex.linha_1 .coluna_1 .texto{
        margin: 0 auto;
    }
    section#ingredientes .wrapper .d_flex.linha_1 .coluna_2{
        margin: 0 auto;
    }
    section#ingredientes .wrapper .d_flex.linha_1 .coluna_2 figure{
        margin: 25px auto;
    }
    section#ingredientes .wrapper .d_flex.linha_1 .coluna_2 .texto{
        margin: 0 auto;
    }

    section#ingredientes .wrapper .d_flex.linha_2 .coluna_1{
        margin: 0 auto;
    }
    section#ingredientes .wrapper .d_flex.linha_2 .coluna_1 .texto{
        margin: 0 auto;
    }
    section#ingredientes .wrapper .d_flex.linha_2 .coluna_2{
        margin: 0 auto;
    }
    section#ingredientes .wrapper .d_flex.linha_2 .coluna_3{
        margin: 0 auto;
    } 
    section#ingredientes .wrapper .d_flex.linha_2 .coluna_3 figure{
        margin: 25px auto;
    }
    section#ingredientes .wrapper .d_flex.linha_2 .coluna_3 .texto{
        margin: 0 auto;
    }

    section#ingredientes .wrapper .d_flex.linha_1 .coluna_1 figure{
        width: 100%;
        max-width: 250px;
        margin: 25px auto;
    }
    section#ingredientes .wrapper .d_flex.linha_1 .coluna_1 .texto{
        width: 100%;
        max-width: 250px;
    }
    section#ingredientes .wrapper .d_flex.linha_1 .coluna_2{
        width: 100%;
        max-width: 250px;
    }
    section#ingredientes .wrapper .d_flex.linha_1 .coluna_2 figure{
        width: 100%;
        max-width: 250px;
        margin: 25px auto;
    }
    section#ingredientes .wrapper .d_flex.linha_1 .coluna_2 .texto{
        width: 100%;
        max-width: 250px;
    }
    
    section#ingredientes .wrapper .d_flex.linha_2 .coluna_1{
        width: 100%;
        max-width: 250px;
    }
    section#ingredientes .wrapper .d_flex.linha_2 .coluna_1 .texto{
        margin: 0px 0 0px 0;
    }
    section#ingredientes .wrapper .d_flex.linha_2 .coluna_2{
        width: 100%;
        max-width: 250px;
        margin: 25px auto 0 auto;
    }
    section#ingredientes .wrapper .d_flex.linha_2 .coluna_3{
        width: 100%;
        max-width: 250px;
    } 
    section#ingredientes .wrapper .d_flex.linha_2 .coluna_3 figure{
        max-width: 250px;
        margin: 25px auto;
    }
    section#ingredientes .wrapper .d_flex.linha_2 .coluna_3 .texto{
        max-width: 250px;
    }
}

/* #como_comprar */
section#como_comprar{
    margin: 50px auto 75px auto;
    padding-top: 50px;
    width: 100%;
}
section#como_comprar .wrapper.d_flex{
    align-items: center;
}
section#como_comprar .wrapper.d_flex h2{
    color: #63323C;
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    line-height: 74px;
    margin: 0;
    max-width: 395px;
}
section#como_comprar .wrapper.d_flex article{
    max-width: 330px;
}
section#como_comprar .wrapper.d_flex article .texto{
    margin: 10px 0;
}
section#como_comprar .wrapper.d_flex article .texto h3{
    color: #63323C;
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 39px;
    margin: 10px 0 5px 0;
}
section#como_comprar .wrapper.d_flex article .texto .preco{
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
section#como_comprar .wrapper.d_flex article .texto .preco p{
    color: #63323C;
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 39px;
}
section#como_comprar .wrapper.d_flex article .texto .preco p span{
    color: rgba(68, 68, 68, 0.63);
    text-decoration: line-through;
}
section#como_comprar .wrapper.d_flex article .texto .preco a:link,
section#como_comprar .wrapper.d_flex article .texto .preco a:active,
section#como_comprar .wrapper.d_flex article .texto .preco a:visited{
    background: #B16B2D;
    color: #ffffff;
    padding: 5px 15px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#como_comprar .wrapper.d_flex article .texto .preco a:hover{
    background: #864812;
    text-decoration: none;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
@media screen and (max-width: 980px){
    section#como_comprar .wrapper.d_flex h2{
        font-size: 40px;
        line-height: 46px;
        text-align: left;
        margin: 25px auto;
        max-width: 245px;
    }
    section#como_comprar .wrapper.d_flex article{
        max-width: 330px;
        margin: 25px auto 0 auto;
    }
    section#como_comprar .wrapper.d_flex article .texto .preco {
        margin: 5px 0;
        display: block;
    }
    section#como_comprar .wrapper.d_flex article .texto .preco p{
        margin: 5px 0 10px 0;
        display: block;
    }
}

/* #foto */
section#foto{
    /*background: url('./imagens/fundo-01.jpg') center center no-repeat;
    background-size: cover;
    padding: 25px;
    height: 720px;*/
    display: block;
}
.parallax-window {
    padding: 25px;
    min-height: 720px;
    background: transparent;
}
section#foto h2{
    color: #ffffff;
    font-family: "Viaoda Libre", serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 108%;
    margin-top: 75px;
}

section#foto_m{
    display: none !important;
}

@media screen and (max-width: 980px){
    section#foto{
        display: none !important;
    }
    .parallax-window {
        display: none !important;
    }
    section#foto_m{
        display: block !important;
    }
    .parallax-window_m {
        padding: 25px;
        min-height: 400px;
        background: transparent;
    }
    section#foto_m h2{
        color: #ffffff;
        font-family: "Viaoda Libre", serif;
        font-size: 32px;
        font-weight: normal;
        text-align: right;
        line-height: 108%;
        margin-top: 50px;
    }
}

footer{
    background: #63323C;
    color: #ffffff;
    padding: 25px 0;
}
footer .wrapper.d_flex .dalu{
    margin-top: -55px;
}
footer .wrapper.d_flex .dalu p{
    font-size: 16px;
    margin: 30px auto;
}
footer .wrapper.d_flex nav{
    max-width: 200px;
    text-align: right;
}
footer .wrapper.d_flex nav a:link,
footer .wrapper.d_flex nav a:active,
footer .wrapper.d_flex nav a:visited{
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin: 10px 0;
}
footer .wrapper.d_flex nav a:hover{
    text-decoration: underline;
}

footer .wrapper.d_flex nav a.instagram{
    margin-top: 30px;
}
@media screen and (max-width: 980px){
    footer .wrapper.d_flex .dalu{
        margin: -105px auto 0 auto;
        max-width: 350px;
        text-align: center;
    }
    footer .wrapper.d_flex .dalu figure img {
        width: 80%;
        max-width: 220px;
    }
    footer .wrapper.d_flex .dalu p.copyright{
        display: none;
    }
    footer .wrapper.d_flex nav{
        max-width: 200px;
        text-align: right;
        margin: 50px auto 25px auto;
        text-align: center;
    }
    footer .wrapper.d_flex nav a:link,
    footer .wrapper.d_flex nav a:active,
    footer .wrapper.d_flex nav a:visited{
        margin: 15px 0;
    }
}

a.whatsapp_m{
    display: block;
    width: 86px;
    margin: 0 auto;
}
p.copyright_m{
    display: none;
}
@media screen and (max-width: 980px){
    p.copyright_m{
        display: block;
        font-size: 16px;
        margin: 35px auto;
        text-align: center;
        width: 90%;
    }
}