.page-footer{
    background-color: #ececec;
    padding-top: 10px;
}

.iconoRedes{
    font-size: 30px;
    margin: 0px 10px 0px 10px;
}

.fb{
    color: #4267b2;
}

.ig{
    background:linear-gradient(30deg, #f58529,#feda77, #dd2a7b, #8134af, #515bd4);
    -webkit-background-clip: text;
    color: transparent;
}

.yt{
    color: #ff0000;

}

.redesHpe{
    margin-top: 30px;
    margin-bottom: 10px;
}

.terminosFooter{
    margin-top: 20px !important;
}

.copy{
    display: inline-block;
}

.terminosFooter .copy a{
    color: #092c74;
}

.terminosFooter a{
    text-decoration: none;
}

.separadorFooter{
    margin-top: 1rem;
    margin-bottom: .40rem;
    border: 0;
    border-top: 1px solid #092c74;
}

.terminosFooter .copy a{
    color: #092c74;
}

@media (max-width: 375px) {
    .redes{
        display: inherit !important;
    }
    .redesHpe{
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .logoFooter img{
        height: 55px;
        margin-top: 15px;
    }
    .redes{
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .redes{
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .redes{
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .redes{
        display: none;
    }
}

@media (min-width: 1200px){
    .redes{
        display: none;
    }
}