@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Expanded:wght@20;300;400;600;700;900&display=swap');
/************************************************************************************
RESET
*************************************************************************************/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	font-family: 'Encode Sans Semi Expanded', sans-serif;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	color: #242427;
	text-align:justify;
	background: #f9faf5;
	margin: 0 auto;
}

::-webkit-scrollbar-thumb:vertical {background-color: #242427; height:10px;}
::-webkit-scrollbar-thumb:horizontal { background-color: #000; height:10px;}
::-webkit-scrollbar { height:10px; width:5px; background-color: #999999;} 

hr {
	width: 90%;
	border: 0 none #fff;
	border-top: .5px solid rgba(198,198,198,0.3);
	border-width: thin;
	height: 1px;
	margin: 1px auto;
	display: block;
	clear: both;
}

.borders{
	border: .5px solid rgba(198,198,198,0.5);
	border-width: thin;
}

.onflex-r{
	/* flexbox */
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start center space-around space-between*/ flex-start;
}

.roll{
	max-height: 680px;
	min-height: 350px;
	overflow: auto;
	padding:0 2px;
}

.order1 {
	order: 1;
}

.order2 {
	order: 2;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
	width: 100%;
	margin: 0 auto;
	padding:0;
}

/*************************************************************************************
CONTAINERS
**************************************************************************************/

#col-max{
	clear:both;
	width:100%;
	margin:0px auto;
	padding:0;
}

#container{
	clear:both;
	width:100%;
	max-width:1280px;
	height:auto;
	margin: 40px auto;
	padding: 20px 0;
	overflow:hidden;
}

/*************************************************************************************
BANNER
**************************************************************************************/

#banner{
	clear:both;
	width:100%;
	max-width:1000px;
	min-height: 400px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

.banner-text{
	clear:both;
	width: 500px;
	height:auto;
	margin: 15% 0 0 0;
	padding: 0;
	float: left;
	overflow:hidden;
}

.slide-doctor-1 {
	width: 320px;
	height:500px;
	margin:0;
	padding:0;
	overflow:hidden;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

.slide-doctor-1 img{
	width: 100%;
	height:100%;
	margin:0;
	overflow:hidden;
}

/*************************************************************************************
HEADER
**************************************************************************************/

#header{
	clear:both;
	width: 100%;
	min-height: 5px;
	margin: 0px auto;
	padding: 0;
	
	border-bottom: .5px solid rgba(198,198,198,0.5);
	border-width: thin;
}

#header-container{
	width:100%;
	max-width:1280px;
	height:auto;
	margin:0 auto;  
	padding: 0;
}

#header-col-1{
	width:100%;
	min-height: 20px;
	margin:5px;
	padding:5px;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

/************************************************************************************
MARCA
*************************************************************************************/

.marca{
	width:145px;
	height:auto;
	margin: 6px 5px 0 0;
 	padding: 0px;
	float: left;
	position: relative;
}
.marca img{
	width:100%;
	height:auto;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0,0,0,.1) );
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,.1) );
}

/*************************************************************************************
FATIAS
**************************************************************************************/

#slice{
	width:31%;
	min-height: 10px;
	margin:10px;
	padding:0px;
	overflow: hidden;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

#slice-1{
	width:48%;
	min-height: 20px;
	margin:5px;
	padding:0px;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

#slice-2{
	width:24%;
	min-height: 20px;
	margin:5px;
	padding:0px;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

#slice-3{
	width:65%;
	min-height: 20px;
	margin: 5px;
	padding:0px;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

	.slice-container{
		width:95%;
		min-height: 5px;
		margin:10px auto;
		padding: 10px;
		overflow: hidden;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
		transition: width 0.7s;
		background: #FFF; 
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		
		box-shadow: 0px 0px 7px rgba(147,148,148,0.2);
	}
	
	.sete{
		width: 70%;
		height:auto;
		margin: 20px auto;
		padding: 20px 0;
		overflow:hidden;
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}
	
	#slice-bloco-1{
		width: 15%;
		min-height: 20px;
		margin:5px;
		padding:0px;
		float: left;
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

	#slice-bloco-2{
		width: 73%;
		min-height: 20px;
		margin:5px;
		padding:0px;
		float: right;
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}

/*******************************************image */

.slice-image {
	width: 100%;
	height:auto;
	margin:0 0 0 0;
	padding:0;
	float:left;
	overflow:hidden;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

.slice-image img{
	width: 100%;
	height:100%;
	margin:0;
	overflow:hidden;
	
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.slice-image-ico {
		width: 100%;
		height:auto;
		margin:0 0 0 0;
		padding:0;
		float:left;
		overflow:hidden;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
		transition: width 0.7s;
	}

	.slice-image-ico img{
		width: 100%;
		height:100%;
		margin:0;
		overflow:hidden;
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

.slice-video {
	width: 100%;
	height:350px;
	margin:0 0 5px 0;
	padding:0;
	float:left;
	overflow:hidden;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

/*******************************************slice-text */

.slice-text{
	width: 99%;
	min-height:20px;
	height: auto;
	margin:0 auto;
	padding:0px;
	overflow: hidden;
}
.slice-text h1, h2, h3, p, a{
	font-weight: 200;
	font-family: 'Encode Sans Semi Expanded', sans-serif;
}
.slice-text h1{
	color: #646473;
	margin: 0;
	padding: 0 0 5px 0;
	font-size:2.2em;
	text-align: left;
	letter-spacing:-1px;
	line-height:1em;
}
.slice-text h2{
	color: #646473;
	margin: 0;
	padding: 0 0 5px 0;
	font-size:1.5em;
	text-align: justify;
	letter-spacing: -1px;
	line-height: 1.3em;
}
.slice-text h3{
	color: #646473;
	margin: 0;
	padding: 0 0 5px 0;
	font-size:1.3em;
	text-align:left;
	letter-spacing:-1px;
	line-height:1.1em;
}
.slice-text p{
	color: #646473;
	margin: 0;
	padding: 0;
	font-size: .94em;
	letter-spacing: 0px;
	line-height: 1.2em;
	text-align:left;
}
.slice-text-min{
	color: rgba(255,255,255,0.7);
	margin: 0 auto;
	padding: 0 0 10px 0;
	font-size: .94em;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1.2em;
}
.slice-text a {
	color: #646473;
	font-weight: 200;
	text-decoration:none;
}
.slice-text a:hover {
	color: rgba(7,176,204,0.9);
	text-decoration: underline;
}

/*************************************************************************************
LINK
**************************************************************************************/

a.link {
	cursor: pointer;
	width: 240px;
	color: #FFF;
    display: block;
	margin: 0px;
	padding: 10px 25px; 
	float: center;
	font-size:.94em;
    text-decoration: none;
	text-align: center;
	
	/*background*/
	background-color: #1b2b76;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/*rounded corner*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/*shadom
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
}

a.link:hover{
	/*color*/
	color:#FFF;
	/*background*/
	background: rgba(7,176,204,0.7);
}

/*************************************************************************************
LINK-WHATSAPP
**************************************************************************************/

a.link-whatsapp {
	cursor: pointer;
	width: 40px;
	color: #FFF;
    display: block;
	padding: 10px 0; 
	margin: 1px;
	font-size:1em;
	float: left;
    text-decoration: none;
	text-align: center;
	
	/*background*/
	background:rgba(70,140,0,0.7);
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

a.link-whatsapp:hover{
	height: auto;  
	margin: 1px;
	/*color*/
	color:#FFF;
	/*background*/
	background:#00b300;
}

/*************************************************************************************
LINK-MAIL
**************************************************************************************/

a.link-mail {
	cursor: pointer;
	width: 80px;
	color: #242427;
    display: block;
	padding: 10px 0; 
	margin: 1px 5px;
	font-size:1em;
	float: left;
    text-decoration: none;
	text-align: center;
	
	/*background*/
	background:#07B0CC;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

a.link-mail:hover{
	height: auto;  
	margin: 1px 5px;
	/*color*/
	color:#242427;
	/*background*/
	background: #FFF
}

/*************************************************************************************
FOOTER
**************************************************************************************/

#footer{
	clear:both;
	font-weight: 100;
	width: 100%;
	height: auto;
	padding: 0px ;
	margin:0 auto;
	/*border-top: .5px solid #101722;
	border-width: thin;*/
}

#footer-container{
	clear: both;
	width: 100%;
	max-width:1280px;
	height:auto;
	padding: 10px 0;
	margin:0 auto;;
}

#footer-slice{
	width: 24%;
	height: auto;
	margin: 2px;
	padding: 24px 0;

	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

#footer-slice-2{
	width:48%;
	min-height: 2px;
	margin:2px;
	padding:0px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

.feet_text{	
	width:95%;
	min-height: 2px;
	margin:2px auto;
	padding:0px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

.feet_text h1, h2, h3, p, a{
	font-weight: 400;
}

.feet_text ul{
	color: #FFF;
	width: 100%;
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: left;
	display: block;
	/* rounded corner 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	float:none;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;
}

.feet_text li{
	font-size:.9em;
	text-align: left;
	margin: 5px auto;
	padding: 0;
	display: block;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;
}

.feet_text h2{
	color: #FFF;
	text-align: left;
	margin: 0;
	padding: 0px 0;
	font-size: 1em;
	line-height: 1em;
	letter-spacing:0px;
	text-decoration: none;
}

.feet_text h3{
	color: #FFF;
	text-align: left;
	margin: 0;
	padding: 0px 0;
	font-size: .8em;
	line-height: 1em;
	letter-spacing:-.50px;
	text-decoration: none;
	text-transform: uppercase;
}

.feet_text p{
	color: #FFF;
	text-align: left;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	font-size: .8em;
	line-height: 1.4em;
	letter-spacing:0px;
	text-decoration: none;
}

.feet_text a{
	color: #FFF;
	text-align: left;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	font-size: .85em;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing:0px;
	text-decoration: none;
	text-transform: uppercase;
}

.feet_text a:hover{
	text-decoration:underline;
	color: rgba(255,255,255,0.9);
}

.feet-image{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}

.feet-image img{
	position: relative;
	width: 50%;
	height:100%;
	margin: 0 auto;
	overflow:hidden;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }