div {
    padding: 0 1rem 0 0;
}


div span {
    display: inline-block;
}

/*Estilo del scrollbar según GOVCO*/
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 7px;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #004884;
    height: 50%;
}
/*fIN Estilo del scrollbar según GOVCO*/

.popupBig {
    padding: 0.5em;
    background-color: #FFFFFF;
    position: absolute;
    float: right;
    width: 900px;
    height: auto;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border: 1px solid gray;
}

.popupMedium {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5em;
    background-color: #FFFFFF;
    position: absolute;
    float: right;
    width: 60rem;
    height: auto;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border: 1px solid gray;
}

.text-font {
    font-weight: 400;
    color: #535353;
}

.border {
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border: 1px solid #bfbfbf;
}

.border-bottom,
.border-bottom-required {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 1rem;
}


.BorderGrilla {
    border-bottom: 25px solid #c7dfe0;
    margin: .5rem 0 0 0;
}


.form-table td > div, .BorderGrilla {
    padding: 0px;
    width: 100%;
}


.border-top {
    border-top: 1px solid #bfbfbf;
    margin-top: 1rem;
}

.field {
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    /*border: 1px solid #bfbfbf;*/
    font-size: 1.2rem;
    padding: .3rem .4rem;
}

.line {
    border-bottom: 1px solid #bfbfbf;
}

.center {
    text-align: center;
}


.rellenoSuave {
    border: 1px solid #c7dfe0;
    border-radius: 10px;
    margin: 1rem 0rem;
}


.inline {
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix::after {
    content: " ";
    display: table;
    clear: both;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #004884;
}

titulo__formulario {
    font-size: 1.3rem;
}

a {
    color: #3266cc;
}

i {
    color: #004884
}

a:hover {
    color: #6599ff;
    opacity: .75;
}

:focus {
    outline: none;
}

/*ul {
    padding-left: 100px;
    list-style-type: disc;
}*/

img {
    height: 100%;
}

legend {
    font-size: 1.2rem;
    margin: 2rem 0;
    font-weight: 500;
}

label {
    display: inline-block;
    font-size: 1rem;
    margin-top: .1rem;
    vertical-align: super;
    
}

.encuesta > label  {
    width: 100%;
}

.radio-label {
    display: inline-block;
    font-size: 1.08rem;
}

select,
input,
textarea {
    margin-top: 0.5rem !important;
}

.no-gutters {
    padding-left: 0;
    padding-right: 0;
}
/*Select con las especificaciones GOV.CO*/
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #004884 !important;
    text-transform: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    border-bottom: 1.5px solid #004884 !important;
    padding: 8px;
    padding-right: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    background: #E5EEFB !important;
    background-image: url(../icons/dropdown-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 99% 0.25rem !important;
}

    /*Internet Explorer*/
    select::-ms-expand {
        display: none;
    }


input,
textarea {
    width: 100%;
}


.input-deshabilitado {
    color: #0B457F !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0.3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-bottom: 1px solid #004884 !important;
    background-color: #E5EEFB;
    border: unset;
    line-height: 1.4 !important;
    padding: .375rem .5rem;
}

    .input-deshabilitado:disabled {
        color: #0B457F !important;
    }

.grupo {
    border: solid 1px #dbdbdb;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 7px;
}

.margen {
    margin-right: 1rem;
}

fieldset, .fieldsetMinusTop {
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 0;
}

.fieldsetMinusTop {
    margin-top: .6rem;
}

.numero-hojas {
    margin-top: 0.65rem !important;
    height: 3.15rem;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border: 2.5px solid #0B457F;
    margin-right: 0.5rem
}


input[type="checkbox"]:checked {
    background: url(../icons/check.svg);
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    border: 2.5px solid #0B457F;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    margin-right: 0.5rem;
    padding: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 2px solid #0B457F;
}

input[type="radio"]:checked {
    background: url(../icons/radio-icon.svg);
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: center;
}

input[type="file"] {
    background-color: #e3ecf9 !important;
    color: #004884 !important;
    margin-top: 1.15rem !important;
}

input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contenedor-pse {
    display: flex;
    flex-direction: row;
}

.img-pse {
    height: 60px;
    width: 60px;
    border: none;
    margin-left: 1rem;
    padding: 0;
}


div.ui-chkbox-box.ui-state-active span.ui-chkbox-icon,
div.ui-chkbox-box.ui-state-focus span.ui-chkbox-icon.ui-icon-check {
    background-image: url("../resources/icons/check-icon.svg");
    background-size: 0.7rem 0.7rem;
    background-position: 0.3rem 0.3rem;
    background-repeat: no-repeat;
}

.accept-checkbox {
    float: left;
}

.radio-container {
    margin: -0.4rem 0 0 0.6rem;
}

    .radio-container label {
        vertical-align: top;
        margin-right: .6rem;
    }

    .radio-container input[type="radio"] {
        position: relative;
        top: .2rem;
        margin-right: 1.2rem;
    }

.check-accept,
.check-link {
    display: inline-block;
    font-size: 1.08rem;
    margin: .6rem 0 0 .6rem;
}

.check-link {
    margin-left: .3rem;
    margin-top: .16rem;
}

.contenedor-botones {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    width: 100%;
    justify-content: flex-start
}

.boton {
    width: fit-content;
    margin-right: 1rem;
    box-shadow: none
}

.sinBorde {
    border: none;
    margin-top: 1rem;
}


button[type="submit"],
.button {
    -webkit-appearance: button;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border: none;
    font-size: 1.1rem;
    color: #ffffff;
    background: #3266cc;
    padding: .8rem 1.2rem;
    cursor: pointer;
}

    button[type="submit"]:hover,
    .button:hover {
        background: #6599ff;
    }

button[type="submit"] {
    display: inline-block;
    padding: .7rem 1.2rem;
}

    button[type="submit"] span {
        margin-top: .1rem;
    }




.big-button {
    padding: .89rem 1.2rem;
}


.smallButton {
    /*padding: .89rem 1.2rem;
    margin-right: 1rem; 
    width: 150px;*/
    padding: .89rem 1.2rem;
    margin-right: 1rem;
    width: 10rem;
}



.mediumButton {
    padding: .89rem 1.2rem;
    margin-right: 1rem;
    width: 13rem;
}

.bigButton {
    padding: .89rem 1.2rem;
    margin-right: 1rem;
    width: 16rem;
}



.gray {
    background: #C2C2C2;
}

.red {
    background: #e15a59 !important;
}

    .red:hover {
        background: #0fb4ae !important;
    }

.blue {
    background: #0fb4ae !important;
}

    .blue:hover {
        background: #3266cc !important;
    }

.green {
    background: #7ed321 !important;
}

    .green:hover {
        background: #0fb4ae !important;
    }

.button-margin-right {
    margin-right: .8rem;
}

.button:hover {
    color: #ffffff;
    text-decoration: none;
}

.next,
.prev,
.save,
.search,
.bin,
.repeat {
    display: inline-block;
    font-size: 1.2rem;
}

.next {
    margin: .2rem 0 0 1rem;
}

.prev,
.save,
.search,
.bin,
.repeat {
    margin: .2rem 1rem 0 0;
}

#user-city {
    width: 82%;
}

.search-button {
    display: inline-block;
    color: #535353;
    font-size: 1.8rem;
    position: relative;
    top: 3.2rem;
    left: 10rem;
}

    .search-button:hover {
        color: #3266cc;
        text-decoration: none;
        opacity: 100;
    }

input:-webkit-autofill,
textarea:-webkit-autofill,
/*select:-webkit-autofill {
    background-color: #ffffff !important;
}*/
.notification {
    border-bottom: 1px solid #bfbfbf;
    margin: .6rem 0 2.6rem 0;
}

    .notification ul {
        margin: 2.6rem 0 2rem 0;
    }

        .notification ul li {
            display: inline-block;
            font-size: 1.1rem;
            font-weight: 300;
            margin-right: .8rem;
            border-left: 1px solid #bfbfbf;
            padding-left: .9rem;
        }

            .notification ul li:first-child {
                border: none;
                padding-left: 0;
            }

            .notification ul li span {
                font-size: 1.4rem;
                font-weight: 400;
                margin-right: .4rem;
            }

    .notification p {
        font-size: 1.5rem;
    }

        .notification p span {
            font-size: 2rem;
            border-bottom: 2px solid #535353;
            padding-bottom: .2rem;
            margin: 0 .5rem;
        }

            .notification p span:before {
                color: #e15a59;
                vertical-align: middle;
                margin-right: .6rem;
            }

.icon-warning {
    border-bottom: none !important;
}

.top-message-box {
    background: #3266cc;
    padding: .8rem;
    margin: 0;
}

    .top-message-box p {
        color: #ffffff;
        font-size: .88rem;
        margin: 0;
        display: inline-block;
        float: left;
        width: 94%;
    }

    .top-message-box a {
        color: #ffffff;
        margin-top: .2rem;
        margin-right: -0.8rem;
        font-size: 1.1rem;
        opacity: 100;
    }

        .top-message-box a:hover {
            text-decoration: none;
            color: #ffffff;
        }

        .top-message-box a:focus {
            color: #ffffff;
        }

        .top-message-box a:after {
            display: none;
        }

.uk-alert {
    margin-bottom: 0;
}

.close-box {
    display: inline-block;
    float: right;
}


.message-box {
    padding: .75rem 2rem;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
    margin: 0.5rem 0;
    display: flex;
}

    .message-box p {
        font-size: .88rem;
        margin: 0;
        padding-left: .5rem;
        display: inline-flex;
        width: 95%;
    }


    .message-box > .icon-info,
    .message-box > .icon-error,
    .message-box > .icon-ok,
    .message-box > .icon-warning {
        font-size: 2.3rem;
        margin-right: 0;
    }

    .message-box > .icon-info {
        color: #004884;
    }

    .message-box > .icon-error {
        color: #e15a59;
    }


    .message-box > .icon-warning {
        color: #fdbf00;
    }

    .message-box > .icon-ok {
        color: #7ed321;
    }

.message-box-button {
    display: inline-block;
    margin-bottom: .6rem;
    margin-top: -0.6rem;
    font-size: 1rem;
    padding: .6rem .8rem;
}

.message-form {
    margin: 1.6rem 0;
}

.required-fields {
    font-size: .88rem;
}

.note {
    font-size: 1.1rem;
    font-weight: 300;
}

    .note .icon-warning {
        color: #e15a59;
        vertical-align: top;
        margin-right: .8rem;
        font-size: 1.6rem;
    }

.first-level-nav {
    margin: 0;
    padding: .4rem 1rem;
}

    .first-level-nav ul {
        display: block;
        margin: 0;
    }

    .first-level-nav li,
    footer li {
        display: inline-block;
        vertical-align: middle;
    }


.c-logo-nav {
    max-width: 14rem;
}

.c-logo-small-nav-bk {
    display: block;
   /* width: 14rem;
    height: 3.25rem;*/
    background: url(../img/cancilleria-logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

    .c-logo-small-nav-bk span,
    .c-logo-small-nav-bk span:hover {
        display: none;
    }

.s-logo-nav {
    max-width: 6.6rem;
    margin: .5rem 0 0 1.2rem;
}

.s-logo-small-nav-bk {
    display: block;
    width: 6.6rem;
    height: 1.98rem;
    /*background: url(../img/sitac-logo.svg);*/
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .s-logo-small-nav-bk span,
    .s-logo-small-nav-bk span:hover {
        display: none;
    }

.s-logo-nav-desk,
.s-logo-small-nav {
    display: none !important;
}

#second-level-nav {
    width: 100%;
    position: relative;
    top: 6.3rem;
    display: block;
    padding: 1.4rem 0;
    background: #fafafa;
    box-shadow: 0 -10px 20px 0px #333333;
    -moz-box-shadow: 0 -10px 20px 0px #333333;
    -webkit-box-shadow: 0 -10px 20px 0px #333333;
}

    #second-level-nav ul li {
        display: inline-block;
    }

    #second-level-nav.fixed-up {
        top: 4.4rem;
        position: fixed;
        z-index: 110;
    }

.dropdown-container {
    display: inline-block;
    margin-right: .6rem;
}

.second-level-nav-item {
    font-size: .9rem;
    cursor: pointer;
    border-right: 1px solid #bfbfbf;
    padding-right: .8rem;
}

    .second-level-nav-item:hover {
        opacity: .65;
    }

    .second-level-nav-item span:before {
        margin-left: .6rem;
        font-size: .5rem;
    }

    .second-level-nav-item a {
        color: #535353 !important;
    }

        .second-level-nav-item a:hover {
            color: #535353 !important;
            text-decoration: none;
        }

.second-line-item {
    margin-top: 1rem;
}

.uk-dropdown {
    top: 80%;
    left: initial;
    background: #ffffff;
    width: initial;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border: 1px solid #bfbfbf;
}

    .uk-dropdown li {
        display: block !important;
        padding: .12rem 0;
    }

        .uk-dropdown li:hover {
            background: #fafafa;
        }

        .uk-dropdown li a {
            color: #535353 !important;
            font-size: .82rem;
        }

            .uk-dropdown li a:hover {
                opacity: .75;
                text-decoration: none;
            }

.second-line-dropdown {
    top: 80%;
}

.uk-parent a span:before {
    font-size: .5rem;
    position: absolute;
    right: 2.6rem;
    margin-top: .4rem;
}

.uk-nav-sub li:hover {
    background: #ffffff !important;
}

.uk-nav-parent-icon > .uk-parent > a:after {
    content: '' !important;
}

.officer-profile {
    display: inline-block !important;
    float: right;
    margin-top: .3rem;
    margin-top: -2rem;
}

    .officer-profile .icon-user-round {
        position: relative;
        top: 2.9rem;
        right: 3.1rem;
        font-size: 2.2rem;
        color: #CECECE;
    }

    .officer-profile h5 {
        font-size: 1.06rem;
        margin: 0 0 .1rem 0;
        font-weight: 400;
    }

    .officer-profile .officer-info-li {
        font-size: .8rem;
        padding-right: .5rem;
    }

        .officer-profile .officer-info-li:after {
            content: '|';
            color: #bfbfbf;
            margin-left: .5rem;
        }

        .officer-profile .officer-info-li:first-child {
            padding-left: 0;
        }

        .officer-profile .officer-info-li:last-child:after {
            content: none;
        }


    .officer-profile.small {
        margin-top: -3rem;
    }

.officer-info-toggle,
.menu-toggle {
    display: inline-block;
}

.officer-info-toggle {
    float: left;
    color: #535353 !important;
    border-left: 1px solid #bfbfbf;
    font-size: .5rem;
    margin-left: .4rem;
    padding-left: .6rem;
    margin-top: -0.2rem;
}

    .officer-info-toggle:hover {
        text-decoration: none;
    }

.close-officer-info {
    position: absolute;
    top: -2rem;
    left: 7rem;
    border: none !important;
    color: #CECECE !important;
}

    .close-officer-info:hover {
        color: #E5E5E5 !important;
    }

.menu-toggle {
    float: right;
    margin-left: 2rem;
    font-size: .9rem;
    color: #535353 !important;
    margin-top: -0.6rem;
}

    .menu-toggle:hover {
        text-decoration: none;
    }

    .menu-toggle span:before {
        font-size: 1.6rem;
        vertical-align: middle;
        margin-left: .8rem;
    }

#officer-info {
    position: fixed;
    top: 6rem;
    margin-left: 11rem;
    text-align: center;
    width: 18rem;
    background: #ffffff;
    border: 1px solid #E3E3E3;
    z-index: 140;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    padding: 1.4rem;
}

    #officer-info .icon-warning {
        color: #e15a59;
        font-size: 2rem;
        position: relative;
        top: -1rem;
    }

    #officer-info h5 {
        font-size: 1rem;
        margin: 0 0 1.2rem 0;
    }

    #officer-info ul {
        float: none;
    }

    #officer-info li {
        text-align: center;
        font-weight: 300;
        margin-top: .2rem;
    }

    #officer-info a {
        border-top: 1px solid #bfbfbf;
        color: #535353;
        display: block;
        width: 100%;
        margin-top: 2rem;
        padding-top: 1.2rem;
    }

        #officer-info a:hover {
            text-decoration: none;
            color: #0fb4ae;
        }

.triangle:before {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    top: -2.01rem;
    margin: 0 auto;
    z-index: 150;
    background: #ffffff;
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content-container {
    margin: 0 1rem;
}

h1 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding-top: 1rem;
}

header > .required-fields {
    margin-top: -4.4rem;
}

.breadcrumb {
    display: none;
}

header p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8rem;
}

.form-tabs li {
    display: inline-block;
    margin-right: 1.2rem;
}

    .form-tabs li a {
        color: #535353;
    }

        .form-tabs li a:hover {
            text-decoration: none;
            opacity: 1;
            padding-bottom: .7rem;
        }

.form-tabs > .uk-active a,
.form-tabs a:hover {
    color: #3266cc;
    padding-bottom: .7rem;
    border-bottom: 3px solid #3266cc;
}


.AnchoGrilla {
    width: 60%;
}

.g-recaptcha {
    margin: 2rem 0;
}

.calendar {
    width: 100%;
}

    .calendar span {
        position: relative;
        margin-right: .4rem;
        bottom: 3.4rem;
        left: 103%;
        font-size: 2rem;
    }

.calendar-icon-button {
    color: #535353;
}

    .calendar-icon-button:hover {
        color: #0fb4ae;
        text-decoration: none;
        opacity: 100;
    }

.uk-datepicker {
    background: #ffffff;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border: 1px solid #bfbfbf;
}

.uk-datepicker-heading {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 1rem;
}

.uk-datepicker-table a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

    .uk-datepicker-table a:hover {
        background: #ececec;
        border: 1px solid #ececec;
    }

    .uk-datepicker-table a.uk-active {
        background: #ececec;
        color: #535353;
    }

.uk-datepicker-previous,
.uk-datepicker-next {
    color: #535353 !important;
}

    .uk-datepicker-previous:hover,
    .uk-datepicker-next:hover {
        color: #0fb4ae !important;
        opacity: 100 !important;
    }

    .uk-datepicker-previous::after,
    .uk-datepicker-next::after,
    .uk-modal-close:after {
        font-family: 'icomoon';
    }

    .uk-datepicker-next::after {
        content: "\e606";
    }

.autocomplete-suggestions {
    background: #ffffff;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border: 1px solid #bfbfbf;
    padding: 0;
    overflow: hidden;
}

.autocomplete-suggestion {
    margin: 0;
    cursor: pointer;
    padding: 1rem;
}

    .autocomplete-suggestion:hover {
        background: #ececec;
    }

.icon-dropdown {
    display: inline-block;
    font-size: .6rem;
    float: right;
    margin-right: 1rem;
    position: relative;
    top: 4.1rem;
}

.options-menu a {
    color: #535353;
    display: block;
    width: 100%;
    height: 100%;
}

    .options-menu a:hover {
        text-decoration: none;
        opacity: 1;
    }

.options-menu li {
    text-align: center;
    font-size: 1.06rem;
    margin-right: 1.8%;
    padding: 1rem 0;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
}

    .options-menu li:hover {
        cursor: pointer;
        background: #F5F5F5;
    }

    .options-menu li:nth-child(6),
    .options-menu li:nth-child(12) {
        margin-right: 0;
    }

    .options-menu li span:before {
        color: #3266cc;
        background: #fafafa;
        display: block;
        margin: 0 auto 1.2rem auto;
        width: 13rem;
        height: 9rem;
        padding-top: 4rem;
        font-size: 5.4rem;
        border-radius: 50%;
    }

.options-menu .icon-id-home:before,
.options-menu .icon-payments-home:before {
    height: 8rem !important;
    padding-top: 5rem !important;
    font-size: 4rem !important;
}

.options-menu .icon-apostil-home:before {
    height: 10.2rem !important;
    padding-top: 2.8rem !important;
    font-size: 6.6rem !important;
}



#document-type-error,
#document-number-error,
#autocomplete-error,
#document-place-error,
#document-date-error,
#agree-error,
#doubleNationality-error,
#user-name-error,
#user-first-lastname-error,
#user-second-lastname-error,
#user-sex-error,
#user-marital-status-error,
#user-ethnicity-error,
#user-birthday-error,
#autocompleteTwo-error,
#user-city-error,
#user-city-r-error,
#user-address-error,
#question-error,
#answer-error,
#procedure-error,
#blood-type-error,
#returns-error,
#passport-number-error,
#treatment-error,
#entity-error,
#authority-error,
#login-user-error,
#login-password-error {
    display: block;
    background: #e15a59;
    color: #ffffff;
    padding: 1rem 1rem 1.2rem .4rem;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    margin: .3rem 0 1.2rem 0;
    font-weight: 100;
}

    #document-type-error:before,
    #document-number-error:before,
    #autocomplete-error:before,
    #document-place-error:before,
    #document-date-error:before,
    #agree-error:before,
    #doubleNationality-error:before,
    #user-name-error:before,
    #user-first-lastname-error:before,
    #user-second-lastname-error:before,
    #user-sex-error:before,
    #user-marital-status-error:before,
    #user-ethnicity-error:before,
    #user-birthday-error:before,
    #autocompleteTwo-error:before,
    #user-city-error:before,
    #user-city-r-error:before,
    #user-address-error:before,
    #question-error:before,
    #answer-error:before,
    #procedure-error:before,
    #blood-type-error:before,
    #returns-error:before,
    #passport-number-error:before,
    #treatment-error:before,
    #entity-error:before,
    #authority-error:before,
    #login-user-error:before,
    #login-password-error:before {
        display: inline-block;
        content: " ";
        width: 1rem;
        height: 1rem;
        background: #e15a59;
        position: relative;
        bottom: 1.4rem;
        left: 1rem;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

#agree-error {
    margin-top: 1.2rem;
    width: 32.53333333333333%;
}

    #agree-error:before {
        left: 1rem;
    }

footer {
    background: #fafafa;
    margin-top: 3rem;
}

.legal {
    margin-top: 2rem;
    font-size: .86rem;
    text-align: center;
}

.c-logo-footer {
    width: 19rem;
    height: 3.3rem;
    display: block;
    margin: 1rem auto 1rem auto;
}

.uk-modal-dialog {
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border: 1px solid #bfbfbf;
    border: none;
    padding: 4rem 3rem;
}

    .uk-modal-dialog h1 {
        line-height: 2.4rem;
    }

    .uk-modal-dialog h2 {
        font-weight: 300;
        font-size: 1.4rem;
    }

.uk-modal-close:after {
    content: "\e602";
}

.uk-modal-close {
    position: relative;
    bottom: 3em;
}

    .uk-modal-close::before {
        content: "Cerrar";
        font-weight: 400;
        color: #535353;
        position: relative;
        top: 1.36rem;
        left: -3.16rem;
        font-size: 0.86rem;
    }

.uk-datepicker-previous::after {
    content: "\e608";
}

.uk-modal-dialog > .button {
    position: initial;
    display: inline-block;
    margin-top: 1.6rem;
}

    .uk-modal-dialog > .button:after,
    .uk-modal-dialog > .button:before {
        display: none;
    }

.grid-3 {
    width: 24.1% !important;
}

.grid-6 {
    width: 49% !important;
}

.web-visor-toggle {
    display: block;
    width: 100%;
    background: #fafafa;
    margin-top: 2rem;
    padding: 1.2rem 1.2rem .2rem 1.2rem;
    cursor: pointer;
}

    .web-visor-toggle:hover {
        background: #F5F5F5;
    }

    .web-visor-toggle h4 {
        display: inline-block;
    }

    .web-visor-toggle span:before {
        margin-top: .1rem;
        float: right;
        font-size: 1.2rem;
        display: inline-block;
    }

.uk-accordion > .uk-active .icon-web-plus:before {
    content: "\e61e";
    font-size: .12rem;
    position: relative;
    top: .5rem;
}

.web-visor-button-container {
    margin: 0.6rem 0 0rem 0;
}

.web-visor-button-container-center {
    display: flex;
    align-items: center; /* Alinea verticalmente */
    gap: 8px; /* Espaciado entre controles */
}

.form-table {
    width: 100%;
    margin-top: .6rem;
    border-collapse: separate !important;
    border-spacing: 2px;
}

    .form-table .table-header {
        background: #fafafa;
        border-bottom: 1px solid #bfbfbf;
    }

    .form-table tr:hover {
        background: #c7dfe0;
    }

    .form-table td {
        border: 1px solid #E3E3E3;
        padding: .5rem .5rem 0 .5rem;
    }

    .form-table th {
        color: #333333 !important;
        background: #dce8fe !important;
        border: none !important;
        padding-left: .9rem;
        padding-top: .8rem;
        padding-right: .6rem;
        padding-bottom: .9rem;
        border-radius: .2em;
        -webkit-border-radius: .2em;
        -moz-border-radius: .2em;
    }

    .form-table td,
    .form-table th,
    .form-table label {
        font-size: .9rem;
        vertical-align: inherit;
    }

    .form-table td,
    .form-table th {
        text-align: left;
    }

        .form-table td li {
            text-align: justify;
            padding-top: 0.6rem;
        }

    .form-table label {
        margin-top: 0rem;
    }

    .form-table input,
    /*.form-table select {
        padding: .4rem .6rem;
        font-size: .9rem;
    }*/
    .form-table input:hover,
    .form-table select:hover,
    .form-table input:focus,
    .form-table select:focus {
        background: #ffffff;
    }

    /*.form-table select {
        background: #ffffff;
        margin-top: .55rem;
        padding: .26rem .6rem;
    }*/

    .form-table a:hover {
        text-decoration: none;
    }

.td-no-border {
    border-left: none !important;
}

.form-table tr:nth-child(even) {
    background: #fafafa;
}

.form-table tr:nth-child(odd) {
    background-color: #fff;
}

.rellenoSuave tr:nth-child(even) {
    background: #fafafa;
}

.rellenoSuave tr:nth-child(odd) {
    background: #fafafa;
}




.doc-container {
    width: 49%;
    display: inline-block;
}

.doc-container-principal {
    width: 70%;
    display: inline-block;
}

.doc-container .message-box {
    margin: 2rem 0 0 0;
}

.doc-form-container {
    width: 48.5%;
}

    .doc-form-container .col-one {
        margin-right: 1.4%;
    }

    .doc-form-container p {
        font-size: .9rem;
        font-weight: 300;
    }

        .doc-form-container p strong {
            margin-left: .6rem;
        }

            .doc-form-container p strong:first-child {
                margin-left: 0;
            }

    .doc-form-container .message-box {
        margin-bottom: 2rem;
    }

        .doc-form-container .message-box p {
            width: 86%;
            font-size: .8rem;
        }

    .doc-form-container .big-button {
        display: inline-block;
        margin-top: .8rem;
        padding: .7rem .6rem;
    }

    .doc-form-container button[type="submit"] {
        padding: .8rem .6rem;
    }

    .doc-form-container .button-margin-right {
        margin-right: .3rem;
    }

.doc-form-info {
    margin: .4rem 0;
}

.doc {
    background: #fafafa url('../img/doc-icon.svg') no-repeat center center;
    border: 2px solid #DCDCDC;
    width: 100%;
    margin-top: .5rem;
}

.doc-container,
.doc-form-container {
    display: inline-block;
    vertical-align: top;
}

.iframePdf {
    width: 100%;
    height: 500px;
}

.login-body {
    background-color: #535353;
    background-image: url(../img/cielo-mapa.jpg);
    background-repeat: repeat-y;
    background-size: cover;
}

.login-container {
    padding-top: 4.6rem;
}

.login-form-container {
    max-width: 460px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem 2rem 1rem 2rem;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
}

    .login-form-container .c-logo-footer {
        margin: 2.4rem auto !important;
    }

    .login-form-container p {
        margin-top: 1.2rem;
        display: block;
    }

    .login-form-container a {
        color: #bfbfbf;
    }

        .login-form-container a:hover {
            color: #0fb4ae;
        }

    .login-form-container button {
        margin-top: .4rem;
    }

.login-form {
    padding: 0 3rem 1rem 3rem;
    margin-top: -0.6rem;
}

.login-sitac-logo {
    display: block;
    margin: 0 auto 1.6rem auto;
}

.login-footer {
    background: rgba(0, 0, 0, 0.3);
    padding: .3rem 1rem;
}

    .login-footer p,
    .login-footer a {
        letter-spacing: .03rem;
        color: #ffffff;
        margin-top: 1rem;
    }

.login-html,
.login-body {
    height: 100%;
    background-color: #535353;
}

.login-container {
    min-height: 100%;
    margin-bottom: -7rem;
}

    .login-container:after {
        content: '';
        display: block;
    }

    .login-footer,
    .login-container:after {
        height: 4rem;
    }



#sticky-header {
    transition: all 0.4s ease;
    width: 100%;
    background: #ffffff;
    position: fixed;
    box-shadow: 0 -10px 20px 0px #333333;
    -moz-box-shadow: 0 -10px 20px 0px #333333;
    -webkit-box-shadow: 0 -10px 20px 0px #333333;
    top: 0;
    z-index: 120;
}

.first-header {
    margin-top: 5rem;
}



/*@media (min-width: 1024px) {*/

#sticky-header.sticky {
    height: 4.4rem;
    overflow: hidden;
}

.c-logo-nav.invisible,
.s-logo-nav-desk.invisible {
    display: none !important;
}

.c-logo-small-nav.visible {
    display: inline-block !important;
    max-width: 12rem;
    margin: -0.4rem 1rem 0 0;
}

.s-logo-small-nav.visible {
    display: inline-block !important;
    max-width: 23rem;
    margin-top: -0.38rem;
}

.breadcrumb.visible {
    display: inline-block !important;
    float: right;
    text-align: right;
    margin-top: .3rem;
    color: #999;
}

.top-message-box {
    position: relative;
    top: 5.4rem;
}

#after-sticky-message-box {
    margin-top: 5px;
}


.first-level-nav ul {
    float: left;
    padding: 0;
}

.c-logo-nav {
    max-width: 17rem;
}

.s-logo-nav-desk {
    display: inline-block !important;
    max-width: 16rem;
    margin-left: 1.6rem;
}

.c-logo-small-nav-bk {
    display: block;
    width: 27rem;
    height: 4rem;
    background: url(../img/cancilleria-logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

    .c-logo-small-nav-bk span,
    .c-logo-small-nav-bk span:hover {
        display: none;
    }

.s-logo-nav-desk-bk {
    background-size: contain;
    width: 27em;
    height: 3em;
    background-repeat: no-repeat;
    background-position-y: center;
}

.spTitulo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    font-size: x-large;
}


.s-logo-nav-desk-bk span,
.s-logo-nav-desk-bk span:hover {
    display: none;
}

.c-logo-small-nav.visible > .c-logo-small-nav-bk {
    width: 12rem;
    height: 2.81rem;
}

.s-logo-small-nav.visible > .s-logo-small-nav-bk {
    display: block;
    width: 23rem;
    height: 1.61rem;
    background: url(../img/sitac-logo-small.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .s-logo-small-nav.visible > .s-logo-small-nav-bk span,
    .s-logo-small-nav.visible > .s-logo-small-nav-bk span:hover {
        display: none;
    }

.s-logo-nav {
    display: none !important;
}

.content-container {
    max-width: 1100px; /*960px;*/
    margin: 0 auto;
}

.wide-container {
    max-width: 1400px;
    margin: 0 auto;
}


header > .required-fields {
    float: right;
    margin-top: -2.8rem;
}

.border-bottom-required {
    padding-bottom: 1rem;
}

.titulo__formulario {
    font-size: 1.5rem;
    font-weight: 500;
}

/*select {
    padding-right: 1.5rem;
    background-position: 99% 1rem;
}

    select:focus {
        background-position: 96.6% 1.1rem;
    }*/

.col {
    display: inline-block;
    width: 31.53333333333333%;
    vertical-align: top;
}

.col-one,
.col-two,
.col-three {
    margin-right: 0.89%;
    padding-right: 1em;
}

.inline-buttons {
    margin-top: 2.9rem;
    display: inline-block;
}

.g-recaptcha {
    margin-bottom: 1rem;
}

.uk-modal-dialog {
    width: 54rem;
}
/*}*/

/*Fin media 1024*/


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?-wb8e3q');
    src: url('../fonts/icomoon.eot?#iefix-wb8e3q') format('embedded-opentype'), url('../fonts/icomoon.ttf?-wb8e3q') format('truetype'), url('../fonts/icomoon.woff?-wb8e3q') format('woff'), url('../fonts/icomoon.svg?-wb8e3q#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
    content: "\e600";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-close:before {
    content: "\e602";
    margin-right: .3rem;
}

.icon-dropdown:before {
    content: "\e603";
    margin-right: .3rem;
}

.icon-error:before {
    content: "\e604";
    margin-right: .3rem;
}

.icon-warning:before {
    content: "\e605";
    margin-right: .3rem;
}

.icon-info:before {
    content: "\e605";
    margin-right: .3rem;
}

.icon-next:before {
    content: "\e606";
    margin-right: .3rem;
}

.icon-ok:before {
    content: "\e607";
    margin-right: .3rem;
}

.icon-prev:before {
    content: "\e608";
    margin-right: .3rem;
}

.icon-search:before {
    content: "\e609";
    margin-right: .3rem;
}

.icon-save:before {
    content: "\e60a";
    margin-right: .3rem;
}

.icon-warning:before {
    content: "\e60b";
    margin-right: .3rem;
}

.icon-users-home:before {
    content: "\e60c";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-user-round:before {
    content: "\e61a";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-user:before {
    content: "\e900";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-share:before {
    content: "\e901";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-key-home:before {
    content: "\e60d";
    margin-right: .3rem;
}

.icon-hand-home:before {
    content: "\e60e";
    margin-right: .3rem;
}

.icon-procedures-home:before {
    content: "\e60f";
    margin-right: .3rem;
}

.icon-stamp-home:before {
    content: "\e617";
    margin-right: .3rem;
}

.icon-id-home:before {
    content: "\e610";
    margin-right: .3rem;
}

.icon-nationality-home:before {
    content: "\e612";
    margin-right: .3rem;
}

.icon-passport-home:before {
    content: "\e611";
    margin-right: .3rem;
}

.icon-visa-home:before {
    content: "\e618";
    margin-right: .3rem;
}

.icon-help-home:before {
    content: "\e613";
    margin-right: .3rem;
}

.icon-archive-home:before {
    content: "\e614";
    margin-right: .3rem;
}

.icon-payments-home:before {
    content: "\e615";
    margin-right: .3rem;
}

.icon-apostil-home:before {
    content: "\e616";
    margin-right: .3rem;
}

.icon-menu:before {
    content: "\e619";
    margin-right: .3rem;
}

.icon-user-round:before {
    content: "\e61a";
    margin-right: .3rem;
}

.icon-next2:before {
    content: "\e61b";
    margin-right: .3rem;
}

.icon-down:before {
    content: "\e61c";
    margin-right: .3rem;
}

.icon-web-plus:before {
    content: "\e61d";
    margin-right: .3rem;
}

.icon-web-minus:before {
    content: "\e61e";
    margin-right: .3rem;
}

.icon-bin:before {
    content: "\e61f";
    margin-right: .3rem;
}

.icon-repeat-1:before {
    content: "\e620";
    margin-right: .3rem;
}

.icon-repeat-back:before {
    content: "\e621";
    margin-right: .3rem;
}

.icon-reject:before {
    content: "\e622";
    margin-right: .3rem;
}

.icon-logout:before {
    content: "\e623";
    margin-right: .3rem;
}

.icon-statistics:before {
    content: "\e624";
    margin-right: .3rem;
}

.icon-edit:before {
    content: "\e625";
    margin-right: .3rem;
}

.icon-print:before {
    content: "\e626";
    margin-right: .3rem;
}

.icon-shopping-cart:before {
    content: "\e627";
    margin-right: .3rem;
}

.icon-shopping-cart-remove:before {
    content: "\e628";
    margin-right: .3rem;
}

.icon-approve:before {
    content: "\e629";
    margin-right: .3rem;
}

.icon-earth:before {
    content: "\e9ca";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-phone:before {
    content: "\e942";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-location2:before {
    content: "\e948";
    font-size: 1.1rem;
    color: #3266cc;
    margin-right: .3rem;
}

.icon-envelop:before {
    content: "\e945";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-drivers-license:before {
    content: "\e900";
    color: blue;
    margin-right: .3rem;
}

.icon-mobile:before {
    content: "\e958";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-fax:before {
    content: "\e900";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-sphere:before {
    content: "\e9c9";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-clock:before {
    content: "\e94e";
    color: #3266cc;
    margin-right: .3rem;
}

.icon-envelop1:before {
    content: "\e946";
    color: #3266cc;
    margin-right: .3rem;
}

.AcomodarInformativo {
    float: right;
    top: -5.5rem;
    position: relative;
}

.labelImportante {
    font-size: 1.3rem;
    margin: .6rem 0 0 0;
    font-weight: bold;
}

.tituloLegend {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 2rem 0 1rem 0;
    width: 100%;
}

.tituloPopup {
    font-size: 1.7rem;
    margin: 1rem 0 0 0;
}

.tituloCerrar {
    margin: 1rem 0 0 0;
    float: right;
}



.eliminarEspacio {
    margin-right: -2px;
}

.agregarEspacio {
    margin-right: .5rem;
}

.ocultar {
    display: none;
}

.botonImagen {
    padding: 1px;
    border: hidden;
    Height: 40px;
    width: 40px;
    margin: 0;
}


#wizHeader {
    counter-reset: step;
    padding-left: 0;
    margin-left: -2rem;
    display: flex;
    justify-content: space-between;
}

    #wizHeader li {
        list-style-type: none;
        width: 15%;
        float: left;
        font-size: 10px;
        position: relative;
        text-align: center;
        /*text-transform: uppercase;*/
        color: #7d7d7d;
        line-height: 1.2;
    }

        #wizHeader li a {
            text-decoration: none;
            cursor: none;
            line-height: 1;
            color: #004884;
        }


        #wizHeader li:before {
            width: 30px;
            height: 30px;
            content: counter(step);
            counter-increment: step;
            line-height: 27px;
            border: 2px solid #b1b0b0;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
            font-size: 1rem;
            font-weight: 500;
        }

        #wizHeader li:after {
            width: 100%;
            height: 4px;
            content: '';
            position: absolute;
            background-color: #004884;
            top: 10px;
            left: -50%;
            z-index: -1;
        }

        #wizHeader li:first-child:after {
            content: none;
        }

        #wizHeader li.prevStep {
            color: white;
        }

            #wizHeader li.prevStep:before {
                border-color: #55b776;
                background-color: #55b776;
            }

            #wizHeader li.prevStep + li:after {
                background-color: #55b776;
            }

        #wizHeader li.currentStep {
            color: white;
        }

            #wizHeader li.currentStep:before {
                border-color: #004884;
                background-color: #004884;
            }

            #wizHeader li.currentStep + li:after {
                background-color: #3266cc;
            }

.prevStep > a {
    color: #4b9772 !important;
}


.content {
    height: 150px;
    padding-top: 75px;
    text-align: left;
    background-color: #F9F9F9;
    font-size: 48px;
}



.error_validacion {
    color: #e15a59;
    border-radius: .5rem;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem;
    /*background: #e15a59;*/
    display: inline-block;
    text-align: justify;
}
 


.error_validacionEncuesta {
    border-radius: .5rem;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem;
    background: #e15a59;
    display: inline-block;
}

span {
    display: inline-block;
}

    span.titulo {
        width: 100%;
    }

.titulo {
    font-weight: 900;
}

.checkAcepto {
    margin: 0;
    margin-right: 0.5em;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.updateProgress {
    padding: 0.5em;
    background-color: #FFFFFF;
    /*position: fixed;*/
    /*height: auto;*/
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    margin: 1rem;
    max-width: 40rem;
}

.spanLista {
    width: 100%;
    padding-top: .2rem;
}


/*TABLAS*/

th {
    background-color: #004884;
    color: white;
}

th, td {
    padding: 1rem 0.25rem;
    border: none;
    border-bottom: 1px solid #ddd;
}

.radioButtonList th, td {
    padding: 0.2rem 0.25rem;
    border: none;
}

.radioButtonList label {
    display: inline-block;
    font-size: 1rem;
    margin-top: .1rem;
    vertical-align: middle;
    text-align: justify;
    /*width: 95%;*/
}


.columna-descripcion {
    width: 90%
}

.tablas {
    margin-top: 1.25rem;
    margin-bottom: 1rem
}

.miTable {
    display: table;
    border: hidden;
}

.miRow {
    display: table-row;
    border: hidden;
}

.miCell {
    display: table-cell;
    border: hidden;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
}

.miTableBorde {
    display: table;
    width: 80%;
    margin-top: 0.5em;
    border-collapse: separate !important;
    border-spacing: 2px;
}

.miRowBorde {
    display: table-row;
    background: #ffffff;
    border: 1px solid #E3E3E3;
    padding: 5px 5px;
}

.miCellBorde {
    display: table-cell;
    border-width: thin;
    background: #ffffff;
    border: 1px solid #E3E3E3;
    padding: 5px 5px;
}

.columna4 {
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
    padding: 0 .6rem .6rem 0;
}

.columna2 {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    padding: 0 .6rem .6rem 0;
}

.columna {
    display: inline-block;
    vertical-align: top;
    padding: 0 .6rem .6rem 0;
    width: 100%;
}

.mostrarEnGrupo {
    float: left;
    padding: 0 .6rem .6rem 0;
    width: 70%;
}

.spanTituloBanner {
    font-size: 1.6rem;
    font-weight: 600;
    margin-left: 7rem;
}

.DlblMensajes {
    padding-left: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: justify;
}

.imgPago {
    border: none;
    background: url(../img/crediBanco.png) no-repeat;
    width: 135px !important;
    height: 43px;
}

    .imgPago:hover {
        background: url(../img/crediBanco.png) no-repeat !important;
        width: 135px !important;
        height: 43px;
        background-color: Gray;
        filter: alpha(opacity=50);
        opacity: 0.70;
    }



@media only screen and (min-width: 0px) and (max-width: 313px) {
    .first-header {
        margin-top: 4rem;
    }

    .spanTituloBanner {
        font-size: 1rem;
        margin: -1rem 0 0 -3rem;
        width: 3rem;
    }


    #wizHeader {
        display: none;
        list-style-type: none;
        padding-bottom: .5rem;
    }
}


@media only screen and (min-width: 0px) and (max-width: 420px) {
    #wizHeader {
        display: none;
        list-style-type: none;
        padding-bottom: .5rem;
    }

        #wizHeader .first-header {
            margin-top: 4rem;
        }

    .content-container {
        padding: 0 3%;
    }

    .c-logo-small-nav-bk {
        display: -webkit-flex;
        background: url(../img/cancilleria-logoMovil.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 200px;
        margin-top: 0.75rem;
    }

    .spanTituloBanner {
        font-size: 1rem;
        width: 7rem;
    }

    .first-level-nav, .first-level-nav ul, .first-level-nav ul li {
        margin: 0;
        padding: 0;
    }

    .columna {
        display: inline-block;
        vertical-align: top;
        padding: 0 .6rem .6rem 0;
        width: 100%;
    }


    .border-bottom-required {
        border-bottom: 1px solid #bfbfbf;
        padding-bottom: 2rem;
        /*margin: 0;*/
    }


    .chzn-container-single .chzn-single {
        width: 100%;
    }


    .GriTraductores table, .GriTraductores thead, .GriTraductores tbody, .GriTraductores th, .GriTraductores td, .GriTraductores tr {
        display: block;
    }

    .GriTraductores th {
        display: none;
        visibility: hidden;
    }

    .GriTraductores tr:first-child td {
        font-weight: 200;
    }

    .GriTraductores td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 30%;
        text-align: left;
    }

        .GriTraductores td:before {
            position: absolute;
            top: .3rem;
            left: .3rem;
            width: 70%;
            padding-right: .3rem;
            white-space: nowrap;
        }

        .GriTraductores td:nth-of-type(1):before {
            content: "Idioma";
        }

    .GriTraductores .form-table td:nth-of-type(2):before {
        content: "Nombres";
    }

    .GriTraductores .form-table td:nth-of-type(3):before {
        content: "Direccion";
    }

    .GriTraductores .form-table td:nth-of-type(4):before {
        content: "Telefonos";
    }

    .GriTraductores td:nth-of-type(5):before {
        content: "Email";
    }

    header > h1 {
        font-size: 6vw;
    }

    .doc-container {
        width: 100%;
        height: 390px;
        margin: .2%;
    }


    .doc-container-principal {
        width: 100%;
        height: 390px;
        margin: .2%;
    }

    .iframePdf {
        height: 390px;
    }


    .AnchoGrilla {
        width: 100%;
    }

    /*.popupMedium {
        width: 340px;
        top: -2rem;
        left: -25px;
        height: 90vh;
        overflow-y: auto;
                top: 50%;
        left: 50%;
        transform: translate(-40%, -30%);
    }*/

    .popupMedium {
        width: 340px;
        top: -2rem;
        left: -25px;
        height: 80vh;
        overflow-y: auto;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -10%);
    }

    .message-box > .icon-info {
        display: none
    }






    @media only screen and (min-width: 421px) and (max-width: 475px) {
        #wizHeader {
            visibility: visible;
            list-style-type: none;
            padding-bottom: .5rem;
        }

        .spanTituloBanner {
            font-size: 1.3rem;
            font-weight: 600;
            margin-top: 0;
        }

        header > h1 {
            font-size: 3.1vw;
        }

        .doc-container {
            width: 100%;
            height: 390px;
            margin: .2%;
        }

        .doc-container-principal {
            width: 100%;
            height: 390px;
            margin: .2%;
        }

        .iframePdf {
            height: 390px;
        }

        .AnchoGrilla {
            width: 100%;
        }

        .popupMedium {
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .message-box > .icon-info, .message-box > .icon-error, .message-box > .icon-ok, .message-box > .icon-warning {
            font-size: 1rem;
            margin-right: 0;
        }
    }


    @media only screen and (min-width: 421px) and (max-width: 655px) {
        #wizHeader {
            display: none;
            list-style-type: none;
            padding-bottom: .5rem;
        }

        .first-header {
            margin-top: 4rem;
        }

        .content-container {
            padding: 0 3%;
        }

        header > .required-fields {
            float: right;
            margin-top: -2.8rem;
        }

        .c-logo-small-nav-bk {
            display: -webkit-flex;
            background: url(../img/cancilleria-logoMovil.png);
            background-position: 0 0;
            background-repeat: no-repeat;
        }

        .spanTituloBanner {
            font-size: 1.3rem;
            font-weight: 600;
            margin-top: 0;
            width: 7rem;
        }


        .first-level-nav, .first-level-nav ul, .first-level-nav ul li {
            margin: 0;
            padding: 0;
        }

        .first-level-nav {
            padding: .3rem 0rem .3rem 0rem;
        }

        .columna {
            display: inline-block;
            vertical-align: central;
            width: 90%;
            padding: 0 .6rem .6rem 0;
        }

        /*select {
        padding-right: 1.5rem;
        background-position: 99% 1rem;
        width: 100%;
    }

        select:focus {
            background-position: 98% 1.1rem;
        }*/

        .message-box > .icon-info,
        .message-box > .icon-error,
        .message-box > .icon-ok
        .message-box > .icon-warning {
            font-size: 2rem;
            margin-left: 1rem;
        }

        .message-box p {
            width: 93%;
        }



        .chzn-container-single .chzn-single {
            width: 100%;
        }

        header > h1 {
            max-width: 100%;
            font-size: 3.5vw;
        }

        .doc-container {
            width: 100%;
            height: 390px;
            margin: .2%;
        }

        .doc-container-principal {
            width: 100%;
            height: 390px;
            margin: .2%;
        }

        .iframePdf {
            height: 390px;
        }

        .AnchoGrilla {
            width: 100%;
        }

        .popupMedium {
            width: 400px;
        }

            .popupMedium * {
                font-size: 0.85rem
            }
    }




    /*Actualizada la media. de 601px hasta 900px  -- @media (max-width: 750px) {*/
    @media only screen and (min-width: 656px) and (max-width: 900px) {
        #wizHeader {
            visibility: visible;
            list-style-type: none;
            padding-bottom: .5rem;
        }

        .columna {
            display: inline-block;
            vertical-align: central;
            width: 48%;
            padding: 0 .6rem .6rem 0;
        }

        .content-container {
            padding: 0
        }

        .first-header {
            margin-top: 4rem;
        }

        .first-level-nav ul {
            float: left;
            display: block;
            margin: 0;
        }

            .first-level-nav, .first-level-nav ul, .first-level-nav ul li {
                margin: 0;
                padding: 0;
            }

        .first-level-nav {
            padding: .3rem 0rem .3rem 0rem;
        }


        .spanTituloBanner {
            font-size: 2rem;
            font-weight: 600;
            margin-top: .8rem;
        }

        /*select {
        padding-right: 1.5rem;
        background-position: 99% 1rem;
        width: 100%;
    }

        select:focus {
            background-position: 97% 1.1rem;
        }*/

        .message-box p {
            width: 95%;
        }

        .message-box > .icon-info,
        .message-box > .icon-error,
        .message-box > .icon-ok
        .message-box > .icon-warning {
            font-size: 2.3rem;
            /*margin-left: -0.6rem;*/
            float: left;
        }

        .c-logo-footer {
            width: 24rem;
            height: 3.53rem;
        }

        .chzn-container-single .chzn-single {
            /*width:fit-content;*/
            width: 100%;
        }



        header > h1 {
            font-size: 3.5vw .5rem;
        }

        .AnchoGrilla {
            width: 100%;
        }
    }


    @media only screen and (min-width: 901px) and (max-width: 1100px) {
        #wizHeader {
            visibility: visible;
            list-style-type: none;
            padding-bottom: .5rem;
        }

        .columna {
            display: inline-block;
            vertical-align: central;
            width: 33%;
            padding: 0 .6rem .6rem 0;
        }

        .content-container {
            padding: 0 3%;
        }

        .spanTituloBanner {
            font-size: 2.5rem;
            font-weight: 600;
            margin-top: .8rem;
            text-align: center;
        }

        /*select {
        padding-right: 1.5rem;
        background-position: 99% 1rem;
        width: 100%;
    }

        select:focus {
            background-position: 98% 1.1rem;
        }*/

        .chzn-container-single .chzn-single {
            width: 100%;
        }
    }


    @media only screen and (min-width: 1101px) and (max-width: 3000px) {
        #wizHeader {
            visibility: visible;
            list-style-type: none;
            padding-bottom: .5rem;
        }

        .columna {
            display: inline-block;
            vertical-align: central;
            width: 33%;
            padding: 0 .6rem .6rem 0;
        }

        .content-container {
            padding: 0 3%;
        }

        /*select {
        padding-right: 1.5rem;
        background-position: 99% 1rem;
        width: 100%;
    }

        select:focus {
            background-position: 98% 1.1rem;
        }*/

        .chzn-container-single .chzn-single {
            width: 100%;
        }
    }
}