body,
ul {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/font-family/Raleway-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'RittsCursive';
  src: url('./assets/font-family/FontsFree-Net-Ritts-Cursive-W01-Regular.ttf') format('truetype');
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #DB1E33;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.62);
  box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.62);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 0;
}

.descripcion-producto {
  margin-bottom: 3rem;
}

.conocenos-top {
  margin-top: 168px;
  text-align: center;
  margin-bottom: -10px;
}

section {
  text-align: center;
}

.dharma {
  font-size: 90px;
  color: #DB1E33;
  font-family: 'RittsCursive';
  font-weight: 400;
  font-style: normal;
  margin-top: 9rem;
}
p {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #675043;
}

h2 {
  margin-bottom: 3em;
  font-size: 30px;
  color: #675043;
  -webkit-animation: fadeInUp 1s ease-out;
  animation: fadeInUp 1s ease-out;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
}


.logo img {
  max-width: 6rem;
  height: auto;
  margin-left: 0.5rem;
}

.nav-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links li {
  margin-right: -1rem;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  margin-left: 2.5rem;

}

/*Conocenos section*/
.conocenos-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.conocenos-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
  margin-top: 100px;
}

.conocenos-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.conocenos-image img {
  max-width: 100%;
  height: auto;
  max-width: 100%;
}

/* Products section */
.products-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.products-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
}

.products-image {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  width: 323px;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 1rem;
  z-index: 1;
}

.products-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer {
  background-color: #DB1E33;
  padding: 10px;
  margin: auto auto 0 auto;
}

.footer-text {
  text-align: center;
  color: white;
  margin: 0;
  font-size: 14px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #DB1E33;
    color: white;
    padding: 0px 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.62);
    box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.62);
  }

  .conocenos-top {
    margin-top: 11rem;
  }

  .navbar a {
    margin-right: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    background-color: #DB1E33;
    text-align: center;
    padding: 10px;
    margin: auto auto 0 auto;
  }

  .conocenos-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

}

@media (min-width: 769px) and (max-width: 991px) {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #DB1E33;
    color: white;
    padding: 0px 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.62);
    box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.62);
  }

  .nav-links a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-right: 2.5rem;
  }

  .products-image {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    width: 323px;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
  }

  .logo img {
    max-width: 6rem;
  }

  .conocenos-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
  }

}

@media (min-width: 992px) {
  .dharma{
    font-size: 105px;
    color: #DB1E33;
    font-family: 'RittsCursive';
    font-weight: 400;
    font-style: normal;
    margin-top: 9rem;
  }
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #DB1E33;
    color: white;
    padding: 0px 133px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.62);
    box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.62);
  }

  .nav-links a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-right: 0.9rem;
  }

  .products-image {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    width: 323px;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
  }

  .logo img {
    max-width: 7rem;
  }

  .footer {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .conocenos-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
  }
}