body {
  font-family: Metropolis;
  margin: 0px;
}
@font-face {
font-family: Metropolis;
src: url(../_fnt/Metropolis.otf);
}
a:link, a:visited, a:active {
    text-decoration:none;
}
.bbverde{
  border-bottom: 2px solid #7fb679;
}
.bbtran{
  border-bottom: 2px solid transparent;
}
.bpc{
  background-position: center;
}
.bpi{
  background-position: inherit;
}
.bip{
  height: 40vh;
  background: url(../_img/img-marilu3.png);
  background-size: cover;
  background-position: center;
}
.big{
  height: 40vh;
  background: url(../_img/img-marilu3.png);
  background-size: cover;
  background-position: inherit;
}
.bg{
  border: 2px solid gray;
}
.br10{
  border-radius: 10px;
}
.br20{
  border-radius: 20px;
}
.button {
  background-color: #4eb5f1;
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 900;
}
img {
  max-width: 100%;
  height: auto;
}
.cpointer{
  cursor: pointer;
}
.cplanes{
  width: 100%;
  min-width: 350px;
  height: 30vh;
}

.cplanes2{
  width: 100%;
  min-width: 300px;
  height: 350px;
  padding-bottom: 30px;
}
.cverde{
  color: #81a082;
}
.cred{
  color: red;
}
.cwhite{
  color: white;
}
#dv-contenedor-redes{
  width: 100%;
  position: absolute;
  bottom: 150px;
}
#dv-conte-testimonios{
  background-color: white;
  height: 40vh;
  box-shadow: 0 4px 10px 7px rgba(54, 62, 52, 0.1);
}
.dv-conte-producto{
  width: 275px;
  height: 350px;
  background-color: #dcf3e7;
  margin-left: 12.5px;
  border-radius: 10px;
}
.dv-principal-conte-producto{
  width: 300px;
  height: 350px;
  padding-bottom: 30px;
}
#dv-principal-testimonios{
  height: 50vh;
  background-color:#eef9ed;
  padding-top: 10vh;
}
.dv-testimonio{
  height: 35vh;
  width: 20px;
}
.dnone{
  display: none;
}
.flotante{
  float: left;
}
.fs20{
  font-size: 20px;
}
.fs25{
  font-size: 25px;
}
.fsoy{
  width: 80px;
  color: white;
  padding-top: 5px;
}
.fw900{
  font-weight: 900;
}
#img-menu{
  font-size:30px;
  cursor:pointer;
  position: fixed;
  top: 15px;
  right: 5px;
  z-index: 2;
  color: #7fb679;
}

.limpiar{
  clear: both;
}
.mauto{
  margin: 0 auto
}
.mb0{
  margin-bottom: 0px;
}

.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.mb50{
  margin-bottom: 50px;
}
.menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right:  0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
}

.menuopcion{
  padding-bottom: 25px;
  padding-left: 15px;
  text-decoration: none;
  font-size: 25px;
  color: #81a082;
  display: block;
  transition: 0.3s;
}

.menuopcion:hover {
  color: #f1f1f1;
}

.menu .closebtn {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 36px;
}

#main {
  transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
  .menu {padding-top: 15px;}
  .menu a {font-size: 18px;}
}

.modal{
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6)
}
.mauto{
  margin: 0 auto;
}
.mt0{
  margin-top: 0px;
}
.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt25{
  margin-top: 25px;
}
.mt30{
  margin-top: 30px;
}
.mt65{
  margin-top: 65px;
}
.mw300{
  max-width: 300px;
}
.mw700{
  max-width: 700px;
}
.mw800{
  max-width: 800px;
}
.mw1000{
  max-width: 1000px;
}
.mw1200{
  max-width: 1200px;
}
.mw30{
  max-width: 30px;
}
.mw90{
  max-width: 90%;
}
.pb30{
  padding-bottom: 30px;
}
.pt20{
  padding-top: 20px;
}
.tcenter{
  text-align: center;
}
#tx-flecha-regresar{
  position: absolute;
  left: 5px;
  top: 55px;
  font-size: 12px;
}
.tleft{
  text-align: left;
}
.tjust{
  text-align: justify;
}
.tright{
  text-align: right;
}
.tx-titulo-producto{
  padding-top: 10px;
  color: gray;
  font-weight: 900;
  height: 30px;
}
.tx-titulo-precio{
  padding-top: 10px;
  padding-bottom: 10px;
  color: red;
  font-weight: 900;
}
#tx-testimonios{
  position: relative;
  top: -50px;
}
#tx-precio-venta{
  color: red;
  font-weight: 900;
  font-size: 25px;
}
.w30p{
  width: 30px;
}
.w25{
  width: 25%;
}
.w30{
  width: 30%;
}
.w33{
  width: 33.33%;
}
.w40{
  width: 40%;
}
.w50{
  width: 50%;
}
.w70{
  width: 70%;
}
.w80{
  width: 80%;
}
.w90{
  width: 90%;
}
.w200{
  width: 190px;
}