/*
Theme Name: Odds Book
Theme URI: http://akun.com.br
Author: Andrew Kuhn - AKUN
Author URI: http://akun.com.br
Description: Tema para o site da Odds Book
Version: 1.0
Tags: oddsbook, livros, akun, joomlastudio

*/

@import url("https://fonts.googleapis.com/css2?family=Anton&family=League+Gothic&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
    font-family: "Cloud";
    src:
        url("/wp-content/themes/oddsbook/library/fonts/CloudRegular.woff2") format("woff2"),
        url("/wp-content/themes/oddsbook/library/fonts/CloudRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Buffalo";
    src:
        url("/wp-content/themes/oddsbook/library/fonts/Buffalo.woff2") format("woff2"),
        url("/wp-content/themes/oddsbook/library/fonts/Buffalo.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Buffalo";
    src:
        url("/wp-content/themes/oddsbook/library/fonts/Buffalo.woff2") format("woff2"),
        url("/wp-content/themes/oddsbook/library/fonts/Buffalo.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Amsterdam";
    src:
        url("/wp-content/themes/oddsbook/library/fonts/Amsterdam.woff2") format("woff2"),
        url("/wp-content/themes/oddsbook/library/fonts/Amsterdam.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Buffalo";
    src:
        url("/wp-content/themes/oddsbook/library/fonts/Buffalo.woff2") format("woff2"),
        url("/wp-content/themes/oddsbook/library/fonts/Buffalo.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Buffalo";
    src:
        url("/wp-content/themes/oddsbook/library/fonts/Buffalo.woff2") format("woff2"),
        url("/wp-content/themes/oddsbook/library/fonts/Buffalo.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Halimum";
    src:
        url("/wp-content/themes/oddsbook/library/fonts/HalimunRegular.woff2") format("woff2"),
        url("/wp-content/themes/oddsbook/library/fonts/HalimunRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --first-color: #ffffff;
    --second-color: rgb(64, 54, 149);
    --third-color: #892084;
    --cinza: rgb(84, 84, 84);
    --montserrat: "Montserrat", sans-serif;
    --buffalo: "Buffalo", sans-serif;
    --league: "League Gothic", sans-serif;
    --amsterdam: "Amsterdam", sans-serif;
    --cloud: "Cloud", sans-serif;
    --halimum: "Halimum", sans-serif;
}

/* =General
-------------------------------------------------------------- */

html,
body {
    height: 100%;
}

body {
    font-style: normal;
    font-weight: 400;
    font-size: medium;
    line-height: 1.618;
    font-family: var(--montserrat);
    text-align: left;
    color: var(--second-color);
    margin: 0;
    background-color: white;
}

body > div {
    overflow-x: hidden;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    color: var(--first-color);
    text-decoration: none;
    outline: none;
}

a:hover {
    color: var(--second-color);
}

p {
    word-break: break-word;
    font-weight: 400;
}

article p {
    padding-bottom: 1em;
}

li {
    padding-top: 0.5em;
    list-style: none;
    font-size: 1em;
    padding-left: 3em;
}

iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

input {
    border: none;
    outline: none;
    padding: 15px;
}

form input[type="submit"],
.botao {
    border-radius: 15px;
    padding: 15px 30px;
    border: 2px solid #155c9a;
    background: #155c9a;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.2em;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.botao:hover {
    border-color: #155c9a;
    color: #155c9a;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
.title {
    font-weight: 500;
    color: var(--third-color);
    padding-bottom: 1em;
    padding-top: 0.5em;
}

h1 {
    font-size: 3em;
    text-align: center;
}

h2 {
    font-size: 2.5em;
    line-height: 1.125em;
}

h2.linha {
    border-left: 4px solid var(--second-color);
    padding-left: 25px;
    margin-left: -25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3.4em;
    font-weight: 400;
}

strong {
    color: var(--first-color);
}

.direita h5 {
    text-align: right;
    padding-right: 29px;
}

.direita h2.linha {
    border-right: 4px solid var(--second-color);
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
    padding-right: 25px;
}

h3 {
    font-size: 1.5em;
    font-weight: 600;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.285em;
    color: #4a4a4a;
}

h2.titulo {
    margin-bottom: 1em;
}

h1.titulo {
    font-weight: bold;
    font-size: 3em;
    color: var(--first-color);
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
p {
    font-size: 1.2em;
}

span.divisor {
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: var(--first-color);
    width: 70px;
    display: inline-block;
}

hr {
    height: 3px;
    background: #d9d9d9;
}

.linhaCinza {
    border-bottom: 3px solid #d9d9d9;
}

.container {
    max-width: 1600px;
}

.panel {
    font-size: 0.8em;
}

.fade:before {
    content: "→";
    position: absolute;
    color: #383736;
    left: 88%;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.fade:hover:before {
    left: 91%;
    opacity: 1;
}

.fade:hover {
    border: 0 #fff solid;
    transform: scale(1.04, 1.04);
    transition: border 0.3s ease-out;
}

.noscroll {
    overflow-y: hidden;
}

.section {
    padding: 3em 10px;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-weight: bold;
    border-color: #165b97;
    text-align: center;
}

.button {
    border: none;
    font-size: 1em;
    font-weight: bold;
    color: black;
    margin: 0 auto;
    text-align: center;
    display: flex;
    line-height: 1.2;
    border-radius: 2em;
    max-width: 100%;
    background: var(--first-color);
    background: linear-gradient(to right, #c98b3c, #e9c078);
    text-transform: uppercase;
    transition: all 0.3s ease-in !important;
    align-items: end;
    letter-spacing: 0.1em;
}

.button:hover {
    color: var(--first-color);
    background: #fff;
    border: 3px solid var(--first-color);
}

a.saibaMais {
    color: #ec9936;
    font-weight: bold;
    transition: all 0.1s ease-in;
}
a.saibaMais:hover {
    color: #ffffff;
}

#rank-math-analytics-stats-wrapper {
    display: none !important;
}

bold {
    font-weight: 600;
}

/* =Header
-------------------------------------------------------------- */

header {
    position: relative;
    z-index: 3;
}

body.is-active {
    overflow: hidden;
}
.hero {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    padding: 1em;
    height: 100%;
}

/* =home
-------------------------------------------------------------- */
body.home {
    background-image: url(/wp-content/uploads/2025/07/odds_homebg.jpg);
    background-size: cover;
}

.homeImagem {
    position: fixed;
    z-index: 2;
    right: 0%;
    top: 20%;
    max-width: 32vw;
}

.home footer {
    display: none;
}

a.botaoBaixo {
    color: var(--first-color);
    background-color: rgb(64, 54, 149);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 1em;
    border-radius: 10px 10px 0 0;
    border: 2px solid var(--first-color);
    transition: all ease-in 0.3s;
}

a.botaoBaixo:hover {
    background-color: var(--first-color);
    color: rgb(64, 54, 149);
    border-color: rgb(64, 54, 149);
}

/* =sdSlideshow
-------------------------------------------------------------- */

#sdHero {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2025/06/c49401e9f06d4d8ca5d2ccf49349c422.jpg);
    background-size: cover;
}
#sdHero .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
#sdHero .boxTexto {
    font-family: var(--cloud);
    width: 600px;
    margin-right: 100px;
}
#sdHero .boxTexto img {
}
#sdHero .boxTexto h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
    color: var(--second-color);
}
#sdHero .boxTexto h2 span {
    font-family: var(--amsterdam);
    text-transform: lowercase;
    font-size: 2em;
    margin-left: 100px;
    margin-top: -31px;
    display: block;
    color: var(--second-color);
}
#sdHero .boxTexto2 {
    font-family: var(--league);
    text-align: center;
}
#sdHero .boxTexto2 h2 {
    color: var(--second-color);
    font-size: 2.5em;
    text-align: left;
    text-transform: uppercase;
}
#sdHero .boxTexto2 h2 span {
    color: var(--third-color);
}
#sdHero .boxTexto2 h2 span span {
    text-transform: lowercase;
    font-family: var(--buffalo);
}

#sdHero .boxTexto2 h3 {
    font-family: var(--amsterdam);
    font-size: 3em;
    color: var(--second-color);
    font-weight: 400;
}
#sdHero .boxTexto2 p {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    line-height: 1;
    font-family: var(--montserrat);
    font-weight: 400;
    font-size: 1.2em;
}

/* =sdSegunda
-------------------------------------------------------------- */

#sdSegunda {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}
#sdSegunda .container {
    position: relative;
    min-height: 70vh;
}
#sdSegunda .container * {
    z-index: 2;
}
#sdSegunda .containeraa img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 40vw;
    z-index: 1;
    max-height: 100vh;
    width: auto;
}
#sdSegunda h2 {
    font-family: var(--montserrat);
    color: #545454;
    text-align: center;
    font-size: 1.5em;
    padding-top: 2em;
    font-weight: 400;
    padding-bottom: 3em;
}
#sdSegunda h3 {
    font-family: var(--halimum);
    text-align: right;
    font-size: 2.3em;
    color: var(--cinza);
    padding-right: 50px;
    font-weight: 100;
}
#sdSegunda h4 {
    color: var(--second-color);
    font-weight: bold;
    font-size: 2em;
    padding: 0;
}
#sdSegunda h5 {
    color: var(--second-color);
    font-weight: bold;
    font-size: 1.6em;
}
#sdSegunda .boxTexto {
    right: 0;
    width: 50%;
    text-align: center;
    float: right;
}
.colunas{
    display: flex;
    justify-content: space-between;
}
#boxTexto {
    width: 40%;
    text-align: center;
    background: #e9f2fa;
    border-radius: 20px;
    padding: 20px;
}
#boxTexto p {
    color: #545454;
    font-size: 1em;
}
#boxTexto p span {
    font-weight: bold;
    display: block;
}
#sdSegunda a {
    background-color: rgb(168, 9, 114);
    border-radius: 20px;
    width: 270px;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 2em;
    margin-top: 1em;
    font-weight: bold;
}
#sdSegunda p.segundo {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em;
}
/* =sdTerceira
-------------------------------------------------------------- */
#sdTerceira {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2025/06/c49401e9f06d4d8ca5d2ccf49349c422.jpg);
    background-size: cover;
}
#sdTerceira h2 {
    text-align: center;
    font-family: var(--halimum);
}
#sdTerceira .formulario {
    text-align: right;
}
#sdTerceira form input[type="submit"] {
    display: block;
    float: right;
}
#sdTerceira label {
    display: inline-block;
    width: 300px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}
/* =sdQuarta
-------------------------------------------------------------- */
#sdQuarta {
    background-color: #e9f2fa;
}
#sdQuarta .container {
    justify-content: center;
    align-items: center;
    display: flex;
}
#sdQuarta .columns {
    align-items: center;
    text-align: center;
}
#sdQuarta h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    width: 250px;
    display: inline-block;
}
a.botaoComprar {
    display: inline-block;
    text-align: center;
    font-size: 1em;
    margin-bottom: 1em;
    padding: 10px;
    width: 250px;
}
#sdQuarta .qr {
    text-align: center;
}
#sdQuarta img.qrcode {
    width: 225px;
    display: block;
    margin: 0 auto;
}
#sdQuarta .qr a {
    display: block;
    color: var(--second-color);
}

/* =sdQuinta
-------------------------------------------------------------- */
#sdQuinta {
    text-align: center;
}
#sdQuinta .container {
    padding-bottom: 3em;
}
/* =sdSexta
-------------------------------------------------------------- */

#sdSexta {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2025/06/sd_flor.jpg);
    background-size: cover;
    padding-bottom: 0;
}
#sdSexta .primeira * {
    text-align: center;
    color: rgb(58, 77, 138);
}
#sdSexta h3 {
    font-weight: bold;
    font-size: 1.5em;
}
#sdSexta picture {
    overflow: hidden;
    height: 400px;
    width: 400px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}
#sdSexta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#sdSexta .boxTexto {
    background-color: #fff;
    padding: 40px;
}
#sdSexta p {
    color: var(--cinza);
    margin-bottom: 2em;
}
#sdSexta .is-7 {
    margin-bottom: 50px;
}
/* =sdSexta
-------------------------------------------------------------- */
#sdSetima .container {
    padding-bottom: 4em;
}
#sdSetima p {
    color: var(--cinza);
}
#sdSetima .contatos {
    color: var(--third-color);
    margin-top: 1em;
    display: block;
}

#sdSetima a.botaoBaixo {
    left: 60%;
}

/* =Footer
-------------------------------------------------------------- */

footer {
    color: var(--second-color);
}

footer .creditos {
    text-align: center;
    color: var(--second-color);
}

footer .creditos a {
    color: var(--second-color);
}
footer .endereco {
    text-align: right;
}

footer .horarios {
    padding-right: 45px;
    text-align: right;
}

.xoo-wsc-header {
    font-size: 2.5em;
}

.creditos {
    padding-top: 1em;
    font-size: 0.8em;
    background: #eee;
}
/* Single Post Page
-------------------------------------------------------------- */
.single-post main {
    color: var(--first-color);
}

.single-post article img:first-child {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.single-post article h1 {
    margin-bottom: 20px;
}

.single-post article .fonte {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 40px;
}

/* =Assitive Text
-------------------------------------------------------------- */

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

span.wpcf7-not-valid-tip {
}

div.wpcf7-validation-errors {
    padding: 10px;
    border-radius: 5px;
}

div.wpcf7-mail-sent-ok {
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */

@media only screen and (max-width: 1400px) {
    #homeSlideshow h2 {
        font-size: 4.5em;
    }
}

@media only screen and (max-width: 960px) {
}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */

@media handheld,
    only screen and (max-width: 1024px),
    only screen and (max-device-width: 820px) and (orientation: portrait) {
    body {
        font-size: small;
    }

    .homeImagem {
        top: 50%;
        max-width: 90vw;
        transform: translatex(-50%);
    }

    .container {
        max-width: 100vw;
    }
    #sdHero .boxTexto {
        width: 100%;
    }
    #sdHero .boxTexto2 h2 span span img {
        width: 40%;
    }
    #sdHero .boxTexto2 h2 {
        text-align: center;
    }
    #sdSegunda h3 {
        text-align: center;
        margin: 0;
        padding: 0;
        padding-bottom: 2em;
    }
    #sdSegunda .container img {
        left: 0;
        max-width: 100%;
        position: relative;
    }
    #sdSegunda .boxTexto {
        position: relative;
        width: 100%;
    }

    input,
    #sdTerceira label {
        display: block;
        text-align: left;
        width: 100%;
    }
    #sdTerceira form input[type="submit"] {
        width: 100%;
        text-align: center;
    }
    #sdSexta picture {
        width: 100%;
        height: 100vw;
    }
    #sdSegunda h4 {
        margin: 0 30px;
    }
    #sdSetima {
        text-align: center;
    }
    #sdSetima img {
        width: 70%;
    }
    #sdSetima a.botaoBaixo {
        left: 50%;
    }
        .colunas {
            flex-direction: column;
        }
    #boxTexto {
        position: relative;
        width: 100%;
    } 
}

@media screen and (min-width: 769px) and (max-width: 1400px), print {
    .itensPortfolio > div.is-one-quarter {
        width: 33.33%;
    }
}

/* =Media query for iPhone and smaller handheld devices
-------------------------------------------------------------- */

@media only screen and (max-width: 820px) and (orientation: portrait) {
}

@media only screen and (min-width: 2500px) {
    body {
        font-size: 1vw;
    }

    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 70vw;
    }

    .containerPortfolio .coluna {
        width: 25%;
    }

    .js-grid {
        max-width: 1600px;
    }

    #servicos .containerPortfolio .coluna {
        width: 33%;
    }

    .galeriaPrimaria img {
        width: 100%;
    }
}

.leitorTela {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
