/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
/*menu*/
nav {
  width: 100%;
  position: sticky !important;
  top: 0;
  left: 0;
  padding: 10px 0 !important;
  z-index: 777777;
  margin: 0 0 30px 0;
}
nav .nav-sabi {
  width: 90%;
}
@media (max-width: 576px) {
  nav .nav-sabi {
    padding: 0;
  }
}
nav .brand img {
  width: 100px;
}
@media (max-width: 576px) {
  nav .brand img {
    width: 100px;
  }
}
nav .nav-sabi-cont {
  /*background: #FFFFFF;
  display: inline-flex;
  border-radius: 20px;
  padding: 10px 20px;*/
}
@media (max-width: 576px) {
  nav .nav-sabi-cont {
    padding: 5px 10px;
  }
}
nav .nav-sabi-cont button {
  border: 0;
  padding: 2px;
}
nav .nav-sabi-cont .navbar-toggler-icon {
  background: url(../images/toggler-icon.svg) 0 0 no-repeat;
}
nav .nav-sabi-collapse {
  justify-content: right;
  margin: 0 40px 0 0;
}
@media (max-width: 992px) {
  nav .nav-sabi-collapse {
    width: 100%;
    height: 100%;
    position: fixed;
    display: inline-flex;
    justify-content: center;
    left: 0;
    top: 0;
    background: rgba(30, 20, 65, 0.8);
  }
}
nav .nav-sabi-collapse .navbar-toggler {
  width: 40px;
  top: 20px;
  right: 20px;
  position: absolute;
  background: #FFFFFF;
}
nav .nav-sabi-collapse .nav-item .nav-link {
  color: #e82450;
  font-weight: 300;
  font-size: 30px;
  padding: 20px;
}
@media (max-width: 992px) {
  nav .nav-sabi-collapse .nav-item .nav-link {
    font-size: 24px;
  }
}
nav .nav-sabi-collapse .nav-item .nav-link.active {
  color: #f76d91;
}
nav .nav-sabi-collapse .nav-item .nav-link:hover {
  color: #f76d91;
}

footer {
  width: 100%;
  padding: 10px 30px;
  text-align: right;
  color: #000000;
}

/*btn-what*/
.wa {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 777;
  text-align: center;
}
.wa a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-decoration: none;
  background: #e82450;
  padding: 5px;
  border-radius: 10px;
  transition: 0.5s;
}
.wa a:hover {
  transform: scale(1.1);
}

main {
  width: 100%;
}

/*banner*/
.banner {
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
}
.banner .bannerHome {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
}
.banner .bann-cont {
  width: 90%;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .banner .bann-cont {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .banner .bann-cont {
    display: inline-block;
  }
}
.banner .bann-cont .bann-text {
  width: 90%;
  padding: 0;
  position: absolute;
  z-index: 4;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-text {
    margin: 0 auto 30px auto;
    bottom: 0;
  }
}
.banner .bann-cont .bann-text .bann-label {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin: 0 0 10px 0;
  color: #e82450;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-text .bann-label {
    font-size: 16px;
  }
}
.banner .bann-cont .bann-text .bann-box {
  width: 100%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .banner .bann-cont .bann-text .bann-box {
    display: inline-block;
  }
}
.banner .bann-cont .bann-text .bann-tit {
  width: 100%;
  font-size: 16px;
  margin: 0 50px 0 0;
  background: #ededed;
  border-radius: 20px;
  padding: 30px 40px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
@media (max-width: 992px) {
  .banner .bann-cont .bann-text .bann-tit {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-text .bann-tit {
    display: inline-block;
    padding: 15px 20px;
  }
}
.banner .bann-cont .bann-text .bann-tit h2 {
  font-size: 20px;
  color: #e82450;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-text .bann-tit h2 {
    font-size: 16px;
  }
}
.banner .bann-cont .bann-text .bann-tit p {
  margin: 0;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-text .bann-tit p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-text .bann-tit .bann-tit-cols {
    margin: 0 0 10px 0;
  }
}
.banner .bann-cont .bann-text .bann-tit .bann-tit-cols img {
  width: 15px;
}
.banner .bann-cont .bann-text .bann-tit .bann-tit-cols a {
  text-decoration: none;
  color: #01224e;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-text .bann-tit .bann-tit-cols a {
    font-size: 14px;
  }
}
.banner .bann-cont .bann-text .bann-tit .bann-tit-cols a:hover {
  text-decoration: underline;
}
.banner .bann-cont .bann-text .bann-btn {
  width: 500px;
}
@media (max-width: 992px) {
  .banner .bann-cont .bann-text .bann-btn {
    width: 100%;
    display: grid;
    justify-content: end;
  }
}
.banner .bann-cont .bann-text .bann-btn a {
  width: 100%;
  height: 100%;
  background: #e82450;
  border-radius: 20px;
  position: inherit;
  text-decoration: none;
  display: inline-flex;
  padding: 30px;
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .banner .bann-cont .bann-text .bann-btn a {
    width: 200px;
    padding: 15px;
  }
}
.banner .bann-cont .bann-text .bann-btn a:after {
  display: none;
}
.banner .bann-cont .bann-text .bann-btn a .bann-btn-l {
  width: 50%;
  margin: 0 20px 0 0;
}
@media (max-width: 992px) {
  .banner .bann-cont .bann-text .bann-btn a .bann-btn-l {
    margin: 0 5px 0 0;
  }
}
.banner .bann-cont .bann-text .bann-btn a .bann-btn-l h3 {
  font-size: 20px;
}
@media (max-width: 992px) {
  .banner .bann-cont .bann-text .bann-btn a .bann-btn-l h3 {
    font-size: 16px;
    margin: 0;
  }
}
.banner .bann-cont .bann-text .bann-btn a .bann-btn-l p {
  padding: 0;
}
@media (max-width: 992px) {
  .banner .bann-cont .bann-text .bann-btn a .bann-btn-l p {
    display: none;
  }
}
.banner .bann-cont .bann-text .bann-btn a .bann-btn-r {
  width: 50%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .banner .bann-cont .bann-text .bann-btn a .bann-btn-r {
    border-radius: 15px;
  }
}
.banner .bann-cont .bann-text .bann-btn a .bann-btn-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .bann-cont .bann-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  padding: 20% 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-img:after {
    width: 100%;
    height: 40px;
    top: 55%;
    left: 0;
    position: absolute;
    content: "";
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
    z-index: 2;
  }
}
.banner .bann-cont .bann-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
}
@media (max-width: 768px) {
  .banner .bann-cont .bann-img img {
    height: 60%;
  }
}

.bannerHome-thumb {
  width: 45%;
  box-sizing: border-box;
  margin: 0 17% -70px auto;
  top: -150px;
  z-index: 3333;
}
@media (max-width: 992px) {
  .bannerHome-thumb {
    width: 60%;
    margin: 0 7% -70px auto;
  }
}
@media (max-width: 768px) {
  .bannerHome-thumb {
    width: 90%;
    margin: 0 auto;
    top: -90px;
    margin: 0 7% -50px auto;
  }
}
.bannerHome-thumb .swiper-slide {
  width: 25%;
  height: 100%;
}
.bannerHome-thumb .swiper-slide-thumb-active .thum-btn {
  background: #01224e;
  color: #FFFFFF;
}
.bannerHome-thumb .thum-btn {
  width: 100%;
  height: 100px;
  background: #cee7f3;
  color: #01224e;
  position: relative;
  border-radius: 25px;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bannerHome-thumb .thum-btn {
    height: 70px;
  }
}
.bannerHome-thumb .thum-btn:before {
  width: 13px;
  height: 13px;
  top: 17px;
  right: 17px;
  content: "";
  position: absolute;
  background: url("../images/card-arrow.svg") center center no-repeat;
}

/*.swiper-slide {
background-size: cover;
background-position: center;
 }

 .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
 }*/
/*Product*/
.product {
  margin: 20px 0 60px 0;
}
.product .product-tit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
}
.product .product-tit h4 {
  font-size: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .product .product-tit h4 {
    font-size: 24px;
  }
}
.product .product-cont .swiper-slide:nth-child(1n) .product-card .pro-card-label {
  background: #cee7f3;
}
.product .product-cont .swiper-slide:nth-child(2n+1) .product-card .pro-card-label {
  background: #e2f1f5;
}
.product .product-cont .swiper-slide:nth-child(3n+1) .product-card .pro-card-label {
  background: #c1e1ef;
}

/*Product slider*/
.productHome {
  width: 100%;
  height: 100%;
}
.productHome .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productHome .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Search*/
.modal-search {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  z-index: 7777777;
}
.modal-search .equis-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #e2f1f5;
  border-radius: 100px;
  text-align: center;
}
.modal-search .cont-bg {
  background: none;
  display: inline-flex;
  align-items: center;
}
.modal-search .modal-search-box {
  width: 100%;
  max-width: 600px;
  margin: 40px 0 0 0;
  padding: 0 15px;
}
.modal-search .modal-search-box input {
  height: 50px;
  border-radius: 15px !important;
  font-size: 18px !important;
}
.modal-search .result {
  width: 100%;
  background: blue;
  margin: 20px 0 0 0;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
}
.modal-search .result ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.modal-search .result ul li {
  width: 100%;
  border-bottom: 1px solid #c1e1ef;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.modal-search .result ul li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.modal-search .result ul li .result-link {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
}
.modal-search .result ul li .result-link:hover {
  background: #e2f1f5;
}
.modal-search .result .result-cont {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.modal-search .result .result-cont .result-img {
  width: 160px;
}
.modal-search .result .result-cont .result-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.modal-search .result .result-cont .result-txt {
  width: 100%;
  font-size: 16px;
  color: #01224e;
  padding: 5px 5px 5px 20px;
}
.modal-search .result .result-cont .result-txt .result-line {
  font-size: 12px;
}
.modal-search .result .result-cont .result-txt .result-line button {
  background: none;
  color: #01224e;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.modal-search .result .result-cont .result-txt .result-name {
  font-size: 16px;
  font-weight: 600;
}
.modal-search .result .result-cont .result-txt .result-description {
  font-size: 14px;
}
.modal-search .result .result-cont .result-txt .result-price {
  font-size: 18px;
  color: #1e1441;
}

/*paginas internas*/
.inside {
  width: 100%;
  position: absolute;
  top: 0;
}
.inside .inside-banner {
  width: 100%;
  height: 400px;
  border-radius: 0 0 50px 50px;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .inside .inside-banner {
    height: 250px;
  }
}
.inside .inside-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inside .inside-tit {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 50px;
  color: #e82450;
  font-weight: 100;
  margin: 0 auto 30px auto;
}
@media (max-width: 768px) {
  .inside .inside-tit {
    font-size: 30px;
  }
}
.inside .inside-cont {
  width: 90%;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin: 40px auto 40px auto;
}
@media (max-width: 768px) {
  .inside .inside-cont {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.inside .inside-cont .card-cont {
  width: 100%;
}
.inside .inside-cont .card-cont a {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 20px;
  padding: 20px;
  text-decoration: none;
  color: #000000;
  gap: 20px;
  transition: 0.5s ease-in-out;
}
.inside .inside-cont .card-cont a:hover h2 {
  text-decoration: underline;
}
.inside .inside-cont .card-cont a:hover .card-img {
  transform: scale(0.95);
}
.inside .inside-cont .card-cont .card-txt {
  width: 50%;
}
.inside .inside-cont .card-cont .card-txt h2 {
  font-size: 18px;
  color: #e82450;
  position: relative;
}
.inside .inside-cont .card-cont .card-txt h2:after {
  width: 15px;
  height: 15px;
  content: "";
  background: url(../images/home-arrow.svg) 0 0 no-repeat;
  position: absolute;
  margin: 3px 0 0 10px;
}
.inside .inside-cont .card-cont .card-txt p {
  font-size: 14px;
  margin: 0;
}
.inside .inside-cont .card-cont .card-img {
  width: 50%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.inside .inside-cont .card-cont .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Project*/
.project {
  width: 100%;
  position: absolute;
  top: 0;
}
.project .project-banner {
  width: 100%;
  height: 400px;
  border-radius: 0 0 50px 50px;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .project .project-banner {
    height: 250px;
  }
}
.project .project-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project .project-tit {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 50px;
  color: #e82450;
  font-weight: 100;
  margin: 0 auto 30px auto;
}
@media (max-width: 768px) {
  .project .project-tit {
    font-size: 30px;
  }
}
.project .project-cont {
  width: 100%;
  margin: 0 0 40px 0;
}
.project .project-cont .project-box {
  padding: 80px 30px;
}
.project .project-cont .project-box.bg-gray {
  background: #f2f2f2;
}
.project .project-cont .project-box .project-text {
  margin: 0 0 40px 0;
}
.project .project-cont .project-box .project-text h2 {
  color: #e82450;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.project .project-cont .project-box .project-text p {
  font-size: 16px;
}
.project .project-cont .project-img img {
  width: 100%;
}
.project .project-cont .project-img-double {
  width: 100%;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 768px) {
  .project .project-cont .project-img-double {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project .project-cont .project-img-double img {
  width: 100%;
}

/*General*/
body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  padding: 0;
  font-size: 14px;
  margin: 0;
  color: #000000;
}

.rounded-img {
  border-radius: 37px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .rounded-img {
    border-radius: 20px;
  }
}
.rounded-img img {
  width: 100%;
}

.btn-line {
  padding: 7px 15px;
  text-align: center;
  border-radius: 100px;
  color: #01224e;
  font-size: 14px;
  border: 1px solid #cee7f3;
  text-decoration: none;
  display: inline-block;
}
.btn-line:hover {
  background: #cee7f3;
  color: #01224e;
}

.btn-back {
  font-size: 14px;
  margin: 10px 0;
}
.btn-back a {
  color: #01224e;
}
.btn-back a:hover {
  color: #1e1441;
}

/*cards*/
.product-card {
  width: 100%;
}
.product-card a {
  width: 100%;
  background: #FFFFFF;
  padding: 20px;
  display: inline-block;
  border-radius: 25px;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.product-card a:hover {
  transform: scale(1);
}
.product-card a:hover .pro-card-img {
  transform: scale(0.95);
}
.product-card a:hover .pro-card-label {
  transform: scale(0.95);
}
.product-card .pro-card-img {
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s ease-in;
}
.product-card .pro-card-img img {
  width: 100%;
  max-height: 400px;
}
.product-card .pro-card-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 25px;
  transition: 0.3s ease-in;
  background: #cee7f3;
}
.product-card .pro-card-label .pro-card-tit {
  position: relative;
  padding: 0 0 0 10px;
  color: #01224e;
  font-size: 18px;
}
@media (max-width: 576px) {
  .product-card .pro-card-label .pro-card-tit {
    font-size: 16px;
  }
}
.product-card .pro-card-label .pro-card-tit:before {
  width: 1px;
  height: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #1e1441;
}
.product-card .pro-card-label .pro-card-icon {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.product-card .pro-card-label .pro-card-icon img {
  width: 15px;
  height: 15px;
}/*# sourceMappingURL=style.css.map */