.about-hd {
  width: 100%;
  height: 450px; }

.story {
  width: 100%;
  height: 320px;
  margin-top: 40px !important; }

.cont-story {
  width: 100%;
  height: 320px; }

.img-story {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.cont-story p {
  width: 80%;
  text-align: justify; }

.cont-store-main {
  margin-top: 40px; }

.banner-catalog {
  width: 100%;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px; }

/* CATEGORY */
.list-group-item {
  border: 0px; }

.bd-toc-item {
  padding-top: 10px; }

.bd-toc-link {
  color: #161515;
  text-decoration: none;
  font-size: 16px; }

a {
  text-decoration: none !important;
  color: #161515; }

.bd-sidenav {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 5px; }

.nav {
  display: block; }

.bd-content {
  padding-top: 0px;
  height: auto;
  width: 100%; }

@media (max-width: 900px) {
  .bd-content {
    padding-top: 40px; } }

* {
  margin: 0;
  padding: 0; }

body {
  background-color: white;
  font-family: "Inter", sans-serif; }

.cont-1200 {
  width: 1200px;
  height: auto;
  margin: auto; }

@media (max-width: 1200px) {
  .cont-1200 {
    width: 100%;
    height: auto; } }

.cont-900 {
  width: 900px;
  height: auto;
  margin: auto; }

@media (max-width: 900px) {
  .cont-900 {
    width: 100%;
    padding-top: 20px; } }

.cont-600 {
  width: 600px;
  height: auto;
  margin: auto; }

@media (max-width: 600px) {
  .cont-600 {
    width: 100%;
    padding: 40px; } }

a:hover {
  text-decoration: none !important; }

h1 {
  color: #2d2e83;
  font-size: 64px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
letter-spacing: 0.5px; }

@media (max-width: 1200px) {
  h1 {
    font-size: 38px; } }

/*************************/
/********* NAV ***********/
/*************************/
.utilitynav {
  background-color: transparent !important;
  position: absolute;
  
  z-index: 100; }

.utilitySubnav {
  background-color: #f39200; }

.nav-item {
  padding-left: 15px; }

.nav-link {
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500; }

.nav-link:hover {
  color: #2d2e83; }

.navbar-toggler i {
  color: white;
  font-size: 26px; }

/*************************/
/******* HEADER **********/
/*************************/
.header {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat !important;
  background-size: cover; 
}
.header-overlay{
    width: 100%;
    height: 1000px;
    background: #F39200;
    background: linear-gradient(90deg, rgba(243, 146, 0, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    display: flex;
  align-items: center;
}

.txt-header h1 {
  color: white;
  font-size: 84px;
  font-family: "Inter", sans-serif;
  font-weight: 700; 
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .txt-header h1 {
    font-size: 48px; } }

.btn-hd {
  width: 150px;
  height: 45px;
  color: #2d2e83;
  margin-left: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: white; }

.btn-hd:hover {
  color: white; }

.svg {
  width: 100%;
  height: 1000px; }

/*************************/
/***** BEST SELLER ********/
/*************************/
.best-seller {
  width: 100%;
  height: 480px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 5px; }

@media (max-width: 1200px) {
  .best-seller {
    height: auto; } }

.line-bottom {
  border-bottom: 2px solid #f39200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.btn-org {
  width: 180px;
  background-color: #f39200;
  color: white;
  font-size: 18px;
  border-radius: 0px;
  padding: 10px; }

.btn-org:hover {
  color: #2d2e83; }

.cont-product {
  width: 100%;
  height: 300px;
  margin-top: 40px;
  background-color: #f8f9fa; }

@media (max-width: 600px) {
  .cont-product {
    width: 30%;
    height: auto;
    margin-top: 20px; } }

.img-product {
  width: 180px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 600px) {
  .img-product {
    width: 100px;
    height: 100px; } }

.text-product {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 600px) {
  .text-product {
    width: 100%;
    height: 250px; } }

.btn-catalogo {
  background-color: #2d2e83;
  color: white;
  font-family: "Inter", sans-serif;
  border-radius: 0px; }

.btn-catalogo:hover {
  color: #f39200; }

@media (max-width: 600px) {
  .btn-catalogo {
    width: auto;
    font-size: 12px;
    word-wrap: normal; } }

/*************************/
/******* BENEFITS **********/
/*************************/
.cont-benefits {
  width: 100%;
  height: auto;
  padding: 40px; }

@media (max-width: 600px) {
  .cont-benefits {
    height: auto;
  padding: 26px; } }

.cont-adv {
  width: 250px;
  height: 150px;
  margin-top: 40px;
  background-color: white; }

@media (max-width: 600px) {
  .cont-adv {
    width: 70%;
    height: auto;
    margin-top: 20px; } }

.btn-adv {
  color: #f39200;
  font-family: "Inter", sans-serif;
  border-radius: 0px; }

.btn-adv:hover {
  color: #2d2e83; }

/*************************/
/******* CONTACT **********/
/*************************/
.contact-link {
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.text-contacto {
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white; }

.text-contacto h1 {
  color: white; }

/*************************/
/******* CATEGORIES **********/
/*************************/
.categorias {
  width: 100%;
  min-height: 600px;
  padding: 40px; 
  display: flex;
  align-items: center; 

}

@media (max-width: 900px) {
  .categorias {
    height: auto; } }

.cont-category {
  width: 100%;
  height: 250px; }

@media (max-width: 600px) {
  .cont-category {
    height: 200px; } }

.img-icon {
  width: 100px; }

@media (max-width: 600px) {
  .img-icon {
    width: 60px; } }

/*************************/
/******* DOWNLOAD **********/
/*************************/
.download {
  width: 100%;
  height: 80px;
  background-color: #2d2e83; }

@media (max-width: 600px) {
  .download {
    height: auto; } }

.cont-down {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-weight: 600; }

.cont-down h2 {
  color: white;
  font-weight: 600; }

/*************************/
/******* FOOTER **********/
/*************************/
.cont-footer {
  width: 100%;
  height: 650px; }

.logo-foot {
  width: 100%;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footernav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1f1d1d !important;
  text-decoration: none;
  list-style: none;
}

.nav-foot {
  color: #9c9c9c;
  display: inline;
  font-size: 14px;
  font-weight: 400;
  padding: 5px; }

/*************************/
/******* copyright FOOTER **********/
/*************************/
.copy-footer {
  width: 100%;
  height: 30px;
  background-color: black; }

.cont-footer {
  width: 100%;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.txt-footer p {
  color: white;
  font-size: 14px; }
