* {
    height: auto;
}

footer {
    margin-top: 0;
}

section {
    padding-top: 150px;
}

/*map*/
#map-canvas {
    height: 500px;
    width: 100%;
    max-height: 100%;
}

#map-canvas::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: #1e1f28;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

#map-canvas:not(.loaded)>div {
    opacity: .3;
}

#map-canvas.loaded:before {
    content: none;
}

.controls {
    margin-top: 0.6rem;
    margin-left: 0.6rem;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #1e1f28;
    color: #ffffff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
}

#pac-input::placeholder {
    color: #ffffff;
}

.pac-container {
    display: block;
}

.pac-container:after {
    content: none;
}

.pac-icon-marker {
    display: inline-block;
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #515151;
    display: block;
}

.pac-item span {
    font-family: Montserrat;
}

.gm-style .gm-style-iw-c {
    padding: 12px !important;
}

.gm-style .gm-style-iw-c button:focus {
    outline: none;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#logo {
    position: absolute;
    background: #1e1f28 url(/assets/img/nuevos/totalplay-logoWhite.svg) no-repeat center/contain;
    width: 190px;
    height: 80px;
    z-index: 10000000;
    background-size: 100%;
    left: 0;
    bottom: 0;
}