/*
.cornerDd {
	width: 0px;
	height: 0px;
	position:relative;
}

.corner {
	width: 0;
	height: 0;
	border-top: 145px solid #fff;
	border-bottom: 145px solid transparent;
	border-right: 145px solid transparent;
}

.corner span {
	position: absolute;
	top: 0px;
	width: 80px;
	left: -10px;
	transform: rotate(-45deg);
	display: block;
}
.corner span > img{
	width: 150px;
	height: auto;
}*/

@media only screen and (min-width: 580px) {
	.popup1, .popup2, .cnt223, .cnt2231, #overlay, #overlay1{
		display: none!important;
	}
}
/* CHROME  */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00193b;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
}
.cnt223 a{
	text-decoration: none;
}
.popup1{
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	display: none;
	z-index: 5000;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.cnt223{
	background: #f3f3f3;
	padding: 10px 15px;
	width: 80%;
	position: absolute;
	z-index: 999;
	border-radius: 10px;
	bottom: 15px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.cnt223 h1 > img{
	width: 50px;
	height: auto;
	border: 1px solid rgba(0,0,0,0.2);
}
.cnt223 h1{
	font-size: 20px;
	line-height: 0;
}
.cnt223 h5{
	color: #222;
	font-size: 18px;

	text-align: center;
	line-height: 0;
}
.cnt223 p{
	color: #555555;
	font-size: 18px;

	text-align: center;
}
.cnt223 p a{
	color: #222;
	font-weight: bold;
}
.cnt223 .x{
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
}
.cnt223 .x:hover{
	cursor: pointer;
}

/* SAFARI  */
#overlay1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00193b;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
}
.cnt2231 a{
	text-decoration: none;
}
.popup2{
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	display: none;
	z-index: 5000;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.cnt2231{
	background: #f3f3f3;
	padding: 10px 15px;
	width: 80%;
	position: absolute;
	z-index: 999;
	border-radius: 10px;
	bottom: 40px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.cnt2231 h1 > img{
	width: 50px;
	height: auto;
	border: 1px solid rgba(0,0,0,0.2);
}
.cnt2231 h1{
	font-size: 20px;
	line-height: 0;
}
.cnt2231 h5{
	color: #222;
	font-size: 18px;

	text-align: center;
	line-height: 0;
}
.cnt2231 p{
	color: #555555;
	font-size: 18px;

	text-align: center;
}
.cnt2231 p > img{
	width: 18px;
	height: auto;
}
.cnt2231 p a{
	color: #222;
	font-weight: bold;
}
.cnt2231 .x{
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
}
.cnt2231 .x:hover{
	cursor: pointer;
}
.cnt2231:after{
	z-index: 99;
	position: absolute;
	top: 95%;
	content: '';
	width: 0;
	height: 0;
	border-top: solid 50px #f3f3f3;
	border-left: solid 50px transparent;
	border-right: solid 50px transparent;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

h4.title{
	font-size: 30px;
	color: #222;
	font-weight: bold;
}

h4.text-uppercase > img{
	width: 60px;
}

.banner{
	width: 100%;
	height: 100vh;
	/*background-image: url(./../images/banner.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	position: absolute;
}
.banner:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 0;
	background: -moz-linear-gradient(to right top, rgba(0, 25, 59, 1), rgba(0, 25, 59,1) 100%);
	background: linear-gradient(to right top, rgba(0, 25, 59, 1), rgba(0, 25, 59,1) 100%);
	background: -webkit-linear-gradient(to right top, rgba(0, 25, 59, 1), rgba(0, 25, 59,1) 100%);
}

.card{
	z-index: 9;
}
.text-muted {
	color: #fff !important;
	font-weight: bolder;
	font-size: 17px;
}

button.btn.btn-primary.btn-block{
	background-color: #222;
	border: none;
}
button.btn.btn-primary.btn-block:active {
	background-color: #222;
}
.swal2-popup .swal2-styled.swal2-confirm {
	background-color: #222!important;
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #222;
	background-color: #222;
}

@media only screen and (min-width: 320px) and (max-width: 400px){
	h4.title {
		font-family: 'Share Tech Mono';
		font-size: 25px;
		color: #222;
		font-weight: bold;
	}
	.corner span > img {
		width: 90px;
	}
	.corner {
		border-top: 75px solid #fff;
		border-bottom: 75px solid transparent;
		border-right: 75px solid transparent;
	}
	.forget-pwd{
		background-color: #00193b;
	}
	.corner span {
		position: absolute;
		top: 0px;
		width: 40px;
		left: -10px;
		transform: rotate(-45deg);
		display: block;
	}
}

.nav-mobile {
	padding: 0;
	margin: 0;
	cursor: auto;
	font-size: 18px;
	list-style-type: none;
	width: 100%;
}
.nav-mobile:after {
	content: "";
	display: table;
	clear: both;
}
.nav-mobile svg {
	height: 65px;
	width: 30px;
	margin: 0px 15px;
}
.nav-mobile svg path {
	fill: #fff; /*cor do icon burguer*/
}
.nav-mobile span{
	position: absolute;
	margin-left: -28px;
}
.nav-mobile li a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.nav-mobile .menu-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	z-index: 1;
}
.nav-mobile .menu-button:after {
	opacity: 0;
	top: 0px;
	content: "";
	width: 100vw;
	display: block;
	position: fixed;
	height: 100vh;
	background: transparent;
	content: "";
	pointer-events: none;
	transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
	transition-delay: 0.1s;
}
.nav-mobile #menu-toggle {
	display: none;
}
.nav-mobile #menu-toggle.active ~ .menu-button .icon-open, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
	display: none;
}
.nav-mobile #menu-toggle.active ~ .menu-button:after, .nav-mobile #menu-toggle:checked ~ .menu-button:after {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.5s cubic-bezier(0, 0, 0.3, 1);
}
.nav-mobile #menu-toggle.active ~ .menu-sidebar, .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
	transform: translateX(0);
	transition: transform 0.5s cubic-bezier(0, 0, 0.3, 1);
}
.nav-mobile .menu-container {
	float: left;
	cursor: pointer;
	position: absolute;
	margin-left: -13%;
}
.nav-mobile .menu-container .menu-sidebar {
	box-shadow: 0 14px 28px rgb(233 152 178 / 3%), 0 10px 10px rgb(8 8 8 / 34%);
	display: block;
	width: 68vw;
	height: 100%;
	bottom: 0;
	background: #3a4250;
	color: #fff;
	position: fixed;
	transform: translateX(-405px);
	transition: transform 1s cubic-bezier(0, 0, 0.3, 1);
	z-index: 9999;
	list-style-type: none;
	padding: 0;
	max-width: 400px;
	overflow: scroll;
	left: 0;
}
.nav-mobile .menu-container .menu-sidebar .arrow {
	position: absolute;
	line-height: 50px;
	font-size: 32px;
	color: #555;
	top: 0;
	z-index: 0;
}
.nav-mobile .menu-container .menu-sidebar .arrow.left {
	left: 25px;
}
.nav-mobile .menu-container .menu-sidebar .arrow.right {
	right: 25px;
}
.nav-mobile .menu-container .menu-sidebar li {
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 20px;
}
/*.nav-mobile .menu-container .menu-sidebar li:hover {
    background: #eee;
    }*/
    .nav-mobile .menu-container .menu-sidebar li .menu-sub {
    	position: fixed;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	width: 0;
    	overflow: hidden;
    	background: white;
    	visibility: hidden;
    	transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    	border-left: 1px solid #ccc;
    	list-style-type: none;
    	padding: 0;
    	margin: 0;
    	z-index: 2;
    	max-width: 400px;
    }
    .nav-mobile .menu-container .menu-sidebar li .menu-sub li {
    	overflow: hidden;
    }
    .nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
    	padding-left: 50px;
    }
    .nav-mobile .menu-container .menu-sidebar li .submenu-label {
    	cursor: pointer;
    	width: 100%;
    	height: 100%;
    	display: block;
    }
    .nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
    	display: none;
    }
    .nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
    	width: 65vw;
    	visibility: visible;
    	z-index: 1;
    	transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
    }

    @media only screen and (min-width: 992px){
    	.menuMobile{
    		display: none;
    	}
    }
    .animMenu {
    	position: relative;
    	-webkit-animation-name: animMenuu;
    	-webkit-animation-duration: 1.5s;
    	animation-name: animMenuu;
    	animation-duration: 1.5s
    }

    @-webkit-keyframes animMenuu {
    	from { bottom:-80px; opacity:0 }
    	to { bottom:0px; opacity:1 }
    }

    @keyframes animMenuu {
    	from{ bottom:-80px; opacity:0 }
    	to{ bottom:0; opacity:1 }
    }
