/* Navbar */

nav {
  top: 0;
  left: 0;
  z-index: 99999;
  position: absolute;
  width: calc(100% - 180px);
  height: 40px;
  min-width: max-content;
  margin: 30px 90px;
  padding: 10px 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: rgba(0,0,0,0.65);
}

nav .logo {
  height: 40px;
}

nav .logo img {
  width: auto;
  height: 100%;
}

nav .content {
  display: flex;
  flex-flow: row;
  position: relative;
}

nav .routes {
  height: max-content;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  border-bottom: 1px solid white;
  margin-right: 10px;
}

nav .routes .link {
  position: relative;
  margin-right: 2em;
  padding-bottom: 1.25px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
  font-size: smaller;
  font-family: NexaBold;
  text-transform: uppercase;
}

nav .routes .link:last-child {
  margin-right: 0px !important;
}

nav .routes .link .dropdown {
  left: 0;
  bottom: auto;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  padding: 8px;
  background: grey;
  transition: 0.25s all ease-in-out;
}

nav .routes .link:hover > .dropdown {
  opacity: 1;
  max-height: 500px;
}

.route-selector {
  left: 0;
  bottom: -2.5px;
  z-index: 9999;
  width: 0;
  height: 4px;
  display: block;
  position: absolute;
  margin-bottom: 2.25px;
  background-color: #FFC105;
  transition: all 0.3s ease;
}

.route-selector.hidden {
  opacity: 0;
}

nav .languages {
  display: flex;
  flex-flow: row;

}
nav .languages .lang {
  width: 20px;
  height: 20px;
  padding: 0 15px;
  cursor: pointer;
}

nav .languages .lang:first-child {
  border-right: 0.5px solid white;
}

nav .toggler {
  display: none;
}

/* Footer */

footer {
  left: 0;
  bottom: 0;
  position: absolute;
  width: calc(100% - 60px);
  height: 70px;
  padding: 25px 30px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  background: rgba(0,0,0,0.65);
  font-size: small;
}

footer .left {
  width: 20%;
  height: 80%;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}

footer .left img {
  width: auto;
  height: 100%;
  margin-right: 10px;
}

footer .left .fb-link {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  align-self: flex-end;
}

footer .left .datasheet-link {
  margin-left: 40px;
  align-self: flex-end;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  z-index: 1;
}

footer .center {
  padding: 0 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

footer .center .newsletter-section {
  width: 75%;
  margin-bottom: 20px;
}

footer .center .newsletter-section .newsletter-title {
  color: #FFC105;
  margin-bottom: 5px;
}

footer .center .newsletter-section .newsletter-form input {
  width: calc(75% - 16px);
  padding: 3px 8px;
}

footer .center .newsletter-section .newsletter-form input.error::-webkit-input-placeholder { /* Edge */
  color: red;
}

footer .center .newsletter-section .newsletter-form input.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

footer .center .newsletter-section .newsletter-form input.error::placeholder {
  color: red;
}

footer .center .newsletter-section .newsletter-form .newsletter-register-btn {
  width: calc(25% - 20px);
  padding: 5px 10px;
  color: #FFC105;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

footer .center .newsletter-section .newsletter-form .newsletter-new-btn {
  padding: 0;
  border: none;
  cursor: pointer;
  color: #FFC105;
  background-color: transparent;
}

footer .right {
  width: 30%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
}

footer .right img {
  max-width: 100%;
  object-fit: contain;
}

footer .right .rnaat {
  color: white;
  margin-top: 5px;
  text-align: center;
  font-size: smaller;
}

/* Schedule Fragment */

.schedule-form {
  min-width: 60%;
  height: 75px;
  padding: 15px 0;
  display: flex;
  flex-flow: row;
  position: absolute;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: white;
}

.schedule-form .input-group {
  width: calc((60% / 3));
  padding-left: 30px;
  padding-right: 5px;
  border-right: 0.5px solid white;
  position: relative;
}

.schedule-form .input-group .label {
  font-size: smaller;
  margin-bottom: 5px;
}

.schedule-form .input-group .input {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: space-between;
}

.schedule-form .input-group .input .text {
  font-family: NexaBold;
}

.schedule-form .input-group .input .text .large {
  font-size: xx-large;
}

.schedule-form .input-group .input .text .smaller {
  font-size: smaller;
}

.schedule-form .input-group .input .arrow-input-wrapper {
  width: 24px !important;
  height: 24px !important;
  position: relative;
}

.schedule-form .input-group .input .arrow-input-wrapper .vdp-datepicker {
  width: 24px !important;
  height: 24px !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.schedule-form .input-group .input .arrow-input-wrapper .vdp-datepicker .calendar {
  margin-top: 24px;
}

.schedule-form .input-group .input .arrow-input-wrapper .vdp-datepicker .calendar * {
  color: black;
  font-size: smaller;
}

.schedule-form .input-group .input .arrow-input-wrapper .date-input {
  width: 24px !important;
  height: 24px !important;
  border: none;
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  position: absolute;
}

.schedule-form .input-group .input .arrow-input-wrapper .date-input:focus {
  outline: none;
}

.schedule-form .input-group .input .arrow-input-wrapper .people-input {
  width: 24px !important;
  height: 24px !important;
  border: none;
  cursor: pointer;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
}

.schedule-form .input-group .input .arrow-input-wrapper .people-input:focus {
  outline: none;
}

.arrow-down {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.schedule-form .btn-section {
  width: calc(40% - 30px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px;
}

.schedule-form .btn-section button {
  width: 100%;
  font-family: NexaLight;
}

/* Routes Fragment */

.routes-container {
  width: 100%;
  margin: 5% 0;
}

.routes-container .routes-title {
  font-size: larger;
}

.routes-container .reservation-btn {
  margin: 40px 0;
}

.routes-container .routes-slider {
  width: calc(100% - 15%);
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  position: relative;
  margin-top: 20px;
  margin-left: 15%;
}

.routes-container .routes-slider .arrow {
  margin-top: 90px;
}

.routes-container .routes-slider .arrow img {
  width: 30px;
  height: auto;
  cursor: pointer;
}

.routes-container .routes-slider .arrow.hidden {
  visibility: hidden;
}

.routes-container .routes-slider .arrow.left img {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

.routes-container .routes-list {
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}

.routes-container .routes-list .route {
  width: calc(50% - 20px);
  margin: 0 10px;
  display: flex;
  flex-flow: column;
}

.routes-container .routes-list .route .route-img {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  object-fit: cover;
}

.routes-container .routes-list .route .route-name {
  font-size: medium;
  font-family: NexaBold;
  margin-bottom: 5px;
}

.routes-container .routes-list .route .route-btn {
  margin-top: 5px;
  width: max-content;
}

.routes-container .routes-list .route .route-btn a {
  color: white;
  cursor: pointer;
  font-size: smaller;
  text-decoration: none;
}

.routes-container .routes-list .route .route-description {
  font-size: smaller;
}

/* Team list */

.team-list {
  display: grid;
  grid-gap: 70px;
}

.box0 {
   grid-column: 1;
   grid-row: 1 / 3;
}

.box1 {
   grid-column: 2;
   grid-row: 1;
}

.box2 {
   grid-column: 2;
   grid-row: 2;
}

.box3 {
   grid-column: 1;
   grid-row: 3;
}

.box4 {
   grid-column: 2;
   grid-row: 3;
}

.team-list .member {
  max-width: 280px;
  height: max-content;
  padding: 20px;
  background-color: #FFC105;
  position: relative;
  border-radius: 2.5px;
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
}

.team-list .member .profile-photo {
  top: 0;
  right: 0;
  max-width: 50%;
  position: absolute;
  transform: translate(25%, -25%);
}

.team-list .member .profile-photo img {
  max-width: 100%;
  border-radius: 2.5px;
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
}

.team-list .member .header {
  margin: 20px 0;
  display: flex;
  flex-flow: column;
  font-family: NexaBold;
  max-width: calc(75% - 40px);
}

.team-list .member .header .name {
  color: white;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-list .member .header .role {
  font-size: smaller;
}

.team-list .member .description {
  font-size: 0.8em;
}

/* Sugestion Box */

.sugestion-box {
  width: 30%;
  margin-top: 100px;
  padding-top: 30px;
  padding-left: 5%;
  padding-bottom: 50px;
  position: relative;
  color: white;
  background: #424242;
  border-radius: 1.5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
}

.sugestion-box .info {
  width: 60%;
}

.sugestion-box .info .title {
  color: #FFC105;
  font-size: xx-large;
  font-family: NexaBold;
}

.sugestion-box .info .name {
  margin-top: 10px;
  max-width: 80%;
  font-size: smaller;
}

.sugestion-box .info .location {
  margin-top: 5px;
  font-size: 0.71em;
}
.sugestion-box .info .location img {
  width: 12px;
  height: auto;
}

.sugestion-box .info a {
  text-decoration: none;
}

.sugestion-box .info .button {
  width: max-content;
  padding: 4px;
  margin-top: 30px;
  font-size: 0.71em;
  cursor: pointer;
  background-color: #FFC105;
}

.sugestion-box .image {
  right: 0;
  bottom: 0;
  width: 60%;
  position: absolute;
  transform: translate(30%, 25%);
}

.sugestion-box .image img {
  max-width: 100%;
  border-radius: 1.5px;
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
}

.sugestion-box.right {
  margin-left: auto;
  border-radius: 1.5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.sugestion-box.right .info {
  margin-left: auto;
}

.sugestion-box.right .image {
  left: 0;
  right: unset;
  transform: translate(-30%, 25%);
}

/* New sugestion box*/

.sugestions-list {
  display: flex;
  flex-flow: column;
}

.sugestion-box2 {
  margin-bottom: 40px;
  width: 300px;
  position: relative;
  color: white;
  background: #424242;
  border-radius: 1.5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
}

.sugestion-box2 .info {
  width: 60%;
  padding: 15px;
}

.sugestion-box2 .info .title {
  color: #FFC105;
  font-size: large;
  font-family: NexaBold;
}

.sugestion-box2 .info .name {
  margin-top: 10px;
  max-width: 80%;
  font-size: smaller;
}

.sugestion-box2 .info .location {
  margin-top: 5px;
  font-size: 0.71em;
}
.sugestion-box2 .info .location img {
  width: 12px;
  height: auto;
}

.sugestion-box2 .info a {
  text-decoration: none;
}

.sugestion-box2 .info .button {
  width: max-content;
  padding: 4px;
  margin-top: 30px;
  font-size: 0.71em;
  cursor: pointer;
  background-color: #FFC105;
}

.sugestion-box2 .image {
  width: 100%;
  margin-top: 15px;
}

.sugestion-box2 .image img {
  display: block;
  max-width: 100%;
}

.sugestion-box2.right {
  margin-left: auto;
  border-radius: 1.5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.sugestion-box2.right .info {
  margin-left: auto;
}

.sugestion-box2.right .image {
  left: 0;
  right: unset;
  transform: translate(-30%, 25%);
}

/* News Fragment */

.news-container {
  width: 100%;
  margin: 5% 0;
}

.news-container .news-title {
  color: black;
  font-size: x-large;
  text-transform: uppercase;
}

.news-container .news-slider {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  position: relative;
  margin: 40px 0;
}

.news-container .news-slider .arrow {
  margin-top: 90px;
}

.news-container .news-slider .arrow img {
  width: 30px;
  height: auto;
  cursor: pointer;
}

.news-container .news-slider .arrow.hidden {
  visibility: hidden;
}

.news-container .news-slider .arrow.left img {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

.news-container .news-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}

.news-container .news-list .news {
  display: flex;
  flex-flow: column;
  width: calc(100% / 3 - 10px);
}

.news-container .news-list .news .news-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 30px;
}

.news-container .news-list .news .news-name {
  font-size: medium;
  text-decoration: none;
}

/* Route Info Page */

.route-page-container {
  width: calc(100% - 240px);
  padding: 160px 120px;
  padding-bottom: 260px;
  background-color: transparent; 
}

.route-page-container .header {
  display: flex;
  flex-flow: row;
  width: 100%;
}

.route-page-container .header .img {
  width: calc(50% - 125px);
  height: 350px;
  max-height: 350px;
  margin: 0 100px 50px 25px;
  position: relative;
}

.route-page-container .header .img .img-r {
  width: 100%;
  height: 100%;
}
.route-page-container .header .img .img-r img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  border-radius: 2.5px;
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  z-index: 2;
  bottom: 0;
  position: absolute;
}
.route-page-container .header .img .img-r .caption {
  font-size: small;
  padding-top: 5px;
  right: -25px;
  bottom: -80px;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFC105; 
}
.route-page-container .header .img .img-r .caption span {
  left: 15px;
  bottom: 10px;
  color: white;
  position: absolute;
  font-family: NexaBold;
}
.route-page-container .header .img .arrow {
  width: 20px;
  height: 25px;
  padding: 10px;
  top: calc(50% + 25px);
  right: -70px;
  z-index: 3;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}
.route-page-container .header .img .arrow.left {
  left: -45px;
  transform: translateY(-50%) scale(-1);
}

.route-page-container .header .info {
  width: 50%;
  display: flex;
  flex-flow: column;
}

.route-page-container .header .info .name {
  color: #FFC105;
  font-size: xx-large;
  font-family: NexaBold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.route-page-container .header .info .description {
  font-size: 0.78em;
  margin-bottom: 20px;
  white-space: pre-line;
}

.route-page-container .header .info .btn-primary-yellow {
  color: white;
  text-decoration: none;
}

.route-page-container .header .info .schedule-form {
  position: unset;
  transform: translateX(0);
  margin-top: 60px;
  padding: 15px;
}

.route-page-container .header .info .schedule-form .input-group {
  width: calc((70% / 3));
  padding-left: 0;
  padding-right: 10px;
  border-right: none;
  position: relative;
}

.route-page-container .header .info .schedule-form .btn-section {
  width: calc(30% - 20px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
}

.route-page-container .content {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin: 50px 0;
}
.route-page-container .content .left,
.route-page-container .content .right {
  display: flex;
  flex-flow: column;
  width: 50%;
}
.route-page-container .content .section {
  display: flex;
  flex-flow: column;
  margin-bottom: 40px;
}
.route-page-container .content .section .title {
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.route-page-container .content .section .info {
  font-size: 0.78em;
  margin-right: 25px;
}
.route-page-container .content .section .info p span {
  font-family: NexaBold;
}

.route-page-container .content .section .map-container {
  max-width: 450px;
  position: relative;
  margin-right: 25px;
}

.route-page-container .content .section .map-container .google-map {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}

.route-page-container .route-activities {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 0;
}

.route-page-container .route-activities .title {
  color: #FFC105;
  font-size: large;
  font-family: NexaBold;
}

.route-page-container .route-activities .activities-list {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}

.route-page-container .route-activities .activities-list .activity {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(0,0,0,0.2);
}

.route-page-container .route-activities .activities-list .activity .activity-name {
  margin: 5px 0;
  flex-grow: 1;
  margin-right: 50px;
  padding-bottom: 5px;
  font-family: NexaBold;
}

.route-page-container .activity-btn {
  margin-bottom: 2.5px;
  color: white;
  cursor: pointer;
  font-size: smaller;
  text-decoration: none;
}

/*
Activity
*/

.activity-page-container {
  width: calc(100% - 240px);
  padding: 160px 120px;
  padding-bottom: 260px;
  background-color: transparent; 
}

.activity-page-container .name {
  color: #FFC105;
  font-size: larger;
  font-family: NexaBold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.activity-page-container .about {
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.activity-page-container .info {
  font-size: smaller;
  margin-bottom: 5px;
}

.activity-page-container .info.description {
  white-space: pre-line;
}

.activity-page-container .galery-title {
  font-family: NexaBold;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.activity-page-container .photos-list {
  display: flex;
  flex-flow: row wrap;
  margin: 10px 0;
}

.activity-page-container .photo {
  max-width: calc((100% / 4) - 20px);
  margin: 10px; 
}

.activity-page-container .photo img {
  max-width: 100%;
  border-radius: 2.5px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  cursor: pointer;
}

.activity-page-container .page-overlay {
  top: 0;
  left: 0;
  width: calc(100% - 300px);
  height: calc(100vh - 200px);
  padding: 100px 150px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.6);
  z-index: 999999;
}
.activity-page-container .image-slider {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  overflow: hidden;
}

.activity-page-container .image-slider .slider-photo {
  width: calc(90%);
  height: 100%;
  margin: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.activity-page-container .image-slider .slider-photo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  object-fit: scale-down;
}

.activity-page-container .page-overlay .arrow {
  width: 45px;
  height: 52.5px;
  padding: 10px;
  top: calc(50% + 25px);
  right: 70px;
  z-index: 3;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}
.activity-page-container .page-overlay .arrow.left {
  left: 70px;
  transform: translateY(-50%) scale(-1);
}

.activity-page-container .reservation-confirmed {
  padding: 10px 20px;
  background-color: rgba(0,0,0,0.05);
  border-radius: 5px;
  font-size: 0.9em;
}

.activity-page-container .reservation-confirmed p:first-child {
  font-family: NexaBold;
}

/* Activity Reservation */

.reservation-form {
  width: 100%;
  display: flex;
  flex-flow: column;
  margin: 50px 0;
}

.reservation-form .reservation-tabs {
  display: flex;
  flex-flow: row;
}

.reservation-form .header {
  display: flex;
  flex-flow: column;
  padding: 10px 20px;
  transition: background-color 0.4s ease;
  font-family: NexaBold;
  cursor: pointer;
}

.reservation-form .header.selected {
  background-color: rgba(0,0,0,0.05);
}

.reservation-form .header .title {
  margin-bottom: 8px;
}
.reservation-form .header .alert {
  font-size: smaller;
}

.reservation-form .header .alert span {
  color: #FFC105;
}

.reservation-form .form {
  width: 60%;
  display: flex;
  flex-flow: column;
  font-size: 0.7em;
  padding: 20px;
  padding-top: 30px; 
  background-color: rgba(0,0,0,0.05);
}

.reservation-form .form .title {
  padding-bottom: 25px;
  font-size: large;
  font-family: NexaBold;
}

.reservation-form .form .input-group {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 15px;
}

.reservation-form .form .input-group.recaptcha {
  justify-content: flex-end;
}

.reservation-form .form .input-group label {
  width: 25%;
  align-self: flex-start;
  text-transform: uppercase;
}

.reservation-form .form .input-group .ta-label {
  margin-top: 5px;
  align-self: flex-start;
}

.reservation-form .form .input-group input, textarea {
  width: 75%;
  border: 1px solid grey;
  background-color: transparent;
}

.reservation-form .form .input-group textarea { 
  height: 120px;
  resize: vertical;
}

.reservation-form .form .input-group.radio {
  margin-bottom: 20px;
}

.reservation-form .form .input-group.radio .option {
  margin-right: 20px;
}

.reservation-form .form .input-group.radio input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  background-color: transparent;
}

.reservation-form .form .bottom { 
  padding-left: 25%;
}

.reservation-form .form .bottom .btn-section { 
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 20px;
}

.reservation-form .form .bottom .btn-section .btn-primary-yellow { 
  padding: 4px 10px;
  height: max-content;
  max-height: max-content;
}

.reservation-form .form .bottom .btn-section .loader {
  border: 4px solid #E0E0E0;
  border-radius: 50%;
  border-top: 4px solid #424242;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  -webkit-animation: spin 1.25s linear infinite; /* Safari */
  animation: spin 1.25s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.black-border-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.black-border-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.black-border-checkbox .checkmark {
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  position: absolute;
  background-color: transparent;
  border: 0.5px solid black;
}

.black-border-checkbox:hover input ~ .checkmark {
  background-color: rgba(0,0,0,0.25);
}

.black-border-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.black-border-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.black-border-checkbox .checkmark:after {
  top: 0px;
  left: 4.5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-error {
  color: #F44336;
  margin-bottom: 15px;
  font-size: 0.85em;
  font-family: NexaBold;
  text-align: right;
}
.accept-terms > .input-error {
  margin: 0;
  margin-top: 10px;
  display: block;
}