/*
Theme Name: Agência Gnu
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: J.Jaciro
Author URI: https://wordpress.org/
Description: Tema desenvolvido pela Agência Gnu <3
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding-top: 64px;
    overflow-x: hidden;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

header.wp-block-template-part {
	background: var(--wp--preset--color--secondary);
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
	box-shadow: 0px 6px 10px rgb(63 63 63 / 70%);
	padding: 10px 0px;
}

header .wp-block-group > .alignwide {
    padding: 0px!important;
}

header .wp-block-navigation {
    color: var(--wp--preset--color--secondary-text);
	margin-top: 0px;
}

header .wp-block-column {
    display: flex;
    align-items: center;
    gap: 12px;
}

header > div > .is-content-justification-space-between {
    justify-content: initial;
    gap: 40px;
}

.infoBox {
    gap: 12px;
    display: flex;
	margin-left: auto!important;
}
.infoBox a {
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 30px;
}

.infoBox a.wpp {
    background: #01a900;
    background-blend-mode: hue;
    transition: ease-in-out .3s;
}

.infoBox a.wpp:hover {
	background: #018600;
}

.infoBox a.contact {
    background: var(--wp--preset--color--primary);
    background-blend-mode: hue;
    transition: ease-in-out .3s;
}

.infoBox a.contact:hover {
	background: var(--wp--preset--color--primary-dark);
}

.infoBox a::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://temas.agenciagnu.com.br/wp-content/uploads/2022/11/doubt.svg) center no-repeat;
    background-size: contain;
    filter: invert(1);
    vertical-align: middle;
    margin-left: 5px;
}

.infoBox a.wpp::after {
    background: url(https://temas.agenciagnu.com.br/wp-content/uploads/2022/11/wpp.svg) center no-repeat;
    background-size: contain;
}

.infoBox a.contact::after {
    background: url(https://temas.agenciagnu.com.br/wp-content/uploads/2022/11/doubt.svg) center no-repeat;
    background-size: contain;
}

.home #wp--skip-link--target > div:nth-child(1), .home #wp--skip-link--target > div:nth-child(2) {
    display: none;
}

.carousel-slider-outer-52 .owl-stage-outer {
    border-radius: 10px;
}

.carousel-slider .owl-dots .owl-dot span {
	margin: 4px!important;
}

.wp-site-blocks footer .alignfull {
    margin: 0px!important;
}

.carousel-slider__post-content .carousel-slider__post-meta,
.carousel-slider__post-content .carousel-slider__post-title {
    display: none;
}

strong.themeName {
    font-size: 18px;
}

span.themePrice {
	color: var(--wp--preset--color--secondary-text);
    display: block;
}

.carousel-slider__post-excerpt br {
    display: none;
}

.carousel-slider__post-excerpt img {
    position: absolute;
    width: auto!important;
    right: 10px;
    bottom: 60px;
}

.carousel-slider__post-excerpt img +br {
    display: none;
}

.carousel-slider__post-content {
	border-radius: 10px;
	overflow: hidden;
	background: #000;
}

.carousel-slider__post-content .carousel-slider__post-header {
    overflow: hidden;
}

.carousel-slider__post-content .carousel-slider__post-image {
    min-height: 30px;
    transition: ease-in-out .3s;
    transform: scale(1.0);
}

.carousel-slider__post-content:hover .carousel-slider__post-image {
    transform: scale(1.01);
}

h2.section-title {
    font-weight: bold;
    font-size: 24px;
}

.carousel-slider__post-excerpt {
    text-decoration: none;
    margin: 0px!important;
    padding: 1rem 1rem 2rem;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
	text-decoration-style: dashed;
}

a:active {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	/* text-decoration: underline;
	text-decoration-style: solid; */
	color: var(--wp--preset--color--primary);
	transition: ease-in-out .3s;
}

.footerNews {
    background: #ff9900;
    position: relative;
    padding: 10px 0px;
	max-width: 100%!important;
}
/* .footerNews::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -9999999px;
    height: 100%;
    width: 9999999px;
    background: var(--wp--preset--color--primary);
}

.footerNews::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -9999999px;
    height: 100%;
    width: 9999999px;
    background: var(--wp--preset--color--primary);
} */

.footerNews p {
    text-align: center;
}

.footerNews p > * {
    display: inline-block;
}

.footerNews p br {
    display: none;
}

.footerNews input {
	font-family: var(--wp--preset--font-family--system-font);
}

.footerNews .wpcf7-not-valid-tip {
    position: absolute;
    left: 20px;
    bottom: -25px;
}

.footerNews input:not([type="submit"]) {
    border: none;
    height: 45px;
    border-radius: 40px;
    padding: 0px 22px;
    outline: none;
}

.footerNews input[type="submit"] {
    height: 45px;
    border: none;
    border-radius: 40px;
    width: 120px;
    background: #000;
    color: #fff;
    font-size: 16px;
	cursor: pointer;
    transition: ease-in-out .3s;
}

.footerNews input[type="submit"]:hover {
	background: #222;
}

.footerNews form > p::before {
    content: '';
    display: inline-block;
    width: 90px;
    height: 110px;
    background: url(https://temas.agenciagnu.com.br/wp-content/uploads/2022/11/plane.svg) center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 30px;
    transform: rotate(-45deg);
}

.footerNews .wpcf7-response-output {
    position: absolute;
    top: -26px;
    left: 25%;
    background: #000;
    border-color: #000!important;
    color: yellow;
    width: 50%;
    text-align: center;
}

.footerNews .sent .wpcf7-response-output {
    color: #03db02;
}

.footerNews .wpcf7-spinner {
    top: 8px;
}

.footerMain {
    background: #000;
}

.footerMain > div {
    margin: auto;
    max-width: 1110px;
}

.footerMain > div > div {
    padding: 0px 40px;
}

.footerMain span.sectionTitle {
    font-size: 16px;
}

.footerMain p, .footerMain a {
    color: var(--wp--preset--color--secondary-text);
    text-decoration: none;
    display: block;
	transition: ease-in-out .3s;
}

.footerMain a.wpp, .footerMain a.insta {
	color: #fff;
}

.footerMain a:hover {
	color: var(--wp--preset--color--primary);
}

.footerMain a.insta {
    margin-top: 10px;
}

.footerMain a.wpp::before, .footerMain a.insta::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

.footerMain a.wpp::before {
	background: url(https://temas.agenciagnu.com.br/wp-content/uploads/2022/11/wpp-green.svg) center no-repeat;
	background-size: contain;
}

.footerMain a.insta::before {
	background: url(https://temas.agenciagnu.com.br/wp-content/uploads/2022/11/insta.svg) center no-repeat;
	background-size: contain;
}

.subFooter {
    margin: 0px!important;
    text-align: center;
    padding: 10px 0px;
}

.heroSection {
    max-width: 100%!important;
    position: relative;
    text-align: center;
    padding: 40px 0px 50px;
}

.heroSection::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 1;
}

.heroSection * {
    z-index: 2;
    position: relative;
    display: block;
    margin: auto;
}

.heroSection span {
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 10px;
}

.post-template-default h1.alignwide.wp-block-post-title, 
.post-template-default h1.alignwide.wp-block-post-title+figure,
.post-template-default hr.wp-block-separator.alignwide.is-style-wide, 
.post-template-default hr.wp-block-separator.is-style-wide {
    display: none;
}

.post-template-default main.is-layout-flow.wp-block-group {
    margin-top: 0px!important;
}

.description-box {
    display: flex;
    margin-bottom: 70px!important;
}

.description-box .left {
    width: calc(100% - 360px);
}

.description-box .left > img {
    width: 100%;
}

.description-box .right {
    width: 360px;
    padding-left: 20px;
}

.description-box .right .box {
    background: #000;
    position: sticky;
    top: 80px;
    border-radius: 20px;
    padding: 20px;
}

.description-box .right h2 {
    font-weight: bold;
    margin: 0px;
    font-size: 22px;
}

.description-box .right .description p {
    margin: 0px;
}

.description-box .right .description > strong {
    font-size: 22px;
}

.description-box .right .view {
    background: var(--wp--preset--color--primary);
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 40px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 30px;
    transition: ease-in-out .3s;
}

.description-box .right .view:hover {
    background: var(--wp--preset--color--primary-dark);
}

.description-box .right .view::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://temas.agenciagnu.com.br/wp-content/uploads/2022/11/link.svg) center no-repeat;
    background-size: contain;
    filter: invert(1);
    vertical-align: middle;
    margin-right: 5px;
}

.description-box .right .wpp {
    background: #01a900;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 40px;
    height: 35px;
    line-height: 35px;
    margin-top: 30px;
    transition: ease-in-out .3s;
}

.description-box .right .wpp:hover {
    background: #018600;
}

.description-box .right .wpp::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://temas.agenciagnu.com.br/wp-content/uploads/2022/11/wpp.svg) center no-repeat;
    background-size: contain;
    filter: invert(1);
    vertical-align: middle;
    margin-left: 5px;
}

.hideBlock {
    display: none!important;
}

.category .wp-block-post-template.wp-block-post-template {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.category .wp-block-post-template.wp-block-post-template > li {
    margin-top: 0px;
}

.category .wp-block-post-template.wp-block-post-template figure {
    margin: 0px;
    overflow: hidden;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.category .wp-block-post-template.wp-block-post-template figure img {
    transform: scale(1.00);
    transition: ease-in-out .3s;
}

.category .wp-block-post-template.wp-block-post-template > li:hover figure img {
    transform: scale(1.02);
}

.category .wp-block-post-template.wp-block-post-template figure+div {
    background: #000;
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.category .wp-block-post-template.wp-block-post-template figure+div a {
    text-decoration: none;
    font-size: 1rem;
    display: block;
    width: 100%;
    padding: 10px 20px;
}

.category .wp-block-post-template.wp-block-post-template .themePrice {
    display: block;
}

.category .wp-block-post-template.wp-block-post-template .themePrice+img {
    position: absolute;
    top: 40px;
    right: 15px;
}

.heroTitle {
    font-weight: 600;
    font-size: 32px!important;
    margin-bottom: 10px!important;
}

.heroTitle+small {
    max-width: 1195px;
    margin: auto;
    display: block;
    font-size: 16px;
}

span.estimatedTime {
    position: absolute;
    font-size: 12px;
    border-radius: 10px;
}

span.estimatedTime strong {
    color: var(--wp--preset--color--primary);
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
	background-color: var(--wp--preset--color--primary);
	border-radius: 0;
	border: none;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
	opacity: 0.90;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */

/* .wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
} */

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--custom--spacing--outer);
	padding-bottom: var(--wp--custom--spacing--large);
	padding-right: var(--wp--custom--spacing--outer);
	padding-left: var(--wp--custom--spacing--outer);
}

@media screen and (min-width: 764px) {

    header .wp-block-navigation .infoBox,
    .description-box > .wpp {
        display: none!important;
    }

}

.wp-block-site-logo img {
    min-width: 215px!important;
}

@media screen and (max-width: 764px) {

    header .hide-mob {
        display: none;
    }

    .carousel-slider.arrows-outside .owl-nav {
        display: none;
    }

    .carousel-slider.dots-center .owl-dots {
        opacity: 1!important;
    }

    header.wp-block-template-part > div {
        padding: 5px 10px;
    }

    .wp-block-site-logo a, .wp-block-site-logo img {
        max-height: 35px;
    }

    .wp-block-site-logo img {
        min-width: 175px!important;
    }

    .p-mob, .p-mob+div {
        padding: 0px 15px;
    }

    .footerNews input:not([type="submit"]) {
        margin-bottom: 8px;
        text-align: center;
        max-width: 240px!important;
    }

    .footerNews p > * {
        display: block;
    }

    .footerNews input[type="submit"] {
        margin: auto;
        display: block;
        min-width: 160px;
    }

    .footerNews form > p::before {
        transform: rotate(-5deg);
    }

    .footerMain {
        text-align: center;
    }

    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
        background: #000;
        color: #fff;
    }

    header .wp-block-navigation .infoBox {
        margin-left: 0px!important;
        flex-direction: column;
    }

    header .wp-block-navigation .infoBox a {
        max-width: 80px;
    }    

    .subFooter {
        padding-left: 10px;
        padding-right: 10px;
    }    

    .category .wp-block-post-template.wp-block-post-template {
        grid-template-columns: 1fr;
        padding: 0px 15px;
        gap: 0px;
    }

    .heroTitle, .heroTitle+small {
        padding: 0px 15px;
    }

    .description-box {
        flex-direction: column;
    }

    .description-box .left {
        width: 90%;
        order: 2;
        margin-left: 5%;
    }

    .description-box .left img {
        width: 100%;
    }

    .description-box .right {
        order: 1;
        padding: 0px 10px;
        width: 90%;
        margin-left: 2%;
    }

    h2.section-title, h2.section-title+div {
        padding: 0px 12px;
    }

    .description-box > .wpp {
        background: #01a900;
        text-align: center;
        position: fixed;
        z-index: 99;
        width: 80%;
        left: 10%;
        bottom: 10px;
        border-radius: 50px;
        height: 45px;
        line-height: 45px;
        text-decoration: none;
        display: none;
    }

    .description-box > .wpp::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(https://temas.agenciagnu.com.br/wp-content/uploads/2022/11/wpp.svg) center no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-left: 5px;
        filter: invert(1);
        margin-left: 8px;
    }
    
}

.howToBuy-box {
    font-size: 16px;
}

.page-id-264 .is-layout-constrained.wp-block-group h1 {
    font-weight: bold;
    margin-bottom: 0px!important;
    margin-top: 60px;
}

.page-id-264 .is-layout-constrained.wp-block-group hr {
    display: none;
}