text {
    font-family: 'BloggerSans' !important;
}

#banner {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

#banner img {
    width: 100%;
}

.programasDeAfinidadLista {
    width: 70%;
    margin: 0px auto;
    border-top: 2px solid #f2f2f2;
    height: 55px;
    cursor: pointer;
}

.programasDeAfinidadItem {
    width: 70%;
    margin: 0px auto;
    border-top: 2px solid #f2f2f2;
    height: 63px;
    cursor: pointer;
}

.programasDeAfinidadLista p {
    font-size: 20px;
    width: 90%;
    color: black;
    float: left;
}

.programasDeAfinidadItem p {
    font-size: 20px;
    width: 90%;
    color: black;
    float: left;
}

.subLista {
    display: none;
    position: relative;
    width: 20%;
    height: auto;
    flex-direction: column;
    margin-left: 20px;
    color: gray;
    font-size: 16px;
}

.arrowList {
    width: 10px;
    transform: rotate(270deg);
    /* float: right; */
    /* position: relative; */
    /* top: calc(50% - 7px); */
}

div#opcionesAfinidad {
    padding-bottom: 100px;
}

.containerArrow {
    width: 10%;
    float: right;
    height: 100%;
    line-height: 53px;
    text-align: center;
    /* vertical-align: middle; */
}

.subLista a+a {
    padding-top: 20px;
}

.subLista :last-child {
    padding-bottom: 20px;
}

.subLista a:hover {
    color: black;
    cursor: pointer;
}

text {
    font-family: 'BloggerSans' !important;
}

#banner {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

#banner img {
    width: 100%;
}

.programasDeAfinidadLista {
    width: 70%;
    margin: 0px auto;
    border-top: 2px solid #f2f2f2;
    height: 63px;
    cursor: pointer;
}

.programasDeAfinidadItem {
    width: 70%;
    margin: 0px auto;
    border-top: 2px solid #f2f2f2;
    height: 63px;
    cursor: pointer;
}

.programasDeAfinidadLista p {
    font-size: 20px;
    width: 90%;
    color: #545454;
    float: left;
}

.programasDeAfinidadItem p {
    font-size: 20px;
    width: 100%;
    color: #545454;
    float: left;
}

.subLista {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-left: 20px;
    color: #545454;
    font-size: 16px;
}

.arrowList {
    width: 20px;
    /* transform: rotate(270deg); */
    /* float: right; */
    /* position: relative; */
    /* top: calc(50% - 7px); */
}

div#opcionesAfinidad {
    padding-bottom: 100px;
}

.containerArrow {
    
    width: 10%;
    right: 13%;
    position: absolute;
    float: right;
    height: 100%;
    line-height: 63px;
    pointer-events: none;
    text-align: center;
    /* vertical-align: middle; */
    /* font-weight: bold; */
    color: #1b459c;
}

.containerArrow:hover {
    color: orange;
}

.programasDeAfinidadItem:hover .containerArrow {
    color: #fe5000;
}

.subLista a+a {
    padding-top: 20px;
}

.subLista :last-child {
    padding-bottom: 20px;
}

.subLista a:hover {
    color: black;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .programasDeAfinidadItem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        height: 20px;
        font-size: 13px;
        padding-top: 15px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .programasDeAfinidadItem p {
        width: 100%;
        font-size: 15px;
        margin-top: 15px;
        line-height: 15px;
        margin-bottom: 15px;
    }
    .subLista a+a {
    padding-top: 30px;
}

.subLista a {
    padding-top: 10px;
}
    div#containerArrow {
        width: auto;
        line-height: 15px;
        height: auto;
        margin-top: 15px;
        margin-right: 15px;
    }
    .subLista {
        width: 90%;
        font-size: 15px;
    }
    #banner img {
        margin-top: -18vw;
    }
    .programasDeAfinidadLista {
        width: 90%;
        font-size: 13px;
        height: 45px;
    }
    .programasDeAfinidadLista p {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        height: 15px;
        line-height: 15px;
        width: calc(100% - 35px);
    }
    img.arrowList {
        height: auto;
        width: 15px;
        line-height: 20px;
    }
    .programasDeAfinidadItem a {
        width: 100%;
    }
    .containerArrow {
        width: 15%;
        line-height: 15px;
        vertical-align: middle;
        font-size: 12px;
        height: 15px;
        right: 6%;
    }
    div#banner {
        margin-bottom: 30px;
    }
}