/*.footer {
  
    bottom: 0;
    position: fixed;
    width: 100%;
}*/


/*.content{
    background-color: #2fd5dd;
}*/

/* body{
    background-color: #2fd5dd;
} */

/*[resultados]*/
.resultados-container{
    /* height: 77vh; */
    overflow: overlay;
}

.wrpr-resultados{
    width: 100% !important;
}

/*[mensajes de resultados]*/

.w-form-done{
    margin:16px;
}

.w-form-fail{
    text-align: center !important;
}

/*[eventos]*/
/*SLIDER*/
.event-slide{
    display: inline-block;
}


/*/////*/


.lst-items{
    width: 300px;
    border-radius: 5px;
}
.lst-dropdown{
	display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}

.filtro-corredor {
    width: 300px;
    margin-bottom: 16px;
}

.sr-btn-go {
    padding: 0px 14px 0px 14px;
    outline: none;
}

.race-search-opt {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 50%, 98%, .47) 56%);
    background-image: linear-gradient(180deg, #fff, hsla(0, 50%, 98%, .47) 56%);
    font-family: Saira, sans-serif;
    color: #8d8d8d;
    font-weight: 500;
    text-transform: uppercase;
}


.nav-content {
    width: 80%;
    float: right;
    height: 50%;
}

@media (max-width: 479px){
	.lst-items,.filtro-corredor,.sr-btn-go {
    	width: 100%;
	}

}
