@font-face {
  font-family: "gobCL-regular";
  src: url("../fonts/gobCL/gobCL_Regular.otf");
}
@font-face {
  font-family: "gobCL-bold";
  src: url("../fonts/gobCL/gobCL_Bold.otf");
}
@font-face {
  font-family: "gobCL-heavy";
  src: url("../fonts/gobCL/gobCL_Heavy.otf");
}
@font-face {
  font-family: "gobCL-light";
  src: url("../fonts/gobCL/gobCL_Light.otf");
}
body {
  font-family: 'Roboto', sans-serif;
}
ul {
  margin-bottom: 0px;
  padding: 0;
}
li {
  list-style: none;
}
button {
  border: none;
  position: relative;
}
.menu, .benefit-box .subtitle span {
  font-family: "gobCL-regular", "Roboto", sans-serif;
}
.banner-text .title,
.banner-actions .title,
.accordion .title-colapse,
h1, h3, button,
#trabajador .title,
h4:not(.subtitle),
.footer-list a {
  font-family: "gobCL-bold", "Roboto", sans-serif;
}
h1 {
  font-size: 35px;
  color: #103B69;
  margin-top: 35px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
  font-weight: 700;
}

/* NAVBAR*/
#header {
  display: flex;
  background: white;
  height: 70px;
  padding: 10px 9%;
  box-shadow: 0px 0px 6px 3px rgba(0,0,0, 0.16);
  width: 100%;
}
#header > a {
  display: inline-block;
  height: 100%;
}
#header .logo {
  height: 100%;
}
.menu ul {
  color: #106491;
  display: flex;
  margin: 0;
  padding: 0;
}
.menu .menu-item {
  list-style: none;
  margin-left: 36px;
}
.menu a {
  font-size: 18px;
  color: inherit;
  line-height: 18px;
  text-align: center;
}
.menu a:hover, .menu a.active, .navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover{
  text-decoration: none;
  transition: all ease 0.3s;
  color: #292929;
  text-shadow: 0.5px 0 0 #292929, 0.5px 0 0 #292929
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link 
.menu a.active, .menu a.active {
  font-family: "gobCL-bold", "Roboto", sans-serif;
  color: #292929;
}
.navbar-light .navbar-nav .nav-link {
  color: #106491;
}
@media screen and (max-width: 767px) {
  .navbar-collapse {
    z-index: 1;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0, 0.16);
  }
  .navbar-collapse a {
    text-align: left;
  }
  .menu .menu-item:first-child {
    margin-top: .5rem;
  }
  .menu .menu-item:last-child {
    margin-bottom: .5rem;
  }
}
/*FIN NAVBAR*/

.banner {
  padding: 42px 9% 0px;
  position: relative;
}
.banner-background {
  width: 100%;
  height: calc(100% - 28px);
  background-image: linear-gradient(-45deg, rgba(16, 59, 105, 0.22) 0%, rgba(16, 100, 145, 0.56) 50.1%, rgba(16, 81, 126, 0.77) 73.68%, #103b69 100%), url("../img/banner.png");
  background-position-x: right;
  background-position-y: bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left:0;
}
.banner-text {
  color: white;
  padding: 18px 0px;
}
.banner-text .title {
  font-size: 56px;
  line-height: 56px;
}
.banner-text p:nth-child(2) {
  font-size: 20px;
  line-height: initial;
  font-weight: 300;
}
.banner-actions {
  padding: 20px 40px 0px;
  background: #F4F4F4;
  border-radius: 7px;
  height: fit-content;
  box-shadow: 0px 0px 6px 3px rgba(0,0,0, 0.16);
}
.banner-actions .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10;
}
.banner-actions .dot-list::before {
  background-color: #292929;
}
.action-box {
  width: 100%;
  padding: 20px;
  font-size: 22px;
}
.action-box:nth-child(3) {
  background: none;
}
.banner-actions > p:not(.title) {
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  line-height: 30px;
  color: #292929;
}
.text-link {
  color: #106491;
  text-decoration: underline;
  font-weight: 600;
}
button {
  border-radius: 5px;
  background: #106491;
  line-height: 20px;
  padding: 16px 30px;
  border: none;
  color: white;
  font-size: 20px;
}
.action-box button, .simple-box button {
  width: 100%;
}
.action-box p.label {
  margin-bottom: 0.5rem;
  line-height: initial;
  color: #292929;
  font-size: 16px;
  font-weight: 500;;
}
.main-content {
  min-height: calc(100vh - 240px);
  padding: 0 9%;
}
#como-funciona, #trabajador {
  margin-top: 30px;
}

#como-funciona .img-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px;
  height: 100%
}
#como-funciona p {
  font-weight: 300;
  margin-bottom: 0;
  padding-left: 20px;
}
#como-funciona p b, #trabajador p b {
  font-weight: 700;
}

.border-box {
  border: 1px solid #09335F;
  border-radius: 17px;
  position: relative;
}
#trabajador > div {
  padding: 20px 40px;
}
#trabajador .header {
  background: #0b335f;
  border-radius: 15px 15px 0 0;
  position: relative;
}
#trabajador .title {
  text-align: center;
  border-radius: 13px 13px 0px 0px;
  background: #09335f;
  color: white;
  margin: 0 90px;
}
#trabajador p {
  font-weight: 300;
  margin-bottom: 0;
}
#trabajador > div:not(.insert) img {
  position: absolute;
  bottom: -10px;
}
#trabajador .insert {
  padding-top: 0;
}
#trabajador .insert label, .simple-grey-box label {
  font-size: 19px;
  font-weight: 500;
  line-height: 19px;
}
#trabajador .insert button {
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  height: 52px;
}
#trabajador .insert img {
  height: 100%;
  width: auto;
}
#trabajador .note {
  font-size: 15px;
}
.bottom-content h3 {
  margin-top: 20px;
}
.benefits {
  display: flex;
  justify-content: space-between;
}
.benefit-box {
  border: 2px solid #e1e5e9;
  border-radius: 10px;
  position: relative;
 /* margin: 10px 0;*/
}
#como-funciona img, #trabajador img {
  width: 80px;
}
.header-img img {
  height: 50px;
}
.box-header > div {
  padding: 30px 30px 10px 30px;
}
.box-header > div:first-child {
  padding-right: 15px;
}
.box-header > div:last-child {
  padding-left: 15px;
}
.box-header {
  display: flex;
}
.box-header p.title {
  font-size: 18px;
  font-weight: 300;
  margin-top: .5rem;
  margin-bottom: 0;
}
/* Ajuste para no tener texto alargado */
@media screen and (max-width: 945px) and (min-width: 768px), (max-width: 460px) and (min-width: 1px) {
  .header-img {
    position: absolute;
  }
  .header-img img {
    height: 80px;
  }
  .box-header > div:last-child h1 {
    margin-top: 20px;
    height: 60px;
  }
  #retorna .box-header > div:last-child h1,
  #retorna .box-header > div:last-child h3 {
    padding-left: 130px; /* Ancho de la imagen de la izquierda + margen */
  }
  #contrata .box-header > div:last-child h1,
  #contrata .box-header > div:last-child h3 {
    padding-left: 110px; /* Ancho de la imagen de la izquierda + margen */
  }
  #gestion-privado .box-header > div:last-child h3 {
    height: 75px;
  }
  .box-header > div:last-child p {
    padding-left: 15px;
    padding-top: 10px;
  }
}
#portada #retorna {
  background: #f5f9fD;
}
.benefit-box .subtitle, .benefit-box .box-content
.accordion .subtitle, .accordion .box-content {
  padding: 10px;
}
.benefit-box .subtitle, .accordion .subtitle {
  color: #09335F;
  margin-top: 0;
  font-size: 25px;
  padding: 0;
}
.benefit-box .box-content {
  padding: 10px 24px;
  border-radius: 0 0 8px 8px;
}
.benefit-box .box-content > * {
  margin-left: 24px;
  margin-right: 24px;
}
.benefit-box .box-content > .pad-s {
  padding-left: 35px;
}
.box-content h5.uppercase, #reglasRetorna h5.uppercase, #reglasContrata h5.uppercase {
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.box-content h5.uppercase.with-sub {
  margin-bottom: 5px;
}
.box-content h5:not(.uppercase), .accordion h5:not(.uppercase) {
  color: #09335F;
}
.box-content h5.dot-border-top,
.accordion h5.dot-border-top {
  padding-top: 20px;
}
.benefit-box .action-box {
  margin: 30px auto;
  border-top: 2px solid #e1e5e9;
  background: white;
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
}
.benefit-box .action-box button {
  position: relative;
}
.benefit-box .dot-list::before,
.accordion .dot-list::before {
  background: #7ED321;
}
button .chevron {
  height: 22px;
  position: absolute;
  right: 20px;
}
#contrata.benefit-box .action-box {
  margin: 30px auto;
  border-top: 2px solid #e1e5e9;
  background: #f5f9fD;
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
}
.pad-s {
  padding: 15px;
}
.pad-m {
  padding: 15px 30px;
  margin-bottom: 0;
}
.list-container {
  margin-bottom: 20px;
}
.list-container > div {
  padding-left: 30px;
}
.footer {
  background: #0B0B0B;
  margin-top: 30px;
  padding: 30px 100px;
  color: white;
}
.footer img {
  width: 100%;
}
.footer .footer-list {
  display: flex;
  margin-top: 40px;
}
.footer-list a {
  color: white;
}
.footer a:first-child {
  padding-right: 40px;
}
.custom-breadcrumb {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 13px;
  font-weight: 300;
}
.custom-breadcrumb a {
  text-decoration: none;
}
/* GESTION */
.simple-box, .simple-grey-box {
  padding: 5px 0;
}
.simple-box p.title {
  font-size: 21px;
  margin-bottom: 30px;
  font-weight: 300;
}
.simple-box button, .simple-grey-box button {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
  width: 100%;
}
.simple-grey-box {
  background: #F4F4F4;
  border-radius: 7px;
  box-shadow: 0px 0px 6px 3px rgba(0,0,0, 0.16);
  padding: 20px;
  margin-top: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.simple-grey-box button {
  margin-top: 5px;
  padding: 10px 20px;
}
#inicio-sesion {
  margin: 30px 0;
}
#inicio-sesion h3 {
  color: #103B69;
  margin-top: 20px;
  text-align: center;
}
#inicio-sesion .logos {
  margin: 20px auto;
  max-width: 50%;
  display: flex;
}
#inicio-sesion .logos img{
  max-width: 100%;
}
#inicio-sesion button {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* GESTION PRIVADO */
.user-info {
  width: 100%;
  background: #f5f9fd;
  padding: 16px 9%;
  display: flex;
  justify-content: space-between;
}
.user-info p {
  margin-bottom: 0;
  line-height: 16px;
}
.user-info .user-light {
  margin-bottom: 5px;
}
.user-info .logout {
  color: #E90000;
  font-weight: 700;
}
.user-info .logout img {
  margin-left: 5px;
  vertical-align: bottom;
}
.user-light {
  font-weight: 300;
}
.user-regular {
  font-weight: 400;
}
.accent-grey {
  background: #F4F4F4;
  border-radius: 7px;
  padding: 8px 16px;
  display: flex;
  width: fit-content;
}
.accent-grey h5 {
  margin: 0 0 0 8px !important;
}
#reglasRetorna .card, #reglasContrata .card {
  padding: 0 24px;
}
#reglasRetorna button.bnt-link, #reglasContrata button.bnt-link {
  text-decoration: none;
}
#reglasContrata .pad-s {
  padding-left: 30px;
}
#gestion-privado .dot-list b {
  display: block;
}
/* SIMULAR */
#tabla-simulacion {
  margin-bottom: 20vh;
}
#tabla-simulacion img {
  width: 100%;
}
.simple-list p {
  margin-bottom: 0;
}
/* CONSULTA */
#consulta-rut .simple-box .title {
  margin-bottom: 0;;
}
.table-results {
  width: 100%;
}
.table-header {
  background: #E4EDF7;
  color: #09335F;
  padding: 12px 16px;
}
.table-results h5 {
  margin-bottom: 0;
}
.table-content, .table-comments {
  padding: 12px 50px;
}
.table-content, .content-item.state {
  display: flex;
  justify-content: space-between;
}
.content-item:not(:last-child) {
  margin-right: 8px;
}
.content-item.state p {
  font-weight: 700;
}
.content-item.state img {
  margin-left: 16px;
  margin-top: 8px;
  height: 22px;
}
.state .approved {
  color: #64B709;
}
.state .denied {
  color: #FF0000;
}
.table-comments h5 {
  margin-top: 1rem;
}
.table-comments .dot-list {
  margin-bottom: 0;
}
.table-comments .dot-list + p:not(.dot-list) {
  margin-top: 1rem;
}

/* INFO SUBSIDIO A EMPRESAS */
.text-bajada {
  padding: 40px 0;
  font-size: 24px;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  line-height: 30px;
  color: #292929;
}
.accordion {
  box-shadow: 0px 0px 6px 3px rgba(0,0,0, 0.16);
  border-radius: 7px;
  margin-top: 30px;
}
.accordion .card:last-child .card-header::after {
  background: none;
}
.accordion > .card >.card-header {
  position: relative;
  border-radius: 0;
  margin-bottom: 1px;
  border-bottom: none;
}
.accordion > .card >.card-header::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 28px);
  height: 2px;
  margin-left: 14px;
  /* Border bottom */
  background-image: linear-gradient(to right, #103b69 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.card {
  border: none;
}
.card-header, .card {
  background-color: #F4F4F4;
}
button.btn-link {
  font-family: "Roboto", sans-serif;
  padding: 0.375rem 0;
  color: #09335F;
  text-decoration: none;
}
h3.blue {
  color: #09335F;
}
.title-colapse {
  font-size: 27px;
  color:#5D5D5D;
  padding: .75rem 1.25rem;
}
.mailbox-box {
  width: 100%;
  padding: 30px 6%;
  display: flex;
  font-size: 22px;
}
.mailbox-box .text-link {
  color: #103B69;
}
.mailbox-box .title {
  font-size: 19px;
  font-weight: 300;
}
.mailbox-box > img {
  margin-right: 5%;
}
.accordion button.btn.collapsed::before {
  display: inline-block;
  content: "";
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
}
.accordion button.btn[aria-expanded="true"]::before{
  display: inline-block;
  content: "";
  background-image: url("../img/chevron-up.svg");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
}
#collapseReglasContrata .card-body > p {
  padding: 15px 0 15px 30px;
}
.accordion .btn {
  padding-right: 25px;
}
.accordion .btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
#sobreelSubsidio #headingSubsidioFour .dot-list::before, .accordion .dot-list::before {
  background: #292929;
}
#todoSobreSubsidio .accordion .dot-list-container{
  margin-left: 22px;
  margin-top: 14px;
}
#todoSobreSubsidio .accordion .dot-list-container .dot-list{
  margin-top: 10px;
}

/* POSTULAR */
#postular .simple-box p {
  margin: 0;
}
#postular .simple-box .dot-list-container {
  margin-left: 18px;
}
#paso-1, #paso-2 {
  display: none;
}
.form-inline {
  flex-flow: nowrap;
  overflow-y: auto;
}
.form-inline .form-group {
  flex-direction: column;
  align-items: normal;
}
.form-inline .form-group, .search {
  max-width: 200px;
}
.form-inline .form-group select{
  max-width: inherit;
}
.form-inline label {
  font-weight: 600;
}
.table-toolbar {
  position: absolute;
  right: 10px;
}
.table-toolbar, .filter {
  display: flex;
  justify-content: flex-end;
}
.table-toolbar button {
  font-size: 14px;
  padding: 0px 12px;
  line-height: 14px;
  white-space: nowrap;
  height: 38px;
  font-weight: 300;
  margin: auto;
  margin-right: 2rem;
}
.filter {
  align-items: center;
}
.filter label {
  white-space: nowrap;
}
.bl-0 {
  border-left: none;
}
.br-0 {
  border-right: none;
}
.input-group-append span, .input-group-prepend span {
  background: none;
}
#rut-display, .checkboxes-label {
  width: 90px;
  position: sticky;
  display: flex;
  padding-bottom: 10px;
}
.btn-outline-info {
  color: #106491;
  border-color: #106491;
}
.btn-outline-info:hover {
  border-color: #106491;
  background-color: #106491;
}
table {
  border-collapse: separate;
  overflow-y: auto;
}
th, td {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  white-space: nowrap;
}
.table-container {
  overflow-y: auto;
  margin-top: 14px;
}
#tabla-subsidios, #tabla-postulaciones {
  overflow-y: auto;
}
#tabla-subsidios img, #tabla-postulaciones img {
  width: 100%;
  min-width: 1180px;
}
table button {
  font-size: 14px;
  padding: 4px 8px;
}
table .btn-outline-info {
  background: white;
}
table .opts {
  display: flex;
  justify-content: space-between;
}
table .opts button {
  background: none;
  padding: 0 0 0 10px;
  color: #a8a8a8;
}
td .bi-calendar3 {
  fill: #106491;
  float: right;
  height: 20px;
  width: 20px;
}
tr:nth-child(odd) td, tr:nth-child(odd) th[scope="row"] {
  background: #F2F2F2;
}
tr:first-child th[scope="col"] {
  background: #E4EDF7;
}
#postular-paso-2 .table-container {
  overflow-y: auto;
  margin-top: 14px;
}

#postular-paso-2 .table-toolbar {
  display: flex;
  justify-content: flex-start;
  position: initial;
}
#formulario label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
#formulario h5 {
  color: #123b69;
}
#formulario h5.highlight-title {
  padding: 14px 14px;
  background: #E4EDF7;
  margin: 0 -14px 14px;
}
.form-footer h5 span {
  font-weight: 400;
  color: #292929;
}
.separator-solid {
  width: 100%;
  border-bottom: 3px solid #126391;
  margin: 30px 0;
}
.agreement {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form-control{
  border: 1px solid #A8A8A8;
}
.form-control::-webkit-input-placeholder{
  color:#212529;
}
#postular-paso-2 label, #datos-empresa label{
  color:#5D5D5D;
  font-weight: bold;
  position: relative;
}
.form-group.required label::after, #datos-empresa .form-group.required label::after {
  content: '*';
  display: block;
  position: absolute;
  color: red;
  font-size: 16px;
  right: -10px;
  top: -3px;
}
/*Pasos*/
#steps{
  background-color: #F5F9FD;
  border-radius: 50px;
  padding: 18px;
  width: 100%;
  max-width: 850px;
}
#steps ul{
  list-style-type: none;
  text-align: left;
}
#steps li {
  display: inline;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  position: relative;
}
#steps li a {
  margin: 2px 1.75rem 2px 7px;
  color: #292929;
  text-decoration: none;
  font-weight: lighter;
}
#steps li a.active{
  color:#292929;
  font-weight: bold;
}
#steps li a.inactive {
  color: #A8A8A8;
  font-weight: lighter;
}
#steps li:not(:last-child):after {
  display: inline-block;
  content: "";
  background-image: url("../img/chevron-black.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0px;
  right: 0px;
}
.mt-25{
  margin-top: 2.5rem!important;
}
/* PASOS */

/* POSTULAR PASO 2 */
#postular-paso-2 .after-steps{
  margin-top: 30px;
}
#postular-paso-2 .after-steps h1{
  font-size: 35px;
  color: #103B69;
  margin-top: 20px;
}
#postular-paso-2 .after-steps a{
 text-decoration: none;
}
#postular-paso-2 .dot-list::before{
  background-color: #7ED321;
}
/* POSTULAR PASO 2 */

/* POSTULAR PASO 3 */
#postular-paso-3 .main-content .user-light, #postular-paso-3 .main-content .user-regular{
  font-size: 22px;
  margin-bottom: 0px;
}
#postular-paso-3 .main-content .user-regular, #postular-paso-3 .dot-border-bottom p {
  margin-bottom: 30px;
}
#postular-paso-3 .main-content .user{
  margin: 20px 0 0 0;
}

#postular-paso-3 h2 {
  font-size: 28px;
  color: #103B69;
  margin-top: 40px;
  font-weight: bold;
}
#postular-paso-3 .note{
  margin-top: 60px;;
  border-bottom: 3px solid #09335F;
}
#postular-paso-3 .logos img{
  width: 80%;
}
/* POSTULAR PASO 3 */


@media screen and (max-width: 767px){
  #steps li {
    display: block;
    text-align: left;
    margin: 0 0 3% 0;
    white-space: normal;
  }
}

/* QUERIES */
@media screen and (min-width: 768px) {
  #trabajador .insert button {
    float: right;
  }
  .footer .footer-list {
    justify-content: flex-end
  }
}
@media screen and (max-width: 576px) {
  .main-content {
    padding: 0 20px;
  }
  .banner-actions {
    padding: 20px;
  }
  .action-box {
    padding: 20px 0 0;
  }
  .benefits .action-box {
    padding: 10px;
  }
  .benefit-box .box-content > * {
    margin-left: 15px;
    margin-right: 0px;
  }
  .benefit-box .box-content > .pad-s {
    padding: 15px 0 15px 15px;
  }
}
/* RECURSOS */
.whitespace-bottom {
  margin-bottom: 20vh;
}
.dot-border-top {
  /* Border top */
  background-image: linear-gradient(to right, #103b69 33%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.dot-border-bottom {
  /* Border bottom */
  background-image: linear-gradient(to right, #103b69 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.separator {
  width: 100%;
  height: 2px;
}
.dot-list {
  position: relative;
  padding-left: 15px;
}
.dot-list::before {
  height: 8px;
  width: 8px;
  background-color: #292929;
  border-radius: 50%;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
}
.check-list-item {
  position: relative;
  padding: 8px 0 8px 30px;
}
.check-list-item .check {
  display: inline-block;
  height: 22px;
  position: absolute;
  left: 0px;
  top: 8px;
}
