@charset "utf-8";

@import "padrao_atual.css";
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap'); */
/*div.slick-slider { width: 1px; min-width: 100%; width: 100%; } */
.menu-conteudo .campanhas-voltar .voltar{
	left: -1px;
}

.menu-conteudo .campanhas-voltar .voltar i{
	font-size: 47px;
	top: 18px;
	left: 0;
}
.menu-conteudo.campanha-clone .campanhas-voltar .voltar i{
	top: 36px;
}
#uploadNotaFiscal .campanhas-voltar{
	height: auto;
}
#uploadNotaFiscal .campanhas-voltar .voltar i{
    top: -22px;
    left: -6px;
}
.campanhas-voltar{
    /* background: #ffffff; */
    display: block;
    height: 27px;
}
.campanhas-voltar .voltar{
	top: -28px;
}
.campanhas-voltar .voltar i{
top: 8px;	
}
.bloco-bottons-interna{
	width: 100%;
}
.content-degustacao .titulo_internas img, .content-degustacao .titulo_internas img:hover{
	opacity: 1;
}
.bloco-degustacao.padrao-campanha{
	background-image: bottom center, 100% 19%;
}
.bloco-degustacao{
	height: 100vh;
}

.campanha-consultor .home.bloco-degustacao, 
.campanha-vendedores .home.bloco-degustacao,
.campanha-promotor .home.bloco-degustacao,
.campanha-boutique .home.bloco-degustacao,
.campanha-combo_99 .home.bloco-degustacao{
	height: 100vh;
}

.center-all{
	    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.regulamento-de-campanhas label{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.regulamento-de-campanhas .regulamento_campanha{
	    margin-right: 8px;
}
.regulamento-de-campanhas span{
	    color: #2d3673;
    font-weight: 700;
}
.blur{
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1!important;
}
.video-item-bloco{
	display: none;
}
.trilha-item-bloco{
	display: none;
}
.espresso-item-bloco{
	display: none;
}
.sessao-favoritos .bloco-videos{
	height: auto;
	margin-bottom: 27px;
	padding-bottom: 0!important;
}
.sessao-favoritos .bloco-trilhas{
	height: auto;
	margin-bottom: 27px;
	padding-bottom: 0!important;
}

.sessao-favoritos .bloco-espresso{
	height: auto;
	margin-bottom: 27px;
	padding-bottom: 0!important;
}
.sessao-favoritos .bloco-espresso .gallery_product .bloco-texto{
	padding-left: 0px;
}
.sessao-favoritos .btn-videos{
	border-radius: 16px;
    background-color: #2d3673;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
        font-family: 'Hisense Sans Alfabet';
    text-align: center;
    width: 100%;
    height: 33px;
    display: none;
    padding: 6px;
    margin: 14px auto 57px auto;
    outline: none;
    border: none;
}
.sessao-favoritos .btn-trilhas{
	border-radius: 16px;
    background-color: #892b3f;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
        font-family: 'Hisense Sans Alfabet';
    text-align: center;
    width: 100%;
    height: 33px;
    display: none;
    padding: 6px;
    margin: 14px auto 57px auto;
    outline: none;
    border: none;
}
.sessao-favoritos .btn-espresso{
	border-radius: 16px;
    background-color: #cda46b;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
        font-family: 'Hisense Sans Alfabet';
    text-align: center;
    width: 100%;
    height: 33px;
    display: none;
    padding: 6px;
    margin: 14px auto 57px auto;
    outline: none;
    border: none;
}

.politica-nespresso{
  background: #fff;
  border-radius: 22px;
  padding: 14px 20px;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
  position: relative;
  z-index: 999;
  
}
.bloco-deslogado .politica-nespresso p{
  text-align: left;
    line-height: normal;
    margin: 0.6rem 0px;
    font-size: 1.01rem;
}
.bloco-deslogado .politica-nespresso h1{
  font-size: 1.7rem;
  width: 100%;
  margin: 15px 0px;
  text-align: left;

}

@media (min-width: 769px) {

  .politica-nespresso{
    padding: 40px 50px;
    display: block;
    margin:0 auto;
  }
}
.videos .svg{
  background-color:#2d3673; 
}
.podcasts .svg{
  background-color:#892b3f; 
}
.espresso .svg{
  background-color: #cda46b;
}
.svg{
  width: 18px;
  height: 18px;
  margin-right: 4px;

}

.fa-heart.favorito{
	color:black!important;
	position: initial!important;
	opacity: 1;
}

.fa-bars.active{
	color:#ff0000!important;
}

.fa-user.active{
	color:#ff0000!important;
}

.fa-heart{
	opacity: 0.4;
}

.fa-plus-circle{
	color: #a5dc86;
}







/*Variáveis*/

*{
	outline: none!important;
	    font-family: 'Hisense Sans Alfabet';
}
a{
	text-decoration: none!important;
}

.btn:hover{
	background:#000000!important;
}


/*Cafe com Leite: */
.padrao{
	background-color: #fbfcf1;
}

.flex-item{
	display: flex!important;
} 

.gota{
	position: absolute;
	top: 20px;
	right: 10px;
	width:auto;
	margin: 0 auto;
	z-index: 99;
}


.b_link{ 
	display: block;
  width: 100%;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloco-cor{
	position: relative;
	top: 16px;
	right: 11px;
	background: #cda46b;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	width: 2.8rem;
	height: 2.7rem;
	border-radius: 14px;
	z-index: 999;
	-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
	box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
	cursor: pointer;
}

.bloco-cor img{
	width: 52%;
	position: relative;
	top: 10px;
	text-align: center;
	margin: 0px auto;
	display: block;
}


.interna-tema{
	position: absolute;
	top: 14px;
	/* right: -90px;*/
	right: 20px;
	min-width: 165px;
	background-color: #ffffff;
	height: 2.6rem;
	z-index: 998;
	-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
	box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
	border-radius: 10px;
	display: none;
	align-items: center;
	padding: 0px 0px 0px 14px;
	-webkit-animation: scale-in-hor-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-hor-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	cursor: pointer;
}

.interna-tema span{
	color: #343333;
	opacity: 1;
	font-weight: 600;
}


@-webkit-keyframes scale-in-hor-right {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 1;
	}
}

@keyframes scale-in-hor-right {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 1;
	}
}



h1,h2,h3,h4,h5,h6,body{
	    font-family: 'Hisense Sans Alfabet';
}

p{
	font-size: 14px;
	letter-spacing: 0px;
	color: #343333;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;

}

button{
	outline: none!important;
}
.btn{
	border-radius: 23px;
	filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.35));
	font-size: 1.4rem!important;
	font-weight: bold;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	line-height: 1;
}
.center-block{
	display: block;
	margin:  0 auto;
}

.flex-vertical{
	display: flex;
	align-items: center;
}

.titulo_internas{
	margin-top: 20px;
	width: 100%;
	display: block;
	    font-family: 'Hisense Sans Alfabet';
}
.mt-18{
	margin-top: 18px;
}
.titulo_internas h1{
	color: #404642;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
}

.titulo_internas p{
	font-size: 14px;
	letter-spacing: 0px;
	color: #343333;
	color: #404642;
	text-align:  center;
}	

#interna{
	box-shadow: none;
}
#interna .favorito{
	position: initial!important;
}
.bloco-bottons-interna a{
	cursor: pointer;
}
.bloco-bottons-interna a:hover{
	color:#ffffff!important;
	opacity: 0.8;
}
.bloco-bottons-interna .regulamento-de-campanhas a:hover{
	color:#000000!important;
	opacity: 0.8;
}



@media (min-width: 768px){

	.bloco-cafes .gallery_product p.cat-icon{
		top:7px;
	}
	.bloco-trilha .gallery_product p.cat-icon{
		top:7px;
	}
	.bloco-bottons-interna{
		padding-bottom: 70px;
	}
}


/* ############################# Internas*/


.modal-content{
  border:none!important;
  border-radius: 0!important;
}
.item-btn{
  margin-bottom: 10px;
}
.slick-active {
  outline: none!important;
}
.slick-slide {
  outline: none!important;
}
.slick-slide:active {
  outline: none!important;
}
.logout{
  display: flex!important;
  align-items: center;
  font-size: 0.9rem;
  color: #a3adaf;
  display: inline-block;
}
.logout img{
  margin-right: 2px;
}

.logout:hover{
  text-decoration: none;
}
.slick-slide {
  outline: none!important;
}

/*Coffee Lover:*/
.lover{
	background-color: #000000;
	--bg-padrao: #E9DDD1;
	--cor-texto-1: orange;
	--cor-texto-2: red;
	--cor-titulo-interna:red;
}

h1,h2,h3,h4,h5,h6,p,span{
	color: #343333;
}

.header-interna{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.relatorio{
  text-align: left;
}

.relatorio p{
  text-align: left;
}

.p0{
  padding:0!important;
  margin:0!important;
}
.pl5{
  padding: 0px 5px;
}
.min-h-titulo{
  min-height: 72px;
}
/*Borda Páginas internas*/
.cor-trilha{
  border-top: 28px solid #892b3f;
  display: block;
  margin-bottom: -1px;
}

.cor-videos{
  border-top: 28px solid #2d3673;
  display: block;
  margin-bottom: -1px;
}

.cor-cafe{
  border-top: 28px solid #d07135;
  display: block;
  margin-bottom: -1px;
}

.cor-espresso{
  border-top: 28px solid #cda46b;
  display: block;
  margin-bottom: -1px;
}

.barra-top-interna{
  position: relative;
  z-index: 7;
}
.bloco-form{
  overflow: hidden;
}

.form-logar{
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}



@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}




.form-recuperar{
  display: none;
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.voltar i{
  font-size: 38px;
  border-radius: 19px;
  color: #d9dad9;
  top: 18px;
  left: 4%;
  position: relative;
}
.voltar{
  position: absolute;
  left: 10px;
  z-index: 44;
}

.voltar-perfil{
    position: absolute;
    left: 4%;
    top: 9%;
    z-index: 44;
    opacity: 1;
}

.voltar-perfil i{
  font-size: 38px;
  border-radius: 19px;
  color: #d9dad9;
  position: relative;
}

.bloco-cadastro{
	overflow: hidden;
	padding-bottom: 20px;
}

.interativa{
	position: relative;
}

.form-control:focus{
	box-shadow: 0 0 0 0.2rem rgb(205 164 108)!important;
}

.formulario-pesquisa{
  display: none;
  position: absolute;
  top: -50px;
  background-color: #ffffff;
  width: 100%;
  z-index: 99999999;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 7px 10px;
  border-radius: 1px;
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.pesquisar {
  display: table;
  width: 100%;
}

.pesquisar button{
  outline: none;
  border:none;
  display: inline-flex;
  background: none;
  font-size: 1.3rem;
}
.pesquisar input{
  width: 100%;
  height: 36px;
  border-radius: 7px;
  background-color: #f1f1f1;
  margin:0!important;
  padding:5px 3px!important;
  border: none;
  outline: none!important;
  width: 90%;
}

.pointer{
  cursor:pointer;
  min-width: 18px;
}


@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.interativa label{
	display: none;
	-webkit-animation: bounce-in-bottom 1.1s both;
	animation: bounce-in-bottom 1.1s both;
	position: absolute;

  background-color: #cda46b;
  color: #ffffff;

  font-weight: 500;
  padding: 2px 14px;
  border-radius: 0px 22px;
  top: -1px;
  right: 3px;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
}

.interativa .data{
	border-radius: 0px 0px 25px 25px;
  top: 0px;
  right: 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.interativa label:hover{
	opacity: 0.1;
}
.interativa i{
	-webkit-animation: roll-in-right 0.6s 600ms ease-out both;
 animation: roll-in-right 0.6s 600ms ease-out both;
}

.ver{
	opacity: 1!important
}
.icone-esconder{
	display: none;
}
@-webkit-keyframes roll-in-right {
  0% {
    -webkit-transform: translateX(800px) rotate(540deg);
    transform: translateX(800px) rotate(540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll-in-right {
  0% {
    -webkit-transform: translateX(800px) rotate(540deg);
    transform: translateX(800px) rotate(540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}



@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.container-slider-deslogado{
	position: relative;
}
.pb-3rem{
	padding-bottom: 3.9rem;
}


.flex-center{
	display: flex;
	align-items: center;
}



/*Modal Logado Apresentação*/
.bloco-apresentacao{
	    font-family: 'Hisense Sans Alfabet';
}

.modal_apresentacao{
  z-index: 1071;
}
.fundo-apresentacao{
  z-index: 1061;
}

.modal_apresentacao h2{
  text-align: center;
  color:#000000;
  margin: 10px;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 35px;
  font-weight: bold;
      font-family: 'Hisense Sans Alfabet';
}

.modal_apresentacao header{
	margin: 20px auto;
}

.modal_apresentacao header img{
	margin-top: 49px;
  width: 80%;
}

.modal_apresentacao p{
	text-align: center;
  margin: 20px auto;
  font-size: 15px;
  line-height: 23px;
  color:#000000;
  font-weight: 500;
  padding: 0 12px;
}
.btn-modal{
	background: transparent;
	font-size: 1rem;
  font-weight: 400;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 23px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-decoration: none;
}
.btn-modal:hover{
	text-decoration: none;
	color: #000000;
}
.btn-modal span{
	position: relative;
}
.btn-modal span i{
	position: relative;
  font-size: 1.5rem;
  top: 3px;
  left: 3px;
}
.modal_apresentacao .modal-content{
	margin-top: 40%;
	background: url("../images/bg-modal-apresentacao.png"), #fbfcf1;
	background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 83vh;
  padding: 0px 25px;
  width: 98%;
  margin: 14% auto 0 auto;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
}

.modal-backdrop{
	-webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1!important;
}
/*Fim Modal Apresentação*/

/*Slider Home*/
.bloco-slider-home,
.bloco-slider-home figure,
.bloco-slider-home div,{
	    font-family: 'Hisense Sans Alfabet';
	padding: 0;
	margin:0;
}
/*.bgbanner{
  width: 100%;
  background-color: #fbfcf1;
  }*/
  .bloco-slider-home{
    width: 100%;
    margin:0 auto;
    display: block;
  }

  .bloco-slider-home .item{
    padding: 0px 10px;
  }

  .slider-home{
   position: relative;
   overflow:hidden;
   box-sizing: border-box;
   line-height: normal;
 }

 .bloco-slider-home figure{
   position: relative;
   width: 100%;
   display: block;
   text-align:center;
   /*  margin:0!important;*/
 }
 .bloco-slider-home figure img{
  width: 100%;
  -webkit-box-shadow:0px 2px 8px rgb(0 0 0 / 40%);
  box-shadow:0px 2px 8px rgb(0 0 0 / 40%);
}
.bloco-slider-home figure:after{
	position: absolute;
  content:"";
  height:100%;
  width:100%;
  top:0;
  left:0;
  background: linear-gradient(to bottom, rgba(255,0,0,0) 38%, rgb(14 14 14 / 12%) 52%, rgb(150 107 8 / 65%) 104%);
}

.bloco-slider-home figcaption{
	position: absolute;
	bottom:11%;
	z-index: 3;
	width: 100%;
  max-height: 198px;
}

.bloco-slider-home h1{
 font-size: 1.3rem;
 line-height: 43px;
 color: #ffffff;
     font-family: 'Hisense Sans Alfabet';
 text-align: center;
 text-transform: uppercase;
 margin: 0 auto;
 display: block;
 line-height:1.8rem;
 font-weight:700;
}

.relative{
	position: relative;
	z-index: 4;
}
.marcadores-slider-home{
	position: absolute;
	top: -50px;
	z-index: 4;
	width: 100%;
}
.bloco-slider-home .slick-slider{
	margin:0!important;
}
.marcadores-slider-home .slick-dots li button:before{
 font-size: 0.6rem!important;
}
.marcadores-slider-home .slick-dots li button:before{
	color: #ffffff;
}
.marcadores-slider-home .slick-dots li.slick-active button:before{
	color: #ffffff;
}

.marcadores-slider-home ul li{
	display: inline-block;
	margin:0 1px!important;
}
/* Fim Slider Home */



/* Interna Home Logado: 
Padrão títulos/texto */

#trilhaEducativa .progresso{
  border-bottom: 1px solid #404642;
  opacity: 0.8;
}

.item-desativado{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
}

.item-desativado button{
  display: none;
}

#trilhaEducativa .relatorio p{
  text-align: left;
}

#trilhaEducativa .col-3, #trilhaEducativa col-2{
  padding: 0;
}
#trilhaEducativa .relatorio h4{
  font-size: 16px;
}

.menu-certificado img{
  min-width:34px;

  /* background-color: #404642; */
}

.menu-certificado h3{
  font-size: 19px;
  font-weight: bold;
  color:#404642;
  margin:0;
  display: inline-block;
}

.btn-baixar-certificado{
  float: right;
  background-color: #cda46b;
  font-size: 16px;
  font-weight: 500;
  color:#ffffff;
  border: none;
  outline: none;
  padding: 7px 17px;
  border-radius: 15px;
}
@media (max-width: 1024px) and (orientation: landscape) {
	.modal_videos{
		z-index: 99999!important;
	}
	.bloco-modal-videos{
		height: 100vh;
	}
	.modal_videos .modal-dialog {
    max-width: 100%;
    padding: 0!important;
    margin: 0;
  }

   .modal_videos .close {
    top: 0!important;
    right: 15px!important;
    z-index: 99;
    background: #e9ddd1;
    opacity: 1;
    padding: 2px 10px;
    font-size: 2rem;
    -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
  }
   .modal_videos .modal-header{
   	position: absolute;
   	background: transparent;
   	border: none!important;
   	width: 100%;
   }
   .modal_videos .modal-content{
  	min-height: auto!important;
  	width: 100%!important;
  	margin-top: 8%!important;
    padding: 10px 40px!important;
  }

.modal_videos .modal-dialog {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .bloco-apresentacao{
		display: none;
	}
	.modal_apresentacao .modal-dialog {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .modal_apresentacao .modal-content{
  	min-height: auto!important;
  	width: 100%;
  	margin-top: 8%;
    padding: 10px 40px!important;
  }
  .modal_apresentacao .modal-content .video-apresenta{
  	    padding-top: 0!important;
  	margin: 0!important;
  }
  .modal_apresentacao .close{
  	top: 0!important;
    right: 15px!important;
    z-index: 99;
    background: #e9ddd1;
    opacity: 1;
    padding: 2px 10px;
    font-size: 2rem;
    -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
            box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
  }
}

@media (max-width: 823px) and (orientation: landscape) {
		.modal_videos{
		z-index: 99999!important;
	}
	.bloco-modal-videos{
		height: 100vh;
	}
	.bloco-degustacao{
		height: auto!important;
	}
	.modal_videos .modal-dialog {
    max-width: 100%;
    padding: 0!important;
    margin: 0;
  }

   .modal_videos .close {
    top: 0!important;
    right: 15px!important;
    z-index: 99;
    background: #e9ddd1;
    opacity: 1;
    padding: 2px 10px;
    font-size: 2rem;
    -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
  }
   .modal_videos .modal-header{
   	position: absolute;
   	background: transparent;
   	border: none!important;
   	width: 100%;
   }
   .modal_videos .modal-content{
  	min-height: auto!important;
  	margin: 0!important;
  	padding: 0px!important;
  	width: 100%!important;
  }
	.bloco-apresentacao{
		display: none;
	}
	.modal_apresentacao .modal-dialog {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .modal_apresentacao .modal-content{
  	min-height: auto!important;
  	margin: 0;
  	padding: 0px;
  	width: 100%;
  }
  .modal_apresentacao .modal-content .video-apresenta{
  	    padding-top: 0!important;
  	margin: 0!important;
  }
  .modal_apresentacao .close{
  	top: 0!important;
    right: 15px!important;
    z-index: 99;
    background: #e9ddd1;
    opacity: 1;
    padding: 2px 10px;
    font-size: 2rem;
    -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
            box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
  }
}

@media (max-width: 767px){
			.btn{
	width: 80%;
	height: auto;
}
  #trilhaEducativa .relatorio{
    padding: 9px 22px;}
  }


  @media (max-width: 420px){
    #trilhaEducativa .relatorio h4 {
      font-size: 0.83rem;
    }
  }

  @media (min-width: 1px) and (max-width: 359px){
    .menu-certificado h3{
      font-size: 1rem;
    }
    .btn-baixar-certificado{
      font-size: 0.8rem;
    }
    .mobile-scroll{
      overflow: scroll;
    }
    .mobile-overflow-width{
      width: 500px;
    }

  }

  .bloco-home{
   width: 100%;
   display: block;
       font-family: 'Hisense Sans Alfabet';
 }

 .bloco-home h1{
  font-size: 30px;
  color: #404642;
      font-family: 'Hisense Sans Alfabet';
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}

.bloco-home p{
	text-align: center;
  color:#343333;
  font-size: 14px;
  letter-spacing: 0px;
  color: #343333;

}


/* Fim Padrão títulos */




/* Slider blocos vídeos "inspirazione" */
.item-video{
	/*width: 60%;*/
	border-radius: 23px;
  min-height: 130px;
  padding: 0px 5px;
}

.item-video figure{
	position: relative;
}

.item-video figure:after{
	position: absolute;
  content:"";
  height:100%;
  width:100%;
  top:0;
  left:0;
  border-radius: 23px;
  background: -webkit-gradient(linear, right top, left top, color-stop(38%, rgba(255,0,0,0)), color-stop(52%, rgb(14 14 14 / 12%)), color-stop(105%, rgb(191 161 92 / 65%)));
  background: -o-linear-gradient(right, rgba(255,0,0,0) 38%, rgb(14 14 14 / 12%) 52%, rgb(191 161 92 / 65%) 105%);
  background: linear-gradient(to left, rgba(255,0,0,0) 38%, rgb(14 14 14 / 12%) 52%, rgb(191 161 92 / 65%) 105%);
}

.item-video figcaption{
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: unset;
  height: auto;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 19px;
  color: #ffffff;
  font-weight: bold;
      font-family: 'Hisense Sans Alfabet';
  position: absolute;
  top:16%;
  left:0;
  right: 0;
  margin:0 auto;
  width: 100%;
  z-index: 5;
  text-align: center;
}

.item-video img{
	width: 100%;
	border-radius: 23px;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}

/* Slider blocos vídeos "inspirazione" */


/*Trilhas Nespresso*/
.item-trilha{
	width: 60%;
	border-radius: 23px;
	margin: 0px 20;
	padding: 0px 5px 14px 5px;
	min-width: 176px;
	min-height: 80px;
}

.item-trilha a{
	text-decoration: none;
}

.item-trilha h4{
    display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: unset;
  height: auto;

  margin:0;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
      font-family: 'Hisense Sans Alfabet';
  text-align: center;

}

.item-trilha p{
	margin:0;
	color: #ffffff;
}

.item-trilha .disponibilidade{
	margin-top: 10px;
}

.item-trilha div{
	border-radius: 23px;
	padding: 10px 0px;
}

.bg-trilha{
  width: 100%;
  height: 130px;
  border-radius: 15px;
  filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
  background-color: #cda46b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

/*Fim Trilhas Nespresso*/



/*Espresso Home*/
.btn_historico{
  position: relative;
  z-index: 33;
  border-radius: 16px;
  background-color: #cda46b;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
      font-family: 'Hisense Sans Alfabet';
  text-align: center;
  width: 117px;
  height: 33px;
  display: inline-block;
  padding: 8px;
  margin: 6px 0px 0px 0px;
  float: right;
  display: block;
  text-decoration: none;
  border:none;
}

#proximoEspressos{
  margin-top: 5px;
}
.espresso .gallery_product{
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
  border-radius: 22px;
    margin-bottom: 20px;
}
.espresso .bloco-texto{
  padding: 6px 0px;
}

#proximoEspressos .lista-espresso .bloco-bottons .button{
  background-color:#cda46b;
}

.btn_historico:hover{
  opacity:0.8; 
  color: #fff;
  background-color: #cda46b;
  text-decoration: none;
}

#ListaEspressoInterna{
  line-height: normal;
}

#ListaEspressoInterna h1{
  margin-top: 18px;
}
.bloco-espresso .gallery_product h3.palestrante{
  font-size: 15px;
}
.lista-espresso{
  padding: 5px;
}

.lista-espresso h3{
  width: 100%;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #404642;
  font-weight: bold;
      font-family: 'Hisense Sans Alfabet';
  margin-bottom: 0;
}

.item-espresso .item-figure{
	margin:0;
	padding:0;
	line-height: 1rem;
}

.item-espresso a{
	color: #000000;
	text-decoration: none;
}

.item-espresso span{
	display: block;
}


.lista-espresso p.cat-icon{
/*  position: absolute;
top: -21px;*/
font-size: 14px;
color: #a3adaf;
    font-family: 'Hisense Sans Alfabet';
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}

.lista-espresso .cat-icon{
/*  display: flex;
  align-items: center;
  justify-content: center;*/
  font-size: 14px;
  color: #a3adaf;
      font-family: 'Hisense Sans Alfabet';

}
.lista-espresso .cat-icon img{
  margin-right: 4px;
}



.lista-espresso .bloco-bottons .button
{
 border-radius: 16px;
 background-color:  #2d3673;

 font-size: 14px;
 font-weight: normal;
 letter-spacing: 0px;
 color: #ffffff;
     font-family: 'Hisense Sans Alfabet';
 text-align: center;
 width: 100%;
 height: 33px;
 display: inline-block;
 padding: 6px;
 margin: 0 auto;
 display: block;
}

.lista-espresso .bloco-bottons .button:hover{
 text-decoration: none;
 opacity: 0.8;
}

.lista-espresso .bloco-bottons .invertido
{
 background-color:  transparent!important;
 border: 1px solid  #2d3673!important;
 color: #000000!important;
}


/*.item-espresso figcaption{
  margin: 0px 4px!important;
  }*/

  #treinamentosLives .item-espresso figure img{
    max-width: 51%;
  }

  .item-espresso figure img{
   border-radius: 23px;
 }

 .item-espresso h5{
  margin:0;
  width: 100%;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #404642;
  font-weight: bold;
      font-family: 'Hisense Sans Alfabet';

}

.data-espresso{
  font-size: 14px;
  color: #343333;
      font-family: 'Hisense Sans Alfabet';
  font-weight: 600;
}

.data-espresso-interna{
  color: #404642;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
}

.plataforma{
  font-size: 14px;
  color: #a3adaf;
      font-family: 'Hisense Sans Alfabet';


}

.plataforma:hover{
	opacity: 0.6;
}

.favorito{
  position: absolute;
  right: 13px;
  display: block;
  text-align:center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  color:#000000;
}
.w100{
  width: 100%!important;
}
.favoritar-btn{
  text-align: right;
  width: 80%;
  display: block;
  position: relative;
}
.favoritar-btn i{
  position: relative;
  top: -4px;
}

/*Interna Espresso*/

.item-espresso-interna a{
	color: #000000;
	text-decoration: none;
}
.item-espresso-interna{
	color: #000000;
	display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin:14px auto 0px auto;
}

.item-espresso-interna .btn-play{
	position: relative;
	color: #000000;
	font-size: 2rem;
	text-align: center;
}


.item-espresso-interna h4{
  margin:0;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: normal;
  color: #404642;
  font-weight: bold;
  width: 100%;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}
.item-espresso-interna p{
  font-size: 14px;
  text-align: left;
  margin-top: -5px;
}

.descricao-espresso{
  text-align: left;
}

.lista-video-espresso figure{
	margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  margin: 8px 0;
}

.lista-video-espresso figure img{
  height: 100%;
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
}  

.container-espresso{
  background: url(../images/losango.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 90px;
  background-size: 29%;
}

.favorito-trilha .favorito {
  position: absolute;
  right: 0;
  left: 61%;
  top: -59px;
}

.favorito-trilha{
  position: relative;
  top:0;
}

/*Favoritos*/

.header-interna-estatico{
	position: relative;
	overflow:hidden;
	box-sizing: border-box;
	line-height: normal;
	height: 30vh;
	margin:0px 0px 30px 0px;
}

.header-interna-estatico figure img{
   width: 100%;
   height: auto;
   object-fit: cover;
}
.header-interna-estatico .header-marcas img{
  max-width: 140px;
  margin: 20px auto;
}
.header-interna-estatico figure{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align:center;
}
.header-interna-estatico figure:after{
	position: absolute;
  content:"";
  height:auto;
  width:100%;
  top:0;
  left:0;
  background: linear-gradient(to bottom, rgba(255,0,0,0) 2%, rgb(14 14 14 / 23%) 44%, rgb(150 132 91 / 65%) 88%);
}

.header-interna-estatico figcaption{
	position: absolute;
  top: 55px;
  z-index: 3;
  width: 100%;
}

.header-interna-estatico p{
	color: #ffffff;
}

.header-interna-estatico h1{
	color: #ffffff;
  font-size: 1.9rem;
  text-align: center;
  width: 45%;
  font-weight: bolder;
  line-height: 2rem;
  margin: 0 auto;
  display: block;
}



.h-perfil{
	height: 100%;
}
.header-interna-estatico figure .img-subfig img{
	width: 75%;
}
.btn-categoria{
	outline: none;
	border:none;
	border-radius: 14px;
	color:#ffffff;
	background: #cda46b;
	-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding:10px 0px;
}



#perfil{
  width: 95%;
  margin: 0 auto;
}
#perfil .btn{
  background-color: #707070;
  width: auto;
  display: table;
  border-radius: 16px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
      font-family: 'Hisense Sans Alfabet';
  text-align: center;
  padding: 5px 50px;
  margin: 4px auto;
}
#perfil .bloco-form input{
  width: 100%;
  outline: none!important;
  color: #404642;
  border-radius: 7px;
  background-color: #f1f1f1;
  font-weight: 600;
  border: none;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 7%);
  margin: 5px 0px;
  border: 1px solid #c5c5c5;
  padding: 3px 5px;
  display: block;
}


#perfil .bloco-form p {
  text-align: center;
  color: #343333;
  font-size: 14px;
  letter-spacing: 0px;
  color: #343333;
}

#perfil .bloco-form .btn{
  background-color: #707070;
  min-width: 173px;
  height: auto;
  display: table;
  border-radius: 16px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
      font-family: 'Hisense Sans Alfabet';
  text-align: center;
  padding:8px 50px;
  margin: 4px auto;
}
#perfil .bloco-form{
  background-color: transparent!important;
  padding: 0px 0px 70px 0px;
}
#perfil .bloco-form input{
  width: 100%;
  outline: none!important;
  color: #404642;
  border-radius: 7px;
  background-color: #f1f1f1;
  font-weight: 600;
  border: none;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 7%);
  margin: 0;
  border: 1px solid #c5c5c5;
  padding: 3px 5px;
  height: auto;
  margin:4px auto;
}
.info{
  width: 50%;
}
.grid-2 {
  width: 100%;
  display: inline-flex;
}

.grid-podcast {
  width: 100%;
}

.bloco-home h1 span{
  position: relative;
}

.dados-perfil{
  width: 100%;
}
.dados-perfil span{
  display: inline-block;
}
.dados-perfil hr{
  border-top: 1px solid #000000;
}

.salvar-dados{
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.dados-perfil .btn-opcao{
  min-width: 80px;
  display: none;
  border-radius: 16px;
  border: 1px solid #404642;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #404642;
      font-family: 'Hisense Sans Alfabet';
  text-align: center;
  padding: 4px 8px;
  margin: 0px 3px;
  font-weight: 600;
}

.dados-perfil input{
  width: 100%;
  outline: none!important;
  color: #404642;
  border-radius: 7px;
  background-color: #f1f1f1;
  font-weight: 600;
  border: none;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 7%);
  margin: 0;
  border: 1px solid #c5c5c5;
  padding: 3px 5px;
  display: none;
}

.dados-perfil input[type=checkbox]{
	width: auto;
}

#formPerfil .form-row{
	margin-top: 10px;
}

.editar-perfil{
  width: 100%;
}

.editar-perfil .btn-editar{
  background-color: #707070;
  width: auto;
  display: table;
  border-radius: 16px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
      font-family: 'Hisense Sans Alfabet';
  text-align: center;
  padding: 5px 50px;
  margin: 4px auto;
}

.btns-perfil .col-6{
  padding: 4px;
}

.btns-perfil a{
  width: 100%;
  display: table;
  border-radius: 16px;
  border: 1px solid #404642;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #404642;
      font-family: 'Hisense Sans Alfabet';
  text-align: center;
  padding: 5px 0px;
}

.dados-perfil button{
  border:none;
  outline: none;
  background:none;
  cursor: pointer;
}

#ajuda h2{
  font-size: 19px;
  font-weight: bolder;
  text-align: center;
}
#ajuda p{
  font-size: 14px;
  line-height: normal;
  margin:0;
}
.ajuda-midia{
 position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; 
}
.ajuda-midia iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#ajuda .ajuda-midia{
 width: -webkit-fit-content;
 width: -moz-fit-content;
 width: fit-content;
 display: block;
 margin: 0 auto;
}

#ajuda .icones-ajuda img{
  margin-bottom: 5px;
  min-height: 39px;
}

#ajuda .icones-ajuda a{
  text-transform: none;
  color:#404642;
  font-size: 16px;
  font-weight: bold;
}
#ajuda .icones-ajuda{
  text-align: center;
}

.bloco-home .dados-perfil h3{
  margin: 0;
  font-weight: bold;
  color: #404642;
  font-size: 1.1rem;
}
.dados-right{
  display: block;
  margin-left: 21%;
}
.editar-icon{
  position: relative;
  top: 4px;
  right: 7px;
  background: url(../images/pen.svg);
  width: 1rem;
  height: 1rem;
  display: inline-block;
  cursor: pointer;
}

.bloco-home .dados-perfil p, .bloco-home .dados-perfil span{
  text-align: left;
  font-size: 0.9rem;
  color: #a3adaf;
  display: inline-block;
}
.item-dado{
  position: relative;
  width: fit-content;
}


.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 19px;
  float: right;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #989393;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: -1px;
  bottom: -3px;
  background-color: #000000;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
}

input:checked + .slider {
  background-color: #cda46b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #cda46b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.senha-perfil{
	text-align: center;
	position: relative;
	width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
.senha-perfil a{
	text-decoration: none;
}
.h-senha{
	display: block;
  height: 1px;
}
.senha-perfil span{
  position: absolute;
  top: -26px;
  right: 0;
  font-size: 5.2rem!important;
  letter-spacing: -7px;
  color: #ff6347!important;
  margin: 0 auto;
  line-height: 0;
  z-index: -1;
}
.senha-perfil p{
	line-height: normal;
	margin: 0;
}
.clear{
	clear: both;
}


/*Modal Degustação*/
.degustacao{
  top:0;
  width: 100%;
  padding: 0!important;
  margin:0;
}

/*.degustacao .bloco-degustacao{
  height: 100vh;
}
*/
.degustacao .modal-dialog{
  margin:0!important;
  overflow: hidden;
  max-width: 100%;
}

.degustacao .modal-content{
  width: 100%;
  padding: 0;
/*  height: 100vh;*/
  overflow: overlay;
}

@media (min-width: 600px){
	.header-interna-estatico figure .img-subfig img{
		width: 50%;
	}
}

@media (max-width: 300px){


}


@media (min-width: 768px){



  #podcast .bloco-texto{
   width:auto;
   margin: 0 auto;
   display: block;
 }  

 #videos .bloco-texto{
   width:auto;
   margin: 0 auto;
   display: block;
 }

 .dots-deslogado{
  top:28%;
}
.bloco-home .dados-perfil h3{
  font-size: 2rem;
}
.bloco-home .dados-perfil p{
  font-size: 1.4rem;
}

.email-block{
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  padding: 12px 12px;
  border-radius: 11px;
  margin: 10px 0px;
}

.dados-perfil hr{
  margin:30px auto;
  border-top:1px solid rgb(195 189 189 / 20%);
}

.grid-2 {
  width: 100%;
  display: inline-flex;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  padding: 12px 12px;
  border-radius: 11px;
  margin: 10px 0px;
}
.grid-podcast {
  padding: 12px 12px;
  border-radius: 11px;
  margin: 10px 0px;
}



.header-interna-estatico figure .img-subfig img {
 width: 23%;
}

.item-espresso h5{
 width: 89%;
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}

.container-espresso{
 background-size: 11%;
}

.lista-video-espresso{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-espresso-interna{
  margin:0px 5px;
  webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  padding: 2px 9px;
  border-radius: 7px;
}


.favorito{
  right: 6px;
  bottom: 0;
  display: flex;
  align-items: center;
}

}




.item-espresso {
  position: relative;
  margin: 10px;
  width: 45%;
  display: inline-flex;
  border-radius: 22px;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
}
.item-espresso p{
  text-align: left;
  font-weight: 500;
  margin-top: 6px;
}

@media (min-width: 998px){
  .col-inf{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
 }
}
@media (min-width: 768px) and (max-width: 998px){

  .lista-espresso{
    width: 100%;
    margin: 0 auto;
  }
  .col-inf{
    display: flex;
    align-items: center;
  }

  .item-espresso{
    position: relative;
    display: block;
    border-radius: 25px;
    border: 1px solid rgb(0 0 0 / 22%);
    -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
    box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
    padding: 0px 32px 0px 0px;
    width: 100%;
    display: inline-table;
  }

}




.nav-perfil{
  outline: none;
  border: none;
  border-radius: 14px;
  color: #404642;
  background: #cda46b;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  display: flex;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0;

}

.btn-tema{
  width: 100%;
  padding: 12px 0px;
  height: 53px;
  align-items: center;
  display: inline-flex;
}
.btn-tema span{
  width: 100%;
  height: auto;
  color:#ffffff;
  opacity: 0.7;
}


.cafe-com-leite.active{
  background: url(../images/perfil-btn-3.png);
  background-position: right;
  background-size: 286%;
  background-repeat: no-repeat;
  border-radius: 14px 0px 0px 14px;
  margin: 0;
  cursor: pointer;
}

.cafe-com-leite.active span{
  color:#000000;
}

.caffe-lover.active{
  background: url(../images/perfil-btn-1.png);
  background-size: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 0;
  /*  width: 100%;*/
  margin: 0;
  cursor: pointer;
}

.caffe-lover.active span{
  color:#000000;
}

.especialista.active{
  background: url(../images/perfil-btn-2.png);
  background-position:left;
  background-size: 135%;
  background-repeat: no-repeat;
  border-radius: 0px 14px 14px 0px;
  /*  width: 100%;*/
  margin: 0;
  cursor: pointer;
}

.especialista.active span{
  color:#000000;
}


.favorito-trilha{
  position: relative;
  top:0;
}

#interna  h3{
  width: 100%!important;
}
#interna .data-interna{
  margin:0!important;
  font-weight: 500;
}
#interna  p{
  margin: 7px auto!important;
}

@media (min-width: 769px){
  .interna-conteudo h3{
    margin:20px 0px;
    height: auto;
  }
  .modal_apresentacao .modal-content{
    padding-bottom: 20px;

  } 

}

.bloco-videos .bloco-texto {
  border-radius: 22px;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
  padding: 12px 18px;
}
.bloco-trilhas .bloco-texto {
  border-radius: 22px;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
  padding: 12px 18px;
}
}

@media (min-width: 500px){
  .item-trilha{
    min-width: auto;
  }
  .bg-trilha{
    height: 175px;
  }
}

.saibamais{
  margin:0;
}
@media (max-width: 768px){

  .lista-espresso h3{
    font-size: 15px!important;
        display: -webkit-box;
    /* max-width: 233px; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  } 
  .bg-trilha{
    width: 100%;
  }
  .bloco-slider-home h1{
    /*    width: 41%;*/
    webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

}
.descr{
  display: flex;
  align-items: center;
  margin-top: 12%;
}

.item-espresso .bloco-thumb{
 padding: 6px 0 0 17px;

}
.item-espresso .bloco-thumb img{
 width: 100%;
 border-radius: 20px;
 max-width: 298px;
 
}
.item-espresso .bloco-info {
  padding: 5px; 

}

.item-espresso .item-figure{
  width: 100%;
}
.item-espresso figcaption {
  margin: 0px 3px;
}
.menu-conteudo{
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.favorito-trilha .favorito {
  position: absolute;
  right: 9%;
  left:initial;
  top: -28px;
}


.item-espresso {
 width: 100%;
 margin:0px auto 15px auto;
 padding: 2px 3px;
 border-radius: 22px;
 -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
 box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
}

.cafe-com-leite.active{
  background-size: 419% 253%;
  background-position: 100% 11%;
}

.caffe-lover.active{
  background-size: 99% 167%;
  background-position: center right;
}

.especialista.active{
  background-size: 177%;
  background-position: left;
}

.degustacao .bloco-degustacao{
  padding-bottom: 0;
}

.bloco-slider-home .item{
  padding: 0!important;
}

}

@media (min-width: 455px) and (max-width: 998px){
  .lista-espresso .favorito {
    bottom: 65%!important;
  }
}

@media (max-width: 359px){

  .item-espresso figure img{
    min-width: 99px;
  }
}
@media (max-width: 360px){
  .item-trilha {
    width: 50%;
    min-width: 94px;
    min-height: 56px;
  }
  .col-inf{
    padding: 0px 7px;
  }
  .descr{
    min-height: auto;
  }
  .bloco-home .dados-perfil p, .bloco-home .dados-perfil span{
    font-size: 0.81rem;
  }
  .modal_apresentacao .modal-content{
    padding: 0px 20px;
  }
}
.modal_apresentacao .modal-content .bloco-apresentacao{
  padding: 0px 10px!important;
}
.modal_apresentacao .modal-content{
 padding: 0!important;
}

.modal_apresentacao .modal-content .video-apresenta{
  position: relative;
  padding-bottom: 56.25%; 
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
  margin: 10px 0px;
}
.modal_apresentacao .modal-content .video-apresenta  iframe, .video-container object, .video-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  right: 0;
  height: 100%;
  margin: 0 auto;
}


@media (min-width: 360px) and (max-width: 450px){

  .modal_apresentacao .modal-content .bloco-apresentacao{
    padding: 0px 14px!important;
  }
  .modal_apresentacao p{
    padding: 0!important;
    font-size: 0.85rem;
  }
  .modal_apresentacao .modal-content iframe{
    height: 31vh;
  }

  .btn-modal {
    margin-bottom: 11px!important;
  }
}

@media (max-height: 540px){
  .modal_apresentacao .modal-content{
    min-height: 92vh;
  }
}

@media (max-width: 280px){

  .titulo_internas h1, .bloco-home h1{
    font-size: 1.2rem;
  }

  .header-interna-estatico h1{
    width: 60%;
    line-height: 1.7rem;
  }

  .titulo_internas p, .bloco-home p{
    font-size: 0.8rem;
  }

  .item-espresso h5, .item-espresso-interna h4{
    font-size: 1rem;
  }

  .item-espresso span, .bloco-degustacao .bloco-itens p{
    font-size: 0.7rem!important;
  }

  .gallery_product{
    padding: 8px;
  }

  .gallery_product h3{
    font-size: 0.7rem!important;
  }
  .menu-conteudo{
    transform: scale(0.9);
  }

  .bloco-degustacao{
    height: 100vh!important;
  }

  .bloco-degustacao .bloco-itens h3 {
    font-size: 0.9rem!important;
  }

  .btn-tema span {
    font-size: 0.6rem;
  }

  .bloco-home .dados-perfil h3{
    font-size: 0.9rem;
  }

}

/*####################### Degustação*/
.height-mobile{
	height: 100%!important;
}
.home-page-menu{
  height: 93vh!important;
}

.bloco-degustacao{
/*      height: 100%;*/
    background-color: #fbfcf1;
    background-image: url(../images/img-menu-bottom.png), url(../images/img-menu-left.png);
    background-position: 55% 94%, 0% 0%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 10px;
}

.bloco-degustacao .bloco-itens h3{
	font-size: 19px;
	letter-spacing: 0px;
	color: #404642;
	font-weight: bold;
	    font-family: 'Hisense Sans Alfabet';
	margin-bottom: 0;
}

.bloco-degustacao .bloco-itens:hover a{
	text-decoration: none;
}
.bloco-degustacao .bloco-itens:hover img{
	opacity: 0.8;
}

.bloco-degustacao .bloco-itens p{
	font-size: 14px;
	color: #000000;
	line-height: 1;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	min-height: 30px;

}
.bloco-degustacao .titulo_internas{
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.bloco-degustacao .titulo_internas a img:hover{
	opacity: 1;
}
.bloco-degustacao .titulo_internas p{
	margin-bottom: 5px;
}



/* ####################### Trilhas*/

#podcasts{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 10%;
}
.bloco-trilhas{
	background: #fbfcf1;
	background-size: 100% 100%;
	display: flex;
	height: 100vh;
}



.bloco-trilhas .titulo_internas .flex-vertical{
	justify-content: center;
}
.bloco-trilhas .titulo_internas .flex-vertical i{
	font-size: 38px;
	border-radius: 19px;
	color: #d9dad9;
	top: 2px;
	left: -5px;
	position: relative;
}
.bloco-trilhas .bloco-arquivos ul li a{
	color:  #892b3f;
	font-weight:  bold;
}

.bloco-trilhas .border-fav{
	border:  1px solid #892b3f!important; 
}

.bloco-trilhas .titulo_internas .flex-vertical i:hover{
	opacity: 0.8;
}	



.bloco-trilhas .gallery-title
{
	font-size: 36px;
	color: #404642;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.bloco-trilhas .gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #404642;
}


.bloco-trilhas .filters-buttons{

	min-height: 50px;
	align-items: center;
	justify-content: center;
}


.bloco-trilhas .filter-button
{
	width: auto;
	display: table;
	border-radius: 16px;
	border: 1px solid #892b3f;
	background-color:  transparent;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	margin:3px 5px;
	padding: 5px 0px;
}


.bloco-trilhas .filter-button:hover
{
	background-color: #892b3f;
	color: #ffffff;
	cursor:  pointer;

}
.bloco-trilhas .filter-button.active
{
	background-color: #892b3f;
	color: #ffffff;
}

.bloco-trilhas .filtro-cat
{
	width: auto;
	display: table;
	border-radius: 16px;
	border: 1px solid #892b3f;
	background-color:  transparent;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	margin:3px 5px;
	padding: 5px 0px;
}


.bloco-trilhas .filtro-cat:hover
{
	background-color: #892b3f;
	color: #ffffff;
	cursor:  pointer;

}
.bloco-trilhas .filtro-cat.active
{
	background-color: #892b3f;
	color: #ffffff;
}

.bloco-trilhas .bloco-audios{
	padding-bottom: 292px;
}

.bloco-trilhas .gallery_product{
	position: relative;
	top:  20px;
	margin-bottom: 20px;
}

.bloco-trilhas .bloco-texto span{
	display: block;
}

.bloco-trilhas .bloco-bottons .button
{
	border-radius: 16px;

	background-color:  #892b3f;
	border: none;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	width: 100%;
	height: 33px;
	display: inline-block;
	padding: 6px;
	margin: 0 auto;
	display: block;
}

.bloco-trilhas .bloco-bottons .invertido
{
	background-color:  transparent!important;
	border: 1px solid  #892b3f!important;
	color: #000000!important;
}

.bloco-trilhas .bloco-bottons .button:hover{
	text-decoration: none;
	opacity: 0.8;
}

.bloco-trilhas .gallery_product h3{
	width: 100%;
	font-size: 19px;
	letter-spacing: 0px;
	line-height: 20px;
	font-weight: bold;
	color: #404642;
	    font-family: 'Hisense Sans Alfabet';
	margin-bottom: 0;
}

.bloco-trilhas .gallery_product p{
	font-size: 14px;
	color: #404642;
	    font-family: 'Hisense Sans Alfabet';
	text-align: left;
	
}

.bloco-player{
	position: fixed;
	bottom:  0;
	width: 100%;
}
.bloco-player img{
	width: 100%;
}



.modal_filtros_trilhas{
	/* opacity: 1!important;
	visibility: visible!important;
	display: block!important;
	*/z-index: 99999!important;
	top: 0px;
}

.modal_filtros_trilhas .modal-content{
	background: #fbfcf1;
	background-size: 100% 100%;
	height: 93vh;
	overflow:  auto;
}
.modal_filtros_trilhas .modal-dialog{
	margin: 0 auto;

}
.modal_filtros_trilhas .bloco-bem-vindo:after{
	height: 1px;
	display: block;
	margin: 0 auto; 
	width: 70%;
	background: #707070;
	content: '';

}

.modal_filtros_trilhas .modal-header{
	padding: 0.5rem 0 0.5rem 0;
	border:  none;
}
.modal_filtros_trilhas .modal-title{
	font-size: 14px;
	letter-spacing: 0px;
	color: #343333;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.modal_filtros_trilhas .bloco-itens{

	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.modal_filtros_trilhas .item-cat{
	border-radius: 15px;
	border: 1px solid #892b3f;
	background-color: transparent;
	display: block;
	height: 78px; 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

.modal_filtros_trilhas .item-cat input{
	position: absolute;
	right: 8px;
	/* visibility: hidden; */
}	


.modal_filtros_trilhas .item-cat img{
	min-width: 25px;	
	max-width: 40%;
}

.modal_filtros_trilhas .item-cat img.img-active{
	display: none;	
}
.modal_filtros_trilhas .item-cat h3{
	font-size: 12px;
	letter-spacing: 0px;
	color: #343333;
	font-weight: bold;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
}


.modal_filtros_trilhas .item-cat.active{
	background-color: #892b3f;
}

.modal_filtros_trilhas .item-cat.active h3{
	color: #fff!important;
}
/* 
.modal_filtros_trilhas .item-cat.active img.img-active{
	display: block;
	} */
	.modal_filtros_trilhas .primeiro-bloco-filtro .item-cat .img-icon{
		background-color: #892b3f ;
		width: 50%;
		height: 50%;		
	}	
	.modal_filtros_trilhas .primeiro-bloco-filtro .item-cat.active .img-icon{
		background-color: #fff ;
	}

	.modal_filtros_trilhas .segundo-bloco-filtro .item-cat .img-icon{
		background-color: #892b3f ;
		width: 25px;
    height: 21px;		
	}	
	.modal_filtros_trilhas .segundo-bloco-filtro .item-cat.active .img-icon{
		background-color: #fff ;
	}

	.modal_filtros_trilhas .bloco-itens	input[type=checkbox]{
		display: none;
	}		



	.modal_filtros_trilhas .segundo-bloco-filtro {
		top:  -35px!important;
	}


	.modal_filtros_trilhas .segundo-bloco-filtro:before {
		height: 1px;
		display: block;
		margin: 0 auto;
		width: 90%;
		background: #707070;
		content: '';
	}


	.modal_filtros_trilhas .segundo-bloco-filtro h5{
		padding: 0.5rem!important;
		font-size: 1rem!important;
	}

	.modal_filtros_trilhas .segundo-bloco-filtro .item-cat{
		border: 1px solid #892b3f!important;
	}

	.modal_filtros_trilhas .segundo-bloco-filtro .item-cat.active{
		background-color: #892b3f!important;
		border: none!important;
	}

	.modal_filtros_trilhas .segundo-bloco-filtro .item-cat.active h5{
		color:  #fff!important;

	}

	.modal_filtros_trilhas .terceiro-bloco-filtro {
		position: relative;
		top: -55px;
	}

	.modal_filtros_trilhas .terceiro-bloco-filtro:before {
		height: 1px;
		display: block;
		margin: 0 auto;
		width: 90%;
		background: #707070;
		content: '';
	}


	.modal_filtros_trilhas .terceiro-bloco-filtro h5{
		padding: 1rem 1rem 0.2rem 1rem!important;
		font-size: 1rem!important;
	}

	.modal_filtros_trilhas .terceiro-bloco-filtro .filtros-definidos{
		display: block;
		width: 100%;
	}

	.modal_filtros_trilhas .terceiro-bloco-filtro .filtros-definidos p{
		font-size: 14px;
		letter-spacing: 0px;
		color: #343333;
		    font-family: 'Hisense Sans Alfabet';
		text-align: center;
		line-height: 0.6;
	}
	.modal_filtros_trilhas .terceiro-bloco-filtro .filtros-definidos .bloco-bottons .button{
		width: 100%;
		font-size: 18px;	
		height: 44px;
		color:  #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.modal_filtros_trilhas .terceiro-bloco-filtro .filtros-definidos .bloco-bottons .button:hover{
		cursor: pointer;
	}
	.modal_filtros_trilhas .terceiro-bloco-filtro .filtros-definidos .bloco-bottons .button-resetar{
		background-color:  #892b3f;	
		opacity: 0.5!important;
	}
	.modal_filtros_trilhas .terceiro-bloco-filtro .filtros-definidos .bloco-bottons .button-aplicar{
		background-color:  #892b3f;	
		opacity: 1;
		text-shadow: none;
		    font-family: 'Hisense Sans Alfabet';
   font-size: 18px;
   font-weight: normal;
   letter-spacing: 0px;
   color: #ffffff;
   text-align: center;
   width: 100%;
   height: 41px;
   line-height: 28px;
   padding: 6px;
   margin: 13px auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   opacity: 1!important;
 }





 @media (min-width: 1024px){
  #podcast .filter-button {
   max-width: 13.666667%;

 }
}
@media (min-width: 768px){

  .modal_filtros_trilhas .modal-dialog {
   width: 100%!important;
   max-width: 100%!important;
 }

 .modal_filtros_trilhas .terceiro-bloco-filtro{
   top: 20px;
 }
}
@media (max-width: 767px){
  .item-espresso h5{
    display: -webkit-box;
    /* max-width: 233px; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 15px!important;
  }  
  .pagina-favoritos .item-espresso h5{
    -webkit-line-clamp: 2;
  }
  .bloco-trilhas  .gallery_product {
   border-radius: 22px; 
   -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 40%); 
   box-shadow: 0px 2px 8px rgb(0 0 0 / 40%); 
 }

 .bloco-trilhas .gallery_product h3{
   overflow: hidden;
   font-size: 15px!important;
   height: auto!important;
   max-height: 78px;
   position: relative;
   top: 0px;
 }


 .bloco-trilhas .gallery_product p.cat-icon{
/*  position: absolute;
top: -21px;*/
font-size: 14px;
color: #a3adaf;
    font-family: 'Hisense Sans Alfabet';
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}

.bloco-trilhas  .gallery_product .cat-icon{
/*  display: flex;
  align-items: center;
  justify-content: center;*/
  font-size: 14px;
  color: #a3adaf;
      font-family: 'Hisense Sans Alfabet';

}
.bloco-trilhas  .gallery_product .cat-icon img{
  margin-right: 4px;
}

.bloco-trilhas .gallery_product .bloco-texto{
 padding: 0;
}
.bloco-trilhas .bloco-texto{
 box-shadow: none;
 margin: 6px 0px;
}
#podcasts{
 width: 100%;
}
.bloco-trilhas .filters-buttons{ 
 margin: 0 auto;
 width: 100%!important;
}

.bloco-trilhas .filter-button{
 margin: 0px 1px 4px 0!important;
 padding: 5px 0px!important;
 max-width: 108px!important;
 font-size: 0.8rem;

}
.bloco-trilhas .filtro-cat{ 
 margin: 0 auto;
 width: 100%!important;
}

.bloco-trilhas .filtro-cat{
 margin: 0px 1px 4px 0!important;
 padding: 5px 0px!important;
 max-width: 108px!important;
 font-size: 0.8rem;

}

.bloco-trilhas{
 height: auto!important;
 padding-bottom: 90px;
}

.modal_filtros_trilhas .modal-dialog{
 width: 100%!important;
 max-width: 100%!important;
}

.modal_filtros_trilhas .terceiro-bloco-filtro {
 position: relative;
 top: -53px;
}
.modal_filtros_trilhas .modal-content{
 height: 93vh!important;
 overflow: auto;
}

}


/*################## Espresso*/

.bloco-espresso{
	background: #fbfcf1;
	background-size: 100% 100%;
	display: flex;
	height: 100vh;
}
.bloco-espresso .bloco-arquivos ul li a{
	color:  #cda46b;
	font-weight:  bold;
}

.bloco-espresso .border-fav{
	border:  1px solid #cda46b!important; 
}

.bloco-espresso .titulo_internas .flex-vertical{
	justify-content: center;
}
.bloco-espresso .titulo_internas .flex-vertical i{
	font-size: 38px;
	border-radius: 19px;
	color: #d9dad9;
	top: 2px;
	left: -5px;
	position: relative;
}

.bloco-espresso .titulo_internas .flex-vertical i:hover{
	opacity: 0.8;
}	



.bloco-espresso .gallery-title
{
	font-size: 36px;
	color: #404642;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.bloco-espresso .gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #404642;
}


.bloco-espresso .filters-buttons{

	min-height: 50px;
	align-items: center;
	justify-content: center;
}


.bloco-espresso .filter-button
{
	width: auto;
	display: table;
	border-radius: 16px;
	border: 1px solid #cda46b;
	background-color:  transparent;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	margin:3px 5px;
	padding: 5px 0px;
}


.bloco-espresso .filter-button:hover
{
	background-color: #cda46b;
	color: #ffffff;
	cursor:  pointer;

}
.bloco-espresso .filter-button.active
{
	background-color: #cda46b;
	color: #ffffff;
}

.bloco-espresso .bloco-audios{
	padding-bottom: 292px;
}

.bloco-espresso .gallery_product{
	position: relative;
	top:  20px;
	margin-bottom: 20px;
}
.bloco-espresso .gallery_product .bloco-texto{
	padding-left: 15px;
}
.bloco-espresso .bloco-texto span{
	display: block;
}
.bloco-inf{
	padding: 0px 31px;
}

.registrar-interesse .transparent{
  background-color: transparent!important;
  color:#000000!important;
}

.registrar-interesse .button{
  width: 100%!important;

}

.bloco-espresso .bloco-bottons .button
{
	border-radius: 16px;

	background-color:  #cda46b;
	border: 1px solid #cda46b;
	
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	width:100%;
	height: 33px;
	display: inline-block;
	padding: 6px;
	margin: 0 auto;
	display: block;
}

.bloco-espresso .bloco-bottons .invertido
{
	background-color:  transparent!important;
	border: 1px solid  #cda46b!important;
	color: #000000!important;
}

.bloco-espresso .bloco-bottons .button:hover{
	text-decoration: none;
	opacity: 0.8;
}

.bloco-espresso .gallery_product h3{
	width: 80%;
	font-size: 19px;
	letter-spacing: 0px;
	line-height: 20px;
	font-weight: bold;
	color: #404642;
	    font-family: 'Hisense Sans Alfabet';
	margin-bottom: 0;
}

.bloco-espresso .gallery_product p{
	font-size: 14px;
	color: #404642;
	    font-family: 'Hisense Sans Alfabet';
	text-align: left;
	
}

.bloco-player{
	position: fixed;
	bottom:  0;
	width: 100%;
}
.bloco-player img{
	width: 100%;
}

.lista-espresso .favorito{
	top: 3%;
}


@media (min-width: 1024px){
	#podcast .filter-button {
		max-width: 13.666667%;

	}
}
@media (max-width: 767px){

  .lista-espresso .favorito{
  	top: 4%;
  }

  #podcasts{
    width: 100%;
  }
  .bloco-espresso .filters-buttons{ 
    margin: 0 auto;
    width: 100%!important;
  }

  .bloco-espresso .filter-button{
    margin: 0px 1px 4px 0!important;
    padding: 5px 0px!important;
    max-width: 108px!important;

  }

  .bloco-espresso{
    height: auto!important;
    padding-bottom: 90px;
  }
}


/*############# Player*/



.container-player{
	position: fixed;
	bottom: 49px;
	background: #ffffff;
	color:#404642;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
	text-align: center;
	padding: 2px 38px;

}
.titulo-podcast{
	padding-top: 5px;
}
.player{
	padding-top: 4px;
	width: 100%;
  display: none;
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  color:#404642;
}
.player p{
	color:#404642;
	font-weight: 600;
	margin:0;
}
.player span{
	color:#404642;
}
.player button{
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
}

.player .controles{
  margin-top: 7px;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.player .controles .btn-play{
	font-size: 3.7rem;
}
.player .controles i{
	color: #892b3f;
} 

.barra-de-progresso{
	padding: 10px 0px;
}

.barra{
	position: relative;
	width: 100%;
	background-color: #d3dede;
}

.barra-cor{
	position: absolute;
	top:0;
	left: 0;
	margin:0 auto;
	height: 7px;
  border-radius: 5px;
  width: 100%;
  background-color: #dedede;
  opacity: 0.5;
  z-index: 1;
}


.barra-progresso{
	position: absolute;
	top:0;
	left: 0;
	margin:0 auto;
	height: 7px;
  border-radius: 5px 0px 0px 5px;
  width: 0;
  background-color: #892b3f;
  z-index: 2;
  -webkit-animation: color-change-5x 8s linear infinite alternate both;
  animation: color-change-5x 8s linear infinite alternate both;
}

.ponto-player{
	position: absolute;
  top: -5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #892b3f;
  line-height: 0;
  z-index: 3;
  display: inline-table;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
}


#barra-valor{
	position: absolute;
	top:0;
	left: 0;
	margin:0 auto;
	height: 7px;
  border-radius: 5px;
  width: 100%;
  background-color: transparent;
  z-index: 5;
}
.fit-content{
	width: 100%;
	margin:0 auto;
	display: block;
}



@-webkit-keyframes color-change-5x {
  0% {
    background: #19dcea;
  }
  25% {
    background: #b22cff;
  }
  50% {
    background: #ea2222;
  }
  75% {
    background: #f5be10;
  }
  100% {
    background: #3bd80d;
  }
}
@keyframes color-change-5x {
  0% {
    background: #19dcea;
  }
  25% {
    background: #b22cff;
  }
  50% {
    background: #ea2222;
  }
  75% {
    background: #f5be10;
  }
  100% {
    background: #3bd80d;
  }
}

.tempo{
	margin-top: 14px;
	width: 100%;
	font-weight: 500;
	opacity: 0.8;
	display: block;
	text-align: left;
}

.tempo span{
	text-align: left;
	color:#404642;
}

/*################# Videos*/

#videos{
	width: 95%;
	padding-bottom: 10%;
	margin: 0 auto;
	padding-bottom: 10%;
}

.video-bloco{
	padding:  0;
	margin:0 auto; 
	cursor: pointer;
}

.video-bloco figure{
	position: relative;
	margin:0px;
}

.video-bloco figcaption{
	position: absolute;
	top: 31%;
	right: 0px;
	left: 6px;
	margin: 0 auto;
	font-size: 2rem;
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
}

.video-bloco figure img{
	width: 100%;
	border-radius: 20px;
	max-width: 298px;
}
.grid-video p{
	margin: 0!important;
}

.bloco-info-video{
	text-align: left;
}


.flex-inspirazione .item{
	margin:  0;
	padding: 5px;
	position: relative;
}

.bloco-videos{
	background: #fbfcf1;
	background-size: 100% 100%;
	display: flex;
	height: 100vh;
}

.bloco-videos .titulo_internas .flex-vertical{
	justify-content: center;
}

.bloco-videos .titulo_internas .flex-vertical i{
	font-size: 38px;
	border-radius: 19px;
	color: #d9dad9;
	top: 2px;
	left: -5px;
	position: relative;
}

.bloco-videos .titulo_internas .flex-vertical i:hover{
	opacity: 0.8;
}	



.bloco-videos .gallery-title
{
	font-size: 36px;
	color: #404642;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.bloco-videos .gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #404642;
}


.bloco-videos .filters-buttons{
	min-height: 50px;
	align-items: center;
	justify-content: center;
}


.bloco-videos .filter-button
{
	border-radius: 16px;
	border: 1px solid #2d3673;
	background-color:  transparent;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	margin: 3px 5px;
	padding: 5px 0px;
}


.bloco-videos .filter-button:hover
{
	background-color: #2d3673;
	color: #ffffff;
	cursor:  pointer;

}
.bloco-videos .filter-button.active
{
	background-color: #2d3673;
	color: #ffffff;
}


.bloco-videos .filtro-cat
{
	border-radius: 16px;
	border: 1px solid #2d3673;
	background-color:  transparent;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	margin: 3px 5px;
	padding: 5px 0px;
}


.bloco-videos .filtro-cat:hover
{
	background-color: #2d3673;
	color: #ffffff;
	cursor:  pointer;

}
.bloco-videos .filtro-cat.active
{
	background-color: #2d3673;
	color: #ffffff;
}

.bloco-videos .bloco-audios{
	padding-bottom: 100px;
}

.bloco-videos .gallery_product{
	position: relative;
	top: 20px;
	margin-bottom: 20px;
}


.bloco-videos .gallery_product p.cat-icon{
/*	position: absolute;
top: -21px;*/
font-size: 14px;
color: #a3adaf;
    font-family: 'Hisense Sans Alfabet';
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.bloco-videos .gallery_product .cat-icon{
/*	display: flex;
	align-items: center;
	justify-content: center;*/
	font-size: 14px;
	color: #a3adaf;
	    font-family: 'Hisense Sans Alfabet';

}
.bloco-videos .gallery_product .cat-icon img{
	margin-right: 4px;

}




/*.bloco-videos .bloco-bottons .button
{
	border-radius: 16px;

	background-color:  #2d3673;
	border:  #2d3673;

	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #fff;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	width: 156px;
	height: 33px;
	display: inline-block;
	padding: 6px;
  }*/

  .bloco-videos .bloco-bottons .button:hover{
   text-decoration: none;
   opacity: 0.8;
 }

 .bloco-videos .border-fav{
   border:  1px solid #2d3673!important; 
 }

 .bloco-videos .bloco-arquivos ul li a{
   color:  #2d3673;
   font-weight:  bold;
 }

 .bloco-videos .bloco-bottons .button
 {
   border-radius: 16px;
   background-color:  #2d3673;

   font-size: 14px;
   font-weight: normal;
   letter-spacing: 0px;
   color: #ffffff;
       font-family: 'Hisense Sans Alfabet';
   text-align: center;
   width: 100%;
   height: 33px;
   display: inline-block;
   padding: 6px;
   margin: 0 auto;
   display: block;
 }

 .bloco-videos .bloco-bottons .button:hover{
   text-decoration: none;
   opacity: 0.8;
 }

 .bloco-videos .bloco-bottons .invertido
 {
   background-color:  transparent!important;
   border: 1px solid  #2d3673!important;
   color: #000000!important;
 }

 .bloco-videos .gallery_product h3{
   width: 100%;
   font-size: 19px;
   letter-spacing: 0px;
   line-height: normal;
   color: #404642;
   font-weight: bold;
       font-family: 'Hisense Sans Alfabet';
   margin-bottom: 0;
 }

 .bloco-videos .gallery_product p{
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   font-size: 14px;
   color: #404642;
       font-family: 'Hisense Sans Alfabet';
   text-align: left;
   margin:0;
 }

 .bloco-player{
   position: fixed;
   bottom:  0;
   width: 100%;
 }
 .bloco-player img{
   width: 100%;
 }



 /*Modal Videos*/
 .bloco-modal-videos{
       font-family: 'Hisense Sans Alfabet';
   width: 100%;
 }


 .modal_videos h2{
   font-weight: bold;
   color:#000000;
   text-align: center;
   margin: 10px;
   font-size: 1.4rem;
 }

 .modal_videos header{
   margin: 20px auto;
 }

 .modal_videos header img{
   margin-top: 49px;
   width: 80%;
 }

 .modal_videos p{
   text-align: center;
   margin: 20px auto;
   font-size: 0.9rem;
   color:#000000;
   line-height: normal;
   font-weight: 500;
 }

 .btn-modal{
   background: transparent;
   font-size: 16px;
   font-weight: 400;
   color: #000000;
   border: 1px solid #000000;
   border-radius: 23px;
   padding: 10px;
   text-align: center;
   margin: 0 auto;
   display: block;
   width: 100%;
   text-decoration: none;
   letter-spacing: 0px;
   line-height: normal;

 }
 .btn-modal:hover{
   text-decoration: none;
   color: #000000;
 }
 .btn-modal span{
   position: relative;
 }
 .btn-modal span i{
   position: relative;
   font-size: 1.5rem;
   top: 3px;
   left: 3px;
 }
 .modal_videos .modal-content{
   background: #fbfcf1;
   background-position: bottom;
   background-size: cover;
   background-repeat: no-repeat;
   height:auto;
   padding: 0px 10px;
   width: 95%;
   margin: 40% auto 0 auto;
   border-radius: 25px;
   -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
   box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
 }
 .modal_videos .modal-dialog{
  padding-bottom: 88px;
 }

 .bloco-arquivos ul{
   margin-top: 10px;
 }

 .bloco-arquivos ul li a{
   color:  #2d3673;
   font-weight:  bold;
 }
 .bloco-bottons-interna .button{

   display: inline-block!important;
 }


 .modal_filtros{
	/* opacity: 1!important;
	visibility: visible!important;
	display: block!important;
	*/z-index: 99999!important;
	top: 0px;
}

.modal_filtros .modal-content{
	background: #fbfcf1;
	background-size: 100% 100%;
	height: 93vh;
	overflow:  auto;
}
.modal_filtros .modal-dialog{
	margin: 0;

}
.modal_filtros .bloco-bem-vindo:after{
	height: 1px;
	display: block;
	margin: 0 auto; 
	width: 70%;
	background: #707070;
	content: '';

}

.modal_filtros .modal-header{
	padding: 0.5rem 0 0.5rem 0;
	border:  none;
}
.modal_filtros .modal-title{
	font-size: 14px;
	letter-spacing: 0px;
	color: #343333;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.modal_filtros .bloco-itens{

	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.modal_filtros .item-cat{
	border-radius: 15px;
	border: 1px solid #2d3673;
	background-color: transparent;
	display: block;
	height: 78px; 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

.modal_filtros .item-cat input{
	position: absolute;
	right: 8px;
	/* visibility: hidden; */
}	


.modal_filtros .item-cat img{
	min-width: 25px;	
	max-width: 40%;
}

.modal_filtros .item-cat img.img-active{
	display: none;	
}
.modal_filtros .item-cat h3{
	font-size: 12px;
	letter-spacing: 0px;
	color: #343333;
	font-weight: bold;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
}

.modal_filtros .item-cat.active{
	background-color: #2d3673;
}

.modal_filtros .item-cat.active h3{
	color: #fff!important;
}
/* 
.modal_filtros .item-cat.active img.img-active{
	display: block;
	} */
	.modal_filtros .primeiro-bloco-filtro .item-cat .img-icon{
		background-color: #2d3673 ;
		width: 50%;
		height: 50%;		
	}	
	.modal_filtros .primeiro-bloco-filtro .item-cat.active .img-icon{
		background-color: #fff ;
	}

	.modal_filtros .segundo-bloco-filtro .item-cat .img-icon{
		background-color: #2d3673 ;
		width: 25px;
    height: 21px;		
	}	
	.modal_filtros .segundo-bloco-filtro .item-cat.active .img-icon{
		background-color: #fff ;
	}

	.modal_filtros .bloco-itens	input[type=checkbox]{
		display: none;
	}		



	.modal_filtros .segundo-bloco-filtro {
		top:  -35px!important;
	}


	.modal_filtros .segundo-bloco-filtro:before {
		height: 1px;
		display: block;
		margin: 0 auto;
		width: 90%;
		background: #707070;
		content: '';
	}


	.modal_filtros .segundo-bloco-filtro h5{
		padding: 0.5rem!important;
		font-size: 1rem!important;
	}

	.modal_filtros .segundo-bloco-filtro .item-cat{
		border: 1px solid #2d3673!important;
	}

	.modal_filtros .segundo-bloco-filtro .item-cat.active{
		background-color: #2d3673!important;
		border: none!important;
	}

	.modal_filtros .segundo-bloco-filtro .item-cat.active h5{
		color:  #fff!important;

	}

	.modal_filtros .terceiro-bloco-filtro {
		position: relative;
		top: -55px;
	}

	.modal_filtros .terceiro-bloco-filtro:before {
		height: 1px;
		display: block;
		margin: 0 auto;
		width: 90%;
		background: #707070;
		content: '';
	}


	.modal_filtros .terceiro-bloco-filtro h5{
		padding: 1rem 1rem 0.2rem 1rem!important;
		font-size: 1rem!important;
	}

	.modal_filtros .terceiro-bloco-filtro .filtros-definidos{
		display: block;
		width: 100%;
	}

	.modal_filtros .terceiro-bloco-filtro .filtros-definidos p{
		font-size: 14px;
		letter-spacing: 0px;
		color: #343333;
		    font-family: 'Hisense Sans Alfabet';
		text-align: center;
		line-height: 0.6;
	}
	.modal_filtros .terceiro-bloco-filtro .filtros-definidos .bloco-bottons .button{
		width: 100%;
		font-size: 18px;
		margin-bottom: 15px;	
		height: 44px;
		color:  #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.modal_filtros .terceiro-bloco-filtro .filtros-definidos .bloco-bottons .button:hover{
		cursor: pointer;
	}
	.modal_filtros .terceiro-bloco-filtro .filtros-definidos .bloco-bottons .button-resetar{
		border-radius: 16px;
   background-color: #2d3673;
       font-family: 'Hisense Sans Alfabet';
   font-size: 18px;
   font-weight: normal;
   letter-spacing: 0px;
   color: #ffffff;
   text-align: center;
   width: 100%;
   height: 41px;
   padding: 6px;
   margin: 13px auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   opacity: 0.5;
 }

}
.modal_filtros .terceiro-bloco-filtro .filtros-definidos .bloco-bottons .button-aplicar{
  background-color: #2d3673;
  text-shadow:  none;
  opacity: 1!important;	
  padding-top: 10px;
}





/*Fim Modal videos*/
.favorito-video{
  right: -6%;
  top: 3%;
}

@media (min-width: 767px) {
  .bloco-videos .gallery_product p.cat-icon{
   top:7px;
 }
 .modal_filtros .modal-dialog{
   width: 100%!important;
   max-width: 100%!important;
 }

 .modal_filtros .terceiro-bloco-filtro {
   position: relative;
   top: 20px;
 }
 .modal_filtros .modal-content{
   height: 95vh!important;
 }



 .modal_videos .modal-content{
   min-height: 41vh!important;
   height: auto;
 }	

 .video-bloco figcaption {
   top: 38%!important;
   left: 2%!important;
 }

}


@media (max-width: 767px){

  .bloco-videos .gallery_product {
   border-radius: 22px; 
   -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 40%); 
   box-shadow: 0px 2px 8px rgb(0 0 0 / 40%); 
 }

 .bloco-videos .bloco-texto{
   box-shadow: none;
   margin: 6px 0px;

 }
 .bloco-videos .gallery_product .bloco-texto{
   padding: 0!important;
 }

 #videos{
   width: 100%;
 }

 .data-video{
   font-size:  13px;
 }
 .flex-inspirazione .item{
   margin:  0;
   padding: 5px;
   position: relative;
/*			display: flex;
align-items: center;*/
}
.bloco-videos .gallery_product h3{
 overflow: hidden;
 font-size: 15px!important;
 height: auto!important;
 max-height: 78px;
 position: relative;
 top: 0px;
 display: -webkit-box;
 /* max-width: 233px; */
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
}
.favorito-video{
 right: 5px;
 top: 1%;
}

.bloco-videos .filters-buttons{ 
 margin: 0 auto;
 width: 100%!important;
}

.bloco-videos .filter-button{
 width: auto;
 display: table;
 text-align: center;
 margin: 0px 1px 4px 0!important;
 padding: 5px 0px!important;
 max-width: 108px!important;
 font-size: 0.8rem;

}

.bloco-videos .filters-buttons{ 
 margin: 0 auto;
 width: 100%!important;
}

.bloco-videos .filtro-cat{
 width: auto;
 display: table;
 text-align: center;
 margin: 0px 1px 4px 0!important;
 padding: 5px 0px!important;
 max-width: 108px!important;
 font-size: 0.8rem;
}

.bloco-videos{
 height: auto!important;
 padding-bottom: 90px;
}
.sessao-favoritos .bloco-videos{
	padding-bottom: 0!important;
}
.sessao-favoritos .bloco-trilhas{
	padding-bottom: 0!important;
}
.sessao-favoritos .bloco-espresso{
	padding-bottom: 0!important;
}
}


/*####################### Cafe*/
.p-interna{
	padding-bottom: 70px;
}
.cafe-titulo{
 max-height: 83px;
}
.cafe-center{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 min-height: 74px;
}
.cafe-lista{
	padding: 0px 14px;
}

.cafe-lista figure{
	position: relative;
	padding:0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 7px auto;
	text-align: center;
}

.cafe-lista figure img{
	border-radius: 23px;
	-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
	box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
}

.cafe-lista figcaption h4{
	margin: 4px 0px;
	font-size: 19px;
	letter-spacing: 0px;
	line-height:normal;
	font-weight: bold;
	color: #404642;
}

.bloco-cafe{
	background: #fbfcf1;
	background-size: 100% 100%;
	display: flex;
}

.bloco-cafe .titulo_internas .flex-vertical{
	justify-content: center;
}
.bloco-cafe .titulo_internas .flex-vertical i{
	font-size: 38px;
	border-radius: 19px;
	color: #d9dad9;
	top: 2px;
	left: -5px;
	position: relative;
}

.bloco-cafe .titulo_internas .flex-vertical i:hover{
	opacity: 0.8;
}	



.bloco-cafe .gallery-title
{
	font-size: 36px;
	color: #42B32F;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.bloco-cafe .gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #5e5e5e;
}


.bloco-cafe .filters-buttons{
	min-height: 50px;

}


.bloco-cafe .filter-button
{
	border-radius: 16px;
	border: 1px solid #d07135;
	background-color:  transparent;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #343333;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	width: 101px;
	height: 33px;

}


.bloco-cafe .filter-button:hover
{
	background-color: #d07135;
	color: #ffffff;
	cursor:  pointer;

}
.bloco-cafe .filter-button.active
{
	background-color: #d07135;
	color: #ffffff;
}

.bloco-cafe .bloco-audios{
	padding-bottom: 292px;
}

.bloco-cafe .gallery_product{
	position: relative;
	top:  20px;
	margin-bottom: 20px;
}
.bloco-cafe .gallery_product .bloco-texto{
	padding-left: 15px;
}

.bloco-cafe .bloco-bottons .button
{
	border-radius: 16px;

	background-color:  #d07135;
	border:  #d07135;
	
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #fff;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	width: 156px;
	height: 33px;
	display: inline-block;
	padding: 6px;
}

.bloco-cafe .bloco-bottons .button:hover{
	text-decoration: none;
	opacity: 0.8;
}


.bloco-cafe .bloco-bottons .button
{
	border-radius: 16px;

	background-color:  #d07135;
	border:  #d07135;
	
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #fff;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	width: 156px;
	height: 33px;
	display: inline-block;
	padding: 6px;
}

.bloco-cafe .bloco-bottons .button:hover{
	text-decoration: none;
	opacity: 0.8;
}

.bloco-cafe .bloco-bottons .invertido
{
	background-color:  transparent!important;
	border: 1px solid  #d07135!important;
	color: #000000!important;
}

.bloco-cafe .gallery_product h3{
	font-size: 19px;
	letter-spacing: 0px;
	line-height: normal;
	font-weight: bold;
	color: #404642;
	    font-family: 'Hisense Sans Alfabet';
	margin-bottom: 0;
}

.bloco-cafe .gallery_product p{
	font-size: 14px;
	color: #343333;
	    font-family: 'Hisense Sans Alfabet';
	
}

.bloco-player{
	position: fixed;
	bottom:  0;
	width: 100%;
}
.bloco-player img{
	width: 100%;
}


@media (min-width: 767px) {
	.bloco-cafe .gallery_product{
		text-align:  center;
	}

}

@media (max-width: 300px){
}

@media (min-width: 300px) and (max-width: 500px){
}

@media (min-width: 500px) and (max-width: 700px){
}

@media (min-width: 700px) and (max-width: 998px){
}




#cafes{
	width: 95%;
	padding-bottom: 10%;
	margin: 0 auto;
	padding-bottom: 10%;
}

.cafe-bloco{
	padding:  0;
	margin:0; 
	cursor: pointer;
	float: right;
}

.cafe-bloco figure{
	position: relative;
  margin: 0 0 0.8rem;
}

.cafe-bloco figcaption{
	position: absolute;
	top: 31%;
	right: 0px;
	left: 6px;
	margin: 0 auto;
	font-size: 2rem;
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
}

.cafe-bloco figure img{
	width: 100%;
	border-radius: 20px;
	max-width: 298px;
}
.grid-cafe p{
	margin: 0!important;
}

.bloco-info-cafe{
	text-align: left;
}

.flex-inspirazione{
}

.flex-inspirazione .item{
	margin:  0;
	padding: 5px;
	position: relative;
}

.bloco-cafes{
	background: #fbfcf1;
	background-size: 100% 100%;
	display: flex;
	height: 100vh;
}

.bloco-cafes .titulo_internas .flex-vertical{
	justify-content: center;
}

.bloco-cafes .titulo_internas .flex-vertical i{
	font-size: 38px;
	border-radius: 19px;
	color: #d9dad9;
	top: 2px;
	left: -5px;
	position: relative;
}

.bloco-cafes .titulo_internas .flex-vertical i:hover{
	opacity: 0.8;
}	



.bloco-cafes .gallery-title
{
	font-size: 36px;
	color: #404642;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.bloco-cafes .gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #404642;
}


.bloco-cafes .filters-buttons{
	min-height: 50px;
	align-items: center;
	justify-content: center;
}


.bloco-cafes .filter-button
{
	border-radius: 16px;
	border: 1px solid #d07135;
	background-color:  transparent;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	margin: 3px 5px;
	padding: 5px 0px;
}


.bloco-cafes .filter-button:hover
{
	background-color: #d07135;
	color: #ffffff;
	cursor:  pointer;

}
.bloco-cafes .filter-button.active
{
	background-color: #d07135;
	color: #ffffff;
}

.bloco-cafes .bloco-audios{
	padding-bottom: 100px;
}

.bloco-cafes .gallery_product{
	position: relative;
	top:  20px;
}



.bloco-cafes .bloco-bottons .button:hover{
	text-decoration: none;
	opacity: 0.8;
}


.bloco-cafes .bloco-bottons .button
{
	border-radius: 16px;
	border: none;
	background-color:  #d07135;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	width: 100%;
	height: 33px;
	display: inline-block;
	padding: 6px;
	margin: 0 auto;
	display: block;
}

.bloco-cafes .bloco-bottons .button:hover{
	text-decoration: none;
	opacity: 0.8;
}

.bloco-cafes .bloco-bottons .invertido
{
	background-color:  transparent!important;
	border: 1px solid  #d07135!important;
	color: #000000!important;
}

.bloco-cafes .gallery_product h3{
	width: 100%;
	font-size: 19px;
	letter-spacing: 0px;
	line-height: normal;
	color: #404642;
	font-weight: bold;
	    font-family: 'Hisense Sans Alfabet';
	margin-bottom: 0;
}

.bloco-cafes .gallery_product p{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 14px;
	color: #404642;
	    font-family: 'Hisense Sans Alfabet';
	text-align: left;
	margin:0;
}

.bloco-player{
	position: fixed;
	bottom:  0;
	width: 100%;
}
.bloco-player img{
	width: 100%;
}



/*Modal cafes*/
.bloco-modal-cafes{
	    font-family: 'Hisense Sans Alfabet';
	width: 100%;
}


.modal_cafes h2{
	font-weight: bold;
	color:#000000;
	text-align: center;
	margin: 10px;
	font-size: 1.4rem;
}

.modal_cafes header{
	margin: 20px auto;
}

.modal_cafes header img{
	margin-top: 49px;
	width: 80%;
}

.modal_cafes p{
	text-align: center;
	margin: 20px auto;
	font-size: 0.9rem;
	color:#000000;
	line-height: normal;
	font-weight: 500;
}

.btn-modal{
	background: transparent;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 23px;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: normal;

}
.btn-modal:hover{
	text-decoration: none;
	color: #000000;
}
.btn-modal span{
	position: relative;
}
.btn-modal span i{
	position: relative;
	font-size: 1.5rem;
	top: 3px;
	left: 3px;
}
.modal_cafes .modal-content{
	background: #fbfcf1;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: 65vh;
	padding: 0px 10px;
	width: 95%;
	margin: 40% auto 0 auto;
	border-radius: 25px;
	-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
	box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
}

.bloco-arquivos ul{
	margin-top: 10px;
}

.bloco-cafes .bloco-arquivos ul li a{
	color:  #d07135;
	font-weight:  bold;
}

.bloco-cafes .border-fav{
	border: 1px solid #d07135!important; 
}

.bloco-bottons-interna .button{

	display: inline-block!important;
}


/*Fim Modal cafes*/
.favorito-cafe{
  right: -6%;
  top: 21%;
}

@media (min-width: 767px) {

  .modal_cafes .modal-content{
   min-height: 41vh!important;
   height: auto;
 }	

 .cafe-bloco figcaption {
   top: 38%!important;
   left: 2%!important;
 }

}


@media (max-width: 767px){

  .bloco-cafes .gallery_product {
   border-radius: 22px; 
   -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 40%); 
   box-shadow: 0px 2px 8px rgb(0 0 0 / 40%); 
   margin: 10px 0px;
 }

 .bloco-cafes .bloco-texto{
   box-shadow: none;
   margin-bottom: -14px;
 }

 .bloco-cafes .gallery_product .bloco-texto{
   padding: 0!important;

 }

 #cafes{
   width: 100%;
 }
 .favorito-cafe{
   right: 13px;
   top:  -8px;
 }

 .data-cafe{
   font-size:  13px;
 }

 .bloco-cafes .gallery_product h3{
   overflow: hidden;
   font-size: 15px!important;
   height: auto!important;
   margin-top: 2px;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow: hidden;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
 }

 .favorito-cafe{
   top:auto;
 }

 .bloco-cafes .filters-buttons{ 
   margin: 0 auto;
   width: 100%!important;
 }

 .bloco-cafes .filter-button{
   width: auto;
   display: table;
   text-align: center;
   margin: 0px 1px 4px 0!important;
   padding: 5px 0px!important;
   max-width: 108px!important;
   font-size: 0.8rem;

 }
 .bloco-cafes{
   height: auto!important;
   padding-bottom: 90px;
 }
}
/*###################### Especial*/

.hvh40{
	height: 40vh!important;
}

.bg-especial{
	background: url("../images/bg-favorito.png");
}
.especial-item{
	padding: 2px 10px;
}

.bloco-especial .gallery_product {
  border-radius: 22px;
  -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
  box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
  padding: 3px 12px;
}

.bloco-especial p{
	text-align:left;
}

.bloco-pontos{
	background-color: #343333;
	font-size: 1.3rem;
	font-weight: 100;
	color: #ffffff;
	text-align: center;
	-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
	box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
	border-radius: 23px;
	display: flex;
	align-items: center;
	width: 9rem;
	height: 8rem;
	text-transform: uppercase;
	line-height: normal;
	margin: 0 auto;
}

.pontuacao-interna{
	width: 100%;
	display: block;
	margin:0 auto;
	text-align: center;
}
.item-ajuda{
	position: relative;
	top:0;
	right:0;
	left:0;
	width: 100%;
}

.bloco-icone-ajuda{
	position: absolute;
	right: 10px;
	top:0;
}
.menu-especial h4{
	font-size: 19px;
	letter-spacing: 0px;
	line-height: 30px;
	color:#404642;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
}

.menu-especial p{
	font-size:14px;
}

.bloco-pontos span{
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	color: #ffffff;
	margin:0;
}

.item-menu-especial figure{
	text-align: center;
	margin:10px;
}

.item-menu-especial a{
	text-decoration: none;
}
.destaque{
	color: #ffffff;
	border-radius: 23px;
	border: 1px solid #ffffff;
	padding: 1px 5px;
	margin-bottom: 5px;
	display: inline-block;
}

.cor-especial{
	border-top: 28px solid #427e75;
	display: block;
	margin-bottom: 8px;
}
.bloco-especial.bloco-trilhas .bloco-bottons .button{
    background-color: #427e75;
}
.bloco-especial.bloco-trilhas .bloco-arquivos ul li a{
	    color: #427e75;
}


.grid-video p{
	margin: 0!important;
}


.grid-video{
	display: block;
	width: 100%;
}

.favorito-especial{
	position: absolute;
	top: 45px;
	right: 11%;
	display: block;
	text-align: center;
	font-size: 2rem;
	opacity: 0.6;
	color: #000000;
}
.bloco-especial{
	background: #fbfcf1;
	background-size: 100% 100%;
	display: flex;
	height: auto;
	padding-bottom: 90px;
	
}

.bloco-especial .titulo_internas .flex-vertical{
	justify-content: center;
}

.bloco-especial .titulo_internas .flex-vertical i{
	font-size: 38px;
	border-radius: 19px;
	color: #d9dad9;
	top: 2px;
	left: -5px;
	position: relative;
}

.bloco-especial .titulo_internas .flex-vertical i:hover{
	opacity: 0.8;
}	



.bloco-especial .gallery-title
{
	font-size: 36px;
	color: #877352;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.bloco-especial .gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #877352;
}


.bloco-especial .filters-buttons{
	min-height: 50px;

}


.bloco-especial .filter-button
{
	border-radius: 16px;
	border: 1px solid #877352;
	background-color:  transparent;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #343333;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	width: 101px;
	height: 33px;

}


.bloco-especial .filter-button:hover
{
	background-color: #877352;
	color: #ffffff;
	cursor:  pointer;

}
.bloco-especial .filter-button.active
{
	background-color: #877352;
	color: #ffffff;
}

.bloco-especial .bloco-audios{
	padding-bottom: 10%;
}

.bloco-especial .gallery_product{
	position: relative;
	top:  20px;
	margin-bottom: 20px;
}
.bloco-especial .item-especial .bloco-texto{
	padding-left: 15px;
}

.bloco-especial .bloco-bottons .button
{
	border-radius: 16px;

	background-color:  #877352;
	border:  #877352;
	
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #fff;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	width: 156px;
	height: 33px;
	display: inline-block;
	padding: 6px;
}

.bloco-especial .bloco-bottons .button:hover{
	text-decoration: none;
	opacity: 0.8;
}


.bloco-especial .bloco-bottons .button
{
	border-radius: 16px;
	background-color:  #877352;
	border:  #877352;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	width: 156px;
	height: 33px;
	display: inline-block;
	padding: 6px;
}

.bloco-especial .bloco-bottons .button:hover{
	text-decoration: none;
	opacity: 0.8;
}

.bloco-especial .bloco-bottons .invertido
{
	background-color:  transparent!important;
	border: 1px solid  #877352!important;
	color: #000000!important;
}

.item-especial{
	position: relative;
	margin-top: 18px;
}

.bloco-especial .item-especial h3{
	width:100%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 19px;
	letter-spacing: 0px;
	line-height: normal;
	font-weight: bold;
	color: #404642;
	    font-family: 'Hisense Sans Alfabet';
	margin-bottom: 0;
}

.bloco-especial .item-especial p{
	font-size: 14px;
	color: #000000;
	    font-family: 'Hisense Sans Alfabet';
	text-align: left;
}

.bloco-ajuda a{
	text-decoration: none;
}

.bloco-player{
	position: fixed;
	bottom:  0;
	width: 100%;
}

.bloco-player img{
	width: 100%;
}


.bloco-ajuda{
	text-align: left;
	padding-bottom: 50px;
}
.bloco-ajuda h1{
	font-size: 1.2rem;
	color:#404642;
	font-weight: 600;
	text-align: left;
}

.bloco-ajuda p{
	text-align: left;
}

.bloco-ajuda figure{
	margin:0 0 0 9px;
	display: inline-block;
}

.texto-ajuda{
	width: 50%;
	margin:20px auto;
	padding: 10px 30px;
	-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
	box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);

}

@media (min-width: 999px){
}
@media (min-width: 768px) and (max-width: 998px){
}

@media (min-width: 768px) {
	.menu-especial {
		display: flex;
		margin: 0 auto;
		width: 50%;
		padding: 20px 101px;
		-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
		box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
	}
	.item-menu-especial{
		margin: 0px auto;
		display: block;
	}

	.item-menu-especial figure{
		margin:0;
	}


	.logo-destaque{
		top:-90px;
	}

	.bloco-especial .gallery_product{
		text-align:  center;
	}

}

@media (min-width: 1024px) {
	.logo-destaque img {
		max-width: 29%!important;
	}
}




.logo-destaque{
	position: absolute;
	top: -83px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.logo-destaque img{
	width: 50%!important;
}



.bloco-especial .gallery_product h3 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  width: 100%;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: normal;
  color: #404642;
  font-weight: bold;
      font-family: 'Hisense Sans Alfabet';
  margin-bottom: 0;
}

.bloco-especial .bloco-bottons .button {
  border-radius: 16px;
  background-color: #427e75;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
      font-family: 'Hisense Sans Alfabet';
  text-align: center;
  width: 100%;
  height: 33px;
  display: inline-block;
  padding: 6px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px){

  .bloco-especial .gallery_product h3 {
    overflow: hidden;
    font-size: 15px!important;
    height: auto!important;
    max-width: 100%!important;
    max-height: 78px;
    position: relative;
    top: 0px;
  }

  .bloco-especial .bloco-audios {
    padding-bottom: 30%;
  }

  .texto-ajuda{
    margin:2px auto;
    padding: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
    width: 100%;
  }

  .menu-especial{
    display: flex;
    padding: 0px 21px;
    margin: 0 auto;
    box-shadow: none;
    justify-content: space-around;
  }

  .logo-destaque{
    position: absolute;
    top: -83px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }


  .logo-destaque img{
    width: 50%!important;
  }

}

/*####################### Quiz*/
#jogo{
	width: 100%;
}

#jogo .alternativas{
}
.selecionada{
	background: #2d3673!important;
	color: #fff!important;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
	box-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
	
}
.selecionada span{
	color: #fbfcf1!important;
	font-weight: 500;
	text-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
}
.progressao{
	position: absolute;
	top: -64px;
	right: 0;
	left: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
#barra_progressao li{
	pointer-events: none!important;
	outline: none!important;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 50%;
	margin:0px 4px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}

#barra_progressao li .active{
	pointer-events: none!important;
	outline: none!important;
	border: 1px solid #2d3673;
	border-radius: 50%;
	background-color: #2d3673;
}
#barra_progressao li .active span{
	color:#ffffff;
}
#barra_progressao li span{
	font-weight: 700;
	font-size: 1.1rem;
	color:#2d3673;
}

.z-i99{
	z-index: 9999;
}
.z-i99{
	z-index: 9995;
}
#jogo p{
	margin:0;
}
#jogo .alternativas p{
	padding: 0px 15px 10px 15px;
	cursor: pointer;
	margin: 0px auto 10px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
	border-bottom: 1px solid #2d3673;
}
#jogo .alternativas span{
	background: #2d3673;
	color: #ffffff;
	padding: 2px 8px;
	border-radius: 22px;
}
#jogo .btn-label{
	text-align: right!important;
	margin-right: 15px;
}



.relogio-quiz{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: absolute;
	right: 0;
}
/******Relogio***********/

.base-timer {
	position: relative;
	width: 95px;
	height: 95px;
}

.base-timer__svg {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.base-timer__circle {
	fill: none;
	stroke: none;
}

.base-timer__path-elapsed {
	stroke-width: 7px;
	stroke: grey;
}

.base-timer__path-remaining {
	stroke-width: 7px;
	stroke-linecap: round;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 1s linear all;
	-o-transition: 1s linear all;
	transition: 1s linear all;
	fill-rule: nonzero;
	stroke: currentColor;
}

.base-timer__path-remaining.green {
	color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
	color: orange;
}

.base-timer__path-remaining.red {
	color: red;
}

.base-timer__label {
	position: absolute;
	width: 95px;
	height: 95px;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
}

#app{
	float: right; 
	color: #2d3673;
}

#relogio span{
	color:#404642;
}
/*Texto piscando*/
.blink_me {
	-webkit-animation: blinker 3s linear infinite;
	animation: blinker 3s linear infinite;
	color: #FFF;
	text-align: center;
	font-size:  3.5rem;
	text-shadow: 0 3px 2px rgba(0,0,0,0.4);
}
.bloco-quiz{
	background-color: #fbfcf1; 
	padding-bottom: 70px;
}

.bloco-quiz .bloco-logo{
	background: #fbfcf1 url(../images/bg_quiz.png) no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;   	
	-webkit-box-orient: vertical;   	
	-webkit-box-direction: normal;   	
	-ms-flex-direction: column;   	
	flex-direction: column;
	min-height: 232px;
	

}
.bloco-quiz .bloco-logo h3{
	font-size: 30px;
	color: #ffffff;
}
.bloco-quiz .bloco-logo p{
	font-size: 14px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center; 
}
.bloco-quiz .bloco-logo i{
	font-size: 38px;
	border-radius: 19px;
	color: #d9dad9;
	position: absolute;
	left: 40px;
	top: 37px;
}

.bloco-quiz .bloco-logo i:hover{
	opacity: 0.8;
	cursor:  pointer;
}	

/*Bloco Form*/


.bloco-form-quiz{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fbfcf1;
	width: 100%;
	padding: 55px 10px 35px 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bloco-form-quiz .pergunta{
	font-size: 1.4rem;
	margin-bottom: 20px;
	letter-spacing: 0px;
	line-height: 23px;
	color: #404642;
	text-align: center;
	font-weight: 600;
}

.bloco-form-quiz .checkbox{
	margin: 10px;

}
.bloco-form-quiz input[type=checkbox] {
	position:  relative;
	top: 2px;
	
}
.bloco-form-quiz .checkbox label{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 23px;
	color: #000000;
	text-align: center;

}

.bloco-form-quiz .link-esqueci{
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 23px;
	color: #404642;
	font-weight: bold;
	    font-family: 'Hisense Sans Alfabet';
}

.bloco-form-quiz  .btn{
	width: 266px;
	height: 44px;
	margin-top: 30px;
	border-radius: 22px;
	background-color: transparent;
	border: 1px solid #000000;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: normal;
	color: #404642;
	text-align: center;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 6px auto;

}
.bloco-form-quiz .btn i{
	font-size: 24px;
	position: absolute;
	right: 17px;
	top: 9px;
}

.bloco-form-quiz .btn:hover{
	background-color: #000000;
	color:#ffffff;
	opacity: 0.7;
}

@media (min-width: 768px) {

	.bloco-form-quiz #frmDados{
		text-align: center;
	}

}

@media (max-width: 768px) {
	.bloco-quiz{
		padding: 0;
	}
	.bloco-form-quiz .pergunta {
		font-size: 1.2rem;
		line-height: normal;
	}

	#jogo .btn-label{
		margin-right: 2px;
	}
	#jogo .alternativas {
		display: block;
		width: 100%;
	}

	#jogo .alternativas p {
		font-size: 1.1rem;
		text-align: left;
		display: block;
		padding: 4px 3px;
		margin: 9px 0px;
	}
	.progressao{
		position: absolute;
		top: -34px;
		left: 0;
		right: inherit;
		max-width: 60%;
	}

	.bloco-form-quiz .pergunta{
		text-align: left;
	}

	.bloco-form-quiz{
		margin-top: 20px;
		-webkit-box-align: left!important;
		-ms-flex-align: left!important;
		align-items: left!important;
	}

	#barra_progressao li{
	    margin: 0px 1px 5px 0px;
	}

	#barra_progressao .nav-link {
		display: block;
		padding:0px; 
		width: 2rem;
		height: 2rem;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#barra_progressao li span {
		font-weight: 700;
		font-size: 1rem;
		color: #2d3673;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
}

/*######################### Relatório*/
#trilhaEducativa .relatorio{
	position: initial;
}
.bloco-relatorio{
	background-color: #fbfcf1; 
	padding-bottom: 50px;

}

.bloco-relatorio .bloco-logo{
	background: #fbfcf1 url(../images/bg_chat.jpg) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;   	
	flex-direction: column;
	min-height: 80px;
	

}
.bloco-relatorio  h3.title-destaque{
	font-size: 30px;
	text-align: center;
}
.bloco-relatorio .bloco-titulo p{
	font-size: 14px;
	letter-spacing: 0px;
	text-align: center; 
}
.bloco-relatorio .title-destaque i{
	font-size: 38px;
	border-radius: 19px;
	color: #d9dad9;
	position: absolute;
	left: 12px;
	top: 108px;
}

.bloco-relatorio .bloco-logo i:hover{
	opacity: 0.8;
	cursor:  pointer;
}	


.bloco-relatorio .bloco-titulo{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 33px 0px 20px 0px;
}


.bloco-relatorio .relatorio{
	padding:20px;
	position: relative;
}


.bloco-relatorio .relatorio:after {
	content: '';
	display: block;
	width: 90%;
	height: 1px;
	background: #d9dad9;
	margin: 0 auto;
	position: absolute;
	top:  -5px;
}

.bloco-relatorio .relatorio h4{
	font-size: 19px;
	letter-spacing: 0px;
	line-height: normal;
	color: #404642;
	font-weight: bold;
	margin-bottom: 0;
}
.bloco-relatorio .relatorio p{
	font-size: 14px;
	color: #404642;
}

@media (max-width: 767px) {
	.bloco-relatorio .relatorio {
		padding: 9px 10px;
	}

	.bloco-relatorio .relatorio:after {
    content: '';
    display: none;
    width: 90%;
    height: 1px;
    background: #d9dad9;
    margin: 0 auto;
    position: absolute;
    top: -5px;
  }

}
/*####################### Chat*/

.bloco-chat{
	background-color: #fbfcf1; 

}

.bloco-chat .bloco-logo{
	background: #fbfcf1 url(../images/bg_chat.jpg) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;   	
	flex-direction: column;
	min-height: 80px;
	

}
.bloco-chat  h3.title-destaque{
	font-size: 30px;
	text-align: center;
}
.bloco-chat .bloco-titulo p{
	font-size: 14px;
	letter-spacing: 0px;
	text-align: center; 
}
.bloco-chat .title-destaque i{
	font-size: 38px;
	border-radius: 19px;
	color: #d9dad9;
	position: absolute;
	left: 12px;
	top: 108px;
}

.bloco-chat .bloco-logo i:hover{
	opacity: 0.8;
	cursor:  pointer;
}	


.bloco-chat .bloco-titulo{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 27px 0px 10px 0px;
}
.bloco-chat .bloco-titulo:after {
	content: '';
	display: block;
	width: 90%;
	height: 1px;
	background: #d9dad9;
	margin: 0 auto;
	position: relative;
	bottom:  -7px;
}


.bloco-chat .chat{
	padding: 10px 10px 50px 10px;
	position: relative;
	max-height: 54vh;
	overflow: auto;
	position: relative;

}




.bloco-chat .card-subtitle{
	font-size: 14px;
	color: #000000!important;
	    font-family: 'Hisense Sans Alfabet';

}
.bloco-chat .card-text{
	    font-family: 'Hisense Sans Alfabet';
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #404642;
}

.bloco-chat .card{
	background-color: transparent;
	border:  none;
}
.bloco-chat .card-body{
	padding: 0.8rem 1.25rem;
}
.chat-send{
	position: fixed;
	bottom: 0px;
	z-index: 1;
	background-color: transparent; 
	height: 135px;
	width: 100%;
	padding: 25px 25px 100px 25px;
}

.chat-send .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control{
	align-items: center;
	justify-content: center;
	flex: 0 0 auto!important;
}

.chat-send input{
	width: 80%!important;
	height: 44px;
	border-radius: 22px!important;
	background-color: #f1f1f1;
	margin-right: 10px;
	border:  none;

}

.chat-send .btn-chat{
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-color: #343333;
}

.chat-send .btn-chat i{
	font-size: 25px;
	color: #ffffff;
	position: relative;
	left: -2px;
	top: 2px;
}
.chat-send .btn-chat i:hover{
	opacity: 0.8;
	cursor:  pointer;
}

@media (min-width: 767px) {


	.bloco-chat .title-destaque i{
		position: inherit;
	}

	.bloco-chat .container{
		max-width: 730px;
	}

	.bloco-chat .input-group{
		justify-content:  center;
	}

	.chat-send{
		height: 225px;
	}
	.chat-send input {
		width: 40%!important;
		height: 44px;
		border-radius: 22px!important;
		background-color: #f1f1f1;
		margin-right: 10px;
		border: none;
	} 

}

/* ######################### Home Deslogado*/

.contato-header{
  min-height: 339px;
  align-items: center;
  justify-content: center;
}

.p-modal{
  color:#404642;
  display: block;
  font-size: 1.2rem!important;
  font-weight: 600!important;
  text-align: center;
}
.modal_apresentacao .close{
  position: absolute;
  top:  10px;
  right: 22px;

}

.dots-deslogado .slick-dots {
  bottom: -50px!important;
}   
.btn-modal-login{
  font-weight: 600;
  color: #cda46b;
  border-radius: 5px;
  transition: all 600ms ease-in-out;
}
.btn-modal-login:hover{
  font-weight: 600;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 2%);
  opacity: 0.9;
  color: #cda46b;
  border-radius: 5px;
  text-decoration: none;
}


.bloco-deslogado p{
  text-align: center;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: normal;
  color: #030405;
      font-family: 'Hisense Sans Alfabet';

}
.bloco-deslogado .bloco-bem-vindo{
  height: 410px;
  margin-top: 17%;
  padding-top: 20px;
}
.bloco-deslogado .bloco-bem-vindo .bloco-logo img{
  max-width: 320px;
}

.bloco-deslogado .title-destaque{
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #030405;
  font-weight: bold;
      font-family: 'Hisense Sans Alfabet';
  text-align: center;
}

.bloco-deslogado .btn{
  background-color: #343333;
  color: #ffffff;
}
.bloco-deslogado .btn-entrar{
  background-color: #fff!important;
  color: #000000;
}



.bloco-deslogado .link-logar{
 font-size: 19px;
 letter-spacing: 1px;
 color: #343333;
 font-weight: bold;
 font-family: "Product Sans";
 text-align: center;
 outline: none;

}
.bloco-deslogado .link-logar:hover{
  opacity: 0.8;
}

.bloco-deslogado .link-logar:hover{
  opacity: 0.8;
}

.bloco-deslogado .slick-dots li button:before{
  font-size: 10px;
}


.cadastro label.error{
  display: block;
  text-align: left;
  text-indent: 7px;
  margin: -9px 8px 0px 0px;
      font-family: 'Hisense Sans Alfabet';
  color:  red;
  font-size: 0.8rem;


}


.bloco-cadastro .btn-cadastro{
  background-color: #343333;
  color: #fff;
}


/*Bloco Form*/


.bloco-form::-webkit-input-placeholder { 
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #a3adaf;
      font-family: 'Hisense Sans Alfabet';
}

.bloco-form :-ms-input-placeholder {
 font-size: 14px;
 letter-spacing: 0px;
 line-height: 23px;
 color: #a3adaf;
     font-family: 'Hisense Sans Alfabet';
}
.bloco-form::placeholder {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #a3adaf;
      font-family: 'Hisense Sans Alfabet';
}


.select-padrao{
  display: none;
}
.select-contato{
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f1f1f1;
  margin-bottom: 16px;
  border:  none;
  padding: 3px 9px;
  outline: none!important;
}
.select-contato option {
  background-color: #f1f1f1;
  font-weight: 500;
  width: 100%;
}
.select-contato select{
  width: 100%;
  height: auto;
  border: none;
  background-color: #f1f1f1;
  outline:0px;
}
.select-contato  select:focus {
  outline: none;
  box-shadow:none!important;
  background-color: #f1f1f1;
}



@media (min-width: 1024px){




.bloco-deslogado .bloco-bem-vindo{
  margin-top: 2%;
}

.bloco-deslogado p{
  max-width: 70%;
  margin:  0 auto;
}

.bloco-deslogado .bloco-bem-vindo{
  padding-left: 50px;
}

}

.desktop-flex{
 display: flex;
}
.mobile{
  display: none;
}

.contato-bg{
  background-image: url(../images/bg-contato-bottom-right.png), url(../images/bg-contato-top-right.png),url(../images/bg-contato-bottom-left.png), url(../images/bg-contato-top-left.png);
  background-position: bottom right, top right, bottom left, top left;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100vh;
}

@media (max-width: 767px){
  .contato-bg{
    background-image: none;
  }
  .desktop-flex{
    display: none;
  }
  .mobile{
    display: block;
  }
}

@media (max-width: 1023px){


  #frmDados{
    text-align: left;
  }

  .bloco-deslogado .slick-slider{
    margin:0!important;

  }
  .bloco-deslogado .bloco-logo{
    margin-top: 59%;
  }
  .bloco-deslogado .bloco-bem-vindo{
    position: relative;
    margin-top: 0;
    height: 100vh;
  }

  .bloco-form{
    box-shadow: none;
    border-radius: 0px;
  }
}

/*############ Home*/
#blocoHome .item-espresso figure img{
	width: 157px; 
}

.desativar{
	filter: grayscale(1);
  pointer-events: none;
}

/*################ Footer*/

#footer{
	position: fixed;
	bottom: 0px;
	z-index: 10;
	background-color: #ffffff; 
	height:  50px;
	width: 100%;
	z-index: 1060;
}

#footer .bloco-informacao{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding: 0 40px;
}

#footer .bloco-informacao .home i{
 font-size: 24px;
}

#footer .bloco-informacao .active i{
	color:#ff0000;
}

#footer .bloco-informacao i{
	color:  #404642;
	font-size: 20px;
}	

#footer .bloco-informacao a{
	color:  #000000;
	font-size: 20px;
}	

/*################# Responsivo*/

@media (min-width: 768px){
  .lista-espresso .favorito {
   bottom: 64%;
   right: 12px;
 }
 .lista-espresso .adicionar {
  right: 7px;
  top:  8px;
}

.adicionar {
  position: absolute;
  right: 2px;
  top: 5px;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  color: #000000;
}


}  
@media (max-width: 767px){

  .header-interna-estatico h1 {
   width: 51%;
 }
 #droptema{
  top:  14px;  
}

.menu-conteudo{
  position: relative;
  top: -10px;
}
.bloco-degustacao .menu-conteudo{
  position: relative;
  top: -50px;
}

label.error{
  color:  red;
}




}
@media (min-width: 200px) and (max-width: 359px){

 .bloco-deslogado .bloco-bem-vindo .bloco-logo img {
  max-width: 274px;
}

.bloco-deslogado p{
  font-size: 0.9rem;
}

.dots-deslogado{
  top:24%;
}
.dots-deslogado .slick-dots {
  bottom: -70px!important;
}

.modal_apresentacao p{
  padding: 0;
}

.gallery_product {
  padding: 0 5px;
}  

.gallery_product h3 {
  font-size: 15px!important;
  height: auto!important;
  max-width: 77%!important;
  max-height: 78px;
  position: relative;
  top: -10px;
}  

.favorito-video {
  right: 6px!important;
}    

.filter-button{
  max-width: 82px!important;
  font-size: 0.7rem;
}

.degustacao  .content-degustacao{
  background-color: #fbfcf1; 
  background-image: url(../images/img-menu-bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
}

.degustacao .bloco-degustacao {
  height: 100%;
  background-color: #fbfcf1;
  background-image: url(../images/img-menu-right.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.bloco-trilhas .filter-button{
  margin: 0px 3px 4px 0!important;
  padding: 5px 0px!important;
  max-width: 93px!important;
  font-size: 0.68rem;
}

.titulo_internas h1{
  font-size: 26px;
}

.logo-destaque {
  top: -55px!important;

}

.header-interna-estatico figure .img-subfig img {
  width: 60%;
}   

.menu-conteudo{
  position: relative;
  top: -38px;
}

.pesquisar input{
  width: 88%!important;
}

}

@media (max-width: 280px){
	.bloco-deslogado{
		height: auto!important;
	}
	.bloco-deslogado .bloco-bem-vindo{
	height: 100%!important;

}

.btn {
	font-size: 1.2rem;
	width: 100px;
	min-width: 150px;
}
  .bloco-trilhas .filter-button {
    margin: 0px 3px 4px 0!important;
    padding: 5px 0px!important;
    max-width: 76px!important;
    font-size: 0.59rem;
  }

  .video-bloco figcaption{
    top: 24%!important;
  }

  .bloco-deslogado p{
    font-size: 0.8rem!important;
  }

  .bloco-form{
    overflow: auto;
    height: 427px;
  }

  .bloco-deslogado .bloco-bem-vindo .bloco-logo img{
    max-width: 100%;
  }

  .modal_apresentacao .modal-content {
    padding: 0px 10px;
  }

  .bloco-degustacao .titulo_internas {
    position: relative;
    top: 53px;
  }

  .menu-conteudo {
    position: relative;
    top: 40px;
  }

  .titulo_internas h1 {
    font-size: 20px;
  }

  .bloco-videos .bloco-bottons .button{
    width: 132px;
  }

  .pesquisar input {
    width: 85%!important;
  }

  .bloco-icone-ajuda{
    top:-10px;
  }

  .bloco-videos .interna-conteudo{
    max-width: 100%!important;
    margin-left: -5px!important;
  }


}

@media (min-width: 1px) and (max-width: 200px){
	.dots-deslogado .slick-dots {
    bottom: -110px!important;
}
.bloco-deslogado p{
	font-size: 0.7rem!important;
}
.btn {
    font-size: 1rem!important;
}
.bloco-deslogado .link-logar{
	  font-size: 1rem!important;
}
.bloco-deslogado .bloco-bem-vindo{
	height: 100%!important;
}
}

@media (max-width: 280px) and (max-height: 550px){
	.bloco-deslogado .bloco-bem-vindo{
	height: 100%!important;
}

}


@media (max-height: 374px){
.dots-deslogado{
	display: none!important;
}
}


@media (min-width: 1000px) and (max-width: 1200px){
 
 	p{
 		font-size: 20px!important;
 	}
 	button{
 		font-size: 20px!important;
 		min-height: 40px!important;
 	}
	.bloco-deslogado {
		background-size: 100% auto;
	}	
	.bloco-deslogado .title-destaque{
			font-size: 30px;
	}

	.bloco-deslogado .btn{
	width: 50%;
	max-width: 400px;
	
	}
	.bloco-deslogado .link-logar{
		font-size: 25px;
	}

	.bloco-deslogado .bloco-form{
		width: 60%;
		margin-top: 30px;
	}
	.bloco-bem-vindo .bloco-form{
		margin-top: 40px;
	}

	.modal_apresentacao .modal-dialog{
		max-width: 800px;
	}
	.modal_apresentacao .modal-content{
		min-height: 80vh;
	}

	.bloco-degustacao .bloco-itens h3{
		font-size: 25px;
	}
	.bloco-degustacao .bloco-itens p{
		font-size: 20px;
	}
#lgpd span{
	font-size: 20px!important;
}
.lista-video-espresso{
	justify-content: center;
}

.bloco-slider-home .slick-track, .bloco-slider-home .slick-slide {
	width: 100%!important;
}

.bloco-especial .bloco-bottons .button, .bloco-cafes .bloco-bottons .button{
	font-size: 20px;
	min-height: 40px;
}

.modal_videos .modal-dialog {
    max-width: 800px;

   } 
   .header-interna-estatico figure img{
   	height: 430px;
   }
   .bloco-home .dados-perfil p, .bloco-home .dados-perfil span{
   	font-size: 25px;
   }

   .bloco-termos a{
   	font-size: 25px;
   }
   .bloco-entrar .link-esqueci{
   	font-size: 20px!important;
   }

   .bloco-apresentacao .btn-modal{
   	font-size: 25px;
   }

   .btns-perfil a{
   	font-size: 20px;
   }
   
   #footer .bloco-informacao .home i, #footer .bloco-informacao  i.fa-heart-o,
   #footer .bloco-informacao  i.fa-bars {
   	font-size: 35px;
   }

.bloco-modal-videos iframe{
   height:  520px!important;
 }  
.modal_videos .modal-content{
	width: 100%!important;
	height: auto!important;
	min-height: 520px!important;
}

.bloco-bottons-interna .button{
    font-size: 20px!important;
    min-height: 40px!important;
}

.bloco-videos .bloco-bottons .button{
	font-size: 20px;
	height: 40px;
}
.lista-espresso .bloco-bottons .button{
		font-size: 20px;
	height: 40px;
}
.bloco-trilhas .bloco-bottons .button{
		font-size: 20px;
	height: 40px;
}


.modal .close{
	font-size: 30px!important;
}

.modal_filtros .item-cat h3{
	font-size: 20px!important;
}
}

/* Campanha Vertuo */


.titulo_internas{
	top: 0;
	margin: 0;
  padding: 0;
}
.titulo_internas a img:hover{
	opacity: 0.8;
}
.titulo_internas p{
	margin-bottom: 5px;
}
.bloco-degustacao .menu-conteudo{
	top: -25px;
	min-height: 250px;
}

.bloco-degustacao .menu-conteudo .bloco-itens{
	min-height: 175px;
	display: flex;
  align-items: center;
  justify-content: center;
}
.bloco-degustacao .menu-conteudo .bloco-itens img{
	min-width: 108.8px;
}

.bloco-pontos-resgate{
	display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bloco-pontos-resgate .disponivel-pontos-resgate{
	position: relative;
}

.disponivel-pontos-resgate{
	pointer-events: none;
}

.bloco-pontos-resgate .disponivel-pontos-resgate p.pontos{
	position: absolute;
  top: 73px;
  left: 0px;
  width: 100%;
  padding: 0 25px;
  color: #6f458c;
	font-weight: bold;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	font-size: 18px;
  line-height: 0.8;
}
.bloco-pontos-resgate .disponivel-pontos-resgate p.pontos span{
	font-size: 40px;
	display: block;
	 color: #6f458c;

}


.bloco-conteudo{
		min-height: 64vh;
		padding: 25px;
		margin-bottom: 60px;
		max-width: 500px;
}
.bloco-conteudo p{
		font-size: 15px;
		letter-spacing: 0px;
		color: #404642;
		font-family: "Nespresso Lucas";
		text-align:  justify;
		margin-bottom: 5px;
}
.bloco-texto h3{
		font-size: 15px;
		letter-spacing: 0px;
		color: #404642;
		font-weight: bold;
		    font-family: 'Hisense Sans Alfabet';
}
	.bloco-bottons .button
{
	border-radius: 16px;
	border: none;
	background-color:  #2d3673;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
	height: 33px;
	padding: 6px;
	margin: 0 auto;
	color: #fefefe;
	font-weight: bold;
 
}

.bloco-bottons .button:hover{
	text-decoration: none;
	opacity: 0.8;
}
.item-check{
	font-size: 13px;
	letter-spacing: 0px;
  color: #404642;
      font-family: 'Hisense Sans Alfabet';
	text-decoration: none;
	opacity: 0.8;
	padding-left: 20px;
  margin-top: 10px;
}

/*Mecanica Regulamento*/

#mecanicaRegulamento #modalMecanicaRegulamento{
	  top: 25%;
    width: 395px;
		height: 305px;
    border-radius: 50px;
    filter: drop-shadow(0 0 34px rgba(0,0,0,0.13));
    background-color: #fefefe;
    border: 0.5px solid #4f4f4f;
    margin: 0 auto;
    right: 3%;
    overflow: hidden;

 }
 #mecanicaRegulamento #modalMecanicaRegulamento .modal-header{
 	border-bottom: 0;
}

  #mecanicaRegulamento #modalMecanicaRegulamento .close{
	    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #6f458c;
    border: 1px solid #6f458c;
    opacity: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 10019;
    display: flex;
    align-items: center;
    justify-content: center;
 }

#mecanicaRegulamento #modalMecanicaRegulamento .close span{
	 font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Nespresso Lucas";
    text-align: center;
 }
 #mecanicaRegulamento #modalMecanicaRegulamento .modal-body{
	  padding: 0;
 }

 #mecanicaRegulamento #modalMecanicaRegulamento .modal-body iframe{
	  margin: 15px auto;
    display: block;
    border-radius: 17px;
    height: 222px;
 }


/* Extrato Pontos */
#extratoPontos .bloco-pontos-resgate{
	top: -10px;
	margin-bottom: 5px;
}

#extratoPontos table{
	background-color:  #fbfcf1;
}
#extratoPontos table th{
    font-size: 13px;
    letter-spacing: 0px;
		color: #404642;
		font-weight: bold;
		    font-family: 'Hisense Sans Alfabet';
		text-align: center;
		border-top:  none;
    }
#extratoPontos table td{
    font-size: 13px;
		letter-spacing: 0px;
		color: #404642;
		    font-family: 'Hisense Sans Alfabet';
		text-align: center;
}
#extratoPontos .reprovado{
    color: #c6003d;
}

#extratoPontos .aprovado{
    color: #037a1c;
}


#uploadNotaFiscal  .file-upload.item-input-file{
	width: 100%;
}

#uploadNotaFiscal  .file-upload.item-input-file-2{
	width: 100%;
}

#uploadNotaFiscal .file-upload {
    width: 45%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

#uploadNotaFiscal .file-upload .image-upload-wrap{
    background-color: #fff;
    padding: 13px 10px 0 10px;
    width: 160px;
    margin: 3px 5px;
    display: inline-block;
    height: 57px;
}
.bloco-label-input{
	     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;
}


#uploadNotaFiscal .bloco-conteudo {
 padding: 65px 10px;
}


#uploadNotaFiscal .file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

#uploadNotaFiscal .file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

#uploadNotaFiscal .file-upload-content {
  display: none;
  text-align: center;
}

#uploadNotaFiscal .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  right: 10000px;
}

#uploadNotaFiscal .image-upload-wrap {
  margin-top: 20px;
  border: 0.5px solid #888888;
  position: relative;
}

#uploadNotaFiscal.image-dropping,
#uploadNotaFiscal .image-upload-wrap:hover {
  border: 0.5px solid #70478d;
}

#uploadNotaFiscal .image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

#uploadNotaFiscal .drag-text {
  text-align: center;
}

#uploadNotaFiscal .drag-text h3 {
  font-size: 13px;
	letter-spacing: 0px;
	color: #404642;
	font-weight: bold;
	    font-family: 'Hisense Sans Alfabet';
	text-align: center;
  padding: 0px;
  display: flex;
  justify-content:  center;
}
#uploadNotaFiscal .drag-text h3 span{
    display: inline-block;
    position: relative;
    top: -7px;
    left: -6px;
    width: 60px;
}

#uploadNotaFiscal .file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
  display:  none;
}

#uploadNotaFiscal .remove-image {
    font-size: 1rem;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
        font-family: 'Hisense Sans Alfabet';
    text-align: center;
    border-radius: 13px;
    background-color: #6f458c;
    border: 0.5px solid #888888;
    outline: none;
    width: auto;
    margin: 0;
    color: #fff;
    padding: 10px;
    position: relative;
    right: 0;
    top: 0;


}

#uploadNotaFiscal .remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

#uploadNotaFiscal .remove-image:active {
  border: 0;
  transition: all .2s ease;
}
#uploadNotaFiscal .icon-tooltip{
    border: 1px solid red;
    display: inline-block;
	  border: 0;
  	transition: all .2s ease;
}


#uploadNotaFiscal .bloco-input-tootip{
	position: relative
}

#uploadNotaFiscal .bloco-input-tootip .tooltipster{
    position: absolute;
    top: -52px;
    left: 46px;
    padding: 10px;
    display: block;
 
}

#uploadNotaFiscal .col-input-33{
	width: 32%!important;
	float: left;
	margin: 0 0.5%;
}
#uploadNotaFiscal .col-select-33{
	width: 32%!important;
	float: left;
	margin: 0;
}

#uploadNotaFiscal ::-webkit-input-placeholder { 
 font-size: 13px;
  letter-spacing: 0px;
  color: #404642;
      font-family: 'Hisense Sans Alfabet';
  font-weight: bold;
}

#uploadNotaFiscal :-ms-input-placeholder {
 font-size: 13px;
  letter-spacing: 0px;
   color: #404642;
      font-family: 'Hisense Sans Alfabet';
  font-weight: bold;
}
#uploadNotaFiscal input::placeholder  {
  font-size: 13px;
  letter-spacing: 0px;
  color: #404642;
      font-family: 'Hisense Sans Alfabet';
  font-weight: bold;
}

#uploadNotaFiscal input[type="text"]{
	border-radius: 15px;
	background-color: #ffffff;
	border: 0.5px solid #888888;
	padding-left: 10px;
	width: 100%;
	height: 29px;
}

#uploadNotaFiscal input[type="time"], #uploadNotaFiscal input[type="time"]{
	border-radius: 15px;
	background-color: #ffffff;
	border: 0.5px solid #888888;
	padding-left: 10px;
	width: 94%;
	height: 29px;
}

#uploadNotaFiscal input[type="number"]{
	border-radius: 15px;
	background-color: #ffffff;
	border: 0.5px solid #888888;
	padding-left: 10px;
	width: 100%;
	height: 29px;
	background-image: url(../campanhas/vertuo/images/setas_number.png),linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: 95%;
  background-size: 17px;
  outline: none;
  appearance: none;
}

#uploadNotaFiscal select{
	border-radius: 15px;
	background-color: #ffffff;
	border: 0.5px solid #888888;
  padding-left: 10px;
	width: 100%;
	height: 29px;
	font-size: 13px;
  letter-spacing: 0px;
   color: #404642;
      font-family: 'Hisense Sans Alfabet';
  font-weight: bold;
  background-image: url(../campanhas/vertuo/images/seta_select.png),linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: 95%;
  background-size: 16px;
  outline: none;
  appearance: none;
}

 #uploadNotaFiscal .bloco-clonar{
	float: left;
}	 

#uploadNotaFiscal .bloco-btns-clone{
	  display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-right: 2%;	
}
#uploadNotaFiscal .bloco-btns-clone button{
	background-color:  transparent;
	border: none;  
}

#uploadNotaFiscal .bloco-btns-clone button:hover{
	opacity: 0.8;
	cursor: pointer;
}
#uploadNotaFiscal .bloco-btn{
	margin-top: 25px;
	display:  flex;
	justify-content: flex-end;
  padding-right: 5%;
}

#uploadNotaFiscal .bloco-btn .btn{
	width: 78px;
  height: 25px;
  border-radius: 13px;
  background-color: #6f458c!important;
  border: 0.5px solid #888888;
  font-size: 14px!important;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: bold;
	    font-family: 'Hisense Sans Alfabet';
	padding: 0;
}
#uploadNotaFiscal .bloco-btn .btn:hover {
	opacity: 0.8;
}

#uploadNotaFiscal #modalUploadNotaFiscal{
	  top: 35%;
    width: 395px;
		height: 270px;
    border-radius: 50px;
    filter: drop-shadow(0 0 34px rgba(0,0,0,0.13));
    background-color: #fefefe;
    border: 0.5px solid #4f4f4f;
    margin: 0 auto;
    right: 3%;
    overflow: hidden;

 }
 #uploadNotaFiscal #modalUploadNotaFiscal .modal-header{
 	border-bottom: 0;
}

  #uploadNotaFiscal #modalUploadNotaFiscal .close{
	  width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #6f458c;
    border: 1px solid #6f458c;
    opacity: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 22px;
    z-index: 10019;
    display: flex;
    align-items: center;
    justify-content: center;
 }

#uploadNotaFiscal #modalUploadNotaFiscal .close span{
	 font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Nespresso Lucas";
    text-align: center;
 }
 #uploadNotaFiscal #modalUploadNotaFiscal .modal-body{
	  padding-top: 35px;
 }
 #uploadNotaFiscal #modalUploadNotaFiscal .modal-body p{
		font-size: 13px;
		letter-spacing: 0px;
		color: #000000;
		font-weight: bold;
		font-family: "Nespresso Lucas";
 }

 #uploadNotaFiscal #modalUploadNotaFiscal .modal-body iframe{
	  margin: 15px auto;
    display: block;
    border-radius: 25px;
 }


.bloco-upload{
	display: flex;
	justify-content: space-around;
   align-items: center;
   position: relative;
}

.bloco-upload .item-2 i{
	font-size: 27px;
	width: 60px;
}




#sliderCampanhaHome{
	display: flex;
	align-items: center;
	justify-content:  center;
	max-width: 444px;
}

@media (max-width: 767px){	
	#mecanicaRegulamento #modalMecanicaRegulamento iframe{
			width: 90%;
		}
	#mecanicaRegulamento #modalMecanicaRegulamento .modal-header{
		    border-bottom: 0;
    position: absolute;
    top: -26px;

	}
	#modalMecanicaRegulamento .modal-dialog{
		    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 28px;
       max-width: 100%;
	}
	#sliderCampanhaHome{
		width: 95%;
	}

	.bloco-pontos-resgate{
		top: -55px;
}
		#mecanicaRegulamento #modalMecanicaRegulamento{
			    width: 100%;
    padding: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
	}

		#uploadNotaFiscal #modalUploadNotaFiscal{
			width: 95%;
	}
}
@media (min-device-width: 1px) and (max-device-width: 888px) and (orientation:  landscape){
	#mecanicaRegulamento #modalMecanicaRegulamento {
		    top: 2%;
    height: 95vh;
    z-index: 9999;
	}
		#mecanicaRegulamento #modalMecanicaRegulamento iframe{
			width: 98%;
			height: 80vh!important;
		}

}




@media (min-width: 768px) and (orientation:  portrait){
	#modalMecanicaRegulamento .modal-dialog{
		max-width: 80%;

	}
	#mecanicaRegulamento #modalMecanicaRegulamento {
		top: 16%;
		width: 80%;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		height: 500px;
	}
	#mecanicaRegulamento #modalMecanicaRegulamento .modal-body iframe{
		   margin: 2px auto;
	    height: 380px;
	}
	#mecanicaRegulamento #modalMecanicaRegulamento button.close{
		top: 0;
		min-height: auto!important;
	}
}
@media (min-width: 768px) and (orientation:  landscape){
		#modalMecanicaRegulamento .modal-dialog{
		max-width: 100%;
		margin: 0;
	}
	#mecanicaRegulamento #modalMecanicaRegulamento {
		top: 0%;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		height: 100vh;
	}
	#mecanicaRegulamento #modalMecanicaRegulamento .modal-body iframe{
		height: 80vh;
	}
}


@media (min-width: 1025px){
		#modalMecanicaRegulamento .modal-dialog{
		max-width: 100%;
		margin: 0;
	}
	#mecanicaRegulamento #modalMecanicaRegulamento {
		top: 10%;
		width: 60%;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		height: 80vh;
	}
	#mecanicaRegulamento #modalMecanicaRegulamento .modal-body iframe{
		height: 66vh;
	}
}