footer{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #2D2D2D; 
    background-color: #EAEDEF; 
    position: relative;
    clear: both;
    margin-top: -1px;
}

footer .text-titulo-help {
    color: #ddd;
    font-size: 14px;
    letter-spacing: normal;
    font-variant:normal;
    border-bottom: none !important;
}

footer .text-contacto {
    color: #ddd;
    font-size: 11px;
    letter-spacing: normal;
    margin-bottom: 0;
}

footer .f-contacto .media-body{
    vertical-align: middle;
}

footer a,
footer a:hover,
footer a:focus {
    color: #FFF;
    text-decoration: none;
}

footer .footer-title {
  font-size: 14px;
  margin-right: 10px;
}

.hr-social-footer{
    border-top:1px solid #999;
}

.media-left .fa-stack-1x {
    color: #fff; 
}

.media-left .fa-envelope-background {
    color: #fb3a31;
}

.media-left .fa-phone-background {
    color: #fb3a31;
}

.media-left .fa-whatsapp-background {
    color: #fb3a31;
}

.media-left .fa-skype-background {
    color: #fb3a31;
}

.media {
    margin-top: 0;
}

.fa-2x {
    font-size: 1.5em !important;
}

.contact-section {
    margin-top: 30px;
}

.footer-logo {
    max-height: 70px;
    max-width: 100%;
    margin-bottom: 1rem;
}

footer p {
    font-size: 10.5px;
    color: #5B5A5E;
}

footer .copyright {
    font-size: 12px;
    padding-top: 1rem;
    font-weight: bold;
}

footer .media-body{
    padding-left: 15px;
}

footer .media-body a {
    color: #fff; 
}

footer .f-contacto .media {
    margin-top: 12px;
    font-size: 11px;
    letter-spacing: normal;
}

footer .f-contacto {
    color: #5B5A5E;
}

footer .f-contacto .media a {
    text-decoration: none;
    color: #DDD;
}

footer .f-contacto .media-body strong {
    color: #DDD;
}

footer address{
    text-align: center;
    font-size: 12px;
}

.logo-sp.f-contacto{
    width: 190px; 
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .logo-sp.f-contacto{
        width: 100%; 
        display: block;
    }

    .contact-section {
        padding-left: 0px;
        padding-right: 0px; 
    }

    .footer-logo {
        margin-left: 0px;
    }

    .f-contacto {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pgh_footer {
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    #img_logo_desarrollo {
        width: 170px;
    }
}

@media (max-width:767px) {
    footer .f-text {
        text-align: center; 
    }

    footer .media-logo {
        text-align: center !important;
    }
    
}