/*------Style.css v.2.0
Archivo NO MODIFICABLE por Área de Desarrollo 
Material exclusivo de ChileCompra ---*/


/*------------------------------------------------------------------------------ Mixins */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/*body {
    line-height: 1.618;
}*/

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'gobcl';
    src: url("fonts/gobcl_bold-webfont.eot");
    src: url("fonts/gobcl_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gobcl_bold-webfont.woff2") format("woff2"), url("fonts/gobcl_bold-webfont.woff") format("woff"), url("fonts/gobcl_bold-webfont.ttf") format("truetype"), url("fonts/gobcl_bold-webfont.svg#gobclbold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'gobcl';
    src: url("fonts/gobcl_heavy-webfont.eot");
    src: url("fonts/gobcl_heavy-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gobcl_heavy-webfont.woff2") format("woff2"), url("fonts/gobcl_heavy-webfont.woff") format("woff"), url("fonts/gobcl_heavy-webfont.ttf") format("truetype"), url("fonts/gobcl_heavy-webfont.svg#gobclheavy") format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'gobcl';
    src: url("fonts/gobcl_light-webfont.eot");
    src: url("fonts/gobcl_light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gobcl_light-webfont.woff2") format("woff2"), url("fonts/gobcl_light-webfont.woff") format("woff"), url("fonts/gobcl_light-webfont.ttf") format("truetype"), url("fonts/gobcl_light-webfont.svg#gobcllight") format("svg");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'gobcl';
    src: url("fonts/gobcl_regular-webfont.eot");
    src: url("fonts/gobcl_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gobcl_regular-webfont.woff2") format("woff2"), url("fonts/gobcl_regular-webfont.woff") format("woff"), url("fonts/gobcl_regular-webfont.ttf") format("truetype"), url("fonts/gobcl_regular-webfont.svg#gobclregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.row-no-rs {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

a {
    color: #0667b4;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #022849;
}

.componente {
    margin-bottom: 30px;
}

.main-nav-guid ul {
    float: left;
}

.main-nav-guid ul li {
    float: left;
    margin-left: 30px;
}

.main-nav-guid ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    display: block;
}

body {
    font-family: "gobCL";
    font-size: 16px;
    color: #252525;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
    line-height: 1.618;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

.marg-b-10 {
    margin: 0 0 10px 0;
}

.marg-b-20 {
    margin: 0 0 20px 0;
}

.marg-b-30 {
    margin: 0 0 30px 0;
}

.btn {
    margin-right: 10px;
    border-radius: 0;
    padding: 8px 16px;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    transition: all ease 200ms;
}

@media only screen and (max-width: 640px) {
    .btn {
        display: block;
        margin-bottom: 10px;
    }
}

.btn:active {
    box-shadow: 0 -20px 15px -10px rgba(0, 0, 0, 0.4) inset;
}

.btn-pri {
    background: #0667B4;
    color: #fff;
}

.btn-pri:hover {
    color: #fff;
    background: #034C87;
}

.btn-ghost {
    border: 1px solid #0667B4;
    background: none;
}

.btn-ghost:hover {
    color: #fff;
    background: #0667B4;
}

.btn-sec {
    background: #666;
    color: #fff;
}

.btn-sec:hover {
    color: #fff;
    background: #3d3d3d;
}

.btn-ter {
    background: #AAA;
    color: #fff;
}

.btn-ter:hover {
    color: #fff;
    background: #777;
}

.menu-transversal {
    background: #606060;
    padding: 0 10px;
    border-radius: 0;
    border: 0;
    min-height: auto;
}



.menu-transversal select {
    color: #fff;
    border: none;
    margin-top: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
    padding-right: 20px;
    background: url(../img/select-white.png) no-repeat right center #606060;
    height: 24px;
    font-size: 15px;
}

.menu-transversal select:focus,
.menu-transversal select:active {
    outline: 0;
}

.menu-transversal select:focus:-moz-focus-inner,
.menu-transversal select:active:-moz-focus-inner {
    outline: 0;
    border: 0px;
}

.menu-transversal ul {
    float: right;
}

.menu-transversal ul li {
    float: left;
    margin-right: 25px;
}

.menu-transversal ul.dropdown-menu {
    background: #606060;
}

.menu-transversal ul.dropdown-menu li {
    width: 100%;
    margin-right: 0;
}

.menu-transversal ul.dropdown-menu li a {
    width: 100%;
    padding: 8px 14px;
}

.menu-transversal ul.dropdown-menu li a:hover,
.menu-transversal ul.dropdown-menu li a:focus {
    background: #494949;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #474747;
}

.menu-transversal .caret {
    margin-top: -2px;
}

.caret {
    border-top: 7px dashed;
    border-top: 7px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

@media only screen and (max-width: 1024px) {
    .menu-transversal ul li {
        margin-right: 10px;
    }
}

.menu-transversal ul li:last-child {
    margin-right: 0;
}

.menu-transversal ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #fff!important;
    padding: 13px 10px 10px 10px;
    display: block;
    margin-bottom: 2px;
}

@media only screen and (max-width: 1024px) {
    .menu-transversal ul a {
        font-size: 13px;
    }
}

.menu-transversal ul a:hover {
    -webkit-box-shadow: inset 0 -3px 0 0 #fff;
    -moz-box-shadow: inset 0 -3px 0 0 #fff;
    -ms-box-shadow: inset 0 -3px 0 0 #fff;
    -o-box-shadow: inset 0 -3px 0 0 #fff;
    box-shadow: inset 0 -3px 0 0 #fff;
}

.menu-transversal .utilidades-accesibilidad {
    margin-top: 13px;
}

.menu-transversal .utilidades-accesibilidad li {
    margin-right: 10px;
}

.menu-transversal .utilidades-accesibilidad li:last-child a {
    margin-right: 0;
}

.menu-transversal .utilidades-accesibilidad li a {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-image: url(../img/acces-icon.png);
    padding: 0;
    cursor: pointer;
}

.menu-transversal .utilidades-accesibilidad li a.aumentar-texto {
    background-position: 0 0;
}

.menu-transversal .utilidades-accesibilidad li a.aumentar-texto:hover {
    background-position: 0 -20px;
}

.menu-transversal .utilidades-accesibilidad li a.disminuir-texto {
    background-position: -20px 0;
}

.menu-transversal .utilidades-accesibilidad li a.disminuir-texto:hover {
    background-position: -20px -20px;
}

.menu-transversal .utilidades-accesibilidad li a.alto-cont {
    background-position: -40px 0;
}

.menu-transversal .utilidades-accesibilidad li a.alto-cont:hover {
    background-position: -40px -20px;
}

.menu-transversal .utilidades-accesibilidad li a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.main-head {
    overflow: visible;
}

.main-menu {
    background: #0667B4;
    border-radius: 0;
    border: 0;
    width: 100%;
    overflow: visible;
    display: table;
}

.main-menu .dropdown-menu li {
    width: 100%;
}

.main-menu ul {
    float: right;
}

.main-menu svg {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin: -8px 6px 0px 6px;
}

.main-menu ul.dropdown-menu,
.main-menu li.dropdown.open {
    background: #034C87;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    background: #034C87!important;
}

.main-menu ul.dropdown-menu li a:hover {
    background: #023e6f!important;
}

.main-menu ul li {
    float: left;
}

.main-menu ul li:first-child a {
    border: none;
}

.main-menu ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #fff!important;
    padding: 15px 20px;
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}

.main-menu ul li a span {
    display: inline-block;
}

.ico-menu {
    background: #034c87 none repeat scroll 0 0;
    display: block;
    float: left;
    height: 20px;
    margin: -2px 10px 0 0;
    width: 20px;
}

.pasos {
    width: 100%;
    display: flex;
    padding: 0;
    min-height: 40px;
    font-size: 16px;
}

.pasos li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 8px 8px 8px 60px;
    background: #efefef;
    flex: 1;
}

@media only screen and (max-width: 640px) {
    .pasos li {
        width: auto !important;
        padding: 10px 10px 10px 50px;
    }
    .pasos li.active-step .step-wrap {
        display: inline-block !important;
    }
    .pasos li .step-wrap {
        display: none;
    }
}

.pasos li .step-wrap {
    font-size: 16px;
}

.pasos .completed {
    background: #E7F0F8;
    color: #252525;
}

.pasos .completed .step {
    background: #83b3DA;
}

.pasos .completed .step:after {
    border-color: transparent transparent transparent #83b3DA;
}

.pasos .completed .number {
    color: #022849;
}

.pasos .active-step {
    background: #0667B4;
    color: #fff;
}

.pasos .active-step .step {
    background: #022849;
}

.pasos .active-step .step:after {
    border-color: transparent transparent transparent #022849;
}

.pasos .active-step .number {
    color: #022849;
}

.step {
    background: #aeaeae;
    position: absolute;
    height: 100%;
    width: 40px;
    left: 0;
    top: 0;
}

.step:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #aeaeae;
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -5px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: dotted dotted solid solid;
}

.step-tooltip {
    background: #f0f0f0;
    bottom: -60px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
}

.step-tooltip:after,
.step-tooltip:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.step-tooltip:after {
    border-color: rgba(240, 240, 240, 0);
    border-bottom-color: #f0f0f0;
    border-width: 10px;
    margin-left: -10px;
}

.step-tooltip:before {
    border-color: rgba(222, 222, 222, 0);
    border-bottom-color: #DEDEDE;
    border-width: 11px;
    margin-left: -11px;
}

.step .number {
    width: 26px;
    height: 26px;
    background: #fff;
    display: block;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -13px;
    line-height: 180%;
}

.table-listado-proyectos th {
    text-align: center;
}

.table-listado-proyectos tbody td {
    text-align: center;
}

.table input[type="text"] {
    height: 40px;
    margin: 10px 0 0;
    width: 130px;
}

.table span {
    display: block;
    text-align: center;
}

.table .btn-pri {
    margin-bottom: 10px;
}

.table thead {
    border-right: 1px solid #044076;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 4px solid #0667b4;
}

.table thead tr th {
    background: #83b3DA;
    border-right: 1px solid #0667b4;
    font-weight: normal;
    color: #252525;
    -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    font-size:16px;
}
.table thead tr th:last-child
{
        border-right-color: #aeaeae;
    }
.table thead tr th.precio-tb {
    background: #0667b4;
    border-bottom: 4px solid #044076;
    color:#fff;
}

.table tbody {
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
}

.table tbody tr td {
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    transition: all ease 200ms;
    font-size:16px;
}

.table tbody tr td.precio-tb {
    background: #FDE5D2;
    border-bottom: 1px solid #aeaeae;
}

.table tbody tr:hover>td {
    background: #E7F0F8;
    border-bottom: 1px solid #aeaeae;
    border-top: 1px solid #aeaeae;
    border-right: 1px solid #252525;
}
.table tbody tr:hover>td:last-child 
{
      border-right-color: #aeaeae;  
    } 
.table tbody tr:hover>td.precio-tb {
    background: #FCCCA5;
}

.table tbody tr td {
    border-right: 1px solid #aeaeae;
}

.table tbody tr td:first-child {
    vertical-align: top;
}

.table tbody tr td:last-child {
    width: 150px;
}

.table tbody tr td:nth-child(2) {
    text-align: left;
}

.table tbody tr td:nth-child(2) a {
    text-align: left;
    margin-bottom: 10px;
}

.table a {
    display: block;
    text-align: center;
}

.table tr th,
.table tbody tr td {
    vertical-align: middle;
    border-top: 1px solid #efefef;
}

.table.table-text-left thead th {
    text-align: left;
}

.table.table-text-left tbody td,
.table.table-text-left tbody span {
    text-align: left;
}

.table.check-input tbody tr td:first-child {
    text-align: center;
}

.table.check-input tbody tr td input {
    margin: 0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.618;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #efefef;
}

@media only screen and (max-width: 640px) {
    .table-responsiva {
        border: none;
    }
}

@media only screen and (max-width: 640px) {
    .table-responsiva thead {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .table-responsiva tr {
        display: block;
        overflow: hidden;
        border-bottom: 5px solid #044076;
    }
}

@media only screen and (max-width: 640px) {
    .table-responsiva td {
        display: block;
        width: 100%;
        padding: 0 !important;
        overflow: hidden;
    }
    .table-responsiva td:last-child {
        width: 100% !important;
    }
    .table tr th,
    .table tbody tr td {
        border-top: 1px solid #3d3d3d;
    }
    .table tbody tr:hover>td {
        background: #E7F0F8;
        border-bottom:0px;
        border-top: 1px solid #3d3d3d;
       
    }
    .table tbody tr td.precio-tb
    {
        border-bottom:0px;
        
        }

}

.table-responsiva .label-table {
    float: left;
    width: 30%;
    text-align: left;
    display: none;
    padding: 8px;
    background: #83b3DA;
    color: #252525;
    box-shadow: inset -4px 0 0 0 #0667b4;
}

@media only screen and (max-width: 640px) {
    .table-responsiva .label-table {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .table-responsiva .wrap-td {
        padding: 8px;
        float: left;
        padding: 8px;
    }
}

.table-responsiva .precio-tb b {
    background: #0667b4;
    box-shadow: inset -4px 0 0 0 #044076;
    color:#fff;
}

.table-horizontal {
    width: 100%;
}

.table-horizontal.table-dual tr td:first-child {
    background: #efefef;
    font-weight: bold;
    width: 30%;
    text-align: right;
}

.table-horizontal td {
    border: 1px solid #aeaeae;
    padding: 8px;
    font-size:16px;
}

.resp-tabs-list {
    border-bottom: 3px solid #0667B4;
}

.resp-tabs-list li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;
    font-weight: bold;
    color: #252525;
    background: #efefef;
}

.resp-tabs-list .active {
    background: #0667B4;
    color: #fff;
}

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 16px;
}

.resp-tab-active {
    border-bottom: none;
    background-color: !important;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #3d3d3d;
    border-top-color: #83b3DA;
}

h2.resp-accordion {
   /* font-size: 13px;*/
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 8px 16px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}


/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}


/*-----------Accordion styles-----------*/

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #0667B4;
    /* !important;*/
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
        background: url(../img/mas-icon.png) no-repeat right center #8AB7DC;
        color: #fff;
        font-size: 16px;
    }
    h2.resp-accordion.active {
        background: url(../img/menos-icon.png) no-repeat right center #0667B4;
        color: #fff;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

.img-wrap {
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
    .img-wrap {
        width: 100%;
    }
}

.img-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.img-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.3);
}

.ico-small {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 10px;
    background-image: url(../img/ico-sprite.png);
}

.svg .ico-small {
    background-image: url(../img/ico-sprite.svg);
}

.input-wrap {
    margin-bottom: 20px;
}

.input-wrap input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #252525;
}

.input-wrap input[type="text"]:focus {
    box-shadow: 0 0 1px 0 #8AB7DC;
    border: 1px solid #8AB7DC;
}

.input-wrap input[type="text"].invalid {
    border: 1px solid #e74c3c;
    background: url(../img/val-neg.png) no-repeat right center #fff;
}

.input-wrap input[type="text"].invalid::-webkit-input-placeholder {
    color: #e74c3c;
}

.input-wrap input[type="text"].invalid:-moz-placeholder {
    /* Firefox 18- */
    color: #e74c3c;
}

.input-wrap input[type="text"].invalid::-moz-placeholder {
    /* Firefox 19+ */
    color: #e74c3c;
}

.input-wrap input[type="text"].invalid:-ms-input-placeholder {
    color: #e74c3c;
}

.input-wrap input[type="text"].invalid:focus {
    box-shadow: 0 0 1px 0 #e74c3c;
}

.select-wrap {
    margin-bottom: 16px;
}

.select-wrap input[type=radio] {
    margin: 1px 8px 4px 0;
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.select-wrap select {
    width: 100%;
    border: 1px solid #252525;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding:8px;
    background: url(../img/select-ico.png) no-repeat right center #fff;
    border-radius: 0;
}

.select-wrap select:focus {
    outline: none;
}

.select-wrap select:active {
    outline: none;
}

.select-jerarquia .input-group-addon {
    background: #83b3DA;
    border: 1px solid #83b3DA ;
    border-radius: 0;
    color: #252525;
    padding: 0 18px;
    font-size: 16px;
}
.select-fecha .input-group input[type="text"]{
    border: 1px solid #252525;
    border-radius: 0;
    color: #252525;
    font-size:16px;
    
}
.select-fecha .icon-guideline-calendario-lleno{
    fill:#252525;
    }
.select-fecha .input-group-addon
{
    background: #83b3da;
    border:1px solid #83b3da;
    }

.alert {
    padding: 16px 16px 16px 54px;
    margin: 0 0 10px 0;
    min-height: 48px;
    border-radius: 0;
    border-width: 0 0 0 4px;
    border-style: solid;
}

.alert.alerta-adv {
    background: url(../img/adv.png) no-repeat left 8px #FFF7E5;
    border-color: #f1c40f;
}

.alert.alerta-exito {
    background: url(../img/exito.png) no-repeat left 8px #EDFAF7;
    border-color: #03c1b0;
}

.alert.alerta-error {
    background: url(../img/error.png) no-repeat left 8px #FCE7E4;
    border-color: #e74c3c;
}

.alert.alerta-info {
    background-color: #E7F0F8;
    border-color: #83b3DA;
}

.alert.alerta-info-pequeno {
    padding: 8px 16px;
    min-height: 30px;
    color: #3a87ad;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}

.form-wrap {
    width: 100%;
    padding: 16px;
}

.form-wrap label {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

.form-grey {
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.phone-wrap {
    position: relative;
    padding-left: 90px;
}

.phone-wrap .select-phone {
    position: absolute;
    left: 0;
    width: 70px;
}

.phone-wrap input {
    width: 100%;
    height: 45px;
    padding: 10px;
}

.rut-wrap {
    position: relative;
    padding-right: 75px;
}

.rut-wrap .digito-verificador {
    position: absolute;
    right: 0;
    width: 50px;
    top: 0;
}

.rut-wrap .digito-verificador:before {
    content: "-";
    position: absolute;
    left: -15px;
    top: 15px;
}


/*Footer*/

.footer-publico {
    background-color: #606060;
    color: white;
    line-height: 2;
    padding: 40px 20px;
}

.footer-publico h5 {
    margin-bottom: 10px;
}

.footer-separador {
    border-right: 1px solid #a9a2a2;
    padding-left: 40px;
}

.footer-separador span {
    display: block;
}

.footer-separador.last {
    border: 0px;
}

.footer-publico a {
    color: #bac3d2;
}

.footer-separador img {
    padding-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.hasmenu {
    position: relative;
}

.hasmenu .submenu {
    position: absolute;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: all ease 300ms;
    z-index: 555;
}

.hasmenu .submenu li {
    float: none;
    background: #0667B4;
    width: 100%;
}

.hasmenu .submenu li a {
    width: 100%;
    font-weight: normal;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hasmenu:hover>.submenu {
    max-height: 500px;
}

.ico-cel {
    background: url(../img/celular-ico.png) no-repeat left center;
    padding: 0 0 0 25px;
}

.ico-tel {
    background: url(../img/fijo-ico.png) no-repeat left center;
    padding: 0 0 0 25px;
}

.utilidades {
    list-style: none;
    display: table;
    padding: 0;
    margin-bottom: 15px;
}

.utilidades li {
    float: left;
    margin-right: 20px;
}


/*BOTONES SOCIALES 1*/

.boton-ubicacion,
.boton-linkedin,
.boton-facebook,
.boton-youtube,
.boton-twitter {
    background-image: url("../img/SocialeSprite.png");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 26px;
    height: 26px;
    border: 0px;
}

.boton-ubicacion {
    background-position: 0px 0px;
}

.boton-ubicacion:hover {
    background-position: -26px 0px;
}

.boton-facebook {
    background-position: -52px 0px;
}

.boton-facebook:hover {
    background-position: -78px 0px;
}

.boton-linkedin {
    background-position: -104px -26px;
}

.boton-linkedin:hover {
    background-position: -130px -26px;
}

.boton-twitter {
    background-position: -104px -0px;
}

.boton-twitter:hover {
    background-position: -130px 0px;
}

.boton-youtube {
    background-position: -156px 0px;
}

.boton-youtube:hover {
    background-position: -182px 0px;
}

.trabajo {
    background-color: #7a7979;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    margin-top: 15px;
}

@media (min-width: 640px) {
    .enlaces-hide {
        display: none;
    }
}

@media (max-width: 769px) {
    .footer-separador {
        border-bottom: 1px solid #a9a2a2;
        border-right: 0px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .main-menu ul li,
    .menu-transversal ul.navbar-right>li {
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 15px 10px 25px;
    }
}

@media (max-width: 769px) {
    .footer-publico {
        padding: 15px 30px;
    }
}

@media (max-width: 800px) {
    .footer-separador {
        padding-left: 10px;
        min-height: 250px;
    }
}

.paginador {
    float: left;
    width: 100%;
    padding: 9px 0;
    margin-bottom: 18px;
}

.paginador ul {
    float: right;
    list-style: none;
}

.paginador ul li {
    float: left;
    padding: 4.5px 9px;
    border: 1px solid #aeaeae;
    margin-left: 2px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.paginador ul li.current {
    background: #0667B4;
    color: #fff;
    border: 1px solid #0667B4;
}

.paginador ul li.prev-pager,
.paginador ul li.next-pager {
    font-weight: bold;
}

.paginador ul li a {
    display: block;
}

.paginador ul li:hover,
.paginador ul li:active,
.paginador ul li:focus {
    background: #83b3DA;
}

.paginador ul li.current:hover,
.paginador ul li.current:active,
.paginador ul li.current:focus {
    background: #022849;
}

.paginador ul li.prev-pager:hover,
.paginador ul li.prev-pager:active,
.paginador ul li.prev-pager:focus,
.paginador ul li.next-pager:hover,
.paginador ul li.next-pager:active,
.paginador ul li.next-pager:focus {
    background: #3d3d3d;
}

.paginador ul li.prev-pager:hover a,
.paginador ul li.prev-pager:active a,
.paginador ul li.prev-pager:focus a,
.paginador ul li.next-pager:hover a,
.paginador ul li.next-pager:active a,
.paginador ul li.next-pager:focus a {
    color: #fff;
}

.correo-detalle div:first-child {
    background-color: #044076;
    border-bottom: 4px solid #022849;
    width: 100%;
    padding: 16px 16px 8px 16px;
}

.correo-detalle {
    margin: 16px;
}

.correo-detalle div ol {
    list-style: decimal;
    padding-left: 32px;
}

.correo-detalle div:nth-of-type(2n) {
    padding: 16px;
    border-bottom: 0px;
    background: #efefef;
}

.correo-detalle div:nth-of-type(3n) {
    padding: 16px;
    background: #aeaeae;
}

.ver a {
    background: url(../img/ico-view.png) no-repeat center;
}

.editar a {
    background: url(../img/ico-edit.png) no-repeat center;
}

.copiar a {
    background: url(../img/ico-copiar.png) no-repeat center;
}

.comentar a {
    background: url(../img/ico-comment.png) no-repeat center;
}

.eliminar a {
    background: url(../img/ico-del.png) no-repeat center;
}

.enlace-oc a {
    background: url(../img/enlace-ico.png) no-repeat center;
}

.acciones-inline {
    padding: 0;
    margin: 0 auto;
    display: table;
    list-style: none;
}

.acciones-inline li {
    float: left;
    margin-right: 5px;
    position: relative;
}

.acciones-inline li a {
    display: block;
    width: 100%;
    height: 100%;
}

.acciones-inline li .tool-tip {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #0667b4;
    color: #0667b4;
    display: none;
    left: -16px;
    padding: 8px;
    position: absolute;
    top: -50px;
    z-index: 999;
    white-space: pre;
    text-align: center;
}

.acciones-inline li .tool-tip:after,
.acciones-inline li .tool-tip:before {
    top: 100%;
    left: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.acciones-inline li .tool-tip:after {
    border-color: transparent;
    border-top-color: #ffffff;
    border-width: 8px;
    margin-left: 4px;
}

.acciones-inline li .tool-tip:before {
    border-color: transparent;
    border-top-color: #0667B4;
    border-width: 11px;
    margin-left: 0;
}

.acciones-inline li:last-child {
    margin-right: 0;
}

.acciones-inline li:hover>a .tool-tip {
    display: block;
}

.res-filtro {
    font-size: 16px;
    padding: 9px;
    background-color: #efefef;
    /* border: 1px solid #ccc;*/
    margin: 8px 0px;
    display: table;
    width: 100%;
}

.res-filtro .list-filters li {
    float: left;
    margin: 0 16px 8px 0;
}

.list-filters li .cant-prod {
    font-weight: bold;
}

.list-filters li svg {
    margin-left: 8px;
    vertical-align: sub;
}

.modal-content .res-filtro {
    display: inline-block;
}

.palabras-claves {
    float: left;
}

.palabras-claves li {
    float: left;
    margin-right: 10px;
}

.key-wrap {
    background: white none repeat scroll 0 0;
    border: 1px solid #0667b4;
    color: #0667b4;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 4px;
}

.key-wrap:hover {
    border: 1px solid #e74c3c;
}

.key-wrap:hover>.eli-key {
    left: 0;
}

.eli-key {
    background: #e74c3c none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: -100%;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all ease 300ms;
    cursor: pointer;
}

.lista-basica {
    margin: 10px 0px 16px 0px;
}

.lista-basica li {
    background: url(../img/bullet.gif) no-repeat left 6px;
    list-style: none;
    margin-left: 18px;
    padding: 0px 0px 0 18px;
}

.lista-numerada {
    padding: 0 0 0 16px;
    list-style-type: decimal;
}

.lista-numerada li {
    padding: 0 0 0 8px;
    margin-left: 16px;
}

.firma-correo {
    margin-top: 32px;
}

.footer-correo {
    font-size: 16px;
}

.panel-group .panel,
.panel-group .panel-heading {
    border-radius: 0px;
}

.panel-body {
    padding: 10px 25px;
    background-color: #efefef;
}

.panel-title {
    font-size: 16px;
    color: #252525;
}

.panel-title a {
    text-decoration: none;
    display: block;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-group .panel-heading,
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-footer+.panel-collapse .panel-body,
.panel-heading {
    border-bottom: 0px;
}

.panel-default {
    border-color: transparent;
}

.panel-default>.panel-heading {
    background-color: #83b3DA;
    border-color: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

.panel-heading a {
    background: url(../img/mas-icon.png) no-repeat center right;
}

.panel-heading:not([class*="collapsed"]) {
    background-color: #0667B4 !important;
    transition: all ease-in-out 300ms;
}

.panel-heading:not([class*="collapsed"]) a {
    background: url(../img/menos-icon.png) no-repeat center right;
    color: #fff;
}

.panel-group .panel .collapse.in {
    display: block;
    float: inherit;
    margin-right: 0px;
}

.panel-group .panel .collapse {
    display: none;
    float: inherit;
    margin-right: 0px;
}

.panel-group .panel .collapsing {
    float: inherit;
    margin-right: 0px;
}

.row .panel-group .collapsed {
    float: inherit;
    margin-right: 0px;
}

acc-btn .btn {
    min-width: 180px;
}

.portlet {
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.portlet-head {
    width: 100%;
    display: table;
    background: #F0F0F0;
    padding: 10px 20px;
    border-bottom: 3px solid #ccc;
}

.portlet-head h2 {
    font-size: 16px;
    margin: 0;
}

.portlet-content {
    padding: 20px;
}

.invalid-form {
    display: block;
    color: #c0392b;
    font-size: 16px;
    margin: 10px 0;
}

.breadcrumb {
    background: none;
    padding: 9px 0;
}

.codigo {
    color: #C25;
    Font-family: Monospace;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    padding: 1px 3px;
    line-height: 1.5rem;
}

.modal-title {
    line-height: inherit;
}

.cke {
    border: 0!important;
}

.cke_top.cke_reset_all {
    border-bottom: 0;
    background: #efefef;
    padding: 13px 12px 8px;
}

.cke_bottom {
    border-top: 0!important;
    background: #efefef;
}

.cke_contents.cke_reset {
    background: #efefef;
    padding: 0px 15px 15px;
}

.modal-header {
    background: #0667b4;
    color: white;
    padding:16px;
}

.modal .close {
    position: absolute;
    text-shadow: none;
    top: -9px;
    right: -9px;
    background: black;
    opacity: 1;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    color: white;
}

.modal-content {
    border-radius: 0;
}

.modal-footer a {
    line-height: 2.5;
    text-decoration: underline;
}

.modal-body {
    padding: 16px;
}

.modal-footer {
    padding: 16px;
    border-top: 1px solid #aeaeae;
}

.menu-lateral .cabecera {
    background: #6e6e6e;
    border-bottom: 5px solid #3aa48f;
    color: white;
    font-size: 1em;
    padding: 10px 21px;
    cursor: pointer;
}

.menu-lateral {
    background: #f9f9f9;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-lateral .cerrar {
    margin-top: 5px;
}

.contenedor-item-agregado {
    border-bottom: 1px solid #e8e5e5;
}

nav .lista-menu li {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 20px;
}

[class^="icon-"],
[class*=" icon-"] {
    height: 17px;
    width: 17px;
    display: inline-block;
    fill: currentColor;
}

.row-negativo {
    margin-left: -15px;
    margin-right: -15px;
}


/*Aquí van los estilos propios del guideline*/

.guide-head {
    background: #333;
    padding: 20px 10px;
    width: 100%;
    margin-bottom: 20px;
}

.muestra-inline li {
    display: inline-block;
}

.muestra-inline input {
    cursor: pointer;
    margin: 0;
    margin-top: 5px;
    padding: 8px;
    line-height: 16px;
    font-size: 16px;
    display: block;
    width: 175px;
    height: 40px;
    border: 0px;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    background: #fff;
    outline: 0;
    float: right;
}

.muestra-inline svg {
    height: 28px;
    width: 28px;
    margin: 11px;
}

.muestra-inline input {
    background: #f4f4f4;
}

.codeHtml {
    width: 100%;
    float: left;
}

.codeHtml .syntaxhighlighter {
    max-height: 300px;
}

.colored-grid {
    background: #8AB7DC;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    -webkit-transition: all ease 300ms;
    -khtml-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.info-bloque .info-bloque-head {
    background: #0667B4;
}

.info-bloque h3 {
    padding: 16px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.info-bloque .cont-bloque {
    padding: 8px 16px;
    text-align: center;
    font-size: 16px;
    background-color: #efefef;
    margin-bottom: 16px;
}

.info-bloque .cont-bloque p {
    margin: 8px 0;
    font-size: 16px;
}
#main-footer
{
    background: #022849;
    }
footer, footer a
{
    color: White;
    }
footer 
{
    font-size: 15px;
    padding: 55px 0;
    }
.footer-heading
{
    font-weight: bold;  
    margin-bottom: 8px; 
    }

footer p 
{
    line-height: 1.618em;
    margin-bottom: 1em;
    }
footer li 
{
    margin-bottom: 8px;
    }
footer .btn
{
    font-size: 15px;
    }
footer .btn a:hover, footer .btn a:focus, footer .btn a:active 
{
    color: White;
    }
.social-icons svg, .location-icon svg
{
    height: 23px;
    width: 23px;
    margin-right: 10px;
    }
.social-icons a:hover svg, .location-icon a:hover svg
{
    fill: #aeaeae;
    }
 footer a:hover,  footer a:hover 
 {
     color: white;
     cursor: pointer;
     }
.datepicker .disabled 
{
    background: #efefef!important;
    color:#aeaeae!important;
    }

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th 
{
    border-radius: 0!important;
    }
.bootstrap-datetimepicker-widget thead 
{
    background: #0667B4;
    color: White;
    }
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover
{
    background: #044076!important;
    }
    .bootstrap-datetimepicker-widget table th.disabled:hover
    {
        background:#aeaeae !important;}
.bootstrap-datetimepicker-widget tbody .active
{
    background-color: #0667B4!important;
    }
.bootstrap-datetimepicker-widget.dropdown-menu 
{
    padding: 0!important;
    }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after 
{
   border-bottom: 6px solid #0667B4!important; 
    }

.form-control, .input-group-addon
{
    border-radius: 0;
    }
.bootstrap-select 
{
   display: block!important; 
    }
span.select2-container--default .select2-selection--single 
{
    width: 100%;
    border: 1px solid #252525;
    padding: 8px;
    border-radius: 0;
    height: 44px;
    }
span.select2-container--default span.select2-selection--single span.select2-selection__arrow b 
{
    border-color: #3d3d3d transparent transparent transparent;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    height: 0;
    left: 50%;
    margin-left: -16px;
    margin-top: 2px;
    position: absolute;
    top: 50%;
    width: 0;
    }
span.select2-container--default.select2-container--open span.select2-selection--single span.select2-selection__arrow b 
{
    border-color: transparent transparent #3d3d3d transparent;
    border-width: 0 7px 12px 7px;
    }
span.select2-container--default.select2-container--focus span.select2-selection--multiple, span.select2-container--default span.select2-selection--multiple  
{
    width: 100%;
    border: 1px solid #252525;
    padding: 3px;
    border-radius: 0;
    /*height: 44px;*/
    background: url(../img/lupa.png) no-repeat right center #fff !important;
        padding-right: 45px;
        white-space: normal;
    }
.select2-container--default span.select2-selection--multiple li.select2-selection__choice 
{
    background-color: #efefef;
    border: 1px solid #aeaeae;
    border-radius: 0;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 1px 7px;
    color: #252525;
    }
.select2-container--default .select2-selection--multiple span.select2-selection__choice__remove 
{
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    font-size: 16px;
    height: 15px;
    width: 15px;
    background: #0667b4;
    border-radius: 50%;
    padding-left: 3px;
    line-height: 16px;
    margin-right: 6px;
    }
.select2-container--default .select2-selection--multiple span.select2-selection__choice__remove:hover 
{
    background: #044076;
    color: White;
    }

p 
{
    margin-bottom: 20px;
    }
.btn-success 
{
    background: #03c1b0;
    color:#252525;
    }
.btn-success:hover, .btn-success:active
{
    background: #03a394;
    color:#252525;
    }