@font-face {
    font-family: Fira;
    src: url(../fonts/FiraSans-Regular.ttf);
}
/*-------- TIPOGRAFIA --------*/

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/opensans-regular.ttf);
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url(../fonts/opensans-bold.ttf);
}
@font-face {
    font-family: 'DmSerif';
    src: url(../fonts/DMSerifDisplay-Regular.ttf);
}


* {
    font-family: Fira;
    box-sizing: border-box;
}

input:focus {
    box-shadow: none !important;
}

button:focus {
    background-color: transparent;
}

body {
    background-color: rgb(234, 234, 234);
}


/*-------  Página Index ---------*/


/*-------- Modal Search --------*/

.searchBox {
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.searchBox .search {
    position: absolute;
    z-index: 100;
    width: 100%;
    float: left;
}

.searchBox input {
    background-color: white !important;
    color: #666 !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    height: 39px !important;
    font-size: 1.25em !important;
    border: none !important;
}

.searchBox input::placeholder {
    color: #666;
}

.searchBox label {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}

.searchBox label .fa-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px !important;
    height: 39px;
    padding: 5px 1em;
    background-color: white;
    border-radius: 0 10px 10px 0;
    color: #96c600;
}

.searchBox .box {
    display: none;
    position: absolute;
    background-color: white;
    padding: 20px;
}

.searchBox .col {
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    margin-top: 10px;
}

.searchBox h2 {
    font-family: Hind Madurai Bold, Arial, sans-serif !important;
    font-size: 1em;
    margin: 0;
    font-weight: bold;
}

.searchBox img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-right: 20px !important;
}

.searchBox h3 {
    font-size: .8em;
    margin: 0;
    color: #333;
}

.searchBox h4 {
    font-family: Hind Madurai Bold, Arial, sans-serif !important;
    font-size: 1.25em;
    margin: 0;
    font-weight: bold;
    color: #333;
}

@media(min-width: 993px) {
    .searchBox input,
    .searchBox label svg {
        height: 50px !important;
    }
}


/*-------- Menu --------*/

nav {
    color: #000 !important;
    background-color: transparent !important;
    width: initial !important;
    height: initial !important;
    line-height: initial !important;
    box-shadow: none !important;
}

.menu {
    background: #C06B80;
    background: linear-gradient(265deg, rgba(192, 107, 128, 1) 27%, rgba(255, 255, 255, 1) 100%);
    padding: 0 !important;
    position: sticky;
    top: 0;
    transition: all 1s;
    z-index: 99;
}

.menu .col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
}

.menu img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    transition: all .5s;
    margin-bottom: 10px;
}

.menu button {
    position: relative;
    background-color: transparent;
    border: none;
}

/* .menu .col:nth-of-type(2) {
    justify-content: space-between;
} */

.menu .col:nth-of-type(2) svg {
    width: 30px;
    height: 30px;
}
@media(max-width: 600px) {
    .menu .col:nth-of-type(2) svg {
        font-size: 1em;
        margin-right: 5px;
        color:#C06B80;
    }
}

.menu .col:nth-of-type(2) .cart-count {
    position: absolute;
    top: -3px;
    right: 1px;
    width: 20px;
    height: 20px;
    padding: 2px;
    font-size: .8em;
    border-radius: 50%;
    background-color: #96c600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
}

.menu .col:nth-of-type(3) {
    display: block;
}

.menu input {
    background-color: white !important;
    color: #666 !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    height: 39px !important;
    font-size: 1.25em !important;
    border: none !important;
    margin-bottom: 0 !important;
    border-radius: 10px !important;
}

.menu input::placeholder {
    color: #999;
}

.menu label {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
     border-radius: 10px !important;
}

.menu label .fa-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px !important;
    height: 39px;
    padding: 5px 1em;
    background-color: white;
    border-radius: 0 10px 10px 0;
    color: #96c600;
}

.menu button p {
    display: block;
    font-size: 1em;
    display: flex;
    align-items: center;
    margin: 0;
}

.menu button svg {
    margin-right: 10px;
}

.menu p svg {
    margin-left: 5px;
    width: 10px !important;
    height: 4px;
}

.menu button,
.menu a {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: nowrap;
    color: #fff;
    padding: 0 10px;
}
.menu a {
    position: relative;
}
.menu .box a,
.menu .box-item a,
.menu .box-search a {
    color: #96c600 !important;
}

.menu .destaque {
    transition: all 1s;
}

.menu .dropdown-button {
    min-width: max-content;
}

.destaque {
    background-color: #96c600;
    padding: 0px 20px !important;
}

.destaque ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
}

.destaque ul::-webkit-scrollbar {
    display: none;
}

.destaque a {
    color: #fff;
    padding: 5px .5em;
    font-size: .9em;
    background-color: transparent !important;
}

.destaque .whatsapp {
    background-color: #48b749 !important;
    border-radius: 5px;
    padding: 10px 20px !important;
}

.destaque .whatsapp svg {
    margin-left: 5px;
}

.menu .box,
.menu .box-item {
    float: left;
    background-color: white;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 50;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    transition: all .5s;
    transform: translateY(-10%);
    max-width: 350px;
    height: 0 !important;
    overflow: hidden;
    color: #96c600;
    opacity: 0;
}
.menu .box-search{
    float: left;
    background-color: white;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 50;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    transition: all .5s;
    height: 0 !important;
    overflow: hidden;
    display: none;
    width: 100%;
    height: auto!important;
}
.menu .categoria-item{
       display: flex!important;
    align-items: center;
    gap: 8px;
}
.menu .box-search h4{
    color: #96c600;
    text-align: center;
    font-size: 1.2em;
}
.menu .box-search p{
    color: #666;
    text-align: left;
    font-size: 1.2em;
    margin-top: 0;
}
.menu .teste:hover .box {
    transform: translate(0);
    opacity: 1;
    height: auto !important;
    overflow: auto;
    z-index: 60;
    transition: .4s;
}

.menu .account:hover .box-item {
    transform: translate(0);
    opacity: 1;
    height: auto !important;
    overflow: auto;
    z-index: 60;
    transition: .4s;
}
.menu .trigger:hover .tag {
    width: 100%;
    height: auto;
    transform: translate(0);
    opacity: 1;
}

.menu .box a,
.menu .box-item a{
    display: block !important;
    padding: 0 !important;
}
.menu .box-search a{
     display: none;
    padding: 0 !important;
}
.menu .box-item strong {
    width: 100%;
    float: left;
    font-size: 1.25em;
}
.menu .box-search strong {
    width: 100%;
    float: left;
    font-size: 1.25em;
}
.menu .box h3 {
    font-size: 1.25em;
    font-weight: bold;
    color: #666;
    text-align: left;
    margin: 0;
    margin-top: 10px;
}

.menu .box h3 svg {
    color: #96c600;
}

.menu .box svg,
.menu .box-item svg
{
    width: 15px !important;
    height: 15px !important;
    margin-right: 0;
}
.menu .box-search svg  {
    margin-right: 0;
    position: static;
    width: 40px !important;
}
.menu .box h4 {
    font-size: 1em;
    font-weight: bold;
    color: #666;
    text-align: left;
    margin: 0;
    margin-top: 20px;
}

.menu form,
.menu .destaque {
    transition: all .5s;
}

.menu .account .box-item {
    right: 0;
    left: auto;
    width: max-content;
    padding: 15px 5px !important;
}

.menu .account .box-item .col {
    display: block !important;
}

.menu .account .col:nth-of-type(1) svg {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 2px solid #96c600;
    padding: 10px;
}

.menu .account h2 {
    font-size: .8em;
    margin-top: 5px;
}

.menu .account .btn {
    background-color: #96c600 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.menu .account a:not(.btn) {
    text-align: left !important;
    padding: 10px 0 !important;
    text-align: left !important;
}

.menu .account a:not(.btn) svg {
    margin-right: 5px;
}

@media(max-width: 993px) {
    .menu button p {
        display: none;
    }
    .menu .box {
        right: 0;
        left: auto;
    }
    .menu button .box p {
        display: block;
        text-align: left;
    }
    .menu.active form {
        position: relative;
    }
    .menu.active .destaque {
        position: relative;
        margin-top: -20px !important;
    }
    .menu .destaque .dropdown-button {
        display: none;
    }
}

.menu .flex {
    position: relative;
    z-index: 9999;
}

.menu.active .destaque {
    transform: translateY(-100%);
    margin-bottom: -500px;
    opacity: 0;
}

.menu .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

.menu.active img {
    height: 50px;
}

@media(min-width: 993px) {
    .menu {
        padding: 10px 30px;
    }
    .menu .trigger {
        display: none;
    }
    .menu img {
        height: 50px;
        margin-bottom: 0;
    }
    .menu input,
    .menu label svg {
        height: 50px !important;
    }
}
@media(max-width: 600px) {
    .menu img {
        filter: contrast(0%) brightness(1000%);
    }
}
.destaque .trigger {
    display: block;
    background-color: #B77C6F !important;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    width: min-content !important;
    float: left;
    font-size: .7em;
    color: #fff;
}

.destaque .trigger svg {
    width: 100% !important;
    float: left !important;
    height: 20px !important;
}

.destaque .trigger span {
    width: 100%;
    float: left;
}

.menu .tag {
    width: 0;
    height: 0;
    overflow: hidden;
    float: left;
    background-color: white;
    position: absolute;
    top: 70px;
    left: 20px;
    z-index: 9999;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    transition: all .5s;
    transform: translateY(-10%);
    opacity: 0;
    max-width: 250px;
}

.menu .tag h3 {
    text-align: left !important;
    margin: 0;
    line-height: 1.25em;
    font-size: 1.5em;
}

.menu .tag h3 a {
    color: #96c600 !important;
    font-weight: bold;
    text-align: left !important;
    display: block;
    padding: 0 !important;
}

.menu .tag li a {
    color: #666 !important;
    text-align: left !important;
    display: block;
    padding: 0 !important;
    padding-left: 10px !important;
    font-size: 1.25em;
}

.menu .tag ul {
    margin-bottom: 5px !important;
}


/*
    *MenuFixed header
    */

.menuFixed {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 30;
    background-color: white;
    transition: 1s;
}

.menuFixed .logo {
    display: flex;
    justify-content: center;
}

.menuFixed img {
    object-fit: contain;
    width: 80px;
    position: relative;
    bottom: -24px;
    z-index: 5;
}

.menuFixed .center {
    position: relative;
    bottom: -20px;
}

.menuFixed #barraPesquisa {
    all: initial;
    position: fixed;
    z-index: 5;
    border-bottom: 1px solid #B77C6F;
    width: 0;
    left: 22%;
}

.menuFixed #lupa {
    color: #B77C6F;
}


/*Janela do menu*/

.menuFixed #menu {
    color: #96c600;
    position: relative;
}

.janela {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    position: absolute;
    left: -90px;
    z-index: 20;
}

.janela .icons {
    color: #96c600;
}

.janela a {
    display: flex;
    align-items: center;
    color: black;
    flex-wrap: wrap;
    padding: 2%;
}

.closeColapse {
    height: 0;
    transition: 1s;
    overflow-y: hidden;
}

.closem {
    width: 100%;
    height: 0;
    transition: 1s;
    overflow-y: hidden;
}

.open {
    height: 10vh;
}

.openColapse {
    height: 28vh;
    border: 1px solid black;
}

.nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly !important;
    background-color: #96c600;
    position: relative;
}

.nav .center {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    height: 60px;
}

.buttonShare {
    cursor: pointer;
}

.share {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transform: scale(0);
    opacity: 0;
    transition: all .5s;
}

.share.active {
    opacity: 1;
    transform: scale(1);
}

.share .box {
    background-color: white;
    padding: 20px;
    width: 100%;
    max-width: 450px;
    position: relative;
}

.share h2 {
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
    color: #96c600;
}

.share .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #888;
    font-size: 1.25em;
}

.share a[target="_blank"] {
    width: calc(100% / 4);
    float: left;
    text-align: center;
    color: #333;
    margin-top: 20px;
}

.share a[target="_blank"] span {
    width: 75px !important;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2em;
    padding: 20px;
    border-radius: 50%;
    color: white;
}

.share strong {
    width: 100%;
    float: left;
}

.share .fa-facebook-f {
    background-color: #3b5998;
}

.share .fa-twitter {
    background-color: #00aced;
}

.share .fa-linkedin-in {
    background-color: #007bb6;
}

.share .fa-whatsapp {
    background-color: #34af23;
}

.share .link {
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, .2);
    padding: 10px 20px;
    margin-top: 20px;
    justify-content: space-between;
    border: 1px solid #999;
}

.share input {
    margin: 0 !important;
    font-size: .9em !important;
    height: 20px !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: -4px !important;
}

.share .link a {
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}


/*-------- Detalhes --------*/

.details {
    padding: 5%;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.details .status:nth-of-type(2) {
    margin-top: -20px;
}

.status {
    font-size: 1em;
    color: #666;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.details img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.details .m6:first-child {
    position: relative;
}

.details .featured img {
    cursor: zoom-in;
}

.details .owl-carousel {
    display: flex;
    justify-content: center;
    max-width: calc(70px * 4);
    margin: 0 auto;
}

.details .owl-carousel .item {
    background-color: white;
    width: calc(100% / 4) !important;
    max-width: 70px;
    margin: 0 5px !important;
    border: 1px solid #ccc;
    cursor: pointer;
}

.details .owl-carousel img {
    width: 100% !important;
    padding: 5px;
    height: 60px;
    object-fit: contain;
}

.details .owl-carousel .owl-item .item {
    width: 100% !important;
    margin: 0 !important;
}

.details .owl-dots {
    display: none;
}

.details .owl-nav button {
    position: absolute;
    width: 62px !important;
    height: 62px !important;
    font-size: 2.5em;
    color: #96c600;
    border: none;
    background-color: white !important;
    box-shadow: none !important;
}

.details .owl-next {
    top: 30px !important;
    right: -70px !important;
}

.details .owl-prev {
    top: 30px !important;
    left: -70px !important;
}

.details h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}

.comment {
    width: 100%;
    float: left;
    padding: 20px 5% !important;
}

.details h2 {
    font-size: 2em;
    font-weight: bold;
    color: #96c600;
    margin: 0;
}

.details h3 {
    font-size: 1.5em;
    color: #343434;
    margin: 5px 0;
}

.details h4 {
    font-size: 1em;
    color: #343434;
    margin: 0;
}

.details h5 {
    color: rgb(185, 184, 184);
    font-size: 1.25em;
    text-decoration: line-through;
    margin: 0;
}

.details h6 {
    background-color: #468847;
    color: white;
    width: fit-content;
    font-size: .9em;
    padding: 2px 10px;
    border-radius: 10px;
}

.details p {
    color: #777;
    text-transform: uppercase;
    font-size: .8em;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}

.details ul {
    display: flex;
    margin: 0 !important;
}

.details [type="radio"]+span:before,
.details [type="radio"]+span:after {
    display: none;
}

.details .color {
    margin-bottom: 20px !important;
}

.details .color figure {
    border: 1px solid #ccc;
    padding: 2px;
    margin-right: 5px !important;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    background-color: white;
}

.details .color .checked figure {
    border: 1px solid #96c600;
}

.details .color:hover li figure {
    border: 1px solid #ccc;
}

.details .color li:hover figure {
    border: 1px solid #96c600;
}

.details .color img {
    width: 70px;
    height: 50px;
    object-fit: contain;
}

.details .color figcaption {
    display: block !important;
    text-align: center;
    font-size: .8em;
    color: #000;
}

.details .size {
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
}

.details .size div {
    width: auto;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #ccc;
    color: #333;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;
    transition: all .5s;
}

.details .size .checked div {
    border: 1px solid #96c600;
    color: #96c600;
}

.details .size:hover div {
    border: 1px solid #ccc;
    color: #333;
}

.details .size div:hover {
    border: 1px solid #96c600;
    color: #96c600;
}

.details a[href="#GuiadeMedidas"] {
    background-color: #fff !important;
    border: 1px solid #96c600;
    border-radius: 5px !important;
    color: #96c600;
    font-weight: bold;
    box-shadow: none;
    margin-top: 15px;
}

.details label[for="amount"] {
    display: flex;
    width: 0px;
    opacity: 0;
    height: 50px;
    position: relative;
    border: 1px inset #777;
    border-radius: 5px;
    transition: all 0.5s;
}

.details label[for="amount"].active {
    width: 90px;
    margin-right: 10px;
    opacity: 1;
}

.details label[for="amount"] input {
    height: 50px !important;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    width: calc(100% - 30px) !important;
    border: none !important;
    padding: 0 5px !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.details label[for="amount"] input:focus {
    border: none !important;
    box-shadow: none !important;
}

.details label[for="amount"] button {
    width: 25px;
    padding: 0;
    height: 24px;
    position: absolute;
    border: none;
    background-color: #777;
    color: white;
    margin: 0;
}

.details label[for="amount"] .plus {
    top: -1px;
    right: -1px;
    border-radius: 0 5px 0 0;
}

.details label[for="amount"] .minus {
    bottom: -1px;
    right: -1px;
    border-radius: 0 0 5px 0;
}

.details .flex {
    display: flex;
    margin-top: 10px;
}

.details .flex .btn {
    width: 100% !important;
    height: 50px !important;
    background-color: #40cd28 !important;
    box-shadow: none !important;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.1em;
    color: #fff !important;
    line-height: 50px !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.cadastro .login {
    margin: 0 auto;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2em;
}

.cadastro .login .btn {
    background-color: #B77C6F;
    color: #fff;
    box-shadow: none;
    padding: 0 1em !important;
    line-height: 2.5em !important;
    height: 2.5em !important;
}


/*
*Form CEP
*/

.frete form {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.frete input {
    width: 40% !important;
    border: 2px solid #CCC !important;
    border-radius: 8px !important;
    padding-left: 10px !important;
    margin: 0 !important;
}

.frete label {
    color: rgb(110, 110, 110);
    font-size: 1em;
}

.frete label i {
    color: #96c600;
}

.frete label i {
    font-size: 1.4rem;
}

.details .flex .btn.disabled {
    opacity: .5;
    pointer-events: all;
}

.details .favorite svg {
    width: 50px;
    background-color: #e0e0e0;
    height: 50px;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    color: #333;
}

.details small {
    width: 100%;
    float: left;
    text-align: center;
    font-size: .8em;
    margin-top: 3px;
}

.frete table {
    margin: 0 auto;
    margin-top: 2em;
    max-width: 450px;
}

.frete tbody {
    border: 1px solid #ccc;
}

.frete tbody td {
    padding: 10px !important;
    font-size: 1em;
}

.frete tbody tr td:nth-child(1) {
    color: #666;
}

.frete tbody tr td:nth-child(2) {
    font-weight: bold;
}

.frete tfoot tr {
    border: none !important;
}

.frete tfoot td {
    padding: 5px 0px;
    font-size: .7em;
}

.categoriaBlock .paginator {
    width: 100% !important;
    float: left;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    margin: 10px 0;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.categoriaBlock .paginator_item {
    width: 30px;
    height: 30px;
    border: 1px solid #96c600;
    color: #96c600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.categoriaBlock .paginator .paginator_item:first-child {
    padding-right: 10px !important;
}

.categoriaBlock .paginator .paginator_item:last-child {
    padding-left: 10px !important;
}

.categoriaBlock .paginator_item.paginator_active {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #96c600;
    color: #fff !important;
    background-color: #96c600;
}

.categoriaBlock .paginator_item:first-of-type,
.categoriaBlock .paginator_item:last-of-type {
    width: initial;
    height: initial;
    color: #96c600;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #96c600;
}

.categoriaBlock nav {
    color: #000 !important;
    background-color: transparent !important;
    width: initial !important;
    height: initial !important;
    line-height: initial !important;
    box-shadow: none !important;
}

.categoriaFixed {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap;
    align-content: baseline;
}

.categoriaFixed.openMenu {
    padding: 30px;
}

.categoriaFixed a {
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 5px 10px !important;
    margin: 5px !important;
    display: flex;
    align-items: center;
    height: 20px !important;
}

.nav .dropdown-button {
    min-width: 100% !important;
    padding: 0 20px !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-content {
    background-color: #96c600 !important;
    width: 300px !important;
    white-space: normal !important;
}

.dropdown-content li {
    line-height: 1em !important;
    min-height: auto !important;
    padding: 14px 20px !important;
    background-color: transparent !important;
}

.dropdown-content li a {
    line-height: 1em !important;
    padding: 0 !important;
    color: #fff !important;
    border: none !important;
    text-transform: none;
    height: auto !important;
    font-size: .9em !important;
}

.dropdown-content li a:hover {
    background-color: transparent !important;
    border: none;
    color: #CCC !important;
}

.nav #menuCategorias {
    display: flex;
    justify-content: center;
    background-color: #B77C6F;
    border-radius: 4px;
    width: 50px;
    margin: 2%;
    font-size: 0.7em;
    position: relative;
}

.nav #menuCategorias .icons {
    position: absolute;
    bottom: 2px;
    color: #96c600;
}

.nav .whats {
    all: initial;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #48b749;
    padding: 5px 10px !important;
    border-radius: 4px;
    position: absolute;
    top: 14px;
    right: 8px;
}

a.whats p {
    display: flex;
    align-items: center;
    color: white;
    margin: 0;
}

.nav .whats img {
    all: initial;
    width: 20px;
    margin: 0 5%;
}


/*
*Banner
*/

.banner {
    width: 100%;
    float: left;
}

.banner .carousel {
    height: 100%;
}

.banner img {
    width: 100%;
}


/*
*Cards abaixo do banner
*/

.prodBlock {
    margin-bottom: 0 !important;
}

.cardBanner {
    width: 100%;
    float: left;
    margin: 0 !important;
    padding: 10px 5% !important;
}

.cardBanner .col {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.cardBanner div {
    display: flex;
    justify-content: center;
}

.cardBanner img {
    object-fit: contain;
    border-radius: 6px;
    width: 100%;
    margin-bottom: -6px !important;
}

.cardBanner .col:hover img {
    transform: scale(1.1);
    transition: all .5s;
}


/*
*Section Produto
*/


/* .row .col.s6 {
    width: 46%;
    margin-left: auto;
    left: auto;
    right: auto;
} */

.prodBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8%;
    position: relative;
}

.sessaoProduto {
    width: 100%;
    float: left;
    padding: 10px 5%;
}

.sessaoProduto a {
    padding: 8% 0;
}

.sessaoProduto a p {
    color: black;
}

.sessaoProduto .carousel_produtos {
    margin-left: 2%;
}

.sessaoProduto .titulo {
    border-bottom: 1px solid #CCC;
    position: relative;
}

.sessaoProduto .titulo::before {
    position: absolute;
    background: #96c600;
    height: 3px;
    content: '';
    width: 126px;
    bottom: -2px;
    left: 0;
}

.sessaoProduto .titulo p {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    color: #96c600;
}

.sessaoProduto .titulo span {
    font-size: 0.8em;
    color: black;
}

.sessaoProduto img {
    width: 100%;
    padding-top: 10px;
    object-fit: contain;
}

.sessaoProduto .video {
    padding: 0;
}

.sessaoProduto article {
    margin: 0 !important;
    margin-top: 10px !important;
    padding: 10px !important;
}

iframe body img {
    width: 100%;
    height: auto;
}


/*
*Produto
*/

.produto .nomeProd {
    font-size: 0.8em;
    width: 30vw;
}

.produto {
    width: 100%;
}

.prodBlock .owl-stage-outer {
    padding: 20px;
}

.produto.border a {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    width: 100%;
    border: 1px solid transparent;
    width: 100%;
    float: left;
    padding: 15px;
    transition: all .5s;
}

.produto div.btnBlock {
    padding-bottom: 0 !important;
    border-top: 1px solid transparent !important;
    transition: all .5s;
}

.produto button {
    width: 100%;
    border-radius: 5px !important;
    padding: 12px !important;
    line-height: 20px !important;
    margin-top: 5px;
    background-color: #96c600 !important;
    color: #fff !important;
    border: none !important;
}


.produto:hover a {
    border: 1px solid #CCC;
}

.produto:hover div.btnBlock {
    border-top: 1px solid #CCC !important;
}

.produto .valor {
    color: #B77C6F;
    font-weight: bold;
    font-size: 1.1em;
}

.produto .prodInfo {
    margin-left: 12px
}

.produto .valor .metro {
    color: black;
    font-size: 0.5em;
}

.produto img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.produto .nomeProd {
    min-height: 50px;
}

.produto .de {
    font-size: 1em;
    margin: 0;
    text-decoration: line-through;
    color: #666;
    min-height: 20px;
}

.produto .valor {
    font-size: 1.5em !important;
    margin: 0;
}

.produto div.btnBlock {
    border-top: 1px solid #CCC;
    cursor: hand;
    padding: 5% 0;
    width: 100%;
}

.produto div button {
    all: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #96c600;
    width: 100%;
    font-size: 0.8em;
    padding: 5% 0;
    text-align: center;
    border-radius: 4px;
}

.produto .avista {
    border-top: 1px solid #CCC;
    padding: 5% 0;
    width: 100%;
}

.produto .avista p {
    text-align: center;
    color: #B77C6F;
    font-weight: bold;
    margin: 0;
}


/*
*Botoes dos produtos
*/

.blockBtnLoad {
    position: absolute;
}

.blockBtnLoad button {
    background-color: rgba(204, 204, 204, 0.6);
    color: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.prev {
    position: absolute;
    left: 38%;
    bottom: -36px;
}

.next {
    position: absolute;
    right: 38%;
    bottom: -36px;
}


/*
*Instagram
*/

.instagram {
    width: 100%;
    float: left;
    background-color: #e6e7e9;
    border-radius: 8px;
    padding: 2% 5%;
}
.instagram h2{
     font-size: 2em;
    font-weight: bold;
    color: black;
    text-align: center;
    font-family: 'DmSerif';
}

.instagram .logo_insta img {
    width: 120px;
    background-color: #96c600;
    padding: 10px;
}

.instagram .logo_insta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #96c600;
    width: 55px;
    margin: 0 auto;
}

.instagram .logo_insta p {
    font-size: 1.2em;
    margin: 0;
}

.instagram .logo_insta span {
    font-size: 0.7em;
    margin: 0;
}

.instagram #userInsta {
    display: none;
}

.instagram .instagram-image,
.instagram .instagram-sidecar,
.instagram .instagram-video {
    width: 47% !important;
    border-radius: 10px;
}

.instagram img {
    display: none;
}

.instagram .logo_insta img {
    display: block;
}

@media(min-width: 601px) {
    .instagram {
        padding: 3%;
    }
    .instagram h2 {
        text-align: center;
    }
    .instagram hr {
        float: none;
    }
    .instagram .instagram-image,
    .instagram .instagram-sidecar,
    .instagram .instagram-video {
        width: calc(100% / 3 - 2%) !important;
    }
}

@media(min-width: 993px) {
    .instagram .instagram-image,
    .instagram .instagram-sidecar,
    .instagram .instagram-video {
        margin: 5px !important;
        width: calc(100% / 6 - 10px) !important;
    }
}


/*-------- Carrinho de Compras --------*/

.carrinho {
    width: 100%;
    float: left;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
}

.carrinho .menu {
    position: relative !important;
}

.carrinho .asidenav-action,
.carrinho .push-m6 a:not(.account),
.carrinho .destaque {
    display: none;
}

.carrinho header {
    padding: 20px;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.carrinho header h1 {
    margin: 0;
    font-family: 'Open Sans bold', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    font-size: 2.5em;
}

.carrinho header h2:nth-of-type(1) {
    font-size: 1.5em;
    margin: 0;
    color: #666;
}

.carrinho header h2:nth-of-type(2) {
    font-size: 1em;
    text-transform: uppercase;
    margin: 10px 0;
    color: #fff;
    background-color: #96c600;
    padding: 15px 10px;
    text-align: center;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

strong {
    font-weight: bold !important;
}

figcaption {
    display: none !important;
}

figure {
    margin: 0 !important;
}

fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.empty-cart {
    padding: 60px 5%;
    text-align: center;
}

.empty-cart svg {
    color: #96c600;
    font-size: 6em;
}

.empty-cart h2 {
    font-size: 2em;
    color: #96c600;
    font-weight: bold;
    margin-bottom: 0;
}

.empty-cart p {
    margin: 0;
    color: #666;
}

.empty-cart .btn {
    margin-top: 20px;
    background-color: #96c600 !important;
    box-shadow: none !important;
    height: 3em;
    line-height: 3em;
    border-radius: 30px;
    text-transform: none;
}

.cart table {
    padding: 0 20px;
}

.cart thead {
    display: none !important;
}

.cart .responsive-table tbody {
    white-space: normal !important;
    display: flex;
}

.cart .delete {
    border: none;
}

.cart .freight {
    padding: 0 20px !important;
}

.cart .freight .flex {
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
}

.cart tbody tr {
    min-width: 100% !important;
    margin-right: 30px;
}

.cart thead th:first-child {
    width: 100%;
}

.cart tbody td:first-child {
    display: flex;
    align-items: center;
    width: 100%;
}

.cart img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-right: 10px;
}

.cart h2,
.cart h3,
.cart h4 {
    font-size: 1em;
    color: #666;
    margin: 5px 0;
}

.cart tbody td:nth-of-type(3),
.cart tbody td:nth-of-type(4),
.cart tbody td:nth-of-type(5) {
    width: calc(100% / 3);
    float: left;
    text-align: center;
}

.cart tbody td:nth-of-type(2) {
    display: none;
}

.cart tbody td:nth-of-type(3) label {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 10px;
}

.cart input {
    width: 100% !important;
    border: none !important;
    text-align: center;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    height: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #666;
}

.cart label button {
    background-color: transparent;
    border: none;
}

.cart td {
    padding: 0;
}

.cart tbody td:nth-of-type(4) {
    font-size: 1.25em;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.cart tbody td:nth-of-type(5) span {
    width: 40px !important;
    height: 40px;
    border: 1px solid #666;
    border-radius: 50%;
    color: #666;
    padding: 10px;
}

@media(min-width: 601px) {
    .cart tbody tr {
        min-width: calc(50% - 15px) !important;
    }
}

@media(min-width: 993px) {
    .cart {
        padding: 0 20px !important;
        width: 75% !important;
        float: left;
    }
    .cart img {
        margin-right: 20px;
        margin-left: 20px;
    }
    .cart thead th {
        text-align: center;
        padding: 10px 20px !important;
        font-family: Hind Madurai Bold, Arial, sans-serif !important;
    }
    .cart thead th:nth-of-type(1) {
        text-align: left;
    }
    .cart thead {
        display: table-row-group !important;
        background-color: #ccc;
        border: none;
    }
    .cart .responsive-table tbody {
        display: table-row-group;
    }
    .cart tbody td:nth-of-type(2) {
        display: table-cell;
    }
    .cart tbody td:nth-of-type(2),
    .cart tbody td:nth-of-type(3),
    .cart tbody td:nth-of-type(4),
    .cart tbody td:nth-of-type(5) {
        width: inherit;
        float: none;
        text-align: center;
    }
    .cart label {
        max-width: 120px;
        margin: 0 auto;
    }
}


/*-------- Frete Do Carrinho --------*/

.freteCarrinho {
    padding: 20px !important;
    padding-left: 0 !important;
}

.freteCarrinho form {
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
}

.freteCarrinho label {
    width: 100%;
    font-size: 1em;
    color: #666;
    margin-right: 10px;
}

.freteCarrinho input {
    text-align: left;
    margin: 0 !important;
    height: 40px !important;
    padding-left: 10px !important;
    width: calc(90% - 10px) !important;
    border: 1px solid #ccc !important;
    color: #999;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.freteCarrinho input:focus {
    box-shadow: none !important;
}

.freteCarrinho input::placeholder {
    color: #999;
}

.freteCarrinho .btn {
    width: 120px;
    padding: 0;
    height: 42px;
    box-shadow: none !important;
    border-radius: 0;
    background-color: #000;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

@media(min-width: 993px) {
    .freteCarrinho form {
        margin: 0;
    }
}


/*-------- Cupom de Desconto --------*/

.cupom {
    padding: 20px !important;
    padding-left: 0 !important;
}

.cupom form {
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
}

.cupom label {
    width: 100%;
    font-size: 1em;
    color: #666;
    margin-right: 10px;
}

.cupom input {
    text-align: left;
    margin: 0 !important;
    height: 40px !important;
    padding-left: 10px !important;
    width: calc(90% - 10px) !important;
    border: 1px solid #ccc !important;
    color: #999;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.cupom input:focus {
    box-shadow: none !important;
}

.cupom input::placeholder {
    color: #999;
}

.cupom .btn {
    width: 120px;
    padding: 0;
    height: 42px;
    box-shadow: none !important;
    border-radius: 0;
    background-color: #000;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

@media(min-width: 993px) {
    .cupom form {
        margin: 0;
    }
}


/*-------- Preço Final --------*/

.price {
    padding: 20px;
}

.price h2 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: bold;
    color: #96c600;
}

.price hgroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price h3 {
    margin: 5px 0;
    font-size: 1.5em;
    color: #666;
}

.price hr {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    border: none;
}

.price h4 {
    font-size: 1.75em;
    font-weight: bold;
    margin: 10px 0;
    margin-bottom: 0;
}

.price p {
    text-align: right;
    margin: 0;
    font-size: 1.25em;
    color: #666;
    margin-bottom: 10px;
}

.price .btn:nth-of-type(1) {
    float: right;
    width: 100% !important;
    height: 50px !important;
    background-color: #40cd28 !important;
    box-shadow: none !important;
    font-weight: bold;
    font-size: 1.1em;
    color: white !important;
    line-height: 50px !important;
    margin-top: 10px;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.price .btn:nth-of-type(2) {
    float: right;
    margin-top: 10px;
    background-color: transparent !important;
    color: #96c600;
    border: 1px solid #96c600;
    box-shadow: none !important;
    font-weight: bold;
    font-size: .8em;
}

@media(min-width: 993px) {
    .price {
        width: 25%;
        float: left;
        padding: 0 20px 20px 0;
    }
    .price h3 {
        font-size: 1.1em;
    }
    .price h4 {
        font-size: 1.25em;
    }
    .price p {
        font-size: 1em;
    }
}

.owl-nav button {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-color: #96c600;
    color: #fff;
    border-radius: 0;
    transition: all .5s;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-next {
    right: 0px !important;
}

.owl-prev {
    left: 0px !important;
}

.owl-prev.disabled {
    transform: scale(0);
}

.owl-next.disabled {
    transform: scale(0);
}

.owl-dots {
    display: none;
}


/*-------- Pagina de Login --------*/

.login {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
}

.login .menu {
    position: relative !important;
}

.login .asidenav-action,
.login .pull-m3,
.login .push-m6,
.login .destaque {
    display: none !important;
}

.login .menu {
    height: 70px !important;
}

.login .menu .flex {
    display: block;
    padding: 0 !important;
}

.login .menu img {
    position: absolute;
    top: 0px;
    left: 10px;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-position: left;
}

.shadow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 70px) !important;
    padding: 40px;
    max-width: 500px;
}

.shadow .box {
    background-color: white;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .3);
    padding: 40px !important;
    position: relative;
    z-index: 1;
}

.shadow h1 {
    font-size: 2em;
    color: #96c600;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.shadow label {
    margin-top: 10px;
    float: left;
    width: 100%;
    position: relative;
    color: #666;
}

.shadow input {
    background-color: #fff !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    color: #232323 !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em !important;
    border-radius: 10px !important;
    border: 1px solid #9e9e9e !important;
    margin: 0 !important;
    height: 40px !important;
}

.shadow input::placeholder {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    color: #9e9e9e;
    font-weight: bold;
}

.shadow .eyes {
    position: absolute;
    bottom: 2px;
    right: 0px;
    background-color: transparent;
    border: 0;
}

.shadow .eyes svg {
    width: 30px !important;
    height: 30px;
    padding: 2px;
    color: #666;
}

.shadow a:not(.btn) {
    width: 100%;
    float: right;
    text-align: right;
    margin: 5px 0;
    color: #666;
    text-decoration: underline;
    font-size: .8em;
}

.shadow button.btn {
    width: 100% !important;
    height: 50px !important;
    background-color: #40cd28 !important;
    box-shadow: none !important;
    font-weight: bold;
    font-size: 1.1em;
    color: white !important;
    line-height: 50px !important;
    margin-top: 10px;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.shadow .btn:nth-of-type(2) {
    width: 100%;
    text-transform: none;
    box-shadow: none !important;
    height: 3em;
    line-height: 3em;
    border-radius: 5px;
}

.shadow .btn:nth-of-type(2) {
    background: #96c600 !important;
    padding: 8px;
}

.shadow .btn:nth-of-type(2) svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    margin: 0;
    float: left;
}

.shadow .btn:nth-of-type(2) span {
    font-size: 1em;
    font-weight: bold;
    margin-left: 10px;
    margin-top: -7px;
    float: left;
    text-align: center;
    width: calc(100% - 60px);
}

.shadow .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.shadow hr {
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    border: none;
}

.shadow .flex p {
    position: absolute;
    background-color: white;
    padding: 0 15px;
    color: #666;
}

.shadow p {
    text-align: center;
}

.shadow p a {
    font-size: 1em !important;
    float: none !important;
    width: min-content !important;
}

.login .wave {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.login .wave path {
    fill: #96c600;
}


/*-------- Cadastro --------*/

.cadastro {
    padding: 40px;
}

.cadastro fieldset {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cadastro form {
    max-width: 350px;
}

.cadastro .container {
    max-width: 700px !important;
    text-align: center;
}

.cadastro h1 {
    font-size: 2em;
    color: #96c600;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.cadastro label {
    margin-top: 10px;
    float: left;
    width: 100%;
    position: relative;
    color: #666;
    font-size: .9em;
}

.cadastro input {
    background-color: #fff !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    color: #232323 !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em !important;
    border-radius: 10px !important;
    border: 1px solid #9e9e9e !important;
    margin: 0 !important;
    height: 40px !important;
}

.cadastro input:focus {
    box-shadow: none !important;
}

.cadastro input::placeholder {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    color: #9e9e9e;
}

.cadastro input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cadastro input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.cadastro [type="checkbox"].filled-in:checked+span:not(.lever):after {
    background-color: #96c600 !important;
    border-color: #96c600 !important;
}

.cadastro [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    border: 1px solid #ccc !important;
}

.cadastro label[name="sendEmail"] {
    width: 100% !important;
    float: left;
    padding: 10px 0;
}

.cadastro label span {
    text-transform: capitalize;
}

.cadastro form p {
    text-align: left;
    float: left;
    margin: 0;
}

.cadastro p label {
    display: flex;
    align-items: center;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    color: #666;
}

.cadastro label span {
    font-size: 1em !important;
}

.cadastro [type="radio"]:not(:checked)+span,
.cadastro [type="radio"]:checked+span {
    margin-right: 20px;
}

.cadastro [type="radio"]:not(:checked)+span:before,
.cadastro [type="radio"]:not(:checked)+span:after {
    border: 1px solid #9e9e9e !important;
}

.cadastro [type="radio"]:checked+span:after,
.cadastro [type="radio"].with-gap:checked+span:before,
.cadastro [type="radio"].with-gap:checked+span:after {
    border: 2px solid #96c600;
}

.cadastro [type="radio"]:checked+span:after,
.cadastro [type="radio"].with-gap:checked+span:after {
    background-color: #96c600;
}

.cadastro [type="radio"]+span:before,
.cadastro [type="radio"]+span:after {
    width: 20px;
    height: 20px;
    top: -3px;
}

.cadastro .eyes {
    position: absolute;
    bottom: 2px;
    right: 0px;
    background-color: transparent;
    border: 0;
}

.cadastro .eyes svg {
    width: 30px !important;
    height: 30px;
    padding: 2px;
    color: #666;
}

.cadastro a:not(.btn) {
    width: 100%;
    float: right;
    text-align: right;
    margin: 5px 0;
    color: #666;
    text-decoration: underline;
    font-size: .8em;
}

.cadastro button.btn {
    width: 100% !important;
    height: 50px !important;
    background-color: #40cd28 !important;
    box-shadow: none !important;
    font-weight: bold;
    font-size: 1.1em;
    color: white !important;
    line-height: 50px !important;
    margin-top: 10px;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.cadastro a.btn {
    width: 100%;
    text-transform: none;
    box-shadow: none !important;
    height: 3em;
    line-height: 3em;
    border-radius: 5px;
    background: #96c600 !important;
    padding: 8px;
    max-width: 350px;
}

.cadastro a.btn svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    margin: 0;
    float: left;
}

.cadastro a.btn span {
    font-size: 1em;
    font-weight: bold;
    margin-left: 10px;
    margin-top: -7px;
    float: left;
    text-align: center;
    width: calc(100% - 60px);
}

.cadastro .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.cadastro hr {
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    border: none;
}

.cadastro .flex p {
    position: absolute;
    background-color: white;
    padding: 0 15px;
    color: #666;
}

.cadastro p {
    text-align: center;
}

.cadastro p a {
    font-size: 1em !important;
    float: none !important;
    width: min-content !important;
}


/*-------- Modal Endereço --------*/

.modalAddress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, .5);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 1s;
}

.modalAddress.active {
    opacity: 1;
    height: 100%;
    overflow: auto;
    padding: 20px;
}

.modalAddress .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #888;
    font-size: 1.25em;
}

.modalAddress article {
    position: relative;
    max-width: 450px;
    max-height: 80vh;
    overflow: auto;
    padding: 60px 40px;
    background-color: white;
    text-align: center;
    border-radius: 10px;
}

.modalAddress h2 {
    font-size: 1.5em;
    text-align: center;
    color: #96c600;
    font-weight: bold;
    margin: 0;
}

.modalAddress p {
    font-size: 1em;
    line-height: 1.25em;
    text-align: center;
}

.modalAddress .btn {
    background-color: #96c600 !important;
    box-shadow: none !important;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.1em;
    height: 50px;
    line-height: 50px;
}

.modalAddress .collapsible {
    box-shadow: none !important;
    border: none !important;
}

.modalAddress .collapsible-header {
    line-height: 1.5;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    outline: none !important;
}

.modalAddress .collapsible-body {
    border-bottom: none;
    padding: 0;
    margin-top: -20px;
}

.modalAddress h3 {
    font-size: 1.1em;
    margin: 0;
    width: 100%;
    font-weight: bold;
    color: #96c600;
}

.modalAddress h3 svg {
    width: 100% !important;
    float: left;
    transition: all .5s;
}

.modalAddress .active h3 svg {
    transform: rotate(180deg);
}

.modalAddress label {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.modalAddress label span span:nth-child(1) {
    width: 100%;
    max-width: 220px;
    float: left;
    font-size: 1.25em;
    font-weight: bold;
    color: #888;
    margin: 0;
    line-height: 1.25em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.modalAddress label span span:nth-child(2) {
    width: 100%;
    max-width: 220px;
    float: left;
    margin: 0;
    line-height: 1.25em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.modalAddress label a {
    width: 50px;
    color: #96c600;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.1em;
}

.modalAddress [type="radio"]:not(:checked)+span,
.modalAddress [type="radio"]:checked+span {
    margin-right: 20px;
}

.modalAddress [type="radio"]:not(:checked)+span:before,
.modalAddress [type="radio"]:not(:checked)+span:after {
    border: 1px solid #9e9e9e !important;
}

.modalAddress [type="radio"]:checked+span:after,
.modalAddress [type="radio"].with-gap:checked+span:before,
.modalAddress [type="radio"].with-gap:checked+span:after {
    border: 2px solid #96c600;
}

.modalAddress [type="radio"]:checked+span:after,
.modalAddress [type="radio"].with-gap:checked+span:after {
    background-color: #96c600;
}

.modalAddress [type="radio"]+span:before,
.modalAddress [type="radio"]+span:after {
    width: 20px;
    height: 20px;
    top: -3px;
}

@media(min-width: 601px) {
    .modalAddress label span span {
        max-width: 280px !important;
    }
    .modalAddress article::-webkit-scrollbar-track {
        background-color: #F4F4F4;
    }
    .modalAddress article::-webkit-scrollbar {
        width: 6px;
        background: #F4F4F4;
    }
    .modalAddress article::-webkit-scrollbar-thumb {
        background: #dad7d7;
    }
}


/*-------- Modal Carrinho no Pagamento --------*/

.modalCart {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, .5);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 1s;
}

.modalCart.active {
    opacity: 1;
    height: 100%;
    overflow: auto;
    padding: 20px;
}

.modalCart .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #888;
    font-size: 1.25em;
}

.modalCart article {
    position: relative;
    width: 100%;
    max-width: 900px;
    max-height: 80vh;
    overflow: auto;
    padding: 40px;
    background-color: white;
    text-align: center;
    border-radius: 10px;
}

.modalCart h2 {
    font-size: 1.5em;
    text-align: left;
    color: #343434;
    font-weight: bold;
    margin: 0;
}

.modalCart table {
    padding: 20px;
    margin-top: 20px;
}

.modalCart .responsive-table tbody {
    white-space: normal !important;
    display: flex;
}

.modalCart tbody td:first-child {
    display: flex;
    align-items: center;
}

.modalCart tbody tr {
    min-width: 100% !important;
    margin-right: 30px;
}

.modalCart img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-right: 10px;
}

.modalCart table h2,
.modalCart table h3,
.modalCart table h4 {
    font-size: 1em;
    color: #666;
    margin: 5px 0;
}

.modalCart tbody td:nth-of-type(2),
.modalCart tbody td:nth-of-type(3) {
    width: calc(100% / 2);
    float: left;
    text-align: center;
}

.modalCart td {
    padding: 0;
}

.modalCart tbody td:nth-of-type(2) {
    font-size: 1em;
    height: 40px;
    line-height: 40px;
}

.modalCart tbody td:nth-of-type(3) {
    font-size: 1.25em;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

@media(min-width: 601px) {
    .modalCart tbody tr {
        min-width: calc(50% - 15px) !important;
    }
}

@media(min-width: 993px) {
    .modalCart img {
        margin-right: 50px;
        margin-left: 20px;
    }
    .modalCart .responsive-table tbody {
        display: table-row-group;
    }
    .modalCart tbody td:nth-of-type(2),
    .modalCart tbody td:nth-of-type(3) {
        width: 25%;
        float: none;
        text-align: center;
    }
}


/*-------- Modal de Troca de Senha --------*/

.modalPass {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, .5);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 1s;
}

.modalPass.active {
    opacity: 1;
    height: 100%;
    overflow: auto;
    padding: 20px;
}

.modalPass .close {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #888;
    font-size: 1.25em;
}

.modalPass fieldset {
    position: relative;
    max-width: 500px;
    overflow: auto;
    padding: 60px 40px !important;
    background-color: white;
    border-radius: 10px;
}

.modalPass h2 {
    font-size: 1.5em;
    text-align: center;
    color: #96c600;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.modalPass p {
    margin-top: 5px;
    padding: 0 40px;
    font-size: 1em;
    line-height: 1.25em;
    text-align: center;
    text-align: center;
}

.modalPass label {
    margin-top: 10px;
    float: left;
    width: 100%;
    position: relative;
    color: #666;
    font-size: .9em;
}

.modalPass input {
    background-color: #fff !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    color: #232323 !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em !important;
    border-radius: 10px !important;
    border: 1px solid #9e9e9e !important;
    margin: 0 !important;
    height: 40px !important;
}

.modalPass input:focus {
    box-shadow: none !important;
}

.modalPass input::placeholder {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    color: #9e9e9e;
}

.modalPass .eyes {
    position: absolute;
    bottom: 2px;
    right: 0px;
    background-color: transparent;
    border: 0;
}

.modalPass .eyes svg {
    width: 30px !important;
    height: 30px;
    padding: 2px;
    color: #666;
}

.modalPass .btn {
    background-color: #96c600 !important;
    box-shadow: none !important;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
    font-size: 1.1em;
    height: 50px;
    line-height: 50px;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}


/*-------- Minha Conta --------*/

.conta {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.conta section {
    padding: 0 5%;
}

.conta .menu {
    position: relative !important;
}

.conta nav {
    color: #000 !important;
    background-color: transparent !important;
    width: initial !important;
    height: initial !important;
    line-height: initial !important;
    box-shadow: none !important;
}

.conta .asidenav-action,
.conta .push-m6 a:not(.account) {
    display: none;
}

.conta .l2 {
    display: none;
    width: 100% !important;
    max-width: 250px;
}

.conta .fixed-action-btn {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.conta .fixed-action-btn .btn-floating {
    background-color: #96c600;
    padding: 0;
    font-size: 2em;
    line-height: 2.1em;
    z-index: 9999;
}

.conta .fixed-action-btn ul {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    left: auto;
    right: 27px !important;
    padding: 5px 20px;
    margin: 0 !important;
}

.conta nav.l2 li,
.conta .fixed-action-btn li {
    margin: 5px 0 !important;
}

.conta .fixed-action-btn li.btn-floating {
    display: initial !important;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: auto !important;
    height: auto !important;
    line-height: 40px;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
}

.conta nav.l2 li a,
.conta .fixed-action-btn li a {
    display: flex !important;
    align-items: center !important;
    line-height: 35px;
    font-size: .6em;
    color: #777;
}

.conta nav.l2 li svg,
.conta .fixed-action-btn li svg {
    width: 25px !important;
    height: 25px;
    margin-right: 10px;
    color: #96c600;
}

.conta .collapsible {
    box-shadow: none !important;
    border: none !important;
}

.conta .collapsible-header {
    line-height: 1.5;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    outline: none !important;
    min-width: 150px;
}

.conta .collapsible-body {
    border-bottom: none;
    padding: 0;
    margin-bottom: -10px;
}

.conta nav.l2 h3,
.conta .fixed-action-btn h3 {
    font-size: 1.1em;
    margin: 0;
    width: 100%;
    font-weight: bold;
    color: #96c600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conta nav.l2 h3 svg,
.conta .fixed-action-btn h3 svg {
    margin: 0 !important;
    transition: all .5s;
}

.conta nav.l2 li.active h3 svg,
.conta .fixed-action-btn li.active h3 svg {
    transform: rotate(180deg);
}

.conta nav.l2 p,
.conta .fixed-action-btn p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: .9em;
    line-height: 1em;
    margin: 10px 0;
}

.conta nav.l2 p strong,
.conta .fixed-action-btn p strong {
    width: 100%;
    float: left;
    text-align: left;
}

.conta nav.l2 address,
.conta .fixed-action-btn address {
    display: flex !important;
    align-items: center !important;
    line-height: 35px;
    font-size: 1.1em;
    color: #777;
}

.conta nav.l2 .collapsible {
    padding: 0 15px;
    width: 100%;
    float: left;
    margin-top: 20px !important;
}

.conta nav.l2 ul li.active {
    background-color: transparent !important;
}

.conta nav.l2 li {
    min-width: 100%;
}

.conta nav.l2 a {
    font-size: 1.1em !important;
    background-color: transparent !important;
}

.conta nav.l2 h1 {
    font-size: 2em;
    font-weight: bold;
    color: #96c600;
    margin: 0;
    padding: 40px 15px;
    padding-bottom: 20px;
}

.conta nav.l2 h3 {
    font-size: 1.25em;
}

.conta nav.l2 .collapsible-body {
    padding: 10px 0 !important;
}

@media(min-width: 993px) {
    .conta nav.l2 {
        display: block;
    }
    .conta .fixed-action-btn {
        display: none;
    }
}


/*-------- Status do Pedidos --------*/

.order {
    padding: 40px .75rem !important;
}

.order h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    color: #666;
    margin-top: 40px;
}

.order .sequence {
    border: 1px solid #ccc !important;
    padding: 10px 40px;
    position: relative;
    margin-top: 20px;
    background-color: #fff;
}

.order .sequence::before {
    content: "";
    height: calc(100% + 2px);
    width: 4px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.order .sequence.cancel::before {
    background-color: #dd3341;
}

.order .sequence.success::before {
    background-color: #96c600;
}

.order .collapsible-header {
    display: block !important;
    min-width: 0 !important;
}

.order .flex {
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    position: relative;
}

.order h3 {
    margin: 0;
    margin-top: 10px;
    font-size: 1.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 10px;
}

.order .collapsible-header p {
    position: absolute;
    right: -20px;
    margin: 0;
    bottom: 15px;
    color: #666;
    max-width: 30%;
    text-align: right;
    line-height: 1.25em;
}

.order .cancel h3,
.order .cancel strong {
    color: #dd3341;
}

.order .success h3,
.order .success strong {
    color: #96c600;
}

.order .flex svg {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 40px !important;
    height: 40px !important;
    color: #ccc;
    transition: all .5s;
}

.order .active .flex svg {
    transform: rotate(180deg);
}

.order h6 {
    width: 100%;
    float: left;
    font-size: 1em;
    color: #666;
    font-weight: bold;
    opacity: 0;
    transform: scale(0);
    transition: all .5s;
    height: 0;
    position: relative;
}

.order .active h6 {
    transform: scale(1);
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
}

.order .item {
    display: flex;
    align-items: center;
    width: 100%;
}

.order img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-right: 10px;
    transition: all .5s;
}

.order .active img {
    width: 120px;
    height: 120px;
}

.order h4 {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 150px;
    margin: 0;
    font-size: 1em;
    color: #666;
}

@media(min-width: 601px) {
    .order h4 {
        width: 100%;
        white-space: normal;
    }
}

.order h5 {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    font-size: 1.1em;
    color: #666;
    font-weight: bold;
}

.order .center {
    padding-bottom: 20px;
}

.order .btn {
    background-color: #04D483 !important;
    box-shadow: none !important;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: 3em;
    height: 3em;
    text-transform: none;
    font-size: 1.1em;
    width: 250px;
}

.order .center .btn:last-child {
    background-color: transparent !important;
    border: 2px solid #96c600;
    color: #96c600;
}

.statusOrder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    padding: 40px 0;
}

.statusOrder li {
    width: 100%;
}

.statusOrder .svg {
    margin: 0 auto;
    width: 100%;
    float: left;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.statusOrder .svg svg {
    width: 15px !important;
    height: 15px !important;
    background-color: #ccc;
    border-radius: 50%;
    color: #ccc;
    padding: 5px;
    position: relative;
}

.statusOrder .current .svg svg {
    width: 50px !important;
    height: 50px !important;
    background-color: #fff;
    padding: 10px;
    border: 2px solid;
}

.statusOrder .svg::before {
    content: "";
    height: 0px;
    width: calc(150% - 15px);
    border-bottom: 3px solid #ccc;
    position: absolute;
    left: 50%;
    top: calc(50% - 1.5px);
}

.statusOrder li:nth-last-of-type(2) .svg::before {
    width: 100%;
}

.statusOrder li:last-child .svg::before {
    content: none;
}

.cancel .statusOrder .check .svg::before {
    border-color: #dd3341;
}

.cancel .statusOrder .check .svg svg {
    background-color: #dd3341;
    color: #dd3341;
}

.cancel .statusOrder .current .svg svg {
    color: #dd3341;
    border-color: #dd3341;
}

.success .statusOrder .check .svg::before {
    border-color: #96c600;
}

.success .statusOrder .check .svg svg {
    background-color: #96c600;
    color: #96c600;
}

.success .statusOrder .current .svg svg {
    color: #96c600;
    border-color: #96c600;
}

.statusOrder p {
    color: #666;
    line-height: 1.25em;
    margin: 0 auto;
    max-width: 100px;
}

.statusOrder small {
    font-weight: bold;
    color: #666;
    font-size: .8em;
}

.statusOrder p,
.statusOrder small {
    display: none;
}

.statusOrder .current p,
.statusOrder .current small {
    display: block;
}

@media(min-width: 601px) {
    .statusOrder p,
    .statusOrder small {
        display: block;
    }
}


/*-------- Dados Cadastrados --------*/

.dados {
    padding: 40px .75rem !important;
}

.dados h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    color: #666;
    margin-top: 40px;
}

.dados p {
    margin: 0;
    margin-bottom: 20px;
}

.dados fieldset {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dados form {
    max-width: 350px;
}

.dados .container {
    max-width: 700px !important;
    text-align: center;
}

.dados h1 {
    font-size: 2em;
    color: #96c600;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.dados label {
    margin-top: 10px;
    float: left;
    width: 100%;
    position: relative;
    color: #666;
    font-size: .9em;
}

.dados input {
    background-color: #fff !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    color: #232323 !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em !important;
    border-radius: 10px !important;
    border: 1px solid #9e9e9e !important;
    margin: 0 !important;
    height: 40px !important;
}

.dados input:focus {
    box-shadow: none !important;
}

.dados input::placeholder {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    color: #9e9e9e;
}

.dados input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.dados input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.dados [type="checkbox"].filled-in:checked+span:not(.lever):after {
    background-color: #96c600 !important;
    border-color: #96c600 !important;
}

.dados [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    border: 1px solid #ccc !important;
}

.dados label[name="sendEmail"] {
    width: 100% !important;
    float: left;
    padding: 10px 0;
}

.dados label span {
    text-transform: capitalize;
}

.dados form p {
    text-align: left;
    float: left;
    margin: 0;
}

.dados p label {
    display: flex;
    align-items: center;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    color: #666;
}

.dados label span {
    font-size: 1em !important;
}

.dados [type="radio"]:not(:checked)+span,
.dados [type="radio"]:checked+span {
    margin-right: 20px;
}

.dados [type="radio"]:not(:checked)+span:before,
.dados [type="radio"]:not(:checked)+span:after {
    border: 1px solid #9e9e9e !important;
}

.dados [type="radio"]:checked+span:after,
.dados [type="radio"].with-gap:checked+span:before,
.dados [type="radio"].with-gap:checked+span:after {
    border: 2px solid #96c600;
}

.dados [type="radio"]:checked+span:after,
.dados [type="radio"].with-gap:checked+span:after {
    background-color: #96c600;
}

.dados [type="radio"]+span:before,
.dados [type="radio"]+span:after {
    width: 20px;
    height: 20px;
    top: -3px;
}

.dados .eyes {
    position: absolute;
    bottom: 5px;
    right: 0px;
    background-color: transparent;
    border: 0;
}

.dados .eyes svg {
    width: 30px !important;
    height: 30px;
    padding: 2px;
    color: #666;
}

.dados button.btn {
    width: 100% !important;
    height: 50px !important;
    background-color: #40cd28 !important;
    box-shadow: none !important;
    font-weight: bold;
    font-size: 1.1em;
    color: white !important;
    line-height: 50px !important;
    margin-top: 10px;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.dados a.btn {
    background-color: transparent !important;
    color: #96c600;
    border: 2px solid #96c600;
    box-shadow: none !important;
    font-weight: bold;
}


/*-------- Endereço Painel --------*/

.addressClient {
    padding: 40px .75rem !important;
}

.addressClient h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    color: #666;
    margin-top: 40px;
}

.addressClient .col {
    margin-top: 2em;
}

.addressClient label {
    cursor: pointer;
    border: 2px solid #ccc;
    width: 100%;
    float: left;
    padding: 20px;
    padding-bottom: 25px;
    transition: all .5s;
}

.addressClient h4 {
    font-size: 1.5em;
    color: #666;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    transition: all .5s;
}

.addressClient h4 strong {
    width: 70px;
    float: right;
    text-align: right;
}

.addressClient svg {
    color: #96c600;
}

.addressClient p {
    font-size: 1.25em !important;
    color: #666;
    margin: 0;
    transition: all .5s;
}

.addressClient p:first-of-type {
    font-size: 1.3em !important;
    font-weight: bold;
}

.addressClient .checked p,
.addressClient .checked h4,
.addressClient .checked {
    color: #96c600 !important;
    border-color: #96c600 !important;
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after,
[type="radio"]:checked+span:before,
[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border-radius: 50%;
}

[type="radio"]+span:before,
[type="radio"]+span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

[type="radio"].with-gap:checked+span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.addressClient [type="radio"]:not(:checked)+span,
.addressClient [type="radio"]:checked+span {
    margin-right: 20px;
    margin-top: 20px;
    padding-top: 8px;
    border-top: 1px solid #ccc;
    width: 100%;
    float: left;
}

.addressClient [type="radio"]:checked+span {
    color: #96c600;
    font-weight: bold;
    border-top-color: #96c600;
}

.addressClient [type="radio"]:not(:checked)+span:before,
.addressClient [type="radio"]:not(:checked)+span:after {
    border: 1px solid #9e9e9e !important;
}

.addressClient [type="radio"]:checked+span:after,
.addressClient [type="radio"].with-gap:checked+span:before,
.addressClient [type="radio"].with-gap:checked+span:after {
    border: 2px solid #96c600;
}

.addressClient [type="radio"]:checked+span:after,
.addressClient [type="radio"].with-gap:checked+span:after {
    background-color: #96c600;
}

.addressClient [type="radio"]+span:before,
.addressClient [type="radio"]+span:after {
    width: 20px;
    height: 20px;
    top: 5px;
}

.addressClient .box {
    border: 2px dashed #ccc;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addressClient h3 {
    font-size: 1.25em;
    font-weight: bold;
    color: #96c600;
    text-align: center;
}

.addressClient h3 strong {
    width: 100%;
    float: left;
}

.addressClient h3 svg {
    width: 40px !important;
    height: 40px;
    border: 2px solid #96c600;
    border-radius: 50%;
    padding: 8px;
    margin-bottom: 10px;
}

.address.create {
    padding: 40px .75rem !important;
}

.address.create h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    color: #666;
    margin-top: 40px;
}

.address.create .btn {
    width: 100% !important;
    height: 50px !important;
    background-color: #40cd28 !important;
    box-shadow: none !important;
    font-weight: bold;
    font-size: 1.1em;
    color: white !important;
    line-height: 50px !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.address.create label {
    font-size: .9em;
}


/*-------- Meus Favoritos --------*/

.favorite {
    padding: 40px .75rem !important;
}

.favorite h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    color: #666;
    margin-top: 40px;
}

.favorite header {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.favorite label {
    display: none;
    padding-left: 70px;
}

.favorite li {
    position: relative;
}

.favorite .btn {
    background-color: #96c600 !important;
    box-shadow: none !important;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0 2em;
    text-transform: none;
}

.favorite p {
    color: #999;
    font-size: .9em;
    margin: 0;
}

.favorite [type="checkbox"]+span:not(.lever) {
    position: absolute;
    top: calc(50% - 10px);
    left: 30px;
}

.favorite [type="checkbox"].filled-in:checked+span:not(.lever):after {
    background-color: #96c600 !important;
    border-color: #96c600 !important;
}

.favorite [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    border: 1px solid #ccc !important;
}

.favorite li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.favorite img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-right: 20px;
}

.favorite .flex {
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    padding: 0 20px;
}

.favorite h3 {
    font-size: 1.1em;
    color: #666;
    font-weight: bold;
    margin: 5px 0;
}

.favorite h4 {
    font-size: 1em;
    margin: 5px 0;
    text-decoration: line-through;
    color: #999;
}

.favorite h5 {
    margin: 5px 0;
    font-size: 2em;
    color: #96c600;
    font-weight: bold;
}

.favorite h6 {
    margin: 5px 0;
    font-size: .9em;
    color: #96c600;
}

.favorite li .btn {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    line-height: 3em;
    height: 3em;
    text-transform: uppercase;
    background-color: #04D483 !important;
}

.favorite .fa-trash-alt {
    position: absolute;
    right: 0;
    top: 0;
    color: #dd3341;
    font-size: 1.5em;
}

.favorite .flex .flex {
    width: 100%;
    float: left;
    max-width: initial;
    padding: 0;
    justify-content: space-between;
    color: #999;
    margin: 5px 0;
}

.favorite .flex .flex svg {
    color: #B77C6F;
}

.favorite .evaluation {
    padding: 0;
}

.favorite .evaluation p {
    line-height: 1.25em;
}

@media(min-width: 601px) {
    .favorite label {
        display: block;
    }
    .favorite img {
        width: 150px;
        height: 150px;
    }
    .favorite li {
        flex-wrap: nowrap;
    }
    .favorite .flex {
        width: fit-content;
        max-width: 250px;
    }
    .favorite h3 {
        font-size: 1.5em;
        max-width: 250px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .favorite .fa-trash-alt {
        display: none;
    }
    .favorite li .btn {
        width: 120px;
        padding: 0;
        position: absolute;
        top: 30px;
        right: 0;
    }
}

@media(min-width: 993px) {
    .favorite .flex,
    .favorite h3 {
        width: 100%;
        max-width: 70%;
    }
}

/*-------- Head --------*/

.head {
    padding: 40px 0;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
   
}

.head .chamadaBanner{
    position: absolute;
    top: 30%;              
    left: 3%; 
    transform: translateY(-50%); 
    width: auto;
    height: auto;
    max-width: 600px; 
    padding: 2%;
    background-color: #fff;
    text-align: left;
    border-radius: 10px !important;

}
.head .chamadaBannerMobile{
    display:none;
}

.head::before {
    
}

.head img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top !important;
}


.head h2 {
    font-family:'DmSerif';
    letter-spacing:2px;
    font-size: 1.7em;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
    text-align:left;
    margin-top: 0!important;
}

.head p {
   
    font-size: 1.2em!important;
    color: black;
    margin-top: 0!important;
    margin-bottom: 0!important;
    text-align:left;
}

.head .btn {
    /* background-color:  !important; */
    border-radius: 30px;
    padding: 0 2em !important;
    height: 3rem;
    line-height: 3rem;
    text-transform: none !important;
    box-shadow: none !important;
}
.carousel {
    width: 300% !important;
    height: 800px!important;
}
.carousel .carousel-item>img{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 200% !important;
    height: 100%;
    object-fit: cover;
}

.carousel.carousel-slider .carousel-item {
    width: 100% !important;
}

.heads {
    padding: 0px 0;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
}

.heads div {
    width: 100% !important;
    padding: 15%;
    position: relative;
}


.heads img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heads h1 {
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}

.heads p {
    font-size: 1em;
    color: white;
    margin-top: 0;
}

.heads .btn {
    /* background-color:  !important; */
    border-radius: 30px;
    padding: 0 2em !important;
    height: 3rem;
    line-height: 3rem;
    text-transform: none !important;
    box-shadow: none !important;
}


@media(min-width: 993px) {
    .head {
        padding: 0;
        width: 100% !important;
        height: 600px!important;
    }
    .head h1 {
        font-size: 3em;
    }
    .head p {
        font-size: 1.5em;
    }
    .heads {
        padding: 0;
        min-height: calc(100vh - 100px);
    }
   
    .heads h1 {
        font-size: 3em;
    }
    .heads p {
        font-size: 1.5em;
    }
}
@media(max-width: 601px) {
    .carousel {
        width: 100% !important;
        height: 200px!important;
    }
    .heads div {
    width: 100% !important;
    padding: 15%;
    }
    .head {
        padding: 150px 0px;
        position: relative;
        z-index: -1;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .head .chamadaBanner{
        display:none;
    }
    .headimg{
        position: absolute;
        z-index: -1;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
     .head .chamadaBannerMobile{
        display:block;
        position: absolute;
        top: 30%;              
        left: 3%; 
        transform: translateY(-50%); 
        width: auto;
        height: auto;
        max-width: 600px; 
        padding: 2%;
        background-color: transparent ;
        text-align: left;
        border-radius: 10px !important;

    }
    .head::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #C06B80;
        max-width: inherit;
        opacity: .7;
    }
    .head h2 {
       font-family: "Open Sans Bold", Tahoma, Geneva, Verdana, sans-serif;
        font-size: 2em;
        font-weight: bold;
        color: white;
        margin-bottom: 0px;
        text-align: center;
        margin-top: 100px !important;
    }

    .head p {
       font-size: 1em;
        color: white;
        margin-top: 0px;
        text-align: center;
    }
    .desk {
       background: #C06B80;
        background: linear-gradient(69deg, rgba(192, 107, 128, 1) 9%, rgba(255, 255, 255, 1) 72%);
    }

}
.float {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

.float .btn-floating {
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    font-size: 1.5em !important;
    background-color: #34af23 !important;
    line-height: 50px;
    box-shadow: none !important;
    width: 200px !important;
    height: auto !important;
    border-radius: 30px !important;
    font-size: 1.1em !important;
    padding: 10px 20px;
    line-height: 20px;
    box-shadow: none !important;
}

.float p {
    font-size: .7em;
    margin: 0;
    line-height: 1.25em;
    margin-bottom: 0em;
}

.float strong {
    font-weight: normal !important;
}

.float svg {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

/*-------- Cadastro de Endereço --------*/

/* .head {
    background-color: #96c600;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;
    padding: 10px;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.head img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.head div {
    display: none;
}

@media(min-width: 601px) {
    .head {
        padding: 10px 10%;
        position: relative;
    }
    .head img {
        width: 50%;
        position: absolute;
        left: 0;
        top: 5px;
        padding: 5px;
    }
    .head div {
        display: block;
        position: relative;
        width: 15%;
    }
    .head div:last-child {
        width: 20%;
    }
    .head div::before {
        content: "";
        height: 0px;
        width: calc(100% - 20px);
        border-bottom: 3px solid #fff;
        position: absolute;
        left: -50%;
        top: calc(30% - 1px);
        filter: opacity(0.05);
    }
    .head div:first-of-type::before {
        left: 0;
        width: 50%;
    }
    .head div:nth-last-child(2)::before {
        width: calc(100% - 20px);
        left: -50%;
    }
    .head div:last-child::before {
        width: calc(100% - 65px);
        left: calc(-45% + 35px);
    }
    .head svg {
        width: 40px !important;
        height: 40px;
        background-color: #fff;
        color: #96c600;
        padding: 10px;
        border-radius: 50%;
        position: relative;
        filter: opacity(0.5);
    }
    .head .check svg,
    .head .check::before {
        filter: none;
    }
    .head .check svg {
        z-index: 1;
    }
    .head .current svg,
    .head .current::before {
        background-color: #96c600;
        border-color: #96c600;
        filter: brightness(70%);
        color: white;
    }
    .head div:nth-of-type(4).current svg,
    .head div:nth-of-type(4).current::before {
        background-color: #40cd28;
        border-color: #40cd28;
        filter: none;
        color: white;
    }
    .head p {
        margin: 0;
        font-size: .9em;
        color: white;
        font-weight: bold;
    }
} */

.address {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.address a {
    display: flex;
    align-items: center;
    padding: 30px calc(.75rem + 20px);
}

.address a h1 {
    font-size: 1.25em;
    margin: 0;
    color: #666;
    font-weight: bold;
}

.address a svg {
    color: #96c600;
    font-size: 1.25em;
    margin-right: 10px;
    margin-top: -5px;
}

.address form {
    padding: 20px;
}

.address form a {
    padding: 0;
    color: #666;
    font-weight: bold;
    text-decoration: underline;
    font-size: .8em;
    margin-top: 5px;
}

.address label {
    margin-top: 10px;
    float: left;
    width: 100%;
    position: relative;
    color: #343434;
    font-size: 1em;
}

.address input {
    background-color: #fff !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    color: #232323 !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em !important;
    border-radius: 5px !important;
    border: 1px solid #343434 !important;
    margin: 0 !important;
    height: 40px !important;
    box-shadow: none !important;
}

.address input::placeholder {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    color: #343434;
    font-weight: bold;
}

.address input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.address input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.address button.btn {
    width: 100% !important;
    height: 50px !important;
    background-color: #96c600 !important;
    box-shadow: none !important;
    font-weight: bold;
    font-size: 1.1em;
    color: white !important;
    line-height: 50px !important;
    margin-top: 20px;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.address form div {
    display: none;
    width: 100%;
    float: left;
}

@media(min-width: 601px) {
    .address fieldset {
        display: flex;
        justify-content: center;
    }
    .address form {
        max-width: 450px;
    }
    .address a {
        max-width: 450px;
        margin: 0 auto;
        padding-bottom: 0;
    }
}


/*-------- Pagamento --------*/

.payment {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.resume {
    padding: 40px 20px;
}

.resume h2 {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #96c600;
}

.resume li:first-of-type {
    font-weight: bold;
}

.resume li {
    font-size: 1em;
}

.resume a:not(.btn) {
    color: #666;
    font-weight: bold;
    text-decoration: underline;
}

.resume .price h2 {
    margin-bottom: 20px;
}

.resume .price a:not(.btn) {
    margin-left: 10px;
    font-size: .9em;
    font-weight: normal;
}

.resume .price h2 {
    margin-top: 80px;
}

@media(min-width: 601px) {
    .resume {
        padding: 40px 15%;
    }
    .resume .price h2 {
        margin-top: 0;
    }
}


/*-------- Frete do Pagamento --------*/

.freight {
    width: 100%;
    float: left;
    padding: 40px 20px;
    padding-top: 0;
}

.freight h2 {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #96c600;
    margin-bottom: 20px;
}

.freight hr {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    border: none;
    margin-bottom: 40px;
}

.freight .flex {
    display: flex;
    align-items: center;
    overflow: auto;
    position: relative;
}

.freight p {
    min-width: 50% !important;
    border: 1px solid #9e9e9e;
    padding: 10px;
    margin-right: 10px;
    color: #96c600;
}

.freight span {
    line-height: 1.25em !important;
    font-size: 1.25em !important;
}

.freight strong {
    width: 100%;
    float: left;
    font-size: 1.25em;
    color: #96c600;
    margin-top: 5px;
}

.freight [type="radio"]:not(:checked)+span,
.freight [type="radio"]:checked+span {
    margin-right: 20px;
}

.freight [type="radio"]:not(:checked)+span:before,
.freight [type="radio"]:not(:checked)+span:after {
    border: 1px solid #9e9e9e !important;
}

.freight [type="radio"]:checked+span:after,
.freight [type="radio"].with-gap:checked+span:before,
.freight [type="radio"].with-gap:checked+span:after {
    border: 2px solid #96c600;
}

.freight [type="radio"]:checked+span:after,
.freight [type="radio"].with-gap:checked+span:after {
    background-color: #96c600;
}

.freight [type="radio"]+span:before,
.freight [type="radio"]+span:after {
    width: 20px;
    height: 20px;
    top: -3px;
}

@media(min-width: 601px) {
    .freight {
        padding: 40px 15%;
    }
    .freight .flex p:last-of-type {
        margin-right: 0;
    }
    .freight p {
        min-width: calc(100% / 4 - 10px) !important;
    }
}


/*-------- Checkout --------*/

.checkout {
    width: 100%;
    float: left;
    padding: 40px 20px;
    padding-top: 0;
}

.checkout h2 {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #96c600;
    margin-bottom: 20px;
}

.checkout .mercadopago-button {
    margin: 20px auto !important;
    height: 3em !important;
    line-height: 3em !important;
    font-family: Fira !important;
    font-size: 1.2em;
    padding:1px 23px 4px 23px!important;
    background-color:#40cd28 !important
}

.checkout hr {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    border: none;
    margin-bottom: 40px;
}

.checkout .tabs {
    height: 120px !important;
    white-space: normal !important;
}

.checkout .tabs .tab {
    height: 120px !important;
    line-height: 1.5em !important;
    display: flex !important;
    align-items: center;
    border: 1px solid #D8D8D8 !important;
}

.checkout .tabs .tab:first-of-type {
    border-right: none !important;
}

.checkout .tabs .tab a {
    color: #666 !important;
    height: auto !important;
    font-weight: bold;
    opacity: .5;
    transition: all .5s;
}

.checkout .tabs svg {
    width: 100% !important;
    font-size: 3em;
    margin-bottom: 5px;
}

.checkout .tabs .tab a:hover {
    color: #96c600 !important;
    background-color: transparent !important;
}

.checkout .tabs .tab a.active {
    color: #96c600 !important;
    background-color: transparent !important;
    opacity: 1;
}

.checkout .tabs .indicator {
    background-color: #96c600 !important;
}

.checkout form {
    padding: 20px;
}

.checkout label {
    margin-top: 10px;
    float: left;
    width: 100%;
    position: relative;
    color: #343434;
    font-size: 1em;
}

.checkout input {
    background-color: #fff !important;
    padding-left: 1em !important;
    width: calc(100% - 1em) !important;
    color: #232323 !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em !important;
    border-radius: 5px !important;
    border: 1px solid #343434 !important;
    margin: 0 !important;
    height: 40px !important;
    box-shadow: none !important;
}

.checkout input::placeholder {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    color: #343434;
    font-weight: bold;
}

.checkout .dropdown-content.select-dropdown {
    background-color: #fff;
    border: 1px solid #96c600 !important;
}

.checkout .dropdown-content li>a,
.checkout .dropdown-content li>span {
    color: #666;
    font-weight: bold;
    padding: 8px 24px;
}

.checkout .dropdown-content li {
    min-height: auto !important;
}

.checkout .dropdown-content.select-dropdown::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

.checkout .dropdown-content.select-dropdown::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}

.checkout .dropdown-content.select-dropdown::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.checkout hgroup {
    width: 100%;
    float: left;
    padding: 40px .75rem;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout hgroup h2 {
    margin: 5px 0;
    font-size: 1.5em;
    color: #000;
}

.checkout p {
    font-size: 1.1em;
    line-height: 1.25em;
    display: flex;
    align-items: center;
}

.checkout p svg {
    background-color: #666;
    width: 50px !important;
    height: 50px;
    padding: 12px;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
}

.checkout button.btn {
    width: 100% !important;
    height: 60px !important;
    background-color: #04D483 !important;
    box-shadow: none !important;
    font-weight: bold;
    font-size: 1.1em;
    color: white !important;
    line-height: 60px !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.checkout .center p {
    display: block;
    margin: 0;
}

.checkout .center p strong {
    color: #96c600;
}

@media(min-width: 601px) {
    .checkout fieldset {
        display: flex;
        justify-content: center;
    }
    .checkout form {
        max-width: 450px;
    }
    .checkout {
        padding: 40px 15%;
    }
    .checkout .tabs {
        display: flex;
        justify-content: center;
    }
    .checkout .tabs .tab {
        width: calc(100% / 4) !important;
        margin: 0 !important;
    }
}


/*-------- Thank You Page --------*/

.thanks {
    min-height: calc(100vh - 118px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.thanks .wave {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.thanks .wave path {
    fill: #96c600;
}

.thanks .wave:nth-of-type(1) {
    bottom: -5px;
}

.thanks article {
    padding: 40px;
}

.thanks article svg {
    color: #40cd28;
    font-size: 6em;
    margin-bottom: 20px;
}

.thanks h1 {
    color: #96c600;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
}

.thanks h2 {
    color: #666;
    font-size: 1.25em;
    margin: 0;
}

.thanks p {
    font-size: 1.5em;
    line-height: 1.25em;
    color: #666;
    margin: 15px 0;
    max-width: 380px;
}

.thanks q {
    width: 100%;
    float: left;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: -5px;
}

.thanks q::before {
    content: '';
}

.thanks cite {
    font-style: italic;
    width: 100%;
    float: left;
}

.thanks .btn {
    margin-top: 10px;
    width: 100% !important;
    height: 60px !important;
    background-color: #04D483 !important;
    box-shadow: none !important;
    font-weight: bold;
    font-size: 1.1em;
    color: white !important;
    line-height: 60px !important;
    text-transform: none;
}

@media(min-width: 601px) {
    .thanks {
        min-height: calc(100vh - 85px);
    }
    .thanks .wave:nth-of-type(1) {
        bottom: -15%;
    }
}


/*-------- Politicas --------*/

.politicas {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.politicas .breadcrumbs {
    padding: 20px;
}

.politicas .breadcrumbs a {
    text-transform: none;
}

.politicas .breadcrumbs li:first-child a {
    color: #96c600 !important;
    text-decoration: underline;
}

.politicas article {
    padding: 40px 0;
}

.politicas h1 {
    font-size: 2em;
    font-weight: bold;
    color: #96c600;
    margin: 0;
}

.politicas p {
    font-size: 1em;
    line-height: 1.25em;
}

.politicas h2,
.politicas h3,
.politicas h4,
.politicas h5,
.politicas h6 {
    font-size: 1.5em;
    font-weight: bold;
    color: #96c600;
    margin: 0;
    margin-top: 20px;
}


/*
*Cad
*/

.cad {
    width: 100%;
    float: left;
    background-color: #96c600;
    text-align: center;
    color: white;
    font-size: 1.2em;
    margin-bottom: 0;
    padding-bottom: 2%;
}

.cad #inpEmail {
    all: initial;
    background-color: #e6e7e9;
    color: black;
    padding: 2%;
    height: 100%;
}

::placeholder {
    color: #898f93;
}

.cad .btnCad button {
    background-color: #B77C6F;
    color: white;
    border: none;
    outline: none;
    padding: 2%;
    margin: 0 2%;
    height: 100%;
    font-size: 1.1em;
}

.cad .btnCad {
    margin: 2% 0;
}

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

.footer {
    position: relative;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    padding: 5%;
    margin-bottom: 0 !important;
    background-color: #C06B80;
    opacity: .7;
}
.footer::before {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    padding: 5%;
    margin-bottom: 0 !important;
    background-color: grey;
}

.footer h2 {
    font-size: 1.25em;
    font-weight: bold;
    color: white;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
}

.footer a,
.footer p {
    color: white;
    transition: all .5s;
}

.footer a:hover {
    padding-left: 10px;
    color: rgba(255, 255, 255, .5);
}

.footer .col:nth-of-type(3) ul:nth-of-type(2) {
    display: flex;
}

.footer .col:nth-of-type(4) ul {
    display: flex;
    justify-content: center;
}

.footer .col:nth-of-type(4) svg,
.footer .col:nth-of-type(3) ul:nth-of-type(2) svg {
    font-size: 1.5em;
    margin-right: .2em;
}

.footer .col:nth-of-type(4) article {
    display: flex;
    align-items: center;
    margin-top: 5px;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.footer .col:nth-of-type(4) a:nth-of-type(1) article {
    padding-top: 0;
    margin-top: 0;
}

.footer .col:nth-of-type(4) a:nth-of-type(2) article {
    border: none;
}

.footer img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 20px;
}

.footer h3 {
    font-size: 1.1em;
    margin: 0;
    font-weight: bold;
}

.footer time {
    font-size: .8em;
}


/*-------- Copyright --------*/

.copyright {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #C06B80;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.copyright::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}

.copyright img {
    width: auto;
    height: 40px;
    object-fit: contain;
    position: relative;
    margin-left: 10px;
}

.copyright h2 {
    color: #fff;
    font-size: .6em;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: -5px;
    position: relative;
    width: 100%;
}

.copyright a {
    font-size: .6em;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 10px;
    font-weight: bold;
}

.copyright .btn {
    background-color: #fff !important;
    /* color: ; */
    border: 2px solid ;
    width: fit-content;
    box-shadow: none !important;
    font-weight: bold;
    text-transform: none;
    padding: 0 5px;
    line-height: 15px !important;
    height: auto !important;
    border-radius: 30px;
}

.copyright .btn svg {
    margin-left: 5px;
}


/*-------- Blog --------*/

.recentes {
    padding: 5%;
    margin-bottom: 0 !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.recentes h2 {
    text-align: center;
    font-size: 2em;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    color: #B77C6F;
    max-width: 340px;
    margin: 0 auto;
}

.recentes .col {
    position: relative;
    margin-top: 2em;
}

.recentes img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    margin-bottom: -7px;
}

.recentes .box {
    position: absolute;
    top: 0;
    left: .75rem;
    width: calc(100% - 1.5rem);
    height: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: flex-end;
}

.recentes hgroup {
    width: 100%;
    float: left;
}

.recentes h3 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 1.5em;
    color: white;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
}

.recentes .flex {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.recentes p {
    color: #ccc;
    font-size: .7em;
    font-weight: bold;
    margin: 5px 0;
}


/*-------- Blog --------*/

.blog .material h3 {
    font-size: 1.1em;
    min-height: 90px;
}

.blog .material {
    padding: 80px 5%;
}

.blog .paginator {
    width: 100% !important;
    float: left;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.blog .paginator_item {
    width: 30px;
    height: 30px;
    border: 1px solid #B77C6F;
    color: #B77C6F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.blog .paginator_item.paginator_active {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #B77C6F;
    color: #fff !important;
    background-color: #B77C6F;
    border-radius: 50% !important;
}

.blog .paginator_item:first-of-type,
.blog .paginator_item:last-of-type {
    width: initial;
    height: initial;
    color: #B77C6F;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #B77C6F;
}


/*-------- Artigos do Blog --------*/

.artigo {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.artigo .headline .fundo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B77C6F;
    opacity: .8;
}

.artigo .headline {
    background-image: none;
    padding: 120px 30px;
}

.artigo .headline ul {
    float: none;
    margin: 10px auto !important;
    max-width: 600px;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.artigo .headline ul svg {
    top: 5px;
    position: relative;
}

.artigo .headline img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.artigo .headline h1 {
    font-size: 2em;
    margin: 0 auto;
    color: white;
    line-height: 1.25em;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0;
    position: relative;
    max-width: 700px;
}

.artigo .container {
    padding: 60px 5%;
    margin-top: -80px;
    position: relative;
    background-color: white;
}

.artigo .container P {
    font-size: 1.25em;
    color: #666;
    line-height: 1.5em;
}

.artigo .container h2 {
    font-size: 2em;
    font-weight: bold;
    color: #B77C6F;
    margin-top: 80px;
}

.artigo .container h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #B77C6F;
    margin-top: 40px;
}

.artigo .container h4,
.artigo .container h5,
.artigo .container h6 {
    font-size: 1.25em;
    font-weight: bold;
    color: #B77C6F;
    margin-top: 40px;
}

.artigo .container a {
    color: #B77C6F;
    font-weight: bold;
}

.artigo .container img {
    width: 100%;
    height: auto;
}

.comment {
    padding: 60px 5%;
}

.comment h2 {
    font-size: 1.5em;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    color: #666;
    width: fit-content;
    margin: 30px auto;
}

.comment h2 strong {
    width: 100%;
    float: left;
    font-size: 2em;
    margin-bottom: 20px;
}

.comment #disqus_thread {
    max-width: 700px;
    margin: 0 auto;
}

.material {
    padding: 30px 5%;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.material h2 {
    font-size: 1.5em;
    width: fit-content;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0;
    background-color: #B77C6F;
    color: #fff;
    border-radius: 5px;
}

.material .col {
    margin-top: 2em;
    transition: all .5s;
}

.material img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.material h3 {
    color: #666;
    font-size: 1.25em;
    margin: 5px 0;
    font-weight: bold;
}

.material:hover .col {
    opacity: .5;
}

.material .col:hover {
    opacity: 1;
}

.material .flex {
    display: flex;
    justify-content: space-between;
}

.material p {
    color: #999;
    font-size: .9em;
    font-weight: bold;
    margin: 5px 0;
}

.rowAtend {
    margin-left: 10%;
    padding-top: 6%;
}

.atendimentoBlock {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.atendimento {
    width: 10vw;
}

.atendimento p {
    font-weight: bold;
}

.atendimento span {
    display: block;
    color: rgb(110, 110, 110);
}

.politics {
    padding: 20px 5%;
}

.politics h1 {
    font-size: 2em;
    font-weight: bold;
    color: #96c600;
}

.politics h2,
.politics h3,
.politics h4,
.politics h5,
.politics h6 {
    font-size: 1.25em;
    font-weight: bold;
    color: #96c600;
}

.politics p {
    font-size: 1em;
    line-height: 1.25em;
    color: #666;
}

.politics img {
    width: 100%;
    height: auto;
}


/*
*Links para redes
*/

.linkRedes {
    margin: 8% 0;
}

.linkRedes p {
    margin: 0;
    font-size: 1.2em;
}

.linkRedes .icons {
    color: #96c600;
    font-size: 1.8em;
}


/*divider*/

.redesDiv .divider {
    width: 80vw;
    margin-left: 10%;
}


/* direitos */

.direitos {
    width: 90%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

div.col.direitos {
    margin-top: 4%;
    padding-left: 0;
}

.infoBlock span {
    display: block;
}


/*Info*/

.infoBlock {
    font-size: 0.7em;
}

.info p {
    color: #96c600;
    margin: 0;
}

.info span {
    font-weight: bold;
}

.info .copy {
    margin-top: 5px;
    font-size: 0.8em;
    color: black;
}


/*
*copyright
*/

section.row.auten {
    margin-top: 2%;
    margin: 0;
}


/*Bandeiras*/

.bandeiras img {
    width: 120%;
    margin-left: -20%;
    height: 150px;
    object-fit: contain;
    margin-top: -2em;
}


/*
*Modal categoria
*/

.categoriaFixed a {
    all: initial;
    font-family: 'Fira';
    font-size: 1rem;
    color: white;
}

.categoriaFixed div {
    margin: 0 2%;
}

.categoriaFixed a:hover {
    background-color: transparent !important;
}

.categoriaFixed {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 56px;
    left: 0;
    height: 0;
    overflow-y: hidden;
    transition: 1s;
    z-index: 10;
    background-color: #96c600f5;
}

.categoriaFixed ul {
    margin: 2%;
}

.categoriaFixed ul li {
    width: 100%;
}

.openMenu {
    height: 44vh;
}


/*
*Display none telas maiores
*/

.pesquisar {
    display: none;
}

a.navList {
    display: none;
}

.headerLinks {
    display: none;
}


/*
*IMG temporaria para o iframe do youtube.
*/

.video {
    position: relative;
    margin-bottom: 10% !important;
}

.video img {
    width: 100%;
    height: auto;
}


/*-------  Fim da página Index ---------*/


/*
    *Cursor pointer para TODOS os botões e links e, retirada da cor azul de fundo ao clicar nos links. 
    */

button {
    cursor: pointer;
}

a {
    cursor: pointer !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}


/*-------  Página Categoria ---------*/


/*
*Index
*/

.indexacao {
    border-bottom: 1px solid rgb(207, 207, 207);
    padding-bottom: 8px;
    padding-top: 8px;
}

.indexacao .index {
    text-align: center;
}

.indexacao .index a {
    color: rgb(100, 100, 100, 0.7);
}

.indexacao .indexRedes {
    display: none;
}

.categoriaIcons {
    color: #96c600;
}


/*
*Produtos
*/


.sessaoProduto .tituloCategoria::before {
    height: 0px;
}

.tituloCategoria h4 {
    font-size: 1em;
    color: #fff;
    background-color: #96c600;
    padding: .5em;
}


/*
*Modal Filtro
*/

.modalFiltro {
    background-color: rgba(255, 255, 255);
    position: fixed;
    left: -100vw;
    top: 0;
    height: 100vh;
    transition: 1s;
    overflow-y: auto;
    width: 100vw;
    z-index: 100 !important;
}

.modalFiltro .filtros {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6%;
}

.modalFiltro .modalTitulo {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: white;
    background-color: #96c600;
    font-weight: bold;
    margin: 0;
    padding: 1rem 1rem;
    font-size: 1.8rem;
}

.modalFiltro .modalTitulo a {
    font-size: 13px;
    text-decoration: revert;
    color: white;
    text-align: end;
}

.modalFiltro .borda {
    border: 1px solid #CCC;
    padding-left: 18px;
    padding-bottom: 8px;
    border-radius: 5px;
    margin-top: 6px;
    margin-right: 6px;
    width: 70%;
    max-width: 280px;
    height: 160px;
}

.modalFiltro div p {
    color: #96c600;
    border-bottom: 1px solid #CCC;
    width: 90%;
    font-weight: bold;
}

.modalFiltro .cor button {
    width: 50px;
    height: 30px;
    border: none;
    border: 1px solid black;
}

.modalFiltro .cor #btnFiltroCinza {
    background-color: #CCC;
}

.modalFiltro .cor #btnFiltroLaranja {
    background-color: #B77C6F;
}


/*
*Filtros acima dos produtos
*/

.filtrosValor {
    color: #96c600;
    background-color: white;
    border: 1px solid #CCC;
    width: 90%;
}

.filtrosTamanho {
    color: #96c600;
    background-color: white;
    font-weight: 600;
    padding: 1rem 0;
    margin-bottom: 2px;
    border-radius: 6px;
    border: 1px solid #CCC;
    width: 70%;
}

.ordernar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 0 !important;
    margin-bottom: 20px;
}

.ordernar a {
    border: 1px solid #96c600;
    color: #96c600;
    padding: 3% 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 44px;
}


/*
*Paginação
*/

.paginacao {
    display: flex;
    justify-content: center;
}

.paginacao .proximo {
    color: #CCC;
}

.paginacao .anterior {
    color: #CCC;
}

.paginacao a {
    border: 1px solid #b9b9b9;
    color: #96c600;
}

.linkBorda {
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
}

.pageLink {
    padding: 0.2rem 0.3rem !important;
}

.selecionado {
    background-color: #d1d1d1;
    color: rgb(173, 173, 173) !important;
}


/*
*Materialize select
*/

.select-wrapper input.select-dropdown {
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #898f93;
    padding-left: 8px;
    margin-bottom: 0;
}

.select-wrapper svg {
    margin: 0 !important;
    border: 1px solid #CCC;
    border-radius: 4px;
    height: 98%;
    width: 26%;
    fill: rgb(80, 80, 80) !important;
    background-color: #CCC;
}

.select-wrapper .caret {
    position: absolute;
    right: -9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0, 0, 0, 0.87);
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #96c600;
}


/*-------  Fim página Categoria ---------*/


/*-------  Página Mais Detalhes ---------*/

.detalhesProd .imgDetalhesProd {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}


/*
*Carousel img do produto
*/

img.item {
    border: 1px solid #CCC;
    border-radius: 6px;
}


/*
*Titulo e compra do produto
*/

.compra .titulo {
    font-size: 2rem;
    text-align: center;
    margin-top: 0.3rem;
    margin-bottom: .6rem;
}

.compra .divider {
    margin: 1rem 0;
}

.detalhesDesc {
    margin: 3%;
}

.detalhesDesc .titulo {
    border-bottom: 1px solid #CCC;
    position: relative;
    margin-bottom: 3%;
}

.detalhesDesc .titulo::before {
    position: absolute;
    background: #96c600;
    height: 3px;
    content: '';
    width: 126px;
    bottom: -2px;
    left: 0;
}

.detalhesDesc h2,
.detalhesDesc h3,
.detalhesDesc h4,
.detalhesDesc h5,
.detalhesDesc h6 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #B77C6F;
}

.detalhesDesc .titulo h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 3px;
    color: #96c600;
}

.detalhesDesc p {
    margin: 0;
}


/*
*Form compra
*/

.formCompra {
    margin: 1rem 0;
    border-bottom: 1px solid #CCC;
    padding-bottom: 1rem;
}

.compra .formCompra .lblTamanho {
    padding: .6rem 1rem;
    border: 1px solid #898f93;
    border-radius: 6px;
}

.compra .formCompra div {
    margin: 2rem 0;
}

.compra .formCompra p {
    margin: 0;
}

.compra .formCompra span {
    line-height: 0.1;
}

.compra .formCompra .valor strong {
    font-weight: 600;
}

.compra .formCompra .valor {
    color: #B77C6F;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.details .btn {
    width: 100%;
    background-color: #40cd28;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 6px;
    border: none;
}


/*
*Form CEP
*/

.formCep {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formCep input {
    width: 40% !important;
    border: 2px solid #CCC !important;
    border-radius: 8px !important;
    padding-left: 10px !important;
}

.formCep label {
    color: rgb(110, 110, 110);
}

.formCep label i {
    color: #96c600;
}

.formCep label i {
    font-size: 1.4rem;
}


/*
*Owl nav
*/

/* .owl-stage-outer {
    margin-bottom: 3rem;
} */

.owl-dot:focus {
    border-color: black !important;
}

.owl-prev,
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
    background-color: none;
}

.owl-prev {
    left: -4px;
    height: 6vh;
    width: 8vw;
    border-radius: 50%;
}

.owl-next {
    right: -4px;
    height: 6vh;
    width: 8vw;
    border-radius: 50%;
}

.owl-prev i,
.owl-next i {
    transform: scale(3, 3);
    color: black;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: black;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #CCC;
    color: black;
    text-decoration: none;
}

.fa .fa-chevron-left {
    color: black !important;
}


/*-------  Fim página Mais Detalhes ---------*/


/*-------  Página Carrinho ---------*/

.pub {
    display: none;
}

.alert {
    display: none;
}


/*
*Titulo Carrinho
*/

.tituloCarrinho p {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
}

.tituloCarrinho span {
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.6);
}


/*
*Oferta
*/

.oferta p {
    margin: 0;
    background-color: #96c600;
    padding: 2%;
    color: white;
    text-align: center;
}


/*
*Produto do carrinho
*/

.prodCarrinho img {
    object-fit: contain;
    width: 80px;
}

.prodCarrinho figure {
    margin: 0;
    margin-left: 1%;
    margin-right: 5%;
}

.prodNome {
    margin-top: 0;
}

.produtoCarrinho {
    display: flex !important;
    width: 100%;
}

.cep {
    display: none !important;
    font-size: .8em;
}

.cep.active,
.desconto.active {
    display: flex !important;
}

.desconto {
    display: none !important;
    font-size: .8em;
}

.cep h3:nth-of-type(2) {
    color: #96c600;
}

.desconto h3:nth-of-type(2) {
    color: #40cd28;
}


/*
*Table
*/

tr {
    width: 100%;
}

tbody {
    display: flex;
}


/*
*Informaçoes do produto
*/

.tdInfo {
    float: left;
    width: calc(100% / 3);
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 1.4em;
}

.tdInfo div {
    border: 1px solid #CCC;
    display: flex;
    width: 26vw;
    align-items: center;
    justify-content: space-around;
}

.tdInfo button {
    all: initial;
}

.tdInfo .lixo {
    color: #ee1d23 !important;
}


/*
*Unidade de produto
*/

.unid {
    all: initial !important;
    text-align: center !important;
    width: 8vw !important;
}


/*
*CEP
*/

.cep {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cep span {
    font-size: 1.2em;
}

.cep div {
    display: flex;
}

.cep #btnFrete {
    background-color: #96c600;
    outline: none;
    color: white;
    border: none;
    width: 14vw;
}

#inpCep {
    all: initial;
    padding-left: 4%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 28vw;
    height: 6vh;
}

.cep .formCep {
    align-items: initial;
    justify-content: initial;
}

.cep .formCep input {
    border-radius: initial !important;
    border-width: 1px !important;
}


/*
*Resumo
*/

.resumo .pedido {
    color: #96c600;
    font-size: 1.6em;
}

.resumo p {
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
}

.resumo .juros {
    justify-content: flex-end;
}


/*
*Botoes
*/

.resumo .formCompraCarrinho {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.btnCompra {
    background-color: #96c600 !important;
    width: 100%;
    height: 8vh;
    font-size: 1.2em;
}

.btnContinuar {
    width: 60%;
    margin-top: 4px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0) !important;
    font-size: 0.8em;
    border: 1px solid #96c600;
    color: #96c600;
}

.noneTh {
    display: none !important;
}

.price .btn:nth-of-type(1).disabled {
    pointer-events: none;
    background-color: #DFDFDF !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
    pointer-events: all;
}

/*-------  Fim da página Carrinho ---------*/


/*
    *Materialize radio button
    */

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
    background-color: #96c600;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border: 2px solid #96c600;
}

[type="checkbox"]:checked+span:not(.lever):before {
    border-right: 2px solid #96c600;
    ;
    border-bottom: 2px solid #96c600;
}

.boxCenter {
    text-align: center;
}


/*-------  Fim da Página Cadastro ---------*/


/*-------  Página Contato ---------*/

.contato h1 {
    text-align: center;
}

.contato form textarea {
    resize: none;
    width: 100% !important;
    min-height: 120px;
    font-size: 1rem;
    padding-top: 6px;
}

.contato form textarea::placeholder {
    font-size: 1rem;
}


/*-------  Fim da Página Contato ---------*/

/* --- Checkout Transparente --- */
.transparente select{
    display: block;
    opacity: 1;
}
.form-cartao{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.form-cartao input, .form-cartao select{
    width: 100%;
    margin: .5rem 0 !important;
    padding-left: 0.4rem !important;
    background-color: #fff !important;
    color: #232323 !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em !important;
    border-radius: 10px !important;
    border: 1px solid #9e9e9e !important;
    height: 40px !important;
}
.form-cartao input::placeholder{
    color: #888;
}
.form-cartao button{
    background-color: #40cd28;
    color: white;
    text-transform: uppercase;
    width: 50%;
    border: none;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 4px;
    margin-top: 2rem;
}
.form-cartao .data{
    display: flex;
    justify-content: space-between;
}
.form-cartao .data input{
    width: 50% !important;
}
.form-cartao .data input:nth-child(1){
    margin-right: .2rem !important;
}
.form-cartao .data input:nth-child(2){
    margin-left: .2rem !important;
}
@media (min-width:601px){
    .form-cartao{
        justify-content: space-around;
        max-width: 90% !important;
        margin: 0 auto;
    }
    .form-cartao input, .form-cartao select{
        width: 100% !important;
    }

}
@media (min-width:993px){
    .form-cartao{
        max-width: 70% !important;
    }
}

.loadingAnimation{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.loadingAnimation div{
    text-align: center;
}
.loadingAnimation .spinner{
    font-size: 114px;
    animation: loadingCircle  1s both;
    color: #96c600;
}
.loadingAnimation .check{
    font-size: 114px;
    animation: success  1s both;
    color: #4BB543;
}
.loadingAnimation .error{
    font-size: 114px;
    animation: success  1s both;
    color: #FF0000;
}
.loadingAnimation p{
    font-size: 1.2rem;
}
.finaloading{
    animation: loadingCheck  linear 2.5s  infinite;
}

@keyframes loadingCircle {
    from{transform: rotate(0deg);}
    to{transform: rotate(360deg);}
}
@keyframes success {
    from{transform: scale(0);}
    to{transform: scale(1);}
}

/* --- Responsive 08/11 --- */
@media (max-width:992px){
    .details .owl-nav button {
        width: 26px !important;
        height: 30px !important;
        font-size: 1.4em;
    }
    .details .owl-prev {
        top: 30px !important;
        left: -36px !important;
    }
    .details .owl-next {
        top: 30px !important;
        right: -28px !important;
    }
}

@media (min-width:993px){
    .details .owl-nav button {
        width: 36px !important;
        height: 38px !important;
        font-size: 1.4em;
    }

}
.ckoutTransparente{
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 80px !important;
}

button {
    cursor: pointer !important;
}

.row {
    margin-bottom: 0 !important;
}

.details nav {
    color: #000 !important;
    background-color: transparent !important;
    width: initial !important;
    height: initial !important;
    line-height: initial !important;
    box-shadow: none !important;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

strong {
    font-weight: bold !important;
}

figcaption {
    display: none !important;
}

figure {
    margin: 0 !important;
}

.details fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
/*-------- areas --------*/

.areas {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    padding: 2%;
}

.areas h2 {
    font-family: 'DmSerif';
    margin: 0;
    font-size: 2em;
    text-align:left;
    font-weight:bold;
    /* color: ; */
}

.areas h3 {
    margin: 5px 0;
    font-size: 1.25em;
    color: #333;
}

.areas hr {
    width: 150px;
    height: 2px;
    /* background-color: ; */
}

.areas .col {
    margin-top: 2em;
    transition: all .5s;
}

.areas article {
    border-radius: 10px;
    min-height: 300px !important;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;     
    align-items: center;            
    text-align: center;
}
.areas article figure {
   
    height: 50%;
    width: 100%;
}

.areas article hgroup {
    width: 100%;
}
.areas hgroup {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px;
}

.areas img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.areas h3 {
    color: black;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.3em;
    margin-top: 0;
    
    text-align:left;
}
.areas p {
    font-size: 1em;
    color: black;
    text-align:left;
}
.areas .button {
    background-color: #c2e9eb ;
    padding: 5px 20px;
    color: #0d5261;
    border-radius: 5px;
    font-weight: bold;
    border: none;
}

.areas .col:hover .fundo {
    opacity: .7;
    /* background-color: ; */
}

.areas .col:hover img {
    opacity: 1;
}

.areas .col:hover h4 {
    color: #fff;
}

.areas .col:hover .button {
    background-color: #fff !important;
    /* color: ; */
}
.areas .owl-carousel {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    height: auto;
}
.areas .owl-carousel .owl-stage-outer {
   min-height: 370px;
}
.areas .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    color: #666;
    background-color: white;
    transition: all .5s;
    font-size: 2em;
    line-height: 10px !important;
}

.areas .owl-next {
    right: -25px!important;
    padding-left: 10px;
}

.areas .owl-prev {
    left: -25px!important;
    padding-right: 10px;
}

.areas .owl-prev.disabled {
    transform: scale(0);
}

.areas .owl-next.disabled {
    transform: scale(0);
}

.areas .owl-dots {
    display: none;
}


.areas1 {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0% 2% ;
    background-color: #f4f5f6;
}
.areas1 h2 {
    font-family: 'DmSerif';
    margin: 0;
    font-size: 2em;
    color: black;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}
.areas1 p {
    margin: 0;
    font-size: 1.2em;
    text-align: left;
    
}

.areas1 h3 {
    margin: 5px 0;
    font-size: 1.25em;
    color: #333;
}
.areas1 .col {
    margin-top: 2em;
    transition: all .5s;
}
.areas1 hr {
    width: 150px;
    height: 2px;
    /* background-color: ; */
}
.areas1 .fundo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 10px;
    /* transition: all .5s;@ */
}

.areas1 hgroup {
    position: relative;
    width: 100%;
    text-align: center;
}

.areas1 img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
}
.areas1 .col:hover .fundo {
    opacity: .7;
    /* background-color: ; */
}
.areas1 .col:hover .button {
    background-color: #fff !important;
    /* color: ; */
}
.areas1 .button {
    /* background-color:  !important; */
    padding: 5px 20px;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    transition: all .5s;
}


#no-background{
    background-color:none; 
}
/*-------- Depoimentos --------*/

.depoimentos {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    padding: 30px;
    display: flex;              /* exibe os itens lado a lado */
    flex-wrap: wrap;            /* permite que quebrem linha no mobile */
    gap: 20px;                  /* espaçamento entre os blocos */
    justify-content: space-between;
    width: 100%;
}

.depoimentos h2 {
    font-family: 'DmSerif';
    font-size: 2em;
    color: Black;
    margin-bottom: 0;
    text-align: left;
    font-weight: bold;
}

.depoimentos hr {
    width: 150px;
    height: 2px;
    border: none;
    /* background-color: ; */
    margin-bottom: 2em;
    float: left;
}
.caixaDepoimentos {
    background: #fff;
    border: 1px solid #d1d2e0;
    border-radius: .8rem;
    display: flex;
    flex-direction: column; 
    height: 100%;
    padding: 20px !important;
    margin-top: 20px;
}
.caixaDepoimentos svg{
    font-size: 24px;
    color: black;
}
.depoimentos p{
    font-size: 1em;
    max-width: 60rem;
    margin: 0 !important;
}
.depoimentos p strong {
    font-weight: bold;
}

.depoimentos .item {
     box-sizing: border-box;
}

.depoimentos .flex {
    display: flex;
    align-items: center;
}

.caixaDepoimentos figure {
	display: flex;           /* coloca em linha */
	align-items: center;     /* alinha verticalmente */
	gap: 10px;               /* espaço entre imagem e texto */
	margin-top: 1rem;
}

.caixaDepoimentos figure img {
	width: 50px;
	height: 50px;
	border-radius: 50%;      /* opcional: imagem redonda */
	object-fit: cover;
}

.caixaDepoimentos figure figcaption {
	font-weight: bold;
    color: black;  
	
	font-size: 1em;
}
.caixaDepoimentos figure figcaption strong {
	 color: grey;       /* ou a cor desejada */
	font-weight: 700;      /* mais forte que bold padrão */
	font-size: 1.1em;      /* opcional: levemente maior */
}

.depoimentos h3 {
    font-size: 1.25em;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

.depoimentos h4 {
    font-size: 1.1em;
    margin: 0;
    color: #999;
}

.depoimentos .flex {
    display: flex;
    align-items: center;
}

.depoimentos img {
    width: 50px !important;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.depoimentos h3 {
    font-size: 1.25em;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

.depoimentos h4 {
    font-size: 1.1em;
    margin: 0;
    color: #999;
}


.depoimentos .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    color: #666;
    background-color: white;
    transition: all .5s;
    font-size: 2em;
    line-height: 10px !important;
}

.depoimentos .owl-next {
    right: -25px;
    padding-left: 10px;
}

.depoimentos .owl-prev {
    left: -25px;
    padding-right: 10px;
}

.depoimentos .owl-prev.disabled {
    transform: scale(0);
}

.depoimentos .owl-next.disabled {
    transform: scale(0);
}

.depoimentos .owl-dots {
    display: none;
}

@media(min-width: 601px) {
    
    .depoimentos {
        padding: 3%;
    }
    .depoimentos h3 {
        font-size: 1em;
    }
    .depoimentos hr {
        float: none;
    }
}
/*-------- Vantagens --------*/

.vantagens {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    padding: 30px;
    display: flex;              /* exibe os itens lado a lado */
    flex-wrap: wrap;            /* permite que quebrem linha no mobile */
    gap: 20px;                  /* espaçamento entre os blocos */
    justify-content: space-between;
    width: 100%;
}
.vantagens .conteudo-vantagens {
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
  margin-top: 30px !important;
}

.vantagens h2 {
    font-family: 'DmSerif';
    font-size: 2em;
    color: Black;
    margin-bottom: 0;
    text-align: left;
    font-weight: bold;
}

.vantagens hr {
    width: 150px;
    height: 2px;
    border: none;
    /* background-color: ; */
    margin-bottom: 2em;
    float: left;
}
.vantagens svg{
    width: 60px !important;
    height: 60px;
    background-color: #96c600;
    color: white;
    padding: 15px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.card-vantagem {
}

.vantagens .vantagem-item {
}
.vantagens p strong {
    font-weight: bold;
}

.vantagens .item {
     box-sizing: border-box;
}

.vantagens .flex {
    display: flex;
    align-items: center;
}


.vantagens h3 {
    font-size: 1.25em;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

.vantagens h4 {
    font-size: 1.1em;
    margin: 0;
    color: #999;
}

.vantagens .flex {
    display: flex;
    align-items: center;
}

.vantagens img {
    width: 100% !important;
    object-fit: cover;
    margin-top: 20px;
}

.vantagens h3 {
    font-size: 1.25em;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

.vantagens h4 {
    font-size: 1.1em;
    margin: 0;
    color: #999;
}


.vantagens .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    color: #666;
    background-color: white;
    transition: all .5s;
    font-size: 2em;
    line-height: 10px !important;
}

.vantagens .owl-next {
    right: -25px;
    padding-left: 10px;
}

.vantagens .owl-prev {
    left: -25px;
    padding-right: 10px;
}

.vantagens .owl-prev.disabled {
    transform: scale(0);
}

.vantagens .owl-next.disabled {
    transform: scale(0);
}

.vantagens .owl-dots {
    display: none;
}

@media(min-width: 601px) {
    
    .vantagens {
        padding: 3%;
    }
    .vantagens h3 {
        font-size: 1em;
    }
    .vantagens hr {
        float: none;
    }
}

/*-------- Sobre --------*/

.sobre {
    padding: 2% ;
    position: relative;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f5f6;
}
.sobre .owl-carousel {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    height: auto;
}
.sobre .owl-carousel .owl-stage-outer {
   margin: 0 !important;
}

.sobre .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    color: #666;
    background-color: white;
    transition: all .5s;
    font-size: 2em;
    line-height: 10px !important;
}

.sobre .owl-next {
    right: -25px!important;
    padding-left: 10px;
}

.sobre .owl-prev {
    left: -25px!important;
    padding-right: 10px;
}

.sobre .owl-prev.disabled {
    transform: scale(0);
}

.sobre .owl-next.disabled {
    transform: scale(0);
}

.sobre .owl-dots {
    display: none;
}
.sobre .owl-carousel .item {
    padding: 10px;
}
.sobre .owl-carousel img {
    border-radius: 8px;
}
.sobre img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sobre::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: ; */
    opacity: .7;
}

.sobre article {
    position: relative;
    z-index: 1;
    max-width: 500px;
}
.sobre .teacher-text {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical */
  text-align: left;        /* horizontal */
  height: 100%;            /* garante altura igual do col */
}

.sobre .teacher-text p {
  margin: 0; /* tira espaço extra */
  padding: 0 20px; /* opcional: espaço lateral */
    max-width: 750px;
}

.sobre h2 {
     margin-top: 20px !important;
    font-size: 2em;
    color: black;
    margin: 0;
    font-family: 'DmSerif';
    font-weight: bold;
   
}
.sobre h3 {
     margin-top: 20px !important;
    font-size:  1.2em;
    color: black;
    margin: 0;
    font-family: 'Open Sans bold', Tahoma, Geneva, Verdana, sans-serif;
}
.sobre hr {
    border: none;
    width: 100%;
    height: 1px;
    background-color: grey;;
}
.sobre p {
    font-size: 1.2em;
}
.sobre img{
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;

}
  
.sobre .btn {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 30px;
    font-weight: bold;
    padding: 0 2em;
    line-height: 2.9em;
    height: 3em;
    box-shadow: none !important;
}

.sobre .btn:hover {
    /* background-color: ; */
    border-color: transparent;
}
/*-------- Perguntas Frequentes --------*/



.questions {

    width: 100%;

    float: left;

    padding: 0% 10% 5% 10%;

    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;

}



.questions h2 {

    font-size: 2em;

    font-weight: bold;

    color: black;

    text-align: center;

    font-family: 'DmSerif';

}



.questions a {

    color: black;

    font-weight: bold;

}



.questions .collapsible-body ul {

    padding-left: 2em !important;

}



.questions .collapsible-body ul li {

    list-style: disc !important;

}



.questions .collapsible {

    box-shadow: none;

    border: none;

    margin-top: 30px;

    transition: all 1s;

}



.questions .active .collapsible-header {

    background-color: black;

    outline: none !important;

}



.questions .collapsible-header {

    display: flex;

    align-items: center;

    padding: 15px 10px;

    border: 1px solid #d1d2e0;

    outline: none !important;

    margin-top: 10px;

    background-color: #f6f7f9;

}



.questions .active .collapsible-header {

    background-color: #f6f7f9;

    color: black;

}



.questions h3 {

    width: 100%;

    margin: 0;

    font-size: 1em;

    font-weight: bold;

    margin-left: 10px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.questions .svg svg {

    color: black;

}



.questions .active .svg svg {

    color: black;

}



.questions h3 svg {

    margin-left: 5px;

    transition: .5s all;

}



.questions .collapsible-body {

    padding: 10px;

    border: none;

    border: 1px solid #d1d2e0;

}



.questions .active h3 svg {

    transform: rotate(180deg);

}



.questions ul {

    margin: 0 !important;

}



@media(min-width: 601px) {

    .questions .col {

        margin-top: 2em;

    }

}
.video {

    width: 100%;

    padding: 60px 5%;

    max-width: 900px;

    margin: 0 auto;

}



.video iframe {

    width: 100%;

    height: 500px;

}

/*-------- Video --------*/



.video {

    padding: 20px;

}



.video h2 {

    color: white;

    font-size: 2em;

    font-weight: bold;

}



.video p {

    color: white;

    line-height: 1.25em;

    max-width: 400px;

    text-align: left;

}



.video .btn {

    background: rgb(54, 24, 207);

    background: -moz-linear-gradient(107deg, rgba(54, 24, 207, 1) 0%, rgba(125, 24, 117, 1) 100%);

    background: -webkit-linear-gradient(107deg, rgba(54, 24, 207, 1) 0%, rgba(125, 24, 117, 1) 100%);

    background: linear-gradient(107deg, rgba(54, 24, 207, 1) 0%, rgba(125, 24, 117, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3618cf", endColorstr="#7d1875", GradientType=1);

    color: white;

    box-shadow: none !important;

    border-radius: 5px;

    font-weight: bold;

    text-transform: none;

    height: 3em;

    line-height: 3em;

    margin-bottom: 2em;

}



.video img {

    width: 100%;

    height: auto;

}



.video .col {

    padding: 0 !important;

}



.conteudo .col:nth-of-type(1) {

    padding: 80px 20px !important;

    background: rgb(0, 2, 11);

    background: -moz-linear-gradient(180deg, rgba(0, 2, 11, 1) 0%, #0a2184 100%);

    background: -webkit-linear-gradient(180deg, rgba(0, 2, 11, 1) 0%, #0a2184 100%);

    background: linear-gradient(180deg, rgba(0, 2, 11, 1) 0%, #0a2184 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00020b", endColorstr="#0707b4", GradientType=1);

}



.conteudo .col:nth-of-type(2) {

    padding: 80px 20px !important;

    background-color: #0707b4;

    position: relative;

    max-height: 800px;

    overflow: auto;

}



.conteudo .container {

    width: 100% !important;

    max-width: 900px !important;

}



.conteudo aside.container {

    height: auto !important;

    justify-content: end;

}



.nps {

    margin: 0 auto !important;

    width: 100% !important;

    max-width: 900px !important;

    text-align: center;

    margin-top: 8em !important;

}



.nps h6 {

    color: white;

    font-size: 1.5em;

    font-weight: bold;

}



.nps .flex {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    justify-content: center;

    margin-top: 20px;

    margin-bottom: 0 !important;

}



.nps p {

    display: none;

}



.nps .flex label {

    width: 30px !important;

    height: 30px !important;

    line-height: 27px !important;

    border-radius: 50%;

    border: 2px solid #fff;

    color: white;

    margin: 0 2.5px;

    padding: 0 !important;

    background-color: transparent !important;

}



.nps .flex input {

    display: none !important;

}



.nps label::after,

.nps label::before {

    content: none !important;

}



.nps [type="radio"]:checked+label {

    color: #00fff6 !important;

    border: 2px solid #00fff6;

}



.nps .btn {

    margin-top: 30px !important;

    border-radius: 30px !important;

    height: 2.5em !important;

    line-height: 2.5em !important;

}



.thanks {

    display: flex;

    align-items: center;

    flex-wrap: nowrap;

    justify-content: center;

}



.thanks img {

    width: auto;

    height: 200px;

    object-fit: contain;

}



.thanks p {

    margin-left: 20px;

    display: block !important;

    font-size: 1.5em;

    text-align: left;

    color: white;

    line-height: 1.1em;

    max-width: 250px;

}



@media(min-width: 601px) {

    .nps .flex label {

        width: 50px !important;

        height: 50px !important;

        line-height: 47px !important;

        font-size: 1.1em !important;

        margin: 0 5px;

    }



    .nps .flex p {

        color: #ccc;

        margin: 0 5px;

        font-size: 1em;

        display: block;

    }

}



#content {

    height: 100vh;

    overflow: auto;

}



#content::-webkit-scrollbar {

    display: none;

}



#content p {

    color: rgb(219, 218, 218);

    font-size: 1.1em;

    line-height: 1.25em;

}



#content strong {

    color: #00fff6;

}



#content ul {

    padding-left: 40px !important;

}



#content li {

    color: #F4F4F4;

    list-style: disc;

}



.conteudo iframe {

    width: 100%;

    height: auto;

}



#archive p {

    color: rgb(219, 218, 218);

    font-size: 1.25em;

    line-height: 1.25em;

}



#archive svg {

    width: 100%;

    float: left;

    font-size: 6em;

    margin-top: .5em;

    margin-bottom: .5em;

    color: #fff;

}



#archive .fa-file-pdf {

    color: #c4302b;

}



#archive .fa-file-excel {

    color: #0f8f0f;

}



#archive .fa-file-csv {

    color: #23db23;

}



#archive .fa-file-word {

    color: rgb(26, 114, 196);

}



#archive .fa-file-powerpoint {

    color: #ee4a18;

}



#archive a svg {

    width: auto;

    float: none;

    font-size: 1em;

    margin-bottom: 0;

}



.conteudo aside {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 2em;

    flex-wrap: wrap;

}



.conteudo aside.container {

    margin-top: 2em;

}



.conteudo h1 {

    font-size: 1.5em;

    color: white;

    margin-bottom: 10px;

}



.conteudo .btn {

    background: rgb(54, 24, 207);

    background: -moz-linear-gradient(107deg, rgba(54, 24, 207, 1) 0%, rgba(125, 24, 117, 1) 100%);

    background: -webkit-linear-gradient(107deg, rgba(54, 24, 207, 1) 0%, rgba(125, 24, 117, 1) 100%);

    background: linear-gradient(107deg, rgba(54, 24, 207, 1) 0%, rgba(125, 24, 117, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3618cf", endColorstr="#7d1875", GradientType=1);

    color: white;

    box-shadow: none !important;

    border-radius: 5px;

    font-weight: bold;

    text-transform: none;

    font-size: 1em;

    height: 3em;

    line-height: 3em;

}



.conteudo a {

    color: white;

    font-size: 1.5em;

}



.conteudo .col:nth-of-type(2)::before {

    content: '';

    width: 100%;

    height: 2px;

    background-color: #3652ca;

    position: absolute;

    top: calc(60px + 150px + 60px);

    left: 0;

}



.conteudo .flex {

    display: flex;

    align-items: center;

    margin-bottom: 100px;

}



.conteudo .flex img {

    width: 120px;

    height: 120px;

    border-radius: 50%;

    object-fit: cover;

    margin-right: 20px !important;

}



.conteudo .ask {

    display: flex;

    align-items: flex-start;

    padding: 40px 0;

}



.conteudo .ask img {

    width: 90px;

    height: 90px;

    border-radius: 50%;

    object-fit: cover;

    margin-right: 20px !important;

}



.conteudo .ask h3 {

    font-size: 1.25em;

    color: white;

    margin: 0;

    margin-top: 0px;

}



.conteudo .ask p {

    font-size: 1.25em;

    color: white;

    margin: 10px 0;

    line-height: 1.25em;

    min-height: 30px;

}



.conteudo .ask a {

    font-size: 1em;

}



.conteudo .ask hgroup a:nth-of-type(3) {

    width: 100%;

    float: left;

    font-size: 1em;

    color: #0f8ac3;

}



.conteudo footer {

    background-color: #000;

    padding: 40px;

    text-align: center;

}



.conteudo footer img {

    display: block;

}



.conteudo footer li a {

    font-size: 1em;

    color: #8b8b8b;

    font-weight: bold;

}



.conteudo footer svg {

    color: #14b5e6;

    margin-right: 5px;

}



.conteudo footer img {

    position: absolute;

    bottom: -100px;

    left: -50px;

    width: auto;

    height: 200px;

}



.conteudo .side-bar {

    position: absolute;

    overflow: hidden;

    z-index: 9999;

    top: 0;

    left: 0;

    width: 300px;

    height: 0;

    background: #060698;

    background: -moz-linear-gradient(180deg, #060698 0%, #14b5e6 100%);

    background: -webkit-linear-gradient(180deg, #060698 0%, #14b5e6 100%);

    background: linear-gradient(180deg, #060698 0%, #14b5e6 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#060698", endColorstr="#14b5e6", GradientType=1);

    transition: all .5s;

}



.conteudo .side-bar.active {

    overflow: auto;

    height: 100%;

    padding-bottom: 20px !important;

}



.conteudo .side-bar .current {

    background-color: #000034;

    padding: 20px;

}



.conteudo .side-bar .current h2 {

    font-size: 1em;

    color: white;

    font-weight: bold;

    margin: 0;

}



.conteudo .side-bar .current h2 span {

    width: 100%;

    float: left;

    font-size: .8em;

    font-weight: normal;

}



.conteudo .side-bar .current hgroup {

    display: flex;

    align-items: center;

    flex-wrap: nowrap;

    margin-top: 10px;

}



.conteudo .side-bar .current hgroup p {

    background-color: #0f8ac3;

    border: 4px solid #0f8ac3;

    border-radius: 5px;

    padding: 0 5px;

    margin: 0;

    margin-right: 10px;

}



.conteudo .side-bar .current .progress {

    background-color: #0f8ac3;

    padding: 4px;

    border: 4px solid #0f8ac3;

    border-radius: 5px;

    margin: 0;

    margin-top: 4px;

}



.conteudo .side-bar .current .determinate {

    background-color: #000034;

    border-radius: 5px;

    margin: 0;

}



.conteudo .side-bar::-webkit-scrollbar-track {

    background-color: #F4F4F4;

}



.conteudo .side-bar::-webkit-scrollbar {

    width: 6px;

    background: #F4F4F4;

}



.conteudo .side-bar::-webkit-scrollbar-thumb {

    background: #dad7d7;

}



.conteudo .col:nth-of-type(2)::-webkit-scrollbar {

    display: none;

}



.conteudo .side-bar h4 {

    text-align: center;

    color: white;

    font-size: 1.25em;

    font-weight: bold;

    margin: 0;

    padding: 20px 0;

    border-bottom: 2px solid #14b5e6;

    margin-bottom: 40px;

}



.conteudo .side-bar p {

    color: white;

    line-height: 1.25em;

    margin: 0;

    font-size: .7em !important;

    position: relative;

    top: 1px;

}



.conteudo .side-bar svg {

    color: #00fff6;

    font-size: .8em;

    width: 40px !important;

}



.conteudo .side-bar ul {

    padding-left: 40px !important;

}



.conteudo .side-bar li {

    list-style: decimal-leading-zero !important;

    margin-top: 10px;

    color: white;

}



.conteudo .side-bar li.done {

    color: #53cff5 !important;

    font-weight: bold;

    position: relative;

}



.conteudo .side-bar .fa-check-double {

    position: absolute;

    top: 2px;

    right: 10px;

    font-size: 1em;

}



.conteudo .side-bar li a {

    display: flex;

    align-items: flex-end;

    justify-content: start;

    position: relative;

    top: 2px;

}



.conteudo .side-bar li.done p {

    color: #53cff5 !important;

}



.complete {

    text-align: center;

}



.complete img {

    width: 200px;

    height: auto;

    object-fit: cover;

    margin-bottom: 1em;

}



.complete h1 {

    font-size: 2em;

    color: #fff;

    font-weight: bold;

    margin: 0;

}



.complete .container:not(.nps) p {

    max-width: 700px;

    font-size: 1.25em;

    color: white;

    margin: 0 auto;

    line-height: 1.25em;

    margin-bottom: 2em;

}



.complete strong {

    color: #14b5e6;

}



#video {

    position: relative;

}



#video iframe {

    height: 550px;

}



.controls-video {

    position: absolute;

    background-color: rgba(0, 0, 0, .5);

    z-index: 9999;

    bottom: 6px;

    left: 0;

    width: 100%;

    transition: all .5s;

}



.controls-video .select-wrapper input {

    width: 50px !important;

    height: 20px !important;

    text-align: center !important;

    color: white !important;

    margin: 0 !important;

    box-shadow: none !important;

    border: none !important;

}



.controls-video .dropdown-content.select-dropdown {

    min-width: 70px !important;

    width: 70px !important;

    background-color: rgba(0, 0, 0, .7) !important;

}



.controls-video .dropdown-content.select-dropdown li {

    min-height: auto !important;

    height: auto !important;

    color: #fff !important;

    text-align: center !important;

}



.controls-video .dropdown-content li>a,

.controls-video .dropdown-content li>span {

    color: #fff !important;

    padding: 5px 10px !important;

}



.controls-video select {

    -webkit-appearance: none;

    -moz-appearance: none;

    text-indent: 1px;

    text-overflow: '';

}



.controls-video .caret {

    display: none !important;

}



#video {

    position: relative;

    margin-bottom: 40px !important;

}



#video .event {

  max-height: 400px;
  overflow: hidden;


}
.event video {
  height: 300px;
  width: 100%;
  object-fit: cover; /* ou 'contain' se quiser mostrar tudo */
}
.video-wrapper {
  max-width: 100%;
  height: 250px; /* Altere para o tamanho desejado */
  overflow: hidden;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

#video.active {

    position: fixed;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: 999999999999999999;

}



#video.active .controls-video {

    bottom: 0;

}



#video.active iframe {

    width: 100%;

    height: 100vh;

}



input[type=range] {

    position: relative;

    top: -10px;

    width: 100%;

    margin: 0 !important;

    background-color: transparent;

    outline: none !important;

    border: none !important;

    border-radius: 0 !important;

    margin-bottom: -20px !important;

}



.controls-video .thumb {

    display: none !important;

}



.controls-video button {

    background-color: transparent !important;

    border: none !important;

    color: white;

}



.controls-video time {

    margin-left: 10px;

    color: white;

}



.controls-video time p {

    margin: 0 5px;

}



.controls-video hgroup,

.controls-video time {

    display: flex;

    align-items: center;

}



.controls-video .controls {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 5px 20px;

    margin-top: -20px !important;

}



.respostas header {

    background-color: #000a34 !important;

    background-image: none !important;

    padding: 40px 20px !important;

    position: relative;

}



.respostas header img {

    position: absolute;

    left: -100px;

    bottom: -150px;

    width: auto;

    height: 300px;

    z-index: 1;

    transform: rotate(30deg);

}



.respostas .container {

    padding: 60px 5%;

}



.respostas .question {

    border: 1px solid #fff;

    border-radius: 30px 30px 0 0;

}



.respostas .question .box {

    background-color: white;

    padding: 40px;

    width: 100%;

    float: left;

}



.question figure {

    display: flex;

    align-items: center;

    padding: 20px 40px;

}



.question figure img {

    width: 90px;

    height: 90px;

    border-radius: 50%;

    margin-right: 10px;

}



.question figcaption {

    display: block !important;

}



.question h2 {

    font-size: 1.5em;

    color: white;

    margin: 0;

}



.question figure p {

    color: #14b5e6;

    font-weight: bold;

    margin: 0;

    font-size: 1.1em;

}



.question .box p {

    color: #666;

    font-size: 1.25em;

    line-height: 1.25em;

}



.question textarea {

    border: 2px solid #666 !important;

    height: 200px !important;

    padding: 20px;

    resize: none;

}



.question textarea::placeholder {

    color: #666;

}



.question a,

.answers a {

    color: #001679 !important;

    font-size: 1em !important;

}



.question .btn {

    float: right;

    background: rgb(54, 24, 207);

    background: -moz-linear-gradient(107deg, rgba(54, 24, 207, 1) 0%, rgba(125, 24, 117, 1) 100%);

    background: -webkit-linear-gradient(107deg, rgba(54, 24, 207, 1) 0%, rgba(125, 24, 117, 1) 100%);

    background: linear-gradient(107deg, rgba(54, 24, 207, 1) 0%, rgba(125, 24, 117, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3618cf", endColorstr="#7d1875", GradientType=1);

    color: white;

    box-shadow: none !important;

    border-radius: 5px;

    font-weight: bold;

    text-transform: none;

    margin-top: 1em !important;

}



.question .footer {

    width: 100%;

    float: left;

    padding: 0;

}



.question .footer a,

.question .footer p {

    font-size: 1em;

}



.question .footer svg {

    color: #666;

    font-size: 1em;

}



.answers {

    width: 100%;

    float: left;

    border: 1px solid #fff;

    padding: 40px;

    padding-top: 0px;

    border-radius: 0 0 30px 30px;

    margin-bottom: 60px;

}



.answers .box {

    background-color: white;

    padding: 20px;

    margin-top: 20px;

}



.answers .load figure {

    position: relative;

    margin-bottom: 20px !important;

}



.answers .load figure::before {

    content: '';

    background: rgb(153, 153, 153);

    background: -moz-linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    background: -webkit-linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    background: linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#e6e6e6", GradientType=1);

    width: 50px;

    height: 50px;

    position: absolute;

    top: 0;

    left: 0;

    border-radius: 50%;

}



.answers .load h2 {

    background: rgb(153, 153, 153);

    background: -moz-linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    background: -webkit-linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    background: linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#e6e6e6", GradientType=1);

    width: 150px;

    height: 25px;

    margin-top: 5px;

}



.answers .load figure p {

    background: rgb(153, 153, 153);

    background: -moz-linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    background: -webkit-linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    background: linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#e6e6e6", GradientType=1);

    width: 150px;

    height: 10px;

}



.answers .load p {

    width: 100%;

    height: 20px;

    margin: 5px 0;

    background: rgb(153, 153, 153);

    background: -moz-linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    background: -webkit-linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    background: linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(230, 230, 230, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#e6e6e6", GradientType=1);

}



.answers .load {

    position: relative;

}



.answers .load .action {

    position: absolute;

    top: 0;

    left: 0;

    display: flex;

    align-content: center;

    justify-content: center;

    flex-wrap: wrap;

    -webkit-backdrop-filter: blur(2px);

    backdrop-filter: blur(2px);

    background-color: rgba(255, 255, 255, .5);

    width: 100%;

    height: 100%;

    padding: 10px;

}



.answers .action p {

    height: auto;

    background: none;

    text-align: center;

    font-size: 1.1em !important;

}



.answers .action p strong {

    width: 100%;

    float: left;

    color: #00125f;

}



.answers .action .btn {

    color: white !important;

    text-decoration: none;

    border-radius: 30px;

    height: 3em !important;

    line-height: 3em !important;

    font-weight: normal;

    font-size: .9em !important;

}



.answers figure {

    display: flex;

    align-items: center;

}



.answers figure img {

    width: 50px;

    height: 50px;

    border-radius: 50%;

    margin-right: 10px;

}



.answers figcaption {

    display: block !important;

}



.answers h2 {

    font-size: 1.25em;

    color: #000;

    margin: 0;

}



.answers p {

    color: #666;

    font-size: 1.25em;

    line-height: 1.25em;

}



.answers figure p {

    color: #14b5e6;

    font-weight: bold;

    margin: 0;

    font-size: 1em;

}



.answers .center {

    width: 100%;

    float: left;

    margin-top: 20px;

}



.foru .box p {

    word-break: break-word;

}



.answers a {

    text-decoration: underline;

}



@media(max-width: 600px) {

    .respostas header img {

        left: -150px;

    }



    .question figure {

        padding: 20px;

    }



    .respostas .box {

        padding: 20px !important;

    }



    .answers {

        padding: 20px;

        padding-top: 0;

    }

}



@media(min-width: 601px) {

    .video {

        padding: 80px 60px;

    }



    .video h2 {

        font-size: 2.5em;

        max-width: 500px;

    }



    .video p {

        color: white;

        font-size: 1.25em;

        line-height: 1.25em;

    }



    .conteudo footer {

        display: flex;

        align-items: center;

        justify-content: space-between;

        padding: 40px 80px;

    }



    .conteudo footer ul:nth-of-type(1) {

        width: 100%;

        justify-content: flex-start;

        text-align: left;

        position: relative;

    }



    .conteudo footer ul:nth-of-type(2) {

        width: 150%;

        display: flex;

        align-items: center;

        justify-content: space-between;

    }

}
/* dubidas */
/*------- Duvidas ---------*/

.duvidas {
    padding: 3%;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    transition: all 1s;
    
}
.duvidas .listaAprendizado{
    border: 1px solid #d1d2e0;
    border-radius: 6px;
}



.duvidas img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}
.flex-lista {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.flex-lista ul {
  flex: 1 1 45%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.flex-lista li {
  display: flex;
  align-items: left;
  margin-bottom: 10px;
  font-size: 16px;
}
.duvidas h2 {
    font-size: 1.5em;
    font-family: 'Open Sans bold', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
    font-weight: bold;
    color: #4b4b4b;
}

.duvidas hr {
    border: none;
    width: 50px;
    height: 2px;
    /* background-color: ; */
    float: left;
}

.duvidas .collapsible {
    box-shadow: none;
    border: none;
    margin-top: 30px;
    transition: all 1s;
}

.duvidas .active .collapsible-header {
    /* background-color: ; */
    outline: none !important;
}

.duvidas .collapsible-header {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border: none;
    outline: none !important;
}

.duvidas .active .collapsible-header {
    /* background-color: ; */
    color: white;
}

.duvidas h3 {
    color: black;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.3em;
    margin-top: 0;
    text-align: left;
    margin-left: 10px;
}

.duvidas h3 svg {
    margin-left: 5px;
}

.duvidas .collapsible-body {
    padding: 10px;
    border: none;
}

.duvidas p {
    font-size: .8em;
    margin: 0;
    font-size: 1em;
    color: black;
    text-align: left;
      margin-left: 10px;
}
.vantagens p{
    font-size: 1.2em;
    max-width: 60rem;
    margin: 0 !important;
    text-align:center;
}

.duvidas fieldset {
    margin-top: 30px !important;
}

.duvidas input {
    border: 1px solid #ccc !important;
    color: #333 !important;
    padding: 0 1em !important;
    width: calc(100% - 2em) !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.duvidas input::placeholder,
.duvidas textarea::placeholder {
    color: #333 !important;
}

.duvidas textarea {
    border: 1px solid #ccc !important;
    color: #333 !important;
    padding: 1em !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    height: 8em;
    resize: none;
}

.duvidas input:focus,
.duvidas textarea:focus {
    box-shadow: none !important;
    border: 1px solid #666 !important;
    outline: none !important;
}

.duvidas .buttonSaiba {
    background-color: #c2e9eb;
    padding: 5px 20px;
    color: #0d5261;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    margin-bottom: 10px;
}

.listaCursos{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border-radius: 10px;
    min-height: 100%;
    padding: 15px;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.duvidas .btn:hover {
    animation: botaoService .3s;
    animation-fill-mode: forwards;
    -webkit-animation: botaoService .3s;
    -webkit-animation-fill-mode: forwards;
}




.boxLateral h2 {
  margin: 0;
  font-size: 24px;
  color: #333;
}

.boxLateral a {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
}

.buttonComprar{
    border: 1px solid #96c600 !important;
    border-radius: 5px !important;
    padding: 12px !important;
    line-height: 20px !important;
    margin-top:5px;
    margin-right:10px;
    color: #96c600 !important;
    width: 100%;
}
.buttonAdicionar{
     width: 100%;
    border-radius: 5px !important;
    padding: 12px !important;
    line-height: 20px !important;
    margin-top:5px;
    background-color: #96c600 !important;
    color: #fff !important;
}

@keyframes botaoService {
    0% {
        box-shadow: 0 0 0 5px ;

    }
    100% {
        background-color: transparent;
        border: 1px solid ;

        /* color: ; */

        box-shadow: none;
    }
}

@media(min-width: 993px) {
    .duvidas h3 {
        font-size: 1.20em;
    }
    .duvidas p {
        font-size: 1em;
    }
    .duvidas .collapsible-body {
        padding: 20px;
    }
    .duvidas .collapsible-header {
        padding: 20px;
    }
}
.duvidas .beneficios{
    margin-top: 10px;
    padding: 0 !important;
}
.duvidas .beneficios img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}
.duvidas .beneficios .owl-carousel figure {
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.duvidas .beneficios .owl-carousel img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
/*-------- Pagina Serviços --------*/

.service {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 3%;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f5f6;
    overflow: visible !important;
    z-index: 1;
}
.service::before {
     content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C06B80;
    opacity: .3;
    z-index: -1;
   
}
.menuLateral {
    position: absolute; 
    top: 0;
    right: 13vw; 
    width: 350px;
}
.menuLateralSecundario {
    position: fixed; 
    top: 0;
    right: 13vw !important; 
    width: 350px !important; 
    z-index: 20;
}

.boxLateral {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
    margin-top: 60px;
}
.service .container {
 
}

.service h2 {
    font-size: 2em;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    /* color: ; */
    margin: 0;
}

.service h3,
.service h4,
.service h5,
.service h6 {
    font-size: 1.3em;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 20px;
}
.menu-lateral {
  position: sticky;
  top: 20px;
}
@media only screen and (max-width: 1400px) {
    .menuLateral {
        right: 5vw; 
       

    }

}
@media only screen and (max-width: 1080px) {
}
/* Para mobile, ordem correta */
@media only screen and (max-width: 600px) {
  .row.flex-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .order-mobile-1 { order: 1; }
  .order-mobile-2 { order: 2; }
}


.service img {
    width: 100% !important;
    height: auto !important;
}

.service iframe {
    width: 100%;
    height: 250px;
}

.service p {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 20px;
}
.service p strong{
    font-weight: bold;
}

.service ul {
    display: flex;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.service ul svg {
    display: none;
}

.service li {
    min-width: max-content;
}

.service li a {
    padding: 5px 10px;
    border: 1px solid ;
    /* color: ; */
    border-radius: 50px;
    margin-right: 10px;
}

.service li a.active {
    /* background-color: ; */
    color: #fff;
}

@media(min-width: 993px) {
    .service ul {
        display: block;
        height: auto !important;
        padding: 0;
    }
    .service li {
        min-width: inherit;
    }
    .service li a {
        border: none;
        line-height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 0;
        padding: 15px 20px;
        font-weight: bold;
        line-height: 1.25em;
        transition: all .5s;
    }
    .service ul svg {
        display: block;
    }
    .service ul a.active {
        /* background-color: ; */

        color: white;
    }
    .service ul:hover a {
        background-color: white;
        /* color: ; */

    }
    .service ul a:hover {
        /* background-color: ; */

        color: white;
    }
}

.galery {
    padding: 5%;
    padding-top: 0;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.galery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: -6px !important;
}

.galery h2 {
    font-size: 2em;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    /* color: ; */
    margin: 0;
    margin-bottom: 20px;
}

.galery .materialboxed.initialized.active {
    z-index: 9999 !important;
    object-fit: contain;
}

.galery .col {
    padding: 0 !important;
}

 .buttonLogin {
        border: 1px solid #96c600 !important;
        border-radius: 5px !important;
        padding: 12px !important;
        line-height: 20px !important;
        margin-top:5px;
        margin-right:10px;
        color: #fff !important;
    }
    .buttonRegister{
        border-radius: 5px !important;
        padding: 12px !important;
        line-height: 20px !important;
        margin-top:5px;
        background-color: #96c600 !important;
        color: #fff !important;
    }
.cookie {
  position: fixed;
  bottom: 2rem;
  left: 20em;   /* Espaço grande na esquerda */
  right: 20em;  /* Espaço grande na direita */
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 1rem 1rem;
  z-index: 9999;
  text-align: center;      /* Centraliza textos dentro */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.cookie p {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

.cookie p strong {
  font-weight: 600;
  color: #000;
}

.cookie a.btn {
  display: inline-block;   /* Para centralizar corretamente */
  margin-top: 1rem;
  background-color: #2196F3;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
}

.cookie a.btn:hover {
  background-color: #1976D2;
}

@media (max-width: 1200px) {
  .cookie {
    left: 5%;
    right: 5%;
    padding: 1rem;
  }
}
.prodBlock .owl-carousel {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    height: auto;
}
.prodBlock .owl-carousel .owl-stage-outer {
   min-height: 370px;
}
.prodBlock .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    color: #666;
    background-color: white;
    transition: all .5s;
    font-size: 2em;
    line-height: 10px !important;
}

.prodBlock .owl-next {
    right: -25px!important;
    padding-left: 10px;
}

.prodBlock .owl-prev {
    left: -25px!important;
    padding-right: 10px;
}

.prodBlock .owl-prev.disabled {
    transform: scale(0);
}

.prodBlock .owl-next.disabled {
    transform: scale(0);
}

.prodBlock .owl-dots {
    display: none;
}

#sidenav-overlay {
    background-color: transparent !important;
     z-index: 0 !important;
}

.side-nav {
    background-color: #f5f5f5 !important;
    z-index: 10010 !important;
    position: fixed !important;
}

.side-nav a {
    margin-top: 10px;
    color: black !important;
    font-size: 1.1em !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 10001;
}

.side-nav .collapsible-header {
    color: white;
    display: block;
    font-size: 1.1em;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px !important;
    border: none !important;
}

.side-nav .collapsible-header:focus {
    border: none !important;
    outline: none !important;
}

.side-nav .collapsible-body {
    background-color: transparent !important;
}

.side-nav .collapsible-body li {
    line-height: 1em !important;
    padding: 5px 0 !important;
}

.side-nav .collapsible-body a {
    color: white;
    display: block;
    font-size: 14px;
    height: auto !important;
    font-weight: 500;
    line-height: 1.5em;
    padding: 0 42px !important;
}

.side-nav ul:last-child {
    display: flex;
    justify-content: flex-start;
    padding-left: 22px;
}

.side-nav ul:last-child li a {
    padding: 0 10px !important;
    font-size: 2em !important;
}