/* @import url("fonts/stylesheet.css"); */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*
* ESTILOS GERAIS
*/
body{
    background-color: #f4f2ed;
    font-family: 'Work Sans', sans-serif;
    margin-top: 90px;
}
/* .container-fluid{
    margin-top: 90px;
} */
.container{
    width: 100%!important;
    max-width: 1330px!important;
}
.container-personalizado{
    /* max-width: 1730px; */
    padding: 20px 0px 40px;
}
.container-bg-branco{
    background: #fbf9f9;
}
.btnPadrao{
    background: #DB4E3B;
    color: #fbf9f9;
    font-size: 14.5px;
    line-height: 15px;
    letter-spacing: 1.10px;
    border-radius: 0;
    border: 1px solid #DB4E3B;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.btnPadrao:hover{
    text-decoration: none;
}
.btnPadrao:focus, .btnPadrao:active, .btnPadrao:hover{
    color: #fff;
    outline: none;
}
.btnPadrao a, .btnPadrao a:hover{
    color: #fbf9f9;
    text-decoration: none;
}
.btnPadraoTransparente{
    background:transparent;
    color: #000000;
    border: 1px solid #3d3c3b;
}
.btnPadraoTransparente a, .btnPadraoTransparente a:focus{
    color: #000000;
}
.btnPadraoTransparente:focus, .btnPadraoTransparente:active, .btnPadraoTransparente:hover{
    color: #fff;
    border-color:#DB4E3B;
    background: #DB4E3B;
}
.btn-xs{
    padding: 3px 7px;
}
.btn-sm{
    padding: 7px 14px;
}
.btn{
    padding: 8px 16px;
}
.btn-md{
    padding: 13px 20px;
}
.btn-lg{
    padding: 15px 40px;
}
h3,
h1{
    color: #010100;
    font-size: 24px;
    line-height: 70px;
    letter-spacing: 2.50px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
hr{
    border-color: #7d7c7c;
}
ul{
    padding-left: 0;
}
.form-group{
    margin-bottom: 25px;
}
.form-control{
    font-size: 11.57px;
    /* line-height: 35px; */
    letter-spacing: 1.50px;
    color: #565656;
    height:35px;
    border-radius: 0px;
    box-shadow: none;
    border-color: #cbcbcb;
    /* text-transform: uppercase; */
	border-radius: 3px;
}
.form-control:hover, .form-control:focus, .form-control:active{
    box-shadow: none;
    border-color: #cbcbcb;
}
textarea.form-control{
    resize:none;
}
.styled-select{
    font-size: 11.57px;
    letter-spacing: 1.50px;
    color: #565656;
    line-height: 1;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    /* text-transform:uppercase; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.selectwrap-styled-select{
    position: relative;
}
.selectwrap-styled-select:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: url("../img/site/icone-selected.png") no-repeat;
    z-index: 999;
    right: 11px;
    top: 15px;
    pointer-events: none;
}
.chbox input[type=checkbox] {
    display: none;
}
.chbox label {
    font-size: 14px;
    letter-spacing:1px;
    line-height: 16px;
    color: #000000;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    padding-left: 27px!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.chbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    top: 0px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #737270;
}
.chbox input[type=checkbox]:checked + label:before {
    background-color: #00afec;
    border: 0px;
    content: "\2713";
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
}
.color-rosa{
    color: #DB4E3B!important;
}
.color-rosa small{
    color: #DB4E3B!important;
}
.font-light{
    font-family: 'Work Sans', sans-serif !important;
}
.font-regular{
    font-family: 'Work Sans', sans-serif !important;
}
.border-top{
    border-top: 1px solid #7a7976;
}
.btn-disabled{
    cursor: not-allowed!important;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
* HEADER
*/
header{
    /* top: 35px; */
    width: 100%;
    /* position: absolute; */
    /* z-index: 99999; */
    padding: 10px 0 10px 0;
    background-color: #f4f2ed;
}
header nav ul {
    text-align: right;
    margin-bottom: 0px;
}
header nav ul li{
    height: 60px;
    display: inline-block;
    padding: 0px 30px;
    border-right:1px solid #7a7879;
}
header nav ul li:last-child{
    border-right: 0px;
    padding-right: 0;
}
header nav ul li a{
    color: #000000;
    font-size: 12px;
    line-height: 60px;
    letter-spacing:2.5px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header nav ul li a:hover{
    color: #000000;
    /*text-decoration: none;*/
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}


/*
* FOOTER
*/
footer{
    margin-top: 60px;
    padding: 35px 0px;
    border-top: 1px solid #7a7976;
    /* position: relative; */
}
footer nav ul {
    text-align: center;
    margin: 15px 0px 0px;
    padding-left: 0;
}
footer nav ul li{
    height: 60px;
    display: inline-block;
    padding: 0px 15px;
    border-right:1px solid #c3c2be;
}
footer nav ul li:last-child{
    border-right: 0px;
}
footer nav ul li a{
    color: #000000;
    font-size: 11px;
    line-height: 60px;
    letter-spacing:1.5px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
footer nav ul li a:hover{
    color: #6b4525;
    text-decoration: none;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

/*
* SELECOES
*/
.bloco-selecao{
    border: 1px solid #484546;
    width: 100%;
    float: left;
}
.bloco .imagem-bloco{
    position: relative;
    overflow: hidden;
}
.bloco .imagem-bloco img{
    max-width: none;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 4;
   -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.bloco:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.bloco-selecao:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.bloco-selecao .imagem-bloco{
    height: 370px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #484546;
}
.bloco-selecao .imagem-bloco .link-bloco{
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
}
.bloco-selecao .imagem-bloco h4{
    color: #ffffff;
    font-size: 65px;
    line-height: 60px;
    margin: 0;
    width: 100%;
    z-index: 99;
    bottom: 25px;
    position: absolute;
    text-align: center;
    letter-spacing: 2.50px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;;
}
.bloco-selecao .listagem-caracteristicas{
    width: 100%;
    float: left;
}
.bloco-selecao .caracteristica-selecao{
    text-align: center;
    padding: 20px 10px 30px;
    min-height: 150px;
    border-right: 1px solid #484546;
}
.bloco-selecao .caracteristica-selecao:nth-child(3n){
	border-right: none;
}
/* .bloco-selecao .caracteristica-selecao:nth-child(2n){
    border-left: 1px solid #484546;
    border-right: 1px solid #484546;
} */
.bloco-selecao .caracteristica-selecao h4{
    color: #010100;
    font-size: 12px;
    line-height: 16px;
    min-height: 40px;
    letter-spacing: 2.50px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;;
}
.bloco-selecao .caracteristica-selecao img{
    margin: 0 auto;
}
.slick-prev, .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:before, .slick-next:before{
    content: "";
    width: 10px;
    height: 20px;
    right: 0;
    top: 0;
    position: absolute;
    background:url('../img/site/seta-slider.png') no-repeat;
}
.slick-prev:before{
    left: 0;
    background:url('../img/site/seta-slider-esquerda.png') no-repeat;
}
.slick-prev{
    left: -15px;
}
.slick-next{
    right: -15px;
}

/*
* CLIENTES
*/
.listagem-clientes{
    width: 100%;
    float: left;
}
.listagem-clientes .cliente{
    padding: 0px 70px;
    text-align: center;
}
.listagem-clientes .cliente:nth-child(1){
    padding-left: 0px;
    padding-right: 140px;
}
.listagem-clientes .cliente:nth-child(3n){
    /* padding-right: 0px;
    padding-left: 140px; */
}
.listagem-clientes .cliente h4{
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.50px;
    color: #231f20;
    margin: 30px 0px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.listagem-clientes .cliente p{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2.50px;
    color: #231f20;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
* MODAL PERSONALIZADO
*/
.modal-personalizado h4{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #565656;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.modal-personalizado h5{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #565656;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.modal-personalizado .modal-header{
    border: 0px;
    min-height: auto;
    padding: 10px 15px;
}
.modal-personalizado .modal-header .close{
    opacity: 1;
    top: 10px;
    right: 20px;
    position: relative;
}
.modal-personalizado .modal-body{
    padding: 15px 50px;
}
.modal-personalizado .modal-content{
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
}
.modal-personalizado textarea.form-control{
    height: 185px;
}
.modal-backdrop{
    background: #ffffff;
}
.modal-backdrop.in {
    filter: alpha(opacity=75);
    opacity: .75;
}
@media (min-width: 768px){
    .modal-personalizado .modal-dialog{
        width: 1140px;
        margin: 200px auto 0px;
    }
}

/*
* PLANOS
*/
.listagem-planos{
    border: 1px solid #3d3c3b;
    padding: 0px;
    margin: 50px auto;
}
.listagem-planos h3{
    margin: 0px;
}
.listagem-planos hr{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-color: #3d3c3b;
}
.plano{
    padding: 20px;
}
.plano:nth-child(2n-1){
    border-right:1px solid #3d3c3b;
    min-height: 350px;
}
.plano h4{
    display: inline-block;
    vertical-align: bottom;
    color: #DB4E3B;
    font-size: 24.40px;
    line-height: 25px;
    letter-spacing: 1.70px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
    font-family: 'Work Sans', sans-serif;;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plano p{
    color: #231f20;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plano .bloco-plano{
    border: 1px solid #3d3c3b;
    margin: 0px 0px 30px;
    width: 100%;
    float: left;
}
.plano h5{
    color: #010100;
    font-size: 16.81px;
    line-height: 35px;
    letter-spacing: 2.50px;
    margin: 0;
    border-bottom: 1px solid #3d3c3b;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plano h5 span{
    left: 5px;
    position: absolute;
    background-color: #DB4E3B;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 24px;
    padding: 0 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.plano h6{
    color: #231f20;
    font-size: 23.25px;
    line-height: 25px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plano h6 small{
    color: #231f20;
    font-size: 16.50px;
    letter-spacing: 1.10px;
    font-family: 'Work Sans', sans-serif;;
    font-weight: 300;
}
.plano .tab-content{
    padding: 10px 30px 0px;
    border-top:1px solid #3d3c3b;
}
.plano .bloco-quantidade .tab-content{
    padding: 10px 30px 0px;
    border:none;
}
.plano .listagem-opcoes{
    width: 100%;
    float: left;
}
.plano .opcao-plano{
    height: 165px;
    padding: 0;
}
.plano .opcao-plano:nth-child(2n){
    border-left:1px solid #3d3c3b;
    border-right:1px solid #3d3c3b;
}
.plano .opcao-plano:nth-child(4n){
    border-left:1px solid #3d3c3b;
    border-right: 0px;
}
.plano.selecao-dados{
	min-height: auto;
}
.btnEscolherPlano{
    /* opacity: 0.60; */
    background: #c4c4c4;
    border: 1px solid #c4c4c4;
}
.btnEscolherPlano:hover{
    /* opacity: 1; */
    background: #DB4E3B;
    border: 1px solid #DB4E3B;
}
input[type=radio]:checked + .btnEscolherPlano{
	background: #DB4E3B;
    border: 1px solid #DB4E3B;
}
.bloco-quantidade{
	display: none;
}




.radio-personalizado{
    display: block;
    height: 100%;
}
.radio-personalizado img{
    top: 85px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
}
.radio-personalizado input[type=radio]{
    width: 100%;
    height: 100%;
    display: none;
}
.radio-personalizado input[type=radio]+label{
    position: relative;
    cursor: pointer;
    display: block;
    height: 100%;
}
.radio-personalizado label{
    color: #010100;
    font-size: 14px;
    line-height: 18px;
    padding: 30px 10px 0px;
    letter-spacing: 2.50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}
.radio-personalizado label:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    background-color: transparent;
}
.radio-personalizado input[type=radio]:checked + label span{
    color: #ffffff;
    position: relative;
    z-index: 999;
}
.radio-personalizado input[type=radio]:checked + label:before{
    content: "";
    background:#DB4E3B;
}
.radio-personalizado input[type=radio]:checked + label + .imagem-padrao + .imagem-active{
    display: block;
}
.plano .opcao-plano .imagem-active{
    display: none;
}
.plano .bloco-quantidade{
    /* display: none; */
    /* margin-bottom: 50px; */
}
.plano .bloco-quantidade .opcao-plano{
    border: 0;
    height: 90px;
    position: relative;
    width: 20%;
}
.opcao-plano .radio-personalizado{
    cursor: pointer;
}
.opcao-plano .radio-personalizado input[type=radio]:hover, .opcao-plano .radio-personalizado input[type=radio]:focus, .opcao-plano .radio-personalizado input[type=radio]:active{
    box-shadow: none;
}
/*.opcao-plano .radio-personalizado input[type=radio]{
    margin: 0;
    z-index: 9999;
    display: block;
    cursor: pointer;
    position: absolute;
}*/
.opcao-plano .radio-personalizado:hover span{
    color: #ffffff;
    position: relative;
    z-index: 999;
}
.opcao-plano .radio-personalizado:hover .imagem-active, .opcao-plano .radio-personalizado:focus .imagem-active, .opcao-plano .radio-personalizado:active .imagem-active{
    display: block!important;
}
.opcao-plano .radio-personalizado:hover span, .opcao-plano .radio-personalizado:focus span, .opcao-plano .radio-personalizado:active span{
    color: #ffffff;
    position: relative;
    z-index: 999;
}
.opcao-plano .radio-personalizado:hover label:before {
    content: "";
    background: #DB4E3B;
}
.plano .bloco-quantidade .opcao-plano label{
    font-size: 23px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plano .bloco-quantidade .opcao-plano label small{
    font-size: 16px;
    letter-spacing: 1.10px;
    text-transform: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plano .legenda-opcao{
    display: none;
    width: 130%;
    left: 50%;
    position: absolute;
    border:1px solid #3d3c3b;
    transform: translate(-50%, 0%);
}
.plano .legenda-opcao ul{
    margin-bottom: 0;
    text-align: center;
}
.plano .legenda-opcao ul li:last-child:before{
    display: none;
}
.plano .legenda-opcao ul li{
    cursor: pointer;
    position: relative;
    width: 49%;
    text-align: center;
    display: inline-block;
    padding: 7px 10px;
    color: #231f20;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.0px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plano .legenda-opcao ul li:before{
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    background:#3d3c3b;
    width: 1px;
    height: 100%;
}
.plano .legenda-opcao ul li.active-legenda{
    color: #ffffff;
    background:#DB4E3B;
}
.plano .legenda-opcao ul li.active-legenda:before{
    display: none;
}
.listagem-planos .valor-plano{
    /* opacity: 0; */
}
.listagem-planos .btnAssinar{
    /* opacity: 0;    */
}
.tipo-plano{
    /* opacity: 0.60; */
    /* border: 1px solid #3d3c3b; */
    margin: 25px 0px;
}
.tipo-plano:hover{
    /* opacity: 1; */
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.tipo-plano img{
	vertical-align: top;
	margin-left: 20px;
}
.tipo-plano.active-plano{
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.tipo-plano hr{
    margin-top: 10px;
}
.tipo-plano p{
    padding: 0px 30px 15px;
}
.conteudo-plano{
    /* display: none; */
}
.conteudo-plano.active-plano{
    display: block!important;
}

/*
* LISTAGEM BLOG
*/
.listagem-blog {
    height: 495px;
    overflow: hidden;
    margin-top: 40px;
}
.listagem-blog ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.listagem-blog ul li {
    float: left;
    width: 325px;
    height: 100%;
    margin: 0 1px 0 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.listagem-blog ul li a{
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    bottom: 0;
    position: absolute;
}
.listagem-blog .imagem-bloco{
    height: 100%;
    width: 651px
}
.listagem-blog ul li.active{
    width: 650px;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.listagem-blog ul li.active img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.barra-navegacao{
    position: relative;
    width: 100%;
    height: 25px;
    margin: 20px auto;
}
.barra-navegacao button{
    position: absolute;
    left: 0;
    top: 0;
    border: 0px;
    background: transparent;
}
.barra-navegacao button:focus, .barra-navegacao button:hover{
    outline: none;
}
.barra-navegacao .next{
    right: 0;
    left: auto;
}
.scrollbar {
    height: 1px;
    background: #a5a3a0;
    line-height: 0;
    width: 86%;
    position: relative;
    top: 13px;
    margin: 0px auto;
}
.scrollbar .handle {
    width: 100px;
    height: 8px;
    position: relative;
    top: -3px;
    border-radius: 15px;
    background: #DB4E3B;
    cursor: pointer;
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}
.listagem-blog .titulo-blog{
    visibility: hidden;
    opacity: 0;
    background:rgba(244, 242, 237, 0.8);
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: 0;
}
.listagem-blog ul li.active .titulo-blog{
    visibility:visible;
    opacity: 1;
    -webkit-transition: opacity 2.5s ease-in-out;
    -moz-transition: opacity 2.5s ease-in-out;
    -ms-transition: opacity 2.5s ease-in-out;
    -o-transition: opacity 2.5s ease-in-out;
    transition: opacity 2.5s ease-in-out;
}
.listagem-blog .titulo-blog h4{
    color:#111111;
    font-size: 12.35px;
    line-height: 38px;
    letter-spacing: 0.90px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
* O CLUBE
*/
.container-clube{
    position: relative;
    min-height: 950px;
}
.bloco-clube{
    /* width: 690px;
    position: absolute;
    background-repeat: no-repeat; */
}
.bloco-clube h5{
    border-bottom: 1px solid #3d3c3b;
    color: #DB4E3B;
    font-size: 24.35px;
    line-height: 40px;
    letter-spacing: 1.70px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bloco-clube p{
    color:#111111;
    font-size: 12.35px;
    line-height: 40px;
    letter-spacing: 0.90px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bloco-clube-1{
    height: 245px;
    /* left: 15%; */
    /* padding-top: 110px; */
    /* background-position: 140px -20px; */
    background-position: 90% -100%;
    /* background-image: url('../img/site/clube-1.png'); */
    background-image: url('../img/site-082023/8368-nossa-selecao.png');
    background-repeat: no-repeat;
}
.bloco-clube-2{
    /* right: 8%; */
    height: 245px;
    top: 30%;
    padding-top: 50px;
    background-position:90%;
    /* background-image: url('../img/site/clube-2.png'); */
    background-image: url('../img/site-082023/8368-nosso-plano.png');
    background-repeat: no-repeat;
}
.bloco-clube-3{
    height: 465px;
    /* left: 11%; */
    /* top: 45%; */
    padding-top: 130px;
    background-position: -45% 40%;
    /* background-image: url('../img/site/clube-3.png'); */
    background-image: url('../img/site-082023/8368-na-sua-casa.png');
    background-repeat: no-repeat;
}
.bloco-clube-4{
    height: 300px;
    /* right: 0; */
    /* top: 63%; */
    padding-top: 130px;
    background-position: 80%;
    /* background-image: url('../img/site/clube-4.png'); */
    background-image: url('../img/site-082023/8368-seu-clube.png');
    background-repeat: no-repeat;
}
.bloco-clube-1 .bloco-texto{
    padding-top: 50px;
    /* max-width: 310px; */
    max-width: 58%;
    padding-top: 50px;
}
.bloco-clube-2 .bloco-texto{
    max-width: 50%;
}
.bloco-clube-3 .bloco-texto{
    max-width: 45%;
    float: right;
}
.bloco-clube-4 .bloco-texto{
    max-width: 50%;
}
@media (max-width: 1370px) {
    /* .bloco-clube-1{
        left: 5%;
    }
    .bloco-clube-2{
        right: 0;
        background-position:305px -20px;
    }
    .bloco-clube-3{
        left: 3%;
        width: 600px;
        top: 46%;
        background-size: 60%;
        background-position: 0px -10px;
    }
    .bloco-clube-4{
        right: 0
    } */
}

/*
* BANNER
*/
.banner-principal {
    width: 100%;
    overflow: hidden;
}
.banner-principal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.banner-principal ul li {
    float: left;
    height: 100%;
    margin: 0 1px 0 0;
    padding: 0;
    z-index: 99;
    position: relative;
    text-align: center;
}
.banner-principal ul li img{
    max-width: 100%;
}
.container-nav-banner{
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    position: absolute;
    margin: 0 auto;
}
.tp-leftarrow.default{
    opacity: 1;
    background: url(../img/site/nav-scroll-left.png) no-repeat;
    width: 62px;
    height: 15px;
}
.tp-rightarrow.default{
    opacity: 1;
    background: url(../img/site/nav-scroll.png) no-repeat;
    width: 62px;
    height: 15px;
}

/*
* TIPOS PLANOS
*/
.tipos-planos{
    margin-bottom: 80px;
}
.tipos-planos .bloco-tipos-planos{
    padding: 0px 30px;
}
.tipos-planos .imagem-plano {
    height: 255px;
    position: relative;
    overflow: hidden;
}
.tipos-planos .imagem-plano img{
    max-width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 4;
}
.tipos-planos h5{
    color: #000000;
    font-size: 18.25px;
    line-height: 37px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tipos-planos h6{
    color: #000000;
    font-size: 19.50px;
    line-height: 26px;
    margin: 15px 0px;
    letter-spacing: 1.70px;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tipos-planos p{
    color: #000000;
    line-height: 24px;
    letter-spacing: 0.50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*
* CLUBE
*/
.clube{
    /*background-image: url('../img/site/bg-clube.jpg');*/
    /*background-image: url('../img/site/banner-clube.jpg');*/
    /* background-image: url('../img/site/banner-clubecafe2.jpg'); */
    background-image: url('../img/site-082023/first-pagina-clube.jpg');
    background-repeat: no-repeat;
    /* background-position: -3px center; */
    background-size: contain;
    min-height: 890px;
}
@media (max-width: 1370px) {
    .clube{
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }
}
.clube h3{
    text-align: left;
    letter-spacing: 1.50px;
    line-height: 40px;
}
.clube p{
    color: #111111;
    font-size: 12.30px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.clube .btnPadrao{
    /* width: 250px; */
    display: block;
    padding: 15px 10px;
    text-align: center;
}
.beneficios{
    margin-top: 20px;
    margin-bottom: 50px;
}
.beneficios .padding-bloco{
    padding: 0px 50px;
}
.beneficios .bloco-beneficio .bloco-titulo{
    margin: 10px 0px 25px;
}
.beneficios .bloco-beneficio .bloco-titulo img{
    vertical-align: top;
    margin-left: 20px;
}
.beneficios .bloco-beneficio h4{
    display: inline-block;
    vertical-align: bottom;
    color: #DB4E3B;
    font-size: 24.40px;
    line-height: 10px;
    letter-spacing: 1.70px;
    font-weight: normal;
    margin:0px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.beneficios .bloco-beneficio ul{
    margin-bottom: 25px;
    padding-left: 15px;
}
.beneficios .bloco-beneficio ul li{
    color: #111111;
    font-size: 12.35px;
    line-height: 25px;
    letter-spacing: 1px;
    list-style-type: disc;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
* LISTAGEM BLOG
*/
.post-listagem{
    padding: 0px 2%;
    position: relative;
    margin-bottom: 4%;
}
.post-listagem .imagem-bloco{
    height: 415px;
}
.post-listagem .texto-post{
    opacity: 0;
    width: 88%;
    z-index: 999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.post-listagem .fundo{
    opacity: 0;
    position: absolute;
    width: 88%;
    height: 100%;
    top: 0;
    z-index: 99;
    background-color: rgba(244,242,237,0.7);
}
.post-listagem:hover .texto-post, .post-listagem:hover .fundo{
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.post-listagem .link-post{
    top:0px;
    position: absolute;
    width: 88%;
    height: 100%;
    z-index: 9999;
}
.post-listagem h4{
    color: #111111;
    font-size: 12.35px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.post-listagem h4 small{
    display: block;
    font-size: 100%;
    color:#111111;
    text-transform: none;
}
.banner-inferior img{
    max-width: 100%;
}

/*
* AREA LOGIN
*/
.area-login footer{
    margin-top: 0px;
}
.bg-login{
    background-image: url('../img/site/bg-login.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bloco-login{
    position: absolute;
    /* width: 350px; */
    left: 20%;
    top:23%;
    max-width: 350px;
}
@media (max-width: 1370px) {
    .bloco-login{
        left: 10%;
        top: 10%;
    }
}
.bloco-login .form-control{
    background: #FFF;
    height: 45px;
}
.form-control-v2{
    height: 45px;
    font-size: 14px;
    border-color:#31302f;
    /* padding-left: 30px; */
    color: #31302f;
    background-color: transparent;
}
.bloco-login .btnSenha{
    color: #000;
    font-size: 13px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-control-v2::-webkit-input-placeholder { /* WebKit browsers */
    color: #31302f;
}
.form-control-v2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #31302f;
    opacity:  1;
}
.form-control-v2::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #31302f;
    opacity:  1;
}
.form-control-v2:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #31302f;
}

/*
* CONFIRMACAO PEDIDO
*/
.confirmacao-pedido{
    padding: 0px 40px;
    margin-top: 130px;
    border:1px solid #c3c2be;
}
.confirmacao-pedido h1{
    color: #252525;
    font-size: 23.45px;
    line-height: 70px;
    margin-bottom: 20px;
    letter-spacing: 1.50px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
}
.confirmacao-pedido p{
    color: #262626;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 1.50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.confirmacao-pedido p b{
    font-weight: normal;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
}
.confirmacao-pedido hr{
    border-color:#c3c2be;
}
.confirmacao-pedido h3{
    color: #252525;
    font-size: 20px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.confirmacao-pedido .item-pedido{
    margin-bottom: 50px;
    padding: 0;
}
.confirmacao-pedido .item-pedido h4{
    color: #DB4E3B;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.50px;
    font-weight: normal;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
* FINALIZAR PEDIDO
*/
.table-personalizada thead tr th{
    color: #010100;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1.2px;
    font-weight: normal;
    /* text-align: center; */
    vertical-align: middle;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #7a7976;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.table-personalizada tbody tr td{
    padding: 20px 10px;
    font-size: 18px;
    border-color: #7a7976;
    letter-spacing: 1.50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    /* text-align: center; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
	border-bottom: 1px solid #7a7976;
}
.table-personalizada tbody tr .nome{
    color: #DB4E3B;
    text-transform: none;
}
.table-personalizada tbody tr .valor{
    color: #010100;
}
.box-quantidade{
    text-align:center;
    position:relative;
}
.box-quantidade input{
    width:35px;
    height:25px;
    text-align:center;
    background-color: #f8f6f1;
    box-shadow:none;
    border: 1px solid #ebebeb;
    cursor: not-allowed;
    pointer-events: none;
}
.box-quantidade .ui-spinner span{
    display: none;
}
.box-quantidade .ui-spinner-up:hover, .box-quantidade .ui-spinner-down:hover{
    text-decoration: none;
}
.box-quantidade .ui-spinner-up{
    width:25px;
    height:25px;
    background-color: #f8f6f1;
    border: 1px solid #ebebeb;
    right:-5px;
    position:absolute;
    cursor: pointer;
}
.box-quantidade .ui-spinner-up:before{
    content: "+";
    color: #010100;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box-quantidade .ui-spinner-down:before{
    content: "-";
    color: #010100;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box-quantidade .ui-spinner-down{
    width:25px;
    height:25px;
    background-color: #f8f6f1;
    border: 1px solid #ebebeb;
    left:-5px;
    position:absolute;
    cursor: pointer;
}
.box-cupom{
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 65px 90px 50px;
    border:1px solid #72716f;
}
.box-cupom .form-control{
    color: #010100;
    font-size: 18px;
    line-height: 45px;
    height: 63px;
    letter-spacing: 1.80px;
    text-transform: none;
}
.box-cupom .btnPadrao{
    height: 65px;
    color: #000000;
    border-color:#ebebeb;
    background: #f8f6f1;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.remover-produto{
    cursor: pointer;
    text-decoration: underline;
    color: #C6242F;
}
.coluna-total h4{
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1.80px;
    color: #010100;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.coluna-total .table-personalizada tbody tr:first-child td{
    border: 0px;
}
.coluna-total .table-personalizada tbody tr td{
    text-transform:none;
    /* text-align: left; */
    padding: 15px 0px;
}
.coluna-total .btnPadrao{
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.coluna-total .btnPadraoTransparente{
    color: #000000;
    border-color:#ebebeb;
    background: #f8f6f1;
}
.coluna-total .selectwrap-styled-select:after{
    right: 15px;
    top: 20px;
}
.coluna-total label{
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.50px;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.coluna-total .label-v2{
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}
small{
	color: #000;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.50px;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 5px;
    display: block;
}
small a{
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	font-weight: 700;
}
small a:hover{
	text-decoration: none;
}

/*
* FINALIZAR PEDIDO
*/
.finalizar-pedido h4{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.80px;
    color: #010100;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.finalizar-pedido p{
    color: #000000;
    font-size: 16.35px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 1.50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.finalizar-pedido .selectwrap-styled-select:after{
    width: 15px;
    height: 11px;
    top: 19px;
    right: 19px;
    background: url("../img/site/icone-selected2.png") no-repeat;
}
.finalizar-pedido .form-control-v2{
    color: #000000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    border-color: #c1bfbb;
    padding-left: 15px;
}
/* .finalizar-pedido .form-group{
    margin-bottom: 25px;
} */
.finalizar-pedido .form-control-v2::-webkit-input-placeholder { /* WebKit browsers */
    color: #000000;
}
.finalizar-pedido .form-control-v2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity:  1;
}
.finalizar-pedido .form-control-v2::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000000;
    opacity:  1;
}
.finalizar-pedido .form-control-v2:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000000;
}
.finalizar-pedido .chbox-entrega label:before{
    top: 5px;
}
.finalizar-pedido .chbox-entrega label{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.80px;
    color: #010100;
    padding-left: 33px!important;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.finalizar-pedido .bloco-produtos{
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 15px 10px;
    margin: 20px 0px;
}
.finalizar-pedido .bloco-produtos .produto{
    margin: 10px 0px;
    width: 100%;
    float: left;
}
.finalizar-pedido .bloco-produtos img{
    max-width: 100%;
}
.finalizar-pedido .bloco-produtos h3{
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.50px;
    font-weight: normal;
    text-align: left;
    margin:5px 0px;
    text-transform: uppercase;
    font-family: "Lato-Regular";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.finalizar-pedido .bloco-produtos h5{
    color: #DB4E3B;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.50px;
    margin-top: 15px;
    font-weight: normal;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.finalizar-pedido .table-personalizada tbody tr td{
    border: 0px;
}
.finalizar-pedido .table-personalizada b{
    color: #868686;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-weight: normal;
}
.finalizar-pedido .help-block{
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.20px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-weight: bold;
}
.finalizar-pedido .coluna-total .styled-select{
    font-size: 12px;
}

/*
* MINHA CONTA
*/
.side-bar{
    background: #eeede8;
    padding-bottom: 70px;
    margin-bottom: 50px;
}
.side-bar h4{
    color: #010100;
    font-size: 19.20px;
    line-height: 75px;
    font-weight: normal;
    letter-spacing: 1.80px;
    margin: 0px;
    border-bottom: 1px solid #dbdad5;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.side-bar ul{
    padding: 0px 35px;
}
.side-bar ul li{
    display: block;
    border-bottom: 1px solid #dbdad5;
}
.side-bar ul li a{
    color: #565656;
    font-size: 16px;
    line-height: 65px;
    letter-spacing: 1.50px;
    text-transform: uppercase;
}
.side-bar ul li.active a{
    text-decoration: underline;
    color: #DB4E3B;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.conteudo-dashboard{
    margin-bottom: 40px;
}
.conteudo-dashboard p{
    color: #000000;
    font-size: 16.35px;
    line-height: 21px;
    margin: 0;
    letter-spacing: 1.50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.conteudo-dashboard h2{
    color: #000000;
    font-size: 16.35px;
    line-height: 19px;
    margin-top: 0px;
    letter-spacing: 1.50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.conteudo-dashboard h4, .conteudo-dashboard h5{
    position: relative;
    color: #565656;
    font-size: 16px;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1.50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.conteudo-dashboard .box-conteudo{
    padding:25px;
    border: 1px solid #c3c2be;
}
.conteudo-dashboard .table-personalizada {
    margin-bottom: 0px;
}
.conteudo-dashboard .table-personalizada thead tr th{
    color: #565656;
    padding: 0px 0px 22px;
    font-size: 11.53px;
    line-height: 15px;
    letter-spacing: 0.90px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
}
.conteudo-dashboard .table-personalizada tbody tr td{
    padding: 22px 0px;
}
.conteudo-dashboard .table-personalizada .text-left{
    text-align: left!important;
}
.conteudo-dashboard .table-personalizada tbody tr td, .conteudo-dashboard .table-personalizada tbody tr td a{
    color: #565656;
    font-size: 11.53px;
    line-height: 15px;
    letter-spacing: 0.30px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}
.conteudo-dashboard .table-personalizada tbody tr:last-child td{
    padding-bottom: 0px;
}
.conteudo-dashboard .table-personalizada .border-top-0 tr:first-child td{
    border: 0px;
}
.conteudo-dashboard h5{
    font-size:  13.50px;
    line-height: 15px;
    margin-bottom: 0px;
}
.conteudo-dashboard .verTodos{
    position: absolute;
    right: 0;
    top: 0;
    color: #565656;
    font-size: 11.53px;
    line-height: 20px;
    letter-spacing: 1.50px;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}
.paginacao ul{
    text-align:center;
}
.paginacao ul li{
    display:inline-block;
    margin-right:10px;
}
.paginacao ul li:last-child{
    margin:0px;
}
.paginacao ul li a{
    background: #eeede8;
    border-color:#565656;
    border-radius: 0px!important;
    color:#565656;
    font-size:14px;
    line-height: 18px;
    letter-spacing:1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.paginacao .pag-ativa a{
    border-color: #DB4E3B;
    color:#ffffff;
    background: #DB4E3B;
    cursor: not-allowed;
    pointer-events: none;
}
.paginacao ul li a:hover{
    border-color: #DB4E3B;
    color:#ffffff;
    background: #DB4E3B;
    text-decoration: none;
}
.paginacao ul li a:active, .paginacao ul li a:focus{
    border-color: #DB4E3B;
    color:#ffffff;
    background: #DB4E3B;
    text-decoration: none;
}
.formulario-endereco{
    display: none;
}

/*
* LISTAGEM PRODUTOS
*/
.nav-categorias{
    padding-left: 0px;
    margin: 40px 0px;
}
.nav-categorias li{
    padding: 0px 32px;
    border-right: 1px solid #7a7976;
    display: inline-block;
}
.nav-categorias li:first-child{
    padding-left: 0px;
}
.nav-categorias .active a{
    border-bottom: 1px solid #DB4E3B;
}
.nav-categorias a{
    color: #000000;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 2.50px;
    text-transform: uppercase;
}
.nav-categorias a:hover{
    text-decoration: none;
    border-bottom: 1px solid #DB4E3B;
}
.listagem-produtos .produto:nth-child(4n){
    margin-right:0;
}
.listagem-produtos .produto:nth-child(4n+1){
    margin-left:0;
}
.bloco-produtos-listagem{
    padding: 15px 15px;
    width: 100%;
    float: left;
}
.produto {
    width: 22.75%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding: 0px;
    position: relative;
    margin-bottom:3%;
}
.produto .linkProduto{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 9999;
}
.produto .imagem-produto{
    margin-bottom: 22px;
}
.produto h3{
    color: #373737;
    letter-spacing: 1.50px;
    font-size: 15.50px;
    line-height: 30px;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.produto .imagem-bloco{
    height: 300px;
}
.produto .imagem-bloco img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    width:100%;
}
.listagem-produtos .produto{
    opacity: 0;
}
.listagem-produtos .produto:nth-child(-n+8){
    opacity: 1;
}
.filtro-produtos{
    margin-top: 30px;
    float: right;
}
.filtro-produtos h4{
    font-weight: normal;
    color: #000000;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 2.50px;
    text-transform: uppercase;
    float: left;
    margin-right: 20px;
}
.filtro-produtos .selectwrap-styled-select{
    float: left;
    margin-top: 5px;
    width: 180px;
}
.filtro-produtos .form-control{
    background: transparent;
}

/*
* DETALHE PRODUTO
*/
.descricao-produto{
    background: #ffffff;
    /*padding: 25px 45px;*/
    padding: 20px 45px;
}
.descricao-produto .bloco-borda{
    width: 100%;
    float: left;
    padding: 17px 0px;
    border-top: 1px solid #cbcbcb;
}
.descricao-produto h3{
    color: #DB4E3B;
    font-size: 18.25px;
    line-height: 30px;
    letter-spacing: 0.90px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.descricao-produto p{
    color: #393939;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.50px;
}
.descricao-produto h4{
    color: #393939;
    font-size: 16.31px;
    line-height: 30px;
    letter-spacing: 2.50px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.descricao-produto h5{
    color: #191919;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1.50px;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.descricao-produto h5 span{
    font-size: 18.70px;
}
.descricao-produto .box-quantidade .ui-spinner-up{
    right: 25px;
}
.descricao-produto .box-quantidade .ui-spinner-down{
    left: 25px;
}
.glass-case ul li{
    border: 0px;
}
.gc-thumbs-area.gc-hz li{
    margin-right: 30px;
}
.gc-display-area{
    border: 0px;
}
.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover{
    border: 0px;
}
.gc-display-area .gc-icon {
    display: none!important;
}
.tp-bullets{
    display: none;
}

/*
* DETALHE BLOG
*/
.header-branco header{
    background: #f4f2ed;
    top: 0;
    padding: 30px 0px;
}
.busca-blog{
    width: 340px;
    float: right;
    margin: 35px 0px;
}
.busca-blog .form-control{
    width:280px;
    float: left;
}
.busca-blog .btnPadrao{
    float: left;
    position: relative;
    padding: 14px 20px;
    width: 60px!important;
    background-image: url(../img/site/icone-busca.png);
    background-position:  center center;
    background-repeat: no-repeat;
}
.conteudo-post h1{
    color: #DB4E3B;
    font-size: 24.2px;
    line-height: 40px;
    /*letter-spacing: 2.70px;*/
    letter-spacing: 5.7px;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.conteudo-post h2{
    color: #000000;
    font-weight: normal;
    /*font-size: 18.25px;*/
    font-size: 19.5px;
    /*line-height: 37px;*/
    line-height: 40.14px;
    letter-spacing: 1.1px;
    margin-top: 0;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.conteudo-post .paragrafo-destaque{
    color: #DB4E3B;
    text-transform: uppercase;
}
.conteudo-post p, .conteudo-post ul li{
    color: #111111;
    /*font-size: 12px;*/
    font-size: 14px;
    line-height: 24.14px;
    letter-spacing: 0.90px;
    margin-bottom: 20px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.conteudo-post ul{
    padding-left: 20px;
}
.conteudo-post hr{
    margin-bottom: 40px;
}
.conteudo-post img{
    max-width: 100%;
    margin: 30px 0px;
}
.conteudo-post > div{
    padding: 0px 35px;
}
.conteudo-post .border-left{
    border-left: 1px solid #7d7c7c;
}
.conteudo-post .border-right{
    border-right: 1px solid #7d7c7c;
}

/*
* NEWSLETTER
*/
.bloco-newsletter{
    max-width: 910px!important;
    margin-bottom: 20px;
}

/*
* ESTILOS GERAIS
*/
.remove-margin {
    margin: 0 !important;
}
.remove-margin-t {
    margin-top: 0 !important;
}
.remove-margin-r {
    margin-right: 0 !important;
}
.remove-margin-b {
    margin-bottom: 0 !important;
}
.remove-margin-l {
    margin-left: 0 !important;
}
.remove-padding {
    padding: 0 !important;
}
.remove-padding-t {
    padding-top: 0 !important;
}
.remove-padding-r {
    padding-right: 0 !important;
}
.remove-padding-b {
    padding-bottom: 0 !important;
}
.remove-padding-l {
    padding-left: 0 !important;
}
.padding-r-70{
    padding-right: 70px;
}
.padding-l-40{
    padding-left: 40px;
}
.padding-60{
    padding-bottom: 60px !important;
}
.push-5 {
    margin-bottom: 5px !important;
}
.push-5-t {
    margin-top: 5px !important;
}
.push-8-t{
    margin-top: 8px !important;
}
.push-5-r {
    margin-right: 5px !important;
}
.push-5-l {
    margin-left: 5px !important;
}
.push-10 {
    margin-bottom: 10px !important;
}
.push-10-t {
    margin-top: 10px !important;
}
.push-10-r {
    margin-right: 10px !important;
}
.push-10-l {
    margin-left: 10px !important;
}
.push-15 {
    margin-bottom: 15px !important;
}
.push-15-t {
    margin-top: 15px !important;
}
.push-15-r {
    margin-right: 15px !important;
}
.push-15-l {
    margin-left: 15px !important;
}
.push-20 {
    margin-bottom: 20px !important;
}
.push-20-t {
    margin-top: 20px !important;
}
.push-20-r {
    margin-right: 20px !important;
}
.push-20-l {
    margin-left: 20px !important;
}
.push-30 {
    margin-bottom: 30px !important;
}
.push-30-t {
    margin-top: 30px !important;
}
.push-30-r {
    margin-right: 30px !important;
}
.push-30-l {
    margin-left: 30px !important;
}
.push-40 {
    margin-bottom: 40px !important;
}
.push-40-t {
    margin-top: 40px !important;
}
.push-40-r {
    margin-right: 40px !important;
}
.push-40-l {
    margin-left: 40px !important;
}
.push-50 {
    margin-bottom: 50px !important;
}
.push-50-t {
    margin-top: 50px !important;
}
.push-50-r {
    margin-right: 50px !important;
}
.push-50-l {
    margin-left: 50px !important;
}
.push-100 {
    margin-bottom: 100px !important;
}
.push-100-t {
    margin-top: 100px !important;
}
.push-100-r {
    margin-right: 100px !important;
}
.push-100-l {
    margin-left: 100px !important;
}
.push-50-t{
    margin-top: 50px !important;
}
.push-100-b{
    margin-bottom: 100px !important;
}
.push-110-t {
    margin-top: 110px !important;
}
.push-130 {
    margin-bottom: 130px !important;
}
.push-130-t {
    margin-top: 130px !important;
}
.push-130-r {
    margin-right: 130px !important;
}
.push-130-l {
    margin-left: 130px !important;
}
.push-150 {
    margin-bottom: 150px !important;
}
.push-150-t {
    margin-top: 150px !important;
}
.push-150-r {
    margin-right: 150px !important;
}
.push-150-l {
    margin-left: 150px !important;
}
.push-160 {
    margin-bottom: 160px !important;
}
.push-160-t {
    margin-top: 160px !important;
}
.push-160-r {
    margin-right: 160px !important;
}
.push-160-l {
    margin-left: 160px !important;
}
.push-170 {
    margin-bottom: 170px !important;
}
.push-170-t {
    margin-top: 170px !important;
}
.push-170-r {
    margin-right: 170px !important;
}
.push-170-l {
    margin-left: 170px !important;
}
.form-control.has-error, .form-control-v2.has-error {
    border-color: #a94442 !important;
}
/*Estilos paginação minha conta pedidos*/

.pagination>.disabled>a, .pagination>.disabled>a:visited{
    background: #eeede8;
    border-color: #565656;
    border-radius: 0px!important;
    color: #565656;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.pagination>.active>a, .pagination>.active>a:focus{
    border-color: #DB4E3B;
    color: #ffffff;
    background: #DB4E3B;
    cursor: not-allowed;
    pointer-events: none;
}
.pagination>.disabled>a:hover{
    border-color: #DB4E3B;
    color: #ffffff;
    background: #DB4E3B;
    text-decoration: none;
}
/*Estilos página minha conta formulário de cartão de crédito*/
.conteudo-dashboard .formulario-cartao {
    display: none;
}
.conteudo-dashboard .selectwrap-styled-select:after{
    width: 15px;
    height: 11px;
    top: 19px;
    right: 19px;
    background: url("../img/site/icone-selected2.png") no-repeat;
}
/*Estilos página minha conta cancelar assinatura*/
.conteudo-dashboard .formulario-cancelamento-ass {
    display: none;
}
.conteudo-dashboard .dados-assinatura{
    margin: 40px 0px 30px 0px;
}
/*Estilos modal loading*/
#loading-modal{
    top:240px;
}
#loading-modal .modal-title{
    text-transform: uppercase;
    text-align: center;
}
#loading-modal .modal-header{
    background-color:#DB4E3B;
    color:#fbf9f9;
}
#loading-modal .mensagem{
    font-size:16px;
}
#loading-modal img{
    width:100%;
    max-width:170px;
}
/*Estilos radio box formulário de edição do endereço da assinatura ativa*/
.conteudo-dashboard .formulario-endereco .radio-inline{
    padding-right: 10px;
}
.conteudo-dashboard .formulario-endereco .radio-inline .form-control.has-error{
    color: #a94442 !important;
}
.conteudo-dashboard .formulario-endereco .radio-inline .form-control{
    max-width: 17px;
    top:-11px;
    left: 17px;
}



.especialistas{
    height: 542px;
    background: url("/assets/img/site-082023/735044bc2ef7d67105e8dfce05328c21.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width:416px){
    .especialistas{
        height: 542px;
        background: url("/assets/img/site/0754845dce2b51835f8ebc772b7bf46d.jpg");
    }
}


.especialistas h3{
	text-align: left;
    margin-top: 100px;
    color: #c8303b;
}
.especialistas h4{
	color: #010100;
	font-size: 15px;
	font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    line-height: 23px;
    padding: 0 24px 0 0;
    letter-spacing: 2px;
}

#notie-alert-content, #notie-alert-content h4, #notie-alert-content p{
	font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 800 !important;
}

.notie-background-success, .notie-background-warning, .notie-background-error, .notie-background-info {
  background-color: #C62432 !important;
}

/*BENEFÍCIOS*/
.bloco-beneficio h3{
    text-align: left
}
@media(max-width:416px){
    .bloco-beneficio h3{
        text-align: center
    }
}

.bloco-beneficio p{
    color: #111111;
    font-size: 12.2px;
    line-height: 20px;
    letter-spacing: 0
}
@media(max-width:416px){
    .bloco-beneficio .bloco-comoFunciona img{
        max-width: 100%
    }
}

/*ESPECIALISTAS*/
.blog.tp-banner h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #c8303b;
    letter-spacing: 2.5px;
    text-align: left
}
.blog.tp-banner p{
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    color: #010100;
    line-height: 22px;
    letter-spacing: 1.3px;
    text-align: left;
    white-space: normal;
    width: 30%
}
.tp-banner .tp-caption{
    /*transform: translate(0%,-30%)!important;*/
}
.bloco-post{
    padding: 25px
}
.bloco-post a{
    text-decoration: none;
}
.bloco-post h3{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 12.35px;
    line-height: 22px;
    color: #111;
    letter-spacing: .9px;
    position: absolute;
    top: 40%;
    width: 100%
}
.bloco-post .imagem-post{
    overflow: hidden;
    position: relative;
    height: 350px
}
.bloco-post .imagem-post img{
    max-width: none;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.bloco-post .imagem-post img:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: .12
}
.assine-blog{
    min-height: 450px
}
.assine-blog img{
    max-width: 100%;
    position: absolute;
}
.assine-blog .btnPadrao{
    float: left;
    margin-top: 150%
}

/*DETALHE ESPECIALISTAS*/
.search-bar input[type=search]{
    float: left;
    width: 80%;
    border-radius: 0;
    border: 1px solid #000;
    background: transparent;
    border-right: 0
}
.search-bar button[type=submit]{
    float: left;
    width: 47px;
    padding: 0;
}
.search-bar button[type=submit] img{
    max-width: 100%;
    padding: 4.5px 10px;
}
article{
    max-width: 1300px;
    margin: 0 auto;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article .container{
    max-width: 1100px!important;
    padding: 50px 0
}
article h1{
    color: #DB4E3B;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article h2{
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 37px;
    letter-spacing: 1.1px;
    width: 100%;
    margin: 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article p{
    color: #000;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 1px;
    width: 100%;
    margin: 40px 0px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article img{
    max-width: 100%;
    margin: 40px 0
}
article ul{
    padding-left: 15px;
}
article ul li{
    color: #000;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    width: 100%;
    margin: 0 0 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*fix tp banner link*/
.tp-caption a{
    color: inherit;
}
.tp-caption a:hover{
    color: #fff
}
.tp-banner a.assine{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.tp-caption{
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFF;
    line-height: 35px;
    letter-spacing: 1.3px !important;
    text-align: left;
    white-space: normal;
    margin: 0;
}
.caption{
    background-color: #DB4E3B;
    padding: 10px 20px !important;
    border-radius: 10px;
    font-weight: 800;
    letter-spacing: 2px !important;
    font-size: 30px;
}
.tp-banner p{
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 21px;
    color: #010100;
    line-height: 35px;
    letter-spacing: 1.3px;
    text-align: left;
    white-space: normal;
    width: 40%;
    margin: 0;
}
/*Estilo das assinaturas ativas da página minha conta*/
.table-box-conteudo{
    padding: 25px;
    border: 1px solid #c3c2be;
    margin-bottom: 50px;
}
.box-conteudo.forms-edition{
    display: none;
}

/*Estilo botão de cancelar tela de login recuperar senha*/
.bloco-login .btn-cancelar{
    text-decoration: none;
}
/*Estilo botões de editar página de minha conta cliente logado*/
/*.btnEditar:hover{
    color:#fff!important;
}*/
.btnEditar{
    color:#fff!important;
}
.btnEditar.btnPagto{
    position:relative;
    bottom: 5px;
}
.table-responsive.info-cli{
    overflow: visible;
}
/*Estilo mensagem em vermelho página minha conta*/
.msg-red{
    color:#DB4E3B!important;
    padding-top: 20px;
}
/*Estilo conteúdo do detalhe de uma seleção*/
.selecao .conteudo{
    padding-right:50px;
}
.selecao h1:first-child{
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24.28px;
    color:#010100;
    line-height: 64px;
    letter-spacing: 2.5px;
}
.selecao h3{
     font-family: 'Work Sans', sans-serif;
     font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18.27px!important;
    color:#000000;
    line-height: 37.62px;
    letter-spacing: 1px;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 40px;
}
.selecao p{
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19.5px!important;
    color:#000000;
    line-height: 40.14px;
    letter-spacing: 1px;
}
.selecao .listagem-caracteristicas{
    padding:60px 5px;
}
.selecao .listagem-caracteristicas .caracteristica-selecao:last-child{
    border-right: 1px solid #484546;
}
.selecao .listagem-caracteristicas .caracteristica-selecao{
    border: 1px solid #484546;
    border-right:none;
    text-align: center;
    padding: 8px 8px 0px 8px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    max-height: 140px;
    /* max-width: 140px; */
}
.selecao .listagem-caracteristicas .caracteristica-selecao img{
    margin-top:10px;
    height:35px;
}
.selecao .listagem-caracteristicas .caracteristica-selecao h4{
    color: #010100;
    font-size: 12px;
    /*line-height: 16px;*/
    line-height: 24.14px;
    letter-spacing: 1.30px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    min-height: 48px;
}
/*Estilo para correção do número de passos na escolha do produto na página de assine(moagem, quatidade, embalagem)*/
.assine-planos .plano h5 span{
    left: 30px;
}
/*Estilo para textos em vermelho*/
.font-red{
    color:#DB4E3B !important;
}
/*Estilo loader angularjs página de meus pedidos*/
#loading-bar .bar {
  position: relative;
  background-color:#DB4E3B;
}

/*Estilos página contato*/
.contato{
    padding-top: 30px;
    font-family: 'Work Sans', sans-serif !important;
}
.contato h3{
    padding-bottom: 30px;
}
.contato .img-contato{
    padding-top: 25px;
}
.contato .text-contato{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16.5px ;
    color: #000000;
    line-height: 40px;
    letter-spacing: 1px;
}
.contato .text-contato p{
    margin-top: 45px;
    padding-left: 30px;
}
.contato .text-contato ul{
    margin-top: 20px;
}
.contato .text-contato ul li{
    list-style-type:none;
    padding: 5px 0;
    padding-left: 30px;
}

/*Estilos nav-bar-mobile*/
.header-mobile {
    padding: 0;
    position: relative;
    z-index: 999999;
    -webkit-box-shadow: 0 6px 11px -2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 6px 11px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 6px 11px -2px rgba(0, 0, 0, .5);
    background-color:#fff;
}
.header-mobile .logo-mobile img {
    max-width: 188px
}
.menu-hb {
    float: right;
    width: 60px;
    height: 78px;
    background: #e0b27c;
}
.menuIcon {
    position: relative;
    top: 15px;
    cursor: pointer;
    text-align: center;
    height: 100%
}
.menuIcon .bottom,
.menuIcon .middle,
.menuIcon .top {
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 4px;
    width: 30px;
    position: absolute;
    border-radius: 15px;
    background: #fff;
    transition: all .4s ease 0;
    -moz-transition: all .4s ease 0;
    -webkit-transition: all .4s ease 0;
    -ms-transition: all .4s ease 0;
    -o-transition: all .4s ease 0
}
.menuIcon .top {
    top: 13px
}
.menuIcon .middle {
    top: 21px
}
.menuIcon .bottom {
    top: 29px
}
.showMenu .top {
    background: #fff;
    top: 21px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}
.showMenu .middle {
    opacity: 0
}
.showMenu .bottom {
    background: #fff;
    top: 21px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}
.menu-mobile {
    padding: 0 0 15px;
    background: #fff;
    width: 100%;
    z-index: 99999;
    right: 0;
    position: absolute
}
.menu-mobile li:first-child {
    padding-top: 10px;
}
.menu-mobile li {
    padding: 3px 0;
    display: block;
    border-top: 1px solid rgba(52, 51, 51, 0.22);
    text-align: center
}
.menu-mobile li a {
    color: #000000;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-family: CorporativeSansRd-Bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.menu-mobile li a:hover {
    color: #3333;
}
.menu-mobile li .form-control {
    border: 0;
    height: 65px;
    line-height: 22px;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    background: #fbae17
}
.menu-mobile li::-webkit-input-placeholder {
    text-align: center;
    color: #fff;
    font-size: 17.81px;
    line-height: 24px;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-family: Betm-SemiBold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.menu-mobile li:-moz-placeholder {
    text-align: center;
    color: #fff;
    font-size: 17.81px;
    line-height: 24px;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-family: Betm-SemiBold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1
}
.menu-mobile li::-moz-placeholder {
    text-align: center;
    color: #fff;
    font-size: 17.81px;
    line-height: 24px;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-family: Betm-SemiBold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1
}
.menu-mobile li:-ms-input-placeholder {
    text-align: center;
    color: #fff;
    font-size: 17.81px;
    line-height: 24px;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-family: Betm-SemiBold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.menu-mobile, .header-mobile{
    display: none;
}
.header-mobile .logo-mobile {
    margin: 15px 0;
}

@media (min-width: 721px){
    .icon-mobile {
        max-width: 180px;
    }

}
@media (max-width: 768px){
    header{
        top: 0px !important;
    }
    .desktop-nav .container{
        display: none;
    }
    .padding-clear{
        padding: 0px !important;
    }
    /*HOME*/
    .container-clube h3{
        font-size: 20px;
        line-height: 20px;
    }
    .bloco-clube h5 {
        font-size: 18px;
        line-height: 45px;
    }
    .bloco-clube p{
        line-height: 25px;
        text-transform: none;
        font-size: 14px;
    }
    .bloco-clube-1 .bloco-texto, .bloco-clube-2 .bloco-texto, .bloco-clube-3 .bloco-texto, .bloco-clube-4 .bloco-texto {
        max-width: 100%;
        padding-top: 15px;
    }
    .bloco-clube-1,.bloco-clube-3,.bloco-clube-4 {
        background-image: none;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        /* height: 150px; */
    }
    .bloco-clube-1{
        height: 245px;
    }
    .bloco-clube-2{
        height: 160px;
        background-image: none;
        padding-top: 0;
        margin-bottom: 0 !important;
    }
    .bloco-clube-3{
        height: 180px;
    }
    .bloco-clube-4{
        height: 200px;
    }
    .container-clube {
        min-height: 710px;
    }
    .container-personalizado {
        padding: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .listagem-planos h3{
        font-size: 17px;
        line-height: 43px;
        padding-bottom: 10px;
    }
    .listagem-planos{
        border: 0px;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 0px;
    }
    .plano:nth-child(2n-1) {
        border: 0px;
    }
    .plano h4{
        font-size: 18px;
    }
    .tipo-plano p {
        padding: 0px 0px 15px;
    }
    .tipo-plano img {
        width: 55px;
    }
    .plano h5{
        font-size: 14px;
        line-height: 35px;
        letter-spacing: 0px;
    }
    .plano .opcao-plano:nth-child(2n){
        border: none;
    }
    .plano.selecao-dados{
        border: none !important;
    }
    .plano .bloco-quantidade .opcao-plano label{
        font-size: 14px;
        letter-spacing: 0px;
    }
    .tipo-plano{
        text-align: left;
    }
    .text-left-mobile{
        text-align: left !important;
    }
    .text-center-mobile{
        text-align: center;
    }
    .desktop-only{
        display: none;
    }
    .mobile-only{
        display: block !important;
    }
    .container-personalizado h3{
        font-size: 17px;
        line-height: 26px;
    }
    .btnPadrao{
        font-size: 12px;
    }
    .titulo-listagem-blog{
        font-size: 17px;
        line-height: 35px;
    }
    .listagem-clientes .cliente:nth-child(3n){
        padding-right: 70px;
        padding-left: 70px;
    }
    .listagem-clientes p{
        font-size: 12px;
        line-height: 25px;
    }
    .listagem-clientes .cliente h5{
        line-height: 25px;
    }
    .bloco .imagem-bloco img{
        -webkit-filter: grayscale(0%);
    }
    .bloco-selecao .imagem-bloco h4{
        font-size: 30px;
        line-height: 45px;
    }
    .bloco-selecao .caracteristica-selecao {
        margin-top: 5px;
        width: 30.3%;
        border-right: 0px;
        display: inline-table;
    }
    .header-mobile{
        display: block;
    }
    .especialistas h3{
        margin-top: 0px;
        font-size: 17px;
    }
    .especialistas h4{
        font-size: 12px;
        padding: 0px;
    }
    .especialistas{
        height: 260px !important;
        text-align: center;
        margin-top: 75px;
    }
    .bloco-selecao .caracteristica-selecao h4 {
        height: 75px;
        letter-spacing: 0.5px;
    }
    footer{
        padding: 0px;
        padding-top: 25px;
    }
    footer nav ul li{
        padding: 5px;
        border-right: 0px;
    }
    footer nav ul li a{
        letter-spacing: 0px;
    }
    .btn-lg {
        padding: 10px 20px;
    }
    /*Assine*/
    .container-bg-branco h3{
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
    .tipos-planos h5{
        font-size: 14px;
        line-height:25px;
    }
    .tipos-planos .bloco-tipos-planos{
        padding: 0px;
    }
    .tipos-planos h6{
        font-size: 18px;
    }
    .tipos-planos{
        margin-bottom: 0px;
    }
    .push-0-t{
        margin-top: 80px !important;
    }
    .top-0{
        margin-top: 0px !important;
    }
    /*Contato*/
    .contato h3{
        font-size: 18px;
        line-height: 30px;
    }
    .contato .text-contato p{
        font-size: 14px;
        padding-left: 0px;
    }
    .contato .text-contato ul li{
        padding-left: 0px;
        font-size: 14px;
    }
    .btn-md {
        padding: 9px 15px;
    }
    .padding-t-80{
        padding-top: 80px;
    }
    /*Clube*/
    .clube{
        background-image:none;
        min-height: 690px;
    }
    .push-125-t{
        margin-top: 125px !important;
    }
    .quem-somos h3{
        font-size: 18px;
        margin-top: 100px;
        text-align: center;
    }
    .clube .btnPadrao {
        /* width: 184px; */
        padding: 10px 5px;
    }
    .beneficios .padding-bloco{
        padding-left: 15px;
        padding-right: 15px;
    }
    .beneficios .bloco-beneficio .bloco-titulo img {
        width: 55px;
    }
    .beneficios .bloco-beneficio h4{
        font-size: 18px;
    }
    .beneficios .bloco-beneficio ul{
        padding-left: 0px;
    }
    .beneficios .bloco-beneficio ul li{
        display: block;
    }
    .padding-r-l{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .bloco-beneficio h3{
        font-size: 18px;
        line-height: 20px;
    }
    .bloco-comoFunciona img{
        width: 300px;
        max-width: 100%;
    }
    /*Experts*/
    .post-listagem .fundo {
        opacity: 1;
        width: 100%;
    }
    .post-listagem .texto-post{
        opacity: 1;
    }
    .post-listagem .imagem-bloco {
        height: 325px;
    }
    .bloco-login{
        left: 7%;
        /* max-width: 330px; */
    }
    /*Login*/
    .bloco-login .btn-cancelar {
        margin-bottom: 10px;
    }
    .bg-login{
        margin-bottom: 200px;
    }
    /*FAQ*/
    .bloco-newsletter h3 {
        font-size: 17px;
        line-height: 27px;
        margin-top: 20px !important;
        margin-bottom: 20px;
    }
    .bloco-newsletter .form-control-v2{
        margin-bottom: 20px;
    }
    .conteudo-post h4{
        line-height: 1.4;
    }
    .conteudo-post p, .conteudo-post ul li{
        line-height: 30px;
    }
    /*Imprensa*/
    .post-listagem .imagem-bloco {
        height: 172px;
    }

    /*Minha Conta*/
    .padding-t-110{
        padding-top: 110px;
    }
    .side-bar h4 {
        font-size: 18px;
    }
    .side-bar ul{
        padding: 0px;
    }
    .side-bar ul li a {
        font-size: 12px;
        line-height: 50px;
        padding-left: 15px;
    }
    .post-listagem .texto-post{
        width: 95%;
    }
    .padding-r-0{
        padding-right: 15px !important;
    }
    .side-bar{
        padding-bottom: 0px;
    }
    .conteudo-dashboard h4, .conteudo-dashboard h5{
        font-size: 14px;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .conteudo-dashboard .verTodos {
        position: relative;
        display: block;
        top: 12px;
    }
    .conteudo-dashboard .box-conteudo{
        padding: 0px;
        border: none;
    }
    .conteudo-dashboard .table-personalizada{
        margin-bottom: 20px;
    }
    /*Meus Pedidos*/
    .padding-t-100{
        padding-top: 100px !important;
    }
    /*Carrinho de Compras*/
    .padding-l-0{
        padding-left: 0px !important;
    }
    .table-personalizada thead tr th{
        font-size: 18px;
    }
    .table-personalizada tbody tr td{
        font-size: 14px;
        padding: 10px 7px;
    }
    .coluna-total h4{
        font-size: 16px;
    }
    .coluna-total .btnPadrao {
        font-size: 14px;
    }
    /*Finalizar Pedido*/
    .finalizar-pedido h4{
        font-size: 16px;
        line-height: 45px;
    }
    .padding-l-15{
        padding-left: 15px !important;
    }
    .finalizar-pedido .bloco-produtos{
        padding: 0px;
    }
    .coluna-total label{
        font-size: 14px;
    }
    .finalizar-pedido .table-responsive{
        padding: 10px;
    }
    .finalizar-pedido .bloco-produtos h3{
        font-size: 14px;
        line-height: 18px;
    }
    .finalizar-pedido .bloco-produtos h5{
        font-size: 14px;
    }
    .finalizar-pedido .bloco-produtos img {
        height: auto;
        width: 158px;
    }
    .padding-t-110{
        padding-top: 110px !important;
    }
    /*Conformação do Pedido*/
    .confirmacao-pedido h1{
        font-size: 17.45px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .confirmacao-pedido h3{
        font-size: 18px;
        line-height: 40px;
    }
    .confirmacao-pedido p{
        font-size: 14px;
        line-height: 30px;
    }
    .confirmacao-pedido .item-pedido h4{
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 1px;
    }

    /*Detalhe Experts*/
    .conteudo-post h1{
        letter-spacing: 3.7px;
        font-size: 18px;
        line-height: 24px;
    }
    .conteudo-post > div{
        padding: 0px;
    }
    .conteudo-post ul{
        width: 100% !important;
    }
    .bloco-selecao .imagem-bloco {
        height: 300px;
    }

    /*Detalhe Destaques Home*/
    .selecao h1:first-child{
        font-size: 18px;
        line-height: 25px;
    }
    .selecao .conteudo{
        padding-right: 15px;
    }
    .selecao p{
        font-size: 14.5px!important;
    }
    .selecao .listagem-caracteristicas{
        padding-top: 0px;
    }
    .selecao .listagem-caracteristicas .caracteristica-selecao{
        border-right: 1px solid #484546;
    }
    .selecao .listagem-caracteristicas .caracteristica-selecao h4{
        min-height: 20px;
    }

    /*Detalhe Especialistas*/
    article h1{
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 1.7px
    }
    article h2{
        font-size: 16px;
        line-height: 25px;
    }
    article .container {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    article ul li{
        display: block;
    }
    article p{
        padding-left: 15px;
        padding-right: 15px;
    }
    article img {
        margin: 20px 0;
        padding: 15px;
    }
    .news h3{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    /*Listagem Especialhistas*/
    .assine-blog .btnPadrao{
        margin-top: 0px;
    }
    .assine-blog {
        min-height: 120px;
    }
    .bloco-post .imagem-post img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: .4
    }
    /*Editar Produto*/
    .table-box-conteudo{
        margin-bottom: 0px;
    }
    /*Listagem de Produtos*/
    .produto{
        width: 100%;
    }
    .filtro-produtos{
        float: left;
        margin-top: 0px;
    }
    .nav-categorias li {
        padding: 0px 12px;
        border: none;
        display: inline-block;
    }
    /*Detalhe Produto*/
    .descricao-produto{
        padding: 0px 0px 0px 0px;
    }
    .descricao-produto h3{
        font-size: 16px;
        line-height: 20px;
    }
    .descricao-produto h5{
        font-size: 20px;
    }
    /*Listagem Blog*/
    .listagem-blog .titulo-blog{
        width: 50%;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .listagem-blog{
        height: 380px;
    }
    .push-110-mb{
        margin-top: 110px !important;
    }
    .bloco-clube-4{
        margin-bottom: 45px !important;
    }
}
@media (max-height: 414px){
    .size-6{
        width: 50%;
    }
    .ms-mt-0{
        margin-top: 0px !important;
    }
    .bg-login {
        margin-bottom: 0px;
    }
    .bloco-login{
        position: relative;
        max-width: 455px;
    }
    .container-fluid {
        padding-top: 0px !important;
    }
    .padding-t-20{
        padding-top: 20px !important;
    }
    .nav-categorias{
        display: -webkit-box;
    }
    .nav-categorias li {
        padding: 0px 27px;
        display: table-cell;
    }
    .push-110-t{
        margin-top: 110px !important
    }
}
.mobile-only{
    display: none;
}
@media (max-width : 320px) {
    .bloco-clube-1, .bloco-clube-2, .bloco-clube-3, .bloco-clube-4{
        height: 180px;
    }
    .bloco-selecao .caracteristica-selecao h4 {
        letter-spacing: 0px;
        font-size: 11px;
    }
    .btn-lg {
        padding: 10px 20px;
    }
    footer nav ul li a{
        line-height: 20px;
    }
    .bloco-login {
        left: 0%;
    }
    .bg-login {
        margin-bottom: 440px;
    }
    .conteudo-dashboard .table-personalizada tbody tr td, .conteudo-dashboard .table-personalizada tbody tr td a{
        font-size: 9.53px;
    }
    footer nav ul li{
        height: 40px
    }
    .listagem-blog .titulo-blog {
        width: 40% !important;
    }
    .bloco-selecao .caracteristica-selecao {
        padding: 15px 6px 30px;
    }
}

@media only screen and (max-width : 414px)  {
    .listagem-blog .titulo-blog {
        width: 35%;
    }
    .bg-login {
        margin-bottom: 280px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .icon-mobile {
        max-width: 180px;
    }
    #nav li a{
        font-size: 16px;
    }
    header{
        top: 0px !important;
    }
    .side-bar ul {
        padding: 0px 0px;
    }
    .padding-t-0{
        padding-top: 0px !important;
    }
    .padding-l-0{
        padding-left: 0px !important;
    }
    .push-0-t{
        margin-top: 80px !important;
        padding-top: 0px !important;
    }
    .padding-t-20{
        padding-top: 20px !important;
    }
    .clube{
        background-image: url(../img/site/banner-clube.jpg) !important;
    }
    .bloco-comoFunciona img{
        max-width: inherit;
        width: initial;
    }
    .listagem-blog ul li.active{
        width: 770px;
    }
    .listagem-blog .imagem-bloco{
        width: 708px;
    }
    .listagem-blog{
        height: 355px;
    }
    .conteudo-dashboard{
        margin-top: 30px;
    }
    .menu-mobile li a{
        font-size: 19px;
    }
    .bloco-comoFunciona img {
        width: 435px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    header nav ul li{
        padding: 0px 20px;
    }
}
@media only screen and (min-width : 779px) and (max-width : 992px){
    .text-center-mobile{
        text-align: center !important;
    }
    .padding-l-15{
        padding-left: 15px !important;
    }
}

@media only screen and (min-width : 769px)  {
    .plan-border .text-left{
        min-height: 181px;
    }
    .plan-border{
        padding-bottom: 0px;
        padding: 20px!important;
    }
    .plan-border:nth-child(2){
        border-right:1px solid #3d3c3b!important;
        border-left:1px solid #3d3c3b!important;
    }
    .plan-border:nth-child(1), .plan-border:nth-child(3){
        border:none;
    }
}

/*Alteração escolha do plano*/
.selecao-plano h3{
    line-height: 55px;
}
.escolha-plano .tipo-plano{
    margin-top: 5px;
}
.escolha-plano .tipo-plano img{
    max-width: 60px;
    max-height: 60px;
}
.escolha-moagem h5{
    font-size: 14.81px;
}
.escolha-moagem h5 span{
    padding: 0px 3px 8px 5px;
    font-size:12px;
    height: 20px;
    line-height: 20px;
    margin: 7px 0 5px 0;
}
.escolha-moagem .opcao-plano{
    max-height: 105px;
    border-right:none!important;
    /*border-left:none!important;*/
}
.escolha-moagem .opcao-plano .radio-personalizado{
    max-height: 105px;
}
.escolha-moagem .opcao-plano .radio-personalizado label{
    padding: 10px 10px 0;
}
.escolha-moagem .opcao-plano .radio-personalizado label span{
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 2px;
}
.escolha-moagem .opcao-plano .radio-personalizado img{
    top:50px;
    max-width: 35px;
    max-height: 35px;
}

.escolha-quantidade h5{
    font-size: 14.81px;
}
.escolha-quantidade h5 span{
    padding: 0px 3px 8px 5px;
    font-size:12px;
    height: 20px;
    line-height: 20px;
    margin: 7px 0 5px 0;
    left:30px;
}
.escolha-quantidade .opcao-plano{
    max-height: 50px;
    border-right:none!important;
    /*border-left:none!important;*/
}
.escolha-quantidade .opcao-plano .radio-personalizado{
    max-height: 50px;
}
.escolha-quantidade .opcao-plano .radio-personalizado label{
    padding: 15px 10px 0;
}
.escolha-plano .tab-content.valor{
    border-top:none;
    padding-top: 0;
}
/* Alteração banners um para cada dispositivo */
/*Banner Como funciona na página o clube*/
.banner-como-funciona{
    /* background-image: url('../img/site/banner-como-funciona-sem-texto.jpg'); */
    /* background-image: url('../img/site-082023/8368-pagina-clube-como-funciona.png'); */
    background-image: url('../img/site-082023/second-pagina-clube.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 660px;
}
@media(max-width:416px){
    .banner-como-funciona{
        background: none;
    }
}

/*Ipad pro*/
@media only screen and (max-device-width :1024px){
    /*Banner especialistas home*/
    .especialistas{
        background-position: -620px 0;
    }
    .especialistas .col-md-offset-1{
        margin-left: 0px;
    }
    /*Banner especialistas*/
    .tp-banner.banner-list-especialistas h3, .tp-banner.banner-list-especialistas p{
        margin-left: 35px;
    }
}
/*Ipad*/
@media only screen and (max-device-width : 768px){
    /*Banner como funciona na página o clube*/
    .banner-como-funciona{
        background-size: 100%;
        background-position:190px 220px;
    }
    /* .banner-como-funciona .container .texto-comofunciona{
        width:63.33%;
    } */

    /*Banner especialistas home*/
    .especialistas{
        background-position:center;
        margin-top: 0px;
        padding-top: 55px;
        height: 450px!important;
        background-size:cover;
    }
    .especialistas.container-bg-branco h3, .container-bg-branco h4{
        text-align: left!important;
    }
    .especialistas.container-bg-branco a {
        text-align: left!important;
        float:left;
    }

    /*Banner imprensa*/
    .tp-banner.banner-imprensa{
        margin-top: 78px;
    }
    /*Banner assine*/
    .tp-banner.banners-assine{
        margin-top: 78px;   
    }
    .tp-banner.banners-assine .tp-caption{
        display:none;
    }
}
/*Iphone 6 plus*/
@media only screen and (max-device-width: 414px){
    /*Banner o clube*/
    /* .clube{
        cursor: pointer;
        background-image: url('../img/site/banner-clube-iphone6plus.jpg');
    }
    .clube .quem-somos{
        display:none;
    } */
    /*Banner Como funciona na página o clube*/
    /* .banner-como-funciona{
        background-image: url('../img/site/banner-comofunciona-iphone6plus.jpg');
        background-position: 0 0;
        background-size: cover;
    } */
    /* .banner-como-funciona .container .bloco-beneficio{
        display: none;
    } */
    /*Banner especialistas home*/
    .especialistas{
        background: url("/assets/img/site/0754845dce2b51835f8ebc772b7bf46d.jpg") no-repeat;
        height: 736px!important;
        padding-top: 0px;
        cursor: pointer;
    }
    /* .especialistas.container-bg-branco .container{
        display: none;
    } */

    /*Banner listagem especialistas*/
    .tp-banner.banner-list-especialistas .tp-caption{
        margin-top: 30px!important;
    }
    .tp-banner.banner-list-especialistas h3{
        margin-left: 40px!important;
        font-size: 16px!important;
    }
    .tp-banner.banner-list-especialistas p{
        margin-left: 40px!important;
        font-size: 8px!important;
    }
}

/*Iphone 6*/
@media only screen and (max-device-width: 375px){
    /*Banner o clube*/
    .clube{
        cursor: pointer;
        background-image: url('../img/site/banner-clube-iphone6.jpg');
    }
    .clube .quem-somos{
        display:none;
    }
    /*Banner Como funciona na página o clube*/
    .banner-como-funciona{
        background-image: url('../img/site/banner-comofunciona-iphone6.jpg');
        background-position: center center;
        background-size: cover;
    }
    .banner-como-funciona .container .bloco-beneficio{
        display: none;
    }
    /*Banner especialistas home*/
    .especialistas{
        background: url("../img/site/banner-homeespecialistas-iphone6.jpg") no-repeat;
        height: 667px!important;
        padding-top: 0px;
        cursor: pointer;
    }
    .especialistas.container-bg-branco .container{
        display: none;
    }
    /*Banner listagem especialistas*/
    .tp-banner.banner-list-especialistas .tp-caption{
        margin-top: 50px!important;
    }
}
/*Iphone 5*/
@media only screen and (max-device-width : 320px){
    /*Banner o clube*/
    .clube{
        cursor: pointer;
        background-image: url('../img/site/banner-clube-iphone5.jpg');
    }
    .clube .quem-somos{
        display:none;
    }
    /*Banner Como funciona na página o clube*/
    .banner-como-funciona{
        background-image: url('../img/site/banner-comofunciona-iphone5.jpg');
        background-position: 0 0;
        background-size: 100%;
        min-height: 568px;
    }
    .banner-como-funciona .container .bloco-beneficio{
        display: none;
    }

    /*Banner especialistas home*/
    .especialistas{
        background: url("../img/site/banner-homeespecialistas-iphone5.jpg") no-repeat;
        height: 568px!important;
        padding-top: 0px;
        cursor: pointer;
    }
    .especialistas.container-bg-branco .container{
        display: none;
    }
    /*Banner listagem especialistas*/
    .tp-banner.banner-list-especialistas .tp-caption{
        margin-top: 60px!important;
    }
}
@media only screen and (max-device-height : 568px){
    .tp-banner.banners-home{
        margin-top:70px!important;
    }
}

/*Alteração do tamanho do título do serviço de frete que estava muito grande no resultado do cálculo do frete*/
.frete-calculado label{
    font-size: 15px;
}
.calc-frete .btn-lg{
    padding:15px 20px;
}
.campo-depoimento{
    height:215px!important;
}
/*Estilos sessão o clube home*/
.sessao-clube-home .club{
    text-align: center;
    min-height: 340px;
    padding-top: 20px;
}
.sessao-clube-home .club h5{
    text-align: center;
    color: #c8303b;
    font-size: 27px;
    line-height: 41px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px;
}
.sessao-clube-home .club p{
    text-align: center;
    color: #111111;
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    line-height: 38.87px;
    letter-spacing: 1.5px;
    padding-right: 130px;
    padding-left: 130px; 
}
.sessao-clube-home .club hr{
    margin-top: 0px;
    margin-bottom: 12px;
    width: 190px;
}
.sessao-clube-home .club:nth-child(3) hr{
    margin-top: 0px;
    width: 280px;
}
.sessao-clube-home .club:nth-child(4) hr{
    margin-top: 0px;
    width: 200px;
}
.sessao-clube-home .club:last-child hr{
    margin-top: 0px;
    width: 200px;
}
@media only screen and (max-device-width : 414px){
    .sessao-clube-home .club p{
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
    .sessao-clube-home .club h5{
        font-size: 21px;
    }
}
/*////////////*/
/*Esolha plano*/
/*////////////*/
.escolha-plano{
    margin-top: 175px;
}
.escolha-plano .planos{
    border:1px solid #3d3c3b;
}
.escolha-plano .planos h4{
    text-transform: uppercase;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 6.50px;
}
.escolha-plano .opcao-plano{
    border:1px solid #3d3c3b;
    height: 175px;
    border-top: none;
    padding:0px;
}
.escolha-plano .opcao-plano .radio label .imagem-padrao{
    display: none;
    position: relative;
    z-index: 99;
}
.escolha-plano .opcao-plano:hover{
    background: #DB4E3B;
}
.escolha-plano .opcao-plano:hover .radio label span{
    color: #ffffff;
}
@media only screen and (min-width : 1024px){
    .escolha-plano .opcao-plano:hover .radio label .imagem-active{
        display: none;
    }
    .escolha-plano .opcao-plano:hover .radio label .imagem-padrao{
        display: block;
    }
}
.escolha-plano .opcao-plano:nth-child(2){
    border-right:none!important;   
}
.escolha-plano .opcao-plano:last-child{
    border-left:none!important;
}
.escolha-plano .opcao-plano .radio input[type=radio]{
    display: none;
    background: transparent;
    position: absolute;
    z-index: 999;
    height: 100%;
    margin:0;
}
.escolha-plano .opcao-plano.selecionado .radio label .imagem-active{
    display:none;
    position: relative;
    z-index: 99;
}
.escolha-plano .opcao-plano.selecionado .radio label .imagem-padrao{
    display:block;
    position: relative;
    z-index: 99;
}
.escolha-plano .opcao-plano.selecionado .radio label span{
    color:#ffffff;
}
.escolha-plano .opcao-plano.selecionado{
    background: #DB4E3B;
}
.escolha-plano .opcao-plano .radio{
    display: block;
    height: 100%; 
    text-align: center;
    margin:0px;
}
.escolha-plano .opcao-plano .radio label{
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 5px 0 5px 0;
    /* padding: 0; */
}
.escolha-plano .opcao-plano .radio label img{
    display: block;
    margin:25px auto;
    max-height: 70px;
}
.escolha-plano .opcao-plano .radio label img:last-child{
    margin-top: 30px!important;
}
.escolha-plano .opcao-plano .radio span{
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #010100;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 4.7px;
    text-align: center;
}
.escolha-plano .opcao-plano .radio span:last-child{
    right: 20px;
}
.escolha-plano p{
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 46.2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 20px;
    letter-spacing: 1.1px;
    display: none
}
.escolha-plano p.active, .escolha-plano h6.active{
    display: block
}
.escolha-plano h6{
    color: #231f20;
    font-size: 23.25px;
    line-height: 25px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:none;
}
.escolha-plano .valor{
    margin-top: 40px;
}
/*/////////////////////////////*/
/* Estilos steps escolha plano */
/*/////////////////////////////*/
.steps{
    margin: 25px 0;
    min-height: 25px;
}
.steps .progressbar {
  /*counter-reset: step;*/
  counter-reset: none;
}
.steps .progressbar li {
  list-style-type: none;
  /*width: 20%;*/
  /*width: 14.2%;*/
  width: 16.5%;
  float: left;
  font-size: 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #231f20;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
}
.steps .progressbar li.active {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}
.steps .progressbar li:before {
  width: 17px;
  height: 17px;
  content: no-open-quote;
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #231f20;
  display: block;
  text-align: center;
  margin: 0 auto -45px auto;
  position: relative;
  top: 11px;
  border-radius: 50%;
  background-color: #f4f2ed;
}
.steps .progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  border: 1.2px solid #231f20;
  top: 18px;
  left: -50%;
  z-index: -1;
}
.steps .progressbar li:first-child:after {
  content: none;
}
/*.steps .progressbar li.active {
  color: green;
}*/
.steps .progressbar li.active:before {
  border-color: #231f20;
  background-color: #c9202a;
}
.steps .progressbar li.finished:before {
    background-color: #c9202a;
}
/*.steps .progressbar li.active + li:after {
  background-color: #c9202a;
}*/

/*/////////////*/
/*Escolha plano*/
/*/////////////*/

#escolha-plano{
    color: #000;
}
#escolha-plano .plano-quantidade .options-quantidade{
    display: flex;
    flex-wrap: wrap;
}
#escolha-plano h2{
    color: #DB4E3B;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}
#escolha-plano p{
    font-size: 16px;
}
#escolha-plano .plano-arrojado{
    background: #FFF;
    padding: 20px 0;
}
#escolha-plano .plano-arrojado .arrojado-bg{
    min-height: 400px; 
    background-size: contain;
    background-repeat: no-repeat;
}
#escolha-plano .plano-arrojado .arrojado-bg p{
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    padding-left: 30px;
}
#escolha-plano .plano-classico{
    padding: 20px 0;
    margin-top: 30px;
}
#escolha-plano .plano-classico .classico-bg{
    min-height: 400px; 
    background-size: contain;
    background-repeat: no-repeat;
}
#escolha-plano .plano-classico .classico-bg p{
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    padding-left: 30px;
}
#escolha-plano .plano-quantidade  input[type=radio]{
    display:none; /* Esconde os inputs */
}
#escolha-plano .plano-quantidade input[type="radio"] + label:before{
    border: 1px solid #000;
    content: "\00a0";
    display: inline-block;
    font-size: 16px;
    height: 40px;
    margin: 0 .25em 0 0;
    padding:0;
    vertical-align: top;
    width: 130px;
    border-radius:4px;
}
#escolha-plano .plano-quantidade input[type="radio"]:checked + label:before{
    background: #DB4E3B;
    text-align: center;
    border: none;
}
#escolha-plano .plano-quantidade input[type="radio"]:checked + label{
    color: #FFF;
}
 
#escolha-plano .plano-quantidade label{
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 5px;
    font-weight: 500;
}
#escolha-plano .plano-quantidade label:hover,
#escolha-plano .plano-quantidade input[type="radio"] + label:hover:before{
    background-color: #DB4E3B;
    border-color: #DB4E3B;
    color:  #FFF;
}
#escolha-plano .plano-quantidade span.qtd{
    position: relative;
    left: -83px;
    width: 0px;
    text-transform: lowercase;
}
.preco-quantidade h6 {
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: right;
    /* display: none; */
    margin-bottom: 0px;
}

.preco-quantidade .detalhes.active{
    display: block;
}
.preco-quantidade .detalhes{
    display: none;
}



/* .preco-quantidade h6.active {
    display: block;
} */
.preco-quantidade span{
    display: none;
}
.preco-quantidade span.active{
    display: block;
}

#escolha-plano .plano-quantidade .preco-quantidade{
    display: flex;
    flex-wrap: wrap;
}
#escolha-plano .plano-quantidade .preco-quantidade span{
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    float: right;
    color: #000;
}

#escolha-plano .btnEscolher{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 50px;
}
#escolha-plano .btnEscolher a, button{
    border: 1px solid #000;
    border-radius: 5px;
    padding: 12px 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    background: none;
}
#escolha-plano .btnEscolher a:hover{
    text-decoration: none;
    color: #FFF;
    background-color: #DB4E3B;
}

#escolha-plano .etapa-1, .etapa-1 .container{
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px){
    .preco-quantidade h6 {
        text-align: center;
    }
    #escolha-plano .plano-quantidade .preco-quantidade span{
        float: none;
        text-align: center;
    }
    #escolha-plano .btnEscolher{
        justify-content: center;
        margin-bottom: 5px;
    }
}

#escolha-plano .etapa-2 .forma-preparo{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}
#escolha-plano .etapa-2 input[type="radio"] { 
    /* position: absolute; */
    width: 90%;
    height: 90%;
    opacity: 0;
    cursor: pointer;
}
/* IMAGE STYLES */
#escolha-plano .etapa-2 input[type="radio"] + img {
    cursor: pointer;
}
#escolha-plano .etapa-2 input[type="radio"] + img:hover {
    border:  1px solid red;
}

/* CHECKED STYLES */
#escolha-plano .etapa-2 input[type="radio"]:checked + img {
    outline: 2px solid #f00;
}

/*/////////////////////////////*/
/*Estilos página escolha moagem*/
/*/////////////////////////////*/
.escolha-plano.moagem .opcao-plano .radio span{
    line-height: 22px;
    padding:0 5px;
}
.escolha-plano.moagem p{
    margin-top: 0px;
    line-height: 35.78px;
}
.escolha-plano.moagem .btnVoltar{
    padding:10px 51px;
    border-radius:0px;
    float:right; 
    text-transform: uppercase;
    font-size: 14.5px;
}
.escolha-plano.moagem .btnAvancar{
    margin-bottom: 10px;
}
.escolha-plano.moagem .caixa{
    border-right:1px solid #3d3c3b;
    border-left:1px solid #3d3c3b;
    border-bottom:1px solid #3d3c3b;
    /*height:175px;*/
    padding:0;
}
/*/////////////////////////////////*/
/*Estilos página escolha quantidade*/
/*/////////////////////////////////*/
.escolha-plano.quantidade .caixa{
    border-right:1px solid #3d3c3b;
    border-left:1px solid #3d3c3b;
    border-bottom:1px solid #3d3c3b;
    height:95px;
    display: flex;
}
/*.escolha-plano.quantidade .caixa ul{
    list-style-type: none;
    margin:0;
}
.escolha-plano.quantidade .caixa ul li{
    display:inline-block;
    border-right:1px solid #3d3c3b;
    padding:10px 70px;
    line-height: 8px;
    height: 40px;
    margin-top: 20px;
    width:  20%;
}*/
.escolha-plano.quantidade .caixa input[type=radio]{
    display:none;
}
.escolha-plano.quantidade .caixa label{
    width: 100%;
    float: left;
    height:95px;
    text-align: center;
    margin:0;
    border-right: 1px solid #3d3c3b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.escolha-plano.quantidade .caixa label:last-child{
    border-right:none;
}
.escolha-plano.quantidade .caixa label.caps:last-child{
    border-right: 1px solid #3d3c3b;
}
.escolha-plano.quantidade .caixa label:hover, .escolha-plano.quantidade .caixa label.selecionado{
    background: #c9202a;
    color: #ffffff;
}
.escolha-plano.quantidade .caixa label h4{
    /*margin:25px 0;*/
    margin:27px 0;
    /*line-height: 45px;*/
    line-height: 30px;
    /*border-right:1px solid #3d3c3b;*/
    /*font-size: 26.57px;*/
    font-size: 24.57px;
    letter-spacing: 1px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.escolha-plano.quantidade .caixa label:last-child h4{
    border:none;
}
.escolha-plano.quantidade .btnVoltar{
    padding:10px 50px;
    border-radius:0px;
    float:right; 
    text-transform: uppercase;
    font-size: 14.5px;
}
.escolha-plano.quantidade .btnAvancar{
    margin-bottom: 10px;
}

/*//////////////////////////////////*/
/*Estilos páginas de assinatura NOVO*/
/*//////////////////////////////////*/
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.container-1280{
    max-width: 1280px;
    margin: 0 auto;
}
.dados-cliente{
    padding: 10px 0;
    display: flex;
}
.dados-cliente .form-group{
    margin-bottom: 0;
}
.p-0{
    padding: 0;
}
.botoes-form{
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}
.botoes-form p small{
    display: initial;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
}
#carrinho h4{
    font-size: 18px;
    color: #C6242F;
    text-transform: uppercase
}
.btn-cadastrado, .btn-novo{
    color: #000 !important;
    text-decoration: underline;
}
.btn-frete, .btn-login{
    display: flex;
    justify-content: flex-end;
}
.btn-assinatura{
    background-color: #FFF;
    padding: 10px 30px;
    border: 1px solid #000;
    color: #000 !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px 0px 2px #000;
}

.dados-cliente label{
    margin-top: 10px;
    font-weight: 500;
}
.dados-cliente input.form-control{
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    background: none;
    border: 1px solid #000;
    border-radius: 0;
}
.dados-cliente input.form-control::placeholder{
    text-transform: uppercase;
    color: #000;
}

.cadastrado{
    display: none;
}

#carrinho .steps{
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 50px;
}

.box-carrinho{
    padding: 10px;
    background-color: #FFF;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.topo-carrinho{
    border-bottom: 1px solid #000;
    display: flex;
    width: 100%;
}
.box-carrinho h5{
    font-size: 16px;
    color: #C6242F;
    text-transform: uppercase
}
.box-carrinho .radio-inline{
    margin-left: 5px;
    margin-top: 10px;
}
.itens-carrinho{
    margin-top: 10px;
    width: 100%;
}
.itens-carrinho p{
    font-size: 12px;
    text-transform: uppercase;
}
.itens-carrinho hr{
    border-color: #c3c3c3;
    margin-top: 5px;
    margin-bottom: 10px;
}

.custom-radio:checked,
.custom-radio:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio:checked + label,
.custom-radio:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    margin-top: 10px;
    font-weight: normal;
}
.custom-radio:checked + label:before,
.custom-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #666;
    border-radius: 100%;
    background: #fff;
    margin-top: 1px;
}
.custom-radio:checked + label:after,
.custom-radio:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #c9202a;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 1px;
}
.custom-radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cupom-desconto{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    /* margin-top: 20px; */
    margin-bottom: 20px;
    padding-top: 20px;
}
.cupom-desconto .btn-cupom{
    border: 1px solid #000;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    background-color: #32B246;
    padding: 6px 12px;
    border-radius: 0;
    color:  #FFF;
}
/* .cupom-desconto input.form-control{
    border-left: 0;
    border-top: 0;
    border-right: 0;
}
.cupom-desconto .btn-assinatura{
    font-size: 12px;
} */
.total-carrinho{
    border-top: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* margin-top: 20px; */
}
.total-carrinho p{
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}
.dados-cartao .campo{
    margin-right: 10px;
}
.btn-cartao{
    margin-top: 20px;
     width: 100%;
    text-align: center;
}
.btn-cartao .voltar{
    background-color: #C3C3C3;
}
.btn-cartao .concluir{
    background-color: #32B246;
    color:  #000;
}
.btn-cartao .concluir, .btn-cartao .voltar{
    font-size: 12px;
    color: #FFF !important;
    padding: 10px 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
}
.cupom-desconto {
    border-top: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
@media(max-width: 768px){
    #escolha-plano, #carrinho{
        margin-top: 50px !important;
    }
    #escolha-plano h2{
        font-size: 18px;
        text-align: center;
    }
    #escolha-plano .como-funciona{
        background-color: #FFF;
    }
    .plano-arrojado{
        margin-top: 0 !important;
    }
    .plano-arrojado .descricao h2{
        display: none;
    }
    .plano-arrojado .arrojado-bg{
        min-height: 215px !important;
    }
    .plano-quantidade .options-quantidade{
        justify-content: space-between;
    }
    .plano-quantidade label{
        width: 30%;
        margin-right: 0px !important;
    }
    .plano-quantidade label::before{
        height: 35px !important;
    }
    .plano-quantidade span.qtd{
        left: -65px !important;
    }
    .preco-quantidade h6{
        font-size: 24px;
    }
    .preco-quantidade span.quantidade{
        font-size: 16px !important;
    }
    .btnEscolher a{
        padding: 5px 5px !important;
    }
    .rodape-plano{
        background-color: #FFF;
        margin-top: 0px !important;
        padding: 20px;
    }
    .forma-preparo label{
        margin: 5px;
    }
    .assinatura-moagem .btnEscolher{
        margin-bottom: 0px !important;
        max-width: 50%;
        margin-left: 50%;
    }
    .assinatura-moagem .btnEscolher a{
        background-color: #FFF !important;
        padding: 10px 30px !important;
        border: 1px solid #000 !important;
        color: #000 !important;
        font-size: 16px !important;
        text-decoration: none;
        box-shadow: 0px 0px 2px #000;
        border-radius: 0 !important;
    }
    .rodape-moagem{
        margin-top: 0 !important;
        background-color: #FFF;
        padding-bottom: 20px;
    }
    .rodape-moagem a{
        position: relative;
        top: -53px;
        padding: 11px 30px !important;
    }
    #carrinho .dados-cliente{
        padding-top: 0;
        padding-bottom: 0;
    }
    #carrinho .box-carrinho{ 
        margin-top: 20px; 
    }
    #carrinho .btn-frete{
        margin-top: 20px;
    }
    #carrinho .linha-topo .progressbar{
        display: flex;
        justify-content: center;
    }
    .dados-cartao .campo{
        margin-right: 0;
    }
    .btn-cartao{
        display: inline-grid;
    }

}
/*////////////////////////////*/
/*Estilos página carrinho NOVO*/
/*////////////////////////////*/

.escolha-plano.carrinho-novo h2{
    color: #DB4E3B;
    font-size: 26px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.escolha-plano.carrinho-novo p{
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 20px;
    letter-spacing: 1.1px;
    display: block;
}
.escolha-plano.carrinho-novo .itens{
    border: 1px solid #000; 
    padding: 10px 30px; 
    margin-bottom: 20px;
}
.escolha-plano.carrinho-novo .itens .table>tbody>tr>td{
    border-top: none;
    border-bottom: 1px solid #000;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    vertical-align: middle;
}
.escolha-plano.carrinho-novo .itens .table>tbody>tr{
    margin-bottom: 20px;
}
.escolha-plano.carrinho-novo .itens td.trash{
    border-bottom: 0px !important;
    text-align: end;
    cursor: pointer;
}
.escolha-plano.carrinho-novo .itens .table-itens i{
    color: #DB4E3B;
}
.escolha-plano.carrinho-novo .frete{
    border: 1px solid #000; 
    padding: 10px 30px; 
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.escolha-plano.carrinho-novo .frete h2{
    margin-bottom: 0;
}

.escolha-plano.carrinho-novo .frete .frete-cep{
    padding: 0;
}
.escolha-plano.carrinho-novo .frete .cep-invalido{
    font-size: 14px;
}
.escolha-plano.carrinho-novo .frete .frete-cep .coluna-total{
    /* display: flex;
    flex-wrap: wrap; */
}
#combo_endereco{
    margin-top: 20px;
}
.btnPadraoCarrinhoNovo{
    border: 1px solid #000;
    border-radius: 5px;
    padding: 12px 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    background: none;
    cursor: pointer;
}
.btnPadraoCarrinhoNovo:hover{
    background-color: #DB4E3B;
    border-color: #DB4E3B;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}
.escolha-plano.carrinho-novo .frete .campo-cep{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    max-width: 70%;
    margin-right: 20px
}
.escolha-plano.carrinho-novo .frete .frete-calculado{
    margin-top: 20px;
}
.escolha-plano.carrinho-novo .frete .frete-calculado td{
    border: none;
    padding: 5px 0px;
}
.escolha-plano.carrinho-novo .frete .frete-option{
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.escolha-plano.carrinho-novo .frete p{
    font-size: 12px;
    margin-top: 20px;
}
.escolha-plano.carrinho-novo .cupom{
    border: 1px solid #000; 
    padding: 10px 30px;
}
.escolha-plano.carrinho-novo .cupom .cupomBtn{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.escolha-plano.carrinho-novo .colocar-cupom{
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
    margin-bottom: 30px
}
.escolha-plano.carrinho-novo .colocar-cupom p{
    margin-bottom: 0px;
    font-size: 16px;
}
.escolha-plano.carrinho-novo .colocar-cupom input{
    max-width: 50%;
    margin-left: auto;
    position: relative;
    z-index: 999;
    bottom: -1px;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding-bottom: 0px;
    text-align: right;
    font-size: 16px;
    color: #000;
}
/* .escolha-plano.carrinho-novo .frete-cep{
    margin-top: 20px;
} */

.escolha-plano.carrinho-novo .frete-cep ul li{
    list-style: none;
    font-size: 14px;
    margin-left: 20px;
}


.escolha-plano.carrinho-novo .colocar-cupom input::placeholder{
    font-size: 16px;
}
.escolha-plano.carrinho-novo .dados-cartao{
    border: 1px solid #000; 
    padding: 10px 30px;
}
.escolha-plano.carrinho-novo .dados-cartao select::-ms-expand {
    display: none;
}
.carrinho-novo input::-ms-clear {
    display: none;
}
.escolha-plano.carrinho-novo .dados-cartao .bandeiras{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.escolha-plano.carrinho-novo .dados-cartao .cartoes-img{
    display: flex; 
    justify-content: space-between;
    align-items: center;
}
.escolha-plano.carrinho-novo .dados-cartao .cartoes-img .cartao{
    padding: 0;
}
.escolha-plano.carrinho-novo .dados-cartao .cartoes-img input[type="radio"] { 
    position: absolute;
    width: 90%;
    height: 90%;
    opacity: 0;
    cursor: pointer;
}
.form-control.has-error, 
.form-control-v2.has-error{
    border-color: red !important;
}
.form-group.has-error label:before{
    border-color:  red !important;
}

.escolha-plano.carrinho-novo .dados-cartao .cartoes-img input[type="radio"] + img {
    cursor: pointer;
    width: 100%;
}
.escolha-plano.carrinho-novo .dados-cartao .cartoes-img input[type="radio"]:checked + img {
    outline: 1px solid #f00;
}
.escolha-plano.carrinho-novo .dados-cartao .cartoes-img label{
    margin-bottom: 0px;
}
.escolha-plano.carrinho-novo .dados-cartao .form-control{
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.escolha-plano.carrinho-novo .dados-cartao .form-control::placeholder{
    font-size: 16px;
    color: #000;
}
.escolha-plano.carrinho-novo .total-compra{
    border: 1px solid #000; 
    padding: 5px 30px; 
    text-align: right;
    margin-top: 20px
}
.escolha-plano.carrinho-novo .total-compra h4{
    font-size: 26px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    color: #000;
}
.escolha-plano.carrinho-novo .total-compra h4.subtotal{
    font-size: 20px;
    color: #333333;
}
.escolha-plano.carrinho-novo .total-compra span{
    margin-left: 50px
}
.escolha-plano.carrinho-novo .finalizar a.btnVoltar{
    padding: 13px 30px;
    margin-right: 10px;
}
.escolha-plano.carrinho-novo .disabled{
    color:#000000;
    border:1px solid #3d3c3b;
    background: transparent;
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

/*//////////////////////*/
/*Estilos planos da home*/
/*//////////////////////*/
.planos-home{
    display: flex;
    flex-wrap: wrap;
}
.plano-conteudo{
    padding: 0 60px;
}

.planos-home .col-lg-6:first-child:after{
    content: '';
    height: 70%;
    width: 1px;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 60px;
}
.planos-home h4{
    color: #DB4E3B;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    /* position: absolute;
    top: 16%;
    left: 50%; */
}
.planos-home p{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 60px;
}
.planos-home .preco-box{
    /* position: absolute; */
    bottom: 0;
    display: flex;
}
.planos-home .preco-box p{
    font-size: 25px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    color: #DB4E3B;
}
.planos-home .preco{
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    margin: 0;
}
/* .planos-home span{
    font-size: 18px;
    font-family: "Lato-BoldItalic";
} */
.planos-home .btnPlanoHome{
    display: flex;
    align-items: center;
}
.planos-home .btnPlanoHome a{
    border-radius: 5px;
    background-color: #DB4E3B;
    border-color: #DB4E3B;
}
.planos-home .btnPlanoHome a:hover{
    background-color: #c4c4c4;
    border-color: #c4c4c4;
}

@media (max-width: 768px){
    .plano-conteudo{
        padding: 0 10px;
    }
    .planos-home .col-lg-6:first-child:after{
        content: none;
    }
    .planos-home h4{
        font-size: 30px;
        top: 4%;
    }
    .planos-home p{
        margin-bottom: 20px;
    }
    .planos-home .preco-box{
        bottom: 0;
        display: flow-root;
        margin-bottom: 40px;
    }
    .planos-home .preco-box p{
        margin-bottom: 20px;
    }
}

/*//////////////////////////////*/
/*Estilos página carrinho compra*/
/*//////////////////////////////*/
.escolha-plano.carrinho .table-personalizada{
    margin-top: 30px;
}

.escolha-plano.carrinho .table-personalizada tbody tr td{
    padding: 0 10px;
    font-family: "Lato-Regular";
    font-size: 20px;
    color: #DB4E3B;
}
.escolha-plano.carrinho .table-personalizada thead tr th{
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 2px;
}
.escolha-plano.carrinho .frete-valores{
    margin-top: 20px;
}
.escolha-plano.carrinho .table-personalizada .box-quantidade .ui-spinner-up{
    right:30px;
    width: 28px;
}
.escolha-plano.carrinho .table-personalizada .box-quantidade .ui-spinner-down{
    left:30px;
    width: 28px;
}
.escolha-plano.carrinho form .campo-cep{
    margin-left: 40px;
    border-radius: 0;
}
.escolha-plano.carrinho form .label-cep {
    left: 0px;
    padding:7px 10px;
    position: absolute;
    top: 0;
    height: 45px;
    color: #ffffff;
    background: #c9202a;
    text-align:center;
}
.escolha-plano.carrinho form .calc-frete .btn-lg{
    padding:14px 20px;
    margin-left: 35px;
}
.escolha-plano.carrinho .table-personalizada.valores td{
    border:none;
    padding:0;
    line-height:1.8;
}
.escolha-plano.carrinho .table-personalizada.valores td{
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 23.98px;
    color:#282828;
}
.escolha-plano.carrinho .table-personalizada.frete-calculado{
    margin-top: 0;
}
.escolha-plano.carrinho .table-personalizada.frete-calculado input{
    margin-top: 15px!important;
}
.escolha-plano.carrinho .table-personalizada.frete-calculado label{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size:16px;
    line-height: 42px;
}
.escolha-plano.carrinho .btnVoltar{
    padding:10px 20px;
    border-radius:0px;
    float: right;
    text-transform: uppercase;
    font-size: 14.5px;
}
.escolha-plano.carrinho .btnAvancar{
    padding:15px 75px;
    margin:0 0 15px 100%;
}
.escolha-plano.carrinho .disabled{
    color:#000000;
    border:1px solid #3d3c3b;
    background: transparent;
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
/*@media only screen and (max-device-width : 768px){
    
}*/
/*@media only screen and (min-width : 767px) and (max-width : 812px) and (orientation : portrait) {
    .escolha-plano.carrinho .table-personalizada .box-quantidade .ui-spinner-down{
        left:78px;
    }
    .escolha-plano.carrinho .table-personalizada .box-quantidade .ui-spinner-up{
        left:17px;
    }
}*/

/*/////////////////////////////*/
/*Estilos página login-cadastro e pagamento*/
/*/////////////////////////////*/
.escolha-plano.login-cadastro .steps, .escolha-plano.pagamento .steps{
    margin-bottom: 50px;
}
.escolha-plano.login-cadastro .botoes .btnLogin{
    margin-right: 20px;
    padding: 15px 69px;
}
.escolha-plano.login-cadastro .formulario h4, .escolha-plano.pagamento .formulario h4{
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size:20.96px;
    line-height: 55.39px;
    letter-spacing: 1.5px;
    color:#282828;
    text-transform: uppercase;
}
.escolha-plano.login-cadastro .formulario .form-control, .escolha-plano.pagamento .formulario .form-control{
    border:1px solid #000000;
    border-radius:0;
    min-height: 43px;
    background-color: #f4f2ed;
    font-size:14px;
}
.escolha-plano.login-cadastro .formulario .form-control::-webkit-input-placeholder, .escolha-plano.pagamento .formulario .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #010100;
    text-transform: uppercase;
    font-size: 17px;
}
.escolha-plano.login-cadastro .formulario .form-control:-moz-placeholder, .escolha-plano.pagamento .formulario .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #010100;
    opacity:  1;
    text-transform: uppercase;
    font-size: 17px; 
}
.escolha-plano.login-cadastro .formulario .form-control::-moz-placeholder, .escolha-plano.pagamento .formulario .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #010100;
    opacity:  1;
    text-transform: uppercase;
    font-size: 17px;
}
.escolha-plano.login-cadastro .formulario .form-control:-ms-input-placeholder, .escolha-plano.pagamento .formulario .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #010100;
    text-transform: uppercase;
    font-size: 17px;   
}
.escolha-plano.login-cadastro .btnVoltar, .escolha-plano.pagamento .btnVoltar{
    /*padding:10px 54.2px;*/
    padding:10px 45px;
    border-radius:0px;
    float: right;
    text-transform: uppercase;
    font-size: 14.5px;
}
.escolha-plano.login-cadastro .btnAvancar, .escolha-plano.pagamento .btnAvancar{
    margin:0 0 15px 100%;
}
.escolha-plano.login-cadastro hr, .escolha-plano.pagamento hr{
    border:0.5px solid #000000;
    margin:0 0 20px 0;
}
.escolha-plano.login-cadastro h3, .escolha-plano.pagamento h3{
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    color:#010100;    
    font-size:20px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-align: left;
    margin-top: 10px;
}
.escolha-plano.login-cadastro .itens div, .escolha-plano.pagamento .itens div{
    margin-bottom: 20px;
}
.escolha-plano.login-cadastro .itens div div:first-child, .escolha-plano.pagamento .itens div div:first-child{
    width: 30%;
    float:left;
}
.escolha-plano.login-cadastro .itens div div:last-child, .escolha-plano.pagamento .itens div div:last-child{
    width: 70%;
    float:left;
}
.escolha-plano.login-cadastro .itens div img, .escolha-plano.pagamento .itens div img{
    max-width: 115px;
}
.escolha-plano.login-cadastro h5, .escolha-plano.pagamento h5{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size:16px;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.escolha-plano.login-cadastro .itens h4, .escolha-plano.pagamento .itens h4{
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size:20px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color:#c9202a;
    margin-top: 20px;
}
.escolha-plano.login-cadastro .botoes{
    margin-bottom: 300px;
}
.escolha-plano.login-cadastro .botoes h6{
    display: none;
}
.escolha-plano.login-cadastro .botoes h5{
    color: #231f20;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.escolha-plano.login-cadastro .botoes h5.desc{
    margin-top: 55px;
}
.escolha-plano.login-cadastro .formulario .form-group, .escolha-plano.pagamento .formulario .form-group{
    margin-bottom: 0px;
}
.escolha-plano.login-cadastro .formulario .form-group > div, .escolha-plano.pagamento .formulario .form-group > div{
    margin-bottom: 20px;
}
/*Cadastro*/
.escolha-plano.login-cadastro.cadastro .btnVoltar, .escolha-plano.pagamento .btnVoltar{
    padding:10px 54.2px;
}

/*Escolha do endereço*/
.escolha-plano.definir-endereco .table-personalizada.frete-calculado label{
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size:16px;
    line-height: 20px;
}
.escolha-plano.definir-endereco .table-personalizada.valores td{
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 23px;
    color: #282828;
}
.escolha-plano.definir-endereco .table-personalizada.voucher td{
    border:none;
}
.escolha-plano.definir-endereco hr{
    margin:0;
}
.escolha-plano.definir-endereco .selectwrap-styled-select .form-control{
    padding-right: 45px;
}
.escolha-plano.definir-endereco .selectwrap-styled-select:after {
    width: 15px;
    height: 11px;
    top: 19px;
    right: 19px;
    background: url(../img/site/icone-selected2.png) no-repeat;
}
.escolha-plano.definir-endereco .voucher .btnVoucher.disabled{
    color:#000000;
    border:1px solid #3d3c3b;
    background: transparent;
}
.escolha-plano.definir-endereco .voucher .btnVoucher{
    color:#fbf9f9;
    border:1px solid #DB4E3B
    background:#DB4E3B;
}
.escolha-plano.login-cadastro.definir-endereco .btnVoltar, .escolha-plano.pagamento .btnVoltar{
    padding:10px 54.2px;
}



/*Pagamento*/
.escolha-plano.pagamento .table-personalizada.valores td{
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 23px;
    color: #282828;
}
@media (max-width : 1199px) and (min-width : 813px){
    /*Escolha quantidade*/
    .escolha-plano.quantidade .btnVoltar{
        float: left;
        padding: 13px 40px;
    }
    /*Escolha moagem*/
    .escolha-plano.moagem .btnVoltar{
        float: left;
        padding: 13px 40px;
    }
}
@media (max-width : 812px){
    .escolha-plano{
        margin-top: 65px;
    }
    .escolha-plano .planos h4{
        font-size: 15px;
        line-height: 18px;
    }
    /*Escolha do plano mobile*/
    .escolha-plano .opcao-plano .radio label img{
        max-height: 50px;
        margin: 10px auto;
    }
    .escolha-plano .opcao-plano .radio span{
        font-size: 9px;
        line-height: 0px;
        letter-spacing: 2.7px;
    }
    .escolha-plano .opcao-plano{
        height: 112px;
    }
    .escolha-plano h6{
        font-size: 15px;
    }
    .escolha-plano .valor{
        margin-top: 15px;
    }
    .escolha-plano p{
        line-height: 24.2px;
        margin-top: 10px;
        font-size: 13px;
    }
    /*.escolha-plano{
        margin-top: 105px;
    }*/
    /*Escolha moagem mobile*/
    .escolha-plano.moagem .btnVoltar{
        font-size: 12px;
        text-transform: uppercase;
        padding:9.5px 20px;
        float:left;
    }
    .escolha-plano.moagem p{
        line-height: 24.2px;
        margin-top: 0px;
    }
    .escolha-plano.moagem .opcao-plano{
        height:105px;
    }
    /*Escolha qunatidade mobile*/
    .escolha-plano.quantidade .caixa label h4{
        font-size: 16px;
        line-height: 25px;
    }
    .escolha-plano.quantidade .caixa, .escolha-plano.quantidade .caixa label{
        height: 75px;
    }
    .escolha-plano.quantidade .btnVoltar{
        float: left;
        padding: 9.5px 35.2px;
        font-size:12px;
    }
    .escolha-plano.quantidade .caixa label h4.caps{
        margin:12px 0;
    }
    .escolha-plano.quantidade .caixa label h4 span{
        font-size:10px;
        display: block;
    }
    /*Carrinho de compra mobile*/
    .escolha-plano.carrinho .table-personalizada{
        margin-top: 0px;
    }
    .escolha-plano.carrinho .btnVoltar{
        float:left;
        padding: 9px 8px;
        font-size: 12px;
    }
    .escolha-plano.carrinho .btnAvancar{
        padding: 9.5px 30px;
        margin:0;
    }
    .escolha-plano.carrinho .table-personalizada.valores td{
        font-size: 18px;
    }
    .escolha-plano.carrinho form .calc-frete .btn-lg{
        padding:14px 10px;
        margin-left: 20px;
    }
    .escolha-plano.carrinho form .campo-cep{
        margin-left: 35px;
    }
    .escolha-plano.carrinho .table-personalizada tbody tr td{
        font-size: 13px;
    }
    .escolha-plano.carrinho .table-personalizada thead tr th{
        font-size:12px;
        letter-spacing: 1px;
    }
    .escolha-plano.carrinho .table-personalizada .box-quantidade input{
        width:33%;
    }
    .escolha-plano.carrinho .table-personalizada .box-quantidade .ui-spinner-down{
        left:0px;
        width:33%;
    }
    .escolha-plano.carrinho .table-personalizada .box-quantidade .ui-spinner-up{
        right:0px;
        width:33%;
    }
    .escolha-plano.carrinho .table-personalizada tbody tr td{
        padding: 0 7px;
    }
    .escolha-plano.carrinho .table-responsive.itens-car{
        border:none;
    }
    /*Cadastro ou login mobile*/
    .escolha-plano.login-cadastro .botoes .btnLogin{
        padding: 10px 44px;
    }
    .escolha-plano.pagamento .btnVoltar{
        float: left;
        padding: 8px 30.2px;
    }
    .escolha-plano.login-cadastro .btnVoltar{
        float: left;
        padding: 9.5px 33px;
        font-size: 12px;
    }
    .escolha-plano.login-cadastro .btnAvancar, .escolha-plano.pagamento .btnAvancar{
        font-size:14.5px;
        position: relative;
        top:51px;
    }
    /*Definir endereço*/
    .escolha-plano.definir-endereco .table-personalizada.valores td{
        font-size:19px;
    }
    .escolha-plano.definir-endereco .itens div div:first-child{
        width: 40%;
    }
    .escolha-plano.definir-endereco .itens div div:last-child{
        width: 60%;   
    }
    .escolha-plano.definir-endereco h3{
        font-size:15px;
    }
    .escolha-plano.login-cadastro h5{
        font-size: 13px;
    }
    .escolha-plano.login-cadastro .itens h4{
        font-size: 19px;
    }
    /*Pagamento*/
    .escolha-plano.pagamento .table-personalizada.valores td{
        font-size:19px;
    }
    .escolha-plano.pagamento .itens div div:first-child{
        width: 40%;
    }
    .escolha-plano.pagamento .itens div div:last-child{
        width: 60%;   
    }
    .escolha-plano.pagamento h3{
        font-size:15px;
    }
    .escolha-plano.pagamento h5{
        font-size: 13px;
    }
    .escolha-plano.pagamento .itens h4{
        font-size: 19px;
    }
    .escolha-plano.pagamento .btn-lg.btnAvancar{
        padding:10px 20px;
        font-size: 12px;
    }
    .escolha-plano.pagamento .btn-lg.btnVoltar{
        padding:9.5px 20px;
        font-size: 12px;
    }
    .escolha-plano.login-cadastro .btnCadastro{
        padding:10px 20px;
    }
    .escolha-plano.login-cadastro.definir-endereco .btn-lg.btnAvancar{
        padding:10px 20px;
    }
    .escolha-plano.login-cadastro.cadastro .btnVoltar{
        padding:9.5px 34px;
    }
    .escolha-plano.login-cadastro.definir-endereco .btnVoltar{
        padding:9.5px 20px;
    }
    .escolha-plano.moagem .btnAvancar{
        padding: 10px 20px;
        font-size: 12px;
    }
    .escolha-plano.quantidade .btnAvancar{
        padding: 10px 20px;
        font-size: 12px;
    }
    .escolha-plano.carrinho .btnAvancar{
        font-size: 12px;
    }
    .escolha-plano.login-cadastro .btnAvancar{
        padding:10px 20px;
        font-size: 12px;
    }

}

@media (max-width : 768px){
    /*Estilo mobile página cadastro*/
    .escolha-plano.login-cadastro.cadastro .btnVoltar, .escolha-plano.pagamento .btnVoltar, .escolha-plano.login-cadastro.definir-endereco .btnVoltar{
        padding:9.5px 30.2px;
        font-size: 12px;
    }
    .escolha-plano.definir-endereco .voucher .btnVoucher{
        padding-top:14px;
        padding-bottom:14px;
    }
}

@media (max-width : 414px){
    .escolha-plano.login-cadastro .botoes h5{
        display: none;  
    }
}

@media (max-width: 414px){
    /*Cadastro ou login mobile*/
    .escolha-plano.login-cadastro .botoes .btnPadrao{
        width: 100%;
    }
    .escolha-plano.login-cadastro .botoes h6{
        display:block;
        padding: 0 42px;
        font-size:13px;
    }
    .escolha-plano.login-cadastro .botoes{
        margin-bottom: 0px;
    }
    .escolha-plano.login-cadastro .botoes .btnLogin{
        margin-right: 0px;
    }
}
/*alteração menu mobile processo de compras*/
.header-mobile{
    background: transparent;
    box-shadow: none;
    margin-top: 0px !important;
}
.header-mobile .logo-mobile{
    margin:11px 0;
}
.header-mobile .logo-mobile img{
    max-width:125px;
}
.header-mobile .menu-hb{
    height: 60px;
    background: transparent;
}
.header-mobile .menu-hb .menuIcon{
    top:5px;
}
.header-mobile .menu-hb .menuIcon .bottom, .header-mobile .menu-hb .menuIcon .middle, .header-mobile .menu-hb .menuIcon .top{
    height: 3px;
    width: 22px;
    background:#333;
}
/*Alterações footer processo de compra*/
footer .icon-footer{
    max-width: 24px;
}
footer .mobile{
        display: none;
}
footer .mobile hr{
    border-top:5px solid #dbdad5;
    margin-bottom: 15px;
}
footer .mobile ul li{
    display: inline-block;
}
footer .mobile ul li h6{
    margin:0;
    font-size: 11px;
    line-height: 14px;
}
footer .mobile ul li .icon-footer{
    max-width: 20px; 
}
@media (max-width: 768px){
    footer .desktop{
        display: none;
    }
    footer .mobile{
        display: block;
    }
    footer{
        border-top: none;
    }
}
/*Alteração slider blog na home versão mobile*/
@media (max-width : 812px){
    .barra-navegacao{
        bottom: 220px;
    }
    .barra-navegacao .prev{
        left: -30px;
    }
    .barra-navegacao .next{
        right: -30px;
    }
}
.f-size-25{
    font-size: 25px !important;
}


#usuario-novo{
    display: table;
}
#usuario-cadastrado{
    display: none;
}
.mt-20{
    margin-top: 20px;
}
.mt-45{
    margin-top: 45px;
}
.bandeira-cartao img{
    width: 50px;
}


.whatsapp {
    position: fixed;
    right: 50px;
    z-index: 999;
    bottom: 30px;
}
.whatsapp img {
    height: 60px;
}


.div-cookiemsg {
    position: fixed;
    bottom: 0;
    background: #FFF;
    width: 100% !important;
    padding: 30px;
    display: none;
    z-index: 999;
}
.div-cookiemsg.mostrar{
    display: block;
}





/* #####################
        MIXINS
##################### */
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}

/* #####################
    END MIXINS
##################### */

/* #############################
        NOVOS ESTILOS SEO
############################# */
.descricao-planos h2{
    color: #010100;
    font-size: 24px;
    line-height: 70px;
    letter-spacing: 2.50px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.planos-home h3 {
    color: #DB4E3B;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-align: left;
}
.planos-home p.preco{
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    margin: 0;
}

/* #############################
    END NOVOS ESTILOS SEO
############################# */

