#btnRuser i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 27px;
    margin-top: 0;
    margin-left: 10px;
}

#btnLeftMenu i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 27px;
    margin-top: 0;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.navicon-left {
    background-color: black !important;
    text-align: left;
    justify-content: left;
    z-index: 100;
    position: static;
    box-sizing: inherit;
}

.navicon-right {
    background-color: black !important;
    align-items: flex-end;
    justify-content: right;
    z-index: 100;
    position: static;
}

.navicon-middle {
    background-color: black !important;
    align-items: flex-end;
    justify-content: center;
    z-index: 100;
    position: static;
}

.logo-mattes {
    max-width: 85px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    justify-content: center;
}

.tab {
    width: 100%;
    background-color: #fff;
    border-color: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f00d";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2132f9;
}

input:checked+.slider {
    background-color: #006425;
}

input:focus+.slider {
    box-shadow: 0 0 1px #006425;
}

input:checked+.slider:before {
    content: "\f00c";
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 650px;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(33, 140, 230, 10);
    border-radius: 3px;
    transition: 0.2s;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(33, 140, 230, 0.6);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.mt-100 {
    margin-top: 100px;
}

.mb-md-400 {
    margin-bottom: 400px;
}

.mb-540 {
    margin-bottom: 540px;
}

.tab {
    width: 100%;
    background-color: #fff;
    border: transparent;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.datos-propietario .tablinks {
    background-color: white !important;
    color: var(--mattes);
    border: 1px solid #0088F7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@media(min-width:768px) {
    .datos-propietario .tablinks {
        border-right: 1px solid #0088F7;
        border-left: 1px solid #0088F7;
        border-top: 1px solid #0088F7;
        border-bottom: 1px solid transparent;
    }
    .tab {
        border-bottom: 1px solid var(--mattes);
    }
}

.datos-propietario .tab {
    border-bottom: 1px solid #0088F7;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.datos-propietario .tabcontent {
    border: none;
}

.datos-propietario .tablinks.active,
.datos-propietario .tablinks:hover {
    background-color: #0088F7 !important;
    color: white;
}

.datos-personales,
.datos-bancarios,
.datos-fiscales,
.notificaciones {
    color: var(--mattes);
    font-family: "Gothicb";
    text-decoration: underline;
}

@media(min-width:576px) {
    .datos-personales,
    .datos-bancarios,
    .datos-fiscales,
    .notificaciones {
        text-decoration: none;
    }
    .datos-personales::after,
    .datos-personales::before,
    .datos-bancarios::after,
    .datos-bancarios::before,
    .datos-fiscales::after,
    .datos-fiscales::before,
    .notificaciones::after,
    .notificaciones::before {
        content: ' ';
        position: absolute;
        width: 120px;
        height: 2px;
        background-color: currentcolor;
        top: 0.6em;
    }
    .datos-personales::before {
        left: -20px;
    }
    .datos-personales::after {
        right: -20px;
    }
    /*DATOS BANCARIOS*/
    .datos-bancarios::before {
        left: 3px;
    }
    .datos-bancarios::after {
        right: 3px;
    }
    /*DATOS FISCALES*/
    .datos-fiscales::before {
        left: 17px;
    }
    .datos-fiscales::after {
        right: 17px;
    }
    /*NOTIFICACIONES*/
    .notificaciones::before {
        left: 12px;
    }
    .notificaciones::after {
        right: 12px;
    }
    .mb-sm-480 {
        margin-bottom: 480px;
    }
}

@media(min-width:768px) {
    .datos-personales::before {
        left: 70px;
    }
    .datos-personales::after {
        right: 70px;
    }
    /*DATOS BANCARIOS*/
    .datos-bancarios::before {
        left: 90px;
    }
    .datos-bancarios::after {
        right: 90px;
    }
    /*DATOS FISCALES*/
    .datos-fiscales::before {
        left: 104px;
    }
    .datos-fiscales::after {
        right: 104px;
    }
    /*NOTIFICACIONES*/
    .notificaciones::before {
        left: 102px;
    }
    .notificaciones::after {
        right: 102px;
    }
    .mb-md-455 {
        margin-bottom: 455px;
    }
}

@media(min-width:992px) {
    .datos-personales::before {
        left: 190px;
    }
    .datos-personales::after {
        right: 190px;
    }
    /*DATOS BANCARIOS*/
    .datos-bancarios::before {
        left: 210px;
    }
    .datos-bancarios::after {
        right: 210px;
    }
    /*DATOS FISCALES*/
    .datos-fiscales::before {
        left: 225px;
    }
    .datos-fiscales::after {
        right: 225px;
    }
    /*NOTIFICACIONES*/
    .notificaciones::before {
        left: 222px;
    }
    .notificaciones::after {
        right: 222px;
    }
    .mb-lg-380 {
        margin-bottom: 380px !important;
    }
}

@media(min-width:1200px) {
    .datos-personales::before {
        left: 280px;
    }
    .datos-personales::after {
        right: 280px;
    }
    /*DATOS BANCARIOS*/
    .datos-bancarios::before {
        left: 300px;
    }
    .datos-bancarios::after {
        right: 300px;
    }
    /*DATOS FISCALES*/
    .datos-fiscales::before {
        left: 314px;
    }
    .datos-fiscales::after {
        right: 314px;
    }
    /*NOTIFICACIONES*/
    .notificaciones::before {
        left: 312px;
    }
    .notificaciones::after {
        right: 312px;
    }
}


/*Estilos animados a los inputs*/

.form-control,
.dataTables_filter input {
    border-radius: 10px !important;
}

.form__group {
    margin: auto;
    position: relative;
}

.form__input {
    display: block;
    width: 100%;
    background: none;
    color: #000;
    font-size: 18px;
    padding: 8px 12px 8px 5px;
    border: none;
    border: 1px solid #ccc;
}

.form__input:focus {
    outline: none;
    color: #000;
    padding-bottom: 8px;
}

input {
    caret-color: var(--mattes);
}

.form__input:focus+.form__label,
.form__input:not(:placeholder-shown)+.form__label {
    position: absolute;
    top: -23px;
    left: 16px;
    font-size: 18px;
    color: #212529;
    width: 95%;
}

.form__label {
    position: absolute;
    color: #212529;
    font-size: 18px;
    left: 24px;
    top: 6px;
    transition: 0.5s ease all;
    pointer-events: none;
}

input[type=text]:valid:not(:focus):not(:placeholder-shown),
input[type=tel]:valid:not(:focus):not(:placeholder-shown),
input[type=email]:valid:not(:focus):not(:placeholder-shown),
input[type=number]:valid:not(:focus):not(:placeholder-shown) {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border: 1px solid #28a745;
    padding-right: calc(1.5em + .75rem) !important;
}

input[type=text]:invalid:not(:focus):not(:placeholder-shown),
input[type=tel]:invalid:not(:focus):not(:placeholder-shown),
input[type=email]:invalid:not(:focus):not(:placeholder-shown),
input[type=number]:invalid:not(:focus):not(:placeholder-shown) {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border: 1px solid #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
}

input[type=text]:invalid:not(:focus):not(:placeholder-shown)~.requirements,
input[type=tel]:invalid:not(:focus):not(:placeholder-shown)~.requirements,
input[type=email]:invalid:not(:focus):not(:placeholder-shown)~.requirements,
input[type=number]:invalid:not(:focus):not(:placeholder-shown)~.requirements {
    max-height: 200px;
    /* padding: 0 20px 20px 50px; */
}

.requirements {
    color: #999;
    max-height: 0;
    transition: 0.28s;
    overflow: hidden;
    color: red;
    font-family: "Gothici";
}

.badge {
	font-family: "Gothicb";
}

.stepper {
	margin: 0;
	padding: 0;
	border: 1px solid #0088F7;
	display: inline-flex;
	flex-direction: row;
	position: relative;
	list-style: none;
	overflow: hidden;
    border-radius: 10px;
}

.stepper__wrapper {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.stepper__item:first-child .stepper__link {
	padding-left: 20px;
}

.stepper__item:last-child .stepper__link {
	padding-right: 20px;
}

.stepper__link {
	background: white;
	color: black;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	padding: 10px 0 10px 40px;
	position: relative;
}

.stepper__link::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 42%;
    margin-top: -27px;
    left: 100%;
    width: 23px;
    display: block;
    width: 20px;
    height: 65px;
    background-color: #025272;
    border-radius: 0% 80% 80% 0% ;
    z-index: 2;
}

/* .stepper__link::before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
} */


.stepper {
	margin: 0;
	padding: 0;
	border: 1px solid #0088F7;
	display: inline-flex;
	flex-direction: row;
	position: relative;
	list-style: none;
	overflow: hidden;
}

.stepper__wrapper {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.stepper__item:first-child .stepper__link {
	padding-left: 20px;
}

.stepper__item:last-child .stepper__link {
	padding-right: 20px;
}

.stepper__link {
	background: white;
	color: black;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	padding: 10px 0 10px 40px;
	position: relative;
}



.stepper__link:hover {
	background-color: white;
	color: #000;
}

.stepper__link:hover::after {
	border-left-color: white;
}

.stepper__link--active, .stepper__link--active:hover {
	background-color: #025272;
	color: #fff;
}

.stepper__link--active::after, .stepper__link--active:hover::after {
	border-left-color: #0088F7;
}

.stepper__link--done {
	background-color: white;
	color: #000;
}

.stepper__link--done::after {
	border-left-color: white;
}

.stepper__link--done .fa-check {
	color: #05c305;
}

.stepper__wrapper a:hover{
    text-decoration: none;
    cursor: default;
}

.stepper__link--disabled, .stepper__link--disabled:hover {
	background-color: #ccc;
	color: #333;
}

.stepper__link--disabled::after, .stepper__link--disabled:hover::after {
	border-left-color: #ccc;
}  

.detalle-prop{
    color: var(--mattes);
    font-family: "Gothicb";
    text-decoration: underline;
}

@media(min-width:576px) {
    .detalle-prop {
        text-decoration: none;
    }
    .detalle-prop::after,
    .detalle-prop::before {
        content: ' ';
        position: absolute;
        width: 80px;
        height: 3px;
        background-color: currentcolor;
        top:1.5rem;
    }
    .detalle-prop::before {
        left: 2px;
    }
    .detalle-prop::after {
        right: 2px;
    }
}

@media(min-width:768px) {
    .detalle-prop::after,
    .detalle-prop::before {
        width: 120px;
    }
    .detalle-prop::before {
        left: 50px;
    }
    .detalle-prop::after {
        right: 50px;
    }
}

@media(min-width:992px) {
    .detalle-prop::before {
        left: 95px;
    }
    .detalle-prop::after {
        right: 95px;
    }
}

@media(min-width:1200px) {
    .detalle-prop::before {
        left: 165px;
    }
    .detalle-prop::after {
        right: 165px;
    }
}