@charset "utf-8";
.footer_container {}

.footer {
    color: #5f5f5f;
    background: #fff;
    width: 100%;
    padding-bottom: 1px;
    font-family: telefonica-regular;
    border-top: 1px solid #e4e4e4;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 70px;
}

.footer .container {
    padding: 0;
}

.footer a {
    color: #00a9e0;
}

.footer a:hover {
    color: #4dc3e9;
}

.modal-header button.close,
button.close {
    opacity: 1;
    text-shadow: 0 0px 0 #fff;
    filter: alpha(opacity=100);
    font-family: telefonica-regular;
    font-size: 33px;
    font-weight: normal;
    line-height: 18px;
    -webkit-border-radius: 78px;
    -moz-border-radius: 78px;
    border-radius: 78px;
    border: 2px solid;
    padding: 8px;
    color: #00a9e0;
    outline: 0;
    margin: 6px 6px 0px 0px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
}

.modal-content {
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    font-size: 14px;
    -webkit-box-shadow: 0 0px 14px rgba(0, 0, 0, .5);
    box-shadow: 0 0px 14px rgba(0, 0, 0, .5);
}

.modal-content h3 {
    font-size: 1.75rem;
    padding-top: 30px;
    margin-bottom: 19px;
}

.modal-header {
    border-bottom: 0px solid #e9ecef;
}

.footer .certificado-seguridad {
    align-self: center;
}

@media (max-width: 992px) {
    .footer .d-flex {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .modal.left .modal-content .modal-body {
        overflow-y: auto;
        padding: 0;
    }
    .line-promo,
    .brand_block .line {
        padding: 10px 15px 0 15px;
    }
    .filter_title {
        padding: 0 15px;
    }
    .marca_prev {
        left: 11px;
    }
    .marca_next {
        right: 11px;
    }
    #filtro-modal .modal-footer {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .footer .d-flex {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer .certificado-seguridad {
        order: 2;
    }
    .footer {
        height: 140px;
    }
    .footer .telefonica {
        text-align: center;
        padding: 15px 0;
    }
    .footer .funcionamiento {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}