@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;400;500;700&family=Roboto:wght@300;400&display=swap');

a {color: #79828a!important;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Encode Sans', sans-serif;
}

body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

.main-container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-nav .nav-link {
	color: #fff!important;
}

.navbar-brand {
	width: 175px;
}

.bg-dark {
	background-color: #00b1c7!important;
	border-bottom: 1px solid #fff;
}

.content-main {
	min-height: calc(100vh - 250px)!important;
	width: 100%;
}

.carousel-control-next, .carousel-control-prev {
	background-color: transparent!important;
	border: none!important;
}

.card.grayed {
	opacity: 0.4;
	cursor: not-allowed;
}

.card-registrate {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  	transition: box-shadow 0.3s ease-in-out;
	padding: 0px 40px 0px 100px;
	margin: 0px;
	color: #000;
	text-align: left;
	width: 100%;
	float: left;
	margin-left: 30px;
}

.card-registrate:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  	transition: box-shadow 0.3s ease-in-out;
}

.card-content {
	position: relative;
	bottom: 75px;
	left: 0px;
	margin-bottom: -40px!important;
}

.card-usuario {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  	transition: box-shadow 0.3s ease-in-out;
	padding: 20px;
	margin-left: 30px;
	color: #000;
	width: 100%;
	min-height: 210px;
}

.card-usuario:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  	transition: box-shadow 0.3s ease-in-out;
}

.card-usuario.success {
	background: rgb(0,197,169);
	background: -webkit-linear-gradient(bottom left, rgba(0,197,169,1) 0%, rgba(1,222,190,1) 100%);
	background: -o-linear-gradient(bottom left, rgba(0,197,169,1) 0%, rgba(1,222,190,1) 100%);
	background: linear-gradient(to top right, rgba(0,197,169,1) 0%, rgba(1,222,190,1) 100%);
}

.card-usuario.success:hover {
	opacity: 0.8;
}

.card-usuario.danger {
	background: rgb(247,109,112);
	background: -webkit-linear-gradient(bottom left, rgba(247,109,112,1) 0%, rgba(246,64,70,1) 100%);
	background: -o-linear-gradient(bottom left, rgba(247,109,112,1) 0%, rgba(246,64,70,1) 100%);
	background: linear-gradient(to top right, rgba(247,109,112,1) 0%, rgba(246,64,70,1) 100%);
}

.card-usuario.danger:hover {
	opacity: 0.8;
}

.card-usuario.default {
	background: rgb(4,158,173);
	background: -webkit-linear-gradient(bottom left, rgba(4,158,173,1) 0%, rgba(0,188,207,1) 100%);
	background: -o-linear-gradient(bottom left, rgba(4,158,173,1) 0%, rgba(0,188,207,1) 100%);
	background: linear-gradient(to top right, rgba(4,158,173,1) 0%, rgba(0,188,207,1) 100%);

}

.card-usuario.default:hover {
	opacity: 0.8;
}

.card-usuario.grafico {
background: rgb(223,241,241);
background: -webkit-linear-gradient(to top right, rgb(117, 125, 132) 0%, rgb(153, 158, 165) 100%);
background: -o-linear-gradient(to top right, rgb(117, 125, 132) 0%, rgb(153, 158, 165) 100%);
background: linear-gradient(to top right, rgb(117, 125, 132) 0%, rgb(153, 158, 165) 100%);
}

.card-usuario.grafico:hover {
	opacity: 0.8;
}
.card-content-sm {
	position: relative;
	bottom: 75px;
	left: 0px;
	margin-bottom: -40px!important;
}

.card-content-home {
	position: relative;
	bottom: 115px;
	left: 0px;
	margin-bottom: -80px!important;
}

.icono {
	height: 130px;
	width: 130px;
	position: relative;
	top: 50px;
	left: -165px;
	background: #00b1c7;
	border-radius: 20px;
	box-shadow: 0px 0px 8px rgb(69, 63, 63, .5);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
}

.icono-sm {
	height: 65px;
	width: 65px;
	position: relative;
	top: 10px;
	left: -80px;
	background: #00b1c7;
	border-radius: 10px;
	box-shadow: 0px 0px 8px rgb(69, 63, 63, .5);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
}

.card-registrate2 {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  	transition: box-shadow 0.3s ease-in-out;
	padding: 0px;
	margin: 0px;
	color: #000;
	text-align: left;
	width: 100%;
	float: right;
}

.card-registrate2:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  	transition: box-shadow 0.3s ease-in-out;
}

.card-content2 {
	position: relative;
	top: -140px;
	left: 0px;
	margin-bottom: -100px!important;
	padding: 20px 40px;
}

.card-header2 {
	background-color: #ebeceb;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 30px 40px 20px 100px;
	min-height: 185px;
}

.icono2 {
	height: 130px;
	width: 130px;
	position: relative;
	top: -160px;
	left: -65px;
	background: #00b1c7;
	border-radius: 20px;
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
}

.registrate {background-image: url(../images/registrate.svg);}
.login {background-image: url(../images/login.svg);}
.recupero {background-image: url(../images/recupero.svg);}
.inscripcion {background-image: url(../images/inscripcion.svg);}
.correo {background-image: url(../images/correo.svg);}
.usuario {background-image: url(../images/usuario.svg);}
.notificacion {background-image: url(../images/notificacion.svg);}
.notificacion {background-image: url(../images/notificacion.svg);}
.estadocuenta {background-image: url(../images/estadocuenta.svg);}

.text-teal {
	color:#00bccf;
}

.text-dark {
	color:#89929a!important;
}

/* --------- POP OVER IMAGE -----------*/
.bs-example{
	margin: 12px 0px 0px -23px;
}
.bs-example button{
  margin: 10px;
}
.media-object {
	max-width: 250px;
}
/*---------------- FORMS ------------------*/
.title-underline {
	border-bottom: 1px solid #e2e2e2;
	line-height: 40px;
	margin-top: 30px;
}

.form-group {
	margin-top: 3px;
	margin-bottom: 0px;
}
.user-input-wrp {
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.user-input-wrp .inputText{
	width: 100%;
	outline: none;
	border:none;
	border-bottom: 1px solid #e6e7e6;
 	box-shadow: none !important;
	margin-bottom: 2px;
	color: #7a848b;
	padding-bottom: 4px;
}
.user-input-wrp .inputText:focus{
	border-color: #00b1c7;
	border-width: 2px;
	margin-bottom: 1px;
}
.user-input-wrp .floating-label {
	position: absolute;
	pointer-events: none;
	top: 0px;
	left: 0px;
	transition: 0.2s ease all;
	border: none;
	color: #7a848b;
	font-size: 15px;
}
.floating-label-static {
	transition: 0.2s ease all;
	border-bottom: 1px solid #e6e7e6;
	margin-top: 37px;
	color: #7d868e;
	font-size: 15px;
}
.floating-label-static:hover {
	transition: 0.2s ease all;
	border-bottom: 1px solid #00b1c7;
	color: #7d868e;
}
.floating-label-disabled {
	border-bottom: 2px solid #00c5d6;
	margin-top: 10px;
	pointer-events: none;
	padding-left: 7px;
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	border-radius: 0px!important;
	max-height: 35px;
}
.label-readonly {
	position: relative;
	left: 0;
	top: 0px;
	font-size: 12px;
	color: #00c7d7;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: -20px;
	left: 0px;
	font-size: 12px;
	opacity: 1;
	color: #00bccf;
}

.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):optional ~ .floating-label{
	top: -20px;
	left: 0px;
	font-size: 12px;
	opacity: 1;
	color: #00bccf;
}

.user-input-wrp input:-webkit-autofill ~ .floating-label {
    top: -20px;
	left: 0px;
	font-size: 12px;
	opacity: 1;
	color: #00bccf;
}

.inputText:disabled {
	margin-top: 0px;
    padding: 10px 10px 5px 10px;
    background-color: #e9ecef;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em 1.5em .5em 0em;
}

.form-control {
	color: #79828a;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ebeceb;
	height: calc(1.75em + .5rem + 2px);
	border-radius: 0px!important;
	padding: 0px!important;
	margin-top: 3px;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef!important;
	border-bottom: 1px solid #e6e7e6!important;
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	border-radius: 0px!important;
	padding: 10px!important;
	font-size: 15px;
	height: 30px;
	margin-top: 0px!important;
}

label {
    text-transform: none!important;
    color: #00c7d7!important;
    font-size: 12px!important;
    margin-bottom: 0px!important;
    position: relative;
    bottom: -3px;
}

.datepicker {
	border-radius: 0px!important;
}

.text-danger {
	font-size: 11px;
}

/* ---------- SECCIONES ----------------------*/
.legal_person_section {
	margin-top: 50px;
}
.physical_person_section {
	margin-top: 50px;
}
/* ---------- SELECT 2 CONTAINER ----------------- */
.select2-container {
	margin-top: 0px;
	max-height: 0px;
	width:inherit;
}
.select2-container--bootstrap4 .select2-selection {
	border-radius: 0px!important;
	border: none!important;
	padding-top: 0px;
}
.select2-selection__rendered {
	font-size:15px!important;
	color: #879198;
	padding-left: 0px!important;
	padding-bottom: 0px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	border-bottom: 1px solid #e6e7e6;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	line-height: 30px;
	margin-top: 0px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
	padding-top: 40px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
	border-color: #959fa5 transparent transparent!important;
	margin-top: -6px!important;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
	box-shadow: none!important;
}
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
	top: 0px!important;
	border-radius: 0px!important;
	border-bottom: 1px solid #ced4da;
}
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
	margin-top: 31px;
}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
	background-color: #00c5d6!important;
	color: #fff!important;
}
.select2-results__option {
	font-size: 15px!important;
	color: #7a848b!important;
}
.select2-results__option:hover {
	color: #fff!important;
}
#mySelect {
    border-radius: 0
}

input {
	font-size: 15px!important;
}

.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection, .select2-container--bootstrap4.select2-container--disabled .select2-selection {
	padding-left: 12px;
	padding-top: 5px;
	border-bottom: 1px solid #e6e7e6!important;
}

/* -------- PASOS ---------- */

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #00bccf;
	border-color: #00bccf;
	color: #fff!important;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #7c7c84;
	border-color: #7c7c84!important;
}

.btn-danger {
	color:#fff!important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #e4eaf1!important;
}
.card-steps {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  	transition: box-shadow 0.3s ease-in-out;
	padding: 40px 60px;
	margin: 0px;
	color: #000;
	text-align: left;
	width: 100%;
	float: right;
}

.card-steps:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  	transition: box-shadow 0.3s ease-in-out;
}

label {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-bottom: 1px solid #00bccf;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	color: #00bccf!important;
}

.nav-tabs .nav-item {
	/* width: 20%; */
	text-align: center;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-bottom: 1px solid #00bccf;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
}

.nav-icon {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #00bccf;
}

.table td, .table th {
	padding: 0rem 0.75rem;
	line-height: 45px;
	font-size: 15px;
	color: #868f97;
}

.table-responsive {
	display: inline-table;
}

.table thead th {
	border-top: 1px solid #dee2e6;
}

.dropdown-menu {
	padding: 0px!important;
}

/* ------ Bootstrap overides --------- */
.badge-pill {
	padding-left: .8em;
	padding-right: .8em;
	border-radius: .4rem;
	line-height: 15px;
}
.badge-success {
	background-color: #00cdb4; 
	border: 1px solid #fff;
}
.badge-danger {
	background-color: #e24051;
	border: 1px solid #fff;
}
.badge-warning {
	background-color: #ffaa61;
	border: 1px solid #fff;
}
.badge-primary {
	background-color: #18aec1; 
	border: 1px solid #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn {
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0,0,0,.12);
	border-radius: 2px;
}

.btn:hover {
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0,0,0,.12);
}

.btn-info {
	color:#fff!important;
}

.btn-primary {
	background-color: #5b6269;
	border-color: #5b6269;
	color:#fff!important;
}

.btn-success {
	color:#fff!important;
}

.btn-primary:hover {
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #18aec1;
	border-color: #18aec1;
}

.btn-primary.focus, .btn-primary:focus {
	background-color: #5b6269!important;
	border-color: #5b6269!important;
}

.btn-outline-primary {
	color: #fff!important;
	border-color: #fff;
}

.btn-outline-primary:hover {
	background-color: #fff;
	border-color: #fff;
	color: #4a4a4a!important;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	background-color: #E2E2E2;
	border-color: #E2E2E2!important;
	color: #484545!important;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.5rem!important;
	padding-left: 1.5rem!important;
}
}
.nav-item > a {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.nav-item > a:hover {
  color: #fff;
}
	
.nav-item > a::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  bottom: 0;
  left: 20%;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-item > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
/* ------------------ Cards - Home ------------------ */

.badge-small {
	font-size: 10px;
	font-weight: 700;
	position: relative;
	top: -12px;
	left: -12px;
	padding: 0.12rem 0.4rem;
}
.container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}

.container .card-main {
	position: relative;
	height: 250px;
	background-image: url(../images/bkg-card.jpg);
	display: flex;
	width: 45%;
	margin: 30px 0px;
	border-radius: 7px;
	box-shadow: 0px 0px 8px rgb(69, 63, 63, 0.8);
	border: none;
	transition: 0.5s ease-in-out;
}

.container .card-main:hover {
	box-shadow: 0px 0px 0px rgb(69, 63, 63, 0);
	transition: 0.5s ease-in-out;
}

.container .card-main .imgBx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #444449;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: 0.5s ease-in-out;
	border-radius: 7px;
}

.container .card-main:hover .imgBx {
	width: 150px;
	height: 150px;
	left: -75px;
	top: calc(50% - 75px);
	transition: 0.5s ease-in-out;
	background: #00b1c7;
	border-radius: 20px;
	box-shadow: 0px 0px 8px rgb(69, 63, 63, .5);
	font-size: 0em;
}

.container .card-main .imgBx:before {
	content: attr(data-text);
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 2em;
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
}

.container .card-main .imgBx img {
	max-width: 150px;
	transition: 0.5s ease-in-out;
	margin-top: -30px;
}

.container .card-main:hover .imgBx img {
	max-width: 75px;
}

.container .card-main .content {
	position: absolute;
	right: 0;
	width: calc(100% - 75px);
	height: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
}

.container .card-main .content h3 {
	margin-bottom: 5px;
	font-size: 24px;
}

.container .card-main .content a {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	background: #333;
	text-decoration: none;
	color: #fff!important;
}

@media (max-width: 992px)  {
.container {
	width: 100%;
	flex-direction: column;
	align-items: center;
	margin: 0px;
}
.container .card-main {
	width: 400px;		
}
}

/* --------------------- Footer --------------------- */
.footer {
	min-height: 200px;
	background-color: #444449;
	padding-top: 50px!important;
}

.logo-footer {
	max-width: 300px;
	float: left;
}

.call-center {
	max-width: 40px;
	position: absolute;
	left: 0;
}

.fixed-bottom {
	position: relative!important;
}


/* --------------------- Additional cards --------------------- */
.card-img-top {
	width:100px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:20px;
}

.card-img-top2 {
	width:60px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:20px;
}

/* ------------------- LIft -------------------------------*/ 
.lift {
  -webkit-transition: box-shadow .25s ease, -webkit-transform .25s ease!important;
  transition: box-shadow .25s ease, -webkit-transform .25s ease!important;
  transition: box-shadow .25s ease, transform .25s ease!important;
  transition: box-shadow .25s ease, transform .25s ease, -webkit-transform .25s ease!important; }

.lift:hover,
.lift:focus {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0)!important;
          transform: translate3d(0, -3px, 0)!important; }

.lift-lg:hover,
.lift-lg:focus {
  box-shadow: 0 2rem 5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.05) !important;
  -webkit-transform: translate3d(0, -5px, 0)!important;
          transform: translate3d(0, -5px, 0)!important; }

.shadow-lift {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important; }


/* -------------------- Carousel ------------------------ */
.carousel-caption {
	top: 50px!important;
	text-align: left!important;
}

.carousel-control-next, .carousel-control-prev {
	width: 5%;
}

/* ------------------------ Password strength meter ------------------------ */
*:focus {
  outline-style: none;
}


#progress {
	height: 5px;
	width: 100%;
	margin-top: 0.6em;
	overflow: hidden;
	border-radius: 3px;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

#progress-bar {
  width: 0%;
  height: 5px;
  transition: width 500ms linear;
}

.progress-bar-danger {
  background: #ff0047;
}

.progress-bar-warning {
  background: #ffaa61;
}

.progress-bar-success {
  background: #00bccf;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border-bottom: 1px solid #e6e7e6;
   -webkit-text-fill-color: rgb(137, 147, 154)!important;
    -webkit-box-shadow: none!important;
    transition: background-color 5000s ease-in-out 0s;
	background-color:transparent!important;
}


/* ----------------- DROPZONE -----------------------*/
.file-preview .fileinput-remove {
	padding: 10px 5px!important;
	font-weight: 200!important;
}
.file-drop-zone {
	border: none!important;
	margin: 0px!important;
}

.file-drop-zone-title {
	font-size: 16px!important;
    padding: 55px 10px!important;
    cursor: default!important;
}
.file-preview {
	margin-bottom: 20px!important;
}

.krajee-default.file-preview-frame {
	height: 133px!important;
	overflow: hidden!important;
	box-shadow: none!important;
	margin: 0px;
	border: none;
	padding: 0px;
}

/* ----------------- SIDEBAR -----------------------*/
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -18rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
	padding: 14px 0px 10px 10px;
    font-size: 1.2rem;
    background-color: #00bccf;
    min-height: 105px;
	margin-left: -20px;
}

#sidebar-wrapper .list-group {
  width: 280px;
}

#page-content-wrapper {
  min-width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

.list-group-flush>.list-group-item.nav {
padding: 0.75rem 1.25rem;
    margin: 5px 10px;
    border-bottom: none;
    max-width: 230px;
    position: relative;
    left: 25px;
    top: 15px;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	border-radius: 5px;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important;
    background-color: #00c5d6;
    padding: 28px;
}


@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: -20px;
  }

#page-content-wrapper {
    min-width: 100vh;
    width: 100%;
}

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -280px;
  }
	
.navbar-teal {
	background-color: #00bccf!important;
	min-height: 105px;
}
	
#sidebar-wrapper .list-group {
  margin-left: 0px;
}

}

.progress{
  	height: 0.5rem!important;
	margin-bottom: 20px;;
}
.bg-success {
	background-color: #00d4be!important;
}

.bg-danger {
	background-color: #e24051!important;
}

.btn-link {
	color: #00bccf;
}

.dni {
	max-width: 80%;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	background-color: red;
	border-color: red;
}

@media (max-width:768px) {
.container .card-main {
    max-width: 100%;
    flex-direction: column;
    height: auto;
}
.icono2 {
	height: 100px;
    width: 100px;
    top: -260px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
}	
.card-header2 {	
	margin: 0px;
    padding: 60px 20px 20px 20px;
    text-align: center;
}
.card-content2 {
	padding: 20px 20px;
	top: -100px;
}
.g-recaptcha {
	margin-left: -5px;
}
.card-registrate2 {
	font-size: 14px;
	margin-top: 20px;
}	
.pl-5 {padding-left:0px!important;}	
.mt-n2 {margin-top: 0px!important;}
.inputText:disabled {margin-top: 0px;}
.form-group {margin-bottom: 30px;}
.h3, h3 {font-size: 0.95rem;}
	
.btn-circle {
    border-radius: 50px;
    width: 40px!important;
    height: 40px!important;
    position: relative;
    top: -20px!important;
    box-shadow: none;
    background-color: #e3e7ea;
    color: #959fa5!important;
    border: 0px;
    padding: 12px;
    font-size: 16px;
    margin-bottom: -24px;
    line-height: 0px;
	}
	.form-control:disabled, .form-control[readonly] {
		font-size: 10px!important;
	}
	
.container {
	display: block!important;
    margin: 0px!important;
    padding: 0px!important;
}
.container .card-main {
	max-width: 300px;
	flex-direction: column;
	height: auto;
	margin: 15px;
}
.container .card-main .imgBx {
	position: relative;	
}
.container .card-main .imgBx,
.container .card-main:hover .imgBx {
	width: 100%;
	height: 200px;
	left: 0;
}
.container .card-main .imgBx,
.container .card-main:hover .imgBx img {
	max-width: 100%;
}	
.container .card-main .content {
	position: relative;	
	width: 100%;
}
.card-registrate {
	padding: 10px;	
	margin-top: 0px;
	margin-left: 0px!important;
}
.icono {
	left: -50px;
    top: 0px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
	    visibility: hidden;
}
.card-content {
	text-align: center;
}

.card-content-home {
    position: relative;
    bottom: 0px;
    left: 0px;
    margin-bottom: -80px!important;
    top: -85px;
}
.h1, h1 {font-size: 1.5rem;}
.h2, h2 {font-size: 1.5rem;}
	
.card-steps {
	padding: 40px;
	margin-bottom: 40px;
    margin-top: 0px;
}
.table-responsive {
	display: block;
}
.card-usuario {
	margin-left: 0px!important;
}
	
.mobile {
    display: none;
}
	
.physical_person_section {	
	margin-top: 10px;
}
.dni {
	max-width: 95%;
}
.logo-footer {
	width: 220px!important;
}
	.hidden-xs {display: none;}	
}