.footer-content {
    padding: 20px 60px 0px 60px;
}
.bg-footer {
    background: #055B31;
    color: #fff;
    font-family: 'Open Sans' !important;

}
.footer-title {
    display: inline-block;
    font-family:  'Noto Sans', 'Segoe UI', sans-serif; 
    font-weight: 700; 
    font-size: 1.7rem; 
    vertical-align: bottom;
}
.icon-like {
    width: 45px;
}
.img-sanjose {
    width: 200px;
}
.logo-instagram {
    width: 20px !important;
    height: 20px !important;
}

.content-instagram {
    margin-top: auto;
    margin-bottom: auto;
}
.title-instagram {
    color: #000;
    text-decoration: none;
}

.location-footer {
    width: 75px;
    height: 75px;
}
.location-text {
    font-family:  'Noto Sans', 'Segoe UI', sans-serif;
    font-size: 1.5rem;
    font-weight: 100;
}

.ul-links {
    min-width: 200px;
    padding: 0 !important;
    margin: 0 !important;

}
.ul-links a {
    font-family:  'Noto Sans', 'Segoe UI', sans-serif;
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    font-size: 1.2rem;
}

.ul-links a:hover {
    color: #fff;
}

.footer-text {
    font-family:  'Noto Sans', 'Segoe UI', sans-serif;
    font-size: 1.2rem;
    font-weight: 100;
}

.footer-title-text {
    padding-left: 1.2rem;
    width: 100%;
}

.footer-title-text p {
    font-family:  'Noto Sans', 'Segoe UI', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 !important;
}



.footer-title-instagram {
    padding: 0;
    margin: 0;
    font-family: 'Poppins'; 
    font-weight: bold; 
    font-size: 1.1rem;
}

.footer-desc-instagram {
    padding: 0;
    margin: 0;
    font-family: 'Arial'; 
    font-size: 1rem;
}

.link-social {
    text-decoration: none;
    color: #aaa;
    margin: 0 2px;
    font-family: 'Arial'; 
    font-size: 1rem;
}

.footer-image-instagram {
    width: 100px;
}

@media only screen and (max-width: 1232px) {
    .footer-title-instagram {
        font-size: 0.9rem;
    }
    
    .footer-desc-instagram {
        font-size: 0.8rem;
    }
    
    .link-social {
        font-size: 0.8rem;
    }   
}
  
@media only screen and (max-width: 1121px) {
    .footer-title-instagram {
        font-size: 0.8rem;
    }
    
    .footer-desc-instagram {
        font-size: 0.8rem;
    }
    
    .link-social {
        font-size: 0.8rem;
    }   
}

@media only screen and (max-width: 992px) {
    .footer-title-instagram {
        font-size: 1.1rem;
    }
    
    .footer-desc-instagram {
        font-size: 1rem;
    }
    
    .link-social {
        font-size: 1rem;
    }
     
}

@media only screen and (max-width: 628px) {
    .footer-title-instagram {
        font-size: 0.9rem;
    }
    
    .footer-desc-instagram {
        font-size: 0.8rem;
    }
    
    .link-social {
        font-size: 0.8rem;
    }
    .footer-image-instagram {
        width: 50px;
    }
    .footer-content {
        padding-left: 70px;
        padding-right: 70px;
    }
    .location-footer {
        width: 60px;
        height: 60px;
    }
    .location-text {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 550px) {
    .footer-title-instagram {
        font-size: 0.7rem;
    }
    
    .footer-desc-instagram {
        font-size: 0.7rem;
    }
    
    .link-social {
        font-size: 0.7rem;
    }
    .footer-image-instagram {
        width: 50px;
    }
    .footer-content {
        padding-left: 35px;
        padding-right: 35px;
    }
    .footer-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    .location-footer {
        width: 46px;
        height: 46px;
    }
    .location-text {
        font-size: 0.9rem;
    }
    .footer-title-text p {
        font-size: 1rem !important;
    }
    .ul-links a {
        font-size: 0.9rem;
    }
    .footer-text {
        font-size: 0.9rem;
    }
}

