:root{
	--info-doctor-width: 17.1875rem;
}

#headerPageQuestion h2,#navHead{
	display: none !important;
}

.faqContent p{
	margin-top: 0;
    margin-bottom: 1rem;
}

.faqContent p:last-of-type{
	margin-bottom: 0;
}

.faqContent .infoReviews{
	width: auto!important;
	max-width: 100%;
}

.infoReviews:not(.disabled) .imgStar{
	cursor: pointer;
}

.questionUser{
	border-radius: var(--cx-border-radius);
	border-top-left-radius: 0;
	max-width: calc(100% - 300px);
	color:#333;
	/* font-weight: bold; */
	background-color: #ffdcb3 !important;
	border:solid 1px #ffdcb3;
	/* background-color: #B0D9BC !important; */
	
}

.questionUser:hover{
	color: #333;
}

.showAnswersQuestion{
	cursor: pointer;
}

.footerQuestion{
	font-weight: normal;
}

.divShare{
	display: none;
}

.questionUser, .divAnswer, .btnNewAnswer{
	position: relative;
	list-style: none;
}

.divAnswer {
    border: solid 1px #C0C5D1;
    flex-grow: 1;
    border-radius: var(--cx-border-radius);
    margin-right: 21px;
	border-top-right-radius: 0;
}

.questionUser:after, .questionUser:before {
	left: auto;
	top: 0;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	right: 100%;
}

.questionUser:before{
	border-right-color: #ffdcb3;
	border-top-color: #ffdcb3;
	border-width: 10px;
	top:-1px;
}

.questionUser:after{
	border-right-color: #ffdcb3;
	border-top-color: #ffdcb3;	
	/* border-right-color: var(--cx-alert-bg);
	border-top-color: var(--cx-alert-bg);	 */
	
	border-width: 9px;
}

.divAnswer:after, .divAnswer:before,.btnNewAnswer:before,.btnNewAnswer:after  {
    content: "";
	left: auto;
    top: 0;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    right: -18px;
}


.divAnswer:after,.btnNewAnswer:after {
	border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
	border-left-color: #FFF;
    border-top-color: #FFF;
}
 .divAnswer:before,.btnNewAnswer::before {
	border-color: rgba(194, 225, 245, 0);
    border-top-color: #C0C5D1; 
    border-width: 10px;
    transform: translateY(-1px);
	border-left-color: #C0C5D1; 
    right: -20px;
} 


.btnNewAnswer::before{
	border-top-color:#004E96;
	border-left-color:#004E96;
}

.btnNewAnswer:hover:after{
	border-top-color:#004E96;
	border-left-color:#004E96;
}

.alert-success.divNewAnswer::before{
	border-top-color: #C0C5D1;
	border-left-color: #C0C5D1;
}

.alert-success.divNewAnswer::after{
	border-top-color: #d1f2eb;
	border-left-color: #d1f2eb;
}

.divNewAnswer .appendix{
	/* margin-right: 0px; */
	color:#FFF;
	display: none;
}

.divNewAnswer.alert-success .appendix{
	/* margin-right: 0px; */
	color: var(--cx-alert-bg);
}

.btnNewAnswer{
	border-top-right-radius: 0;
	margin-right: 21px;
}

.btnNewAnswer{
	transition: none;
}

.questionUser .appendix,.divAnswer .appendix,.btnNewAnswer .appendix{
	position: absolute;
	top: 0;
	height: 20px;
	width: 20px;
	display: none;
}

.questionUser .appendix{	
	transform: translateY(-1px);
	left: -20px;
	background-image: url(../../imgs/reader.svg);

	
}

.divAnswer .appendix {
	background-image: url(../../imgs/sender.svg);
	left: auto;
	right: -20px;
	transform: translateY(-1px);
	color:#FFF;
}

.btnNewAnswer .appendix{
	background-image: url(../../imgs/sender-blue.svg);
	left: auto;
	right: -20px;
	transform: translateY(-1px);
}

.btnNewAnswer:hover .appendix{
	background-image: url(../../imgs/sender-blue-hover.svg);
}

.inputCount .inputFake{
	min-width: 35px;
	text-align: center;
	background-color: #FFF;
	padding: 5px;
	display: inline-block;
	border-radius: var(--cx-border-radius);
	border:solid 1px;
	border-color: var(--cx-border-color);
	
}

.framePhoto,.optionListAgree .framePhoto{
	margin-left: 0;
	margin-right: 0.625rem;
}

.photoDoctor{
	width: 48px;
	height: 48px;
    object-fit: cover;
    align-self: center;
	border-radius: 50%;
	max-width: 48px;
}

.infoMedic{
  align-items: center;
}

.faqContent .infoMedic {
    width: 280px;
    flex-shrink: 0;
    padding: 0;
    min-height: 0;
    min-width: 0;
    border-radius: 0;
}

.vdc .infoMedic{
  align-items: end;
}

.listAnswers{
	display: flex;
	flex-direction: column;
}

.listAnswers > li{
	/* max-width: 80%;
	align-self: end;
	width: 100%; */
}

.listAnswers > li:last-of-type{
	margin-bottom: 0 !important;
}

.rateAnswer{
	display: flex;
	align-items: center;
}

.imgStar,.iconAgreeAnswer,.imgButtonThanks,.imgButtonAgree{
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.imgStar.star {
    background-image: url(../../imgs/rateon-24-s.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.imgStar.starOff {
    background-image: url(../../imgs/rate-24-q.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.barAnswer{
	padding: 0.625rem;
	border-top: solid 1px #E9EAEE;
}

.imgAsk{
	background-image:url(../../imgs/ask-32-m.svg);
}

.imgAppointment{
	background-image: url(../../imgs/agendamed-24-w.svg);
}

.imgArrow{
	background-image: url(../../imgs/arrowselect-16-s.svg);
}

.img-16,.img-24,.img-32,.img-48{
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.img-16{
	width: 16px;
	height: 16px;
}

.img-24{
	width: 24px;
	height: 24px;
}

.img-32{
	width: 32px;
	height: 32px;
}

.img-48{
	width: 48px;
	height: 48px;
}

.totalGrateful{
	background-color: var(--cx-gray-lighter);
    color: #9FA5B8;
    /* height: 24px;
    width: 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
	padding: 0 .5rem;
	flex-shrink: 0;
	border-radius: var(--cx-border-radius-sm);
}


.disabled .totalAgree{
	color: #9FA5B8;
}
.totalAgree{
	margin-right: 4px;
	color:var(--cx-blue)
}

.divTotalAgree{
	width: 100%;
	margin-top: 0.5rem;
	cursor: pointer;
}

.divTotalAgree *{
	cursor: pointer;
}

.iconAgreeAnswer,.imgButtonAgree{
	background-image: url(../../imgs/doctor-24-m.svg);
	margin-right: 4px;
}

.disabled .iconAgreeAnswer{
	background-image: url(../../imgs/doctor-24-g.svg);
}

.imgButtonThanks{
	background-image: url(../../imgs/like-24-m.svg);
	margin-right: 4px;
}

.thanked .imgButtonThanks{
	background-image: url(../../imgs/likeon-24-m.svg);
}

.button,.button *,.btnAgree,.btnThanks,.btnAgree *,.btnThanks *{
	cursor: pointer;
}

.barAnswer label{
	color: var(--cx-blue)
}

.barAnswer .disabled label{
	color: #9FA5B8;
}

#pager{
	text-align: center;
}

#pager > span, #pager > a {
    padding: 0.625rem;
    display: inline-block;
    background-color: var(--cx-gray-lighter);
    margin: 0;
    border-radius: var(--cx-border-radius-sm);
    min-width: 35px;
}

#pager > span {
    background-color: var(--cx-blue);
    color: #fff;
}

.buttonsOrder{
	display: flex;
	justify-content: end;
}

.buttonsOrder > a,.buttonsOrder > span {
	padding: 6px 10px;
    background-color: var(--cx-gray-lighter);
    display: inline-block;
    border: solid 1px #C0C5D1;
	color: var(--cx-gray-medium);
}
.buttonsOrder > a:hover{
	background-color: var(--cx-blue);
	border-color:var(--cx-blue);
	color:#FFF;
}

.buttonsOrder >  .orderByHelpfulness{
	border-top-left-radius: var(--cx-border-radius-sm);
	border-bottom-left-radius: var(--cx-border-radius-sm);
}

.buttonsOrder > .orderByNewest {
	border-left: none;
    border-top-right-radius: var(--cx-border-radius-sm);
    border-bottom-right-radius: var(--cx-border-radius-sm);
}

.helpfulness .orderByHelpfulness,.newest .orderByNewest{
	background-color: var(--cx-blue);
	border-color: var(--cx-blue);
	color: #FFF;
}

#divLogin{
	display: none;
}

.linkShowAnswers{
	font-weight: bold;
}

.totalAnswers{
	max-width: calc(100% - 302px);
}

a.linkShowAnswers::after {
    content: '\00a0\00BB';
}

.seeAllAnswers{
	max-width: calc(100% - var(--info-doctor-width));
}

.linkRateAnswer{
	cursor: pointer;
}

.profile-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    align-self: center;
}

.photoLarge{
	width: 100px;
	height: 100px;
	max-width: 100px;
}

.largeIcon{
	width: 96px;
	height: 96px;
}

.doctorMoreAnswers{
	margin-right: 1.25rem;
	border-radius: 4px;
	background-color: #FFF;
}

.photoSmall{
	max-width: 24px;
	max-height: 24px;
}

.listDoctorsAgreeAnswer{
	display: flex;
	padding: 0;
}

.listDoctorsAgreeAnswer li{
	margin-left: -8px;
	padding: 0;
}
.listDoctorsAgreeAnswer li:first-of-type{
	margin-left: 0;
}

.divTotalAgree, .containerLabelAgree{
	align-items: center;
}

#listDoctorsAgreeAnswerModal{
	max-height: 300px;
	overflow: auto;
	padding: 0;
}

.optionListAgree:last-of-type{
	border-bottom: none !important;
}

.labelAnswerSpecialist{
	margin-top: 1.25rem;
	margin-bottom: 0.625rem;
	
}

.labelQuestionSpecialist{
	margin-top: 1.25rem;
	margin-bottom: 0.625rem;
}

.labelAnswerSpecialist, .labelQuestionSpecialist{
	color:var(--cx-gray-600);
	text-transform: uppercase;
    font-size: 0.875rem;
}

.containerQuestionAnswers{
	margin-bottom: 2rem;
}

.containerQuestionAnswers:last-of-type{
	margin-bottom: 0;
}

.labelQuestionSpecialist:first-of-type{
	margin-top: 0;
}

#framePassport{
	padding: 1rem;
	width: 100%;
    background-color: #FFF;
}

#FakeFaqContainer, #FakeFaqContainerIFrame{
	background-color: #FFF;
	padding: 10px 20px;
}

#divQuestionsUser, #divSpecialities, #divQuestionsUserDoctor{
	padding:1.5rem !important;
}

#divQuestionsUserDoctor{
	padding-top: 0!important;
}

.dateQuestion{
	
}


@media only screen and (min-width : 992px){
	.vdc .divAnswer:after, .vdc .divAnswer:before {
		bottom: 100%;
		top:auto;
		right: 0;
		border-color: transparent;
		pointer-events: none;
	}
	
	.vdc .divAnswer:after {
		border-bottom-color: #FFF;
		border-right-color: #FFF;
		transform: translateY(1px);
		
	}
	.vdc .divAnswer:before {
		border-bottom-color: #C0C5D1;		
		border-right-color: #C0C5D1;	
		right: -1px;
		border-width: 11px;
	}

	.vdc .divAnswer:before, .vdc .btnNewAnswer::before{
		transform: translateY(0);
	}
	.vdc .btnNewAnswer::before{
		top:-1px;
	}

	.vdc .questionUser{
		max-width: 100%;
	}
	
	.vdc .listAnswers > li > div.d-flex{
		max-width: 100%;
		align-self: end;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		width: 100%;
	}

	.vdc .divAnswer{
		width: 100%;
		margin-right: 0;
		/* border-top-right-radius: var(--cx-border-radius);		 */
		position: relative;
		z-index: 3;
	}

	.vdc .divAnswer:not(.alert){
		background-color: #FFF;
	}

	.vdc #optionsCategory{
		display: none !important;
	}

	.vdc .divAnswer .appendix {
		background-image: url(../../imgs/sender.svg);
		transform: translateY(-20px) scaleX(-1) rotate(270deg);
		right: -1px;
		/* transform: translate(1px,20px) rotate(90deg); */
	}
	
	.vdc .faqContent .infoMedic {
		width: 100%;
		flex-shrink: 0;
		flex-grow: 1;
		background: var(--cx-gray-lighter);
		padding: 1.5rem;
		position: relative;
		bottom: -6px;
		/* padding-top: 2.125rem; */
		/* top: -0.625rem; */
		/* border-radius: 0px 0px 4px 4px; */
		flex-direction: row-reverse;
		text-align: right;
	}

	.vdc .framePhoto{
		margin-right: 0;
		margin-left: 0.625rem;
	}


	.vdc .seeAllAnswers{
		max-width: 100%;
	}

	.vdc #headerPageQuestion{
		flex-wrap: wrap;
    	justify-content: end !important;
	}
	

	.vdc #questionUser .btn{
		margin-top: 10px;
	}

	.vdc .lineGrateful{
		flex-wrap: wrap;
	}

	.vdc .lineRate,.divTotalGrateful{
		margin-bottom: 0.5rem;
	}
}

@media only screen and (max-width : 800px){
	
	.divAnswer:after, .divAnswer:before {
		bottom: 100%;
		top:auto;
		right: 0;
		border-color: transparent;
		pointer-events: none;
	}
	
	.divAnswer:after {
		border-bottom-color: #FFF;
		border-right-color: #FFF;
		transform: translateY(1px);
		
	}
	.divAnswer:before {
		border-bottom-color: #C0C5D1;		
		border-right-color: #C0C5D1;	
		right: -1px;
		border-width: 11px;
	}

	.divAnswer:before, .btnNewAnswer::before{
		transform: translateY(0);
	}
	
	.btnNewAnswer::before{
		top:-1px;
	}

	.questionUser{
		max-width: 100%;
	}
	
	.listAnswers > li > div.d-flex{
		max-width: 100%;
		align-self: end;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		width: 100%;
	}

	.divAnswer{
		width: 100%;
		margin-right: 0;
		/* border-top-right-radius: var(--cx-border-radius);		 */
		position: relative;
		z-index: 3;
	}

	.divAnswer:not(.alert){
		background-color: #FFF;
	}

	#optionsCategory{
		display: none !important;
	}

	.divAnswer .appendix {
		background-image: url(../../imgs/sender.svg);
		transform: translateY(-20px) scaleX(-1) rotate(270deg);
		right: -1px;
		/* transform: translate(1px,20px) rotate(90deg); */
	}
	
	.faqContent .infoMedic {
		width: 100%;
		flex-shrink: 0;
		flex-grow: 1;
		background: var(--cx-gray-lighter);
		padding: 1.5rem;
		position: relative;
		bottom: -6px;
		/* padding-top: 2.125rem; */
		/* top: -0.625rem; */
		/* border-radius: 0px 0px 4px 4px; */
		flex-direction: row-reverse;
		text-align: right;
	}

	.framePhoto{
		margin-right: 0;
		margin-left: 0.625rem;
	}


	.seeAllAnswers{
		max-width: 100%;
	}

	#headerPageQuestion{
		flex-wrap: wrap;
    	justify-content: end !important;
	}
	

	#questionUser .btn{
		margin-top: 10px;
	}

	.lineGrateful{
		flex-wrap: wrap;
	}

	.lineRate,.divTotalGrateful{
		margin-bottom: 0.5rem;
	}

}

@media only screen and (max-width : 600px){
	
	/* .listSpecialities{
		text-align: left;
	} */
	
	.containerQuestionAnswers{
		padding: 0!important;
	}

	

}


@media only screen and (max-width : 480px){
	.faqContent .infoMedic{
		max-width: 100%;
		flex-shrink: 1;
	}
	.imgStar,.iconAgreeAnswer,.imgButtonThanks,.imgButtonAgree{
		width: 16px;
		height: 16px;
		background-size: 100%;
	}
}

#modalAskSchedule.loading iframe{
	display: none;
}


#modalAskSchedule .imgLoading{
	display: none;
}

#modalAskSchedule.loading .imgLoading{
	display: block;
}
  
#titleBoxBlog {
  background-color: #F9FBFD;
  background-image: url(../../imgs/top-box.png);
  height: 68px;
  border-bottom: solid 1px #E0EAF6;
  background-repeat: no-repeat;
  background-position: 11px center;
}