@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");
body {
  font-family: "Wix Madefor Display", sans-serif;
}

header {
  display: flex;
  width: 100%;
  padding: 10px;
  background-color: hsl(214, 100%, 36%);
}

a.site-title {
  display: none;
}

.navbar-expand-lg {
  width: 100%;
}

menu--main ul li {
  color: white;
  font-weight: 700;
}
menu--main ul li a {
  color: white;
}

.nav-link {
  color: white;
  font-weight: 700;
}

.destacados-home {
  background-image: url(../img/bg-s1.jpeg);
  background-size: cover;
  width: 100%;
  padding: 20px;
}
.destacados-home h2 {
  width: 100%;
  font-size: 2rem;
  color: white;
  text-align: center;
}
.destacados-home .view-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.destacados-home .view-content .views-row {
  width: 80%;
  display: inline-block;
  padding-top: 20px;
}
.destacados-home .view-content .views-row .views-field-field-video {
  width: 55%;
  float: left;
  margin-right: 30px;
}
.destacados-home .view-content .views-row .views-field-field-video video {
  width: 100%;
  height: 100%;
}
.destacados-home .view-content .views-row .views-field-title {
  width: 60%;
  float: left;
  margin-bottom: 20px;
}
.destacados-home .view-content .views-row .views-field-title h2 {
  text-align: left;
}
.destacados-home .view-content .views-row .views-field-body {
  width: 40%;
  float: right;
  color: white;
}

.productos-home {
  background-image: url(../img/bg-s2.jpeg);
  background-size: cover;
  width: 100%;
  padding: 20px;
}
.productos-home h2 {
  width: 100%;
  font-size: 2rem;
  color: white;
  text-align: center;
}
.productos-home .view-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: rgba(2, 2, 2, 0.631372549);
  border-radius: 5px;
  padding: 20px;
  justify-content: center;
}
.productos-home .view-content .views-row {
  flex-basis: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-bottom: 40px;
  border-bottom: solid thin #646464;
}
.productos-home .view-content .views-row .views-field-field-imagen {
  width: 100%;
  height: 250px;
}
.productos-home .view-content .views-row .views-field-field-imagen .field-content {
  height: 100%;
  width: 100%;
}
.productos-home .view-content .views-row .views-field-field-imagen .field-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ver-mas {
  padding: 10px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  background-color: hsl(214, 100%, 36%);
}
.ver-mas a {
  text-decoration: none;
  display: block;
  color: white;
  background-color: hsl(214, 100%, 36%);
}

footer {
  padding: 3rem 0;
  text-align: center;
  color: white;
  font-weight: 800;
  background-color: hsl(214, 100%, 36%);
}/*# sourceMappingURL=theme.css.map */