section#tabterminos {
    overflow-x: hidden;
    background: #fff;
    padding: 20px;
}

section#tabterminos div.contenedor {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-family: var(--f3);
    -webkit-font-smoothing: antialiased;
    color: #747474;
    font-size: 16px;
    line-height: 20px;
}

section#tabterminos div.contenedor h2 {
    font-size: 26px;
    line-height: 30px;
    color: #4a4a4a;
    text-align: left;
    font-weight: initial;
}
section#tabterminos div.contenedor h1 {
    font-size: 26px;
    line-height: 30px;
    color: #4a4a4a;
    text-align: left;
    font-weight: initial;
}

section#tabterminos div.fila {
    margin-right: -15px;
    margin-left: -15px;
}

section#tabterminos div.tab_content {
    width: 95%;
    margin: 10px auto;
}

section#tabterminos ul.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    width: 100%;
    padding: 0;
}

section#tabterminos ul.tabs li.col-2 {
    overflow: hidden;
    padding: 0 0 12px 0;
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
    display: block;
}

section#tabterminos ul.tabs a {
    display: block;
    background-color: #f6f7f9;
    letter-spacing: 0;
    outline: none;
    padding: 10px 0 0 30px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* border-bottom: 2px solid #0a5376; */
    min-height: 40px;
    font-size: 18px;
    line-height: 20px;
    color: #494949;
}

.seleccionado {
    color: #fff !important;
    background: #5aafe3 !important;
}

.seleccionado:before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 0px;
    border-style: solid;
    border-width: 12px 12px 0 14px;
    border-color: #5aafe3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

section#tabterminos div.tabs_item {
    display: none;
    background: #FFF;
    min-height: 180px;
    margin: 0;
    padding: 0 10px;
}

section#tabterminos div.tabs_item:first-child {
    display: block;
}

section#tabterminos .contenedor hr {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #FFF;
    margin: 10px 0;
}

section#tabterminos ul.terminos {
    list-style: none;
    height: auto;
    padding: 0 0 40px 20px;
}

section#tabterminos ul.terminos li {
    margin: 5px 0;
}

section#tabterminos ul.terminos li:before {
    content: "";
    border-color: transparent #5ac2ff;
    border-style: solid;
    border-width: 0.4em 0 0.4em 0.5em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}

section#tabterminos ul.terminos li a {
    text-decoration: none;
    color: #747474;
}

@media only screen and (min-width: 992px) {
    section#tabterminos ul.tabs li.col-2 {
        width: calc((100% / 3) - 3px);
    }

    section#tabterminos ul.tabs a {
        border-left: 1px solid #e4e4e4;
    }
}