/* 
-- RESET 
===========================================================*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
a,
p,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  list-style: none;
  font-style: normal;
}
html,
body {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
svg {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
.clear {
  clear: both;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.placeholder::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
.placeholder:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
.placeholder::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.placeholder:-ms-input-placeholder {
  opacity: 1;
}
[class*="hvr-"] {
  vertical-align: bottom;
}
.no-padding [class*="col-"] {
  padding: 0;
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* 
-- FONTS LINKS
===========================================================*/



body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #fff;
  height: 100%;
}
.main {
	height: 100%
}
.container {
	width: 40%;
   float: right;
   height: 100%;
   padding-right: 10%;

}
@media (max-width: 1440px) {
	.container {
		width: 40%;
	   float: right;
	   height: 100%;
	   padding-right: 10%;
	}
}
@media (max-width: 1200px) {
	.container {
		width: auto;
	   padding: 0 25px;
	   float: none;
	   text-align: center;
	}
}
.main-content {
  	background-image: url('../img/Unisaude-Web-1920-page-out.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   width: 100%;
   height: 100%;
   background-position: right bottom;
  
}
.row {
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	.row {
		margin-bottom: 30px;
	}
}
.row p {
	font-size: 20px;
	font-weight: 300;
}
@media (max-width: 768px) {
	.row p {
		font-size: 16px;
	}
}
.row a {
	color: #176E90;
	text-decoration: none;
}
h2 {
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: 500;
	padding-top: 10%;
}
@media (max-width: 768px) {
	h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
}
.row p.destaque {
	font-size: 26px;
	font-weight: 500;
	margin-top: 15px;
}
@media (max-width: 768px) {
	.row p.destaque {
		font-size: 18px;
		font-weight: 500;
		margin-top: 15px;
	}
}
.row.saudacoes p {
	font-size: 24px;
	font-weight: 500;
}
@media (max-width: 768px) {
	.row.saudacoes p {
		font-size: 16px;
	}
}