@font-face {
  font-family: 'Proxima';
  src: url('/dist/fonts/Proxima_Black.otf') format('opentype');
}
@font-face {
  font-family: 'Proxima Bold';
  src: url('/dist/fonts/Proxima_Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Proxima Extrabold';
  src: url('/dist/fonts/Proxima_Extrabold.otf') format('opentype');
}
@font-face {
  font-family: 'Proxima Semibold';
  src: url('/dist/fonts/Proxima_Semibold.otf') format('opentype');
}

body {
  font-family: Proxima;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Proxima Extrabold;
}
.pl-2 {
  padding-left: 10px;
}
.pl-3 {
  padding-left: 15px;
}
.pl-5 {
  padding-left: 3rem;
}
.pr-1 {
  padding-right: 5px;
}
.pr-2 {
  padding-right: 10px;
}
.pr-3 {
  padding-right: 15px;
}
.pr-5 {
  padding-right: 3rem;
}
.mt-3 {margin-top: 11px !important;}
.bg-blue-1 {
  background-color: #000F4D;
}
.bg-blue-2 {
  background-color: #1F3066;
}
.bg-blue-3 {
  background-color: #374778;
}
.bg-blue-4 {
  background-color: #1F3066;
}
.logo {
  padding-top: 90px;
}
.header,
.login {
  height: 100vh;
  background: url(/img/landing-header.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header{
  height: auto;
}


.bg-right {
  background-position: right;
}
::placeholder {
   color:#fff !important;
}
.form-check-div {
  width: 380px;
  color: #fff;
}
.form-rounded {
  border-radius: 1.4rem;
  width: 260px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  /* line-height: 2rem; */
  margin-left: 0;
}
.form-rounded-button {
  background-color: #ffffff;
  color: #253C6C;
}
.form-rounded-button:hover,
.form-rounded-button:focus,
.form-rounded-button:active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-logout {
  border-radius: 1.5rem;
  color: #fff;
  border-color: #37BBEC;
  margin: 25px;
}
.list-video {
  padding: 1rem 8.2rem;
}
.day {
    height: 182px;
}
.day1 {
  background: url(/img/d1b.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.day2 {
  background: url(/img/d2b.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.day3 {
  background: url(/img/d3b.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.day1:hover {
  background: url(/img/d1w.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.day1selected{
  background: url(/img/d1w.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.day2:hover {
  background: url(/img/d2w.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.day2selected {
  background: url(/img/d2w.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.day3:hover {
  background: url(/img/d3w.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.day3selected {
  background: url(/img/d3w.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@supports (-webkit-text-stroke: 1px black) {
  .stroke {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
  }
}
.f-transparent{
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
}
.list-bg-icon {
  right: 20px;
  top: 20px;
}
.name::after {
  display: block;
  content: url(/img/line.png);
}
.city {
  color: #3fbaec;
}
.list-header {
  padding: 2rem 2rem 1rem 2rem;
}
.list-text {
  padding: 1rem 2rem 1rem 2rem;
}
.legal {
  margin: 70px 0 30px;
}
.footer {
  margin-top: 60px;
  background-color: #051955;
}
.btn-footer {
  border-radius: 1.5rem;
  color: #fff;
  border-color: #37BBEC;
  margin: 5px;
}
.btn-footer:hover,
.btn-logout:hover {
  background-color: #37BBEC;
}
@media screen and (max-width: 1399px) {
  .list-video {
    padding: 0 3rem;
  }
  .list-header {
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
  .list-text {
    padding: 0.2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .day {
      height: 146px;
  }
  .list-header {
    padding: 0.8rem 1rem 0.8rem 1rem;
  }
  .list-text {
    padding: 0.2rem 1rem 0.8rem 1rem;
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  .logo {
    padding-top: 60px;
  }
  .day {
      height: 102px;
  }
  .city {
    float: left !important;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    padding-top: 20px;
  }
  .form-check-div {
    width: 310px;
  }
  .form-rounded {
    border-radius: 1.2rem;
    width: 310px;
    line-height: 1.8rem;
  }
  .day {
      height: 140px;
      width: 250px;
      margin: 3px auto;
  }
  .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  .day {
      height: 50px;
      height: 140px;
      width: 250px;
      margin: 3px auto;
  }
}
@media screen and (max-width: 400px) {
  .day {
      height: 40px;
      height: 140px;
      width: 250px;
      margin: 3px auto;
  }
}