.bg-header {
  background-image: url('../images/backgrounds/bg-header-home.png');
  background-size: cover;
  background-position: center;
  min-height: 250px;
}
.bg-header:before {
	content:'';
	position: absolute;
  min-height: 250px;
	background-color: rgba(0,0,0,0.6);
}

.logo-cycle {
  width: 118px;
  height: 118px;

}
.footer-cycle {
  font-size: 12px;
}
.title {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.loading {
  text-align: center;
  font-size: 14px;
}
.description {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.card {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.subtitle-vacante {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0018a7;
}
.title-vacante {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #030303;
}
.ubicacion {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #030303;
  padding-top: 10px;
}
.button-cycle {
  border-radius: 21px;
  background-color: #0018a7;
  color: #FFFFFF;
  width: 160px;
}
.button-cycle:hover, .button-cycle:focus {
  opacity: 0.8;
  color: #FFFFFF;
}
.content {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #030303;
  margin-bottom: 20px;
}
.title-section {
  font-size: 18px;
  font-weight: bold;
  color: #030303;
  margin-bottom: 20px;
}
.title-resumen {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #030303;
}
.separator {
  width: 100%;
  height: 1px;
  margin: 15px 0 15px;
  background-color: #d8d8d8;
}
.detail .label {
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #0018a7;
}
.detail .description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #030303;
}
.modal-card-foot, .modal-card-head {
  background-color: #FFFFFF;
}
.modal-card-title{
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #030303;
}
.card-image:last-child img {
  width: 130px;
  height: 130px;
  margin-bottom: 30px;
}

.success-title {
  /* font-family: Montserrat; */
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #030303;
  margin-bottom: 20px;
}

.success-description {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #030303;
}
#modal-success .modal-card-foot, #modal-success .modal-card-head {
  border-bottom: none;
  border-top: none;
}
.navbar, .navbar-end, .navbar-menu, .navbar-start {
  align-items: stretch;
  display: flex;
}
.avisoDatos p, .avisoDatos .checkbox {
    font-size: 12px;
}
.checkbox {
    margin-top: 15px;
}

.errorTerms{
    color: #FFF;
    background: #f14668;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.content-legal p {
    margin-top: 15px;
    font-size: 14px;
}
.content-legal ul li {
    font-size: 14px;
    margin-left: 20px;
}
.content-legal .title {
    color: #030303;
    font-size: 16px;
    text-align: left;
}