@font-face {
  font-family: manjariB;
  src: url(../Fuentes/Manjari-Bold.ttf);
}

@font-face {
  font-family: manjariR;
  src: url(../Fuentes/Manjari-Regular.ttf);
}

@font-face {
  font-family: manjariT;
  src: url(../Fuentes/Manjari-Thin.ttf);
}

@font-face {
  font-family: RalewayB;
  src: url(../Fuentes/Raleway-Bold.ttf);
}

@font-face {
  font-family: RalewayR;
  src: url(../Fuentes/Raleway-Regular.ttf);
}


@font-face {
  font-family: MontserratM;
  src: url(../Fuentes/Montserrat-Medium.ttf);
}

@font-face {
  font-family: InterR;
  src: url(../Fuentes/Inter-Regular.ttf);
}

@font-face {
  font-family: MallannaR;
  src: url(../Fuentes/Mallanna-Regular.ttf);
}


@font-face {
  font-family: RobotoT;
  src: url(../Fuentes/Roboto-Regular.ttf);
}

@font-face {
  font-family: OpenSans;
  src: url(../Fuentes/OpenSans-Regular.ttf);
}

  .TitulosVerde {
    font-family: manjariB;
    font-size: 96px;
    color: #6eb52c;
  }
  
  .TituloVerdeB {
    font-family: manjariB;
    font-size: 36px;
    color: #6eb52c;
  }
  
  .TituloProductos{
    font-family: manjariR;
    font-size: 22px;
    color: #828282; 
  }
  
  .anuncioTel{
    font-family: manjariR;
    font-size: 14px;
    color: black;
    margin-bottom: -5px;
    margin-left: 20px;
    width: 90%;
  }
  
  .TextSecVerde {
    font-family: manjariB;
    font-size: 14px;
    color: #6eb52c;
  }
  
  .PaginaWeb{
    font-family: manjariR;
    color: #94C11E;
    font-size: 12px;
    width: 1px;
  }
  
  .TextSecVerdeR {
    font-family: manjariR;
    font-size: 16px;
    color: #6eb52c;
  }
  
  .TextSecVerdeRGrande {
    font-family: manjariR;
    font-size: 26px;
    color: #6eb52c;
  }
  
  .TextSecNegroR {
    font-family: manjariR;
    font-size: 16px;
    color: black;
    width: 100%;
  }

  .TextOblig{
    
    font-family: manjariR;
    font-size: 10px;
    margin-left: 60px;
    color: black;
  }

    .textBarra{
    font-family: RalewayB;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.015em;
    color: #585858;
  }