    #searchform label {
        display: none;
    }

    #searchform input {
        border: 0px solid #dcdcdc;
        border-radius: 2px;
        /* border-bottom: 2px solid #1c9ac7; */
        line-height: 34px;
        width: 96%;
        padding: 0 0% 0 4%;
        font-family: inherit;
        margin: 0;
        font-size: 13px;
        outline: none;
        background: #fdfdfd;
        transition: all 0.3s;
        color: #6f6f6f;
    }

    #searchform input#searchsubmit {
        font-size: 0;
        margin: 0;
        padding: 0;
        top: 0px;
        position: absolute;
        right: 0px;
        bottom: -2px;
        width: 100%;
        background: rgba(255, 255, 255, 0);
        border: 0;
        cursor: pointer;
    }

    form#searchform {
        position: relative;
        max-width: 100%;
        border: 1px solid #eaeaea;
        border-bottom: 0px;
    }

    .boxSearch {
        position: relative;
        width: 240px;
        margin: 2px 0;
    }

    .nav_right {
        float: right;
        margin-right: 20px;
    }

    .navSupport {
        overflow: hidden;
        padding: 8px;
    }

    .navSupport ul {
        margin: 0;
        font-size: 10.6px;
        text-transform: uppercase;
        color: #607D8B;
        padding: 0px 0px;
    }

    .navSupport ul li {
        list-style: none;
    }

    .navSupport ul > * {
        float: left;
    }

    .navSupport ul > span {
        padding: 0 4px;
        color: #ddd;
    }

    .rdIdentity {
        text-transform: uppercase;
        font-size: 11px;
        color: #595959;
        font-style: italic;
        line-height: 35px;
        height: 30px;
        background-image: url(../img/escudo_republica_dominicana.png);
        background-repeat: no-repeat;
        background-position: 1px 1px;
        padding-left: 28px;
        background-size: 25px;
        position: relative;
        margin-top: 0px;
    }
   .navSupport ul li a {
        text-decoration: none;
        color: #595959;
        font-weight: 300;
    }

    .navSupport ul li.middle {
        padding: 0 2%;
        margin: 0px 5%;
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #ddd;
    }

    .navSupport ul li a:hover {
    }

    #searchform input:focus {
        background: #f7f9ff;
        border-color: #2caddb;
        border: 1px dotted !important;
    }

    .rdHeaderMobile{
        background: #ffffff;
        color: #2caddb;
        padding: 2px 0;
        font-size: 12px;
        box-shadow: inset 0 -30px 30px -20px #f9fcff;
    }

    .rdHeaderMobile * {
        color: #16598f;
        font-size: inherit;
        display: table;
        margin: 0 auto;
    }

    .navSupport .icon {
        font-size: 30px;
        padding: 0px 6px;
        color: #0056a6;
    }

    .btnSearch {
        font-size: 0;
        margin: 0;
        padding: 0;
        top: 1px;
        position: absolute;
        right: 0;
        bottom: 2px;
        width: 18%;
        background: #ffffff;
        border: 0;
        box-shadow: -10px 0px 10px -10px rgba(19,29,37,0.20);
        font-family: 'gpweb';
        z-index: 0;
    }

    .btnSearch:before {
        content: "\e943";
        font-size: 22px;
        margin: 1px 7px;
        display: block;
        color: #5386b5;
    }

    .navSupport {
        border: 1px solid #eaeaea;
        overflow: hidden;
        padding: 8px;
        border-bottom-color: #eaeaea;
    }