@media only screen and (max-width: 459px) {
    .tituloAplicacion {
        display: none;
    }
}

.article__footer .link {

    position: fixed;
    bottom: 0;
    right: 20px;

}

.form-footer .btn {
    margin-top: 20px;
    /*width: 100%;*/
}

.ticket__body_block {

    padding: 16px 24px;
    font-size: 14px;

}

.help-search {

    padding-top: 40px;

}
.help-search p {

    font-size: 19px;
    font-weight: 300;

}
.search__title {

    font-size: 44px;
    color: #333;

}
.navlink {

    display: block;
    text-decoration: none !important;
    text-align: center;
    box-shadow: none !important;
    opacity: 1;
    transition: opacity 0.25s ease-out;
    outline: none;
    cursor: pointer;

}
.navlink:hover {

    opacity: 0.4;

}
.navlink div p {

    margin-bottom: 10px !important;
    min-height: 220px;

}
.navlink .navlink__title {

    font-size: 25px;
    margin-bottom: 0;
    color: #eb8b3a;
    font-weight: 600;

}
.navlink .navlink__descr {

    font-size: 16px;
    color: #333;
    font-weight: 300;

}
main > p[style*="color:red"] {

    display: none;

}

.grupoRadiosCustom{
    display: flex;
    padding: 0;
}

.radio-custom {

    margin-left: 40px;

}

span.subtitle {

    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    display: block;

}
.tituloAplicacion {

    font-size: 1.3rem;
    margin-bottom: 0;

}

.customImage{
    max-width: 320px;
}

.form {

    font-size: inherit;

}
.form-submit-ticket {
    box-shadow: none;
    padding: 0;
}
.form-submit-ticket .param {
    max-width: 100%;
    display: block;
}

.form-submit-ticket .param .attach {

    display: block;
    width: 100%;
    overflow: hidden;

}
.formGroupMD .contenedorCampoFormGroupMd {

    max-width: none;

}
.cust-help .contr {

    max-width: none;
    width: auto;
    padding: 0;

}
.btn.btn-full{
    /*background-color: #1776ea;*/
    background-color: #eb8b3a;
    color: #fff;
}
.breadcrumbs__inner {

    padding: 5px 0 0;

}
.article-heading-tip {

    text-align: left;
    justify-content: left;

}

.dropdown .dropdown-list, .dropdown-select .dropdown-list, .with-label .dropdown-list {
    z-index: 12;

}

.formGroupMD .contenedorCampoFormGroupMd .campoFormGroupMd textarea.inputFormGroupMd {

    font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.notification a.btn-full {

    width: auto;

}


ul.listado_manuales_consulta {
    margin-top: 20px;
    list-style: square;
}

@media only screen and (max-width: 767px) {
    .tituloAplicacion {

        font-size: 1.5rem;

    }
    .grupoRadiosCustom{
        display: block;
        padding: 0;
    }
    .article__footer .link {
        position: relative;
        right: 0;
    }
    

}

@media only screen and (max-width: 459px) {
    .separadorHorizontal {
        margin-bottom: 20px;
        margin-top: 10px !important;
    }
    body.headerFixed.toppedPage #content .contenedorSeccion {
        padding-top: 10px;
    }
    body.singlePage #content {
        padding-bottom: 0;
    }
    .breadcrumbs {
        margin-bottom: 10px;
    }
    .help-search {
        padding-top: 0;
    }
    .help-search p {
        font-size: 0.9rem;
    }
    .search__title {
        font-size: 1.6rem;
        color: #333;
    }
    .navlink div p {
        min-height: 0;
    }
    .customImage {
        max-height: 125px;
    }
    .navlink {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 30px;
        padding: 0;
    }
    .tituloAplicacion {
        display: none;
    }
    
    body.headerFixed #ribbon .paddingRibbon {
        padding: 0px !important;
    }
    #ribbon .panelAvatarUsuarioConectado {
        display: none;
    }
    #ribbon  #divAccionesPantalla {
        max-width: 100% !important;
        flex: unset;
        padding: 0;
    }
    #divAccionesPantalla div {
        width: 100%;
        flex: unset;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    #ribbon #divAccionesPantalla .row[style*="margin-top"] {
        margin-top: 1.3rem !important;
    }
    #ribbon #divAccionesPantalla .row .logo {
        max-width: 9rem;
    }
    .article__footer {
        margin: 0;
    }
    main > p:last-child {
        display: none;
    }
}




