.m-0 {
    margin: 0;
}
.p-0 {
    padding: 0;
}
.area-login {
    position:absolute;
	top:0;
	left:0;
	/*z-index:11;*/
	background: linear-gradient(360deg, #FFFFFF 0%, #F5F5F5 100%);
	width:100%;
	height:100%;
    font-family: Montserrat;
    font-weight: 500;
}

.logo-login{
    margin-left: 25px;
    margin-right: 20px;
}

.menu-login {
    max-height: 100px;
    min-height: 70px;
    height: 10%;
    width: 100%;
    background: #FAFAFA;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
    z-index: 10;
}

.menu-login ul {
    padding:0px;
    margin:0px;
    /* float: left; */
    width: 100%;
    list-style:none;
}

.menu-login ul li { display: inline; }

.menu-login ul li a {
    color: #333;
    text-decoration: none;
    padding: 0px 20px;
    float:left;
}

.menu-login ul li a:hover {
    font-weight: 700;
}

.campos-login {
    background: #fff;
    height: 100%;
}
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  text-align: center !important;
}

.campo-login {
	border-radius: 35px !important;
	background-color: #EDEDED;
	border: none;
	min-width: 270px;
	height: 34px;
	margin-top: 15px;
	font-size: 13px;
}
.pass-eye {
    font-size: 20px;
    position: absolute;
    top:  18px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
    padding-right: 5px
}
.btn-entrar{
    font-family: Montserrat;
    margin-top: 15px;
    transition: all 0.3s linear;
    background-color: #0097a9;
    color: #fff;
    border-radius: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    font-size: 14px;
    outline: none !important;
}
.btn-entrar:hover{
    color: #fff;
    box-shadow: rgba(107, 113, 117, 0.25) 0px 0px 8px 1.2px, rgba(197, 199, 199, 0.08) 0px 0px 0px 2px;
}
.links {
    margin-top: 20px;
}
.alert-login {
    padding: 0;
    border: 0;
    overflow: hidden;
    color: #000000 !important;
    background-color: #ffc72c !important;
    border-radius: 26px !important;
    border: 2px solid transparent !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: inline-block !important;
    /*float: left !important;*/
    margin-top: 15px !important;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
}
.versao-info {
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
}

.carousel-indicators li {
  	width: 20px;
  	height: 20px;
	background: linear-gradient(211.26deg, #B5B5B5 6.3%, #FFFFFF 85.78%) !important;
	border: 1.5px solid #FFFDFD !important;
	box-sizing: border-box !important;
}

.carousel-indicators .active{
  	width: 22px;
  	height: 22px;
	background: linear-gradient(211.26deg, #0097A9 6.3%, #023237 85.78%) !important;
	border: 1.5px solid #FFFDFD !important;
	box-sizing: border-box !important;
}
.info-carrossel{
    margin: 10%;
}

@media (max-width: 49em) {
	.menu-login {
		height:100px;
	}
  .menu-login ul li a{
  	margin: 3px;
  }
}

.title-login {
    font-weight: 500;
    font-size: 25px;
    color: #555555;
}

.logo{
    margin: 10px;
}

.desc-login {
    white-space: pre-line;
    font-weight: 500;
    font-size: 15px;
    color: #555555;
}

.info-version {
    color: #ACACAC;
}

.icon-menu {
    font-size:30px !important;
    color: #555555 !important;
    z-index: 15;
}
.topnav a {
  float: left;
  display: block;
  color: #555555;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: #555555;
  font-weight: 700;
}

.topnav .icon-menu {
  display: none;
}

@media screen and (max-width: 780px) {
  .topnav a{display: none;}
  .topnav a.icon-menu {
    float: right;
    display: block;

  }
  .topnav {
  	position: absolute;
    right: 0;
    margin-right:10px;
    z-index: 17;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon-menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav a:hover {
  	background-color: transparent

  }
}

@media screen and (min-width: 1410px) and (max-width: 1512px) {
	.topnav a {
		font-size: 15px !important;
	}
}
@media screen and (min-width: 1310px) and (max-width: 1409px) {
	.topnav a {
		font-size: 13px !important;
	}
}
@media screen and (min-width: 1250px) and (max-width: 1309px) {
	.topnav a {
		font-size: 11px !important;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1250px) {
	.topnav a {
		font-size: 10px !important;
	}
}

.menu-responsivo-active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex !important;
    z-index: 16;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(0, 152, 171, 0.9);
    margin: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    padding: 0;
    border-image: initial;
}
.icon-menu-active {
    color: #ffffff !important;
}

.icon-menu-active:hover{
    background: transparent !important;
}

.menu-responsivo {
    display: none;
    list-style: none;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat;
    text-align:center;
}

.menu-responsivo li a {
	color: rgba(255, 255, 255, 0.8);
	outline:none;
	text-decoration: none;
}
.menu-responsivo li a:active {
	color: rgba(255, 255, 255, 1);
	outline:none;
}
.menu-responsivo li a:hover {
	color: rgba(255, 255, 255, 1);
	outline:none;
}
.menu-responsivo li {
	margin: 15px;
}

.carousel-indicators li {
	margin-left: 5px !important;
	margin-right: 5px !important;
}