.cnt-maps {
    padding: 40px 20px 20px;
    /* max-width: 1300px; */
    margin: 0 auto;
    margin-top: 74px;
    max-width: 1300px;
}

.titulo-maps {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    display: flex;
}

.titulo-maps:hover {
    color: #2f4f4f;
    transform: translateY(-2px);
}

.busqueda-maps {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 1300px;
    /* margin: 0 auto; */
    margin-bottom: 30px;
}

.inputbox-maps {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 15px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    min-width: 200px;
}

.inputbox-maps:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.inputbox-maps:focus-within {
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15); */
    background: #fff;
}

.inputbox-maps i {
    transition: all 0.3s ease;
}

.inputbox-maps:focus-within i {
    color: #2f4f4f;
}

.inputbox-maps input {
    border: none;
    outline: none;
    background: transparent;
    margin-left: 10px;
    width: 100%;
    transition: all 0.3s ease;
}

.inputbox-maps input::placeholder {
    transition: opacity 0.3s ease;
}

.inputbox-maps input:focus::placeholder {
    opacity: 0.5;
}

.botongeo-maps {
    background: black;
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.botongeo-maps:hover {
    background: #2f4f4f;
    transform: translateY(-2px);
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.botongeo-maps:active {
    transform: translateY(0);
}

.botongeo-maps i {
    transition: transform 0.3s ease;
}

.botongeo-maps:hover i {
    transform: rotate(45deg);
}

.mapa-maps {
    background: #d8d8d8;
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    max-width: 1800px;
}

.mapa-maps:hover {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.pin-maps {
    position: absolute;
    color: #2f4f4f;
    font-size: 20px;
}

#mapa-maps-container {
    height: 500px;
    width: 100%;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.pac-container {
    z-index: 10000 !important;
    border-radius: 8px !important;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important; */
}

.pac-item {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    font-family: 'Arial', sans-serif;
}

.pac-item:hover {
    background-color: #f5f5f5;
}

.pac-item-query {
    font-size: 14px;
    color: #333;
}

.gm-style-iw-chr {
    display: none !important;
}

.gm-style .gm-style-iw-d {
    padding-top: 10px !important;
}

@media (max-width: 768px) {
    #mapa-maps-container {
        height: 400px;
    }
}

@media (max-width: 480px) {
    #mapa-maps-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .busqueda-maps {
        flex-direction: column;
    }

    .inputbox-maps {
        width: 100%;
    }

    .botongeo-maps {
        width: 100%;
        justify-content: center;
    }

    .mapa-maps {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .cnt-maps {
        padding: 30px 15px;
        margin-top: 60px;
    }

    .titulo-maps {
        font-size: 20px;
    }

    .mapa-maps {
        height: 50vh;
    }
}

.radio-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    flex-wrap: wrap;
}

.radio-control {
    flex: 1;
    min-width: 300px;
}

.radio-control label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #3f625b;
    font-size: 14px;
}

#radio-value {
    font-weight: 700;
    color: #2f4f4f;
    font-size: 16px;
}

.radio-slider {
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #ddd;
    outline: none;
    margin: 15px 0 10px;
    -webkit-appearance: none;
}

.radio-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3f625b;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.radio-slider::-webkit-slider-thumb:hover {
    background: #2f4f4f;
    transform: scale(1.1);
}

.radio-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3f625b;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.radio-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

.boton-aplicar {
    background: #3f625b;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.boton-aplicar:hover {
    background: #2f4f4f;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(63, 98, 91, 0.3);
}

.boton-aplicar:active {
    transform: translateY(0);
}

.radio-circle {
    stroke: #3f625b;
    stroke-width: 2;
    stroke-dasharray: 5, 5;
    fill: rgba(63, 98, 91, 0.1);
}

@media (max-width: 768px) {
    .radio-container {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .radio-control {
        min-width: auto;
    }

    .boton-aplicar {
        justify-content: center;
    }
}

.notificacion-maps {
    position: fixed;
    top: 100px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideInRight 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.notificacion-maps.success {
    background: #4CAF50;
}

.notificacion-maps.error {
    background: #f44336;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}