#header .header-nav-features {
    margin-right: 8px;
}

.nav-link {
    padding: 0.5rem 0.5rem;
}

ul.nav-list li a:before {
    content: "\f0da";
    color: black;
    font-size: 13px;
    opacity: 1;
}

ul.nav-list li a:hover {
    background-color: #eeeeee;
}

.page-header .breadcrumb > li + li:before {
    opacity: 1;
    font-weight: 900;
    content: "/";
}

.page-header .breadcrumb > li {
    text-transform: unset;
}

#newsletterForm input {
    padding: 11px;
}

#newsletterForm button[type="submit"] {
    position: relative;
    padding: 17px;
}

#newsletterForm button[type="submit"]:before {
    content: '\f1d8';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 17px;
}

#footer {
    background: #121214;
    border-top: 4px solid #1F1F1F;
}

#footer .footer-copyright {
    background: #0C0C0C;
    border-top: 4px solid #111;
}

footer .list.list-icons li {
    display: flex !important;
    align-items: center !important;
    padding-left: 0 !important;
}

footer .list.list-icons li i {
    top: unset !important;
}

footer .list.list-icons li a i {
    top: unset !important;
    position: relative !important;
    color: #777 !important;
}

footer .list.list-icons li a:hover {
    color: #777 !important;
}

footer .social-icons a {
    color: white !important;
}

footer .border-color-gray {
    border-color: #777 !important;
}

.lead {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

table.dataTable {
    border-collapse: collapse !important;
}

.checkbox {
    min-height: 17px;
    display: flex;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #444444;
    line-height: 17px;
}

input[type="checkbox"]:checked {
    color: white;
}

input[type="checkbox"]:not(.kit-inversion) {
    cursor: pointer;
    position: relative;
    outline: none;
    margin-right: 13px;
    min-height: 19px;
    max-height: 19px;
    min-width: 19px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    background-color: #FFFFFF;
    /*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14);*/
}

input[type="checkbox"]:checked:after:not(.kit-inversion) {
    content: "";
    background-image: url("../img/tick.96c563c90e18.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 18px;
    height: 14px;
    top: 3px;
    left: 3px;
}

html #header .header-body {
    position: fixed;
    border-bottom-color: rgba(234, 234, 234, 0.5);
    box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
}

.loading {
    pointer-events: none;
    opacity: .65;
}

#search-form .form-control.is-invalid:focus, #search-form .was-validated .form-control:invalid:focus, #search-form .form-control.is-valid, #search-form .was-validated .form-control:valid {
    border-color: #EEE !important;
}

.home-intro {
    padding: 1.4rem 0;
}

.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
    font-size: 0.7em;
}

.feature-box .feature-box-icon {
    width: 2em;
    height: 2em;
}

.feature-box.feature-box-style-2 .feature-box-icon {
    background: transparent;
    top: 3px;
}

.fa.fa-file-text.mr-2, .fa.fa-caret-square-o-right.mr-2 {
    color: #a0a0a0;
}

.recuadros .fa.fa-file-text.mr-2 {
    color: white;
}

.grecaptcha-badge {
    display: none !important;
}

.dataTables_wrapper table tr td:last-child {
    text-align: right;
}

.page-header.page-header-sm h1:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #0088CC;
    z-index: 1;
}

.page-header.inversionistas.page-header-sm h1:after {
    bottom: -32px;
}

.stock-ticket {
}

.stock-ticket #change, .stock-ticket #percent {
    font-size: 19px;
    margin-bottom: 3px;
}

.stock-ticket h2, .stock-ticket h4 {
    font-weight: 500;
    color: #ffffff;
}

.page-header.page-header-sm h1 {
    font-size: 40px;
}

/*VER*/
.trimestre {
    background: #eee;
    padding: 20px;
}

.trimestre h4 {
    color: #7705BC;
}

.trimestre i.fa {
    font-size: 20px;
    color: #7705BC !important;
}

.trimestre a {
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px 10px;
}

.trimestre a:hover {
    background: #fafafa;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
}

#accordion .card-body {
    padding: 9px 15px;
}

#accordion .card-default {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#accordion .card-header {
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
}

#accordion .card-header:hover a {
    text-decoration: underline;
}

.max-210 {
    max-width: 210px;
}

/*END VER*/

@media (min-width: 992px) and (max-width: 1200px) {
    #header .header-nav-main nav > ul > li > a {
        padding: 0.5rem 0.5rem;
    }

    .max-210 {
        max-width: 220px;
    }
}

@media (max-width: 1199px) {
    #DataTables_Table_0_wrapper div:last-child div:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #DataTables_Table_0_wrapper div:last-child div:last-child .dataTables_paginate {
        float: left;
    }

    div.dataTables_wrapper div.dataTables_info {
        text-align: left !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .page-header.inversionistas.page-header-sm h1:after {
        bottom: -40px;
    }
}

@media (max-width: 768px) {
    .page-header.inversionistas.page-header-sm h1:after {
        bottom: -117px;
    }

    .max-210 {
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    table.mobile td {
        display: flex;
    }

    table.mobile thead {
        display: none;
    }

    table.mobile td::before {
        content: attr(data-label);
        font-weight: bold;
        width: 45%;
        min-width: 175px;
        text-transform: uppercase;
    }

    li.paginate_button.previous {
        display: inline;
    }

    li.paginate_button.next {
        display: inline;
    }

    li.paginate_button {
        display: none;
    }

    .container {
        width: 98%;
    }

    .page-header.inversionistas.page-header-sm h1:after {
        bottom: -117px;
    }

    .mb-xs-20 {
        margin-bottom: 20px !important;
    }

    img.pr-5 {
        padding-right: 0 !important;
    }

    #slider-texto-1 {
        width: 300px !important;
        height: 100px !important;
    }
}

/* al */

.home-intro p span:not(.highlighted-word) {
    font-weight: 600;
}

.feature-box.feature-box-style-2 .feature-box-icon .icons {
    font-size: 1.8em;
}

.text-9.grow {
    font-size: 3em !important;
}

.text-grow {
    font-size: 20px;
    margin-top: 15px;
}

h3 {

    text-transform: none;
}

.testimonial.testimonial-with-quotes.testimonial-quotes-dark blockquote.white:before {
    color: white !important;
}

img {
    width: 100%;
}

.img-valores {

    display: inline-block;
    margin: 15px;
    width: 110px;
    height: 110px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    line-height: 110px;
}

.valores .flip-back p {
    font-size: 15px;
    color: black;
}

.valores .flip-card .flip-front, .valores .flip-card .flip-back {
    background: #f7f7f7;
    box-shadow: unset;
}

.header-logo {
    max-width: 210px;
}

.testimonial blockquote p {
    font-family: "Open Sans", Arial, sans-serif;
}

/*INVERSIONISTAS*/

.component-inv div[class^='col-'] {
    padding: 0 6px;
    margin-bottom: 12px;
    float: left;
}

.component-inv div[class^='row'] {
    margin: 0;
}

.component-inv .div-1 {
    min-height: 350px;
}

.component-inv .gradient:after {
    background: linear-gradient(0deg, rgba(1, 0, 4, 0.6670868176372111) 0%, rgba(0, 0, 0, 0) 65%);
    content: " ";
    left: 6px;
    right: 6px;
    height: 325px;
    bottom: 0;
    position: absolute;
}

.component-inv .z-index {
    z-index: 2;
}

.component-inv .owl-carousel {
    margin-bottom: 0;
}

.component-inv .div-3 {
    min-height: 200px;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 5%;
}

.component-inv .bi-person-2 {
    background-color: #0088CC;
    background-position: center center;
    background-size: 100% 100%;
}

.component-inv .bi-person-3 {
    background-position: center center;
    background-size: 100% 100%;
    background-color: #0088CC;
}

.component-inv .bi-person-4 {
    background-color: #0088CC;
    background-position: center center;
    background-size: 100% 100%;
}

.component-inv span.label {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    text-transform: uppercase;
}

.component-inv .text-dark {
    color: #7f7f7e !important;
}

.component-inv .tc-green {
    color: #00bf16 !important;
}

.component-inv .bc-gray {
    background-color: #757575 !important;
}

.component-inv .tc-gray-ligth {
    color: #d0d0d0 !important;
}

.component-inv .bc-green {
    background-color: #19AD79 !important;
}

.component-inv .bc-blue {
    background-color: #0072ec !important;
}

.recuadros {
    width: 100%;
}

.recuadros a, .recuadros a:hover {
    color: #ffff
}

.owl-carousel .owl-item.active > div {
    min-height: 200px !important;
}

.btn.download {
    background: transparent;
    border: 1px solid white;
    z-index: 1;
    height: 45px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
    padding: 0 30px;
    position: relative;
    text-align: center;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 50px;
}

.investor-kit label {
    color: white;
    display: block;
    padding-left: 1.5em;
    text-indent: -1.2em;
}

.div-3 ul {
    list-style: none;
}

.btn.estados {
    background: transparent;
    border: 1px solid white;
    z-index: 1;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    padding: 11px 30px;
    position: relative;
    text-align: center;
    border-radius: 50px;
    line-height: 1.3;
}

div.checkbox {
    position: relative;
    top: 5px;
}

#modalInversionista .checkbox {
    padding-left: 0;
}

#modalInversionista .dataTables_filter, #modalInversionista #dataTable-inv_length {
    display: none;
}

#modalInversionista input[type="checkbox"] {
    margin-right: 0;
}

#modalInversionista .checkbox {
    cursor: default;
}