html, body{
	width: 100%;
	height: 100%;
    position: relative;
}

body{
	background-color: #fff;
}


button{
	outline: none;
}

.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
	margin: 0 !important;
	overflow: hidden;
}

/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/


.bloco{
	position: relative;
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
}

.bloco.no-margin{
	padding: 0;
}

.bloco h2{
	font-size: 45px;
	color: #111;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.bloco h3{
	font-size: 25px;
	color: #111;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.bloco h4{
	font-size: 17px;
	color: #111;
}

.bloco p{
	font-size: 17px;
	color: #838383;
}

.bloco hr{
	border-top: 3px solid #dbdbdb;
	width: 400px;
}


@media screen and (max-width: 992px) {

	.bloco{
		padding: 40px 0;
	}

	.bloco hr{
		width: 100px;
	}

	.bloco h2{
		font-size: 25px;
	}

	.bloco p{
		font-size: 15px;
	}
}


/*==================================================================================================*/
/*MIDDER*/
/*==================================================================================================*/


.midder{
    width: 100%;
    height: 650px;
	position: relative;

	/*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo {
    width: 30%;
    top: 20%;
    left: 0;
    text-align: left;
    position: absolute;
	padding: 0 2%;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
	
.midder .conteudo h2 {
	font-size: 48px;
	color: #111;
	text-transform: none;
}
.midder .conteudo p {
	font-size: 17px;
	color: #838383;
}


@media screen and (max-width: 992px) {
	
	.midder {
		height: 250px;
		background-attachment: initial;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}

/*@media screen and (max-width: 470px) {
	
	.midder {
		height: 250px;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}*/


/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/

header .numero{
	position: absolute;
	right: 250px;
	top: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #565656;
}

.banner_home{
	height: 720px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

.banner_home .holder_contactos{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.banner_home .holder_contactos .single_contacto{
	width: Calc(100% / 4);
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	height: 100%;
}


.banner_home_new{
	/*height: 720px;*/
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	background: #FFCE41;
}

.banner_home_new .holder_contactos{

}

.banner_home_new .holder_contactos .single_contacto{
	width: Calc(100% / 4);
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	height: 100%;
}

.banner_home_new .holder_contactos .single_contacto img{
	width: 100%;
}

.banner_home_mobile .holder_contactos{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 2;
}


.banner_home_mobile .holder_contactos .single_contacto{
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

.banner_home .content {
	position: absolute;
	top: 25%;
	left: 35%;
	background-color: transparent;
	width: 30%;
}

.banner_home .content .texto{
	text-align: center;
	margin-top: 25px;
	font-size: 65px;
	color: white;
	font-weight: 500;
}

.banner_home .content .imagem{
	width: 55%;
	margin: 0 auto;
}

.banner_home .content .imagem img{
	width: 100%;
}

.butao_medicamento {
	background: #FFCE41;
	color: #fff;
	border: 4px solid #FFCE41;
	border-radius: 15px;
	display: inline-block;
	padding: 35px 15px;
	min-width: 200px;
	margin-top: 15px;
	font-size: 30px;
	font-weight: 700;
	width: 400px;
	max-width: 100%;
	cursor: pointer;
	margin: 10px 0;
}

.appointment button.butao_medicamento {
	padding: 40px 10px;
	color: #565656;
}

.butao_medicamento i{
	font-weight: 500;
}

.butao_medicamento .imagem{
	display: inline-block;
	width: 100px;
	margin-right: -3px;
	vertical-align: middle;
}
.butao_medicamento .imagem img{
	width: 100%;
}

.butao_medicamento .nome{
	display: inline-block;
	width: Calc(100% - 103px);
	margin-right: -3px;
	vertical-align: middle;
	color: #565656;
}




.input_footer::placeholder{
    color: white;
}

.butao_medicamento:hover,
.butao_medicamento.active {
	background: none;
	color: #FFCE41;
	border-color: #FFCE41;
}

.butao_medicamento.active:hover {
	background: none;
	color: #FFCE41;
	border-color: #FFCE41;
	cursor: unset;
}

.contacto_indi {
 	text-align: left;
    padding-bottom: 50px;
}

.contacto_indi .imagem{
	width: 265px;
	height: 150px;
}

.contacto_indi .imagem img{
	width: 100%;
}

.contacto_indi .informacoes{
margin: 0 auto;
}

.contacto_indi .informacoes li{
	font-size: 18px;
	margin-bottom: 10px;
}

.contacto_indi .informacoes img{
	display: inline-block;
	width: 32px;
	padding: 3px;
}

.contacto_indi .informacoes .morada{
	height: 70px;
}

#services h1{
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 50px;
}

label.esq{
	text-align: right;
	width: 75%;
	line-height: 48px;
	font-size: 36px;
	margin: 0 auto;
	color: #939393;
	font-weight: 400;
	float: right;
}

label.dir{
	text-align: left;
	width: 75%;
	line-height: 48px;
	font-size: 36px;
	margin: 0 auto;
	color: #939393;
	font-weight: 400;
	float: left;
}

li .imagem{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	float: left;
}

li .texto{
	display: inline-block;
	vertical-align: middle;
	width: 69%;
	height: 85px;
	padding: 35px;
	margin: 0 auto;
	text-align: left;
}

li .imagem img{
	width: 100%;
}

.direita {
	margin-top: 5%;
	border-left: dashed 2px white;
}

#newsletter_response{
    width: 87%;
    float: right;
}

.input_footer {
	width: 80%;
	border: 1px solid rgba(255,255,255,1);
	border-right: none;
	margin-left: 55px;
	float: none;
    outline: none;
}

.contact .rgpd_medicamentos {
    top: 7px;
    width: unset !important
}

#services li:hover .hover {
	transition: 0.3s;
	display: inline-block !important;
}

#services li:hover .imagem .normal {
	display: none !important;
}

.imagem .hover {
	display: none !important;
}

.tab-pane .logo{
	width: 250px;
	margin-bottom: 25px;
}

.tab-pane .logo img{
	width: 100%;
}

.panel-body p,
.panel-body b{
	font-size: 22px;
}

.politicas{
	padding: 80px 0;
}

.politicas h2{
	margin-top: 20px;
	color: #FFCE41;
	margin-bottom: 60px;
	font-size: 40px;
}

.politicas p{
	line-height: 40px;
	color: black;
	font-size: 18px;
}
/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/

.preview{
	width: 80%;
	display: inline-block;
	margin: 0;
	padding-right: 0;
	vertical-align: top;
	line-height: 30px;
	font-size: 12px;
}

.btn.ficheiros:hover {
	background: white;
	color: #FFCE41;
	border-color: #FFCE41;
}
.ficheiro {
	width: 23.7%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 15px;
}

.rgpd_medicamentos {
	width: 2% !important;
	vertical-align: middle;
	display: inline-block;
    position: absolute;
    top: -20px;
}

.rgpd_texto {
	vertical-align: text-top;
    display: inline-block;
    margin-left: 30px;
    width: 95%;
}

.timing table{
	width: 100%;
}

.timing table td{
	padding: 0 0 15px 0;
	font-size: 18px;
}

.contact h5{
	font-size: 28px;
}

.contact-form label{
	margin-bottom: 15px;
}

.btn_enviar:hover{
	border: 4px solid #FFCE41;
	background-color: #FFCE41;
	color: white;
}

.btn_enviar {
	background: #F3F3F3;
	color: #000;
	border: 4px solid #F3F3F3;
	padding: 14px 90px;
}

#contactos_response {
	margin-top: 30px;
	padding: 0 15px;
}

.make-oppient .img-responsive {
	margin-top: 55px;
}

.ou{
	position: absolute;
	left: -10px;
	top: 20px;
}

img.consulta-background{
	position: absolute;
	bottom: 0;
	left: 0;
}

.escondido{
	display: none;
}

.ficheiros{
	border: 1px solid #FFCE41;
	padding: 11px 0;
	margin-top: 0;
	font-size: 14px;
	width: 100%;
}

.anexo{
	width: 0.1px !important;
	height: 0.1px !important;
	opacity: 0;
}

/*==================================================================================================*/
/*GERAL*/
/*==================================================================================================*/

.pseudo-banner {
	text-align: center;
	padding: 52px 0 0 0;
}

.pseudo-banner h1{
	font-size: 42px;
	font-weight: 700;
	color: #565656;
}

.pseudo-banner h3{
	font-size: 38px;
	color: #565656;
}

.btn.esq{
	float: right;
}

.btn.dir{
	float: left;
}

.paddingboot{
	padding: 0 15px 0 15px;
}

.rgpd input[type=checkbox]{
	margin: 0 0 0 -41px;
	opacity: 0;
	width: auto;
}

.rgpd span {
	position: absolute;
	height: 16px;
	width: 16px;
	border: 1px solid white;
	cursor: pointer;
	background-color: transparent;
	left: -20px;
	top: 2px;
}

.rgpd label {
	color: white;
	position: relative;
	font-weight: inherit;
}

.rgpd label a{
	color: white;
	text-decoration: underline;
}

.home-3{
    margin-top: -5px;
}

.rgpd {
    height: auto;
    padding-top: 25px;
    width: 80%;
    font-size: 12px;
    font-weight: 300;
    color: white;
    margin-left: 17.5% !important;
}

.rgpd label input[type=checkbox]:checked ~ span:before {
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	font-size: 12px;
}

.btn-contactos{
	padding: 13px 55px;
	font-size: 16px;
}



.rgpd_contactos input[type=checkbox]{
	margin: 0 0 0 -41px;
	opacity: 0;
	width: auto;
}

.rgpd_contactos span {
	position: absolute;
	height: 16px;
	width: 16px;
	border: 1px solid #000;
	cursor: pointer;
	background-color: transparent;
	left: 0;
	top: 8px;
}

.rgpd_contactos label {
	color: #000;
	position: relative;
	font-weight: inherit;
}

.rgpd_contactos label a{
	color: #000;
	text-decoration: underline;
}

.rgpd_contactos label input[type=checkbox]:checked ~ span:before {
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	top: -6px;
	left: 1px;
	color: #000;
	font-size: 12px;
}




.rgpd_receita input[type=checkbox]{
	margin: 0 0 0 -41px;
	opacity: 0;
	width: auto;
}

.rgpd_receita span {
	position: absolute;
	height: 16px;
	width: 16px;
	border: 1px solid #000;
	cursor: pointer;
	background-color: transparent;
	left: 0;
	top: 3px;
}

.rgpd_receita label {
	color: #000;
	position: relative;
	font-weight: inherit;
}

.rgpd_receita label a{
	color: #000;
	text-decoration: underline;
}

.rgpd_receita label input[type=checkbox]:checked ~ span:before {
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	top: -2px;
	left: 1px;
	color: #000;
	font-size: 12px;
}

.contentor {
	width: 90%;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.fakebanner {
	transition: 0.3s;
	height: 170px;
}

footer a span.carreiras {
	color: #555555;
	background: #fff;
	border: 2px solid #fff;
	font-weight: 800;
	padding: 7px 20px;
	margin-top: 5px;
	display: inline-block;
	width: 125px;
	margin: 5px auto 0 auto;
}

footer .pagamentos {
	text-align: center;
}

footer .pagamentos.mobile {
	display: none;
}

footer .pagamentos img,
footer .pagamentos a{
	vertical-align: middle;
}

footer .pagamentos img{
	width: 150px;
	margin: 40px 0;
}

footer .direta {
	padding: 50px 0;
}

.mobile_buttons{
	z-index: 999;
	position: fixed;
	bottom: 0;
	display: none;
	background-color: white;
	text-align: center;
    width: 100%;
	padding-bottom: 15px;
}

.mobile_buttons .btn,
.btn_meds{
	border-radius: 50px;
	border: 1px solid #989DBA;
	padding: 5px 0;
	font-size: 14px;
	min-width: 0;
	width: 100%;
	background-color: #989DBA;
	line-height: 35px;
}

.mobile_buttons .btn:hover,
.btn_meds:hover{
	background-color: white !important;
	color: #989DBA !important;
	border: 1px solid #989DBA;
}

.ownmenu .btn_meds{
	margin-top: 0;
	padding: 3px 20px;
	font-size: 18px;
	right: 40px;
	top: 20px;
}


.ownmenu > li.btn_meds_d:hover > a, .ownmenu > li.btn_meds_d.active > a {
	color: #fff;
}


.coluna_esq,
.coluna_dir{
	display: inline-block;
	vertical-align: middle;
	width: calc(100%/2.1);
}

.amarelo {
	color: #FFCE41 !important;
}

.preto {
	color: black;
}

.banner_home_mobile {
    display: none;
    width: 100%;
    text-align: center;
    background-color: #F1CB4E;
    margin-top: -1px;
}

.banner_home_mobile img {
	width: 100%;
	height: 100%;
    /*width: 300px;
    height: 420px;*/
	position: relative;
	z-index: 1;
}

.logo_1 {
	width: 280px;
}

.logo_2 {
	width: 140px;
	margin-left: 20px !important;
}

footer .pagamentos img.logo_2{
	width: 100px;
}

.informacoes a {
	display: inline-block;
	vertical-align: middle;
}

.footer_mobile{
	display: none !important;
}

.imagem.maior {
	width: 325px;
}

.border_meds {
	border: 3px solid #FFCE41;
	padding-top: 20px;
	margin-bottom: 20px;
}

.btn.ficheiros {
	min-width: 0;
}

.contacto_indi .informacoes ul {
	padding-left: 0;
}

a:hover, a:focus {
	color: unset;
}

.top-bar-banner {
	margin-top: 12px;
	font-size: 22px;
	background: #989DBA;
	color: white;
	font-weight: 500;
	height: 35px;
	line-height: 32px;
	text-align: center;
}

.mobile_innactive {
	display: inline-block;
}

.mobile_active {
	display: none;
}

.col-centered{
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}

.modal {
	background-color: unset;
	border: unset;
	webkit-box-shadow: unset;
	box-shadow: unset;
	-webkit-background-clip: unset;
	-moz-background-clip: unset;
	-moz-box-shadow: unset;
	background-clip: unset;
	outline: unset;
	display: none;
}

.modal-footer {
	text-align: center;
}

.btn_modal {
	padding: 5px 20px;
	min-width: 0;
	margin-top: 0;
	font-size: 16px;
}


@media screen and (max-width: 992px){

	footer .pagamentos.desktop {
		display: block;
	}
}

@media screen and (max-width: 750px){

	footer .pagamentos.mobile {
		display: block;
	}
	footer .pagamentos.desktop {
		display: none;
	}
	footer .pagamentos img{
		width: 150px;
		display: block !important;
		margin: 0 auto 20px auto;
	}
	footer .pagamentos img.logo_2{
		width: 150px;
	}

}
/*==================================================================================================*/
/*Media query's*/
/*==================================================================================================*/

@media screen and (max-width: 1750px) {
    .banner_home {
        height: 620px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1600px){

	.top-bar-banner {
		margin-top: 6px;
	}

	.rgpd label input[type="checkbox"]:checked ~ span::before{
		top: -3px;
	}

	.butao_medicamento {
		padding: 25px 10px;
		font-size: 22px;
	}

	#services h1 {
		font-size: 38px;
	}

	.fakebanner {
		height: 155px;
	}

	.contacto_indi .informacoes li {
		font-size: 16px;
	}
}

@media screen and (max-width: 1450px){

	.ownmenu .btn_meds{
		font-size: 14px;
	}

	.top-bar-banner {
		margin-top: 0px;
	}

	.home-3 .bnr-info{
		margin: 0 auto;
	}

	.fakebanner {
		height: 160px;
	}

	label.esq,
	label.dir{
		font-size: 28px;
		line-height: 35px;
	}

	li .imagem{
		height: 130px;
		width: 120px;
	}

	.tab-pane .logo {
		width: 180px;
	}

	.btn_enviar{
		padding: 10px 70px;
	}

	.panel-body p, .panel-body b {
		font-size: 18px;
	}

	.politicas h2{
		font-size: 28px;
	}

	.politicas p{
		font-size: 16px;
	}
}

@media screen and (max-width: 1400px){
    .contacto_indi .imagem {
        width: 190px;
        height: 115px;
    }

	.imagem.maior {
		width: 230px;
	}

	.logo_1 {
		width: 245px;
	}

	.logo_2 {
		width: 125px;
	}
}

@media screen and (max-width: 1350px){
	 li .imagem {
        height: 130px;
        width: 120px;
        margin-left: -40px;
    }

	 .logo_1 {
		 width: 240px;
	 }

	.logo_2 {
		width: 110px;
	}

	.contacto_indi .informacoes li {
		font-size: 14px;
	}
}

@media screen and (max-width: 1315px) {
	.banner_home {
		height: 480px;
	}
}

@media screen and (max-width: 1250px){
	.rgpd {
		width: 90%;
		margin-left: 13% !important;
	}

	.logo_2 {
		width: 90px;
		margin-left: 10px !important;
	}

	.logo_1 {
		width: 210px;
	}

	.contacto_indi .informacoes li {
		font-size: 11px;
	}

	.banner_home {
		height: 445px;
	}
}

@media screen and (max-width: 1190px){
	.preview {
		font-size: 11px;
	}
}

@media screen and (max-width: 1100px){


	.logo_2 {
		width: 75px;
	}

	.logo_1 {
		width: 155px;
	}

	header nav li a {
		padding-right: 15px;
	}
}

@media screen and (max-width: 992px){

	.ownmenu .btn_meds {
		right: 0;
		top: 0;
	}

	.col-centered {
		display: block;
	}

	.top-bar-banner {
		height: 50px;
		line-height: 47px;
		font-size: 18px;
		display: none;
	}

	.logo_2 {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.mobile_innactive {
		display: none;
	}

	.mobile_active {
		display: block;
	}

	.small-info p {
		margin-bottom: 30px;
	}

	.rgpd span {
		height: 16px;
		width: 16px;
	}

	.contacto_indi .informacoes li {
		margin-left: auto;
		margin-right: auto;
		width: 260px;
	}

	.ficheiros {
		font-size: 10px;
		line-height: 20px;
	}

	.contacto_indi .imagem {
		margin: 0 auto;
	}

	.footer_mobile{
		display: block !important;
	}

	.top-bar {
		display: none;
	}

	.logo_1 {
		width: 200px;
	}

	.logo_2 {
		width: 100px;
		margin-left: auto;
		margin-right: auto;
	}

    .top-bar li a {
        font-weight: 400;
        font-size: 12px;
    }

    .input_footer {
        margin-left: 0 !important;
        width: 90% !important;
        float: left;
    }

    .direita {
        border: none;
    }

    footer .small-info img {
        margin-bottom: 30px;
    }

    .preview{
        font-size: 9.5px;
    }

    .banner_home_mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

	.mobile_buttons {
		display: block;
	}

	.lower_footer {
		text-align: center;
	}

	.numero {
		display: none;
	}

	.fakebanner {
		height: 85px;
	}

	label.esq,
	label.dir{
		font-size: 20px;
		line-height: 32px;
	}

	li .texto {
		display: block;
		text-align: center;
		padding: 0 30px;
        margin-left: 90px;
	}

    .contacto_indi .informacoes {
		width: 100%;
		padding-left: 17%;
    }

	li .imagem{
		height: 130px;
		width: 120px;
	}

	.tab-pane .logo {
		width: 180px;
	}

	.btn_enviar{
		padding: 10px 70px;
	}

	.panel-body p, .panel-body b {
		font-size: 14px;
	}

	.politicas h2{
		font-size: 22px;
	}

	.politicas p{
		font-size: 14px;
	}
	footer .small-info {
		padding: 70px 0 20px 0;
	}

	.rgpd{
		margin-left: 0 !important;
		width: 100%;
	}

	footer .fake_footer{
		height: 75px;
	}
}

@media screen and (max-width: 690px){
	.top-bar-banner {
		font-size: 16px;
	}

	.contact .col-sm-6,
	.contact .col-sm-12,
	.appointment .col-sm-6,
	.appointment .col-sm-12,
	.appointment .col-sm-3{
		padding: 0;
	}
}

@media screen and (max-width: 610px){
	footer .fake_footer{
		height: 78px;
	}

	.top-bar-banner {
		padding-top: 3px;
		line-height: 20px;
	}
}
@media screen and (max-width: 510px){

	.modal{
		left: 78%;
		width: 350px;
	}

	footer .small-info img {
		margin-left: 0;
	}
}

@media screen and (max-width: 400px){

	.ficheiro {
		width: 30.7%;
		right: 0;
	}

	.ficheiros {
		font-size: 12px;
	}

	.home-3 .banner_home_mobile .banner_main_1 {
		width: 100%;
	}

	footer .small-info {
		padding: 50px 0 30px 0;
	}

	.logo_1 {
		width: 145px;
	}

	.logo_2 {
		width: 70px;
	}

    .ficheiros {
        height: 50px;
    line-height: 25px;
    }

    .preview {
        height: 50px;
        width: 70%;
        line-height: 18px; 
    }

    .ficheiros {
        min-width: 107px;
    }

    .rgpd_medicamentos {
        width: 25px !important;
        top: -11px;
    }

    .contentor{
        padding: 0;
    }

    .paddingboot {
        padding: 0;
    }

    .pseudo-banner h1 {
        font-size: 36px;
        font-weight: 700;
        color: #565656;
    }

    .pseudo-banner h3 {
        font-size: 28px;
        color: #565656;
    }

    .contact .col-sm-6,
    .contact .col-sm-12,
    .appointment .col-sm-6,
    .appointment .col-sm-12,
    .appointment .col-sm-3{
        padding: 0;
    }
    
	.direita {
		border-left: none;
	}

	.rgpd {
		margin: 0 auto !important;
		width: 100%;
	}

	.input_footer {
		width: 100% !important;
	}

	footer .small-info img {
		margin-left: auto;
		margin-right: auto;
	}

	.banner_home{
		height: 25vH;
	}

	label.esq,
	label.dir{
		font-size: 20px;
		line-height: 32px;
		text-align: center;
		width: 100%;
	}

	li .imagem{
		height: 130px;
		width: 120px;
	    margin-left: -35px;
	}

	.tab-pane .logo {
		width: 180px;
	}

	.btn_enviar{
		padding: 10px 70px;
	}

	.panel-body p, .panel-body b {
		font-size: 14px;
	}

	.politicas h2{
		font-size: 22px;
	}

	.politicas p{
		font-size: 14px;
	}
}

@media screen and (max-width: 350px) {
	.top-bar-banner {
		height: 70px;
	}

	.appointment input {
		font-size: 9px;
		padding: 0 5px;
	}
}


.holder_formularios_encomenda .tipos_encomenda{

}

.holder_formularios_encomenda #holder_formulario{
	margin-top: 80px;
}

.clone_produtos,
.btn_delete_this{
	font-size: 14px;
	padding: 5px 10px;
	margin-bottom: 30px;
	outline: none;
	color: #fff;
}

.btn_delete_this{
	margin: 10px 0 !important;
	background: #989DBA;
	border-color: #989DBA;
	outline: none;
	color: #fff;
}

.btn_delete_this:hover{
	background: transparent;
	color: #989DBA;
	border-color: #989DBA;
}

.btn.focus, .btn:focus, .btn:hover {
	outline: none;
}

.medicamentos_holder_botao{
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.medicamentos_holder_botao .voltar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: -65px;
}

.medicamentos_holder_botao.tipo_receita .voltar.display_none {
	display: none;
}

.medicamentos_holder_botao .voltar button{
	border: 4px solid #FFCE41;
	color: #FFCE41;
	background: transparent;
	border-radius: 50%;
	padding: 10px 15px;
	font-size: 20px;
}
.medicamentos_holder_botao .voltar button:hover{
	border: 4px solid #FFCE41;
	color: #fff;
	background: #FFCE41;
}


.testemunhos{
	background: #FFCE41;
}

.testemunhos h2{
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 50px;
	text-transform: none;
}

.testemunhos .holder_testemunhos {
	margin: 0 auto;
	text-align: center;
}

.testemunhos .holder_testemunhos .single_testemunho {
	background: #fff;
	border-radius: 20px;
	margin: 0 10px;
	padding: 20px;
}



.testemunhos .holder_testemunhos .slider_testemunhos .conteudo{
	font-size: 24px;
	color: #757575;
	position: relative;
	margin: 0 auto 60px auto;
}

.testemunhos .holder_testemunhos #slider_testemunhos{
	margin-bottom: 40px;
}

.testemunhos .holder_testemunhos #slider_testemunhos .owl-controls{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.testemunhos .holder_testemunhos .slider_testemunhos .owl-nav{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.testemunhos .holder_testemunhos .slider_testemunhos .owl-nav button {
	height: 60px;
	width: 60px;
	display: inline-block;
	position: absolute;
	background: transparent;
	color: #696969;
	top: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 32px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.testemunhos .holder_testemunhos .slider_testemunhos .owl-nav .owl-prev {
	left: -45px;
}

.testemunhos .holder_testemunhos .slider_testemunhos .owl-nav .owl-next {
	right: -45px;
}

.testemunhos .holder_testemunhos .slider_testemunhos .owl-nav button i{
	font-size: 60px;
}

.testemunhos .holder_testemunhos #slider_testemunhos .owl-dots .owl-dot span {
	height: 16px;
	width: 16px;
}
.testemunhos .holder_testemunhos #slider_testemunhos .owl-dots .owl-dot.active span {
	width: 28px;
}

.testemunhos .holder_testemunhos .slider_testemunhos .conteudo span{
	position: relative;
}

.testemunhos .holder_testemunhos .slider_testemunhos .conteudo span.left{
	display: block;
	margin: 0 auto;
	text-align: center;
}


.testemunhos .holder_testemunhos .slider_testemunhos .nome{
	color: #FFCE41;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}

.testemunhos .holder_testemunhos .slider_testemunhos .descricao{
	color: #000;
	font-size: 18px;
}

@media screen and (max-width: 1600px){

	.testemunhos h2{
		font-size: 38px;
	}

	.testemunhos .holder_testemunhos{
	}


	footer .small-info {
		padding: 70px 70px 0 70px;
	}

}

@media screen and (max-width: 730px){

	.testemunhos .holder_testemunhos #slider_testemunhos .owl-controls {
		position: absolute;
		top: unset;
		transform: unset;
		-moz-transform: unset;
		-webkit-transform: unset;
		width: 100%;
	}

	.testemunhos .holder_testemunhos .slider_testemunhos .owl-nav {
		position: relative;
		top: unset;
		transform: unset;
		-moz-transform: unset;
		-webkit-transform: unset;
		width: 100%;
	}

	.testemunhos .holder_testemunhos .slider_testemunhos .owl-nav div {
		position: relative;
		top: unset;
		transform: unset;
		-moz-transform: unset;
		-webkit-transform: unset;
	}

	.testemunhos .holder_testemunhos .slider_testemunhos .owl-nav .owl-prev {
		left: unset;
	}

	.testemunhos .holder_testemunhos .slider_testemunhos .owl-nav .owl-next {
		right: unset;
	}

}
@media screen and (max-width: 635px){
	.medicamentos_holder_botao .voltar {
		position: relative;
		top: unset;
		transform: unset;
		-moz-transform: unset;
		-webkit-transform: unset;
		left: unset;
		text-align: center;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 500px){
	.butao_medicamento {
		width: 100%;
	}
}

@media screen and (max-width: 400px){
	.butao_medicamento .imagem{
		display: block;
		margin: 0 auto;
	}

	.appointment button.butao_medicamento,
	.butao_medicamento {
		padding: 0px 10px 10px 10px;
	}

	.butao_medicamento .nome{
		display: block;
		width: 100%;
	}
}

.button_remove_file{
	margin: 10px 0 !important;
	background: #989DBA;
	border-color: #989DBA;
	outline: none;
	color: #fff;
	width: 135px;
	padding: 5px 10px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}