/*Lineas a lado de la palabra registrate*/
.registrate::after,
.registrate::before {
    content: ' ';
    position: absolute;
    width: 120px;
    height: 3px;
    background-color: currentcolor;
    top: 0.6em;
}

.registrate::before {
    left: -130px;
}

.registrate::after {
    right: -130px;
}

/*Estilos al predictivo del catalogo de universidades*/
.clear {
    clear: both !important;
    margin-top: 20px !important;
}

#searchResult {
    list-style: none !important;
    padding: 0px !important;
    width: 250px !important;
    position: absolute !important;
    margin-top: 10px !important;
    min-width: 100%;
    z-index: 9999;
    overflow-y: scroll;
    transition: all .5s ease;
    
    overflow-y: auto;    
}

#searchResult:hover {
    overflow-y: auto;
    height: 300px;
}

#searchResult li {
    background-color: var(--mattes) !important;
    color: var(--blanco);
    padding: 4px !important;
    margin-bottom: 1px !important;
}

#searchResult li:nth-child(even) {
    background-color: var(--blanco) !important;
    color: var(--mattes) !important;
}

#searchResult li:hover {
    cursor: pointer !important;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
}

.fa-cc-mastercard,
.fa-cc-visa,
.fa-cc-amex,
.fa-cc-paypal{
    color: var(--mattes);
    cursor: pointer;
}

.detalle-renta{
    color: var(--mattes);
    font-family: 'Gothicb';
}

.img-con {
    width: 30% !important;
    height: 30% !important;
}


.img-can {
    width: 30% !important;
    height: 30% !important;
}

.propiedad{
    color: #2b60f1;
    text-decoration: underline;
    font-family: "Gothicb";
	visibility: visible;
    cursor: pointer;
}

.btn-res {
    margin-right: 7px !important;
}

.form-control,
.dataTables_filter input,
.modal-content {
    border-radius: 10px !important;
}
.modal-header{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

th:first-child { 
    border-top-left-radius: 10px; 
}
th:last-child {   
    border-top-right-radius: 10px; 
}

table.dataTable.no-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*Estilos animados a los inputs*/
.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),
input[type=date]:valid:not(:focus):not(:placeholder-shown),
select:valid:not(:focus):not(:placeholder-shown),
textarea: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),
textarea: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,
textarea:invalid:not(:focus):not(:placeholder-shown)~.requirements {
    max-height: 200px;
}

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

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

@media(min-width:576px){
    .stepper {
        margin: 0;
        padding: 0;
        border: 1px solid #025272;
        display: inline-flex;
        flex-direction: row;
        position: relative;
        list-style: none;
        overflow: hidden;
        background-color: #ccc;
    } 
}
.stepper__wrapper {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

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

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

.stepper__item .badge {
    color: black;
}

.stepper__link {
	background: #ccc;
	color: black;
	display: flex;
    justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	position: relative;
    border-right: 1px solid #025272;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
}

@media(min-width:576px){
    .stepper__link {
        padding: 2px 10px 2px 10px;        
	    flex-direction: column;
    }
}
 .stepper__link::after {
	content: " ";
	display: block;
	position: absolute;
	top: 42%;
    margin-top: -27px;
    left: 100%;
    width: 23px;
    display: block;
    width: 20px;
    height: 65px;
    border-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__icon {
	margin-bottom: 10px;
} */

/* .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: #025272;
}

/* .stepper__link--done {
	background-color: #ccc;
	color: #000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} 

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

.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;
} 