#banner {
    width: 100%;
}

#banner img {
    width: 100%;
}

#historiaSection {
    width: 29%;
    margin-right: 50%;
    display: flex;
    margin-left: 15%;
    flex-direction: column;
    margin-bottom: 50px;
}

.tittle {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    color: black;
}

#historiaSection p {
    color: gray;
    line-height: 21px;
    font-size: 15px;
}

img#secondImage {
    width: 60%;
}

#middleBanner {
    display: flex;
    margin-bottom: 80px;
    align-items: center;
}

#middleBanner img {
    width: 100%;
}

.left {
    width: 53%;
}

.right {
    width: 40%;
    padding-left: 28px;
    width: 29%;
    margin-left: 2%;
    height: fit-content;
}

.right .description {
    /* color: gray; */
    /* font-size: 15px; */
    /* line-height: 26px; */
    /* margin-top: 23px; */
}

.right .tittle {
    color: black;
    font-size: 25px;
}

.right img {
    width: 80px;
}

#optionsBottom {
    width: 70%;
    margin: 0px auto;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-top: 1px solid gray; */
    /* border-bottom: 1px solid gray; */
}

#optionsBottom:nth-child(2) {
    border-top: none;
}

.optionBottom {
    width: 100%;
    height: 69px;
    color: #545454;
    border-bottom: solid 1px #80808061;
    font-size: 20px;
    border-top: 1px solid #80808069;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.optionBottom img {
    transform: rotate(270deg);
    width: 20px;
}

.verMas {
    font-size: 13px;
    color: #1B459C;
    font-weight: lighter;
}
.verMas:hover {
    color: #fe5000;
}

.serviciosList {
    font-size: 20px;
    width: 90%;
    /* color: black; */
    float: left;
}

#historiaSection>.title {
    display: flex;
    font-size: 24px;
    color: #545454;
    /* margin-top: 10px; */
    flex-direction: column;
}

#historiaSection>.title img {
    margin-bottom: 10px;
    width: 49px;
}

.right>.title {
    color: #545454;
    font-size: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.right>.title img {
    width: 42px !important;
    margin-bottom: 10px;
}

.optionBottom p {
    width: 94%;
}

.optionBottom.two {
    border-top: none;
}

.nosotrosLista {
    width: 100%;
    margin: 0px auto;
    /* border-top: 2px solid #f2f2f2; */
    height: 63px;
    border-bottom: solid 1px #80808061;
    cursor: pointer;
    border-top: solid 1px #80808061;
}

.nosotrosLista p {
    color: #545454;
    float: left;
    margin-right: 10%;
    width: 20%;
    font-size: 20px;
}

.serviciosList {
    width: 80%;
}

.subLista {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 84px;
    height: auto;
    /* flex-direction: column; */
    /* margin-left: 20px; */
    color: gray;
    flex-wrap: wrap;
    font-size: 16px;
}

.arrowList {
    width: 20px;
    transform: rotate(270deg);
    /* float: right; */
    /* position: relative; */
    /* top: calc(50% - 7px); */
}

div#opcionesAfinidad {
    padding-bottom: 100px;
}

.containerArrow {
    width: 5%;
    float: right;
    height: 100%;
    line-height: 63px;
    text-align: center;
    /* vertical-align: middle; */
}

.subLista a+a {
    padding-top: 20px;
}

.subLista :last-child {
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.subLista a:hover {
    color: black;
    cursor: pointer;
}

.itemSublista {
    width: 100%;
    /* margin-right: 30px; */
    /* margin-left: 30px; */
    margin-bottom: 40px;
}

.itemSublistaTittle {
    width: 100% !important;
    font-weight: 400;
    color: gray !important;
    line-height: 21px;
    font-size: 15px !important;
}

.itemSublistaDescription {
    font-size: 13px !important;
    line-height: 18px;
    color: #888888;
    width: 100% !important;
}

.itemSublista img {
    width: 100%;
    /* height: 100%; */
}

p.description {
    color: gray;
    line-height: 21px;
    font-size: 15px;
    margin: 0px;
}

@media screen and (max-width: 768px) {
    div#historiaSection {
        width: 90%;
        margin: 0px auto;
        margin-top: 30px;
    }
    div#middleBanner {
        flex-direction: column;
        width: 90%;
        margin: 0px auto;
        margin-top: 20px;
    }
    .left {
        width: 100%;
    }
    .right {
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        margin-top: 20px;
    }
    div#optionsBottom {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 60px;
    }
    img.arrowList {
    width: 15px;
}
    .nosotrosLista p {
        font-size: 18px;
        width: 80%;
        line-height: 21px;
    }
    a.serviciosList {
    font-size: 18px;
}
    .itemSublista.first {
        margin-bottom: 10px;
    }
    .subLista :last-child {
        flex-direction: column;
        margin-bottom: 0px;
    }
    .itemSublistaTittle .second {
        /* margin: 0px auto; */
    }
    p.itemSublistaTittle.second {
        margin: 0px auto;
        /* font-size: 14px; */
    }
    img#secondImage {
        width: 100%;
        margin-top: 30px;
    }
    #banner img {
        margin-top: -18vw;
    }
    #historiaSection>.title {
    font-size: 20px;
}

#historiaSection p {
    font-size: 14px;
}

p.description {
    font-size: 14px;
}
}