@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:600&display=swap|Roboto:100,300,400,500,700,900&display=swap");
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";
.row {
  max-width: 1600px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1600px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.row .row .column, .row .row .columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  float: left;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  box-sizing: border-box;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.large-1 {
  position: relative;
  width: 8.33333%;
}

@media screen and (max-width: 767px) {
  .large-1 {
    width: 100%;
  }
}

.large-2 {
  position: relative;
  width: 16.66667%;
}

@media screen and (max-width: 767px) {
  .large-2 {
    width: 100%;
  }
}

.large-3 {
  position: relative;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .large-3 {
    width: 100%;
  }
}

.large-4 {
  position: relative;
  width: 33.33333%;
}

@media screen and (max-width: 767px) {
  .large-4 {
    width: 100%;
  }
}

.large-5 {
  position: relative;
  width: 41.66667%;
}

@media screen and (max-width: 767px) {
  .large-5 {
    width: 100%;
  }
}

.large-6 {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .large-6 {
    width: 100%;
  }
}

.large-7 {
  position: relative;
  width: 58.33333%;
}

@media screen and (max-width: 767px) {
  .large-7 {
    width: 100%;
  }
}

.large-8 {
  position: relative;
  width: 66.66667%;
}

@media screen and (max-width: 767px) {
  .large-8 {
    width: 100%;
  }
}

.large-9 {
  position: relative;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .large-9 {
    width: 100%;
  }
}

.large-10 {
  position: relative;
  width: 83.33333%;
}

@media screen and (max-width: 767px) {
  .large-10 {
    width: 100%;
  }
}

.large-11 {
  position: relative;
  width: 91.66667%;
}

@media screen and (max-width: 767px) {
  .large-11 {
    width: 100%;
  }
}

.large-12 {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .large-12 {
    width: 100%;
  }
}

.large-offset-1 {
  margin-left: 8.33333%;
}

@keyframes gira {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* empleo
@include grid('grid-template-rows', '1fr 2fr', 10px, 20px); -----filas
@include grid('grid-template-columns', 'repeat(3, auto)', 1rem, 1.5rem); ---- columnas*/
* {
  -webkit-overflow-scrolling: touch;
}

*:focus {
  outline: none;
}

*, *:before, *:after, div {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #222;
  font-weight: 400;
  background-color: #fcfcfc;
}

a, a:hover, a:visited {
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.fa {
  font: normal normal normal 18px FontAwesome !important;
}

.text-right {
  text-align: right;
}

.page div {
  position: relative;
  box-sizing: border-box;
}

.alert-box {
  z-index: 999;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes fadein {
  0% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}

.public span.text-indent {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.public body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #333333;
  overflow-x: hidden;
}

.public #wrapper {
  padding: 0;
}

.public #header {
  background: transparent linear-gradient(180deg, #000000 0%, #000 100%) 0% 0% no-repeat padding-box;
  background-image: url(/images/header.jpg);
  background-size: cover;
  width: 100%;
  height: 70vh;
  min-height: 630px;
  max-height: 750px;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.public #header .header-content h1 {
  margin: 0;
}

.public #header .header-content #logo {
  display: block;
  position: absolute;
  width: 200px;
  height: 86px;
  left: 0;
  background-color: #004a91;
}

.public #header .header-content #logo .ico {
  display: block;
  width: 147px;
  height: 46px;
  margin: 23px 0 0 24px;
  background-image: url("/images/sprite.png");
  background-repeat: no-repeat;
  background-position: -147px 0;
}

.public #header #main-nav {
  display: block !important;
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .public #header #main-nav {
    position: relative;
    top: 96px;
  }
}

.public #header #main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.public #header #main-nav ul li {
  line-height: 1;
  margin-left: 2.3125rem;
  height: 86px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .public #header #main-nav ul li {
    height: auto;
    margin-left: 1.25rem;
  }
}

.public #header #main-nav ul li a {
  color: #ededed;
  font-weight: 700;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: relative;
}

.public #header #main-nav ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}

.public #header #main-nav ul li#language-picker {
  display: flex;
}

.public #header #main-nav ul li#language-picker #dot {
  margin: 0 1rem;
  transform: translateY(-5px);
}

.public #header #main-nav ul li:first-child, .public #header #main-nav ul li:last-child {
  border-left: 1px solid #ededed;
  padding-left: 2.3125rem;
}

.public #header #title-box {
  margin-bottom: 5.625rem;
}

.public #header #title-box h1 {
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 1.14;
  text-align: left;
  color: #fff;
  font-weight: 900;
  margin: 0 0 1rem 0;
}

.public #header #title-box h1:after {
  content: "";
  width: 115px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 2rem 0 1rem 0;
}

@media screen and (max-width: 650px) {
  .public #header #title-box h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .public #header #title-box h1 {
    font-size: 2.25rem;
  }
}

.public #header #title-box h2 {
  font-weight: 900;
  font-size: 1.25rem;
  text-align: left;
  color: #fff;
  line-height: 1.4;
}

.public .zonas {
  margin: 4rem 0;
  width: 100%;
}

.public .zonas h2 {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  color: #333;
}

.public .zonas h2:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #333;
  margin: 0 0 1rem 0;
  display: block;
}

.public .zonas h2 span {
  font-weight: 400;
}

.public .zonas .grid-zona {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

@media screen and (max-width: 1023px) {
  .public .zonas .grid-zona {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 750px) {
  .public .zonas .grid-zona {
    grid-template-columns: repeat(1, 1fr);
  }
}

.public .zonas .grid-zona .zona {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.public .zonas .grid-zona .zona:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all .3s ease;
}

.public .zonas .grid-zona .zona .enlace {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.public .zonas .grid-zona .zona .zona-contenido {
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}

.public .zonas .grid-zona .zona .zona-contenido .card-img-overlay {
  border-top: 1px solid #fff;
  width: 100%;
}

.public .zonas .grid-zona .zona .zona-contenido .card-img-overlay h4 {
  color: #fff;
  font-weight: 900;
  font-size: 1.25rem;
  margin: 1rem 0 0 0;
}

.public .zonas .grid-zona .zona .zona-contenido .card-img-overlay .card-text {
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
  opacity: 0;
  display: none;
  transition: all .3s ease;
  margin-top: 1rem;
}

.public .zonas .grid-zona .zona .zona-contenido .card-img-overlay .btn {
  background: #2037A8;
  display: none;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  opacity: 0;
  transition: all .3s ease;
}

.public .zonas .grid-zona .zona .zona-contenido .card-img-overlay .btn span {
  padding: .65rem 1.5rem;
  display: inline-block;
}

.public .zonas .grid-zona .zona:hover:after {
  background: rgba(0, 0, 0, 0.7);
}

.public .zonas .grid-zona .zona:hover .zona-contenido .card-img-overlay .card-text {
  opacity: 1;
  display: block;
}

.public .zonas .grid-zona .zona:hover .zona-contenido .card-img-overlay .btn {
  opacity: 1;
  display: inline-block;
}

.public #tablonAnuncios {
  margin-bottom: 120px;
}

.public #tablonAnuncios h2.titular {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.3;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #2037A8;
  margin: 0 0 1rem 0;
  padding-bottom: .5rem;
}

.public #tablonAnuncios h2.titular:before {
  display: none;
}

.public #tablonAnuncios #announcements h3 {
  font-weight: 900;
  font-size: 1.375rem;
}

.public #tablonAnuncios #cards a.link-cotos {
  background: #2037A8;
  padding: 30px;
  display: block;
  border: 2px solid #2037A8;
  transition: all .3s ease;
}

.public #tablonAnuncios #cards a.link-cotos h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  transition: all .3s ease;
}

.public #tablonAnuncios #cards a.link-cotos h3:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 1rem 0;
  transition: all .3s ease;
}

.public #tablonAnuncios #cards a.link-cotos h2 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 900;
  transition: all .3s ease;
}

.public #tablonAnuncios #cards a.link-cotos h2:before {
  display: none;
}

.public #tablonAnuncios #cards a.link-cotos:hover {
  background: #fff;
  text-decoration: none;
}

.public #tablonAnuncios #cards a.link-cotos:hover h2, .public #tablonAnuncios #cards a.link-cotos:hover h3 {
  color: #2037A8;
}

.public #tablonAnuncios #cards a.link-cotos:hover h3:after {
  background: #2037A8;
}

.public #header_breadcrumb {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 900;
  font-size: 0.8125rem;
  color: #000;
}

.public #header_breadcrumb a {
  color: #000;
}

.public #contenidoWeb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.public #contenidoWeb h1 {
  width: 100%;
}

.public #contenidoWeb h2 {
  font-weight: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #333;
}

.public #contenidoWeb h2:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #333;
  display: block;
  margin: 0 0 .5rem 0;
}

.public #contenidoWeb a.btn-primary {
  margin: 1.5rem 0;
  display: inline-block;
  background: #2037A8;
  padding: 10px 30px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #2037A8;
  box-shadow: none;
  margin-bottom: 1rem;
  transition: all .3s ease;
}

.public #contenidoWeb a.btn-primary:hover {
  background: #000;
  border-color: #000;
  text-decoration: none;
}

.public .infoReserva {
  margin-bottom: 120px;
}

.public .infoReserva h1 {
  font-weight: 500;
  font-size: 42px;
  line-height: 36px;
  text-align: left;
  color: #333;
}

.public .infoReserva h2.obtener {
  margin-top: 60px;
  font-size: 32px;
  line-height: 36px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #2037A8;
  padding-bottom: 1rem;
}

.public .nav.nav-justified {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .public .nav.nav-justified {
    display: flex;
  }
}

@media screen and (max-width: 540px) {
  .public .nav.nav-justified {
    display: flex;
    flex-wrap: wrap;
  }
}

.public .nav.nav-justified .step-action {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0;
  padding: 10px 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.public .nav.nav-justified .step-action.disabled {
  pointer-events: none;
}

@media screen and (max-width: 1350px) {
  .public .nav.nav-justified .step-action {
    padding: 10px;
  }
}

@media screen and (max-width: 540px) {
  .public .nav.nav-justified .step-action {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
}

.public .nav.nav-justified .step-action:last-child {
  border-right: none;
}

.public .nav.nav-justified .step-action:not(.disabled) {
  color: #000000 !important;
  background-color: inherit !important;
}

.public #steps {
  margin-top: 2rem;
}

.public #steps h2 {
  font-weight: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #333;
}

.public #steps h2:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #333;
  display: block;
  margin: 0 0 .5rem 0;
}

.public #steps a.btn-primary {
  margin: 1.5rem 0;
  display: inline-block;
  background: #2037A8;
  padding: 10px 30px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #2037A8;
  box-shadow: none;
  margin-bottom: 1rem;
  transition: all .3s ease;
}

.public #steps a.btn-primary:hover {
  background: #000;
  border-color: #000;
  text-decoration: none;
}

.public .login-content {
  width: 100%;
  max-width: 350px;
  margin-bottom: 120px;
}

.public .login-content input[type="text"], .public .login-content input[type="password"] {
  border: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
  color: #000;
  background: #fff;
  margin: 0 0 1rem 0;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

.public .login-content button {
  cursor: pointer;
  background: #2037A8;
  padding: 10px 30px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #2037A8;
  box-shadow: none;
  margin-bottom: 1rem;
  transition: all .3s ease;
}

.public .login-content button:hover {
  background: #000;
  border-color: #000;
  text-decoration: none;
}

.public .login-content .login-bottom-links .checkbox {
  margin: 1rem 0;
  display: flex;
}

.public .login-content .login-bottom-links .checkbox label {
  font-weight: normal;
}

.public .login-content .login-bottom-links a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.public #normativa {
  background-color: #EBEBEB;
  padding: 2rem;
}

.public #normativa h2 {
  font-weight: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #333;
  margin-top: 0;
}

.public #normativa h2:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #333;
  display: block;
  margin: 0 0 .5rem 0;
}

.public #normativa ul {
  margin: 1rem 0;
}

.public #normativa ul li {
  margin: .5rem 0;
}

.public #normativa ul li a {
  color: #2037A8;
}

.public #normativa hr {
  width: 40px;
  border-top: 1px solid #2037A8;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 20px 0;
}

.public input[type="text"], .public input[type="password"], .public input[type="email"] {
  border: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
  color: #000;
  background: #fff;
  margin: 0 0 .5rem 0;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

.public .grupo-icono {
  position: relative;
}

.public .grupo-icono .grupo-input-prepend {
  position: absolute;
  top: 13px;
  left: 11px;
}

.public .grupo-icono input {
  padding-left: 40px;
}

.public button#add_day_button, .public #confirm_days {
  text-transform: uppercase;
  width: 100%;
  margin-top: 1.5rem;
  background: #2037A8;
  padding: 10px 30px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #2037A8;
  box-shadow: none;
  margin-bottom: 1rem;
  transition: all .3s ease;
}

.public button#add_day_button:hover, .public #confirm_days:hover {
  background: #000;
  border-color: #000;
  text-decoration: none;
}

.public button#add_day_button:disabled, .public #confirm_days:disabled {
  opacity: .3;
}

.public #chosen_dates {
  width: 100%;
}

.public #chosen_dates .fecha {
  font-weight: bold;
}

.public #chosen_dates .fila {
  border-bottom: 1px solid #333333;
  padding: .5rem 0;
  margin: .5rem 0;
}

.public #chosen_dates .fila a {
  float: right;
}

.public form {
  display: flex;
  flex-wrap: wrap;
}

.public form h2 {
  font-weight: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #333;
  margin-top: 2rem;
}

.public form h2:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #333;
  display: block;
  margin: 0 0 .5rem 0;
}

.public form label {
  font-weight: 900;
  font-size: 0.875rem;
  display: block;
  margin-bottom: .5rem;
}

.public form .mensaje-feedback {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.public form .large-4 {
  margin-bottom: 2rem;
}

.public form button#register_registrar {
  text-transform: uppercase;
  background: #2037A8;
  padding: 10px 30px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #2037A8;
  box-shadow: none;
  margin-bottom: 1rem;
  transition: all .3s ease;
}

.public form button#register_registrar:hover {
  background: #000;
  border-color: #000;
  text-decoration: none;
}

.public #step3 h3, .public #step5 h3 {
  margin: 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #2037a8;
}

.public #step3 #selected_dates_label span, .public #step5 #selected_dates_label span {
  display: block;
  float: right;
}

.public #step3 #price, .public #step5 #price {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}

.public #step3 #price:before, .public #step5 #price:before {
  display: none;
}

.public #step3 #confirmar_pagar, .public #step5 #confirmar_pagar {
  width: 100%;
  background: #2037A8;
  padding: 10px 30px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #2037A8;
  box-shadow: none;
  margin-bottom: 1rem;
  transition: all .3s ease;
}

.public #step3 #confirmar_pagar:hover, .public #step5 #confirmar_pagar:hover {
  background: #000;
  border-color: #000;
  text-decoration: none;
}

.public #payment_footer #confirmar_pagar {
  width: 100%;
  background: #2037A8;
  padding: 10px 30px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #2037A8;
  box-shadow: none;
  margin-bottom: 1rem;
  transition: all .3s ease;
}

.public #payment_footer #confirmar_pagar:hover {
  background: #000;
  border-color: #000;
  text-decoration: none;
}

.public .journal-content-article {
  margin-bottom: 120px;
}

.public .journal-content-article a {
  color: #2037A8;
  transition: all .3s ease;
}

.public .journal-content-article a:hover {
  color: #000;
}

.public #cargando {
  display: none;
}

.public #footer {
  background-color: #1d1d1b;
  position: relative;
  z-index: 3;
  color: #fff;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.8125rem;
}

.public #footer .columns {
  text-align: center;
}

.public #footer .columns ul {
  display: inline-block;
}

.public #footer .columns ul li {
  display: inline-block;
  padding: 0 5px;
}

.public #footer .columns ul li a {
  color: #fff;
  font-weight: 700;
}

.public #footer .columns ul li:not(:last-child):after {
  content: '-';
  margin-left: 10px;
  display: inline-block;
}

.public .card-img-overlay p {
  margin: 0;
}

.public .card-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.public .card-text * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.public .card-img,
.public .card-img-top {
  height: 100%;
  width: 100%;
}

.public #steps > div:not(.active) {
  display: none;
}

.public form#register span.select2 {
  width: 100% !important;
}

.public #step3 #price, .public #step5 #price {
  text-align: right;
}

.public #step3 #payment_footer {
  display: none;
}

.public .alert-box {
  width: 100%;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 43px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 43px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 43px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
