@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800&display=swap');

@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
    height: 100%;
    font-size: 62.5%;
}

body {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1;
	color:#4b4b4d;
	height:100%;
	background:#fff;
	overflow-x:hidden;
	overflow-y:scroll;
}

.clear {
	clear:both;
}
.clear:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}

#wrapper {
	position: relative;
	padding-bottom: 5rem;
}
#wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1.5rem;
	background: url(../images/text.png) repeat-y center center;
	background-size: 100% auto;
}
.page {
	max-width: 1230px;
	text-align: center;
	margin: 0 auto;
	padding-top: 6.3rem;
}

#branding {
	width:80%;
	display: inline-block;
	max-width: 52.4rem;
	margin-bottom: 5rem;
}
#branding img {
	width:100%;
}
#branding + p {
	font-size: 3rem;
	font-weight: 300;
	line-height: 3.9rem;
	max-width: 81rem;
	margin: 0 auto;
	letter-spacing: .06rem;
	word-spacing: .06rem;
	margin-bottom: 7.3rem;
}
#branding + p strong {
	font-weight: 600;
}
#banners {
	overflow: hidden;
	margin-bottom: 18.3rem;
}
#banners .col {
	width: 33.333%;
	float: left;
	height: 24.5vw;
	background: url(../images/consultorios-bg.png) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding: 6.9vw 3rem 0;
	color: #fff;
	position: relative;
}
@media (max-width: 1024px) {
	#banners {
		margin-bottom: 5rem;
	}
	#banners .col {
		height: 40vw;
	}
}
@media (max-width: 920px) {
	#banners .col {
		width: 100%;
	}
}
@media (max-width: 550px) {
	#banners .col {
		height:auto;
		padding-bottom: 10rem;
		padding-top: 2rem;
	}
	#banners .col h2 span {
		margin-top: 0!important;
	}
}
#banners .col + .col {
	background-image:url(../images/staff-bg.png);
}
#banners .col + .col + .col {
	background-image:url(../images/diagnostico-bg.png);
}
#banners .col h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: .25rem;
	font-weight: 800;
	margin-bottom: .5rem;
}
#banners .col h2 span {
	font-size: 1.9rem;
	display: block;
	padding: 0 2rem;
	margin-top: -3.75rem;
	line-height: 1.2em;
}
#banners .col p {
	font-size: 1.6rem;
	line-height: 2.1rem;
}
#banners .col ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 6px 6px 0 0;
	bottom: 0;
	height: 7rem;
}
#banners .col ul li {
	display: inline-block;
}
#banners .col ul li a {
	line-height: 7rem;
	height: 7rem;
	display: block;
	width: 6rem;
	background: no-repeat center center;
	background-size: auto 4.4rem;
}
#banners .col ul li a.i_w {
	background-image: url(../images/i_whatsapp.png);
}
#banners .col ul li a.i_d {
	background-image: url(../images/i_doc.png);
}
#banners .col ul li a.i_m {
	background-image: url(../images/i_maps.png);
}
h3 {
	font-size: 2.2rem;
	letter-spacing: .3rem;
	word-spacing: .3rem;
}
h3 a {
	display: inline-block;
}
h3 i {
	color: #3aadb2;
}
.page {
	position: relative;
}
@media (min-width: 1024px) {
.page:before {
	content: '';
	position: absolute;
	top: 14rem;
	right: 4.5rem;
	width: 7.3rem;
	height: 9.7rem;
	background: url(../images/dec-01.png) no-repeat center center;
	background-size: cover;
}
.page:after {
	content: '';
	position: absolute;
	left: 3rem;
	bottom: 7.5rem;
	width: 8.4rem;
	height: 7.9rem;
	background: url(../images/dec-02.png) no-repeat center center;
	background-size: cover;
}
}