.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-total-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/************************************
@media (max-width: 1599px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 959px) {
}
@media (max-width: 639px) {
}
@media (max-width: 479px) {
}
************************************
@media (min-width: 480px) {
}
@media (min-width: 640px) {
}
@media (min-width: 960px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  color: #1d1d1b;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
#cookies-msg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 10px;
  font-weight: 500;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#cookies-msg.shown {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 640px) {
  #cookies-msg {
    text-align: center;
  }
}
#cookies-msg > div {
  background: white;
  padding: 15px 0;
  box-shadow: 0 -14px 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg > div > div {
  box-sizing: content-box;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet landscape and bigger */
}
@media (min-width: 640px) {
  #cookies-msg > div > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  #cookies-msg > div > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#cookies-msg.floating {
  left: 15px;
  right: 15px;
}
#cookies-msg.floating > div {
  width: 800px;
  max-width: 100%;
  margin: 15px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg.floating > div > div {
  padding-left: 20px;
  padding-right: 20px;
}
#cookies-msg #cookies-msg-close {
  display: none;
}
#cookies-msg .cookies-msg-actions a {
  display: block;
}
#cookies-msg a.uk-button {
  background: #06529c;
}
#cookies-msg a.uk-button:hover {
  background: #021e3a;
}
#cookies-msg a:not(.uk-button) {
  color: #06529c;
}
#cookies-msg a:not(.uk-button):hover {
  color: #021e3a;
}
a {
  transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Montserrat', sans-serif;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: 'Montserrat', sans-serif;
}
.uk-heading-medium {
  font-weight: 700;
  color: #06529c;
  text-transform: none;
  transition: all ease 0.3s;
}
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4.8rem;
  }
}
@media (max-width: 479px) {
  .uk-heading-medium {
    font-size: 2.3rem;
  }
}
.uk-heading-small {
  font-weight: 700;
  color: #06529c;
  text-transform: none;
  transition: all ease 0.3s;
}
@media (max-width: 1199px) {
  .uk-heading-small {
    font-size: 2.5rem;
  }
}
@media (max-width: 639px) {
  .uk-heading-small {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  .uk-heading-small {
    font-size: 1.8rem;
  }
}
strong {
  font-weight: 800;
}
.tep-blue {
  color: #06529c !important;
}
.tep-orange {
  color: #f3bd40 !important;
}
header {
  margin-top: 50px;
}
@media (max-width: 959px) {
  header {
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  header {
    margin-top: 20px;
  }
}
header img.tep-brand {
  transition: all ease 0.4s;
  width: 180px;
}
@media (max-width: 959px) {
  header img.tep-brand {
    width: 140px;
  }
}
@media (max-width: 639px) {
  header img.tep-brand {
    width: 100px;
  }
}
header .tep-dropdown {
  border-radius: 15px;
}
header .tep-dropdown ul.uk-nav li a {
  color: #999;
  font-size: 0.8rem;
}
header .tep-dropdown.main-dropdown .uk-nav li a {
  text-align: center;
  color: #06529c;
  font-size: 0.9rem;
}
footer .tep-partners {
  padding: 20px 0;
  background-color: #abd9ef;
}
footer .tep-info-legal {
  padding: 20px 0;
  background-color: #d2eef9;
  min-height: 70px;
}
@media (min-width: 640px) {
  footer .tep-info-legal {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .tep-info-legal ul.uk-subnav {
  margin: 0;
}
footer .tep-info-legal ul.uk-subnav li:nth-child(n + 2):not(.uk-first-column):before {
  border-left-color: #06529c;
}
footer .tep-info-legal ul.uk-subnav li a {
  color: #06529c;
  text-transform: none;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 959px) {
  footer .tep-info-legal ul.uk-subnav li a {
    font-size: 13px;
  }
}
@media (max-width: 639px) {
  footer .tep-info-legal ul.uk-subnav {
    display: block;
  }
  footer .tep-info-legal ul.uk-subnav li {
    text-align: center;
    padding-left: 0;
    display: block;
    border-bottom: 1px solid rgba(6, 82, 156, 0.1);
  }
  footer .tep-info-legal ul.uk-subnav li a {
    font-size: 1rem;
    padding: 5px 0px;
    display: inline-block;
  }
  footer .tep-info-legal ul.uk-subnav li:before {
    margin-right: 0px;
    border: none;
  }
}
.tep-ilustracion-prox {
  padding-top: 90px;
}
nav.tep-nav ul.uk-navbar-nav li a {
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #06529c;
}
nav.tep-nav ul.uk-navbar-nav li a:hover {
  color: #abd9ef;
}
nav.tep-nav .tep-user {
  color: #abd9ef;
  font-size: 14px;
}
nav.tep-nav .tep-user a {
  color: #abd9ef;
}
nav.tep-nav a.tep-toggle-icon {
  background-color: #abd9ef;
  color: white;
}
a.uk-button.tep-button {
  border: 3px solid #06529c;
  border-radius: 10px;
  color: #06529c;
  background-color: white;
}
a.uk-button.tep-button:hover {
  background-color: #06529c;
  color: white;
}
a.uk-button.tep-button.uk-button-large {
  font-size: 1.1rem;
  padding: 12px 35px;
  line-height: 30px;
}
a.uk-button.tep-button.wide {
  padding: 12px 15px;
}
a.uk-button.tep-button.uk-button-xlarge {
  font-weight: 700;
}
@media (min-width: 1200px) {
  a.uk-button.tep-button.uk-button-xlarge {
    padding: 0 50px;
    line-height: 63px;
    font-size: 1rem;
  }
}
.tep-offcanvas-bar {
  background-color: #06529c;
}
.tep-offcanvas-bar img #texto *,
.tep-offcanvas-bar svg #texto * {
  fill: white !important;
}
.tep-offcanvas-bar ul.uk-nav li a {
  color: #ffffff;
}
.tep-offcanvas-bar ul.uk-nav li .uk-nav-sub {
  padding-left: 0 !important;
}
.tep-offcanvas-bar ul.uk-nav li .uk-nav-sub li a {
  font-size: 12px !important;
  color: #abd9ef;
}
.tep-offcanvas-bar ul.uk-nav li.uk-parent a:after {
  position: absolute;
  right: 0;
}
.tep-offcanvas-bar ul.uk-nav li.uk-parent.uk-open > a {
  color: #ffffff;
  font-weight: 600;
}
.tep-offcanvas-bar a.tep-user {
  display: inline-block;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 10px;
  padding: 5px 20px;
  text-decoration: none;
}
.tep-offcanvas-bar a.tep-user:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.tep-illustration-01 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .tep-illustration-01 {
    margin-top: 150px;
  }
}
.tep-op {
  opacity: 0;
  filter: alpha(opacity=0);
}
.uk-background-secondary {
  background-color: #06529c;
}
.tep-form {
  color: white;
}
.tep-form h2 {
  margin-top: 0;
  color: white;
}
.tep-form input.uk-input {
  color: #06529c;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .tep-form input.uk-input {
    line-height: 65px;
    height: 65px !important;
  }
}
.tep-form label {
  font-weight: 300;
}
@media (min-width: 960px) {
  .tep-form label {
    font-size: 1.2rem;
  }
}
.tep-form-alta {
  color: white;
}
.tep-form-alta h2 {
  margin-top: 0;
  color: white;
}
.tep-form-alta input.uk-input {
  color: #06529c;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .tep-form-alta input.uk-input {
    line-height: 50px;
    height: 50px !important;
  }
}
.tep-form-alta label {
  font-weight: 300;
  font-size: 0.8rem;
  margin-bottom: 0 !important;
}
@media (min-width: 960px) {
  .tep-form-alta label {
    font-size: 1.2rem;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 960px) {
  .tep-form-bg {
    background: url(../svg/illustration-01.svg) no-repeat left bottom;
    background-size: 920px;
    padding-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .tep-form-bg-alta {
    background: url(../svg/illustration-01.svg) no-repeat left 100px;
    background-size: 920px;
    padding-bottom: 100px;
  }
}
input.tep-input {
  border: 2px solid #abd9ef;
  border-radius: 10px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.98rem;
  color: #06529c !important;
}
textarea.tep-textarea {
  border: 2px solid #abd9ef;
  border-radius: 10px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #06529c !important;
  font-size: 0.98rem;
}
select.tep-select {
  border: 2px solid #abd9ef;
  border-radius: 10px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #06529c !important;
  font-size: 0.98rem;
}
select.tep-select option {
  font-size: 0.8rem;
}
label.tep-label {
  font-size: 0.9375rem;
  display: block;
}
.uk-radio {
  width: 20px;
  height: 20px;
}
.uk-radio:checked {
  background-color: #06529c;
}
.uk-checkbox {
  width: 20px;
  height: 20px;
  border-color: #abd9ef;
}
.uk-checkbox:checked {
  background-color: #06529c;
}
.tep-avatar-form {
  border: 2px solid #abd9ef;
  border-radius: 10px;
  color: #06529c;
  font-size: 0.875rem;
  height: 225px;
}
@media (min-width: 480px) {
  .tep-avatar-form {
    width: 190px;
  }
}
.tep-avatar-form .uk-link {
  cursor: pointer;
}
.uk-breadcrumb li:first-child a {
  color: #06529c;
}
@media (max-width: 639px) {
  .tep-radio-set {
    display: block;
  }
}
.dropzone {
  position: relative;
  border: none;
  padding: 0;
}
.dropzone.dz-drag-hover {
  border: none;
}
.dropzone #avatar-imgs {
  position: relative;
  min-height: 225px;
}
.dropzone #avatar-imgs .dz-preview-container {
  position: absolute;
  width: 100%;
  z-index: 8;
}
.dropzone #avatar-imgs .dz-preview-container .dz-preview {
  cursor: pointer;
  margin: 0 auto;
  display: block;
  width: 100%;
  min-height: 225px;
  position: relative;
}
.dropzone #avatar-imgs .dz-preview-container .dz-preview:hover {
  z-index: 9;
}
.dropzone #avatar-imgs .dz-preview-container .dz-preview:hover .dz-image img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  filter: none;
}
.dropzone #avatar-imgs .dz-preview-container .dz-preview .ok-avatar-img {
  width: 190px;
  height: 225px;
  position: relative;
}
.dropzone #avatar-imgs .dz-preview-container .dz-preview .ok-avatar-img .dz-image {
  border: 2px solid #abd9ef;
  width: 190px;
  height: 225px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border-radius: 10px;
}
.dropzone #avatar-imgs .dz-preview-container .dz-preview .ok-avatar-img .dz-image img {
  width: 186px;
  height: 221px;
}
.dropzone #avatar-imgs .dz-preview-container .dz-preview .ok-avatar-img .dz-progress {
  margin-top: -4px;
  height: 8px;
}
.dropzone #avatar-imgs .dz-preview-container .dz-preview .ok-avatar-img .dz-progress .dz-upload {
  background: #06529c;
}
.dropzone #avatar-imgs .dz-preview-container .dz-preview .ok-avatar-img i {
  cursor: pointer;
  background: #4ec1fd;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 10;
  overflow: hidden;
  border-radius: 10px;
  display: none;
}
.dropzone .dz-default.dz-message {
  width: 190px;
  height: 225px;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 0;
  pointer-events: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 20px;
  font-size: 12px;
  overflow: hidden;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dropzone:hover .dz-default.dz-message {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.del-image {
  position: absolute;
  z-index: 100;
  pointer-events: auto;
  background: #abd9ef;
  color: white;
  padding: 5px;
  border-radius: 40px;
  left: 0;
  margin-left: 174px;
  margin-top: -13px;
}
.del-image:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-header {
  border: none;
  background: white;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0 !important;
}
.ui-widget {
  font-family: "Lato", "Raleway", Arial, sans-serif;
  font-weight: 100;
}
.ui-datepicker {
  max-width: 100%;
  width: 300px;
}
.ui-datepicker th {
  font-size: 12px;
  text-transform: uppercase;
}
.ui-widget-content {
  padding: 15px;
  background: #fff;
  color: #666;
  font-size: 1rem;
  vertical-align: top;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  border: 1px solid white;
  background: #fff;
  font-weight: normal;
  color: #454545;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ui-datepicker-current-day a,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid red;
  background-color: #fafafa;
  color: #666;
  outline: 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 #fff;
}
.ui-datepicker-next.ui-state-hover,
.ui-datepicker-prev.ui-state-hover {
  border: none;
  background-color: #fff;
  color: #666;
  outline: 0;
  text-shadow: 0 1px 0 #fff;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: none;
}
.ui-datepicker .ui-datepicker-prev span.ui-icon {
  text-indent: 0px;
}
.ui-datepicker .ui-datepicker-prev span.ui-icon i {
  position: absolute;
}
.ui-datepicker .ui-datepicker-next span.ui-icon {
  text-indent: 0px;
}
.ui-datepicker .ui-datepicker-next span.ui-icon i {
  position: absolute;
}
.ui-datepicker-other-month {
  opacity: 0.6 !important;
}
.holiday-day a {
  border: 1px solid transparent !important;
  background: white !important;
  color: #e69800 !important;
}
.unvalidated-day a {
  border: 1px solid #e60025 !important;
  background: #fff1f1 !important;
  color: #e60025 !important;
}
.validated-day a {
  border: 1px solid #00e6b0 !important;
  background: #d3fff1 !important;
  color: #00e6b0 !important;
}
.ui-datepicker-current-day a {
  border: 1px solid #00a8e6 !important;
  background: #e2f6ff !important;
  color: #00a8e6 !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  border-radius: 18px;
  padding: 0;
}
.anho-finalizacion {
  background: #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #abd9ef;
  border-radius: 10px;
  font-size: 1.25rem;
  min-height: 55px;
}
.uk-background-muted {
  background-color: #d2eef9;
}
.tep-modal {
  padding: 50px;
  background-color: #06529c;
}
.tep-modal h2 {
  color: white;
}
.tep-modal button.uk-modal-close-default {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 30px !important;
  text-align: center;
  color: #06529c;
  background-color: white;
}
table {
  /*&.tep-area {
		td {
			position: relative;

			@media (max-width:959px) {
				padding-left: 45%;
				margin-bottom: 12px;

				&:before {
					position: absolute;
					font-weight: 600;
					width: 40%;
					left: 10px;
					top: 5px;
					font-size: 0.9rem;
				}
				&:nth-child(1):before {
					content: "Fecha oferta";
					top: 10px;
				}
				&:nth-child(2):before {
					content: "Puesto";
				}
				&:nth-child(3):before {
					content: "Buque";
				}
				&:nth-child(4):before {
					content: "F.Incorporación";
				}
				&:nth-child(5):before {
					content: "F. Finalizacíón";
				}
				&:nth-child(6):before {
					content: "Estado de la oferta";
				}
			}
			@media (max-width: 479px) {
				font-size: 0.8rem;
			}
		}
	}*/
}
table.tep-table th {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #06529c;
}
table.tep-table td {
  font-size: 0.9rem;
}
table.tep-table tbody {
  /*border: 2px solid @color-2;
					border-radius: 10px;*/
}
table.tep-table tbody tr:nth-of-type(odd) {
  border: none;
  background-color: #abd9ef;
}
table.tep-table tbody tr:hover {
  background-color: #80c6e7;
}
.idiomas.header {
  position: absolute;
  right: 10px;
}
@media (min-width: 960px) {
  .idiomas.header {
    top: -20px;
  }
}
.idiomas ul.uk-subnav li {
  padding-left: 10px;
}
.idiomas ul.uk-subnav li a {
  font-size: 0.8rem;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  line-height: 25px;
  text-align: center;
}
.idiomas ul.uk-subnav li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.idiomas ul.uk-subnav li a.uk-active {
  background-color: #abd9ef;
  color: #06529c;
}
