/*
@font-face {font-family: 'FullSans-LC50Book'; src: url('webfonts/38B53E_0_0.eot');src: url('webfonts/38B53E_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/38B53E_0_0.woff2') format('woff2'),url('webfonts/38B53E_0_0.woff') format('woff'),url('webfonts/38B53E_0_0.ttf') format('truetype');}
@font-face {font-family: 'Loew-Heavy';src: url('webfonts/38B56A_0_0.eot');src: url('webfonts/38B56A_0_0.eot?#iefix') format('embedded-opentype'),url('.fonts/webfonts/38B56A_0_0.woff2') format('woff2'),url('.fonts/webfonts/38B56A_0_0.woff') format('woff'),url('webfonts/38B56A_0_0.ttf') format('truetype');}
*/

@font-face
{
  font-family: "Montserrat";
  src: url("./fonts/Montserrat/Montserrat-Regular.ttf");
}

html {
    scroll-behavior: smooth;
}

html, body, button, input, select, textarea, p, a
{
	font-family: 'Montserrat'
}

/*
.full-sans {font-family: 'FullSans-LC50Book'}
.loew-heavy {font-family: 'Loew-Heavy'}
*/

.green-text {
	color: #00815c;
	font-size: 26px;
}
.orange-text {
	color: #f19700;
}

.dark-text {
	color: #303030;
	font-size: 22px;
}

.box-login {
	background: #009f73;
	border-radius: 10px;
	max-width: 80%;
	color: #fff;
	display: flex;
	padding: 17px 43px 36px;
	margin: 0 auto;
}

.box-login__column {
	width: 100%;
	padding: 10px;
}

.box-login .form-control:focus {
	border-color: #54f3a4;
	box-shadow: 0 0 0 .2rem rgba(33, 162, 107, 0.3);
}

.btn-entrar {
	background: #f19700;
	border-color: #f19700;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 30px 5px;
	border-radius: 22px;
	font-size: 30px;
}

.btn-entrar.focus, .btn-entrar:focus {
	box-shadow: 0 0 0 .2rem rgba(230, 146, 39, 0.5);
}

.pagamento-cartao-credito .fa.fa-credit-card {
	font-size: 25px;
	margin-right: 5px;
}

.forma_pagamento_titulo {
    font-size: 16px;
    font-weight: bold;
}
.forma_pagamento_condicao {
    font-size: 12px;
    padding-left: 7px;
}

.pagamento-mercado-pago {
	margin-top: 9px;
	padding-bottom: 9px;
}

.pagamento-mercado-pago > label {
	display: flex;
    align-items: center;
    padding-top: 12px;
}

.pagamento-mercado-pago .fa.mercado-pago {
	margin-right: 10px;
}

#mercado-pago-container {
	text-align: center;
}

.fa.mercado-pago::before {
	content: '';
	height: 28px;
	width: 100px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../img/mercado-pago-logo.svg');
}



.btn-entrar:hover {
	background: #fcad27;
	border-color: #fcad27;
}

.footer {
	background: #777777;
	padding: 30px 0px;
}

.footer__main {
	display: flex;
}

.footer__column {
	width: 100%;
}

.footer__midias-sociais a {
	padding: 5px;
}

.footer__midias-sociais a:first-of-type {
	padding-left: 0px;
}

.footer__midias-sociais img {
	max-width: 40px;
}

.footer__endereco {
	color: #fff;
	padding: 25px 0px;
}

.footer__mapa img {
	max-width: 100%;
}

.header {
	background: #009f73;
	padding: 20px 0px;
	text-align: center;
	box-shadow: 0px 1px 5px #333;
}

.box-dores {
	background: #eeeeee;
	border-radius: 10px;
	color: #303030;
	padding: 10px 20px;
}

.aparelhos {
	font-size: 20px;
	margin: 0 auto;
}

.aparelhos__img {
	width: 184px;
	height: 370px;
}

.aparelhos__text {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 65px;
}

.link-avaliacao {
	border-bottom: 2px solid #dcdcdc;
	width: 100%;
	z-index: 1;
	font-size: 11px;
	height: 20px;
}

.link-avaliacao a {
	color: #757575;
	text-transform: uppercase;
}

.link-avaliacao a:hover {
	text-decoration: none;
}

.dor {
	font-size: 20px;
	margin-bottom: 40px
}

.dor__nome {
	color: #000;
	font-weight: bold;
	font-size: 26px;
}

.dor__lado {
	color: #00815c;
	margin: 20px 0 0;
}

.banner {
	color: #fff;
	font-size: 30px;
	background: #009670;
	text-align: center;
	padding: 40px 0;
	margin: 50px 0;
}

.banner__header {
	font-weight: bold;
	margin: 0;
}

.produtos label { cursor: pointer; }
.produtos {
	text-align: center;
	font-size: 20px;
}
.produtos__header {}
.produtos__lista {
	list-style: none;
}
.produtos__produto {
	width: 215px !important;
	display: inline-block;
}
.produtos__nome {
	font-size: 16px;
}
.produtos__descricao {
	font-size: 12px;
}
.produtos__box {
	border: 1px solid #707070;
	text-align: center;
	margin: 0 auto;
}
.produtos__box > img {
	max-width: 212px;
	max-height: 169px;
}
.produtos__palmilha {
	font-size: 18px;
}
.produtos__checkbox {
	display: none;
}

.carrinho {}
.carrinho > p { margin: 0; }
.carrinho .orange-text { font-size: 20px; }
.carrinho__texto-verde { color: #00815c; font-size: 20px; }
.carrinho__imagem { margin: 0 20px 0 0; }
.carrinho__btn_comprar {
	background: #f19700;
	border-color: #f19700;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 30px 10px;
	border-radius: 22px;
	font-size: 20px;
}

.carrinho__btn_comprar.focus, .carrinho__btn_comprar:focus {
	box-shadow: 0 0 0 .2rem rgba(230, 146, 39, 0.5);
}

.carrinho__btn_comprar:hover {
	background: #fcad27;
	border-color: #fcad27;
}

.carrinho__tabela { color: #000; font-size: 17px; }
.carrinho__tabela td, .carrinho__tabela th { vertical-align: middle; }
.carrinho__tabela thead th { vertical-align: middle; }
.carrinho__tabela thead th, .carrinho__tabela tbody td { border: none; text-align: center; }
.carrinho__cabecalho th {
	background: #008e6a;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.carrinho__cabecalho th:first-of-type { border-top-left-radius: 15px; }
.carrinho__cabecalho th:last-of-type { border-top-right-radius: 15px; }

.carrinho__detalhe {
	width: 97px;
	height: 97px;
	border: 1px solid #008e6a;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.carrinho__detalhe img {
	object-fit: contain;
}

.carrinho__preco-antigo {
	text-decoration: line-through;
}
.carrinho__preco-novo {
	color: #00815c;
	font-weight: bold;
}
.carrinho__economize {
	font-size: 16px;
}
.carrinho__parcelas {
	color: #00815c;
	font-weight: bold;
	font-size: 22px;
}
.carrinho__totais .col-6{
	padding: 5px 0;
	font-size: 20px;
}

.carrinho__totais .col-12 strong {
	font-size: 16px;
}

.carrinho__desconto {
	/*border-top: 1px solid #000;*/
	border-bottom: 1px solid #000;
	color: #F00;
}
.carrinho_nobotpad {
	padding-bottom: 0 !important;
	border-top: 1px solid #000000;
}
.carrinho__total {
	color: #00815c;
	font-weight: bold;
	font-size: 24px !important;
}

.checkout {

}
.checkout__header {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    padding: 10px 0 15px;
    font-size: 20px;
}

.checkout__content
{
    border: 1px solid rgba(205,205,205,1);
    padding: 20px 0;
    margin: 0;
    border-radius: 18px;
}

.checkout__form
{
	margin-bottom: 20px;
	border-radius: 16px;
}

.checkout__dados label { margin: 25px 0 0 0; font-size: 14px; vertical-align: middle; }
.checkout__dados {

}
.checkout__bandeira {
	max-width: 40px;
}
.checkout__selos {
	display: flex;
	justify-content: space-between;
}
.checkout__selos img:first-of-type { margin-right: 5px; }
.checkout__selos img:last-of-type { margin-left: 5px; }

.checkout__resumo .checkout__content { padding: 0 10px; }

.checkout__resumo table { margin:0; }
.checkout__resumo thead th { color: #313131; border-bottom: 1px solid #313131; }
.checkout__resumo tbody td { color: #898989; border-color: #b4b4b4; }
.checkout__resumo tfoot td { color: #303030; }

.checkout__total {
	color: #008e6a !important;
	font-weight: bold;
	font-size: 20px;
}

.grupo-dados-pessoais {
	margin-bottom: 30px;
}

.btn-finalizar,
#mercado-pago-container .mercadopago-button {
	background: #44D88F;
	border-color: #44A88F;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 35px;
	font-size: 16px;
	font-weight: bold;
}

#mercado-pago-container .mercadopago-button {
	line-height: inherit;
}

.btn-finalizar.focus, .btn-finalizar:focus {
	box-shadow: 0 0 0 .2rem #44A88F;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #44A88F;
	border-color: #44A88F;
	font-weight: bold;
}

.btn-finalizar:hover {
	background: #44A88F;
	border-color: #44D88F;
	font-weight: bold;
}

.btn-add {
	background: #006600;
	border-color: #006600;
	color: #fff;
	padding: 5px 30px 5px;
	border-radius: 16px;
	font-size: 18px;
}

.btn-add.focus, .btn-add:focus {
	box-shadow: 0 0 0 .2rem rgba(230, 146, 39, 0.5);
}

.btn-add:hover {
	background: #006600;
	border-color: #006600;
	color: #fff;
}

.slick-prev::before, .slick-next::before {
	color: #006600;
	font-size: 30px;
}

.texto-obrigado {
	font-size: 14px;
	color: #959595;
}

.bandeira-cartao {
	border:1px rgba(205,205,205,1) solid;
	border-radius:5px;
	padding-left: 2px;
	height: 40px;
	margin-bottom: 20px;
}

.logo-internet-segura, .logo-reclame-aqui {
	width:30%;
	float:left;
}

.item-novo-footer {
	width: 33%;
}

#ra-widget-reputation .ra-widget-reputation-holder .ra-widget-reputation-content.type-2 {
	width: 190px !important;
}
#ra-widget-reputation .ra-widget-reputation-holder {
	width: 195px !important;
}
.ra-widget-reputation-stamp {
	width: 50px !important;
	margin: 4px 0 3px 5px !important;
}
.ra-widget-reputation-text {
	width: 23% !important;
}
#reputation-ra {
    margin-top: 8px !important;
}

.pagamento-cartao-credito, .pagamento-boleto, .pagamento-mercado-pago, .pagamento-deposito {
	border: 1px solid #ced4da;
    border-radius: 20px;
    width: 100%;
    padding-left: 20px;
    padding-top: 4px;
    min-height: 37px;
}

.pagamento-boleto, .pagamento-deposito {
	margin-top: 9px;
}

/*------INICIO MOBILE----------*/

@media (max-width: 720px) {
	#imagens-logos img.img-fluid.lazyloaded {
		max-width: 150px;
		max-height: 100px;
		height: auto;
		width: auto;
		object-fit: contain;
	}

	.img-frete-gratis {
		max-width: 50%;
	}
	.aparelhos__img {
		width: 92px;
		height: 185px;
	}

	.slick-prev::before, .slick-next::before {
		font-size: 45px;
	}

	.slick-next { right: -5px; }

	.banner {
		font-size: 20px;
		padding: 20px 0;
		margin: 30px 0;
	}
	.logo-internet-segura, .logo-reclame-aqui {
		width:49%;
		float:left;
		margin:20px 0;
	}

	.item-novo-footer {
		width: 100%;
		padding-top: 20px;
	}

	#ra-widget-reputation .ra-widget-reputation-holder .ra-widget-reputation-content.type-2 {
		width: 136px !important;
	}
	#ra-widget-reputation .ra-widget-reputation-holder {
		width: 140px !important;
	}
	.ra-widget-reputation-stamp {
		width: 40px !important;
	}

	#voll-contact-widget .voll-contact-widget-inner {
		width: 295px !important;
    	margin-right: 0 !important;
	}

	#voll-contact-widget .form-voll-contact-widget input {
		width: calc(95% - 2px) !important;
	}

	#voll-contact-widget .form-voll-contact-widget textarea {
		width: calc(95% - 2px) !important;
	}

	#voll-contact-widget .voll-send-btn {
		margin-right: 14px;
	}

	.form-contact-box ul {
		margin: 0 0 15px 0px;
	}
}

@media (min-width: 720px) {
	.produtos__nome {
		font-size: 18px;
	}
	.produtos__descricao {
		font-size: 14px;
	}
	.btn-add {
		font-size: 20px;
	}
}

#lembrete-carrinho-container {
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
	z-index: 1;
}
#lembrete-carrinho {
	display: inline-block;
	background: #fff;
	border: 1px solid #333;
	padding: 10px 15px;
}

.carrinho__mobile {}
.carrinho__mobile .item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
}
.carrinho__mobile .botoes {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.carrinho__mobile .botoes a {
	width: 100%;
	font-size: 2.3em;
}

.carrinho__mobile strong {
	font-size: 18px;
}

.carousel { padding: 0px; }

.nav { display: block }

.lim_item
{
	max-height: 500px;
}

.rad30
{
	border-radius: 30px;
}

.fa-chevron-up:before
{
    content: "\f077";
}

.aviso_carregando
{

	margin: auto;
	padding: 1em;
	background-color: rgba(255,255,255,1);
	position: relative;
	z-index: 99;
	border: 2px solid #B9B9B9;
	border-radius: 10px;
}

.aviso_carregando_sombra
{
	margin: auto;
	padding: 1em;
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.aviso_box_carregando
{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;

}

.scroll-to-learn-more-text {
    position: absolute;
    bottom: 64px;
    width: 100%;
  }
  .scroll-to-learn-more-text p {
    margin-top: 80px;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.13;
    text-align: center;
    color: #ffffff;
  }
  .scroll-to-learn-more-text .arrow {
    position: relative;
    display: block;
  }
  .scroll-to-learn-more-text .arrow p {
    position: absolute;
    width: 100%;
    height: 12px;
    margin-top: -10px;
    margin-left: 6px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
  }

.promocao
{
	margin: 22px 0 32px 0;
	border-top: 0.5px solid #bababa;
	padding-top: 12px;
	font-weight: bold;
}

.btn-pad
{
	background-color: rgba(30,185,149,1);
	border-radius: 35px;
	margin:0.4em;
}

.baner_promo
{
	margin-top: 0.6em;
	padding-left: 8px;
}

.item-sm p
{
	margin-left: 0.5em;
	margin-right: 0.5em;

}

.titulo_pag
{
	text-align: center;
	margin: 2em 0;
	font-size: 36px;
	font-weight: bold;
}

.corpo_diag
{
  display: flex;
	flex-direction: column;
	align-content: center;
	width: 80%;
	margin: 1em auto;
	border: 2px solid rgba(0,0,0,0.25);
	border-radius: 20px;
}

@media (max-width: 768px) {
	.corpo_diag {
		width: 95%;
	}
}

.titulo_diag
{
	text-align: center;
	background-color: gray;
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
	color: white;
	padding: 0.5em
}

.img_card_diag
{
  	text-align: center;
	padding: 1em 0;
}

.body-diag
{
  	text-align: center;
	padding: 0.5em;
	font-size: 150%;
	font-weight: bold;
}

.card-diag
{
	display: inline-block;
	min-width: 10em;
	max-width: 18em;
	border: 2px solid rgba(0,0,0,0.25);
	border-radius: 16px;
	padding: 0.5em
}

a .card-diag:hover
{
	min-width: 10em;
	max-width: 18em;
	border: 2px solid rgba(0,0,0,0.35);
	border-radius: 16px;
	box-shadow: 5px 5px 4px 1px rgba(0, 0, 0, 0.2);
	animation-delay: 1s;
	animation-duration: 3s;
}

.footer_diag
{
	display: flex;
	justify-content: space-evenly;
	border-top: 2px solid rgba(0,0,0,0.15);
	width: 85%;
	padding-top: 1em;
	margin: 2em auto;
	flex-direction: row-reverse;
}

@media (max-width: 768px) {
	.footer_diag
	{
		width: 95%;
	}

}
.opc_diag
{
	color: #000000;
	text-decoration: none;

}

.opc_diag:hover
{
	display: inline-block;
	color: #17A600;
	text-decoration: none;
}

.opcs_btns
{
	display: flex;
	justify-content: space-evenly;
	align-content: center;
	flex-wrap: wrap;
}

.opcs_btns > a
{
	margin: 1em 0.5em;
}

.texto_conf_diag
{
	padding: 0.5em;
	text-align: center;
	font-size: 150%
}

.texto_conf_diag > img
{
	max-width: 100%;
}

.area_confirma
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.escolha_conf
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 60%;
}

@media (max-width: 768px) {
	.escolha_conf
	{
		max-width: 90%;
	}
}

.confirma_diag
{
	display: flex;
	justify-content:  space-evenly;

}

.borda_pad
{
	border-radius: 28px;
}

.area_result
{
	display: flex;
	flex-direction: column;
}

.card_info
{
	text-align: center;
	min-width: 200px;
	max-width: 30%;
	margin: 1em;
	padding: 0.5em;
	border: 2px solid rgba(0,0,0,0.25);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}

.resultado
{
	border: 2px solid rgba(4,139,0,1);
	border-radius: 20px;
	background-color: rgba(4,149,0,0.6);
	color: rgba(255,255,255,1);
}

.resultado p:first-child
{
	font-weight: 900
}

.card_info > img
{
	max-height: 300px;
}

.titulo_dicas
{
	padding: 1em 1em;
	font-size: 140%;
	cursor: pointer;
}

.corpo_dicas
{
	display: flex;
	flex-direction: row;
	background-color: rgba(255,255,255,1);
	color: rgb(0,0,0);
	border-top: 2px solid rgba(4,139,0,1);
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.titulo_opc_diag
{
	display: flex;
	flex-direction: column;
	width: 85%;
	margin: auto;
	border-bottom: 2px solid rgba(0,0,0,0.15);
	margin-bottom: 1em;
}

.info_conf_diag
{
	text-align: center;
}

.btn
{
	background-color: #44D88F;
}

.cart-btns .btn.cancel {
    color: #44D88F;
    border-color: #44D88F;
    background-color: #fff;
}

.area_dor
{
	display: flex;
	justify-content: center;
	align-content:  center;
	align-items: stretch;
}

.area_img_dor
{
	display: flex;
	margin: 0.5em 2em;
	align-items: center;
}

.area_img_dor > img
{
	max-height: 200px;
	max-height: 200px
}

.area_info_dor
{
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.item_dor
{
	display: flex;
	flex-direction: column;
	margin: 1em 0.5em
}

input[type=range] {
  	-webkit-appearance: none;
  	width: 100%;
	background-color: white;
	width: 25%;
	min-width: 200px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background:  rgba(0,155,0,0.1);
  border-radius: 25px;
  border: 1px solid  rgba(0,55,0,0.25);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #44D88F;;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}
/*
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(0,0,0,1);
}
*/
input[type=range]::-moz-range-track {
  width: 100%;
  height: 10.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background:  rgba(0,155,0,0.1);
  border-radius: 25px;
  border: 1px solid  rgba(0,55,0,0.25);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #44D88F;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(0,155,0,0.1);
  border: 1px solid rgba(0,55,0,0.25);
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: rgba(0,155,0,0.1);
  border: 1px solid rgba(0,55,0,0.25);
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #44D88F;
  cursor: pointer;
  margin-top: 2px;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(0,155,0,0.1);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(0,155,0,0.1);
}

.nav-bar__user-btn
{
	color: black;
  font-size: 125%
}

.nav-bar__user-btn :hover
{
	color: red;
  font-size: 130%
}

.borda_cinza_1
{
	border:  1px solid rgba(0, 0, 0, 0.25);
}

.mySlides_car {display: none}

/* Slideshow container */
.slideshow-container_car {
  max-width: 50%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev_car, .next_car {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgba(0,0,0,1);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.8);
	text-shadow: 0px 0px 2px rgba(255,255,255,1);

}

/* Position the "next button" to the right */
.next_car {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev_car:hover, .next_car:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text_car {
  color: rgba(245,245,245,0.9);
  font-size: 150%;
  padding: 0px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

/* Number text (1/3 etc) */
.numbertext_car {
  color: #f2f2f2;
  font-size: 110%;
  padding: 5px 8px;
  position: absolute;
  top: 0;
  text-shadow: 0px 0px 2px rgba(0,0,0,1);
}

/* The dots/bullets/indicators */
.dot_car {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot_car:hover {
  background-color: #717171;
}

/* Fading animation */
.fade_car {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.aparelhos__div
{
	display: flex;
	justify-content: center;
}

.alinhar_centro
{
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 768px) {
  .aparelhos__div
	{
		flex-wrap: wrap;
	}

	.slideshow-container_car
	{
		max-width: 95%;
	}

	.slideshow-container_car .img-fluid
	{
		max-width: 50%
	}


	.aparelhos__div
	{
		align-items: center;
	}

}

.palm_remov {
    display: flex;
    justify-content: space-evenly;
}

.palm_remov > div > input
{
	width: auto;
}

.palm_remov > div > label
{
	font-weight: 100;
}

.corpo_diag
{
	font-size: 135%;
}

.filtro_verm:hover
{
	filter: saturate(150%) hue-rotate(235deg);
}

.dores_geral
{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
    justify-content: space-evenly;
    align-items: center;
}

.local_dor
{
	margin: 0 1em 1em;
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	justify-content: center;
	max-width: 150px;
}

.local_dor > img
{
	margin-bottom: 0;
}

.local_dor > p
{
	text-transform: capitalize;
	word-wrap: break-word;
	font-size: 13px;
}

.dores_geral a
{
	text-decoration: none;
}

.grupo_icone
{
	display: flex;
	align-items: initial;
	flex-direction: row;
	justify-content: space-evenly;
}

.item_icone
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	max-width: 150px;
	color: #00815c;
	font-weight: 600;
	text-align: center;
	font-size: 80%
}

@media (max-width: 768px)
{
	.grupo_icone
	{
		flex-wrap: wrap;
	}

}

.desc_h1
{
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    color: white;
    text-transform: none;
}

@media (max-width: 768px)
{
	.desc_h1
	{
	    margin-bottom: 8px;
	    font-size: 14px;
	    text-align: center;
	}
}
