@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
/* Login, register and pass recover forms values, be careful */
/* My account values, be careful */
/* Bootstrap overrides, may be set to false */
/*@font-face {
	font-family: 'Gilroy';
	src: url(../css/fonts/Gilroy-Regular.ttf);
	font-weight: normal;
}

@font-face {
	font-family: 'Gilroy-Bold';
	src: url(../css/fonts/Gilroy-Bold.ttf);
	font-weight: bold;
}
*/
@font-face {
  font-family: "VisbyCF-Heavy";
  src: url(../css/fonts/VisbyCF-Heavy.otf) format("woff"), url(../css/fonts/VisbyCF-Heavy.otf) format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "VisbyCF-DemiBold";
  src: url(../css/fonts/VisbyCF-DemiBold.otf) format("woff"), url(../css/fonts/VisbyCF-Heavy.otf) format("truetype");
  font-display: swap;
  font-weight: 200;
}
@font-face {
  font-family: "Cocogoose";
  src: url(../css/fonts/Cocogoose_trial.otf) format("woff"), url(../css/fonts/VisbyCF-Heavy.otf) format("truetype");
  font-display: swap;
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

/*estilos.css@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
body {
  font-family: "VisbyCF-DemiBold", "Open Sans", Helvetica, Arial, Lucida, sans-serif, sans-serif;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  background: #E6E6E6;
  background: linear-gradient(to bottom, rgb(230, 230, 230) 5%, rgb(255, 255, 255) 25%);
}

.body {
  background: #E6E6E6;
  background: linear-gradient(to bottom, rgb(230, 230, 230) 5%, rgb(255, 255, 255) 25%);
}

.btn-outline-primary {
  color: #28AFA7 !important;
  border-color: #28AFA7 !important;
}

.btn-outline-primary.text-white {
  color: #fff !important;
}

.btn-alter-border {
  border-color: #fff !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #28AFA7;
  border-color: #28AFA7;
}

.show > .btn-outline-primary.dropdown-toggle {
  background-color: #28AFA7;
  border-color: #28AFA7;
  color: #fff !important;
}

.list-group-item.active {
  background-color: #28AFA7;
  border-color: #28AFA7;
  font-family: "VisbyCF-Heavy";
}

.badge-primary {
  color: #fff;
  background-color: #28AFA7;
}

.active .badge-primary {
  color: #E7374A;
  background-color: #fff;
}

.list-group-item.list-group-item-action {
  border-radius: 0.75rem !important;
}

input.form-control {
  border-radius: 0.75rem !important;
}

.select2-selection {
  border-radius: 0.75rem !important;
}

.btn-primary {
  background-color: #fff !important;
  border-color: #28AFA7 !important;
  border: 1px solid #28AFA7 !important;
  font: 200 15px "VisbyCF-DemiBold", "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
  color: #504F56 !important;
}

.btn-danger {
  background-color: #fff !important;
  border-color: #E7374A !important;
  border: 1px solid #E7374A !important;
  color: #504F56 !important;
}

.btn-success {
  background-color: #fff !important;
  border-color: #28a745 !important;
  border: 1px solid #28a745 !important;
  color: #504F56 !important;
}

/* VISUALK */
.navbar {
  background-color: #28AFA7;
  font: 20px "VisbyCF-Heavy", "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

/* VISUALK */
.navbar-collapse {
  background-color: #28AFA7;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8666666667);
  font-size: 21px;
}

.navbar-nav .nav-item {
  text-align: center;
}

.navbar-nav.with-sep .nav-item:not(:last-child):after {
  content: "";
  position: relative;
  height: 17px;
  border-right: 3px solid #fff;
  top: 14px;
  float: right;
}

@media only screen and (min-width: 992px) and (max-width: 1230px) {
  .navbar {
    font-size: 15px;
  }
  .navbar-nav.with-sep .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 20px;
    border-right: 3px solid #fff;
    vertical-align: middle;
    top: 20px;
  }
  .navbar form input {
    width: calc(100% - 50px) !important;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1241px) {
  .navbar {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1242px) and (max-width: 1264px) {
  .navbar {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1265px) and (max-width: 1305px) {
  .navbar {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  #navbarContent > form.navbar-nav {
    flex-flow: row;
    justify-content: center;
  }
}
.header {
  width: 100%;
  height: 60px;
}

.inner-header {
  width: 100%;
  height: 100%;
}

.navigation-header {
  float: right;
  height: 100%;
  width: 100%;
}

.navigation-header li {
  height: 100%;
  display: table;
  float: right;
  padding: 0px 10px;
  margin-right: 10px;
}

.navigation-header li a:not(.dropdown-item) {
  color: white;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

.nav-item .dropdown-menu {
  background-color: #28AFA7;
  border-color: transparent;
}

.nav-item .dropdown-menu .dropdown-item {
  color: white;
}

.nav-item .dropdown-menu .dropdown-item:hover {
  color: #28AFA7;
}

.menu-related-icon {
  width: 50px;
  padding-right: 0.4rem;
}

a:not(.dropdown-item) {
  display: inline-block;
  text-decoration: none !important;
}

.grow {
  transition: all 0.2s ease-in-out;
}

.grow:hover {
  transform: scale(1.3);
}

#contenedor-carousel-1 {
  margin-bottom: 20px;
}

.contenedor-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logos-footer {
  padding: 10px;
}

.logos-footer a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.logos-footer a > i {
  color: white;
  height: 32px;
  width: 32px;
  font-size: 32px;
}

.iframe-box {
  margin-bottom: -7px;
}

img.a {
  vertical-align: baseline;
}

img.b {
  vertical-align: text-top;
}

img.c {
  vertical-align: text-bottom;
}

img.d {
  vertical-align: sub;
}

img.e {
  vertical-align: super;
}

.btn-account-options {
  color: #fff !important;
  background-color: #28AFA7 !important;
  border: 1px solid #fff !important;
}

.btn-account-options:hover {
  color: #28AFA7 !important;
  background-color: #fff !important;
  border: 1px solid #28AFA7 !important;
}

.options-dropdown {
  width: 100%;
  bottom: 1rem;
}

.options-dropdown a {
  width: 175px;
}

.options-dropdown .dropdown-menu {
  background-color: #fff;
  border-color: transparent;
}

.options-dropdown.show .btn-account-options {
  color: #28AFA7 !important;
  background-color: #fff !important;
}

.site-font {
  font-family: "VisbyCF-DemiBold", "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

.site-font-bold {
  font-family: "Cocogoose", "Open Sans";
  font-weight: 400;
}

.h-title {
  font-family: "Cocogoose", "Open Sans";
  font-weight: 400;
  color: #28AFA7;
  border-bottom: 3px solid #28AFA7;
  border-image: linear-gradient(to left, #E7374A, 20%, #28AFA7 10px) 4/0 0 5px;
}

.tracking .card {
  border: 1px solid rgba(40, 175, 167, 0);
  border-left: none;
  border-right: none;
}

.tracking .card-header {
  font: 400 20px "VisbyCF-Heavy";
  color: #504F56;
  background-color: transparent;
  border: 2px solid #28AFA7;
  border-radius: 0.75rem !important;
  margin: 0 0 0 0 !important;
}

.tracking .card-header button {
  font-size: 15pt;
  color: #28AFA7;
}

.tracking .card-header button:focus {
  box-shadow: none;
}

.tracking .card-header button .status {
  background-color: #28AFA7;
  color: white;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 12pt;
}

.tracking-list .tracking-item-sep:last-child {
  display: none;
}

.tracking-item {
  color: #28AFA7;
}

.tracking-item::before,
.tracking-item::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media (max-width: 991px) {
  .tracking-item {
    min-height: 100px;
    border-left: 4px solid #28AFA7;
    padding-left: 2rem;
  }
  .tracking-item::after {
    box-shadow: 0 0 0 4px #28AFA7;
    left: calc(-3rem + 2px);
    background: white;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    content: "";
    top: -50px;
    position: relative;
    display: block;
    text-align: center;
  }
  .tracking-item.active::after {
    content: "\f00c";
  }
}
@media (min-width: 992px) {
  .tracking-item {
    width: calc(20% - 85px);
    display: inline-block;
    padding-top: 1rem;
  }
  .tracking-item-sep {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: inline-block;
    width: 100px;
  }
  .tracking-item-sep::before {
    content: "";
    box-shadow: 0 0 0 2px #28AFA7;
    display: block;
    width: 100%;
    top: 50%;
    position: relative;
  }
  .tracking-item::before {
    box-shadow: 0 0 0 4px #28AFA7;
    left: calc(50% - 12px);
    background: white;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    content: "";
    top: -1rem;
    position: relative;
    display: block;
    text-align: center;
  }
  .tracking-item.active::before {
    content: "\f00c";
  }
}
.tracking-item.active {
  color: #28AFA7;
}

.tracking-item i {
  font-size: 50px;
  width: 70px;
  text-align: center;
}

.modal-header {
  background-color: #28AFA7;
  padding: 0.5rem 1rem;
  color: white;
}

.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
}

.dropzone .dz-preview .dz-image {
  width: 300px;
  height: 300px;
}

.filter-row input[type=text],
.filter-row .select2-container .select2-selection--single,
.filter-row .select2-selection__rendered {
  height: calc(2.2em + 0.8rem + 2px) !important;
}

.filter-row .select2-selection__rendered {
  line-height: calc(2.2em + 0.8rem) !important;
}

.filter-row .select2-selection__clear {
  line-height: 0.93em !important;
}

.filter-row > div {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .filter-row div:not(:last-child) {
    padding-right: 0;
  }
}
.cv-titulo_princ {
  font: 400 30px "Cocogoose";
  color: #504F56;
  text-transform: none;
  padding: 1.75rem 0 0 0;
}

.cv-titulo_sec {
  color: #504F56;
  font: 400 20px "VisbyCF-Heavy";
}

.cv-boton {
  background-color: #28AFA7;
  color: white;
}

.card-color-home {
  background-color: #28AFA7;
}

.modal-header-home {
  background-color: #28AFA7;
}

.color-fondo1 {
  background: #28AFA7;
}

.color-fondo2 {
  background-color: #28AFA7;
}

.color-fondo3 {
  background: #28AFA7;
}

.color-fondo4 {
  background-color: #28AFA7;
}

.btn-submit {
  background-color: #28AFA7 !important;
  font: 14px "Cocogoose", "Open Sans" !important;
  font-weight: 400;
}

.swal2-title {
  font-family: "Cocogoose", "Open Sans";
  font-weight: 400;
}

.swal2-html-container {
  font-family: "VisbyCF-DemiBold", "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

.font-12pt {
  font-size: 12pt;
}

.num-list {
  list-style: decimal;
  padding-left: 20px;
}

.num-list li {
  list-style: decimal;
  padding-left: 10px;
}

.foot-div {
  font-family: "VisbyCF-DemiBold", "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14pt;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  .w-lg-75 {
    width: 75%;
  }
  .carousel-caption {
    top: 60vh;
  }
  .carousel-inner {
    max-height: 70vh;
  }
  .carousel-item > picture {
    display: block;
    margin-top: -30vh;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .carousel-caption {
    top: 45vh;
  }
  .carousel-inner {
    max-height: 55vh;
  }
  .carousel-item > picture {
    display: block;
    margin-top: -20vh;
  }
}
.carousel-caption {
  font: 400 30px "Cocogoose";
  background-color: rgba(60, 60, 60, 0.4196078431);
}

/*editcv.css@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#heading {
  text-transform: none;
  color: #504F56;
  font: 400 30px "Cocogoose";
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  background: transparent;
}

#msform form {
  padding-top: 1rem;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  text-align: left;
  display: inline-flex;
  color: #504F56;
  font: 400 25px "Cocogoose";
  padding: 0 5rem 0 0;
  margin: 0 0 15px 0;
  border-bottom: 2px solid #28AFA7;
  border-image: linear-gradient(to left, #E7374A, 20%, #28AFA7 10px) 4/0 0 5px;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  overflow: hidden;
  margin-bottom: 30px;
  color: #504F56;
  font: 200 10pt "VisbyCF-DemiBold", "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

#progressbar .active {
  color: #28AFA7;
}

#progressbar li {
  list-style-type: none;
  font-size: 10pt;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
  cursor: pointer;
}

#progressbar li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#progressbar #general::before {
  content: "\f03a";
}

#progressbar #education::before {
  content: "\f19d";
}

#progressbar #work:before {
  content: "\f1ad";
}

#progressbar #family:before {
  content: "\e065";
}

#progressbar #references:before {
  content: "\e068";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  margin: 0 auto 10px auto;
  padding: 2px;
  border-radius: 0.75rem;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #28AFA7;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.fields-group hr {
  border-bottom: 2px solid rgba(40, 175, 167, 0.45);
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}

.previous {
  margin-right: 20px;
}

fieldset .select2.select2-container {
  height: 3.5rem;
}

fieldset .select2-container--bootstrap4 .select2-selection--single {
  height: 3.5rem !important;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #6c757d;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-top: none;
  border-color: #80bdff;
  /*border-bottom-color: rgb(128, 189, 255);*/
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--bootstrap4 .select2-selection__clear {
  padding-top: 0.08em;
}

hr.invalid {
  animation: invalid-hr 10s 1;
}

hr.valid {
  animation: valid-hr 10s 1;
}

@keyframes invalid-hr {
  0% {
    border-bottom: 2px solid #E7374A;
  }
  25% {
    border-bottom: 2px solid #E7374A;
  }
  75% {
    border-bottom: 2px solid #E7374A;
  }
  100% {
    border-bottom: 2px solid rgba(40, 175, 167, 0.45);
  }
}
@keyframes valid-hr {
  0% {
    border-bottom: 2px solid #28a745;
  }
  25% {
    border-bottom: 2px solid #28a745;
  }
  75% {
    border-bottom: 2px solid #28a745;
  }
  100% {
    border-bottom: 2px solid rgba(40, 175, 167, 0.45);
  }
}
.resume-container {
  background-color: transparent;
}

/*jobs.css@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.default-detail {
  color: #28AFA7;
}

.no-items {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #E7374A;
  font-weight: 900;
  font-size: 15pt;
}

.btn-delete-day {
  vertical-align: middle;
  cursor: pointer;
}

input.password {
  margin: 0 auto;
  display: block;
}

.show-pass {
  float: right;
  position: relative;
  margin-top: -45px;
  margin-right: 45px;
  cursor: pointer;
  z-index: 100;
}

.required-mark {
  color: #E7374A;
}

/*.parallelogram .list li::before, .detail-container .list li::before {
    content: '•';
    color: v.$primary-color;
    font-weight: bolder;
    display: inline-block;
    width: 14px;
    font-size: 15pt;
    line-height: 15pt;
}*/
.parallelogram .list li, .detail-container .list li {
  list-style: inside;
}

.summary-section .summary {
  padding: 0 0 0 1rem;
  line-height: 1.6;
}

.summary-section .s-title {
  font-weight: bold;
  padding-right: 0.5em;
}

button .spinner-grow, a .spinner-grow {
  color: #fff !important;
}

.list li::marker {
  color: #28AFA7;
}

.table thead th {
  font-family: "VisbyCF-Heavy";
  font-weight: 200 !important;
  color: #504F56;
}

.table tbody td {
  font-family: "VisbyCF-DemiBold", "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 200 !important;
  color: #504F56;
}

.documents-container {
  background: transparent;
}

.modal-title {
  font: 400 25px "VisbyCF-Heavy";
  padding: 0.5rem 0;
}

.contact-us-title {
  font: 400 30px "Cocogoose";
}

.title-lbl {
  font: 400 30px "Cocogoose";
}

.subtitle-lbl {
  font: 400 15px "VisbyCF-Heavy";
}
