@media (max-width: 600px){
.logo-btnMenu {
    width: 100%;
    gap: 10px;
}
.logo-btnMenu .logo{
    margin-right: auto;
}
#button-addon2 i{
    font-size: 20px;
    color: #0C26A3;

}
   footer .info-footer .enlaces-footer li {
            margin-bottom: 20px;
        line-height: 1.2;
}
footer .info-footer .enlaces-footer li.font-weight-bold {
    margin-bottom: 25px;
}
footer .info-footer li a {
    font-size: 14px;
}
footer #ubica li {
    margin-bottom: 15px;
    font-size: 14px;
}
footer .txt-red {
margin-right: auto;
}
ul.list-unstyled.redes1 {
    border-bottom: none;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
}
.ico-red {
    display: flex;
    flex-direction: inherit;
    align-items: flex-start;
    gap: 0px;
}
.redes::after{
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 90%;
        height: 1px;
        background: white;
}
.ico-red ul li a {
    padding: 0px 8px;
}
.ico-red ul li a img {
    width: 35px;
    height: auto;
}
.txt-red p {
    font-size: 1.3rem !important;
    font-weight: 500;
}
.div-ubica h5 {
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 20px;
}
ul#menu-enlaces-de-interes-4 {
           gap: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul#menu-enlaces-de-interes-4 .menu-item:nth-child(1),
ul#menu-enlaces-de-interes-4 .menu-item:nth-child(3)  {
      border-right: solid 1px white;
}
ul#menu-enlaces-de-interes-4 .menu-item {
  
    padding: 0 6px;
    line-height: 1;
}
ul#menu-enlaces-de-interes-4 .menu-item:nth-child(4) a,
ul#menu-enlaces-de-interes-4 .menu-item:nth-child(3) a {
    font-weight: 500;
    text-decoration: underline;
}
.copyrights>a{
        flex-direction: column;
}
.copyrights>a img {
    width: 35%;
}
.div-banner img {
    object-fit: cover;
}
.div-banner {
    height: 260px;
}
section.banner-inicio h1 {
    font-size: 30px;
    line-height: 1;
    text-shadow: 3px -1px 10px #575757;
    text-align: left;
    margin-right: auto;
}
.div-banner .div-content.w-50 {
    width: 100% !important;
}
.banner-inicio .card-img-overlay p{
    text-align: left;
    font-size: 12px;
    margin: 0;
            text-shadow: 3px -1px 10px #575757;
}
}