@import url("bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.fontawesome.com/releases/v7.0.1/css/all.css");
@import url(//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css);
html {
  scroll-behavior: smooth;
}

.mt-4 {
  margin-top: 40px;
}

.mt-7 {
  margin-top: 70px;
}

.gris {
  color: #e6e6e6;
}

.btn-light {
  color: #68abab;
  padding: 5px 50px;
  margin-left: 10px;
}

.btn-primary-lp {
  border-radius: none;
  border: none;
  background: #D43F5C;
  color: #FFF;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 10px;
  width: 250px;
  display: inline-table;
  text-decoration: none;
  transition: 0.3s;
}
.btn-primary-lp:hover {
  color: #FFF;
  background: #68abab;
  text-decoration: none;
}
.btn-primary-lp:hover span {
  color: #FFF;
  font-size: 0.9em;
}

.btn-primary-y {
  border-radius: 10px;
  border: none;
  background: #f6d05f;
  color: #FFF;
  font-size: 1em;
  padding: 10px 10px;
  display: inline-table;
  transition: 0.3s;
}
.btn-primary-y:hover {
  color: #f6d05f;
  background: black;
  text-decoration: none;
}
.btn-primary-y:hover span {
  color: #FFF;
  font-size: 0.9em;
}

.link {
  color: #2E2D26;
  font-weight: bold;
  text-decoration: none;
}

body {
  background: #F4F4F4;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.pre-head {
  background: black;
  color: #FFF;
  text-align: right;
  font-size: 0.8em;
  font-weight: 100;
  padding: 5px 0;
  border: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 800px) {
  .pre-head {
    position: relative;
  }
}
.pre-head a {
  color: #FFF;
  text-decoration: none;
}

nav {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid #fff !important;
  box-shadow: none !important;
  margin-top: -1px;
}

@media (max-width: 800px) {
  .navbar {
    background: #2E2D26;
  }
}
@media (max-width: 800px) {
  .navbar .navbar-toggler {
    border: 0;
    color: #FFF;
    font-size: 1.5em;
  }
}
@media (max-width: 800px) {
  .navbar .navbar-collapse {
    background: #2E2D26;
    color: #FFF;
  }
}
.navbar .nv-img {
  padding: 22px;
  margin: 0;
  width: 400px;
  height: 0;
  border-bottom: 100px solid #FFF;
  border-right: 60px solid transparent;
  position: absolute;
  left: 0;
  margin: -31px 0 0 -12px;
}
@media (max-width: 800px) {
  .navbar .nv-img {
    border-bottom: 85px solid #FFF;
    padding: 0px 15px 26px 12px;
    width: 285px;
    position: relative;
  }
}
.navbar .nv-img img {
  float: right;
  margin-top: 35px;
}
@media (max-width: 800px) {
  .navbar .nv-img img {
    margin-top: 45px;
  }
}
.navbar li:last-child {
  width: 100px;
}
.navbar a {
  color: #FFF;
  font-size: 0.9em;
  font-weight: 100;
}
.navbar a:hover {
  color: #D43F5C;
}
.navbar .list-inline a {
  color: #FFF;
}
.navbar .list-inline a:hover {
  color: #e18120;
}

.intro {
  background: url("../img/hero.webp") no-repeat;
  margin-top: -56px;
  background-position: center;
  background-size: cover;
  place-items: center;
  min-block-size: clamp(320px, 80vh, 800px);
  padding-top: 20%;
}
@media (max-width: 800px) {
  .intro {
    margin-top: -127px;
    padding-top: 65%;
  }
}
.intro .col-md-8 {
  inset: 0;
  display: grid;
  padding: 1rem;
  color: #fff;
  z-index: 1;
}
.intro .col-md-8 h1 {
  font-weight: bold;
}
.intro .col-md-8 p {
  font-size: 1em;
  font-weight: 200;
}
.intro .col-md-8 span {
  font-weight: bold;
}
.intro .in-log {
  padding-top: 40px;
  text-align: center;
}
.intro .in-log img {
  margin: 0 auto;
  width: 90%;
}
.intro h5 {
  color: #68abab;
  font-weight: bold;
  font-size: 2.5em;
}
.intro .text-center img {
  width: 90%;
}

.into-lp h1 {
  font-weight: bold;
}
.into-lp h2 {
  padding-bottom: 15px;
  border-bottom: 3px solid #D43F5C;
}
.into-lp h5 {
  font-size: 1em;
  font-weight: bold;
}
.into-lp p {
  font-size: 1.3em;
}
.into-lp .nv {
  background: #FFF;
  padding: 50px 0;
}
@media (max-width: 800px) {
  .into-lp .nv h3 {
    text-align: center;
  }
}
.into-lp .nv i {
  background: #0C3E53;
  color: #FFF;
  font-size: 1.5em;
  padding: 20px 45px 20px 20px;
}
@media (max-width: 800px) {
  .into-lp .nv i {
    margin-top: 20px;
  }
}

.brands .bg-f4 {
  background: #e6e6e6;
}
.brands p {
  font-size: 0.9em;
}
.brands .w-60 {
  width: 60%;
}
.brands li {
  font-weight: bold;
}

.contact-section {
  background: #e6e6e6;
}
.contact-section .bg-teal {
  background: #FFF;
}
.contact-section .sqr {
  background: #0C3E53;
  color: #FFF;
  height: 250px;
  padding: 40px 20px;
}
.contact-section .sqr i {
  font-size: 2em;
  margin-bottom: 50px;
}
.contact-section .sqr a {
  color: #e6e6e6;
  text-decoration: none;
}
.contact-section .form-control {
  background: #e6e6e6;
  border-radius: 0;
}
.contact-section .btn-primary-lp {
  width: 100%;
}

.down {
  background: url("../img/bk2.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  color: #FFF;
}
.down .form-control {
  background-color: transparent;
  color: #FFF;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 800px) {
  .down .form-control {
    width: 100%;
  }
}
.down .btn-primary-lp {
  background: #4b89bb;
}
.down .btn-primary-lp:hover {
  background: #0C3E53;
}

footer {
  background: #0C3E53;
  padding: 10px;
  color: #FFF;
  font-weight: 100;
}
footer img {
  width: 10%;
}
@media (max-width: 800px) {
  footer img {
    width: 10%;
  }
}
footer a {
  color: #FFF;
  text-decoration: none;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 5px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots li button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots li.slick-active button::before {
  background: #333;
}

/*# sourceMappingURL=styles.css.map */
