.h1-big, h1, .first-section .content h1 {
  font-size: 64px;
}

@media only screen and (max-width: 413px) {
  ul > li > a {
    white-space: pre-line !important;
  }
}

@media only screen and (max-width: 767px) {
  .h1-big, h1, .first-section .content h1 {
    font-size: 30px !important;
  }
  .first-section .content h5#countdown-title {
    font-size: 12px !important;
  }
  .first-section .content #countdown {
    font-size: 30px !important;
  }
  .first-section .content #countdown .digits span.time-name {
    font-size: 12px !important;
    bottom: 6px !important;
  }
}

@media only screen and (max-width: 991px) {
  .h1-big, h1, .first-section .content h1 {
    font-size: 43px;
  }
  #countdown {
    font-size: 66px !important;
  }
  #countdown-title {
    font-size: 14px !important;
  }
  .second-section .mini-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
  }
  .second-section .mini-card span.icon {
    top: 0 !important;
  }
}

body {
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
  background: black;
}

img {
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

p {
  color: white;
  font-weight: 300;
}

h1 {
  font-weight: 600;
}

button:focus,
input:focus,
a:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

button,
a {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.bottom-icons .scroll-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 50;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 35px;
  background-color: #e9e9e9;
  color: black;
  text-decoration: none;
  width: 48px;
  height: 48px;
  position: fixed;
  right: 15px;
  bottom: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bottom-icons .scroll-top:hover {
  background-color: #FECD00;
}

.bottom-icons .scroll-top:hover span {
  color: black;
  font-weight: bold;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9d9d9d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black;
}

/* ///////////////////////////Navbar///////////////////////////////////// */
a.navbar-brand img {
  width: 200px;
  padding: 7px;
}

.default-btn {
  padding: 8px 38px 9px 38px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 16px;
  background-color: white;
  border: 1px solid white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: black;
}

.default-btn:hover {
  border: 1px solid black;
  background-color: #e7e7e7;
  color: black;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

li.nav-item {
  padding: 0px 16px 0px 16px;
}

li.nav-item a {
  font-family: 'Inter';
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  color: #26231E !important;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.nav-item a:after {
  content: "";
  width: 20px;
  margin: auto;
  margin-top: 5px;
  height: 2px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s transform ease;
  transition: .3s transform ease;
  background: black !important;
}

li.nav-item a:hover {
  color: black !important;
  font-weight: bold;
}

li.nav-item a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

li.nav-item a.active {
  color: white !important;
}

li.nav-item a.active:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.form-control:focus {
  -webkit-box-shadow: 5px 7px 6px 0rem #ca242a0f !important;
          box-shadow: 5px 7px 6px 0rem #ca242a0f !important;
  border: 1px solid #00000000 !important;
}

.fixed-navbar {
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px #0000004d;
          box-shadow: 0px 0px 10px #0000004d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.add-border-radius {
  background-color: white;
}

.add-border-radius a.navbar-brand img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/* ///////////////////////////Fin Navbar///////////////////////////////////// */
/* ///////////////////////////first-section///////////////////////////////////// */
.first-section {
  background-color: black;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.first-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.first-section .content h1 {
  color: white;
  font-weight: 800;
}

.first-section .content h5#countdown-title {
  color: white;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.first-section .content #countdown {
  color: #F9D883;
  font-size: 75px;
  font-weight: 800;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.first-section .content #countdown .digits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.first-section .content #countdown .digits span.time-name {
  font-size: 16px;
  font-weight: 400;
  color: #9B9B9B;
  position: relative;
  bottom: 16px;
}

/* ///////////////////////////Fin first-section///////////////////////////////////// */
/* /////////////////////////// first-section///////////////////////////////////// */
.second-section {
  background-color: white;
}

.second-section h5 {
  font-weight: 800;
  color: black;
  font-size: 20px;
  max-width: 384px;
  line-height: 32px;
}

.second-section #map {
  width: 100%;
  height: 399px;
}

.second-section .mini-card {
  background: #0F0E10;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  margin-bottom: 19px;
  padding: 20px;
  padding: 4px 21px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.second-section .mini-card span.icon {
  position: relative;
  top: 5px;
  padding-right: 10px;
}

.second-section .mini-card a {
  color: white;
  text-decoration: none;
}

/* ///////////////////////////Second first-section///////////////////////////////////// */
/* /////////////////////////// Third-section///////////////////////////////////// */
.third-section .card-info {
  cursor: pointer;
}

.third-section .card-info img {
  width: 100%;
  max-height: 415px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.third-section .card-info p {
  font-weight: 600;
  font-size: 16px;
}

.third-section .card-info:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.third-section .owl-roche .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.third-section .owl-roche .owl-dots button.owl-dot.active {
  border: 1px solid white;
  background: white;
  margin-right: 9px;
  border-radius: 12px;
  width: 12px;
  height: 12px;
}

.third-section .owl-roche .owl-dots button.owl-dot {
  border: 1px solid #4B4B4B;
  background-color: #4B4B4B;
  margin-right: 9px;
  border-radius: 12px;
  width: 8px;
  height: 8px;
}

.third-section .owl-roche .owl-nav button.owl-next {
  position: absolute;
  right: -7px;
  top: 33%;
  background-color: #f7f7f7;
  width: 35px;
  border-radius: 30px;
  height: 35px;
}

.third-section .owl-roche .owl-nav button.owl-prev {
  position: absolute;
  left: -7px;
  top: 33%;
  background-color: #f7f7f7;
  width: 35px;
  border-radius: 30px;
  height: 35px;
}

.third-section .owl-roche .owl-nav button.owl-prev:hover, .third-section .owl-roche .owl-nav button.owl-next:hover {
  background-color: #f1f1f1;
}

.third-section .owl-roche .owl-nav button.owl-prev span,
.third-section .owl-roche .owl-nav button.owl-next span {
  color: black;
  font-size: 36px;
  position: relative;
  bottom: 13px;
}

/* ///////////////////////////Fin Third-section///////////////////////////////////// */
/*# sourceMappingURL=style.css.map */