﻿html {
    
}
body {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;

    /*background: #ffffff;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 41%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 41%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 41%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );*/ /* IE6-9 */
}

@font-face {
    font-family: 'Plumpfull';
    src: url('/fonts/Plumpfull.ttf') format('truetype');
    /* Você pode adicionar outras variações da fonte aqui, como bold, italic, etc. */
}

.fontePlump {
    font-family: 'Plumpfull' !important;
    font-weight: 400 !important;
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.30;
    font-weight: 400;
}

/* Cores */
.bg-principal { background-color: #ff8200 !important; }
.bg-secundario { background-color: #474747 !important; }
.bg-whatsapp { background-color: #25d366 !important; color: #fff !important; }
.bg_dark { background-color: #333 !important; }
.bg-rosa { background-color: #D77BBD; }
.bg-roxo { background-color: #af008d; }

.cor-principal  { color: #ff8200 !important; }
.cor-principalclara  { color: #fa9858 !important; }
.cor-secundario { color: #474747 !important; }
.cor-whatsapp { color: #25d366 !important; }
.cor-texto { color: #525960 !important; }

a.linkPrincipal { color: #ff8200 !important; }
a.linkPrincipal:hover { color: #fa9858 !important; }

a.linkSecundario { color: #474747 !important; }
a.linkSecundario:hover { color: #ff8200 !important; }

a.linkBranco { color: #fff !important; }
a.linkBranco:hover { color: #fa9858 !important; }
/* fim Cores */

/* Margins */
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }
.m-45 { margin: 45px !important; }
.m-50 { margin: 50px !important; }

.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-t-45 { margin-top: 45px !important; }
.m-t-50 { margin-top: 50px !important; }

.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-b-45 { margin-bottom: 45px !important; }
.m-b-50 { margin-bottom: 50px !important; }

.m-l-5 { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }
.m-l-45 { margin-left: 45px !important; }
.m-l-50 { margin-left: 50px !important; }

.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-r-45 { margin-right: 45px !important; }
.m-r-50 { margin-right: 50px !important; }
/* fim Margins */

/* Paddings */
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }
.p-45 { padding: 45px !important; }
.p-50 { padding: 50px !important; }

.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-t-45 { padding-top: 45px !important; }
.p-t-50 { padding-top: 50px !important; }

.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-b-45 { padding-bottom: 45px !important; }
.p-b-50 { padding-bottom: 50px !important; }

.p-l-5 { padding-left: 5px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }
.p-l-45 { padding-left: 45px !important; }
.p-l-50 { padding-left: 50px !important; }

.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-r-45 { padding-right: 45px !important; }
.p-r-50 { padding-right: 50px !important; }
/* fim Paddings */

/* Alinhamento de textos */
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-justify { text-align: justify !important; }

.center-vertical { display: flex; align-items: center; } /*colocar nobr elemento pai*/
/* fim Alinhamento de textos */

/* Hs */
h1, h2, h3, h4, h5, h6 {
    color: #fa9858;
}

strong {
    font-weight: 600;
}
/* fim Hs */

/* Bordas */
.borda-radius-5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.borda-radius-10 { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.borda-radius-15 { -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }
.borda-radius-20 { -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; }
/* fim Bordas */

/* Imagens */
.img-responsive { display: block; max-width: 100%; height: auto; }
.bg-img-cover {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.img-rounded {
    border-radius: 20px;
}
.img-moldura {
    border: 10px solid #fff;
    box-shadow: 0 6px 6px rgba(229, 229, 229, 0.6);
}
/* fim Imagens */

/* Botões */
.btn-whatsapp {
    color: #fff !important;
    background-color: #0bab47 !important;
    border-color: #0bab47 !important;
}
    .btn-whatsapp:hover {
        color: #fff !important;
        background-color: #25d366 !important;
        border-color: #25d366 !important;
    }

#bt-zap-dec {
    z-index: 200;
    opacity: 1;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 26px;
    bottom: 85px;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
    background-color: #25d366 !important;
    overflow: hidden;
    /*border: 5px solid #c9ffdd;*/
}
#bt-zap-dec i {
    line-height: 59px !important;
    width: 52px !important;
    height: 52px !important;
    font-size: 37px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    transform: translate(0, 0px);
    transition: transform 0.2s ease;
}
#bt-zap-dec:hover i {
    color: #9bffc0;
}
/* fim Botões */

/* Bgs */
.bg-onde-laranja {
    background: url('../img/bg/bg-03.png') top center repeat-x;
    height: 20px;
}

/* fim Bgs */

.video iframe {
    border: none;
    width: 100% !important;
    height: 688px !important;
}

/* Topo */
.faixa-top {
    background: url('../img/bg/bg-01.png') bottom center;
    padding: 25px 0;
    z-index: 10;
    position: relative;
    color: #fff;
}
.faixa-top h1 {
    color: #fff;
     font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
}
    .faixa-top a {
        color: #fff;
        font-size: 15px;
        background-color: #af79b5;
        border-radius: 10px;
        padding: 5px 10px;
        box-shadow: 5px 5px 0px #640769;
    }

.header-layout1 .sticky-wrapper {
    position: relative;
    padding: 20px 0 0 0;
    background-color: var(--theme-color);
    margin-top: -20px;
    z-index: 9;
}
.header-layout1 .header-top {
    position: relative;
    padding: 45px 0 25px 0;
    background-color: var(--theme-color);
    overflow: hidden;
    margin-top: -20px;
    z-index: 9;
}
.header-links li > i {
    font-size: 13px;
    margin-right: 0;
    color: #ff8000;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
}
.header-links li a {
    border-right: 1px dotted #ff8000;
    padding-right: 20px;
    margin-right: 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
    .header-links li a:hover {
        color: #fff;
    }
.header-links li a.active {
    color: #fff;
}
    .header-links li a.loja {
        border-right: 0;
        padding: 10px;
        margin-right: 0;
        border-radius: 5px;
        font-size: 13px;
        background-color: #fff;
        color: var(--theme-color);
        font-weight: 700;
    }
.header-links li a.loja i {
    color: var(--theme-color);
    margin-right: 5px;
}

.header-layout1 .main-menu > ul > li > a {
    padding: 45px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: var(--title-color);
    text-transform: uppercase;
}
.header-layout1 .main-menu > ul > li > a:hover {
    color: #fff;
}
.header-layout1 .main-menu > ul > li > a.active {
    color: #fff;
}

.as-header .sticky-wrapper.sticky {
    background: var(--theme-color);
}

    .main-menu > ul > li {
    margin: 0 25px;
}

    .main-menu > ul > li.active > a {
        color: #fa9858;
        border-bottom: 2px solid #fa9858;
    }

.main-menu ul.sub-menu {
    padding: 10px 5px;
    left: 0;
    top: 70px;
    border-radius: 10px;
    /*background-color: var(--theme-color);*/
}
.main-menu ul.sub-menu a {
    font-size: 13px;
}

.header-social a:hover {
    color: #000;
}

.header-layout1 .main-menu {
    margin-left: 0;
    width: 100%;
    text-align: right;
}

.number-dots .slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 0;
    line-height: 0;
    text-align: center;
    height: max-content;
    position: absolute;
    top: initial;
    left: 0;
    right: 0;
    bottom: 10px;
    transform: translateY(0);
    z-index: 10000;
}
.number-dots .slick-dots li {
        display: inline-block !important;
        margin-right: 10px !important;
    }
.number-dots .slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 16px;
    height: 16px;
    line-height: 0;
    border-radius: 50%;
    border: none;
    background-color: var(--white-color);
    transition: all ease 0.4s;
    position: relative;
    margin-bottom: 0;
}
.number-dots .slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}
/* fim Topo */


/* Internas */
.breadcumb-dec {
    padding-top: 50px;
}
.breadcumb-dec h1 {
    margin-bottom: 0;
    font-size: 27px;
    color: #f57c21;
}

.box-single {
    background-color: var(--white-color);
    box-shadow: 0 6px 6px rgba(229, 229, 229, 0.6);
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
}

.menu-interno {
    box-shadow: 0 6px 6px rgba(229, 229, 229, 0.6);
    border-radius: 0 0 10px 10px;
}
/* fim Internas */

/* Home */
.bg-home-01 {
    background: url('../img/home02.png');
    height: 516px;
    color: #fff !important;
    z-index: 10;
    position: relative;
    text-align: right;
}
.bg-home-01 p {
    color: #fff !important;
}

.box-home-01 {
    text-align: left;
}

.box-home-roxo {
    background: url('../img/bg/bg-02.jpg') center 60%;
    background-size: cover;
    margin-top: -20px;
    text-align: left;
}
.box-home-roxo h1 {
        color: #fff !important;
    font-size: 29px;
    font-weight: 500;
    text-transform: uppercase;
    }
.box-home-roxo p {
        color: #fff !important;
    }
.box-home-ultimo {
    text-align: right;
    margin: -40px 0;
    z-index: 20;
    position: relative;
}
.img-home01 {
    margin: 40px 0 -60px;
    z-index: 11;
    position: relative;
}
.img-home-relogio {
    margin: -73px 0 0 0;
    z-index: 11;
    position: relative;
}
/* fim Home */


.sub-title {
    position: relative;
    font-family: var(--style-font);
    color: var(--theme-color);
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.2em;
    display: inline-block;
    text-transform: initial;
    margin-bottom: 28px;
}

/* Quem Somos */
.bg-04 {
    background: url('../img/bg/bg-04.png') bottom center !important;
    height: 34px;
    width: 100%;
}
.bg-04i {
    background: url('../img/bg/bg-04.png') bottom center !important;
    height: 34px;
    width: 100%;
    transform: scaleY(-1)
}
.box-mvv {
    color: #fff;
    text-align: center;
    padding: 70px 20px;
}
    .box-mvv img {
        display: block;
        margin: 0 auto;
    }
    .box-mvv span {
        display: inline-block;
        font-family: 'Plumpfull', sans-serif;
        text-transform: uppercase;
        font-size: 21px;
        background-color: var(--theme-color);
        padding: 5px 20px;
        border-radius: 30px;
        margin: 50px 0 20px;
    }
.box-mvv p {
    color: #fff;
}
.box-sobrenos {
    margin-bottom: -50px;
}
.box-sobrenos1 {
    text-align: left;
}
/* fim Quem Somos */

/* Programa */
.bg-05 {
    background: url('../img/bg/bg-05.png') bottom center !important;
    height: 34px;
    width: 100%;
}
.box-programa-01 {
    text-align: left;
}
    .box-programa-01 h2 {
        font-family: 'Plumpfull', sans-serif;
        color: var(--theme-color);
    }
.box-programa-02 {
    text-align: right;
}

.box-programa-02 h2 {
    font-family: 'Plumpfull', sans-serif;
    color: #fff;
}
.box-programa-03 {
    text-align: left;
    background: url('/img/e.png') center center no-repeat;
}
    .box-programa-03 .livros {
        text-align: right !important;
        padding-bottom: 50px;
    }

    .box-programa-03 h1 {
        font-family: 'Plumpfull', sans-serif;
        color: #7f0985;
        text-align: center;
        margin-bottom: 60px;
    }
.box-programa-04 h2 {
    font-family: 'Plumpfull', sans-serif;
    color: #7f0985;
    text-align: center;
    margin-bottom: 60px;
}
.box-programa-04 .treinamento {
    text-align: left;
}
.box-programa-04 .assessoria {
    text-align: right;
}

.box-programa-05 {
    margin-bottom: -10px;
}
.box-programa-05 .bg-roxo {
    text-align: right;
    padding-bottom: 30px;
}
    .box-programa-05 .img-carangolina {
        margin-top: -70px;
    }
.box-programa-05 h3 {
    text-align: right;
    font-size: 35px;
}
.box-programa-05 p {
    text-align: right;
    font-size: 19px;
    color: var(--theme-color);
    margin: 50px 0;
}
    .box-programa-05 a {
        color: #fff;
        font-size: 23px;
        background-color: #af79b5;
        border-radius: 10px;
        padding: 5px 15px;
        font-weight: 700;
        box-shadow: 8px 8px 0px #640769;
    }

.img-programa01 {
    margin: 40px 0 -60px;
    z-index: 11;
    position: relative;
}
.bg-programa-01 {
    background: url('../img/programa01.png') no-repeat;
    background-size: cover;
    height: 804px;
    color: #fff !important;
    z-index: 10;
    position: relative;
}

.bg-programa-01 p {
        color: #fff !important;
    }

.box-manual {
    color: #fff;
    text-align: center;
    padding: 70px 20px;
}

.box-manual img {
        display: block;
        margin: 0 auto;
    }

.box-manual span {
        display: inline-block;
        font-family: 'Plumpfull', sans-serif;
        text-transform: uppercase;
        font-size: 31px;
        margin: 50px 0 20px;
    }

.box-manual p {
        color: #fff;
    }

.box-mais {
    text-align: center;
    margin-bottom: -100px;
}

.box-videos {
    padding: 80px 0;
}
    .box-videos h2 {
        font-family: 'Plumpfull', sans-serif;
        color: #7f0985;
        text-align: center;
        margin-bottom: 60px;
    }
/* fim Programa */

/* Livro RS */
.livro-rs {
    padding: 20px 0;
    text-align: center;
}
.livro-rs a{
    font-size: 17px;
    font-weight: 700;
}
    .livro-rs a span {
        display: inline-block;
        background-color: #7f0985;
        color: #fff;
        padding: 5px 10px;
        border-radius: 10px;
    }
/* fim Livro RS */

/* Blog */
.blog-meta span, .blog-meta a {
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    color: var(--body-color);
    position: relative;
    text-transform: initial;
}
.blog-single .blog-title {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.blog-single .blog-text {
    margin-bottom: 27px;
    line-height: 19px;
    font-size: 13px;
}
.blog-single .as-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    text-transform: initial;
    padding: 7px 25px;
    border-radius: 10px;
}

.widget_title {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 28px 0;
    padding-bottom: 5px;
}
.recent-post .post-title {
     max-width: 100%; 
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    font-family: var(--title-font);
    text-transform: capitalize;
    text-align: left;
}
/* fim Blog */

/* Produtos */
.as-product .product-title {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 10px 0;
    color: var(--theme-color);
}
.as-product .price {
    display: block;
    font-size: 19px;
    color: var(--body-color);
    font-weight: 700;
    margin-bottom: -0.4em;
    font-family: var(--body-font);
}
.as-product .bt-comprar {
    font-size: 13px;
    margin: 20px 0 0 0;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    background-color: var(--theme-color);

}
/* fim Produtos */

/* FOLDER */
.folder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.btn-folder {
    font-family: 'Plumpfull' !important;
    background-color: #af79b5;
    box-shadow: 5px 5px 0px #640769;
    padding: 6px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
/* FIM FOLDER */

/* Contato */
.box-contato {
    background-color: var(--theme-color);
    color: #fff;
}
.box-contato p {
    color: #fff;
}
.box-contato h4 {
    text-align: left;
    margin: 35px 0 10px 0;
    font-size: 23px;
}
    .box-contato a {
        color: #fff;
        font-size: 15px;
        background-color: #7f0985;
        border-radius: 30px;
        padding: 7px 20px;
        font-weight: 300;
        box-shadow: 3px 3px 0 rgba(100, 7, 105, 0.2);
        margin-bottom: 30px;
        display: inline-block;
    }
.box-contato-laranja {
    background: url(../img/bg/bg-03.png) top center repeat-x;
    height: 20px;
    transform: scaleY(-1);
}
input, select, textarea {
    background-color: #fff !important;
}
.div-form-geral {
    display: none;
    width: 100%;
}
input[type=radio] ~ label::before {
    content: initial;
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    transition: all 0.2s ease;
}
input[type=radio] {
    visibility: initial;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.radio-check {
    background-color: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 14px 25px;
}
    .radio-check span {
        display: inline-block;
        margin-right: 10px;
        color: var(--body-color);
        font-size: 16px;
        font-weight: 400;
    }
span.txt {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
}

input[type=radio] ~ label {
    position: relative;
    padding: 0 15px 0 0;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 0;
}

.form-control:hover {
    box-shadow: none;
    border: 2px solid #ced4da;
}
.formaPadrao #Mensagem {
    height: 182px;
}
#retornoajax, #retornoajaxG {
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 20px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: none;
}
#retornoajaxG { font-size: 12px; border: 1px dotted #ccc; }

    #map {
        height: 400px;
        width: 100%;
    }



/* Rodapé */
.faixa-bot {
    background: url('../img/bg/bg-01.png') bottom center !important;
    padding: 25px 0 30px 0;
    z-index: 20;
    position: relative;
    color: #fff;
    transform: scaleY(-1);
    margin-top: -20px;
}
.faixa-bot .container {
    transform: scaleY(-1);
    text-align: center;
    }
.footer-layout1 {
    background-color: transparent;
}
    .footer-layout1 .widget-area {
        background-color: var(--theme-color);
        padding-bottom: 20px;
    }
.copyright-text,
.footer-copyright-right ul li a {
    font-size: 13px;
    font-weight: 300 !important;
    color: #fff !important;
}

.as-widget-about .about-text {
    margin-bottom: 25px;
    margin-top: -0.5em;
    color: #f4f4f4;
    text-transform: initial
}
.as-social-wrapper .office-hour .desc {
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    color: #f4f4f4;
    margin-bottom: 0;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 15px;
    font-weight: 300;
    padding: 0;
    margin: 10px 0 0 0;
    font-family: var(--body-font);
    color: #000;
    display: block;
    max-width: 100%;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: initial;
}
    .footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
        color: #fff;
    }

.footer-widget.widget_nav_menu a.sub {
    font-size: 13px;
    padding-left: 20px;
    margin-top: 5px;
}
.footer-widget.widget_nav_menu a i {
    font-size: 8px;
    margin-right: 2px;
    color: #fff;
}

    .as-social {
        text-align: center;
    }

.widget .as-social a {
    box-shadow: 0 0 0 rgba(4, 6, 66, 0.1);
    line-height: 20px;
    margin-right: 0;
    margin: 0 5px;
}
.footer-widget .widget_title {
    max-width: 270px;
    color: #000;
    border-bottom: none;
    margin: 0 0 25px 0;
    padding-bottom: 0;
    text-transform: uppercase;
}
.info-box_text {
    display: block;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}
.info-box_link {
    display: inline-block;
    color: #000;
    margin-bottom: 10px;
}
.info-box_link:hover {
    display: inline-block;
    color: #242936;
}
.info-box_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 29px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    color: var(--theme-color);
    text-align: center;
    margin-right: 10px;
}
.footer-wrapper .as-social a:hover {
    color: #242936;
}
.footer-widget .widget_title:after {
    content: "";
    height: 2px;
    width: 79px;
    background: linear-gradient(90deg, #ff8000 0%, #ff8000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-widget.widget_nav_menu a:before {
    content: "";
    position: absolute;
    font-weight: 600;
    left: 0;
    top: 2px;
    transform: translateY(0);
    font-size: 0.9em;
    font-family: "Font Awesome 6 Pro";
    background-color: transparent;
    border: none;
    color: inherit;
}
.widget_nav_menu li i, .widget_meta li i, .widget_pages li i, .widget_archive li i, .widget_categories li i {
    font-size: 16px;
    position: initial;
    right: 0;
    top: 0;
    transform: translateY(0);
    transition: all ease 0.4s;
    margin-right: 5px;
}
.widget_nav_menu li a:hover i {
    color: #fff;
}
.footer-wrapper .as-social .social-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 0;
}
/* fim Rodapé */

/*Celular*/
@media (max-width: 767px) {
    .dec-hide-mobile{ display: none;}

    .as-menu-wrapper .mobile-logo {
        padding: 15px 30px;
        background-color: var(--theme-color);
    }
    .faixa-top {
        padding: 10px 0 16px 0;
    }
    .faixa-top h1 {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .faixa-top a {
        font-size: 11px;
        padding: 3px 10px;
    }
    .faixa-top .text-right {
        text-align: center !important;
    }

    .menu-areaX .menu-logo {
        float: left;
        width: 70%;
    }
    .menu-areaX .menu-logo img {
        padding: 10px 20px;
    }

    .menu-areaX .menu-bt {
        float: right;
        width: 30%
    }

    .box-home-01 {
        text-align: center;
        padding-top: 20px;
    }
    .img-home01 {
        margin: 0 0 -30px;
        z-index: 11;
        position: relative;
    }

    .bg-home-01 {
        background: url(../img/home02.png) -457px top;
        height: 516px;
        color: #fff !important;
        z-index: 10;
        position: relative;
        text-align: center;
    }
    .box-home-roxo {
        background: url(../img/bg/bg-02.jpg) center 60%;
        background-size: cover;
        margin-top: -20px;
        text-align: center;
        padding: 40px 0 20px 0;
    }
    .box-home-roxo h1 {
        color: #fff !important;
        font-size: 18px;
        text-transform: uppercase;
    }
    .img-home-relogio {
        margin: 0;
        z-index: 11;
        position: relative;
    }
    .box-home-ultimo {
        text-align: center;
        margin: -20px 0;
        z-index: 20;
        position: relative;
        padding:  0 0 20px 0;
    }
    .box-home-ultimo p {
        margin-top: 15px;
    }

    .box-sobrenos1 {
        text-align: center;
        padding-top: 20px;
    }
    .box-mvv {
        color: #fff;
        text-align: center;
        padding: 20px 0px;
    }
    .box-mvv span {
        display: inline-block;
        font-family: 'Plumpfull', sans-serif;
        text-transform: uppercase;
        font-size: 21px;
        background-color: var(--theme-color);
        padding: 5px 20px;
        border-radius: 30px;
        margin: 20px 0 20px;
    }
    .box-programa-01 {
        text-align: center;
        padding-top: 20px;
    }
    .box-programa-02 {
        text-align: center;
    }
    .bg-programa-01 {
        background: url(../img/programa01.png) no-repeat -360px;
        background-size: cover;
    }
    .box-programa-03 {
        text-align: left;
        background: url(/img/e.png) center 340px no-repeat;
        background-size: 10%;
    }
    .box-programa-03 h1 {
        margin-bottom: 20px;
    }
    .box-programa-03 .livros {
        text-align: center !important;
        padding-bottom: 10px;
    }
    .box-programa-03 .apostilas {
        text-align: center !important;
        padding: 30px 0 10px;
    }
    .box-manual {
        padding: 20px 0 0 0;
    }
    .box-mais {
        text-align: center;
        margin-bottom: -54px;
    }
    .box-mais img {
        width: 30%;
    }
    .box-manual span {
        margin: 20px 0 20px;
    }
    .box-programa-04 h2 {
        margin-bottom: 25px;
    }
    .box-programa-04 .treinamento {
        text-align: center;
        margin-top: 20px;
    }
    .box-programa-04 .assessoria {
        text-align: center;
        margin-top: 20px;
    }
    .box-programa-05 {
        text-align: center;
    }
    .box-programa-05 h3 {
        text-align: center;
        font-size: 20px;
    }
    .box-programa-05 p {
        text-align: center;
        font-size: 15px;
        color: var(--theme-color);
        margin: 25px 0;
    }
    .box-programa-05 a {
        font-size: 12px;
        display: block;
        text-align: center;
    }
    .faixa-bot {
        padding: 13px 0 17px 0;
    }








    .logo-mobile img {
        height: 42px;
        margin-left: 20px;
        position: absolute;
        top: 7px;
    }

    .bg-logo-mobile {
        background-color: var(--theme-color) !important;
    }

    .as-mobile-menu {
        overflow-y: scroll;
        max-height: calc(100vh - 114px);
        padding-bottom: 15px;
        margin-top: 15px;
        text-align: left;
    }
    .as-mobile-menu ul li a {
        display: block;
        position: relative;
        padding: 12px 0;
        line-height: 1.4;
        font-size: 13px;
        text-transform: capitalize;
        color: var(--title-color);
        padding-left: 18px;
        font-weight: 500;
    }
    .breadcumb-dec {
        padding-top: 20px;
    }
    .breadcumb-dec h1 {
        margin-bottom: 0;
        font-size: 21px;
        color: #f57c21;
    }
    .img-box1 .img1 {
        text-align: center;
    }
    .img-box1 .img1 img {
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }
    .video iframe {
        border: none;
        width: 100% !important;
        height: 189px !important;
    }
    .contact-us-form .form-group {
        margin-bottom: 10px;
    }
    select, .form-control, .form-select, textarea, input {
        height: 44px;
        padding: 0 25px 0 15px;
        padding-right: 45px;
        border: 1px solid transparent;
        color: var(--body-color);
        background-color: var(--smoke-color);
        border-radius: 10px;
        font-size: 13px;
        width: 100%;
        font-family: var(--body-font);
        transition: 0.4s ease-in-out;
    }
    .radio-check span {
        display: block;
        margin-right: 10px;
        color: var(--body-color);
        font-size: 13px;
        font-weight: 400;
    }
    input[type=radio] {
        visibility: initial;
        opacity: 1;
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        display: inline-block;
    }
    label {
        font-size: 13px;
    }
    span.txt {
        color: var(--body-color);
        font-size: 13px;
        font-weight: 400;
    }
}

/*TABLET*/
@media (min-width: 768px) and (max-width: 1023px) {
    .dec-hide-mobile {
        display: none;
    }

    .as-menu-wrapper .mobile-logo {
        padding: 15px 30px;
        background-color: var(--theme-color);
    }

    .faixa-top {
        padding: 10px 0 16px 0;
    }

        .faixa-top h1 {
            font-size: 13px;
            font-weight: 400;
            margin-bottom: 0;
        }

        .faixa-top a {
            font-size: 11px;
            padding: 3px 10px;
        }

        .faixa-top .text-right {
            text-align: center !important;
        }

    .menu-areaX .menu-logo {
        float: left;
        width: 70%;
    }

        .menu-areaX .menu-logo img {
            padding: 10px 20px;
        }

    .menu-areaX .menu-bt {
        float: right;
        width: 30%
    }

    .box-home-01 {
        text-align: center;
        padding-top: 20px;
    }

    .img-home01 {
        margin: 0 0 -30px;
        z-index: 11;
        position: relative;
    }

    .bg-home-01 {
        background: url(../img/home02.png) -457px top;
        height: 516px;
        color: #fff !important;
        z-index: 10;
        position: relative;
        text-align: center;
    }

    .box-home-roxo {
        background: url(../img/bg/bg-02.jpg) center 60%;
        background-size: cover;
        margin-top: -20px;
        text-align: center;
        padding: 40px 0 20px 0;
    }

        .box-home-roxo h1 {
            color: #fff !important;
            font-size: 18px;
            text-transform: uppercase;
        }

    .img-home-relogio {
        margin: 0;
        z-index: 11;
        position: relative;
    }

    .box-home-ultimo {
        text-align: center;
        margin: -20px 0;
        z-index: 20;
        position: relative;
        padding: 0 0 20px 0;
    }

        .box-home-ultimo p {
            margin-top: 15px;
        }

    .box-sobrenos1 {
        text-align: center;
        padding-top: 20px;
    }

    .box-mvv {
        color: #fff;
        text-align: center;
        padding: 20px 0px;
    }

        .box-mvv span {
            display: inline-block;
            font-family: 'Plumpfull', sans-serif;
            text-transform: uppercase;
            font-size: 21px;
            background-color: var(--theme-color);
            padding: 5px 20px;
            border-radius: 30px;
            margin: 20px 0 20px;
        }

    .box-programa-01 {
        text-align: center;
        padding-top: 20px;
    }

    .box-programa-02 {
        text-align: center;
    }

    .bg-programa-01 {
        background: url(../img/programa01.png) no-repeat -360px;
        background-size: cover;
    }

    .box-programa-03 {
        text-align: left;
        background: url(/img/e.png) center 340px no-repeat;
        background-size: 10%;
    }

        .box-programa-03 h1 {
            margin-bottom: 20px;
        }

        .box-programa-03 .livros {
            text-align: center !important;
            padding-bottom: 10px;
        }

        .box-programa-03 .apostilas {
            text-align: center !important;
            padding: 30px 0 10px;
        }

    .box-manual {
        padding: 20px 0 0 0;
    }

    .box-mais {
        text-align: center;
        margin-bottom: -54px;
    }

        .box-mais img {
            width: 30%;
        }

    .box-manual span {
        margin: 20px 0 20px;
    }

    .box-programa-04 h2 {
        margin-bottom: 25px;
    }

    .box-programa-04 .treinamento {
        text-align: center;
        margin-top: 20px;
    }

    .box-programa-04 .assessoria {
        text-align: center;
        margin-top: 20px;
    }

    .box-programa-05 {
        text-align: center;
    }

        .box-programa-05 h3 {
            text-align: center;
            font-size: 20px;
        }

        .box-programa-05 p {
            text-align: center;
            font-size: 15px;
            color: var(--theme-color);
            margin: 25px 0;
        }

        .box-programa-05 a {
            font-size: 12px;
            display: block;
            text-align: center;
        }

    .faixa-bot {
        padding: 13px 0 17px 0;
    }








    .logo-mobile img {
        height: 42px;
        margin-left: 20px;
        position: absolute;
        top: 7px;
    }

    .bg-logo-mobile {
        background-color: var(--theme-color) !important;
    }

    .as-mobile-menu {
        overflow-y: scroll;
        max-height: calc(100vh - 114px);
        padding-bottom: 15px;
        margin-top: 15px;
        text-align: left;
    }

        .as-mobile-menu ul li a {
            display: block;
            position: relative;
            padding: 12px 0;
            line-height: 1.4;
            font-size: 13px;
            text-transform: capitalize;
            color: var(--title-color);
            padding-left: 18px;
            font-weight: 500;
        }

    .breadcumb-dec {
        padding-top: 20px;
    }

        .breadcumb-dec h1 {
            margin-bottom: 0;
            font-size: 21px;
            color: #f57c21;
        }

    .img-box1 .img1 {
        text-align: center;
    }

        .img-box1 .img1 img {
            width: 60%;
            text-align: center;
            margin: 0 auto;
        }

    .video iframe {
        border: none;
        width: 100% !important;
        height: 189px !important;
    }

    .contact-us-form .form-group {
        margin-bottom: 10px;
    }

    select, .form-control, .form-select, textarea, input {
        height: 44px;
        padding: 0 25px 0 15px;
        padding-right: 45px;
        border: 1px solid transparent;
        color: var(--body-color);
        background-color: var(--smoke-color);
        border-radius: 10px;
        font-size: 13px;
        width: 100%;
        font-family: var(--body-font);
        transition: 0.4s ease-in-out;
    }

    .radio-check span {
        display: block;
        margin-right: 10px;
        color: var(--body-color);
        font-size: 13px;
        font-weight: 400;
    }

    input[type=radio] {
        visibility: initial;
        opacity: 1;
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        display: inline-block;
    }

    label {
        font-size: 13px;
    }

    span.txt {
        color: var(--body-color);
        font-size: 13px;
        font-weight: 400;
    }
}

/*DESKTOP MENORES*/
@media (min-width: 1024px) and (max-width: 1199px) {

}