
body{
	background-color: #ffffff;
	color: #333;
	background-image: url('imagens/tela-login-2019-aviso151019.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100vh;
}
/* --------- àrea do paciente --------- */
body.pacient-area{
	background-color: #ffffff;
	color: #333;
	background-image: url('imagens/fundo-area-paciente-md.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
}
body.pacient-area .coluna1-login {
    width: auto;
    height: auto;
    border-radius: 10px;
    padding: 20px 15px;
    margin: auto;
    /* display: flex; */
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 20px #005f8a;
}
body.pacient-area .coluna1-login .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    /* border: 5px solid #00617f; */
    border-radius: 8px;
    box-shadow: 0px 0px 20px #005f8a;
}
body.pacient-area .content-mensagens{
	display: none;
}
body.pacient-area .coluna2-mensagens {
    display: none;
}
body.pacient-area .coluna3-barra {
    display: none;
}
body.pacient-area .logo {
    display: none;
}
body.pacient-area #info{
	width: 390px;
	background-color:antiquewhite;
}
body.pacient-area .info-p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	margin: 10px auto;
}
body.pacient-area p{
    padding: 0 0 10px 10px;
    color: #333;
}
body.pacient-area #iframe-login {
    display: flex;
    min-height: 400px;
    width: 402px;
	margin: auto;
}
body.pacient-area .coluna1-login iframe {
    width: 100%;
    height: unset !important;
    overflow: unset;
    display: flex;
    margin: 0 auto;
}
body.pacient-area #esqueceu {
    margin: 20px auto 50px auto;
    width: 80%;
    display: flex;
    justify-content: center;
}
body.pacient-area .voltar {
    margin: 20px auto 50px auto;
    width: 80%;
    display: flex;
    justify-content: center;
}
.scFormBorder {
    padding: 0px;
    margin: auto;
    width: 100%;
}
#sc-id-mobile-out{
	color: green;
    text-decoration: none;
	margin: 20px auto 50px auto;
    width: 80%;
    display: flex;
    justify-content: center;
}
/* --------- fim de àrea do paciente --------- */
.master {
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: inherit;
    margin: 0 auto;
}
.coluna1-login {
    width: auto;
	height: auto;
    /*height: inherit;
    max-height: 680px;*/
    border-radius: 10px;
    padding: 20px 15px;
    margin: auto;
    /* display: flex; */
    background-color: rgba(255, 255, 255, 0);
    /* box-shadow: 0px 0px 5px #008ca5; azul esverdeado */
	box-shadow: 0px 0px 20px #4d4d4d;
}
/*.top-borda{
    display: block;
    height: 20px;
    width: 100%;
    background-color: antiquewhite;
}
.left-borda{
    display: block;
    height: ;
    width: 20px;
    background-color: antiquewhite;
}
.right-borda{
    display: block;
    height: ;
    width: 20px;
    background-color: antiquewhite;
}
.bottom-borda{
    display: block;
    height: 20px;
    width: 100%;
    background-color: antiquewhite;
}*/
.coluna1-login .content {
    display: flex;
    flex-direction: column;
	width: 100%;
	background-color: #fff;
    /* border: 5px solid #00617f; */
    border-radius: 8px;
	/* box-shadow: 0px 0px 50px #00bee0; azul esverdeado*/
	box-shadow:0px 0px 20px #4d4d4d;
}
.logo {
    width: 90%;
    margin: 20px auto 40px auto;
    border-bottom: 2px solid #092f55;
}
.logo a {
	 width: 300px;
	 /*width: 210px; */
	height: 180px;
	display: block;
	margin: 20px auto 30px auto;
	background-image: url("logo_md-neodel-2.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.coluna1-login iframe {
	width: 400px;
	height: unset !important;
	min-height: 350px;
	/* height: 400px;overflow: hidden; */
	display: block;
	margin: 0 auto;
}
.coluna2-mensagens{
	width: 100%;
	display: flex;
	margin: auto;
}
@media only screen and (max-width: 800px){
	.logo a {
    	width: 100%;
	}
	.coluna1-login iframe {
		width: 100%;
	}
	.coluna2-mensagens{
		display: none;
	}	
}
.content-mensagens {
    display: flex;
	flex-direction: column;
	justify-content: center;
    width: 100%;
    margin: 30px;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, 0.78);
    border-radius: 10px;
    /* box-shadow: 0px 0px 50px #87e7f8; azul esverdeado */
	box-shadow: 0px 0px 20px #4d4d4d;
}
.content-mensagens h1 {
    font-size: 28px;
    color: #003c5e;
    font-weight: bold;
	text-align: center;
    /* text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.50); */
    width: 100%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 15px;
	padding-left: 15px;
	border-bottom: 5px solid #21aaf5;
    display: block;
}
.content-mensagens p {
    font-size: 23px;
    color: #000;
    line-height: 1.2;
    font-weight: normal;
    /* text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.50); */
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.content-mensagens p.destaque {
    font-size: 18px;
    color: #001b38;
    font-weight: bold;
    border-top: 0px solid #21aaf5;
    padding-top: 0px;
	margin-bottom: 15px;
}
.content-mensagens p.destaque.verde {
    font-size: 18px;
    color: #008000;
    font-weight: bold;
    border-top: 0px solid #21aaf5;
    padding-top: 0px;
	margin-bottom: 15px;
}
.destaque-marca{
	font-size: 20px;
	color: #092f55;
	font-weight: bold;
}
.content-mensagens p strong{
	font-size: 24px;
    color: #333;
}
.content-mensagens h2{
	font-size: 22px;
    color: #003c5e;
	font-weight: bold;
	margin-bottom: 15px;
}
.miolo{
    display: flex;
    flex-direction: row;
	margin: auto;
	width: 100%;
}
.miolo1{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-right: 5px;
}
/*
.miolo2{
    width: 30%;
	display: flex;
	justify-content: center;
	/* box-shadow: 2px 2px 10px #34495e; */
}
*/
.miolo2 img {
    vertical-align: middle;
    margin: auto;
}
.diasfaltam {
    background-color: #092f55;
    padding: 20px 15px 10px 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.diasfaltam p{
    display: flex;
    flex-direction: column;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
.diasfaltam span{
    text-align: center;
    font-weight: bold;
	padding-bottom: 10px;
}
.diasfaltam span.qtsdias{
	font-size: 80px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0px;
}
.diasfaltam span.diass{
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0px;
}
p.linkvideo{
    text-align: center;
    font-weight: bold;
    background-color: #21aaf5;
    margin: 0;
    padding: 5px;
    color: #393939;
}
p.destaque-box {
	color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #092f55;
    margin: 0;
    padding: 5px;
}
.linkvideo a{
    text-align: center;
    font-weight: bold;
    background-color: #038fdc;
    margin: 0;
    padding: 0px 15px 4px 15px;
    color: #fff;
    border-radius: 3px;
}
.linkvideo a:hover{
    background-color: #bbb;
    color: #2f2f2f;
    text-decoration: none;
}
.content-mensagens ul{
	padding: 20px 60px;
    border-radius: 3px;
    /* border: 2px solid #9ca4a9; */
    margin: 0 0 10px 0;
}
.content-mensagens li{
	font-size: 20px;
    color: #333;
    font-weight: normal;
    /* text-shadow: 1px 1px 2px #333; */
    display: block;
}
.content-mensagens li i{
	font-size: 20px;
    color: #21aaf5;
	padding-right:15px;
    /* text-shadow: 1px 1px 2px #333; */
}
.coluna3-barra {
    width: 15%;
    /* background-image: url(barra-right.png); */
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    display: flex;
    height: inherit;
}

/* css anteriores */
#site{
    margin-top: 30px;
}
a.link{
    margin: 0 auto;
    display: block;
    text-align: center;
}
iframe{
width: 400px;
height: 450px;
border-style: none;
overflow: hidden;
/*margin-left: 15px*/
}
#voltar{
	display: none;
	/*margin-left:190px;*/
	margin-top: 1px;
}
#esqueceu{
	/*margin-left:150px;*/
	margin-top: 0px;
}
#msg{
	display: none;
	font-family: "Times New Roman", Times, serif;
	color: #FF00FF;
	font-size: 14px;
}
#info{
	border: 1px solid;
	margin: 0px auto;
	padding:10px 10px 10px 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	display: none;
	color: #092F55;
}
.scFormBorder{
	padding: 0px !important;
}
#versao{
	width: 250px;
	height: 150px;
	border-style: none;
	overflow: hidden;
}
#logo{
	/*width: 220px;
	height: 400px;*/
	width: 60%;
	height: 25%;
	margin-left: 80px;
}
#div2{
	border: 1px solid #0d5934;
	width: 410px;	
	-webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.4);
	/*height: 820px;*/
}
.css_txt_new_login_obj, .css_txt_new_senha_obj{
	width:100%;
	max-width:280px;
}
.box-msg {
	width: 51%;
	float: right;
	margin-right: 12%;
	background: #ffffff91;
	border-radius: 10px 10px 10px 10px;
	padding-left: 5px;
	position: absolute;
}
.box-msg2 {
	background: #ffffff91;
	border-radius: 10px 10px 10px 10px;
	padding-left: 5px;
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	margin-left: 42%;
}
.p-msg {
	font-size: 18px;
	font-weight: 900;
	color: #092f55;
}
.p-msg2 {
	font-size: 23px;
	font-weight: 900;
	color: #092f55;
	margin-bottom: 2%;


.coluna1-login {
	width: auto;
	height: 570px;
	margin: auto;
}
.coluna2-mensagens {
    margin: auto;
}
.logo {
    margin: 20px auto 20px auto;
}
.logo a {
    width: 260px;
    height: 100px;
	margin: 0px auto 15px auto;
}
.content-mensagens {
    height: 570px;
}
.content-mensagens h1 {
    font-size: 16px;
    color: #003c5e;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    display: block;
    text-align: left;
    padding-left: 0;
    margin-top: 0;
}
.content-mensagens p{
	font-size: 18px;
    color: #000;
	line-height: 1.1;
    font-weight: normal;
	text-align: left;
    /* text-shadow: 1px 1px 2px #333; */
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.content-mensagens p.destaque.verde {
    font-size: 18px;
    color: #008000;
    font-weight: bold;
    border-top: 0px solid #21aaf5;
    padding-top: 0px;
}
.content-mensagens p strong{
	font-size: 20px;
    color: #333;
}
.content-mensagens h2{
	font-size: 22px;
    color: #333;
}
.content-mensagens ul{
	padding: 20px 60px;
    border-radius: 3px;
    border: 2px solid #21aaf5;
    margin: 0 0 15px 0;
}
.content-mensagens li{
	font-size: 18px;
	line-height: 1.2;
    color: #333;
    font-weight: normal;
    /* text-shadow: 1px 1px 2px #333; */
    display: block;
}
.content-mensagens li i{
	font-size: 18px;
    color: #333;
	padding-right:10px;
    /* text-shadow: 1px 1px 2px #333; */
}
.coluna3-barra {
    width: 17%;
    background-image: unset;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    display: flex;
}
}

/* ======== @media only screen and (max-width: 1024px) ======== */
@media only screen and (max-width: 1024px){
.content-mensagens {
    width: 100%;
}
.content-mensagens h1 {
    font-size: 20px;
}
.content-mensagens p {
    font-size: 20px;
}
.miolo1 {
    width: 100%;
}
.miolo2 {
    display: none;
}
.coluna3-barra {
    display: none;
}
}