@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5;
}

div#spinner {
    position: absolute;
    background: url("img/spinner-1.gif") no-repeat;
    margin: -300px -450px;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 600px;
    z-index: 501;
    visibility: hidden;
}

div#map {
    width: 100%;
    height: 100%;
    position: absolute;
}

div#container {
    position: absolute;
    width: 100%;
    background-color: #cccccc;
    z-index: 500;
}

div#search {
    background-color: transparent;
    position: absolute;
    margin: 0 10%;
    width: 35%;
    height: auto;
    text-align: center;
    padding-top: 30px;
    z-index: 500;
}

div#search input {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    background-color: white;
    border: none;
    font-size: 15px;
    padding: 0 20px;
    transition: border linear .2s, box-shadow linear .2s;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}

div#results {
    font-style: sans-serif;
    color: black;
    font-size: 75%;
    text-align: -webkit-center;
}

div#searchRegion {
    background-color: transparent;
    position: absolute;
    margin-left: 50%;
    margin-right: 10%;
    width: 35%;
    height: auto;
    text-align: center;
    padding-top: 30px;
    z-index: 500;
}

div#searchRegion input {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    background-color: white;
    border: none;
    font-size: 15px;
    padding: 0 20px;
    transition: border linear .2s, box-shadow linear .2s;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}

div#regiones {
    font-style: sans-serif;
    color: black;
    font-size: 75%;
    text-align: -webkit-center;
}

.my-new-list {
    width: 100%;
    /* white-space: nowrap; */
    background: white;
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    padding: 0;
    text-align: justify;
    list-style-type: none;
}

.lista {
    cursor: pointer;
    position: relative;
}

.lista:hover {
    background-color: #EDEDED;
}

#search hr {
    position: absolute;
    border: .5px solid lightgray;
    height: 30px;
    top: 30px;
    right: 60px;
}

#searchRegion hr {
    position: absolute;
    border: .5px solid lightgray;
    height: 30px;
    top: 30px;
    right: 60px;
}

.ico-location {
    background: url("location.svg") no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 45px;
    right: 80px;
    cursor: pointer;
}

.ico-location:hover {
    background: url("locationhover.svg") no-repeat;
}

.ico-search:hover {
    background: url("searchover.svg") no-repeat;
}

.ico-search {
    background: url("search.svg") no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 45px;
    right: 25px;
    cursor: pointer;
}

.ico-searchRegiones {
    background: url("arrow_down.svg") no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 45px;
    right: 25px;
    cursor: pointer;
}

.ico-searchubication {
    width: 20px;
    position: absolute;
    height: 20px;
    background: url('search-ubication.svg') no-repeat;
    background-size: cover;
    line-height: 170px;
    vertical-align: middle;
    top: 20px;
    display: flex;
    left: 10px;
}

#regiones .ico-searchubication {
    top: 10px;
}

#results .lista p {
    color: #8C8C8C;
    padding: 20px 20px 20px 40px;
    margin: 0;
}

#results .lista p span {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

#regiones .lista p {
    color: #8C8C8C;
    padding: 10px 20px 10px 40px;
    margin: 0;
}

.no-results {
    background: #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    letter-spacing: 1px;
    padding: 20px;
}

.box_left_bottom {
    position: fixed;
    z-index: 600;
    bottom: 20px;
    left: 20px;
}

.overText {
    width: 160px;
    background-color: rgba(11, 74, 101, .6);
    border-radius: 6px;
    padding: 10px 14px 10px 20px;
    color: #fff;
    box-sizing: border-box;
}

.overText p {
    font-size: 13px;
    margin: 0;
    font-family: "Roboto",arial,sans-serif;
    line-height: 18px;
}

.overText a.link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.overText a.btn {
    color: #019df4;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: block;
    background: #fff;
    text-align: center;
    padding: 6px 5px;
    margin-top: 8px;
    margin-right: 6px;
    border-radius: 30px;
}
