/*
Theme Name: Mãe Natureza Custom
Theme URI: https://example.com
Author: Equipe Mãe Natureza
Author URI: https://example.com
Description: Tema WordPress customizado com foco em alto desempenho (PageSpeed/CWV) e SEO.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maenatureza
*/

:root {
    font-family: 'Open Sans', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #fff;
    background: #0d250e;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    background: #0d250e;
    color: #fff;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.layout {
    flex: 1;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.9;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}



a:hover,
a:focus {
    color: #ecf0f1;
}

img {
    margin-bottom: 20px;
}

p {
    text-align: justify;
}

.vegas-background {
    opacity: .4;
}

.vegas-overlay {
    opacity: 1;
}

#preloader {
    background-color: #333;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8888;
    color: #FFFFFF;
}


#status,
.status-area {
    background-image: url(../images/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-area {
    background: none;
    left: 0;
    margin: 0;
    padding-left: 12px;
    text-align: center;
    top: 65%;
    font-family: 'Open Sans', cursive;
}

.forms {
    text-align: center;
}

.form-control {
    height: 50px;
    background: transparent;
    border-radius: 25px;
    border: 1px solid #ddd;
    color: #fff;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #ddd;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    outline: 0 none;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

/* Basic Structure
-------------------------------------------------*/
.selo2 {
    background: url(../img/selo.png) no-repeat;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    float: right;
    width: 190px;
    height: 151px;
}

.selo2 a {
    position: fixed;
    top: 26px;
    right: -40px;
    float: right;
    width: 240px;
    height: 55px;
    -ms-transform: rotate(38deg);
    /* IE 9 */
    -webkit-transform: rotate(38deg);
    /* Chrome, Safari, Opera */
    transform: rotate(38deg);
}

.layout {
    min-height: calc(100vh - 70px);
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {

    padding: 18px 0;
    text-align: center;
}






.main {
    margin: 20px auto 0 auto;
    max-width: 820px;
    width: 100%;
}

.new-modal {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}

.new-modal .fa-times {
    font-size: 36px;
}

.new-modal .main {
    max-width: 600px;
}

.logo,
.title,
.slogan,
.more-links,
.more-links-nohide,
.social {
    text-align: center;
}

.logo,
.title,
.slogan,
.more-links2,
.social {
    text-align: center;
}

/* Main
-------------------------------------------------*/

.logo img {
    overflow: hidden;
    text-align: center;
    /* background: url('../imagens/logo.png')center center no-repeat; */
    width: 200px;
    margin: 0 auto;
}

.title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 48px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

.slogan,
.more-links {
    margin-bottom: 40px;
}

.slogan,
.more-links2 {
    margin-bottom: 40px;
}

.social {
    margin-top: 30px;
}

.social li {
    padding: 0;
}

.more-links a,
.social a {
    border: 2px solid #fff;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    /* height: 50px; */
    font-weight: 300;
    color: #fff;
    line-height: 46px;
    margin: 0 10px;
    padding: 5px 10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.more-links a {
    border-radius: 25px !important;
    width: 160px !important;
}




.social a {
    border: 2px solid transparent !important;
}

.social a .fa {
    font-size: 40px;
}

.more-links2 a {
    border-radius: 25px !important;
    width: 260px !important;
}

.social a {
    border-radius: 15px;
    height: 50px;
    line-height: 36px;
    width: 50px;
    margin: 0 5px;
    background: #bfd73e;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.social a:hover {
    text-decoration: none;
}

.more-links a:hover {
    background: #814b26;
    color: #fff;
}

.more-links a:hover {
    text-decoration: none;
}

.more-links2 a:hover {
    background: #814b26;
    color: #fff;
}

.more-links2 a:hover {
    text-decoration: none;
}

.main>.close {
    float: none;
    opacity: 1;
    text-shadow: none;
    text-align: center;
}

/* Typography
-------------------------------------------------*/
h1,
h2,
h3,
h4 {
    font-family: 'Open Sans', cursive;
    font-weight: 300;
}

.logo>h1 {
    font-size: 44px;
    text-shadow: 0 1px 1px #888;
}

.logo>h2:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 20%;
    margin: 10px auto;
}

.main .slogan {
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
}

/* Time circles
-------------------------------------------------*/

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.time_circles>div {
    position: absolute;
    text-align: center;
}

.time_circles>div>h4 {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #14c998;
}

.time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 300%;
    margin-top: 0.4em;
    color: #ffc600;
    font-family: 'Open Sans', sans-serif;
}


/* Image Hover Animation
--------------------------------------------------*/

.img-link img {
    position: relative;
    left: 10%;
    top: 0;
    -moz-transition: top 0.25s ease 0s;
    -ms-transition: top 0.25s ease 0s;
    transition: top 0.25s ease 0s;
}

.img-link:hover img {
    top: -10px;
}

/* Buttons */

.btn-default {
    background-color: #000;
    color: white;
    border-radius: 20px;
    border: 1px solid #000;
}

.btn-default:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.fale-conosco {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* BUTTONS APP */

#more-links-desktop {
    display: none;
}

#more-links-mobile {
    display: none;
}

.active {
    display: block !important;
}

.more-links-nohide a {
    border: 2px solid #fff;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    height: 50px;
    font-weight: 300;
    line-height: 46px;
    margin: 0 10px;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.more-links-nohide a {
    border-radius: 25px !important;
    width: 160px !important;
    color: #fff;
}


.more-links-nohide a:hover,
.social a:hover {
    background: #814b26;
    color: #fff;
}

.more-links-nohide a:hover {
    text-decoration: none;
}


.endereco {
    background: #814b26;
    border-radius: 30px;
    margin: 50px 0;
    padding: 20px;
}

.coluna-2 {
    height: 254px;
}


.coluna-2 img {
    height: 100%;
}

.cta {
    background: #814b26;
    max-width: max-content;
    padding: 5px 10px;
    border-radius: 50px;
}



.layout-consultoria {
    min-height: 100%;
    position: relative;
    z-index: 3;

    background-image: url('/assets/imagens/fundos/fundo-2.jpg');
    background-size: cover;
    /* cobre a tela inteira */
    background-position: center;
    /* centraliza */
    background-attachment: fixed;
    /* truque do parallax básico */
}

.layout-consultoria::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    /* ajuste a opacidade aqui */
    z-index: 1;
    pointer-events: none;
    /* não atrapalha o clique */
    z-index: 1;
}

.layout-consultoria .overlay {
    position: relative;
    z-index: 20;
}

@media(max-width:768px) {

    .more-links a,
    .more-links-nohide a {
        width: 100%;
        max-width: 100%;
        white-space: normal !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 20px;
        width: 100%;
        height: auto !important;
        line-height: 25px !important;
    }
}

/* BUTTONS APP */

.more-links-nohide {
    text-align: center;
}

#more-links-desktop {
    display: none;
}

#more-links-mobile {
    display: none;
}

.active {
    display: block !important;
}

.more-links-nohide a {
    border: 2px solid #fff;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    height: 50px;
    font-weight: 300;
    line-height: 46px;
    margin: 0 10px;
    margin-bottom: 40px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.more-links-nohide a {
    border-radius: 25px !important;
    width: 160px !important;
}


.more-links-nohide a:hover,
.social a:hover {
    background: #914a29;
    color: #fff;
}

.more-links-nohide a:hover {
    text-decoration: none;
}

.list-inline {
    display: flex;
    align-items: center;
    justify-content: center;
}

i {
    color: #fff;
}

.endereco h3,
.endereco a {
    color: #fff;
}


.endereco a:hover {
    color: #fff;
}


.endereco h3 {
    margin: 20px 0;
}


/* FUNDO GLOBAL SLIDER */
.bg-slider {
    position: fixed;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1.5s ease-in-out;
}

/* OVERLAY ESCURO */
.bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(9, 15, 23, 0.85) 20%,
            rgba(9, 15, 23, 0.65) 50%,
            rgba(9, 15, 23, 0.85) 80%);
}

.page-id-11,
.page-id-13,
.page-id-13 a,
.page-id-11 a {
    color: #fff
}

.page-id-11 a:hover,
.page-id-13 a:hover {
    color: #fff;
}