@charset "utf-8";
/* CSS Document */

body, html {
			margin: 0;
			padding: 0;
			height: 100%;
			background: #ffffff !important;
		}

@media all and (max-width: 670px)
	
{
		#hide01{margin:0px;padding:0px;visibility: hidden; display: none;}	
		#hide01x{margin:0px;padding:0px;visibility: hidden; display: none;}	
	
		.user_card {
			/*height: 400px;*/
			width: 100%;
			margin-top: 90px;
			margin-bottom: 20px;;
			/*background: #f39c12;*/
			background-color: rgb(255,255,255,0.70);
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}

		.user_card02 {
			height: 100%;
			width: 100%;
			margin-top: 0px;
			margin-bottom: 0px;
			/*background: #f39c12;*/
			background-color: rgb(255,255,255);
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}
		.user_card03 {
			height: 100%;
			width: 100%;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
			
			border: 1px solid #cccccc;
			/*background: #f39c12;*/
			background-color: #ffffff;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;
			
			/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
			border-radius: 0px;

		}
	
	.borde01{border-top: solid 1px #cccccc;border-bottom: solid 1px #cccccc;padding-left:0px;padding-right:0px;margin-left:0px;margin-right:0px;}
		
	.alineacard01{padding-bottom:100px;}
	.alineacard02{margin-bottom:-110px;}
	.alineacard03{margin-bottom:-80px;}
	.alineacard04{padding-bottom:20px;padding-top:10px;margin-top:5px;border-top:1px dotted #f2f2f2;}

		.brand_logo_container {
			position: absolute;
			height: 180px;
			width: 180px;
			top: -115px;
						
			border-radius: 80%;
			/*background: #60a3bc;*/
			
			background: rgba(204,232,34,1);
background: -moz-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,232,34,1)), color-stop(100%, rgba(128,196,28,1)));
background: -webkit-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -o-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -ms-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: linear-gradient(to right, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce822', endColorstr='#80c41c', GradientType=1 );
			
			
			padding: 10px;
			text-align: center;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}
		.brand_logo {
			height: 160px;
			width: 160px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #60a3bc;
		}
        .brand_logo2 {
			height: 160px;
			width: 160px;
            padding-top: 40px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #60a3bc;
            background: white;
		}
		.form_container {
			margin-top: 0px;
		}
		.login_btn {
			width: 100%;
			background: #c0392b !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #c0392b !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #c0392b !important;
		}
		.circle_logo {
			height: 160px;
			width: 160px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
		
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			
			margin-bottom:20px;
		}
	.circle_logo02 {
			height: 220px;
			width: 220px;
            padding-top: 55px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
			margin-bottom:30px;
		
		}
	.circle_logo03 {
			height: 160px;
			width: 160px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
		
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
			margin-top:-70px;
		}	
	.circle_logo04 {
			height: 200px;
			width: 200px;
			border-radius: 90%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: left;
			background-position: center top;
		
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
			margin-top:10px;
			text-align: center;
		}

} 
/* FIN MEDIA PANTALLAS MOVILES */

@media all and (min-width: 671px) and (max-width: 991px)
	
{
			#hide01{margin:0px;padding:0px;visibility: hidden; display: none;}	
			#hide01x{margin:0px;padding:0px;visibility: hidden; display: none;}	
	
		.user_card {
			/*height: 400px;*/
			width: 100%;
			margin-top: 90px;
			margin-bottom: 20px;;
			/*background: #f39c12;*/
			background-color: rgb(255,255,255,0.70);
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}

		.user_card02 {
			height: 100%;
			width: 100%;
			margin-top: 0px;
			margin-bottom: 0px;;
			/*background: #f39c12;*/
			background-color: rgb(255,255,255);
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}
		
	.alineacard01{padding-bottom:100px;}
	.alineacard02{margin-bottom:-110px;}
	.alineacard03{margin-bottom:-80px;}
	.alineacard04{padding-bottom:20px;padding-top:10px;margin-top:5px;border-top:1px dotted #f2f2f2;}

		.brand_logo_container {
			position: absolute;
			height: 180px;
			width: 180px;
			top: -115px;
						
			border-radius: 80%;
			/*background: #60a3bc;*/
			
			background: rgba(204,232,34,1);
background: -moz-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,232,34,1)), color-stop(100%, rgba(128,196,28,1)));
background: -webkit-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -o-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -ms-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: linear-gradient(to right, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce822', endColorstr='#80c41c', GradientType=1 );
			
			
			padding: 10px;
			text-align: center;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}
		.brand_logo {
			height: 160px;
			width: 160px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #60a3bc;
		}
        .brand_logo2 {
			height: 160px;
			width: 160px;
            padding-top: 40px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #60a3bc;
            background: white;
		}
		.form_container {
			margin-top: 0px;
		}
		.login_btn {
			width: 100%;
			background: #c0392b !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #c0392b !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #c0392b !important;
		}
		.circle_logo {
			height: 160px;
			width: 160px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
		
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			
			margin-bottom:20px;
		}
	.circle_logo02 {
			height: 220px;
			width: 220px;
            padding-top: 55px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
			margin-bottom:30px;
		
		}
	.circle_logo03 {
			height: 160px;
			width: 160px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
		
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
			margin-top:-70px;
		}	
	
}
/* FIN MEDIA TABLETS */

@media all and (min-width: 992px) and (max-width: 1199px)

{
		#hide01{margin:0px;padding:0px;visibility: hidden; display: none;}	
		
		.user_card {
			/*height: 380px;*/
			width: 90%;
			margin-top: 90px;
			margin-bottom: 0px;;
			/*background: #f39c12;*/
			background-color: rgb(255,255,255,0.70);
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}

		.user_card02 {
			height: 100%;
			width: 100%;
			margin-top: 0px;
			margin-bottom: 0px;;
			/*background: #f39c12;*/
			background-color: rgb(255,255,255);
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}		

		.brand_logo_container {
			position: absolute;
			height: 140px;
			width: 140px;
						
			top: -35px;
			left: -55px;
			
			border-radius: 80%;
			/*background: #60a3bc;*/
			
			background: rgba(204,232,34,1);
background: -moz-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,232,34,1)), color-stop(100%, rgba(128,196,28,1)));
background: -webkit-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -o-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -ms-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: linear-gradient(to right, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce822', endColorstr='#80c41c', GradientType=1 );
			
			
			padding: 10px;
			text-align: center;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}
		.brand_logo {
			height: 120px;
			width: 120px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #60a3bc;
		}
        .brand_logo2 {
			height: 120px;
			width: 120px;
            padding-top: 30px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #60a3bc;
            background: white;
		}
		.form_container {
			margin-top: 0px;
		}
		.login_btn {
			width: 100%;
			background: #c0392b !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #c0392b !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #c0392b !important;
		}
		
	.circle_logo {
			height: 160px;
			width: 160px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
            
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}
	
	.circle_logo02 {
			height: 220px;
			width: 220px;
            padding-top: 55px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
		}
	.circle_logo03 {
			height: 160px;
			width: 160px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
		
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
			margin-top:-70px;
		}
	
		.alineacard04{padding-bottom:20px;padding-top:10px;margin-top:5px;border-top:1px dotted #f2f2f2;}

}
/* FIN MEDIA PANTALLAS PEQUEÑAS WEB */


@media all and (min-width: 1200px)
	
{
		.user_card {
			height: 435px;
			width: 95%;
			margin-top: 90px;
			margin-bottom: 0px;;
			/*background: #f39c12;*/
			background-color: rgb(255,255,255,0.70);
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}

		.user_card02 {
			height: 100%;
			width: 100%;
			margin-top: 0px;
			margin-bottom: 0px;;
			/*background: #f39c12;*/
			background-color: rgb(255,255,255);
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}
		
		.user_card03 {
			height: 100%;
			width: 100%;
			margin-top: 0px;
			margin-bottom: 0px;;
			/*background: #f39c12;*/
			background-color: #ffffff;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}
	
.borde01{border-top: solid 1px #cccccc;border-bottom: solid 1px #cccccc;}
	
		.brand_logo_container {
			position: absolute;
			height: 180px;
			width: 180px;
						
			top: -35px;
			left: -55px;
			
			border-radius: 80%;
			/*background: #60a3bc;*/
			
			background: rgba(204,232,34,1);
background: -moz-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,232,34,1)), color-stop(100%, rgba(128,196,28,1)));
background: -webkit-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -o-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: -ms-linear-gradient(left, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
background: linear-gradient(to right, rgba(204,232,34,1) 0%, rgba(128,196,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce822', endColorstr='#80c41c', GradientType=1 );
			
			
			padding: 10px;
			text-align: center;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}
		.brand_logo {
			height: 160px;
			width: 160px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #60a3bc;
		}
        .brand_logo2 {
			height: 160px;
			width: 160px;
            padding-top: 40px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #60a3bc;
            background: white;
		}
		.form_container {
			margin-top: 0px;
		}
		.login_btn {
			width: 100%;
			background: #c0392b !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #c0392b !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #c0392b !important;
		}
	
	
	.circle_logo {
			height: 160px;
			width: 160px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
		
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}
	
	.circle_logo02 {
			height: 220px;
			width: 220px;
            padding-top: 55px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
			
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
		}
	.circle_logo03 {
			height: 160px;
			width: 160px;
			border-radius: 70%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: center;
			background-position: center top;
		
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
			margin-top:-70px;
		}
	
		.circle_logo04 {
			height: 200px;
			width: 200px;
			border-radius: 90%;
			/*border: 8px solid #60a3bc;*/
			border: 8px solid #CCCCCC;
			background-color: #ffffff;
			text-align: left;
			background-position: center top;
		
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
			margin-top:10px;
		}
	
	.borde01{border-top: solid 1px #cccccc;border-bottom: solid 1px #cccccc;border-right: solid 1px #cccccc;border-left: solid 1px #cccccc;}
	
} /* FIN MEDIA PARA PANTALLAS GRANDES WEB */
