html {
  min-height: 100%;
  margin-left: calc(100vw - 100%);
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 0;
  min-height: calc(100vh - 400px);
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 13px;
}
#headercont {
  position: absolute;
  width: 100%;
  z-index: 100;
}
.mapframe {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding-top: 56.25%;
}
.note-frame {
  padding-top: 0 !important;
}
.note-toolbar {
  text-align: right;
  background-color: transparent;
  border-bottom: none;
}
.note-btn {
  background-color: #635e5e;
  border: 1px solid #494949;
  color: #b1b1b1;
}
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  word-wrap: break-word;
  overflow: auto;
  padding: 30px 10px 10px 10px;
}
.logoeu {
  max-width: 700px;
}
@media only screen and (max-width: 600px) {
  .mapframe {
    width: 100%;
  }
  .logoeu {
    max-width: 100%;
  }
  header {
    min-height: 150px;
  }
  main {
    margin-top: 0px;
  }
  .navbar-toggler-icon {
    width: 2em;
    height: 2em;
  }
  #headercont {
    position: relative;
    width: 100%;
    z-index: 100;
  }
}

.grad01 {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(40%, rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 36, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 36, 0) 100%
  );
}
.base {
  padding-top: 150px;
}
p {
  text-align: left;
  text-justify: inter-word;
}
.btntcc {
  border-radius: 50px;
}
.rounded7 {
  border-radius: 7px;
}
.rounded50 {
  border-radius: 50px;
}
.rbox {
  background-color: #fff;
  height: auto;
  min-height: 50vh;
  min-width: 30vw;
  background-clip: padding-box;
  border: 0.5rem solid transparent;
  border-radius: 15px;
  padding: 2rem;
}

.rbox.blurry {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.cursor {
  cursor: pointer;
}
.h100 {
  height: 100vh;
}
.note-frame {
  color: #fafafa;
  background-color: #383838;
  padding-top: 1.5rem;
  line-height: 1.2;
  font-size: 0.9rem;
}
.summer > label {
  padding: 1rem 0rem !important;
}
.form-control {
  border: 1px solid #ddd;
}
.form-floating > .form-control {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-left: 2rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-left: 2rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-left: 2rem;
  padding-bottom: 1rem;
}
.form-floating > label {
  padding: 1rem 2rem;
}

.form-floating > .form-select > label {
  padding: 0.7rem 2rem;
}
.form-floating > .form-select {
  padding-left: 2rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(0rem) translateX(1.7rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(0rem) translateX(0.5rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.6rem);
  transform: scale(0.85) translateY(-0.8rem) translateX(1.5rem);
}
.inputtcc {
  background-color: #f7fdff;
  width: 30vw;
  max-width: 350px;
  border-radius: 15px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
  border: none;
  color: #fff;
}
.btntcc {
  border-radius: 50px;
}

.btntcc-left {
  border-radius: 50px 0 0 50px;

  display: inline-block;
}
.btntcc-right {
  border-radius: 0 50px 50px 0;

  display: inline-block;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.footer-link {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
}
.an1 {
  z-index: 10000;
  background-color: #dbcdb7;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-animation: linear;
  animation: linear;
  -webkit-animation-name: run1;
  animation-name: run1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.an2 {
  z-index: 10001;
  background-color: rgb(219, 217, 213);
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-animation: linear;
  animation: linear;
  -webkit-animation-name: run2;
  animation-name: run2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.an3 {
  z-index: 10000;
  background-color: rgb(27, 27, 27);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-animation: linear;
  animation: linear;
  -webkit-animation-name: run3;
  animation-name: run3;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes run3 {
  0% {
    visibility: visible;
    right: 0;
    opacity: 1;
  }

  100% {
    right: 0;
    opacity: 0;
  }
}

@keyframes run3 {
  0% {
    visibility: visible;
    right: 0;
    opacity: 1;
  }

  100% {
    right: 0;
    opacity: 0;
  }
}
