.btn-link-pf {
    border: 0px solid transparent;
    background-color: transparent;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    outline: 0px auto -webkit-focus-ring-color;
}

    .btn-link-pf:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .btn-link-pf:focus, .btn-link-pf.focus {
        cursor: pointer;
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none;
        outline: 0px auto -webkit-focus-ring-color;
    }

.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

    .faq-nav .nav-link {
        position: relative;
        display: block;
        margin: 0;
        padding: 13px 16px;
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        color: #616161;
        transition: background-color 0.2s ease;
    }

        .faq-nav .nav-link:hover {
            background-color: #f6f6f6;
        }

        .faq-nav .nav-link.active {
            background-color: #007bff;
            font-weight: 700;
            color: white;
        }

        .faq-nav .nav-link:last-of-type {
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            border-bottom: 0;
        }

        .faq-nav .nav-link i.mdi {
            margin-right: 5px;
            font-size: 18px;
            position: relative;
        }

.tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

    .tab-content .card {
        border-radius: 0;
    }

    .tab-content .card-header {
        padding: 15px 16px;
        border-radius: 0;
        background-color: #007bff;
    }

        .tab-content .card-header h5 {
            margin: 0;
        }

            .tab-content .card-header h5 button {
                display: block;
                width: 100%;
                padding: 0;
                border: 0;
                font-weight: 700;
                color: white;
                text-align: left;
            }

                .tab-content .card-header h5 button:hover, .tab-content .card-header h5 button:focus, .tab-content .card-header h5 button:active, .tab-content .card-header h5 button:hover:active {
                    text-decoration: none;
                }

    .tab-content .card-body p {
        color: #616161;
    }

        .tab-content .card-body p:last-of-type {
            margin: 0;
        }

.accordion > .card:not(:first-child) {
    border-top: 0;
}

.collapse.show:hover .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

@media only screen and (max-width: 699px) {
    nav#menu-principal {
        display: none;
        visibility: hidden;
    }

    .container nav#menu-principal {
        display: none;
    }
}

@media only screen and (min-width: 700px) {
    .topnav {
        display: none;
        visibility: hidden;
        border-bottom: 2px solid #bdc9d1;
    }
}

.MenuMovil {
    padding: 6px;
    color: #007bff;
    border-bottom: 2px solid #bdc9d1;
}

.MenuMovilNegrita {
    font-weight: bold;
    text-decoration: underline;
}

.CalculoDiv4 {
    /*width: calc((100% / 4)-15px);*/
    margin-left: 10px;
    margin-right: 10px;
    /*width: 273px;*/
    margin-top: 1em;
    float: inherit;
    width: auto;
}

.col-lgMain-6 {
    position: relative;
    /*width: auto;*/
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.btnMain {
    width: 78px;
}

.footerd {
    float: right;
}

.footerl {
    float: left;
}

.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 8px;
    padding: 30px;
    color: #004085;
    transition: background-color .5s;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.125);*/
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

a.card2:hover,
a.card--s:hover,
a.card--xs:hover {
    text-decoration: underline;
    /*-webkit-box-shadow: 0px 0px 13px 1px #808080;*/
    box-shadow: 0px 0px 13px 1px #808080;
    transition: all .2s ease-in-out;
}

.card--s {
    padding: 20px 10px 20px 14px;
    position: relative;
    overflow: hidden;
    line-height: 1.2em;
    min-height: 80px;
}

/*a.card--s {
            font-size: 1.125rem;
        }*/

.card--horizontal {
    flex-direction: row;
}


    .card--horizontal .card__img {
        margin-right: 10px;
    }

.section .h2 {
    margin-bottom: 20px;
}

h2, .h2, h3, .h3, h4, .h4 {
    color: #111;
}

h2, .h2 {
    font-size: 1.5rem;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
}

/*--FOOTER--*/
.footer {
    /*padding: 20px 0;
    background-color: #0A132D;
    color: #fff;*/
     
    /*padding: 20px 0;*/
    padding: 38px 0;
   /*position:  inherit ;*/
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #0A132D;
   color: #fff;
   /*text-align: center;*/
}

.footer__nav {
    columns: 2;
    column-gap: 30px;
    column-fill: balance;
}

.footer__nav__item {
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 5px;
    line-height: 2em;
    display: block;
    break-inside: avoid;
}

.footer__info {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100px;
}

/*--FIN FOOTER--*/

.white {
    color: #fff;
}

.bg-primary {
    background-color: #484e91 !important;
}


/*.divLey {
    padding-top: 30px;
}*/

@media (max-width: 575.99px) {
    .new-footer .footer__nav {
        columns: 1;
    }

    .new-footer .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        /*max-width: 75%;*/
        max-width: 58.333333%;
    }
}

.right {
    text-align: right;
}


.fusion-accordian #accordion-74753-1 .panel-title a .fa-fusion-box {
    color: #ffffff;
    /*content: url(../img/minus.png);*/
}

.fusion-accordian .panel-title a {
    font-size: 18px;
    color: black;
}

.fusion-accordian .fa-fusion-box {
    background-color: #474e91;
    border-color: #474e91;
}

.fusion-accordian .panel-title a:hover, .fusion-toggle-boxed-mode:hover .panel-title a {
    color: #f9ae3b;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

.fusion-accordian .panel-heading .panel-title a {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 20px;
}

#tribe-events-content .tribe-events-tooltip .entry-title, #tribe-events-content .tribe-events-tooltip .tribe-event-title, .fusion-accordian .panel-heading a, .fusion-accordian .panel-title, .fusion-carousel-title, .fusion-flip-boxes .fusion-flip-box .flip-box-heading-back, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a, .fusion-megamenu-title, .fusion-modal h4, .fusion-person .person-desc .person-author .person-author-wrapper, .fusion-tabs .nav-tabs li .fusion-tab-heading, .fusion-tabs-widget .fusion-tabs-nav ul li a, .fusion-title h4, .fusion-widget-area h4, .popover .popover-title, .post-content h4, .project-content .project-info h4, .share-box h4, .tribe-block__tickets__registration__tickets__header, table th {
    /* font-family: GobCL, Arial, Helvetica, sans-serif; */
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
}

    .fusion-accordian .panel-title .fusion-toggle-heading {
        margin-left: 18px;
    }

    .fusion-accordian .panel-title a .fa-fusion-box {
        display: inline-block;
        vertical-align: middle;
        /*background-color: #333;*/
        color: #fff;
        text-align: center;
        /*font-family: IcoMoon;*/
        /*padding: 4.5px;*/
        -webkit-font-smoothing: subpixel-antialiased;
        /*width: 20px;*/
        height: 20px;
    }

/*.icon-arrow-with-circle-right:before {
    background-image: url('../img/minus.png');
}*/


.fusion-accordian .panel-title a .fa-fusion-box::before {
    content: url(../img/plus.png);
    font-style: normal;
    line-height: normal;
    font-size: 13px;
    display: grid;
    /*width: 20px;
    height: 20px;*/
}

.fusion-accordian-menor::before {
    /*font-family: IcoMoon;*/
    content: url(../img/minus.png);
    /*background-image: url('../img/minus.png');*/
    /*content: "\e61d";*/
    font-style: normal;
    line-height: normal;
    font-size: 13px;
    display: grid;
    /*width: 20px;
    height: 20px;*/
}

.toggle-content {
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

.fusion-accordian .fusion-panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e5e4e3;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.page-id-74751 p.roboto-md, .page-id-74753 p.roboto-md, .page-id-74755 p.roboto-md, .roboto-md {
    /*font-family: 'Roboto', sans-serif !important;*/
    /*font-family: 'Open Sans',sans-serif !important;*/
    font-weight: 400;
    font-size: 16px;
    color: #040a29;
    text-align: justify;
}

.subtitulo {
    margin-top: 20px;
    background-color: rgba(255,255,255,0);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}

.roboto-slab {
    text-align: left;
}

.tablapago {
    border-spacing: 10px; 
    border-collapse: separate; 
    /*border-bottom: 1px solid #e5e4e3;*/
}

    .tablapago td {
        padding: 6px;
        border-bottom: 1px solid #111;
    }


.fusion-toggle-icon-wrapper {
    left: 0;
   
}

@media(max-height: 1080px){
    #containerMaster{
        min-height: 38em;
    }
}

@media(max-height: 1240px) and (min-height: 1080px){
    #containerMaster{
        min-height: 48em;
    }
}

@media(max-height: 1400px) and (min-height: 1240px){
    #containerMaster{
        min-height: 58em;
    }
}

@media(max-height: 1560px) and (min-height: 1400px){
    #containerMaster{
        min-height: 68em;
    }
}

@media(max-height: 1720px) and (min-height: 1560px){
    #containerMaster{
        min-height: 78em;
    }
}

@media(max-height: 1880px) and (min-height: 1720px){
    #containerMaster{
        min-height: 88em;
    }
}
@media(max-height: 2040px) and (min-height: 1880px){
    #containerMaster{
        min-height: 98em;
    }
}

@media(max-width: 1199px) and (min-width: 1042px){
    #btnConsultarD{
         margin-top: 25px;
    }
}

.link_list {
    color: white !important;
    text-decoration: underline;
}

    .link_list :hover {
        color: cornflowerblue !important;
        text-decoration: underline;
    }

.vertical--title {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

#tablaCompradores {
    margin-bottom: 30px !important;
}

@media (max-width: 768px) {
    #tablaCompradores {
        white-space: nowrap !important;
    }

    .dataTables_info {
        margin-left: 15px !important;
        margin-bottom: 10px !important;
    }

    .pagination {
        margin-bottom: 15px !important;
    }

    .parche-responsive {
        padding-left: 30px !important;
        padding-right: 30px;
    }
}

.modal-dialog {
    max-width: 640px !important;
}