.sectionhome {
  height: 100vh;
  padding-top: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/bghome2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/bghome2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.sectionhome__title {
  font-family: diazo-mvb-cond, sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 70px;
  text-align: right;
}

.text-span {
  font-size: 70px;
}

.sectionhome__paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  text-align: right;
}

.brand {
  width: 150px;
}

.brand.w--current {
  width: auto;
}

.menu-button {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  color: #144680;
  font-size: 35px;
}

.menu-button.w--open {
  background-color: transparent;
  color: #144680;
}

.sectionbienvenidos {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/bghome1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  width: 190px;
  padding-right: 35px;
  padding-left: 35px;
  float: right;
  border-radius: 20px;
  background-color: #144680;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #059bd9;
}

.button.masinfo {
  display: block;
  width: 190px;
  float: none;
  background-color: #059bd9;
  text-align: center;
}

.button.masinfo:hover {
  background-color: #144680;
}

.button.vertodos {
  margin-top: 30px;
  background-color: #fff;
  color: #059bd9;
}

.button.sabermas {
  display: block;
  margin-top: 20px;
  float: none;
  background-color: #8ab42e;
}

.button.sabermas:hover {
  background-color: #144680;
}

.button.enviar {
  width: 100%;
  margin-top: 20px;
  float: none;
  background-color: #059bd9;
}

.button.enviar:hover {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  color: #144680;
}

.button.detalleprod {
  margin-bottom: 40px;
  background-color: #fff;
  color: #059bd9;
}

.button.menu {
  margin-top: 10px;
}

.button.menu:hover {
  background-color: #144680;
}

.sectionbienvenidos__title {
  margin-bottom: 40px;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
}

.sectionbienvenidos__title.blue {
  display: inline-block;
  color: #144680;
}

.sectionbienvenidos__title.green {
  color: #8ab42e;
}

.body {
  font-family: diazo-mvb-cond, sans-serif;
}

.sb__divblur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(32, 32, 32, 0.64);
  -webkit-backdrop-filter: brightness(71%) blur(30px);
  backdrop-filter: brightness(71%) blur(30px);
}

.sb__divblur.home {
  display: none;
}

.sb__divblur.sc {
  width: 60%;
  background-color: hsla(0, 0%, 100%, 0.73);
}

.sb__container {
  position: relative;
  z-index: 1;
}

.nav-menu {
  background-color: rgba(20, 70, 128, 0.99);
}

.nav-link {
  color: #fff;
  font-size: 20px;
}

.sb__divcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.sb__paragraph {
  overflow: hidden;
  width: 200px;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #059bd9;
  line-height: 25px;
}

.image {
  width: 100px;
  height: 90px;
}

.sectionproductos {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sp__prod {
  display: inline-block;
  overflow: hidden;
  width: 280px;
  height: 330px;
  margin-top: 30px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #144680;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), color-stop(45%, #144680), to(#144680));
  background-image: linear-gradient(180deg, #fff 25%, #144680 45%, #144680);
  text-decoration: none;
}

.sp__prod.green {
  background-color: #8ab42e;
}

.sp__prod.lblue {
  background-color: #059bd9;
}

.imgproducto {
  overflow: visible;
  margin-top: 0px;
  border-radius: 60px;
}

.sp__title {
  margin: 20px 20px 40px;
  color: #fff;
  text-align: center;
  height: 100px;
}

.sp__title.prd--bd {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sectioncompromiso {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Imagen-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sc__container {
  position: relative;
  z-index: 1;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #144680;
}

.sc__img {
  width: 170px;
  margin-top: 40px;
  margin-right: 30px;
  float: none;
  clear: none;
}

.sc__img.svg {
  width: 100px;
}

.sectioncontacto {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #144680;
}

.sc__paragraph {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: none;
}

.linkmail {
  color: #fff;
  text-decoration: none;
}

.text-field {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-field.button {
  margin-top: 40px;
}

.text-field.btnsend {
  margin-top: 20px;
}

.sectionfooter {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sf__paragraph {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #144680;
  font-size: 10px;
}

.containercategorias {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.btncategorias {
  position: relative;
  top: 30px;
  display: inline-block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #144680;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btncategorias.green {
  height: 90px;
  background-color: #8ab42e;
  color: #fff;
}

.btncategorias.liblue {
  background-color: #059bd9;
}

.columns {
  display: block;
  margin-top: 40px;
}

.sp__prod--bd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 120px 120px 60px 60px;
  background-color: #059bd9;
  text-decoration: none;
}

.image-2 {
  border-radius: 120px 120px 120px 120px;
  background-color: #fff;
}

.container {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modalproducto {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(192, 192, 192, 0.97)
}

.containermodalprod {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.closemodalprod {
  margin-right: 20px;
  float: right;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.heading {
  margin-right: 20px;
  margin-bottom: 20px;
  color: #144680;
}

.paragraph-2 {
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  color: #202020;
  font-size: 12px;
}

.heading-2 {
  display: block;
  height: auto;
}

.heading-3 {
  height: 40px;
}

.div-container-categorias {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .sectionhome__title {
    font-size: 70px;
    line-height: 45px;
  }

  .text-span {
    font-size: 45px;
  }

  .sectionhome__paragraph {
    font-size: 14px;
  }

  .sp__prod {
    width: 220px;
    height: 260px;
    margin-right: 20px;
  }

  .containercategorias {
    margin-left: 0px;
  }

  .btncategorias {
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .sectionhome {
    background-color: #202020;
    background-image: url('../images/bghome2.png');
    background-position: 75% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sectionhome__title {
    text-align: center;
  }

  .sectionhome__paragraph {
    text-align: left;
  }

  .sectionbienvenidos {
    background-color: #144680;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .button {
    float: none;
  }

  .button.menu {
    display: none;
  }

  .sectionbienvenidos__title {
    text-align: center;
  }

  .sectionbienvenidos__title.blue {
    display: block;
  }

  .sb__divblur {
    display: none;
  }

  .sb__divblur.home {
    display: block;
    height: 100vh;
  }

  .sb__divblur.sc {
    display: block;
    width: 100%;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    height: 100vh;
  }

  .sb__divcontainer {
    width: 300px;
    margin-top: 40px;
  }

  .sp__prod {
    width: 300px;
    height: 330px;
    margin-top: 40px;
  }

  .sp__prod.green {
    margin-top: 60px;
  }

  .sp__prod.lblue {
    margin-top: 60px;
  }

  .paragraph {
    text-align: left;
  }

  .colcenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sc__img {
    margin-right: 0px;
  }

  .containercategorias {
    display: block;
    margin-left: 20px;
    text-align: center;
  }

  .btncategorias {
    width: 100%;
  }

  .sp__prod--bd {
    width: 300px;
    margin-top: 60px;
  }

  .modalproducto {
    padding-top: 0px;
  }

  .heading {
    text-align: center;
  }

  .paragraph-2 {
    text-align: left;
  }

  .columns-2 {
    margin-top: 35px;
  }

  .div-container-categorias {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .sectionhome {
    background-position: 67% 50%;
  }

  .sp__prod {
    margin-top: 40px;
    margin-right: 0px;
  }

  .sp__prod.green {
    margin-top: 60px;
  }

  .sp__prod.lblue {
    margin-top: 60px;
  }

  .paragraph {
    text-align: left;
  }

  .containercategorias {
    margin-right: 10px;
    margin-left: 10px;
  }

  .btncategorias {
    display: inline-block;
    width: 100%;
  }

  .heading {
    margin-right: 0px;
    text-align: center;
  }

  .paragraph-2 {
    margin-right: 0px;
    text-align: left;
  }
}

