#searchResult {
    list-style: none !important;
    padding: 0px !important;
    width: 250px !important;
    position: absolute !important;
    margin-top: 3px !important;
    min-width: 100%;
    z-index: 999;
    overflow-y: auto;
}

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

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

.clear {
    clear: both !important;
    margin-top: 20px !important;
}

/*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";
}

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

@media(min-width:576px) {
    .prop-ubi {
        text-decoration: none;
    }   

    .prop-ubi::after,
    .prop-ubi::before {
        content: ' ';
        position: absolute;
        width: 80px;
        height: 3px;
        background-color: currentcolor;
        top:2.5rem;
    }
   
    .prop-ubi::before {
        left: 5px;
    }
    .prop-ubi::after {
        right: 5px;
    }
}

@media(min-width:768px) {
    .prop-ubi::before {
        left: 90px;
    }
    .prop-ubi::after {
        right: 90px;
    }
}

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

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

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

.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{
        flex-direction: row;
        /* background-color: #ccc; */
    } 
}
.stepper__wrapper {
	display: flex;
	justify-content: center;
	margin-top: 50px;
    background-color: #025272;
    border-radius: 10px;
}

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

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

.stepper__item .badge {
    color: black;
}

.stepper__item_active{
    border-right: 1px solid white;
    border-radius: 10px;
}

.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__wrapper a:hover{
    text-decoration: none;
    cursor: default;
}

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

@media(min-width:992px){
    .ml-5-5{
        margin-left: 4rem !important;
    }
    .mt-lg-60{
        margin-top: 60px !important;
    }
}


