/*!
 * Start Bootstrap - Agency v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
body {
    overflow-x: hidden;
    font-family: 'Open Sans', Arial, sans-serif;
}

p {
    line-height: 1.75;
}

a {
    color: #ffbf00;
}

    a:hover {
        color: #fec503;
    }

.text-primary {
    /*color: #FD388A !important;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#paneles {
    margin-top: -68px;
}

#paneles-principal {
    margin-top: 125px;
}

#paneles-registro {
    margin-top: 110px;
}

#paneles-recuperar-pass {
    margin-top: 110px;
}

section {
    /*padding: 100px 0; */
}

    section h2.section-heading {
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    section h3.section-subheading {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        margin-bottom: 75px;
        text-transform: none;
        font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

@media (min-width: 768px) {
    section {
        /*padding: 150px 0; */
    }
}

.btn {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

/*.btn-primary {
    background-color: #FD388A;
    border-color: #FD388A;
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #f30e6d !important;
        border-color: #f30e6d !important;
        color: white;
    }*/

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
    background: #FD388A;
    text-shadow: none;
}

::selection {
    background: #FD388A;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    /*-webkit-tap-highlight-color: #FD388A;*/
}



#mainNav {
    background-color: #1E5B9A;
    padding: 0;
    height: 74px;
}

    #mainNav .navbar-toggler {
        font-size: 12px;
        right: 0;
        padding: 8px;
        text-transform: uppercase;
        color: white;
        border: 0;
        background-color: #ffc107;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

        #mainNav .navbar-toggler span {
            display: block;
        }

    #mainNav .navbar-brand {
        color: #fff;
        font-family: Brush Script MT, Brush Script Std, cursive;
        font-size: 2em;
        margin-left: 53px;
    }

        #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
            color: #fec503;
        }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 90%;
        font-weight: bold;
        letter-spacing: 1px;
        color: #fff;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

        #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
            color: #ffbf00;
        }



#mainNav2 {
    background-color: #1E5B9A;
    padding: 0;
    height: 50px;
    top: 74px;
}

    #mainNav2 .navbar-toggler {
        font-size: 12px;
        right: 0;
        padding: 8px;
        text-transform: uppercase;
        color: white;
        border: 0;
        background-color: #ffc107;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

        #mainNav2 .navbar-toggler span {
            display: block;
        }

    #mainNav2 .navbar-brand {
        color: #fff;
        font-family: Brush Script MT, Brush Script Std, cursive;
        font-size: 2em;
    }

        #mainNav2 .navbar-brand.active, #mainNav2 .navbar-brand:active, #mainNav2 .navbar-brand:focus, #mainNav2 .navbar-brand:hover {
            color: #fec503;
        }

    #mainNav2 .navbar-nav .nav-item .nav-link {
        font-size: 90%;
        font-weight: bold;
        padding: 0 1em;
        letter-spacing: 1px;
        color: #fff;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

        #mainNav2 .navbar-nav .nav-item .nav-link.active, #mainNav2 .navbar-nav .nav-item .nav-link:hover {
            color: #ffbf00;
        }



@media (min-width: 992px) {
    #mainNav {
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: #1E5B9A;
    }
        /* shago */
        #mainNav .navbar-brand {
            font-size: 2.5em;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        #mainNav.navbar-shrink {
            padding-top: 0;
            padding-bottom: 0;
            background-color: #fff;
        }
            /*shago*/
            #mainNav.navbar-shrink .navbar-brand {
                font-size: 1.25em;
                padding: 12px 0;
            }


    #mainNav2 {
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: #1c7bc7;
        color: #fff;
    }
        /* shago */
        #mainNav2 .navbar-brand {
            font-size: 2.5em;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        #mainNav2.navbar-shrink {
            padding-top: 0;
            padding-bottom: 0;
            background-color: #fff;
        }
            /*shago*/
            #mainNav2.navbar-shrink .navbar-brand {
                font-size: 1.25em;
                padding: 12px 0;
            }
}


header.masthead {
    text-align: center;
    color: white;
    background-image: url("../img/pi5.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    header.masthead .intro-text {
        padding-top: 200px;
        padding-bottom: 100px;
    }

        header.masthead .intro-text .intro-lead-in {
            font-size: 20px;
            font-style: italic;
            line-height: 20px;
            text-shadow: 0px 0px 5px #000;
            margin-bottom: 25px;
            font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }

        header.masthead .intro-text .intro-heading {
            font-size: 30px;
            font-weight: 700;
            line-height: 30px;
            margin-bottom: 25px;
            text-shadow: 0px 0px 5px #000;
            font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

        header.masthead .intro-text .intro-lead-in {
            font-size: 22px;
            font-style: italic;
            line-height: 22px;
            margin-bottom: 25px;
            text-shadow: 0px 0px 5px #000;
            font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }

        header.masthead .intro-text .intro-heading {
            font-size: 50px;
            font-weight: 700;
            line-height: 50px;
            margin-bottom: 30px;
            text-shadow: 0px 0px 5px #000;
            font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }
}

footer {
    padding: 10px 0;
    text-align: center;
    color: #f2f2f2!important;
}

    footer span.copyright {
        font-size: 90%;
        line-height: 40px;
        text-transform: none;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    footer ul.quicklinks {
        font-size: 90%;
        line-height: 40px;
        margin-bottom: 0;
        text-transform: none;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a {
        font-size: 20px;
        line-height: 40px;
        display: block;
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: white;
        border-radius: 100%;
        outline: none;
        background-color: #212529;
    }

        ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
            background-color: #FD388A;
        }


/*****************************/
/*                           */
/*** shago: Estilos nuevos ***/
/*                           */
/*****************************/


.scrollbar-noticias {
    float: right;
    height: 368px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollbar-albums {
    float: right;
    height: 316px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.force-overflow {
    min-height: 0px;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

/***********************
********* Footer ******
************************/

.top-bar {
    padding: 10px 0;
    background: #090909;
    border-bottom: 1px solid #222;
    line-height: 28px;
}

.social {
    text-align: center;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

    ul.social-share li a {
        display: inline-block;
        color: #fff;
        background: #404040;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 2px;
    }

        ul.social-share li a:hover {
            background: #E8CE0E;
            color: #fff;
        }

#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #E8CE0E;
    font-size: 14px;
}

    #bottom h3 {
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 22px;
        color: #000;
    }

    #bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #bottom ul li {
            display: block;
            padding: 5px 0;
        }

            #bottom ul li a {
                color: #808080;
            }

                #bottom ul li a:hover {
                    color: #E8CE0E;
                }

    #bottom .widget {
        margin-bottom: 0;
    }

#footer {
    color: #fff;
    background: #000;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #FD388A;
        }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer ul > li {
            display: inline-block;
            margin-left: 15px;
        }

#footer-line {
    padding: 3px;
    margin-top: 15px;
    background-color: #3d7baf;
}

/*********************
    Botones flotantes
**********************/

.boton-flotante {
    position: fixed;
    right: 20px;
    /*width: 50px;
    height: 50px;*/
    border: 2px solid #fff;
    background-color: #01833D;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.boton-flotante-reserva {
    top: 120px;
}

    .boton-flotante-reserva a img {
        height: 49px;
        width: 49px;
    }

.btn-navbar-carrito {
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    color: #fff;
}

    .btn-navbar-carrito i {
    }

.boton-flotante-reserva-text {
    top: 129px;
    padding: 1px;
    width: 152px;
    height: 24px;
    right: 65px;
    cursor: pointer;
}

.boton-flotante-cantidad {
    height: 20px;
    background-color: #F00;
    color: #fff;
    border-radius: 10px;
    padding: 3px 6px 3px 6px;
    font-size: 12px;
    text-align: right;
    display: inline;
}

.boton-flotante-tabla {
    position: fixed;
    right: 35px;
    width: 200px;
    background-color: #86BF31;
    color: #fff;
    border-radius: 5px;
    top: 170px;
    font-size: 12px;
    transition: max-height 0.3s;
    max-height: 0px;
}

#boton-flotante-tabla-container {
    padding: 5px;
}

.boton-flotante-tabla .table {
    margin-bottom: 0;
}

/*****************************/
/*  SIDEBAR  */
/*****************************/

#sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    top: 124px;
    width: 250px;
    background: #f9f8eb;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    border: 1px solid #01833D;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

#sidebar-wrapper-2 {
    margin-left: -250px;
    left: 0;
    top: 124px;
    width: 250px;
    background: #f9f8eb;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    border: 1px solid rgba(0,0,0,.125);
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

#sidebar-wrapper-3 {
    margin-left: -250px;
    left: 0;
    top: 124px;
    width: 250px;
    background: #f9f8eb;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    border: 1px solid #01833D;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

    #sidebar-wrapper-3 li:hover {
        background-color: #8cb6da;
    }

    #sidebar-wrapper-3 li a {
        color: #444;
        padding: 0;
    }

        #sidebar-wrapper-3 li a i {
            width: 20px;
        }

    #sidebar-wrapper-3 li {
        padding: .5rem 1rem;
    }

.sidebar-wrapper-2-demand {
    width: 250px;
    margin-left: -250px;
    left: 0;
    position: fixed;
    z-index: 1000;
    top: 124px;
    background: #f9f8eb;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

@media (max-width: 992px) {
    /*#sidebar-wrapper-2 {
        width: 250px;
        margin-left: -250px;
        left: 0;
        position: fixed;
        z-index: 1000;
        top: 74px;
        background: #f9f8eb;
        transition: all 0.5s ease-in 0s;
        -webkit-transition: all 0.5s ease-in 0s;
        -moz-transition: all 0.5s ease-in 0s;
        -ms-transition: all 0.5s ease-in 0s;
        -o-transition: all 0.5s ease-in 0s;
    }*/
}

@media (max-width: 1200px) {
}

#sidebar-wrapper .filtro {
    font-size: 16px;
    color: #28a745;
    font-weight: bold;
}

#sidebar-wrapper-2 .filtro {
    font-size: 16px;
    color: #28a745;
    font-weight: bold;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-nav li {
        line-height: 50px;
        text-indent: 20px;
    }

        .sidebar-nav li a {
            color: #999999;
            display: block;
            text-decoration: none;
        }

            .sidebar-nav li a:hover {
                color: #fff;
                background: rgba(255,255,255,0.2);
                text-decoration: none;
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 55px;
        line-height: 55px;
        font-size: 18px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

#menu-toggle {
    border: 1px solid #01833D;
    background-color: #9AD348;
    top: 85px;
    right: 0px;
    position: fixed;
    z-index: 1;
    padding: 6px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
}

/*#menu-toggle-2 {
    border: 1px solid #0E447C;
    background-color: #3d7baf;
    top: 145px;
    left: 0px;
    position: fixed;
    z-index: 1;
    padding: 6px;
    cursor: pointer;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
}*/

/*#menu-close-2 {
    display: none;
  }*/

@media (max-width: 992px) {
    /*#menu-toggle-2 {
        display: block;
    }*/

    #menu-close-2 {
        display: inline-block;
    }
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    top: 124px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

#sidebar-wrapper-2.active {
    left: 250px;
    width: 250px;
    top: 124px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

#sidebar-wrapper-3.active {
    left: 250px;
    width: 250px;
    top: 124px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.toggle {
    /*margin: 5px 5px 0 0;*/
    padding: 3px 7px 1px 7px;
}

/*------------------------------------------*/
/*--           NavBar con Buscador        --*/
/*------------------------------------------*/

.navbar .card-body {
    padding: 0.25rem;
}

    .navbar .card-body .icon-search {
        margin: 2px 2px 0 0;
    }

    .navbar .card-body input[type=search] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0.3rem;
        border-top-left-radius: 0.3rem;
        padding: .25rem .5rem;
    }

    .navbar .card-body .btn {
        border-top-right-radius: 0.3rem;
        border-bottom-right-radius: 0.3rem;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        padding: .25rem .5rem;
    }

        .navbar .card-body .btn i {
            display: none;
        }

.navbar-brand {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/*****************************/
/* Extras */
/*****************************/

header.masthead {
    margin-top: -80px;
}

header.masthead2 {
    text-align: center;
    color: white;
    background-image: url("../img/pi5.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 230px;
    background-size: cover;
}

#mainNav {
    border-bottom: 1px solid #0E447C;
}

#btnTelefono {
    color: #666 !important;
    margin-left: 50px;
}

    #btnTelefono:hover {
        color: #666 !important;
    }

#emailHelp {
    color: #f2f2f2!important;
}

#panel-lista-certificados .card-deck .card-text {
    text-align: justify;
}

#panel-lista-certificados .card-deck .card-body {
}

#footer a:hover {
    color: #ffbf00;
}

.navbar-nav .nav-item .nav-link {
    cursor: pointer;
}

.credits {
    text-align: center;
}

.bg-dark {
    background-color: #3d7baf !important;
}

.card-footer .btn-primary {
    width: 100%;
}

.btn-registro {
    display: none;
}

.progress-bar {
    background-color: #3d7baf;
}

.div-usuario-loged {
    text-decoration: underline;
}

.div-usuario-loged-session {
    /*margin-left: 20px;*/
}

.selected {
    background-color: #dbe5ed !important;
}

.table .btn-sm {
    padding: .1rem .5rem;
}

table.table-sm th, table.table-sm td {
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
}

.input-group-btn {
    margin-left: 1px;
}

/*------------------------------------------*/
.row-footer {
    border-top: 1px solid #dee2e6;
}

.row-footer [type=button] {
    height: 38px;
    width: 90px;
}

.row-footer .page-link {
    border: 1px solid #6c757d;
}

.row-footer .page-link:hover {
    border-color: #6c757d;
}

.form-check-label {
    margin-left: 1.25rem;
}

.form-check-input {
    margin-left: 0;
}

.input-group-append {
    margin-left: 0; 
}

.input-group-append .btn {
    background-color: #f0f0f0;
    border: 1px solid #ced4da;
}

.pagination {
    margin-bottom: 0;
}

/*------------------------------------------*/
/*------------------------------------------*/

.navbarResponsive {
    display: block;
    /*margin-top: 9px;*/
}

#btn-logo {
    display: inline-block;
}

.container-table {
    border: 1px solid #3d7baf;
}

.container-table-header .btn {
    margin-top: -4px;
}

.container-form {
    border: 1px solid #3d7baf;
}

/**************************** Input type price ***********************************/

.input-group-price .input-group-append {
    display: flex;
}

.input-group-price .input-group-prepend {
    display: flex;
}

.input-group-text-prepend {
    background: #aaa !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
    padding: 7px 10px;
}

.input-group-text-append {
    background: #aaa !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0 0.25rem 0.25rem 0 !important;
    padding: 7px 10px;
}

/**************************** Responsive custom ***********************************/

@media (max-width: 768px) {
    #btn-logo {
        display: none;
    }

    .navbarResponsive {
        display: none;
    }
}

@media (min-width: 769px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    #panel-lista-certificados .card .card-footer [type=button] .al-carrito {
        display: none;
    }
}

@media (max-width: 480px) {
    #mainNav .navbar-toggler {
        padding: 8px 10px 1px 10px;
    }

        #mainNav .navbar-toggler span {
            display: none;
        }

    .navbar .card-body .icon-search {
        display: none;
    }

    .navbar .card-body .btn i {
        display: inline-block;
    }

    .navbar .card-body .btn span {
        display: none;
    }
}

@media (max-width: 400px) {
    /*#mainNav .col
    , #mainNav .col-2
    , #mainNav .col-md-1
    , #mainNav .col-lg-1
    , #mainNav .col-8
    , #mainNav .col-md-8
    , #mainNav .col-lg-10 {
        padding-right: 0;
        padding-left: 0;
    }*/

    #panel-lista-certificados .card .card-footer [type=button] {
        width: 100%;
    }
}
