body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}
h1, h2, h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
h4, h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
#header-logo-equifax {
    margin-left: 3rem;
}
#header-text-dicom {
    margin-left: 3rem;
    margin-right: 3rem;
}
#epmTopLogos {
    margin-left: 10px;
    margin-right: 0;
}
#img-logo-efx {
    margin-top: 30px;
    max-width: 100%;
}
#title-dicom {
    margin-top: 25px;
}
#equifax-recommendations-panel {
    height: 203px;
    margin-bottom: 55px
}
.equifax-recommendations-panel-item-title {
    margin-top: 20px;
}
.containerAuditoria {
    background-color: #E7E7E7;
    padding: 15px;
    margin-top: 5px;
}
.span-color-prospeccion {
    color: #e70033
}
.span-color-ventas {
    color: #0093c9
}
.span-color-seguimiento {
    color: #3fae29
}
.span-color-cobranza {
    color: #94348c
}
.color-portal {
    color: #981e32;
}

.color-portal a {
    color: #981e32;
    text-decoration: underline;
}

.color-portal a:hover {
    color: #711624;
}

.application-product-link {
    color: #981e32;
    text-decoration: underline;
}
.application-product-link:hover {
    color: #711624;
    cursor: pointer;
}
.navbar-link-user-item {
    color: #981e32;
    cursor: pointer;
}

.contenedor-imagen-js {
    position: relative;
    width: 275px;
    height: 360px;
    cursor: pointer;
    overflow: hidden;
}

.contenedor-imagen-js .imagen-default,
.contenedor-imagen-js .imagen-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.contenedor-imagen-js .texto-superpuesto {
    position: absolute;
    z-index: 10;
    top: 10px; left: 10px; width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.contenedor-imagen-js .texto-superpuesto h3 {
    margin-bottom: 0.5rem;
    font-size: 1.50rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.86);
}

.contenedor-imagen-js .texto-superpuesto p {
    margin: 0;
    color: black;
    font-size: 0.80rem;
}

.imagen-max {
    max-width: 275px;
    max-height: 360px;
}

.contenedor-imagen-js.hover-activo .imagen-default {
    opacity: 0;
    transform: scale(1.1);
}

.contenedor-imagen-js.hover-activo .texto-superpuesto {
    color: #ffffff;
    transform: scale(0.95);
}

.contenedor-imagen-js.hover-activo span {
    color: #ffffff;
    transform: scale(0.95);
}
.panel-sucursal {
    margin-bottom: 20px;
}
.header-user-client-tag {
    font-size: 0.8rem;
}
.app-product-image-overlay-title {
    padding-top: 40px;
}

@media (min-width: 450px) {
    .app-product-image-overlay-title {
        padding-top: 190px;
    }
}


@media (min-width: 768px) {
    .app-product-image-overlay-title {
        padding-top: 70px;
        font-size: 1rem;
    }
}

@media (min-width: 1024px) {
    .app-product-image-overlay-title {
        padding-top: 98px;
    }
}

@media (max-width: 570px) {
    .hide-on-width-600 {
        display: none;
    }
}
