@import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp');

html, body {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
    color: var(--black-light-40);
}

/* Color */

:root {

/* Color */

--primary-dark-100: #043BA2;
--primary-dark-90: #084CAF;
--primary: #0F69C4;
--primary-light-50: #3380CD;
--primary-light-20: #B7D2ED;
--primary-light-10: #E2EDF8;



--secondary-dark-90: #E22F43;
--secondary: #EB465F;


--tertiary-dark-100: #B6C5E5;
--tertiary-dark-70: #CDD8EE;
--tertiary: #D2DCF0;
--tertiary-light-30: #E9EEF8;
--tertiary-light-20: #F2F5FB;
--tertiary-light-10: #FAFBFD;

--black: #101014;
--black-light-10: #E2E2E3;
--black-light-20: #B7B7B9;
--black-light-30: #88888A;
--black-light-40: #58585B;

--warning: #EB465F;
--success: #00ADA2;
--info: #B6C5E5;
--danger: #F56B0F;

--footer: #343437;

}


#app {
    overflow: hidden;
}
.el-table .cell {
  word-break: break-word!important;
}

.bg-primary {
  background-color: var(--primary);
}
.bg-primary-light-20 {
  background-color: var(--primary-light-20);
}
.bg-primary-light-10 {
  background-color: var(--primary-light-10);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-blue-10 {
  background-color: var(--primary-light-10);
}
.bg-tertiary-70 {
  background-color: var(--tertiary-dark-70);
}
.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.border-bottom-lightgray {
  border-bottom-color:
}

.border-bottom-ace:before {
    content: '';
    background: var(--primary);
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.border-bottom-ace:after {
    content: '';
    background: var(--secondary);
    width: calc(100% - 80px);
    height: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.breadcrumb li {
  margin: 0!important;
}
.breadcrumb li a {
  font-size: 14px;
  line-height: 1;
  color: #606266;
}
.breadcrumb li:first-child a {
  font-weight: bold;
  color: #303133;
}
.breadcrumb li:first-child a:hover {
  color: var(--primary);
}
.stats .card h4 {
  margin-bottom: 10px;
  font-size: .95rem;
}
.stats .card h5 {
  margin-bottom: 10px;
  padding: 0 0 10px 0!important;
  font-size: 3rem!important;
  line-height: normal;
}
.text-blue-did {
  color: var(--primary);
}

/* Footer */

footer#footer{
  background-color: var(--footer);
}
#footer {
    z-index: 999;
    position: static;
}

.logo-footer {
    width: 150px;
}

/* Pager */

.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .el-pager li {
    background-color: transparent!important;
    border-radius: 4px!important;
    color: inherit!important;
    font-size: 1rem!important;
}
.el-pagination.is-background .el-pager li:hover,
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: var(--black-light-10)!important;
}
.el-pagination.is-background .el-pager li:not(.active) {
  font-weight: normal;
}

/* Card */

.card {
  border: 1px solid var(--black-light-10);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
a.card {
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
a.card:hover {
  box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.2);
}

/* Text */

.text-primary,
.text-blue-title {
  color: var(--primary);
}
.text-warning {
  color: var(--warning);
}

.text-lg {
  font-size: 1.125rem; /* H6 – 18px */
  line-height: 1.438rem; /* 23px */
}
.text-xl {
  font-size: 1.438rem; /* H5 – 23px  */
  line-height: 1.438rem; /* 23px */
}
.text-2xl {
  font-size: 1.563rem; /* H4 – 25px  */
  line-height: 1.938rem; /* 31px */
}
.text-3xl {
  font-size: 1.938rem; /* H3 – 31px */
  line-height: 2.438rem; /* 39px */
}
.text-4xl {
  font-size: 2.438rem; /* H2 – 39px */
  line-height: 3.063rem; /* 49px */
}
.text-5xl{
  font-size: 3.063rem; /* H1 – 49px */
  line-height: 3.813rem; /* 61px */
}

/* Logo */

.logo {
    width: 150px;
}

/* Sidebar */

#sidebar ul > li {
    margin-left: 0;
}
.el-menu-item.is-active a:first-child:after {
    border: 0;
}
#sidebar .card {
    padding: 1.1rem;
}
.user-info h5,
.user-info p {
    line-height: 1.3;
}
.user-role {
    text-transform: lowercase;
}
.user-role:first-letter {
    text-transform: uppercase;
}
.el-menu-item {
    height: auto!important;
    font-size: inherit;
}
.el-menu-item a {
    padding: .6rem 1rem!important;
    font-size: .9rem;
}
.el-menu-item.is-active a:first-child {
    background-color: var(--primary);
}
.el-menu-item i {
    margin-right: 10px;
    font-size: 1.2rem!important;
    color: inherit!important;
}
.fases li {
  border-radius: 0;
  border-bottom: 1px solid var(--black-light-10);
}
.fases ul div:first-child li {
  border-top: 1px solid var(--black-light-10);
}
.fases li a {
  padding-top: .8rem!important;
  padding-bottom: .8rem!important;
}
.fases a .tick:empty {
  display: none;
}
.fases .text-etapaI,
.fases .text-etapaII,
.fases .text-etapaIII,
.fases .text-etapaIV {
  color: var(--black-light-40);
}
.card.stage {
  background-color: var(--primary-light-10);
  border-color: var(--primary);
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
.card.stage.opacity-50 {
  background-color: #fff;
  border-color: var(--black-light-10);
}
.card.stage:hover {
  border-color: var(--primary);
  border-radius: 16px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.card.stage h2 {
  color: var(--primary);
}
.card.stage h2 span:first-child {
  margin-right: 15px;
}
.card.stage .circle__progress.circle__progress--path {
  fill: var(--primary) !important;
  stroke: var(--primary) !important;
  stroke-opacity: 1;
}
.scroll-bubble {
  z-index: 9999!important;
  width: 3rem!important;
  height: 3rem!important;
}
div.text-etapaI,
div.text-etapaII,
div.text-etapaIII,
div.text-etapaIV,
.download-box .text-etapaI,
.download-box .text-etapaII,
.download-box .text-etapaIII,
.download-box .text-etapaIV {
  color: var(--primary);
}

/* FORM */


input,
select,
.el-input__inner,
.el-input .el-input__inner,
.el-select .el-input__inner {
    display: block;
    width: 100%;
    padding: 8px 16px;
    border: 1px solid var(--black-light-20);
    border-radius: 4px;
    background-color: #fff;
    color: var(--black);
}
input:focus,
select:focus,
.el-input__inner:focus
.el-input .el-input__inner:focus,
.el-select .el-input__inner:focus {
    outline: none;
    border-color: var(--primary);
}
.el-select .el-input__inner,
.el-input .el-input__inner,
.el-input__inner {
  background-color: #fff!important;
}
.el-select .el-input .el-select__caret {
  color: var(--black-light-30)!important;
}
input[type=password] {
    font-family: Consolas,Monaco,monospace;
}
.input-search input.el-input__inner {
  padding-left: 16px;
  padding-right: 55px;
  border-color: var(--black-light-20);
  border-radius: 100px;
  box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.1);
  font-size: 1rem;
  color: var(--black-light-30);
}
.input-search input.el-input__inner::placeholder {
  color: var(--black-light-30);
}
.input-search input.el-input__inner:focus {
  border-color: var(--primary);
}
.input-search .el-input__suffix {
  right: 15px;
}
.input-search .el-input__suffix-inner {
  display: flex;
  align-items: center;
}
.input-search .el-input__suffix .el-input__icon {
  width: auto;
}
.input-search .el-input__suffix .el-input__icon.text-warning {
  font-size: 20px;
}


.btn-group .btn {
  margin-right: 10px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}
.btn,
.btn.el-button {
    padding: 8px 16px;
    border-width: 1px;
    border-color: transparent;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
}
.btn-sm,
.btn-sm.el-button {
  padding: 6px 8px;
}

.btn.el-button {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
.btn:focus,
.btn.el-button:focus {
  outline: none;
}
.btn-primary,
.el-button.btn-primary {
    border-style: solid;
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}
.btn-primary.is-disabled,
.el-button.btn-primary.is-disabled,
.btn-primary.is-disabled:hover,
.el-button.btn-primary.is-disabled:hover {
  background-color: var(--primary-light-20)!important;
  border-color: var(--primary-light-20)!important;
  color: #fff!important;
}


.btn-primary:hover,
.el-button.btn-primary:hover,
.btn-primary-light:hover,
.el-button.btn-primary-light:hover {
    border-color: var(--primary-dark-90);
    background: var(--primary-dark-90);
    color: #fff;
}




.btn-primary-light,
.el-button.btn-primary-light {
    border-style: solid;
    border-color: var(--primary);
    background: var(--primary-light-10);
    color: var(--primary);
}
.btn.is-disabled
.el-button.btn-primary.is-disabled,
.el-button.btn-primary.is-disabled:hover,
.el-button.btn-primary.is-disabled:focus {
    color: #C0C4CC;
    cursor: not-allowed;
    background-image: none;
    background-color: #FFFFFF;
    border-color: #EBEEF5;
}
.btn-warning,
.el-button.btn-warning {
    border-style: solid;
    border-color: var(--warning);
    background: var(--warning);
    color: #fff;
}
.btn-warning:hover,
.el-button.btn-warning:hover {
    border-color: var(--secondary-dark-90);
    background: var(--secondary-dark-90);
    color: #fff;
}
.btn i {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.btn-icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
.btn-icon i {
  margin-right: 0;
  font-size: 14px;
}
.el-tag {
  height: 27px!important;
}
.tag-success,
.el-tag.tag-success,
.el-tag.text-blue {
  background-color: var(--success);
  border-color: var(--success);
  color: #fff;
}
.tag-success.tag-bordered,
.el-tag.tag-success.tag-bordered,
.el-tag.text-blue.tag-bordered {
  background-color: #fff;
  color: var(--success);
}
.tag-danger,
.el-tag.tag-danger,
.el-tag.text-red {
  background-color: var(--danger);
  border-color: var(--danger);
  color: #fff;
}
.tag-danger.tag-bordered,
.el-tag.tag-danger.tag-bordered,
.el-tag.text-red.tag-bordered {
  background-color: #fff;
  color: var(--danger);
}
.tag-info,
.el-tag.tag-info {
  background-color: var(--info);
  border-color: var(--info);
  color: var(--black);
}
.tag-info.tag-bordered,
.el-tag.tag-info.tag-bordered {
  background-color: #fff;
  color: var(--info);
}
.tag-warning,
.el-tag.tag-warning {
  background-color: var(--warning);
  border-color: var(--warning);
  color: #fff;
}
.tag-warning.tag-bordered,
.el-tag.tag-warning.tag-bordered {
  background-color: #fff;
  color: var(--warning);
}
.tag-primary,
.el-tag.tag-primary,
.el-tag.text-gray {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.tag-primary.tag-bordered,
.el-tag.tag-primary.tag-bordered,
.el-tag.text-gray.tag-bordered {
  background-color: #fff;
  color: var(--primary);
}
.btn-navigate > span {
  display: flex;
  align-items: center;
}
.btn-navigate i {
  margin-right: 0;
  font-size: 1.5rem;
}
.btn-navigate.btn-next i {
  margin-left: 5px;
  margin-right: -8px;
}
.btn-navigate.btn-before i {
  margin-left: -8px;
  margin-right: 5px;
}
.btn-download span,
.btn-fase span {
  font-size: 1rem;
  font-weight: normal!important;
  padding: 0!important;
  display: flex;
  align-items: center;
}
.bg-etapaI.grid.text-white {
  background-color: var(--tertiary-dark-100);
  color: var(--black);
}






.did-floating-label {
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 11px;
    padding: 0 4px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-size: 1rem;
    color: var(--black);
}
.did-floating-input,
.did-floating-select {
    &:focus{
        /*outline: none;*/
        ~ .did-floating-label {
            top: -11px;
            font-size: 0.875rem;
            color: var(--black-light-40);
        }
    }
}
select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.did-floating-select::-ms-expand {
    display: none;
}
.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -11px;
    font-size: 0.875rem;
    color: var(--black-light-40);
}





.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top:-8px;
  font-size:13px;
}
.did-floating-select[value=""]:focus ~ .did-floating-label {
  top:11px;
  font-size:13px;
}
.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}

.did-error-input{
  .did-floating-input, .did-floating-select {
    border: 2px solid #9d3b3b;
    color:#9d3b3b;
  }
  .did-floating-label{
    font-weight: 600;
    color:#9d3b3b;
  }
  .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}
}

.input-group {
  display: flex;
  .did-floating-input{
    border-radius:0 4px 4px 0;
    border-left:0;
    padding-left:0;
  }
}
.input-group-append {
  display:flex;
  align-items:center;
/*   margin-left:-1px; */
}
.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height:34px;
    color: #323840;
    padding: 0 5px 0 20px;
  font-size:12px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3D85D8;
  border-radius: 4px 0 0 4px;
  border-right:none;
}


/* Modal */

.el-dialog__wrapper .el-dialog {
  border-radius: 16px;
}
.el-dialog__wrapper .el-dialog__footer {
  padding-top: 20px;
  border: 0;
}



/* Admin / Administrar Cuestionarios */

.admin-administrar-cuestionarios .reports-available div:last-child {
  border: 0!important;
}
.admin-administrar-cuestionarios .reports-available .btn span {
  display: flex;
  align-items: center;
}


/* Admin / Administrar Ciclos */

.admin-ciclos .el-tabs__nav {
  margin: 1.5rem 1.5rem 0 1.5rem;
}

.el-tabs__header .el-tabs__item {
  font-size: 1rem;
  color: var(--black);
  font-weight: normal;
}
.el-tabs__header .el-tabs__item.is-active {
  font-weight: bold;
  color: var(--black);
}
.el-tabs__header .el-tabs__active-bar {
  background-color: transparent;
  height: 4px;
}
.el-tabs__header .el-tabs__active-bar:after {
  content: '';
  width: 35px;
  height: 4px;
  background-color: var(--primary-light-50);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px 2px 0 0;
}
.el-table:before {
  background-color: transparent!important;
}
.el-table table tbody .el-table__cell:last-child td.el-table__cell {
  border-bottom: 0;
}

.admin-cycle-manager .el-drawer .drawer-content{
  height: 82vh;
}

/* FOOTER NUEVO */
/* Material Design Icons */
@font-face {
  font-family: 'gobCL-footer';
  src: url("../fonts/gobCL_Bold.otf") format('opentype');
  font-weight: bold;
}
@font-face {
  font-family: 'gobCL-footer';
  src: url("../fonts/gobCL_Heavy.otf") format('opentype');
  font-weight: 900;
}
@font-face {
  font-family: 'gobCL-footer';
  src: url("../fonts/gobCL_Light.otf") format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'gobCL-footer';
  src: url("../fonts/gobCL_Regular.otf") format('opentype');
  font-weight: normal;
}



.conta {
    padding: initial;
    font-family: 'gobCL-footer';
    font-size: 25px;
    position: absolute;
    left: 36px;
}
.footer-contacto {
    font-family: 'gobCL-footer';
    text-align: left;
    margin: 10px;
    color: white;
    font-size: 13px;
}

.footer-social li {
    display: inline-block;
    margin-right: 15px;
}

.gobBold{
    font-family: 'gobCL-footer';
    font-weight: bold;
}
.gobLight{
    font-family: 'gobCL-footer';
    font-weight: 300;
}
