.font-syne {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-nanum-gothic {
  font-family: "Nanum Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.navbar .menu-order {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.navbar-expand-lg .navbar-collapse {
  flex-grow: 0;
}

@media (max-width: 991px) {
  .navbar .menu-order {
    justify-content: space-between;
  }
}

.c-box-home .main-image {
  width: 100%;
  max-width: 354px;
}

@media (max-width: 991px) {
  .c-box-home .main-image {
    margin-top: 30px;
  }
}

.c-box-home .description {
  text-align: center;
  margin: 18px 0px 0px 0px;
  color: #bbdcff;
  font-weight: bold;
  font-size: 44px;
  text-shadow: 1px 1px 0px #000;
  padding: 0px 20px;
  line-height: normal;
}

.c-box-home .sub-description {
  text-align: center;
  color: #bbdcff;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 1px 1px 0px #000;
  margin: 30px 0px 0px 0px;
  padding: 0px 20px;
}

.c-box-home .links {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin: 30px 0px 0px 0px;
}

.c-box-home .links a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}

.c-box-home .links .btn-h {
  background-color: #FFF;
  color: #000;
  border: 4px solid #000;
  padding: 4px 20px;
  font-size: 23px;
  border-radius: 24px;
  font-family: "Syne", sans-serif;
}

.c-box-home .links a i {
  font-size: 38px;
  margin-right: 5px;
}

.c-box-home .links a img {
  width: 45px;
  margin-right: 6px;
}

.c-box-products .action-btn {
  border: 0;
  background-color: #007cff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  border-radius: 24px;
  padding: 7px 18px;
}

.c-box-products .action-btn:hover {
  background-color: rgb(15, 247, 86);
  color: #000;
}

.c-box-products .price-item {
  background-color: #022344;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  padding: 4px 15px;
  display: inline-block;
  margin-top: 16px;
  border-radius: 6px;
}

.c-box-youtube {
  text-align: center;
  padding: 60px 0px;
}

.c-box-youtube .title-01 {
  margin: 0;
  font-weight: bold;
  font-size: 50px;
  line-height: 66px;
  color: #3f4245;
  margin-bottom: 40px;
}

.c-box-youtube .title-02 {
  margin-bottom: 36px;
  color: #686b6e;
  font-size: 30px;
}

.c-box-youtube .link {
  margin-bottom: 0;
}

.c-box-youtube .link a {
  border: 0;
  background-color: #fff;
  color: #000;
  font-family: "Syne", sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  border-radius: 24px;
  padding: 7px 18px;
  border: 4px solid #000;
}

.c-box-youtube .iframer {
  margin-top: 56px;
}

.c-box-youtube .iframer iframe {
  max-width: 100%;
}

.c-box-professor .text-01 {
  color: #cdcdcd;
}

.c-box-professor .text-02 {
  color: #cdcdcd;
}

.c-box-text {
  text-align: center;
  padding: 60px 0px;
}

.c-box-text .title-01 {
  margin: 0;
  font-weight: bold;
  font-size: 60px;
  line-height: 75px;
  color: #bbdcff;
  margin-bottom: 36px;
}

.c-box-text .text-main {
  text-align: justify;
  font-size: 22px;
  color: #fff;
  line-height: 28px;
}

.c-box-text .text-main p {
  margin-bottom: 24px;
}

.grid-product-item-custom>div {
  height: 580px;
  background-color: #fff;
}

@media (max-width: 800px) {
  .grid-product-item-custom>div {
    height: auto;
  }
}


.grid-product-item-custom .product-link {
  overflow: hidden;
}

.grid-product-item-custom .product-img {
  max-height: 210px;
}

.grid-product-item-custom .image {
  position: relative;
}

.grid-product-item-custom .product-title {
  height: 180px;
}

.grid-product-item-custom .image .icon-faccrei {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  width: 50px;
}

.grid-product-item-custom .image .latus-label {
  position: absolute;
  top: 104px;
  right: 0px;
  z-index: 1;
  width: 110px;
  background-color: #F9D600;
  color: #4d4d4d;
  font-size: 14px;
  text-align: center;
  border-radius: 6px 0px 0px 6px;
  line-height: normal;
  padding: 6px 0px;
}

.grid-product-item-custom .preco-detalhe {
  text-align: center;
  font-size: 15px;
  line-height: normal;
  color: #6a6a6a;
  border-bottom: 1px solid #e2e2e2;
  padding: 9px 3px;
}

.link-product-button {
  background-color: #e9f2f5;
  color: #2a6a45;
  border: 1px solid #34905b;
  font-size: 14px;
  padding: 4px 24px;
  float: none;
  border-radius: 13px;
}

.link-product-button:hover {
  background-color: #fefefe;
}

.nav-link-login {
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  color: #ffffff;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .nav-link-login {
    color: #3e3e3e;
  }
}

.navbar .aligner-t {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input {
  position: relative;
  background-color: #fff;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  width: 180px;
  border-radius: 20px;
}

.search-input input {
  position: relative;
  background-color: transparent;
  font-size: 14px;
  padding: 3px 15px;
  width: 100%;
  border: none;
}

.search-input i {
  position: absolute;
  right: 10px;
}

@media (max-width: 991px) {
  .navbar .aligner-t {
    gap: 10px;
  }

  .search-input {
    width: 110px;
  }
}

.navbar .navbar-nav .nav-link {
  padding: 19px 20px;
}

@media (min-width: 991px) {
  .navbar .navbar-nav .nav-item:hover .nav-dropdown {
    display: block;
  }

  .nav-dropdown {
    display: none;
    position: absolute;
    top: 55px;
    width: 210px;
    background-color: #fff;
    left: calc(50% - 105px);
    border-radius: 5px;
  }

  .nav-dropdown .nav-item {
    display: block;
    width: 100%;
  }

  .nav-dropdown .nav-item .nav-link {
    color: #3e3e3e;
    opacity: 1 !important;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}