.title-page-prov {
    color: #00bbec;
    font-size: 1.9em;
}

.text-content {
    color: #0063ab;
    margin-top: 25px;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.address-city {
    color: #0063ab;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.select-input {
    padding: 10px 10px;
    line-height: 46px;
    border-radius: 6px;
    font-size: 18px;
    border: 1px solid #ccc;
    width: 100%;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.container-check {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.select-input:focus {
    border-color: 1px solid #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.checkbox-input {
    line-height: normal;
    width: 17px;
    height: 17px;
}

.label-check {
    color: #0063ab;
    font-size: 16px;
    font-weight: 700;
    margin: 3px 3px;
}

.form-action {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.select-ciudad {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.card {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.card-header {
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #00bbec;
}

.card-title {
    font-size: 19px;
    color: white;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.item-description {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    margin: 10px 0px;
}

.subtitle {
    font-size: 16px;
    color: white;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

.name-city {
    color: #ffb259; /*#00bbec*/
    font-size: 18px;
    font-weight: 700;
    margin: 12px 0px;
}

.address-city {
    font-size: 16px;
    max-width: 450px;
    margin: 0 0 10px 0;
}

.item-info-contact {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.phone {
    color: #00bbec;
    font-size: 16px;
    font-weight: 500;
}

    .phone:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.button-map {
    background-color: #ffb259;
    border: none;
    cursor: pointer;
    color: white;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 900;
    border-color: #ffb259;
    transition: background-color .1s ease-in;
}

    .button-map:hover {
        background-color: #018caf; /*#ff7f27;*/
    }


.overlay-custom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */
    z-index: 3000;
}

.modal-custom {
    max-width: 1200px;
    min-width: 200px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 3001;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.title-modal {
    font-size: 20px;
    font-weight: 700;
    color: #00bbec;
}


.content-marker {
    display: flex;
    min-width: 350px;
    flex-direction: column;
    gap: 3px;
    padding: 10px 15px;
}

.subtitle-marker {
    color: #00bbec;
    font-size: 18px;
    margin: 0;
}

.content-modal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10;
}

.card-marker {
    padding: 10px 15px;
    background-color: #c5eaf3;
    border-radius: 6px;
    height: auto;
}

.container-prov {
    /* max-width: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;*/
    margin: 15px;
}

.flex-modal {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
}

.tam-map {
    width: 770px;
    height: 600px;
}

@media screen and (max-width: 950px) {
    .flex-modal {
        flex-direction: column;
    }

    .tam-map {
        width: 370px !important;
        height: 200px !important;
    }

    #mapa {
        width: 370px !important;
        height: 300px !important;
    }
}
