body{
	width:100%;
	height:100%
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
	margin: 0px;
}

.img-responsive {
    margin: 0 auto;
}

.background-body{
  	background-color: #298B70;	
}
/* Banner Area */
#main-container {
	display: flex;
	margin: 0px 0px 0px 0px;
	position: relative;
    width: 100%;
    height: 100%;
}

#banner-container{
	width: 100%;
    height: 100%;
    display: flex;
	flex: 1 1 auto !important;
	flex-direction: column !important;
}

#banner-image-container {
	display: flex;
	flex-grow: inherit;
	justify-content: center;
}
#banner-image{
	height: 85vh !important;
    margin-top: 30px;
    max-width: 65%;
}
#banner-footer{
	display: flex;
	flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}


#google-play-link{
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}
#social-network-links{
	display: flex !important;
	margin-left:30px;
	margin-right:20px;
}
.social-network-link{
	margin: 5px;
}

.google-play-img {
 	height: 50px;
}
.social-network-img{
	height: 30px;
}

/* Data Area */
#data-container{
	display: flex;
    align-items: center;
    justify-content: center;	
}
#data-area {
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .8rem;
    box-shadow: 8px 8px 8px #2e5f51;
    min-width: 350px;
    max-width: 350px;
    max-height: 1000px;
}

.scrollable{
	display: grid;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px 50px 0px 50px;
    min-width: 375px;
}

/* Logo */
.logo {
	width: 65%;
}

/* Textos */
.title {
 	margin-top: 8px;
 	margin-bottom: 5px;
 	padding: 0px 10px 0px 10px;
 	font-size: 15px;
 	color: #666666;
 	font-weight: bold;
}

.subtitle {
 	margin-top: 8px;
 	padding: 0px 10px 0px 10px;
 	font-size: 13px;
 	color: #666666;
 	font-weight: bold;
}

.label {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin: 1px 1px 2px 2px;
}

.text {
	font-size: 14px;
	color: #000000;
	margin: 5px 1px 2px 1px;
}

.multiline-text{
	font-size: 13px;	
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.item-list {
	margin-top:10px !important;
	margin-bottom:10px !important;
	padding-left: 30px;
}
.item-list > li{
	font-size: 13px;
}

/* Headers*/
.header-container {
	display: flex;
	flex-direction: column !important;
	margin: 20px 25px 0px 25px !important;
}

.header-image-container {
	display: flex;
	flex-direction: column !important;
	margin: 25px 25px 0px 25px !important;
}

.image {
	width: 90%;
}


/* Forms */
.form_margin{
	margin-top: 20px;
	margin-bottom: 15px;
}

/* Fields */
.field-group{
	margin: 0 25px 10px 25px
}

.field{
	height: 30px !important;
	font-size: 14px !important;
	box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.message-box {
	display: flex;	
	justify-content: flex-end;
	height: 20px;
}

.message-box-content{
	display: inline-flex;	
}
.hide-message-box-content{
	display: none !important
}

.failed-validation-icon {	
	width: 20px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
   	background-repeat: no-repeat;
   	background-size: 16px;
   	background-position: left;    	
}	
.failed-validation-text {
	padding: 0px 5px 0px 5px;
    text-align: right;
    width: 100%;
    font-size: 80%;
    color: #dc3545;
}
.failed-validation-style{
	border-color: #dc3545 !important;
	background-color: #ffdbdb !important;
}
.failed-validation-style:focus{
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25) !important;
}

/* Links */
.link {
	text-align: center;
    font-size: 14px;
    color: #6c6c6c;
}

.link:link{
	text-decoration: underline;
}
.link:hover{
	color: #298B70;
	text-decoration: underline;
}

/* Buttons */
.btn_principal {	
    color:white !important;
	background-color:#298B70 !important;
	font-size: 14px !important;
	font-weight: bold;
	width: 85%;
	height: 36px !important;
	border: none !important;
	border-radius: 8px !important;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}

.btn_secundario {	
    color: #298B70 !important;
	background-color:#f1f0ef !important;
	font-size: 14px !important;
	font-weight: bold;
	width: 85%;
	height: 36px !important;
	border: 1px solid #298B70 !important;
	border-radius: 8px !important;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}

/* Captcha */
.captcha-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}


/* Messages */
.multiline-message-box {
	padding: .5rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	font-size: 14px;
	margin: 10px 25px 10px 25px !important;
}

/* Flex */
.flex-center {
	display: flex;
	justify-content: center !important;
}

.flex-left {
	display: flex;
	justify-content: left !important;
}

.flex-center-column {
	display: flex;
	justify-content: center !important;
	flex-direction: column !important;
}

/* Separatos */
.h-sep-10{
	height:10px;
	min-height: 10px;
}

.h-sep-20{
	height:20px;
	min-height: 20px;
}

.h-sep-30{
	height:30px;
	min-height: 30px;
}

.background-art::before {
	filter: none !important;
}

