#contLogoIrisHeader
{
    display: none;
}
#contRegresarIrisHeader
{
    display: flex;
    height: 2rem;
    margin: 0;
    background-color: var(--light-olive);
    width: 2rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-radius: 100%;
    line-height: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
a#contRegresarIrisHeader img 
{
    display: inline-block;
    position: relative;
    height: 50%;
    width: auto;
    max-width: unset;
    transform: translateX(-0.1rem);
}

#_sectorBanner {
    display: block;
    width: 100%;
    height: 40vh;
}
div#_swiperBanner {
    height: 100%;
    min-height: 40vh;
}
figure.acc-svg {
    width: 20px;
    padding: 0;
    margin: 0;
    display: flex;
    max-width: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}