body,
form,
fieldset,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    /* margin: 0;
    padding: 0; */
}

.container-logo {
    display: flex;
    gap: 0.5rem;
    align-items: center;

}

.img-logo {
    /* width: 110px; */
    height: 90px;
}

.h1-title {
    color: #12345A;
    font-size: 2.5rem;
}

.container-guaynabo {

    padding: 1rem 0rem;
    background-color: #ffffff;
}

.p-alcaldia {
    color: #898989;
    padding-right: 0.5rem;

}

.icon-facebook {
    border-top: 6px solid #3B5998;
    display: flex;
    align-items: center;
    text-align: center;
}

.icon-facebook:hover {
    color: white;
    background-color: #3B5998;
}

.icon-twitter {
    border-top: 6px solid #55ACEE;
    display: flex;
    align-items: center;
    text-align: center;
}

.icon-twitter:hover {
    color: white;
    background-color: #55ACEE;
}

.icon-youtube {
    border-top: 6px solid #CC181E;
    display: flex;
    align-items: center;
    text-align: center;
}

.icon-youtube:hover {
    color: white;
    background-color: #CC181E;
}

.icon-instagram {
    border-top: 6px solid #3B5998;
    display: flex;
    align-items: center;
    text-align: center;
}

.icon-instagram:hover {
    color: white;
    background-color: #3B5998;
}

.container-icons {
    display: flex;
    height: 38px;
    color: #898989;
    align-content: flex-start;
}

.icon {
    font-size: 1.2rem;
    width: 1.8rem;

}

.container-right-header {
    display: flex;
    align-items: center;

}

.container-header {
    display: flex;
    justify-content: space-between;

}

.container-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: 1em;
}


.header {
    background: #FFFFFF;
    position: relative;
    z-index: 99;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 1.5px solid #DADADA;
}

.flex-item {
    flex: 1;
    /* Ocupa todo el espacio disponible */
}

.select-container {
    border: 2px solid #000;
    font-size: 18px;
    cursor: pointer;
    border-radius: 25px;
    padding-left: 1rem;
}

.custom-select {
    width: 7rem;
    padding: 10px;
    font-size: 16px;
    border: none;
    background-color: white;
    color: #333;
    cursor: pointer;
    border-radius: 25px;
}

.custom-select:focus {
    border-color: #0056b3;
    outline: none;
}

.container-select-idioma {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.container-main {
    background-color: #fff;

}

.footer {
    background-color: #316C8E;
    color: #fff;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap
}

.title-footer {
    font-size: 2rem;
}

.list-footer {
    list-style: none;
    margin-top: 1rem;

}

.list-footer li {
    padding-top: 0.5rem;
}

.list-footer span {
    font-weight: bolder;

}

@media only screen and (min-width: 290px) and (max-width: 680px) {
    .h1-title {
        font-size: 1.5rem;
    }

    .container-right {
        display: none;
    }
}

.container-right-header a {
    color: #898989 !important;
}

.container-right-header a:hover {
    color: white !important;
}